@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/dist/index.js
CHANGED
|
@@ -2554,7 +2554,7 @@ var tabsListVariants = classVarianceAuthority.cva(
|
|
|
2554
2554
|
true: "w-full"
|
|
2555
2555
|
},
|
|
2556
2556
|
scrollable: {
|
|
2557
|
-
true: "overflow-x-auto overflow-y-hidden flex-nowrap hide-scrollbar snap-x snap-mandatory
|
|
2557
|
+
true: "overflow-x-auto overflow-y-hidden flex-nowrap hide-scrollbar snap-x snap-mandatory pl-6 pr-4 scroll-pl-6",
|
|
2558
2558
|
false: "flex-wrap"
|
|
2559
2559
|
}
|
|
2560
2560
|
},
|