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.js
CHANGED
|
@@ -4121,7 +4121,7 @@ var colorMap = {
|
|
|
4121
4121
|
disabled: "text-Colors-Text-Disabled",
|
|
4122
4122
|
inverse: "text-Colors-Text-Bolder",
|
|
4123
4123
|
static: "text-Colors-Text-Static-White",
|
|
4124
|
-
"static-black": "text-Colors-Text-Static-
|
|
4124
|
+
"static-black": "text-Colors-Text-Static-Black",
|
|
4125
4125
|
brand: "text-Colors-Text-Brand-Default",
|
|
4126
4126
|
critical: "text-Colors-Text-Critical-Default",
|
|
4127
4127
|
"critical-bolder": "text-Colors-Text-Critical-Bolder",
|
|
@@ -4535,7 +4535,7 @@ var AccordionTrigger = React5.forwardRef(function(props, ref) {
|
|
|
4535
4535
|
children: /* @__PURE__ */ jsx5(AccordionPrimitive.Trigger, _object_spread_props(_object_spread({
|
|
4536
4536
|
ref: ref
|
|
4537
4537
|
}, rest), {
|
|
4538
|
-
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
|
|
4538
|
+
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
|
|
4539
4539
|
className),
|
|
4540
4540
|
children: /* @__PURE__ */ jsxs("div", {
|
|
4541
4541
|
className: "w-full flex flex-col justify-center",
|
|
@@ -4553,7 +4553,7 @@ var AccordionTrigger = React5.forwardRef(function(props, ref) {
|
|
|
4553
4553
|
/* @__PURE__ */ jsx5(Icon, {
|
|
4554
4554
|
component: DownIcon,
|
|
4555
4555
|
size: "2xs",
|
|
4556
|
-
className: "fill-Colors-Foreground-Subtlest"
|
|
4556
|
+
className: "fill-Colors-Foreground-Subtlest text-Colors-Foreground-Subtlest"
|
|
4557
4557
|
}),
|
|
4558
4558
|
/* @__PURE__ */ jsx5(Text, {
|
|
4559
4559
|
size: "lg",
|
|
@@ -11091,7 +11091,7 @@ var SelectItem = React33.forwardRef(function(_param, ref) {
|
|
|
11091
11091
|
]);
|
|
11092
11092
|
return /* @__PURE__ */ jsxs27(SelectPrimitive.Item, _object_spread_props(_object_spread({
|
|
11093
11093
|
ref: ref,
|
|
11094
|
-
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-
|
|
11094
|
+
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)
|
|
11095
11095
|
}, props), {
|
|
11096
11096
|
children: [
|
|
11097
11097
|
/* @__PURE__ */ jsxs27("span", {
|
|
@@ -12247,7 +12247,7 @@ var tabListVariants = cva17("w-full relative inline-flex items-center overflow-h
|
|
|
12247
12247
|
rounded: "default"
|
|
12248
12248
|
}
|
|
12249
12249
|
});
|
|
12250
|
-
var tabVariants = cva17("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
|
|
12250
|
+
var tabVariants = cva17("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", {
|
|
12251
12251
|
variants: {
|
|
12252
12252
|
size: {
|
|
12253
12253
|
sm: "text-xs h-4.5",
|