@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.mjs CHANGED
@@ -2522,7 +2522,7 @@ var tabsListVariants = cva(
2522
2522
  true: "w-full"
2523
2523
  },
2524
2524
  scrollable: {
2525
- true: "overflow-x-auto overflow-y-hidden flex-nowrap hide-scrollbar snap-x snap-mandatory px-4",
2525
+ true: "overflow-x-auto overflow-y-hidden flex-nowrap hide-scrollbar snap-x snap-mandatory pl-6 pr-4 scroll-pl-6",
2526
2526
  false: "flex-wrap"
2527
2527
  }
2528
2528
  },