@vanduo-oss/framework 1.4.2 → 1.4.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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Vanduo Framework v1.4.2
1
+ # Vanduo Framework v1.4.3
2
2
 
3
3
  <p align="center">
4
4
  <img src="vanduo-banner.svg" alt="Vanduo Framework Banner" width="100%">
@@ -29,8 +29,8 @@ Vanduo is a zero-dependency UI framework built with HTML, CSS, and vanilla JavaS
29
29
  ### CDN
30
30
 
31
31
  ```html
32
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/vanduo-oss/framework@v1.4.2/dist/vanduo.min.css">
33
- <script src="https://cdn.jsdelivr.net/gh/vanduo-oss/framework@v1.4.2/dist/vanduo.min.js"></script>
32
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/vanduo-oss/framework@v1.4.3/dist/vanduo.min.css">
33
+ <script src="https://cdn.jsdelivr.net/gh/vanduo-oss/framework@v1.4.3/dist/vanduo.min.js"></script>
34
34
  <script>
35
35
  Vanduo.init();
36
36
  </script>
package/css/vanduo.css CHANGED
@@ -72,7 +72,6 @@
72
72
  @import url('components/transfer.css');
73
73
  @import url('components/tree.css');
74
74
  @import url('components/spotlight.css');
75
- @import url('components/music-player.css');
76
75
 
77
76
  /* Layer 5: Effects */
78
77
  @import url('effects/parallax.css');
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "1.4.2",
3
- "builtAt": "2026-05-23T19:59:36.731Z",
4
- "commit": "adbe750",
2
+ "version": "1.4.3",
3
+ "builtAt": "2026-05-28T13:14:25.371Z",
4
+ "commit": "02ef7f6",
5
5
  "mode": "development+production"
6
6
  }