@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 +4 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -1
- package/dist/index.mjs.map +1 -1
- package/dist/primitives.js +4 -1
- package/dist/primitives.js.map +1 -1
- package/dist/primitives.mjs +4 -1
- package/dist/primitives.mjs.map +1 -1
- package/package.json +1 -1
package/dist/primitives.js
CHANGED
|
@@ -1785,7 +1785,10 @@ function TabsList({ className, ...props }) {
|
|
|
1785
1785
|
TabsPrimitive__namespace.List,
|
|
1786
1786
|
{
|
|
1787
1787
|
"data-slot": "tabs-list",
|
|
1788
|
-
className: cn(
|
|
1788
|
+
className: cn(
|
|
1789
|
+
"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",
|
|
1790
|
+
className
|
|
1791
|
+
),
|
|
1789
1792
|
...props
|
|
1790
1793
|
}
|
|
1791
1794
|
);
|