juxscript 1.1.105 → 1.1.106

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:34:37.009Z",
3
+ "generatedAt": "2026-02-12T21:41:01.161Z",
4
4
  "components": [
5
5
  {
6
6
  "file": "alert.js",
@@ -147,12 +147,10 @@
147
147
  to { opacity: 0; }
148
148
  }
149
149
 
150
- .jux-stack-fade-in,
151
150
  .jux-stack-fade-in > * {
152
151
  animation: jux-fade-in 0.3s ease-out;
153
152
  }
154
153
 
155
- .jux-stack-fade-out,
156
154
  .jux-stack-fade-out > * {
157
155
  animation: jux-fade-out 0.3s ease-out;
158
156
  }
@@ -200,11 +198,6 @@
200
198
  to { transform: scale(1); opacity: 1; }
201
199
  }
202
200
 
203
- @keyframes jux-scale-out {
204
- from { transform: scale(1); opacity: 1; }
205
- to { transform: scale(0.8); opacity: 0; }
206
- }
207
-
208
201
  @keyframes jux-zoom-in {
209
202
  from { transform: scale(0); opacity: 0; }
210
203
  to { transform: scale(1); opacity: 1; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "juxscript",
3
- "version": "1.1.105",
3
+ "version": "1.1.106",
4
4
  "type": "module",
5
5
  "description": "A JavaScript UX authorship platform",
6
6
  "main": "index.js",