myshell-react-lib 0.2.2 → 0.2.4

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
@@ -5484,7 +5484,7 @@ var VARIANT_BASE = {
5484
5484
  link: "",
5485
5485
  plain: "",
5486
5486
  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",
5487
- solid: "shadow-none text-Colors-Text-Subtle bg-cc-Button-Solid-bg-default border border-cc-Button-Solid-border-default hover:bg-cc-Button-Solid-bg-hover hover:border-cc-Button-Solid-border-alt active:bg-cc-Button-Solid-bg-active disabled:text-cc-Button-Solid-fg-alt"
5487
+ ghost: "shadow-none text-Colors-Text-Subtle 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"
5488
5488
  };
5489
5489
  var SPECIAL_LAYOUTS = {
5490
5490
  link: "h-fit w-fit min-w-auto px-0.5 py-0.5",
@@ -5582,17 +5582,17 @@ var buttonVariants = (0, import_class_variance_authority4.cva)(BASE_BUTTON, {
5582
5582
  className: SIZE_CLASSES.sm.withPadding
5583
5583
  },
5584
5584
  {
5585
- variant: "solid",
5585
+ variant: "ghost",
5586
5586
  size: "lg",
5587
5587
  className: SIZE_CLASSES.lg.withPadding
5588
5588
  },
5589
5589
  {
5590
- variant: "solid",
5590
+ variant: "ghost",
5591
5591
  size: "md",
5592
5592
  className: SIZE_CLASSES.md.withPadding
5593
5593
  },
5594
5594
  {
5595
- variant: "solid",
5595
+ variant: "ghost",
5596
5596
  size: "sm",
5597
5597
  className: SIZE_CLASSES.sm.withPadding
5598
5598
  },
@@ -5701,7 +5701,7 @@ var iconVariants2 = (0, import_class_variance_authority4.cva)("relative shrink-0
5701
5701
  link: "font-normal",
5702
5702
  plain: "font-medium",
5703
5703
  static: "",
5704
- solid: "",
5704
+ ghost: "",
5705
5705
  opacity: ""
5706
5706
  },
5707
5707
  size: {
@@ -6397,7 +6397,7 @@ var VARIANT_STYLES = {
6397
6397
  tertiary: "shadow-none",
6398
6398
  plain: "",
6399
6399
  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",
6400
- solid: "shadow-none text-Colors-Text-Subtle bg-cc-Button-Solid-bg-default border border-cc-Button-Solid-border-default hover:bg-cc-Button-Solid-bg-hover hover:border-cc-Button-Solid-border-alt active:bg-cc-Button-Solid-bg-active disabled:text-cc-Button-Solid-fg-alt",
6400
+ ghost: "shadow-none text-Colors-Text-Subtle 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",
6401
6401
  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"
6402
6402
  };
6403
6403
  var COLOR_STYLES = {
@@ -11727,9 +11727,9 @@ var SelectTrigger = React33.forwardRef(function(_param, ref) {
11727
11727
  return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(SelectPrimitive.Trigger, _object_spread_props(_object_spread({
11728
11728
  ref: ref,
11729
11729
  className: cn("flex h-7 md:h-10 w-full items-center justify-between rounded-sm border border-transparent hover:border-cc-Input-border-default bg-cc-Input-bg-default text-Colors-Text-Default text-sm p-3 focus:shadow-cc-Focus-Rings-Brand-default placeholder:text-Colors-Text-Subtlest focus:outline-none focus:ring-0 focus:ring-offset-0 disabled:cursor-not-allowed disabled:opacity-30 [&>span]:line-clamp-1 [&>.select-chevron]:aria-expanded:rotate-180 space-x-1.5", isButtonVariant && buttonVariants({
11730
- variant: "solid",
11730
+ variant: "ghost",
11731
11731
  size: "lg"
11732
- }), isButtonVariant && "w-auto min-w-max inline-flex", className)
11732
+ }), isButtonVariant && "w-auto min-w-max inline-flex px-4", className)
11733
11733
  }, props), {
11734
11734
  children: [
11735
11735
  children,