juxscript 1.1.103 → 1.1.104

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "totalComponents": 63,
3
- "generatedAt": "2026-02-12T21:24:03.010Z",
3
+ "generatedAt": "2026-02-12T21:26:28.939Z",
4
4
  "components": [
5
5
  {
6
6
  "file": "alert.js",
@@ -624,7 +624,6 @@ navigate(location.pathname);
624
624
  <meta charset="UTF-8">
625
625
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
626
626
  <title>JUX App</title>
627
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/juxscript@latest/lib/layouts/default.css">
628
627
  </head>
629
628
  <body>
630
629
  <div id="app"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "juxscript",
3
- "version": "1.1.103",
3
+ "version": "1.1.104",
4
4
  "type": "module",
5
5
  "description": "A JavaScript UX authorship platform",
6
6
  "main": "index.js",