@moontra/moonui 2.4.9 → 2.4.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.global.js +37 -29
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/components/ui/tabs.tsx +1 -1
package/package.json
CHANGED
|
@@ -50,7 +50,7 @@ const tabsListVariants = cva(
|
|
|
50
50
|
true: "w-full"
|
|
51
51
|
},
|
|
52
52
|
scrollable: {
|
|
53
|
-
true: "overflow-x-auto overflow-y-hidden flex-nowrap hide-scrollbar snap-x snap-mandatory
|
|
53
|
+
true: "overflow-x-auto overflow-y-hidden flex-nowrap hide-scrollbar snap-x snap-mandatory pl-6 pr-4 scroll-pl-6",
|
|
54
54
|
false: "flex-wrap"
|
|
55
55
|
}
|
|
56
56
|
},
|