myshell-react-lib 0.1.75 → 0.1.77
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
CHANGED
|
@@ -4868,7 +4868,7 @@ var colorMap = {
|
|
|
4868
4868
|
disabled: "text-Colors-Text-Disabled",
|
|
4869
4869
|
inverse: "text-Colors-Text-Bolder",
|
|
4870
4870
|
static: "text-Colors-Text-Static-White",
|
|
4871
|
-
"static-black": "text-Colors-Text-Static-
|
|
4871
|
+
"static-black": "text-Colors-Text-Static-Black",
|
|
4872
4872
|
brand: "text-Colors-Text-Brand-Default",
|
|
4873
4873
|
critical: "text-Colors-Text-Critical-Default",
|
|
4874
4874
|
"critical-bolder": "text-Colors-Text-Critical-Bolder",
|
|
@@ -5282,7 +5282,7 @@ var AccordionTrigger = React5.forwardRef(function(props, ref) {
|
|
|
5282
5282
|
children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(AccordionPrimitive.Trigger, _object_spread_props(_object_spread({
|
|
5283
5283
|
ref: ref
|
|
5284
5284
|
}, rest), {
|
|
5285
|
-
className: cn("flex flex-1 items-center justify-between font-medium transition-all [&[data-state=closed]>div>div>div>svg]:-rotate-90", // [&[data-state=open]>div>div>svg]:rotate-180
|
|
5285
|
+
className: cn("flex flex-1 items-center justify-between font-medium transition-all [&[data-state=closed]>div>div>div>span>svg]:-rotate-90", // [&[data-state=open]>div>div>svg]:rotate-180
|
|
5286
5286
|
className),
|
|
5287
5287
|
children: /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", {
|
|
5288
5288
|
className: "w-full flex flex-col justify-center",
|
|
@@ -5300,7 +5300,7 @@ var AccordionTrigger = React5.forwardRef(function(props, ref) {
|
|
|
5300
5300
|
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Icon, {
|
|
5301
5301
|
component: DownIcon,
|
|
5302
5302
|
size: "2xs",
|
|
5303
|
-
className: "fill-Colors-Foreground-Subtlest"
|
|
5303
|
+
className: "fill-Colors-Foreground-Subtlest text-Colors-Foreground-Subtlest"
|
|
5304
5304
|
}),
|
|
5305
5305
|
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Text, {
|
|
5306
5306
|
size: "lg",
|
|
@@ -11838,7 +11838,7 @@ var SelectItem = React33.forwardRef(function(_param, ref) {
|
|
|
11838
11838
|
]);
|
|
11839
11839
|
return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(SelectPrimitive.Item, _object_spread_props(_object_spread({
|
|
11840
11840
|
ref: ref,
|
|
11841
|
-
className: cn("relative flex justify-between w-full cursor-pointer select-none items-center rounded-sm py-1 px-1.5 outline-none text-base", "hover:bg-Colors-Background-Normal-Primary-Hover focus:bg-Colors-Background-
|
|
11841
|
+
className: cn("relative flex justify-between w-full cursor-pointer select-none items-center rounded-sm py-1 px-1.5 outline-none text-base", "hover:bg-Colors-Background-Normal-Primary-Hover focus:bg-Colors-Background-Normal-Primary-Hover data-[disabled]:opacity-30 data-[disabled]:cursor-not-allowed space-x-1.5", critical ? "text-Colors-Text-Critical-Default" : "focus:text-Colors-Text-Default", className)
|
|
11842
11842
|
}, props), {
|
|
11843
11843
|
children: [
|
|
11844
11844
|
/* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("span", {
|
|
@@ -12994,7 +12994,7 @@ var tabListVariants = (0, import_class_variance_authority17.cva)("w-full relativ
|
|
|
12994
12994
|
rounded: "default"
|
|
12995
12995
|
}
|
|
12996
12996
|
});
|
|
12997
|
-
var tabVariants = (0, import_class_variance_authority17.cva)("relative inline-flex h-full items-center whitespace-nowrap font-medium text-cc-Tabbar-fg-default aria-[selected=true]:text-cc-Tabbar-fg-bolder [&>div>span]:hover:text-cc-Tabbar-fg-bolder disabled:cursor-not-allowed disabled:text-cc-Tabbar-fg-disabled [&>div>span]:disabled:text-cc-Tabbar-fg-disabled
|
|
12997
|
+
var tabVariants = (0, import_class_variance_authority17.cva)("relative inline-flex h-full items-center whitespace-nowrap font-medium text-cc-Tabbar-fg-default aria-[selected=true]:text-cc-Tabbar-fg-bolder [&>div>span]:hover:text-cc-Tabbar-fg-bolder disabled:cursor-not-allowed disabled:text-cc-Tabbar-fg-disabled [&>div>svg]:disabled:text-cc-Tabbar-fg-disabled [&>div>svg]:aria-[selected=true]:disabled:text-cc-Tabbar-fg-select-disabled [&>div>span]:disabled:text-cc-Tabbar-fg-disabled [&>div>span]:aria-[selected=true]:disabled:text-cc-Tabbar-fg-select-disabled aria-[selected=true]:text-cc-Tabbar-fg-bolder", {
|
|
12998
12998
|
variants: {
|
|
12999
12999
|
size: {
|
|
13000
13000
|
sm: "text-xs h-4.5",
|