myshell-react-lib 0.3.6 → 0.3.8
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.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/styles/components-dark-v2.scss +11 -11
- package/dist/styles/components-light-v2.scss +8 -8
- package/dist/styles/design2-light-v2.scss +2 -2
- package/dist/styles/new-tokens-v2.scss +5 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -10794,7 +10794,7 @@ var VARIANT_STYLES = {
|
|
|
10794
10794
|
secondary: "border shadow-none",
|
|
10795
10795
|
tertiary: "shadow-none",
|
|
10796
10796
|
plain: "",
|
|
10797
|
-
opacity: "backdrop-blur-2xl text-Colors-Text-Static-White bg-
|
|
10797
|
+
opacity: "backdrop-blur-2xl text-Colors-Text-Static-White bg-cc-Button-Opacity-bg-default border border-cc-Button-Opacity-border shadow-none hover:bg-cc-Button-Opacity-bg-hover focus:shadow-cc-Focus-Rings-Brand-default active:bg-cc-Button-Opacity-bg-active disabled:bg-Colors-Beta-White-60 disabled:text-Colors-Beta-White-80",
|
|
10798
10798
|
ghost: "shadow-none text-Colors-Text-Default bg-cc-Button-Ghost-bg-default border border-cc-Button-Ghost-border-default hover:bg-cc-Button-Ghost-bg-hover hover:border-cc-Button-Ghost-border-alt active:bg-cc-Button-Ghost-bg-active disabled:text-cc-Button-Ghost-fg-alt disabled:hover:bg-cc-Button-Ghost-bg-default",
|
|
10799
10799
|
static: "text-cc-Button-Static-fg-default border-cc-Button-Static-border-default bg-cc-Button-Static-bg-default hover:bg-cc-Button-Static-bg-hover active:bg-cc-Button-Static-bg-active disabled:bg-cc-Button-Static-bg-disabled disabled:text-cc-Button-Static-fg-alt disabled:hover:bg-cc-Button-Static-bg-default"
|
|
10800
10800
|
};
|
|
@@ -11472,7 +11472,7 @@ var DropdownMenuSubContent = React21.forwardRef(function(_param, ref) {
|
|
|
11472
11472
|
return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(DropdownMenuPrimitive.SubContent, _object_spread({
|
|
11473
11473
|
ref: ref,
|
|
11474
11474
|
sideOffset: sideOffset,
|
|
11475
|
-
className: cn("z-50 min-w-[8rem] overflow-hidden rounded-sm border border-
|
|
11475
|
+
className: cn("z-50 min-w-[8rem] overflow-hidden rounded-sm border border-cc-Dropdown-border bg-cc-Dropdown-bg-default p-2 text-Colors-Text-Default shadow-modal-default data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2", className),
|
|
11476
11476
|
onMouseEnter: hoverContext ? handleMouseEnter : onMouseEnter,
|
|
11477
11477
|
onMouseLeave: hoverContext ? handleMouseLeave : onMouseLeave
|
|
11478
11478
|
}, props));
|
|
@@ -11512,7 +11512,7 @@ var DropdownMenuContent = React21.forwardRef(function(_param, ref) {
|
|
|
11512
11512
|
return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(DropdownMenuPrimitive.Content, _object_spread({
|
|
11513
11513
|
ref: ref,
|
|
11514
11514
|
sideOffset: sideOffset,
|
|
11515
|
-
className: cn("z-[100] min-w-[8rem] overflow-hidden rounded-sm border border-
|
|
11515
|
+
className: cn("z-[100] min-w-[8rem] overflow-hidden rounded-sm border border-cc-Dropdown-border bg-cc-Dropdown-bg-default p-1 text-Colors-Text-Default shadow-modal-default data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2", className),
|
|
11516
11516
|
onMouseEnter: hoverContext ? handleMouseEnter : onMouseEnter,
|
|
11517
11517
|
onMouseLeave: hoverContext ? handleMouseLeave : onMouseLeave
|
|
11518
11518
|
}, props));
|
|
@@ -11561,7 +11561,7 @@ var DropdownMenuRadioItem = React21.forwardRef(function(_param, ref) {
|
|
|
11561
11561
|
]);
|
|
11562
11562
|
return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(DropdownMenuPrimitive.RadioItem, _object_spread_props(_object_spread({
|
|
11563
11563
|
ref: ref,
|
|
11564
|
-
className: cn("relative flex cursor-default select-none items-center rounded-xs py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-
|
|
11564
|
+
className: cn("relative flex cursor-default select-none items-center rounded-xs py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-cc-Dropdown-bg-hover data-[disabled]:pointer-events-none data-[disabled]:opacity-50", className)
|
|
11565
11565
|
}, props), {
|
|
11566
11566
|
children: [
|
|
11567
11567
|
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("span", {
|