@orangecheck/design 0.28.9 → 0.28.10

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
@@ -2893,7 +2893,10 @@ function TabsList({ className, ...props }) {
2893
2893
  TabsPrimitive__namespace.List,
2894
2894
  {
2895
2895
  "data-slot": "tabs-list",
2896
- className: cn("border-border -mb-px flex items-center gap-6 border-b", className),
2896
+ className: cn(
2897
+ "border-border -mb-px flex min-w-0 items-center gap-6 overflow-x-auto border-b [-ms-overflow-style:none] [scrollbar-width:none] [&::-webkit-scrollbar]:hidden",
2898
+ className
2899
+ ),
2897
2900
  ...props
2898
2901
  }
2899
2902
  );