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.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -11594,7 +11594,7 @@ var DropdownMenuSeparator = React21.forwardRef(function(_param, ref) {
|
|
|
11594
11594
|
]);
|
|
11595
11595
|
return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(DropdownMenuPrimitive.Separator, _object_spread({
|
|
11596
11596
|
ref: ref,
|
|
11597
|
-
className: cn("my-1 h-px bg-[var(--Colors-Border-
|
|
11597
|
+
className: cn("my-1 h-px bg-[var(--Colors-Border-Alt)]", className)
|
|
11598
11598
|
}, props));
|
|
11599
11599
|
});
|
|
11600
11600
|
DropdownMenuSeparator.displayName = DropdownMenuPrimitive.Separator.displayName;
|
|
@@ -12352,7 +12352,7 @@ var ContextMenuSeparator = React27.forwardRef(function(_param, ref) {
|
|
|
12352
12352
|
]);
|
|
12353
12353
|
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ContextMenuPrimitive.Separator, _object_spread({
|
|
12354
12354
|
ref: ref,
|
|
12355
|
-
className: cn("my-1 h-px bg-[var(--Colors-Border-
|
|
12355
|
+
className: cn("my-1 h-px bg-[var(--Colors-Border-Alt)]", className)
|
|
12356
12356
|
}, props));
|
|
12357
12357
|
});
|
|
12358
12358
|
ContextMenuSeparator.displayName = ContextMenuPrimitive.Separator.displayName;
|
|
@@ -14684,7 +14684,7 @@ var SelectSeparator = React42.forwardRef(function(_param, ref) {
|
|
|
14684
14684
|
]);
|
|
14685
14685
|
return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(SelectPrimitive.Separator, _object_spread({
|
|
14686
14686
|
ref: ref,
|
|
14687
|
-
className: cn("mx-1.5 my-1 h-px bg-[var(--Colors-Border-
|
|
14687
|
+
className: cn("mx-1.5 my-1 h-px bg-[var(--Colors-Border-Alt)]", className)
|
|
14688
14688
|
}, props));
|
|
14689
14689
|
});
|
|
14690
14690
|
SelectSeparator.displayName = SelectPrimitive.Separator.displayName;
|
|
@@ -15728,7 +15728,7 @@ var tabListVariants = (0, import_class_variance_authority18.cva)("w-full relativ
|
|
|
15728
15728
|
},
|
|
15729
15729
|
variant: {
|
|
15730
15730
|
button: "justify-center bg-cc-Tabbar-bg-default text-cc-Tabbar-fg-default p-0.5",
|
|
15731
|
-
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-
|
|
15731
|
+
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)]',
|
|
15732
15732
|
icon: "justify-center bg-cc-Tabbar-bg-default text-cc-Tabbar-fg-default p-0.5"
|
|
15733
15733
|
},
|
|
15734
15734
|
rounded: {
|