@moontra/moonui-pro 3.5.2 → 3.5.3

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
@@ -40,7 +40,7 @@ import NProgress from 'nprogress';
40
40
  import { useTheme } from 'next-themes';
41
41
 
42
42
  /**
43
- * @moontra/moonui-pro v3.5.2
43
+ * @moontra/moonui-pro v3.5.3
44
44
  * Premium UI components for MoonUI
45
45
  * (c) 2026 MoonUI. All rights reserved.
46
46
  * @license Commercial - https://moonui.dev/license
@@ -18262,7 +18262,12 @@ var HoverCard3DInternal = React71__default.forwardRef(
18262
18262
  animationSpeed = 1,
18263
18263
  overlay,
18264
18264
  overlayAlwaysVisible = false,
18265
- glowColor = "rgb(var(--primary))",
18265
+ // Token'lar HSL uclusudur ("217.2 91.2% 59.8%"), RGB degil — bu yuzden hsl() sart.
18266
+ // Varsayilan eskiden rgb(...) ile sariliydi: tarayici uclugu rgb(217.2, 91.2%, 59.8%)
18267
+ // diye okuyup rgb(217, 233, 152) (camur sari-yesil) uretiyordu; glow mavi cikmasi
18268
+ // gerekirken yanlis renkteydi. Koyu modda da rgb(210, 102, 250) (mor) veriyordu.
18269
+ // Paketteki diger 23 token kullanimi zaten hsl() ile sarili.
18270
+ glowColor = "hsl(var(--primary))",
18266
18271
  glowBlur = 20,
18267
18272
  glowSpread = 1.2,
18268
18273
  enableTouch = true,
@@ -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.2 - CommonJS build (next-config + vite plugins)
30
+ * @moontra/moonui-pro v3.5.3 - 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.5.2
5
+ * @moontra/moonui-pro v3.5.3
6
6
  * Premium UI components for MoonUI
7
7
  * (c) 2026 MoonUI. All rights reserved.
8
8
  * @license Commercial - https://moonui.dev/license
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.2
7
+ * @moontra/moonui-pro v3.5.3
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.5.2
2
+ * @moontra/moonui-pro v3.5.3
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.5.2 - CommonJS build (next-config + vite plugins)
30
+ * @moontra/moonui-pro v3.5.3 - 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.5.2
5
+ * @moontra/moonui-pro v3.5.3
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.5.2",
3
+ "version": "3.5.3",
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",