myshell-react-lib 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -65,7 +65,7 @@ declare const AccordionTrigger: React$1.ForwardRefExoticComponent<Omit<Accordion
65
65
  declare const AccordionContent: React$1.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
66
66
 
67
67
  declare const Alert: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
68
- variant?: "default" | "error" | "warning" | "destructive" | "info" | null | undefined;
68
+ variant?: "default" | "warning" | "error" | "destructive" | "info" | null | undefined;
69
69
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLDivElement>>;
70
70
  declare const AlertTitle: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLHeadingElement> & React$1.RefAttributes<HTMLParagraphElement>>;
71
71
  declare const AlertDescription: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLParagraphElement> & React$1.RefAttributes<HTMLParagraphElement>>;
@@ -136,7 +136,7 @@ declare function Badge(props: BadgeProps): react_jsx_runtime.JSX.Element;
136
136
 
137
137
  declare const buttonVariants: (props?: ({
138
138
  variant?: "link" | "opacity" | "static" | "primary" | "secondary" | "tertiary" | "plain" | "solid" | null | undefined;
139
- color?: "default" | "error" | "brand" | "gray" | "chat" | null | undefined;
139
+ color?: "default" | "brand" | "error" | "gray" | "chat" | null | undefined;
140
140
  size?: "sm" | "md" | "lg" | null | undefined;
141
141
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
142
142
 
@@ -358,7 +358,7 @@ declare const Guide: React$1.FC<GuideProps>;
358
358
 
359
359
  declare const iconVariants: (props?: ({
360
360
  size?: "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | null | undefined;
361
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | null | undefined;
361
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
362
362
  rotate?: "45" | "90" | "-45" | "-90" | "180" | null | undefined;
363
363
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
364
364
  type IconProps = React$1.HTMLAttributes<HTMLSpanElement> & VariantProps<typeof iconVariants> & {
@@ -369,7 +369,7 @@ type IconProps = React$1.HTMLAttributes<HTMLSpanElement> & VariantProps<typeof i
369
369
  };
370
370
  declare const Icon: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLSpanElement> & VariantProps<(props?: ({
371
371
  size?: "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | null | undefined;
372
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | null | undefined;
372
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
373
373
  rotate?: "45" | "90" | "-45" | "-90" | "180" | null | undefined;
374
374
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & {
375
375
  /**
@@ -381,7 +381,7 @@ type IconComponent = React$1.ForwardRefExoticComponent<IconProps>;
381
381
 
382
382
  declare const iconButtonVariants: (props?: ({
383
383
  variant?: "opacity" | "primary" | "secondary" | "tertiary" | "plain" | "solid" | null | undefined;
384
- color?: "default" | "error" | "brand" | "gray" | null | undefined;
384
+ color?: "default" | "brand" | "error" | "gray" | null | undefined;
385
385
  size?: "xs" | "sm" | "md" | "lg" | null | undefined;
386
386
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
387
387
  type IconButtonSize = 'xs' | 'sm' | 'md' | 'lg';
@@ -1057,7 +1057,7 @@ declare const SliderSingle: React$1.ForwardRefExoticComponent<Omit<ISliderSingle
1057
1057
  declare const spinnerVariants: (props?: ({
1058
1058
  size?: "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | null | undefined;
1059
1059
  speed?: "default" | "slow" | "fast" | null | undefined;
1060
- color?: "default" | "static" | "brand" | "warning" | "success" | null | undefined;
1060
+ color?: "default" | "brand" | "warning" | "success" | "static" | null | undefined;
1061
1061
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
1062
1062
  interface SpinnerProps extends VariantProps<typeof spinnerVariants> {
1063
1063
  className?: ClassNameValue;
@@ -1240,45 +1240,45 @@ type BlockProps = {
1240
1240
  declare const dangerouText: (text: string) => string;
1241
1241
  declare const Heading: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLElement> & VariantProps<(props?: ({
1242
1242
  size?: "h1" | "h2" | "h3" | "h4" | "h5" | null | undefined;
1243
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "inverse" | "critical" | "static" | "static-black" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1243
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | "static" | "static-black" | null | undefined;
1244
1244
  lineClamp?: 1 | 2 | 3 | 4 | 5 | 6 | null | undefined;
1245
1245
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & BlockProps & React$1.RefAttributes<HTMLHeadingElement>>;
1246
1246
  declare const Display: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLElement> & VariantProps<(props?: ({
1247
1247
  size?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | null | undefined;
1248
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "inverse" | "critical" | "static" | "static-black" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1248
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | "static" | "static-black" | null | undefined;
1249
1249
  lineClamp?: 1 | 2 | 3 | 4 | 5 | 6 | null | undefined;
1250
1250
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & BlockProps & React$1.RefAttributes<HTMLElement & HTMLParagraphElement>>;
1251
1251
  declare const Title: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLElement> & VariantProps<(props?: ({
1252
1252
  size?: "h1" | "h2" | "h3" | "h4" | "h5" | null | undefined;
1253
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "inverse" | "critical" | "static" | "static-black" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1253
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | "static" | "static-black" | null | undefined;
1254
1254
  lineClamp?: 1 | 2 | 3 | 4 | 5 | 6 | null | undefined;
1255
1255
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & BlockProps & React$1.RefAttributes<HTMLHeadingElement>>;
1256
1256
  declare const SubHeading: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLElement> & VariantProps<(props?: ({
1257
1257
  size?: "sm" | "lg" | null | undefined;
1258
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "inverse" | "critical" | "static" | "static-black" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1258
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | "static" | "static-black" | null | undefined;
1259
1259
  lineClamp?: 1 | 2 | 3 | 4 | 5 | 6 | null | undefined;
1260
1260
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLParagraphElement>>;
1261
1261
  declare const SubTitle: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLElement> & VariantProps<(props?: ({
1262
1262
  size?: "sm" | "lg" | null | undefined;
1263
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "inverse" | "critical" | "static" | "static-black" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1263
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | "static" | "static-black" | null | undefined;
1264
1264
  lineClamp?: 1 | 2 | 3 | 4 | 5 | 6 | null | undefined;
1265
1265
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLParagraphElement>>;
1266
1266
  declare const Text: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLElement> & VariantProps<(props?: ({
1267
1267
  size?: "xs" | "sm" | "lg" | null | undefined;
1268
1268
  weight?: "regular" | "medium" | "semibold" | null | undefined;
1269
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "inverse" | "critical" | "static" | "static-black" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1269
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | "static" | "static-black" | null | undefined;
1270
1270
  lineClamp?: 1 | 2 | 3 | 4 | 5 | 6 | null | undefined;
1271
1271
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & BlockProps & React$1.RefAttributes<HTMLElement & HTMLParagraphElement>>;
1272
1272
  declare const Paragraph: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLElement> & VariantProps<(props?: ({
1273
1273
  size?: "xs" | "sm" | "lg" | null | undefined;
1274
1274
  weight?: "regular" | "medium" | "semibold" | null | undefined;
1275
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "inverse" | "critical" | "static" | "static-black" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1275
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | "static" | "static-black" | null | undefined;
1276
1276
  lineClamp?: 1 | 2 | 3 | 4 | 5 | 6 | null | undefined;
1277
1277
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & BlockProps & React$1.RefAttributes<HTMLElement & HTMLParagraphElement>>;
1278
1278
  declare const Description: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLElement> & VariantProps<(props?: ({
1279
1279
  size?: "sm" | "lg" | null | undefined;
1280
1280
  weight?: "regular" | "medium" | null | undefined;
1281
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "inverse" | "critical" | "static" | "static-black" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1281
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | "static" | "static-black" | null | undefined;
1282
1282
  lineClamp?: 1 | 2 | 3 | 4 | 5 | 6 | null | undefined;
1283
1283
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & BlockProps & React$1.RefAttributes<HTMLParagraphElement>>;
1284
1284
 
@@ -1288,7 +1288,7 @@ interface ToastViewportProps extends React$1.ComponentPropsWithoutRef<typeof Toa
1288
1288
  }
1289
1289
  declare const ToastViewport: React$1.ForwardRefExoticComponent<ToastViewportProps & React$1.RefAttributes<HTMLOListElement>>;
1290
1290
  declare const Toast$1: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastProps & React$1.RefAttributes<HTMLLIElement>, "ref"> & VariantProps<(props?: ({
1291
- variant?: "error" | "warning" | "success" | "info" | null | undefined;
1291
+ variant?: "warning" | "success" | "error" | "info" | null | undefined;
1292
1292
  position?: "top-left" | "top-center" | "top-right" | "bottom-left" | "bottom-center" | "bottom-right" | "left-center" | "right-center" | null | undefined;
1293
1293
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLLIElement>>;
1294
1294
  declare const ToastAction: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastActionProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
@@ -1475,7 +1475,7 @@ declare function DownIcon({ className }: {
1475
1475
 
1476
1476
  declare const ArrowLeftIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLSpanElement> & class_variance_authority.VariantProps<(props?: ({
1477
1477
  size?: "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | null | undefined;
1478
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | null | undefined;
1478
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1479
1479
  rotate?: "45" | "90" | "-45" | "-90" | "180" | null | undefined;
1480
1480
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & {
1481
1481
  component?: React$1.ElementType;
@@ -1483,7 +1483,7 @@ declare const ArrowLeftIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttri
1483
1483
 
1484
1484
  declare const ArrowUpTrayIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLSpanElement> & class_variance_authority.VariantProps<(props?: ({
1485
1485
  size?: "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | null | undefined;
1486
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | null | undefined;
1486
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1487
1487
  rotate?: "45" | "90" | "-45" | "-90" | "180" | null | undefined;
1488
1488
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & {
1489
1489
  component?: React$1.ElementType;
@@ -1491,7 +1491,7 @@ declare const ArrowUpTrayIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAtt
1491
1491
 
1492
1492
  declare const WindowIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLSpanElement> & class_variance_authority.VariantProps<(props?: ({
1493
1493
  size?: "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | null | undefined;
1494
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | null | undefined;
1494
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1495
1495
  rotate?: "45" | "90" | "-45" | "-90" | "180" | null | undefined;
1496
1496
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & {
1497
1497
  component?: React$1.ElementType;
@@ -1499,7 +1499,7 @@ declare const WindowIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttribut
1499
1499
 
1500
1500
  declare const CheckCircleIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLSpanElement> & class_variance_authority.VariantProps<(props?: ({
1501
1501
  size?: "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | null | undefined;
1502
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | null | undefined;
1502
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1503
1503
  rotate?: "45" | "90" | "-45" | "-90" | "180" | null | undefined;
1504
1504
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & {
1505
1505
  component?: React$1.ElementType;
@@ -1507,7 +1507,7 @@ declare const CheckCircleIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAtt
1507
1507
 
1508
1508
  declare const PencilSquareIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLSpanElement> & class_variance_authority.VariantProps<(props?: ({
1509
1509
  size?: "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | null | undefined;
1510
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | null | undefined;
1510
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1511
1511
  rotate?: "45" | "90" | "-45" | "-90" | "180" | null | undefined;
1512
1512
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & {
1513
1513
  component?: React$1.ElementType;
@@ -1515,7 +1515,7 @@ declare const PencilSquareIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAt
1515
1515
 
1516
1516
  declare const ConfigIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLSpanElement> & class_variance_authority.VariantProps<(props?: ({
1517
1517
  size?: "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | null | undefined;
1518
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | null | undefined;
1518
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1519
1519
  rotate?: "45" | "90" | "-45" | "-90" | "180" | null | undefined;
1520
1520
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & {
1521
1521
  component?: React$1.ElementType;
@@ -1523,7 +1523,7 @@ declare const ConfigIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttribut
1523
1523
 
1524
1524
  declare const CaretDownIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLSpanElement> & class_variance_authority.VariantProps<(props?: ({
1525
1525
  size?: "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | null | undefined;
1526
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | null | undefined;
1526
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1527
1527
  rotate?: "45" | "90" | "-45" | "-90" | "180" | null | undefined;
1528
1528
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & {
1529
1529
  component?: React$1.ElementType;
@@ -1531,7 +1531,7 @@ declare const CaretDownIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttri
1531
1531
 
1532
1532
  declare const CodeIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLSpanElement> & class_variance_authority.VariantProps<(props?: ({
1533
1533
  size?: "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | null | undefined;
1534
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | null | undefined;
1534
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1535
1535
  rotate?: "45" | "90" | "-45" | "-90" | "180" | null | undefined;
1536
1536
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & {
1537
1537
  component?: React$1.ElementType;
@@ -1539,7 +1539,7 @@ declare const CodeIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes
1539
1539
 
1540
1540
  declare const DragIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLSpanElement> & class_variance_authority.VariantProps<(props?: ({
1541
1541
  size?: "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | null | undefined;
1542
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | null | undefined;
1542
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1543
1543
  rotate?: "45" | "90" | "-45" | "-90" | "180" | null | undefined;
1544
1544
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & {
1545
1545
  component?: React$1.ElementType;
@@ -1547,7 +1547,7 @@ declare const DragIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes
1547
1547
 
1548
1548
  declare const PhoneIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLSpanElement> & class_variance_authority.VariantProps<(props?: ({
1549
1549
  size?: "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | null | undefined;
1550
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | null | undefined;
1550
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1551
1551
  rotate?: "45" | "90" | "-45" | "-90" | "180" | null | undefined;
1552
1552
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & {
1553
1553
  component?: React$1.ElementType;
@@ -1555,7 +1555,7 @@ declare const PhoneIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttribute
1555
1555
 
1556
1556
  declare const RectangleGroupIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLSpanElement> & class_variance_authority.VariantProps<(props?: ({
1557
1557
  size?: "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | null | undefined;
1558
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | null | undefined;
1558
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1559
1559
  rotate?: "45" | "90" | "-45" | "-90" | "180" | null | undefined;
1560
1560
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & {
1561
1561
  component?: React$1.ElementType;
package/dist/index.d.ts CHANGED
@@ -65,7 +65,7 @@ declare const AccordionTrigger: React$1.ForwardRefExoticComponent<Omit<Accordion
65
65
  declare const AccordionContent: React$1.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
66
66
 
67
67
  declare const Alert: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
68
- variant?: "default" | "error" | "warning" | "destructive" | "info" | null | undefined;
68
+ variant?: "default" | "warning" | "error" | "destructive" | "info" | null | undefined;
69
69
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLDivElement>>;
70
70
  declare const AlertTitle: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLHeadingElement> & React$1.RefAttributes<HTMLParagraphElement>>;
71
71
  declare const AlertDescription: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLParagraphElement> & React$1.RefAttributes<HTMLParagraphElement>>;
@@ -136,7 +136,7 @@ declare function Badge(props: BadgeProps): react_jsx_runtime.JSX.Element;
136
136
 
137
137
  declare const buttonVariants: (props?: ({
138
138
  variant?: "link" | "opacity" | "static" | "primary" | "secondary" | "tertiary" | "plain" | "solid" | null | undefined;
139
- color?: "default" | "error" | "brand" | "gray" | "chat" | null | undefined;
139
+ color?: "default" | "brand" | "error" | "gray" | "chat" | null | undefined;
140
140
  size?: "sm" | "md" | "lg" | null | undefined;
141
141
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
142
142
 
@@ -358,7 +358,7 @@ declare const Guide: React$1.FC<GuideProps>;
358
358
 
359
359
  declare const iconVariants: (props?: ({
360
360
  size?: "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | null | undefined;
361
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | null | undefined;
361
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
362
362
  rotate?: "45" | "90" | "-45" | "-90" | "180" | null | undefined;
363
363
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
364
364
  type IconProps = React$1.HTMLAttributes<HTMLSpanElement> & VariantProps<typeof iconVariants> & {
@@ -369,7 +369,7 @@ type IconProps = React$1.HTMLAttributes<HTMLSpanElement> & VariantProps<typeof i
369
369
  };
370
370
  declare const Icon: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLSpanElement> & VariantProps<(props?: ({
371
371
  size?: "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | null | undefined;
372
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | null | undefined;
372
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
373
373
  rotate?: "45" | "90" | "-45" | "-90" | "180" | null | undefined;
374
374
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & {
375
375
  /**
@@ -381,7 +381,7 @@ type IconComponent = React$1.ForwardRefExoticComponent<IconProps>;
381
381
 
382
382
  declare const iconButtonVariants: (props?: ({
383
383
  variant?: "opacity" | "primary" | "secondary" | "tertiary" | "plain" | "solid" | null | undefined;
384
- color?: "default" | "error" | "brand" | "gray" | null | undefined;
384
+ color?: "default" | "brand" | "error" | "gray" | null | undefined;
385
385
  size?: "xs" | "sm" | "md" | "lg" | null | undefined;
386
386
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
387
387
  type IconButtonSize = 'xs' | 'sm' | 'md' | 'lg';
@@ -1057,7 +1057,7 @@ declare const SliderSingle: React$1.ForwardRefExoticComponent<Omit<ISliderSingle
1057
1057
  declare const spinnerVariants: (props?: ({
1058
1058
  size?: "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | null | undefined;
1059
1059
  speed?: "default" | "slow" | "fast" | null | undefined;
1060
- color?: "default" | "static" | "brand" | "warning" | "success" | null | undefined;
1060
+ color?: "default" | "brand" | "warning" | "success" | "static" | null | undefined;
1061
1061
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
1062
1062
  interface SpinnerProps extends VariantProps<typeof spinnerVariants> {
1063
1063
  className?: ClassNameValue;
@@ -1240,45 +1240,45 @@ type BlockProps = {
1240
1240
  declare const dangerouText: (text: string) => string;
1241
1241
  declare const Heading: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLElement> & VariantProps<(props?: ({
1242
1242
  size?: "h1" | "h2" | "h3" | "h4" | "h5" | null | undefined;
1243
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "inverse" | "critical" | "static" | "static-black" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1243
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | "static" | "static-black" | null | undefined;
1244
1244
  lineClamp?: 1 | 2 | 3 | 4 | 5 | 6 | null | undefined;
1245
1245
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & BlockProps & React$1.RefAttributes<HTMLHeadingElement>>;
1246
1246
  declare const Display: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLElement> & VariantProps<(props?: ({
1247
1247
  size?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | null | undefined;
1248
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "inverse" | "critical" | "static" | "static-black" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1248
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | "static" | "static-black" | null | undefined;
1249
1249
  lineClamp?: 1 | 2 | 3 | 4 | 5 | 6 | null | undefined;
1250
1250
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & BlockProps & React$1.RefAttributes<HTMLElement & HTMLParagraphElement>>;
1251
1251
  declare const Title: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLElement> & VariantProps<(props?: ({
1252
1252
  size?: "h1" | "h2" | "h3" | "h4" | "h5" | null | undefined;
1253
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "inverse" | "critical" | "static" | "static-black" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1253
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | "static" | "static-black" | null | undefined;
1254
1254
  lineClamp?: 1 | 2 | 3 | 4 | 5 | 6 | null | undefined;
1255
1255
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & BlockProps & React$1.RefAttributes<HTMLHeadingElement>>;
1256
1256
  declare const SubHeading: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLElement> & VariantProps<(props?: ({
1257
1257
  size?: "sm" | "lg" | null | undefined;
1258
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "inverse" | "critical" | "static" | "static-black" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1258
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | "static" | "static-black" | null | undefined;
1259
1259
  lineClamp?: 1 | 2 | 3 | 4 | 5 | 6 | null | undefined;
1260
1260
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLParagraphElement>>;
1261
1261
  declare const SubTitle: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLElement> & VariantProps<(props?: ({
1262
1262
  size?: "sm" | "lg" | null | undefined;
1263
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "inverse" | "critical" | "static" | "static-black" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1263
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | "static" | "static-black" | null | undefined;
1264
1264
  lineClamp?: 1 | 2 | 3 | 4 | 5 | 6 | null | undefined;
1265
1265
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLParagraphElement>>;
1266
1266
  declare const Text: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLElement> & VariantProps<(props?: ({
1267
1267
  size?: "xs" | "sm" | "lg" | null | undefined;
1268
1268
  weight?: "regular" | "medium" | "semibold" | null | undefined;
1269
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "inverse" | "critical" | "static" | "static-black" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1269
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | "static" | "static-black" | null | undefined;
1270
1270
  lineClamp?: 1 | 2 | 3 | 4 | 5 | 6 | null | undefined;
1271
1271
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & BlockProps & React$1.RefAttributes<HTMLElement & HTMLParagraphElement>>;
1272
1272
  declare const Paragraph: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLElement> & VariantProps<(props?: ({
1273
1273
  size?: "xs" | "sm" | "lg" | null | undefined;
1274
1274
  weight?: "regular" | "medium" | "semibold" | null | undefined;
1275
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "inverse" | "critical" | "static" | "static-black" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1275
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | "static" | "static-black" | null | undefined;
1276
1276
  lineClamp?: 1 | 2 | 3 | 4 | 5 | 6 | null | undefined;
1277
1277
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & BlockProps & React$1.RefAttributes<HTMLElement & HTMLParagraphElement>>;
1278
1278
  declare const Description: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLElement> & VariantProps<(props?: ({
1279
1279
  size?: "sm" | "lg" | null | undefined;
1280
1280
  weight?: "regular" | "medium" | null | undefined;
1281
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "inverse" | "critical" | "static" | "static-black" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1281
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | "static" | "static-black" | null | undefined;
1282
1282
  lineClamp?: 1 | 2 | 3 | 4 | 5 | 6 | null | undefined;
1283
1283
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & BlockProps & React$1.RefAttributes<HTMLParagraphElement>>;
1284
1284
 
@@ -1288,7 +1288,7 @@ interface ToastViewportProps extends React$1.ComponentPropsWithoutRef<typeof Toa
1288
1288
  }
1289
1289
  declare const ToastViewport: React$1.ForwardRefExoticComponent<ToastViewportProps & React$1.RefAttributes<HTMLOListElement>>;
1290
1290
  declare const Toast$1: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastProps & React$1.RefAttributes<HTMLLIElement>, "ref"> & VariantProps<(props?: ({
1291
- variant?: "error" | "warning" | "success" | "info" | null | undefined;
1291
+ variant?: "warning" | "success" | "error" | "info" | null | undefined;
1292
1292
  position?: "top-left" | "top-center" | "top-right" | "bottom-left" | "bottom-center" | "bottom-right" | "left-center" | "right-center" | null | undefined;
1293
1293
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLLIElement>>;
1294
1294
  declare const ToastAction: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastActionProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
@@ -1475,7 +1475,7 @@ declare function DownIcon({ className }: {
1475
1475
 
1476
1476
  declare const ArrowLeftIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLSpanElement> & class_variance_authority.VariantProps<(props?: ({
1477
1477
  size?: "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | null | undefined;
1478
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | null | undefined;
1478
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1479
1479
  rotate?: "45" | "90" | "-45" | "-90" | "180" | null | undefined;
1480
1480
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & {
1481
1481
  component?: React$1.ElementType;
@@ -1483,7 +1483,7 @@ declare const ArrowLeftIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttri
1483
1483
 
1484
1484
  declare const ArrowUpTrayIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLSpanElement> & class_variance_authority.VariantProps<(props?: ({
1485
1485
  size?: "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | null | undefined;
1486
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | null | undefined;
1486
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1487
1487
  rotate?: "45" | "90" | "-45" | "-90" | "180" | null | undefined;
1488
1488
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & {
1489
1489
  component?: React$1.ElementType;
@@ -1491,7 +1491,7 @@ declare const ArrowUpTrayIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAtt
1491
1491
 
1492
1492
  declare const WindowIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLSpanElement> & class_variance_authority.VariantProps<(props?: ({
1493
1493
  size?: "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | null | undefined;
1494
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | null | undefined;
1494
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1495
1495
  rotate?: "45" | "90" | "-45" | "-90" | "180" | null | undefined;
1496
1496
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & {
1497
1497
  component?: React$1.ElementType;
@@ -1499,7 +1499,7 @@ declare const WindowIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttribut
1499
1499
 
1500
1500
  declare const CheckCircleIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLSpanElement> & class_variance_authority.VariantProps<(props?: ({
1501
1501
  size?: "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | null | undefined;
1502
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | null | undefined;
1502
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1503
1503
  rotate?: "45" | "90" | "-45" | "-90" | "180" | null | undefined;
1504
1504
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & {
1505
1505
  component?: React$1.ElementType;
@@ -1507,7 +1507,7 @@ declare const CheckCircleIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAtt
1507
1507
 
1508
1508
  declare const PencilSquareIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLSpanElement> & class_variance_authority.VariantProps<(props?: ({
1509
1509
  size?: "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | null | undefined;
1510
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | null | undefined;
1510
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1511
1511
  rotate?: "45" | "90" | "-45" | "-90" | "180" | null | undefined;
1512
1512
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & {
1513
1513
  component?: React$1.ElementType;
@@ -1515,7 +1515,7 @@ declare const PencilSquareIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAt
1515
1515
 
1516
1516
  declare const ConfigIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLSpanElement> & class_variance_authority.VariantProps<(props?: ({
1517
1517
  size?: "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | null | undefined;
1518
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | null | undefined;
1518
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1519
1519
  rotate?: "45" | "90" | "-45" | "-90" | "180" | null | undefined;
1520
1520
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & {
1521
1521
  component?: React$1.ElementType;
@@ -1523,7 +1523,7 @@ declare const ConfigIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttribut
1523
1523
 
1524
1524
  declare const CaretDownIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLSpanElement> & class_variance_authority.VariantProps<(props?: ({
1525
1525
  size?: "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | null | undefined;
1526
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | null | undefined;
1526
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1527
1527
  rotate?: "45" | "90" | "-45" | "-90" | "180" | null | undefined;
1528
1528
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & {
1529
1529
  component?: React$1.ElementType;
@@ -1531,7 +1531,7 @@ declare const CaretDownIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttri
1531
1531
 
1532
1532
  declare const CodeIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLSpanElement> & class_variance_authority.VariantProps<(props?: ({
1533
1533
  size?: "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | null | undefined;
1534
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | null | undefined;
1534
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1535
1535
  rotate?: "45" | "90" | "-45" | "-90" | "180" | null | undefined;
1536
1536
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & {
1537
1537
  component?: React$1.ElementType;
@@ -1539,7 +1539,7 @@ declare const CodeIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes
1539
1539
 
1540
1540
  declare const DragIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLSpanElement> & class_variance_authority.VariantProps<(props?: ({
1541
1541
  size?: "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | null | undefined;
1542
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | null | undefined;
1542
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1543
1543
  rotate?: "45" | "90" | "-45" | "-90" | "180" | null | undefined;
1544
1544
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & {
1545
1545
  component?: React$1.ElementType;
@@ -1547,7 +1547,7 @@ declare const DragIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes
1547
1547
 
1548
1548
  declare const PhoneIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLSpanElement> & class_variance_authority.VariantProps<(props?: ({
1549
1549
  size?: "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | null | undefined;
1550
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | null | undefined;
1550
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1551
1551
  rotate?: "45" | "90" | "-45" | "-90" | "180" | null | undefined;
1552
1552
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & {
1553
1553
  component?: React$1.ElementType;
@@ -1555,7 +1555,7 @@ declare const PhoneIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttribute
1555
1555
 
1556
1556
  declare const RectangleGroupIcon: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLSpanElement> & class_variance_authority.VariantProps<(props?: ({
1557
1557
  size?: "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | null | undefined;
1558
- color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | null | undefined;
1558
+ color?: "default" | "subtle" | "subtler" | "subtlest" | "disabled" | "bolder" | "inverse" | "critical" | "brand" | "critical-bolder" | "warning" | "warning-bolder" | "success" | "success-bolder" | null | undefined;
1559
1559
  rotate?: "45" | "90" | "-45" | "-90" | "180" | null | undefined;
1560
1560
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & {
1561
1561
  component?: React$1.ElementType;
package/dist/index.js CHANGED
@@ -4047,7 +4047,13 @@ var iconVariants = cva("inline-flex shrink-0", {
4047
4047
  disabled: "text-Colors-Foreground-Disabled",
4048
4048
  bolder: "text-Colors-Foreground-Bolder",
4049
4049
  inverse: "text-Colors-Foreground-Static-White",
4050
- critical: "text-Colors-Foreground-Critical-Default"
4050
+ critical: "text-Colors-Foreground-Critical-Default",
4051
+ brand: "text-Colors-Text-Brand-Default",
4052
+ "critical-bolder": "text-Colors-Text-Critical-Bolder",
4053
+ warning: "text-Colors-Text-Warning-Default",
4054
+ "warning-bolder": "text-Colors-Text-Warning-Bolder",
4055
+ success: "text-Colors-Text-Success-Default",
4056
+ "success-bolder": "text-Colors-Text-Success-Bolder"
4051
4057
  },
4052
4058
  rotate: {
4053
4059
  "45": "rotate-45",