@moontra/moonui-pro 3.4.45 → 3.5.0

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/server.mjs CHANGED
@@ -4,7 +4,7 @@ import * as crypto from 'crypto';
4
4
  import crypto__default from 'crypto';
5
5
 
6
6
  /**
7
- * @moontra/moonui-pro v3.4.45
7
+ * @moontra/moonui-pro v3.5.0
8
8
  * Premium UI components for MoonUI
9
9
  * (c) 2026 MoonUI. All rights reserved.
10
10
  * @license Commercial - https://moonui.dev/license
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @moontra/moonui-pro v3.4.45
2
+ * @moontra/moonui-pro v3.5.0
3
3
  * Premium UI components for MoonUI
4
4
  * (c) 2026 MoonUI. All rights reserved.
5
5
  * @license Commercial - https://moonui.dev/license
@@ -27,7 +27,7 @@ var fs__namespace = /*#__PURE__*/_interopNamespace(fs);
27
27
  var path__namespace = /*#__PURE__*/_interopNamespace(path);
28
28
 
29
29
  /**
30
- * @moontra/moonui-pro v3.4.45 - CommonJS build (next-config + vite plugins)
30
+ * @moontra/moonui-pro v3.5.0 - CommonJS build (next-config + vite plugins)
31
31
  * (c) 2026 MoonUI. All rights reserved.
32
32
  * @license Commercial - https://moonui.dev/license
33
33
  */
@@ -2,7 +2,7 @@ import * as fs from 'fs';
2
2
  import * as path from 'path';
3
3
 
4
4
  /**
5
- * @moontra/moonui-pro v3.4.45
5
+ * @moontra/moonui-pro v3.5.0
6
6
  * Premium UI components for MoonUI
7
7
  * (c) 2026 MoonUI. All rights reserved.
8
8
  * @license Commercial - https://moonui.dev/license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moontra/moonui-pro",
3
- "version": "3.4.45",
3
+ "version": "3.5.0",
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",
@@ -109,9 +109,9 @@
109
109
  },
110
110
  "homepage": "https://moonui.dev",
111
111
  "peerDependencies": {
112
+ "next-themes": ">=0.2.0",
112
113
  "react": ">=18.0.0 || ^19.0.0",
113
- "react-dom": ">=18.0.0 || ^19.0.0",
114
- "next-themes": ">=0.2.0"
114
+ "react-dom": ">=18.0.0 || ^19.0.0"
115
115
  },
116
116
  "dependencies": {
117
117
  "@radix-ui/react-accordion": "^1.2.11",
@@ -168,8 +168,11 @@
168
168
  "@types/react-dom": "^19.0.0",
169
169
  "@types/react-grid-layout": "^1.3.5",
170
170
  "@types/react-window": "^1.8.8",
171
+ "@typescript-eslint/eslint-plugin": "^8.63.0",
172
+ "@typescript-eslint/parser": "^8.63.0",
171
173
  "autoprefixer": "^10.4.21",
172
- "eslint": "^8.39.0",
174
+ "eslint": "^9.39.4",
175
+ "eslint-plugin-react-hooks": "^5.2.0",
173
176
  "jest": "^29.5.0",
174
177
  "jest-environment-jsdom": "^29.5.0",
175
178
  "postcss": "^8.5.6",