@moontra/moonui 2.4.9 → 2.4.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moontra/moonui",
3
- "version": "2.4.9",
3
+ "version": "2.4.11",
4
4
  "description": "Premium React component library with modern design and customization",
5
5
  "author": "MoonUI",
6
6
  "license": "MIT",
@@ -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 px-4",
53
+ true: "overflow-x-auto overflow-y-hidden flex-nowrap hide-scrollbar pl-10 pr-4",
54
54
  false: "flex-wrap"
55
55
  }
56
56
  },