myshell-react-lib 0.1.38 → 0.1.41

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
@@ -11617,7 +11617,7 @@ var SelectTrigger = React31.forwardRef(function(_param, ref) {
11617
11617
  ]);
11618
11618
  return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(SelectPrimitive.Trigger, _object_spread_props(_object_spread({
11619
11619
  ref: ref,
11620
- className: cn("flex h-10 w-full items-center justify-between rounded-sm border border-Colors-Border-Default bg-Colors-Background-Neutral-On-Surface-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", className)
11620
+ className: cn("flex h-7 md:h-10 w-full items-center justify-between rounded-sm border border-Colors-Border-Default bg-Colors-Background-Neutral-On-Surface-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", className)
11621
11621
  }, props), {
11622
11622
  children: [
11623
11623
  children,
@@ -12299,9 +12299,10 @@ var tabVariants = (0, import_class_variance_authority17.cva)("relative inline-fl
12299
12299
  }
12300
12300
  });
12301
12301
  var Tabs2 = React35.forwardRef(function(_param, ref) {
12302
- var className = _param.className, listClassName = _param.listClassName, contentClassName = _param.contentClassName, _param_variant = _param.variant, variant = _param_variant === void 0 ? "button" : _param_variant, size = _param.size, _param_isLink = _param.isLink, isLink = _param_isLink === void 0 ? false : _param_isLink, _param_rounded = _param.rounded, rounded = _param_rounded === void 0 ? "default" : _param_rounded, items = _param.items, props = _object_without_properties(_param, [
12302
+ var className = _param.className, listClassName = _param.listClassName, listBoxClassName = _param.listBoxClassName, contentClassName = _param.contentClassName, _param_variant = _param.variant, variant = _param_variant === void 0 ? "button" : _param_variant, size = _param.size, _param_isLink = _param.isLink, isLink = _param_isLink === void 0 ? false : _param_isLink, _param_rounded = _param.rounded, rounded = _param_rounded === void 0 ? "default" : _param_rounded, items = _param.items, props = _object_without_properties(_param, [
12303
12303
  "className",
12304
12304
  "listClassName",
12305
+ "listBoxClassName",
12305
12306
  "contentClassName",
12306
12307
  "variant",
12307
12308
  "size",
@@ -12315,7 +12316,7 @@ var Tabs2 = React35.forwardRef(function(_param, ref) {
12315
12316
  }, props), {
12316
12317
  children: [
12317
12318
  /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", {
12318
- className: "w-full flex justify-start items-center",
12319
+ className: cn("w-full flex justify-start items-center", listBoxClassName),
12319
12320
  children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(TabsPrimitive.List, _object_spread_props(_object_spread({
12320
12321
  ref: ref,
12321
12322
  className: cn(tabListVariants({
@@ -12341,7 +12342,7 @@ var Tabs2 = React35.forwardRef(function(_param, ref) {
12341
12342
  value: item.value,
12342
12343
  className: contentClassName,
12343
12344
  children: item.children
12344
- });
12345
+ }, item.value);
12345
12346
  })
12346
12347
  })
12347
12348
  ]