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.js CHANGED
@@ -9996,7 +9996,7 @@ var VARIANT_STYLES = {
9996
9996
  secondary: "border shadow-none",
9997
9997
  tertiary: "shadow-none",
9998
9998
  plain: "",
9999
- opacity: "backdrop-blur-2xl text-Colors-Text-Static-White bg-Colors-Beta-White-30 border border-Colors-Beta-White-12 shadow-none hover:bg-Colors-Beta-White-40 focus:shadow-cc-Focus-Rings-Brand-default active:bg-Colors-Beta-White-50 disabled:bg-Colors-Beta-White-60 disabled:text-Colors-Beta-White-80",
9999
+ 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",
10000
10000
  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",
10001
10001
  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"
10002
10002
  };
@@ -10674,7 +10674,7 @@ var DropdownMenuSubContent = React21.forwardRef(function(_param, ref) {
10674
10674
  return /* @__PURE__ */ jsx27(DropdownMenuPrimitive.SubContent, _object_spread({
10675
10675
  ref: ref,
10676
10676
  sideOffset: sideOffset,
10677
- className: cn("z-50 min-w-[8rem] overflow-hidden rounded-sm border border-Colors-Border-Default 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),
10677
+ 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),
10678
10678
  onMouseEnter: hoverContext ? handleMouseEnter : onMouseEnter,
10679
10679
  onMouseLeave: hoverContext ? handleMouseLeave : onMouseLeave
10680
10680
  }, props));
@@ -10714,7 +10714,7 @@ var DropdownMenuContent = React21.forwardRef(function(_param, ref) {
10714
10714
  return /* @__PURE__ */ jsx27(DropdownMenuPrimitive.Content, _object_spread({
10715
10715
  ref: ref,
10716
10716
  sideOffset: sideOffset,
10717
- className: cn("z-[100] min-w-[8rem] overflow-hidden rounded-sm border border-Colors-Border-Opaque 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),
10717
+ 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),
10718
10718
  onMouseEnter: hoverContext ? handleMouseEnter : onMouseEnter,
10719
10719
  onMouseLeave: hoverContext ? handleMouseLeave : onMouseLeave
10720
10720
  }, props));
@@ -10763,7 +10763,7 @@ var DropdownMenuRadioItem = React21.forwardRef(function(_param, ref) {
10763
10763
  ]);
10764
10764
  return /* @__PURE__ */ jsxs16(DropdownMenuPrimitive.RadioItem, _object_spread_props(_object_spread({
10765
10765
  ref: ref,
10766
- 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-slate-100 focus:text-slate-900 data-[disabled]:pointer-events-none data-[disabled]:opacity-50 dark:focus:bg-slate-800 dark:focus:text-slate-50", className)
10766
+ 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)
10767
10767
  }, props), {
10768
10768
  children: [
10769
10769
  /* @__PURE__ */ jsx27("span", {