myshell-react-lib 0.3.8 → 0.3.9

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
@@ -1084,10 +1084,10 @@ interface ISelectProps extends SelectPrimitive.SelectProps {
1084
1084
  placeholder?: React$1.ReactNode;
1085
1085
  triggerClassName?: string;
1086
1086
  contentClassName?: string;
1087
- variant?: 'input' | 'button';
1088
- size?: '2xs' | 'xs' | 'sm' | 'md' | 'lg' | null | undefined;
1087
+ variant?: "input" | "button";
1088
+ size?: "2xs" | "xs" | "sm" | "md" | "lg" | null | undefined;
1089
1089
  noPortal?: boolean;
1090
- side?: SelectPrimitive.SelectContentProps['side'];
1090
+ side?: SelectPrimitive.SelectContentProps["side"];
1091
1091
  }
1092
1092
  declare const Select: React$1.ForwardRefExoticComponent<ISelectProps & React$1.RefAttributes<never>>;
1093
1093
  declare const SelectGroup: React$1.ForwardRefExoticComponent<SelectPrimitive.SelectGroupProps & React$1.RefAttributes<HTMLDivElement>>;
package/dist/index.d.ts CHANGED
@@ -1084,10 +1084,10 @@ interface ISelectProps extends SelectPrimitive.SelectProps {
1084
1084
  placeholder?: React$1.ReactNode;
1085
1085
  triggerClassName?: string;
1086
1086
  contentClassName?: string;
1087
- variant?: 'input' | 'button';
1088
- size?: '2xs' | 'xs' | 'sm' | 'md' | 'lg' | null | undefined;
1087
+ variant?: "input" | "button";
1088
+ size?: "2xs" | "xs" | "sm" | "md" | "lg" | null | undefined;
1089
1089
  noPortal?: boolean;
1090
- side?: SelectPrimitive.SelectContentProps['side'];
1090
+ side?: SelectPrimitive.SelectContentProps["side"];
1091
1091
  }
1092
1092
  declare const Select: React$1.ForwardRefExoticComponent<ISelectProps & React$1.RefAttributes<never>>;
1093
1093
  declare const SelectGroup: React$1.ForwardRefExoticComponent<SelectPrimitive.SelectGroupProps & React$1.RefAttributes<HTMLDivElement>>;
package/dist/index.js CHANGED
@@ -10796,7 +10796,7 @@ var DropdownMenuSeparator = React21.forwardRef(function(_param, ref) {
10796
10796
  ]);
10797
10797
  return /* @__PURE__ */ jsx27(DropdownMenuPrimitive.Separator, _object_spread({
10798
10798
  ref: ref,
10799
- className: cn("my-1 h-px bg-[var(--Colors-Border-Default)]", className)
10799
+ className: cn("my-1 h-px bg-[var(--Colors-Border-Alt)]", className)
10800
10800
  }, props));
10801
10801
  });
10802
10802
  DropdownMenuSeparator.displayName = DropdownMenuPrimitive.Separator.displayName;
@@ -11554,7 +11554,7 @@ var ContextMenuSeparator = React27.forwardRef(function(_param, ref) {
11554
11554
  ]);
11555
11555
  return /* @__PURE__ */ jsx33(ContextMenuPrimitive.Separator, _object_spread({
11556
11556
  ref: ref,
11557
- className: cn("my-1 h-px bg-[var(--Colors-Border-Default)]", className)
11557
+ className: cn("my-1 h-px bg-[var(--Colors-Border-Alt)]", className)
11558
11558
  }, props));
11559
11559
  });
11560
11560
  ContextMenuSeparator.displayName = ContextMenuPrimitive.Separator.displayName;
@@ -13886,7 +13886,7 @@ var SelectSeparator = React42.forwardRef(function(_param, ref) {
13886
13886
  ]);
13887
13887
  return /* @__PURE__ */ jsx54(SelectPrimitive.Separator, _object_spread({
13888
13888
  ref: ref,
13889
- className: cn("mx-1.5 my-1 h-px bg-[var(--Colors-Border-Default)]", className)
13889
+ className: cn("mx-1.5 my-1 h-px bg-[var(--Colors-Border-Alt)]", className)
13890
13890
  }, props));
13891
13891
  });
13892
13892
  SelectSeparator.displayName = SelectPrimitive.Separator.displayName;
@@ -14930,7 +14930,7 @@ var tabListVariants = cva18("w-full relative inline-flex items-center overflow-h
14930
14930
  },
14931
14931
  variant: {
14932
14932
  button: "justify-center bg-cc-Tabbar-bg-default text-cc-Tabbar-fg-default p-0.5",
14933
- underline: 'justify-start space-x-6 rounded-none relative before:absolute before:content-[""] before:bottom-0 before:left-0 before:right-0 before:h-[1px] before:bg-[var(--Colors-Border-Default)]',
14933
+ underline: 'justify-start space-x-6 rounded-none relative before:absolute before:content-[""] before:bottom-0 before:left-0 before:right-0 before:h-[1px] before:bg-[var(--Colors-Border-Alt)]',
14934
14934
  icon: "justify-center bg-cc-Tabbar-bg-default text-cc-Tabbar-fg-default p-0.5"
14935
14935
  },
14936
14936
  rounded: {