@moontra/moonui-pro 3.5.2 → 3.5.4
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/cdn/index.global.js +198 -208
- package/dist/cdn/index.global.js.map +1 -1
- package/dist/index.d.ts +30 -2
- package/dist/index.mjs +1768 -913
- package/dist/next-config-plugin.cjs +1 -1
- package/dist/next-config-plugin.mjs +1 -1
- package/dist/server.mjs +1 -1
- package/dist/styles/nprogress.mjs +1 -1
- package/dist/vite-plugin.cjs +1 -1
- package/dist/vite-plugin.mjs +1 -1
- package/package.json +5 -4
|
@@ -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.5.
|
|
30
|
+
* @moontra/moonui-pro v3.5.4 - CommonJS build (next-config + vite plugins)
|
|
31
31
|
* (c) 2026 MoonUI. All rights reserved.
|
|
32
32
|
* @license Commercial - https://moonui.dev/license
|
|
33
33
|
*/
|
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.5.
|
|
7
|
+
* @moontra/moonui-pro v3.5.4
|
|
8
8
|
* Premium UI components for MoonUI
|
|
9
9
|
* (c) 2026 MoonUI. All rights reserved.
|
|
10
10
|
* @license Commercial - https://moonui.dev/license
|
package/dist/vite-plugin.cjs
CHANGED
|
@@ -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.5.
|
|
30
|
+
* @moontra/moonui-pro v3.5.4 - CommonJS build (next-config + vite plugins)
|
|
31
31
|
* (c) 2026 MoonUI. All rights reserved.
|
|
32
32
|
* @license Commercial - https://moonui.dev/license
|
|
33
33
|
*/
|
package/dist/vite-plugin.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moontra/moonui-pro",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.4",
|
|
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",
|
|
@@ -75,9 +75,10 @@
|
|
|
75
75
|
"test:coverage": "jest --coverage",
|
|
76
76
|
"prepublishOnly": "npm run clean && npm run build",
|
|
77
77
|
"postinstall": "node scripts/postinstall.cjs",
|
|
78
|
-
"pub": "npm
|
|
79
|
-
"
|
|
80
|
-
"
|
|
78
|
+
"pub": "npm publish",
|
|
79
|
+
"version:patch": "npm version patch --no-git-tag-version",
|
|
80
|
+
"version:minor": "npm version minor --no-git-tag-version",
|
|
81
|
+
"version:major": "npm version major --no-git-tag-version"
|
|
81
82
|
},
|
|
82
83
|
"keywords": [
|
|
83
84
|
"ui",
|