@moontra/moonui-pro 2.22.1 → 2.23.1

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.
Files changed (2) hide show
  1. package/dist/index.mjs +3 -3
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -72852,7 +72852,7 @@ function SidebarInternal({
72852
72852
  MoonUIBadgePro,
72853
72853
  {
72854
72854
  variant: grandChild.badgeVariant || "secondary",
72855
- className: "ml-auto flex-shrink-0",
72855
+ className: "ml-auto flex-shrink-0 text-[10px] px-1.5 py-0 h-5",
72856
72856
  children: grandChild.badge
72857
72857
  }
72858
72858
  )
@@ -72881,7 +72881,7 @@ function SidebarInternal({
72881
72881
  MoonUIBadgePro,
72882
72882
  {
72883
72883
  variant: childItem.badgeVariant || "secondary",
72884
- className: "ml-auto flex-shrink-0",
72884
+ className: "ml-auto flex-shrink-0 text-[10px] px-1.5 py-0 h-5",
72885
72885
  children: childItem.badge
72886
72886
  }
72887
72887
  )
@@ -72930,7 +72930,7 @@ function SidebarInternal({
72930
72930
  MoonUIBadgePro,
72931
72931
  {
72932
72932
  variant: item.badgeVariant || "secondary",
72933
- className: "ml-auto flex-shrink-0",
72933
+ className: "ml-auto flex-shrink-0 text-[10px] px-1.5 py-0 h-5",
72934
72934
  children: item.badge
72935
72935
  }
72936
72936
  ),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moontra/moonui-pro",
3
- "version": "2.22.1",
3
+ "version": "2.23.1",
4
4
  "description": "Premium React components for MoonUI - Advanced UI library with 50+ pro components including performance, interactive, and gesture components",
5
5
  "type": "module",
6
6
  "main": "dist/index.mjs",