@moontra/moonui-pro 2.26.33 → 2.26.34

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
@@ -74147,7 +74147,8 @@ function DataTable({
74147
74147
  sorting: externalState?.sorting ?? sorting,
74148
74148
  columnFilters: externalState?.columnFilters ?? columnFilters,
74149
74149
  columnVisibility: externalState?.columnVisibility ?? columnVisibility,
74150
- rowSelection: externalState?.rowSelection ?? rowSelection,
74150
+ rowSelection,
74151
+ // Always use internal rowSelection state
74151
74152
  globalFilter: externalState?.globalFilter ?? globalFilter,
74152
74153
  pagination: externalState?.pagination ?? paginationState,
74153
74154
  ...externalState || {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moontra/moonui-pro",
3
- "version": "2.26.33",
3
+ "version": "2.26.34",
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",
@@ -81,6 +81,7 @@
81
81
  "react-dom": ">=18.0.0 || ^19.0.0"
82
82
  },
83
83
  "dependencies": {
84
+ "@moontra/moonui-pro": "^2.26.33",
84
85
  "@radix-ui/react-accordion": "^1.2.11",
85
86
  "@radix-ui/react-avatar": "^1.1.10",
86
87
  "@radix-ui/react-checkbox": "^1.3.2",