Skip to content

Commit

Permalink
Merge branch 'Weaverse:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
hta218 authored Aug 19, 2024
2 parents acbdf24 + 16497c1 commit 567e476
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
62 changes: 31 additions & 31 deletions app/modules/icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type IconProps = JSX.IntrinsicElements["svg"] & {
};

/**
* @deprecated Use icon from `@/components/Icons` instead
* @deprecated Use icon from `@/components/icons` instead
*/
function Icon({
children,
Expand All @@ -29,7 +29,7 @@ function Icon({
}

/**
* @deprecated Use icon from `@/components/Icons` instead
* @deprecated Use icon from `@/components/icons` instead
*/
export function IconMenu(props: IconProps) {
return (
Expand All @@ -43,7 +43,7 @@ export function IconMenu(props: IconProps) {
}

/**
* @deprecated Use icon from `@/components/Icons` instead
* @deprecated Use icon from `@/components/icons` instead
*/
export function IconClose(props: IconProps) {
return (
Expand All @@ -68,7 +68,7 @@ export function IconClose(props: IconProps) {
}

/**
* @deprecated Use icon from `@/components/Icons` instead
* @deprecated Use icon from `@/components/icons` instead
*/
export function IconArrow({ direction = "right" }: IconProps) {
let rotate;
Expand Down Expand Up @@ -99,7 +99,7 @@ export function IconArrow({ direction = "right" }: IconProps) {
}

/**
* @deprecated Use icon from `@/components/Icons` instead
* @deprecated Use icon from `@/components/icons` instead
*/
export function IconCaret({
direction = "down",
Expand Down Expand Up @@ -139,7 +139,7 @@ export function IconCaret({
}

/**
* @deprecated Use icon from `@/components/Icons` instead
* @deprecated Use icon from `@/components/icons` instead
*/
export function IconSelect(props: IconProps) {
return (
Expand All @@ -152,7 +152,7 @@ export function IconSelect(props: IconProps) {
}

/**
* @deprecated Use icon from `@/components/Icons` instead
* @deprecated Use icon from `@/components/icons` instead
*/
export function IconBag(props: IconProps) {
return (
Expand All @@ -167,7 +167,7 @@ export function IconBag(props: IconProps) {
}

/**
* @deprecated Use icon from `@/components/Icons` instead
* @deprecated Use icon from `@/components/icons` instead
*/
export function IconLogin(props: IconProps) {
return (
Expand All @@ -189,7 +189,7 @@ export function IconLogin(props: IconProps) {
}

/**
* @deprecated Use icon from `@/components/Icons` instead
* @deprecated Use icon from `@/components/icons` instead
*/
export function IconAccount(props: IconProps) {
return (
Expand All @@ -204,7 +204,7 @@ export function IconAccount(props: IconProps) {
}

/**
* @deprecated Use icon from `@/components/Icons` instead
* @deprecated Use icon from `@/components/icons` instead
*/
export function IconHelp(props: IconProps) {
return (
Expand All @@ -216,7 +216,7 @@ export function IconHelp(props: IconProps) {
}

/**
* @deprecated Use icon from `@/components/Icons` instead
* @deprecated Use icon from `@/components/icons` instead
*/
export function IconSearch(props: IconProps) {
return (
Expand All @@ -231,7 +231,7 @@ export function IconSearch(props: IconProps) {
}

/**
* @deprecated Use icon from `@/components/Icons` instead
* @deprecated Use icon from `@/components/icons` instead
*/
export function IconCheck({
stroke = "currentColor",
Expand All @@ -252,7 +252,7 @@ export function IconCheck({
}

/**
* @deprecated Use icon from `@/components/Icons` instead
* @deprecated Use icon from `@/components/icons` instead
*/
export function IconXMark({
stroke = "currentColor",
Expand All @@ -271,7 +271,7 @@ export function IconXMark({
}

/**
* @deprecated Use icon from `@/components/Icons` instead
* @deprecated Use icon from `@/components/icons` instead
*/
export function IconRemove(props: IconProps) {
return (
Expand Down Expand Up @@ -300,7 +300,7 @@ export function IconRemove(props: IconProps) {
}

/**
* @deprecated Use icon from `@/components/Icons` instead
* @deprecated Use icon from `@/components/icons` instead
*/
export function IconFilters(props: IconProps) {
return (
Expand All @@ -317,7 +317,7 @@ export function IconFilters(props: IconProps) {
}

/**
* @deprecated Use icon from `@/components/Icons` instead
* @deprecated Use icon from `@/components/icons` instead
*/
export function IconPinterest(props: IconProps) {
return (
Expand All @@ -338,7 +338,7 @@ export function IconPinterest(props: IconProps) {
);
}
/**
* @deprecated Use icon from `@/components/Icons` instead
* @deprecated Use icon from `@/components/icons` instead
*/
export function IconFacebook(props: IconProps) {
return (
Expand All @@ -365,7 +365,7 @@ export function IconFacebook(props: IconProps) {
);

/**
* @deprecated Use icon from `@/components/Icons` instead
* @deprecated Use icon from `@/components/icons` instead
*/
}
export function IconMapBlank(props: IconProps) {
Expand All @@ -383,7 +383,7 @@ export function IconMapBlank(props: IconProps) {
}

/**
* @deprecated Use icon from `@/components/Icons` instead
* @deprecated Use icon from `@/components/icons` instead
*/
export function IconImageBlank(props: IconProps) {
return (
Expand All @@ -406,7 +406,7 @@ export function IconImageBlank(props: IconProps) {
);

/**
* @deprecated Use icon from `@/components/Icons` instead
* @deprecated Use icon from `@/components/icons` instead
*/
}
export function IconVideoBlank(props: IconProps) {
Expand All @@ -430,7 +430,7 @@ export function IconVideoBlank(props: IconProps) {
);

/**
* @deprecated Use icon from `@/components/Icons` instead
* @deprecated Use icon from `@/components/icons` instead
*/
}
export function IconArrowInput(props: IconProps) {
Expand All @@ -457,7 +457,7 @@ export function IconArrowInput(props: IconProps) {
}

/**
* @deprecated Use icon from `@/components/Icons` instead
* @deprecated Use icon from `@/components/icons` instead
*/
export function IconFilledStar(props: IconProps) {
return (
Expand All @@ -478,7 +478,7 @@ export function IconFilledStar(props: IconProps) {
}

/**
* @deprecated Use icon from `@/components/Icons` instead
* @deprecated Use icon from `@/components/icons` instead
*/ // Lucide icons
export function IconStar(props: IconProps) {
return (
Expand All @@ -500,7 +500,7 @@ export function IconStar(props: IconProps) {
}

/**
* @deprecated Use icon from `@/components/Icons` instead
* @deprecated Use icon from `@/components/icons` instead
*/
export function IconStarHalf(props: IconProps) {
return (
Expand All @@ -522,7 +522,7 @@ export function IconStarHalf(props: IconProps) {
}

/**
* @deprecated Use icon from `@/components/Icons` instead
* @deprecated Use icon from `@/components/icons` instead
*/
export function IconBadgeCheck(props: IconProps) {
return (
Expand All @@ -545,7 +545,7 @@ export function IconBadgeCheck(props: IconProps) {
}

/**
* @deprecated Use icon from `@/components/Icons` instead
* @deprecated Use icon from `@/components/icons` instead
*/
export function IconX(props: IconProps) {
return (
Expand All @@ -568,7 +568,7 @@ export function IconX(props: IconProps) {
}

/**
* @deprecated Use icon from `@/components/Icons` instead
* @deprecated Use icon from `@/components/icons` instead
*/
export function IconSliders(props: IconProps) {
return (
Expand All @@ -581,7 +581,7 @@ export function IconSliders(props: IconProps) {
);

/**
* @deprecated Use icon from `@/components/Icons` instead
* @deprecated Use icon from `@/components/icons` instead
*/
}
export function IconFourGrid(props: IconProps) {
Expand All @@ -607,7 +607,7 @@ export function IconFourGrid(props: IconProps) {
);

/**
* @deprecated Use icon from `@/components/Icons` instead
* @deprecated Use icon from `@/components/icons` instead
*/
}
export function IconThreeGrid(props: IconProps) {
Expand All @@ -626,7 +626,7 @@ export function IconThreeGrid(props: IconProps) {
);

/**
* @deprecated Use icon from `@/components/Icons` instead
* @deprecated Use icon from `@/components/icons` instead
*/
}
export function IconTwoGrid(props: IconProps) {
Expand All @@ -640,7 +640,7 @@ export function IconTwoGrid(props: IconProps) {
);

/**
* @deprecated Use icon from `@/components/Icons` instead
* @deprecated Use icon from `@/components/icons` instead
*/
}
export function IconOneGrid(props: IconProps) {
Expand Down
2 changes: 1 addition & 1 deletion app/modules/product-form/options.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { type SwatchesConfigs, useThemeSettings } from "@weaverse/hydrogen";
import { cva } from "class-variance-authority";
import clsx from "clsx";
import type { ProductVariantFragmentFragment } from "storefrontapi.generated";
import { Tooltip, TooltipContent, TooltipTrigger } from "~/components/Tooltip";
import { Tooltip, TooltipContent, TooltipTrigger } from "~/components/tooltip";
import { cn } from "~/lib/cn";

let variants = cva("border border-line/75 hover:border-body cursor-pointer", {
Expand Down

0 comments on commit 567e476

Please sign in to comment.