@moontra/moonui-pro 3.4.41 → 3.4.43
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 +111 -111
- package/dist/cdn/index.global.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/next-config-plugin.mjs +1 -1
- package/dist/server.mjs +984 -765
- package/dist/styles/nprogress.mjs +1 -1
- package/dist/vite-plugin.mjs +1 -1
- package/package.json +1 -1
- package/scripts/postinstall.cjs +72 -135
package/dist/index.mjs
CHANGED
|
@@ -42,7 +42,7 @@ import { useTheme } from 'next-themes';
|
|
|
42
42
|
/**
|
|
43
43
|
* @moontra/moonui-pro v2.0.9
|
|
44
44
|
* Premium UI components for MoonUI
|
|
45
|
-
* (c)
|
|
45
|
+
* (c) 2026 MoonUI. All rights reserved.
|
|
46
46
|
* @license Commercial - https://moonui.dev/license
|
|
47
47
|
*/
|
|
48
48
|
var __create = Object.create;
|
|
@@ -4,7 +4,7 @@ import * as path from 'path';
|
|
|
4
4
|
/**
|
|
5
5
|
* @moontra/moonui-pro v2.0.9
|
|
6
6
|
* Premium UI components for MoonUI
|
|
7
|
-
* (c)
|
|
7
|
+
* (c) 2026 MoonUI. All rights reserved.
|
|
8
8
|
* @license Commercial - https://moonui.dev/license
|
|
9
9
|
*/
|
|
10
10
|
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|