@almadar/ui 6.28.0 → 6.30.0

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.
Files changed (54) hide show
  1. package/dist/{EntityBindingContext-C6FgxdfG.d.cts → EntityBindingContext-ChCONv2W.d.cts} +3 -39
  2. package/dist/{EntityBindingContext-C6FgxdfG.d.ts → EntityBindingContext-ChCONv2W.d.ts} +3 -39
  3. package/dist/avl/index.cjs +74 -48
  4. package/dist/avl/index.js +74 -48
  5. package/dist/components/index.cjs +54 -45
  6. package/dist/components/index.d.cts +1 -1
  7. package/dist/components/index.d.ts +1 -1
  8. package/dist/components/index.js +54 -45
  9. package/dist/context/index.cjs +135 -105
  10. package/dist/context/index.d.cts +2 -60
  11. package/dist/context/index.d.ts +2 -60
  12. package/dist/context/index.js +135 -105
  13. package/dist/lib/index.cjs +455 -0
  14. package/dist/lib/index.d.cts +42 -1
  15. package/dist/lib/index.d.ts +42 -1
  16. package/dist/lib/index.js +438 -1
  17. package/dist/marketing/index.cjs +4 -5
  18. package/dist/marketing/index.js +4 -5
  19. package/dist/providers/index.cjs +194 -156
  20. package/dist/providers/index.d.cts +1 -1
  21. package/dist/providers/index.d.ts +1 -1
  22. package/dist/providers/index.js +194 -156
  23. package/dist/runtime/index.cjs +74 -48
  24. package/dist/runtime/index.d.cts +16 -2
  25. package/dist/runtime/index.d.ts +16 -2
  26. package/dist/runtime/index.js +74 -48
  27. package/dist/themeTokens-DVRwufw8.d.cts +112 -0
  28. package/dist/themeTokens-DVRwufw8.d.ts +112 -0
  29. package/package.json +7 -6
  30. package/scripts/audit-tailwind-safelist.ts +4 -0
  31. package/tailwind-preset.cjs +155 -28
  32. package/themes/almadar-website.css +37 -107
  33. package/themes/almadar.css +37 -108
  34. package/themes/atelier.css +145 -240
  35. package/themes/bloomberg-dense.css +145 -252
  36. package/themes/clay.css +39 -137
  37. package/themes/comic.css +39 -145
  38. package/themes/corporate.css +39 -131
  39. package/themes/game-adventure.css +22 -87
  40. package/themes/game-rpg.css +22 -84
  41. package/themes/game-sci-fi.css +22 -88
  42. package/themes/game-ui-pack.css +22 -85
  43. package/themes/gazette.css +43 -135
  44. package/themes/glass.css +39 -148
  45. package/themes/kiosk.css +51 -146
  46. package/themes/linear-clean.css +145 -215
  47. package/themes/minimalist.css +39 -125
  48. package/themes/neon.css +39 -132
  49. package/themes/notion-editorial.css +145 -215
  50. package/themes/prism.css +37 -100
  51. package/themes/retro.css +39 -130
  52. package/themes/terminal.css +61 -152
  53. package/themes/trait-wars.css +121 -285
  54. package/themes/wireframe.css +41 -128
@@ -1,58 +1,20 @@
1
1
  /**
2
- * Notion Editorial Theme
3
- *
4
- * Personality: warm editorial document feel — Notion / Medium / NYT-lineage. Serif
5
- * display for headings, generous 8pt rhythm, soft Material-style shadows, organic
6
- * ease-out motion, duotone phosphor icons.
7
- *
8
- * Spec axes (per docs/Almadar_Std_Variations.md §2.4):
9
- * Color warm off-white + dark slate ink
10
- * Density spacious (8pt rhythm, 36/44/52 buttons)
11
- * Type editorial (Fraunces serif display + Inter body, 1.7 leading)
12
- * Geometry soft (8/12/16 radius, thin borders)
13
- * Elevation shadowed (Material 1-5 shadows)
14
- * Motion organic (cubic-bezier ease-out, 200/350/500ms)
15
- * Iconography duotone (phosphor-duotone)
16
- * Illustration illustrated (svg illustration empty states)
2
+ * GENERATED do not edit by hand.
3
+ * Source: packages/almadar-core/themes/notion-editorial.json
4
+ * Regenerate: node tools/almadar-pattern-sync/dist/index.js themes (or `almadar-sync themes`)
17
5
  */
18
6
 
19
- /* ==========================================================================
20
- * LIGHT MODE
21
- * ========================================================================== */
22
7
  [data-theme="notion-editorial-light"] {
23
- --shadow-none: none;
24
- --shadow-sm: 0 1px 2px rgba(25, 25, 25, 0.06);
25
- --shadow-main: 0 2px 6px rgba(25, 25, 25, 0.08), 0 1px 2px rgba(25, 25, 25, 0.04);
26
- --shadow-lg: 0 10px 24px rgba(25, 25, 25, 0.10), 0 4px 8px rgba(25, 25, 25, 0.06);
27
- --shadow-inner: inset 0 1px 2px rgba(25, 25, 25, 0.06);
28
- --shadow-hover: 0 4px 12px rgba(25, 25, 25, 0.10);
29
- --shadow-active: 0 1px 2px rgba(25, 25, 25, 0.06);
30
-
31
- --radius-none: 0px;
32
- --radius-sm: 6px;
33
- --radius-md: 10px;
34
- --radius-lg: 14px;
35
- --radius-xl: 20px;
36
- --radius-full: 9999px;
37
-
38
- --border-width: 1px;
39
- --border-width-thin: 1px;
40
- --border-width-thick: 1px;
41
-
42
8
  --color-primary: #c2410c;
43
9
  --color-primary-hover: #9a3412;
44
10
  --color-primary-foreground: #fefdf9;
45
-
46
11
  --color-secondary: #f4f1ea;
47
12
  --color-secondary-hover: #ebe7dc;
48
13
  --color-secondary-foreground: #191919;
49
-
50
14
  --color-accent: #d13f0a;
51
15
  --color-accent-foreground: #fefdf9;
52
-
53
16
  --color-muted: #f4f1ea;
54
17
  --color-muted-foreground: #6b6660;
55
-
56
18
  --color-background: #fefdf9;
57
19
  --color-foreground: #191919;
58
20
  --color-card: #ffffff;
@@ -61,14 +23,12 @@
61
23
  --color-border: #e8e3d6;
62
24
  --color-input: #d8d2c2;
63
25
  --color-ring: #ff6b35;
64
-
65
26
  --color-table-header: #f4f1ea;
66
27
  --color-table-border: #e8e3d6;
67
28
  --color-table-row-hover: #f9f6ef;
68
29
  --color-surface-hover: #ebe7dc;
69
30
  --color-border-hover: #c8c1ad;
70
31
  --color-placeholder: #a39c8f;
71
-
72
32
  --color-error: #b42318;
73
33
  --color-error-foreground: #fefdf9;
74
34
  --color-success: #067647;
@@ -77,21 +37,72 @@
77
37
  --color-warning-foreground: #fefdf9;
78
38
  --color-info: #1849a9;
79
39
  --color-info-foreground: #fefdf9;
80
-
81
- --font-family:
82
- "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
83
- --font-family-display:
84
- "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;
85
- --font-family-body:
86
- "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
87
- --font-family-mono:
88
- "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
40
+ --radius-none: 0px;
41
+ --radius-sm: 6px;
42
+ --radius-md: 10px;
43
+ --radius-lg: 14px;
44
+ --radius-xl: 20px;
45
+ --radius-full: 9999px;
46
+ --border-width: 1px;
47
+ --border-width-thin: 1px;
48
+ --border-width-thick: 1px;
49
+ --font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
89
50
  --font-weight-normal: 400;
90
51
  --font-weight-medium: 500;
91
52
  --font-weight-bold: 700;
92
53
  --letter-spacing: -0.005em;
93
54
  --line-height: 1.7;
94
-
55
+ --intent-numeric-family: var(--font-family-display);
56
+ --icon-color: currentColor;
57
+ --transition-fast: 200ms;
58
+ --transition-normal: 350ms;
59
+ --transition-slow: 500ms;
60
+ --transition-timing: cubic-bezier(0.0, 0.0, 0.2, 1);
61
+ --hover-scale: 1.02;
62
+ --hover-translate-y: -2px;
63
+ --hover-translate-x: 0;
64
+ --active-scale: 0.98;
65
+ --active-translate-y: 0;
66
+ --focus-ring-width: 3px;
67
+ --focus-ring-offset: 2px;
68
+ --focus-ring-color: #ff6b35;
69
+ --shadow-none: none;
70
+ --shadow-sm: 0 1px 2px rgba(25, 25, 25, 0.06);
71
+ --shadow-main: 0 2px 6px rgba(25, 25, 25, 0.08), 0 1px 2px rgba(25, 25, 25, 0.04);
72
+ --shadow-lg: 0 10px 24px rgba(25, 25, 25, 0.10), 0 4px 8px rgba(25, 25, 25, 0.06);
73
+ --shadow-inner: inset 0 1px 2px rgba(25, 25, 25, 0.06);
74
+ --shadow-hover: 0 4px 12px rgba(25, 25, 25, 0.10);
75
+ --shadow-active: 0 1px 2px rgba(25, 25, 25, 0.06);
76
+ --space-0: 0px;
77
+ --space-1: 4px;
78
+ --space-2: 8px;
79
+ --space-3: 16px;
80
+ --space-4: 24px;
81
+ --space-5: 32px;
82
+ --space-6: 40px;
83
+ --space-7: 48px;
84
+ --space-8: 56px;
85
+ --space-9: 64px;
86
+ --space-10: 72px;
87
+ --space-11: 80px;
88
+ --space-12: 96px;
89
+ --button-height-sm: 36px;
90
+ --button-height-md: 44px;
91
+ --button-height-lg: 52px;
92
+ --input-height-sm: 36px;
93
+ --input-height-md: 44px;
94
+ --input-height-lg: 52px;
95
+ --row-height-compact: 48px;
96
+ --row-height-normal: 56px;
97
+ --row-height-spacious: 72px;
98
+ --card-padding-sm: 24px;
99
+ --card-padding-md: 32px;
100
+ --card-padding-lg: 48px;
101
+ --dialog-padding: 48px;
102
+ --section-gap: 80px;
103
+ --font-family-display: "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;
104
+ --font-family-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
105
+ --font-family-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
95
106
  --text-xs: 13px;
96
107
  --leading-xs: 22px;
97
108
  --text-sm: 15px;
@@ -112,7 +123,6 @@
112
123
  --leading-display-1: 80px;
113
124
  --text-display-2: 96px;
114
125
  --leading-display-2: 104px;
115
-
116
126
  --intent-heading-major-size: var(--text-3xl);
117
127
  --intent-heading-major-weight: var(--font-weight-bold);
118
128
  --intent-heading-major-leading: var(--leading-3xl);
@@ -134,118 +144,41 @@
134
144
  --intent-numeric-size: var(--text-4xl);
135
145
  --intent-numeric-weight: var(--font-weight-bold);
136
146
  --intent-numeric-leading: var(--leading-4xl);
137
- --intent-numeric-family: var(--font-family-display);
138
-
139
- --space-0: 0px;
140
- --space-1: 4px;
141
- --space-2: 8px;
142
- --space-3: 16px;
143
- --space-4: 24px;
144
- --space-5: 32px;
145
- --space-6: 40px;
146
- --space-7: 48px;
147
- --space-8: 56px;
148
- --space-9: 64px;
149
- --space-10: 72px;
150
- --space-11: 80px;
151
- --space-12: 96px;
152
-
153
- --button-height-sm: 36px;
154
- --button-height-md: 44px;
155
- --button-height-lg: 52px;
156
- --input-height-sm: 36px;
157
- --input-height-md: 44px;
158
- --input-height-lg: 52px;
159
- --row-height-compact: 48px;
160
- --row-height-normal: 56px;
161
- --row-height-spacious: 72px;
162
-
163
- --card-padding-sm: 24px;
164
- --card-padding-md: 32px;
165
- --card-padding-lg: 48px;
166
- --dialog-padding: 48px;
167
- --section-gap: 80px;
168
-
147
+ --duration-instant: 0ms;
148
+ --duration-fast: 200ms;
149
+ --duration-normal: 350ms;
150
+ --duration-slow: 500ms;
151
+ --duration-dramatic: 700ms;
152
+ --easing-linear: linear;
153
+ --easing-standard: cubic-bezier(0.0, 0.0, 0.2, 1);
154
+ --easing-emphasized: cubic-bezier(0.2, 0.0, 0.0, 1);
155
+ --easing-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
169
156
  --icon-family: phosphor-duotone;
170
- --icon-default-size: 20px;
171
157
  --icon-stroke-width: 1.5;
172
- --icon-color: currentColor;
173
-
158
+ --icon-default-size: 20px;
174
159
  --elevation-card: 0 1px 2px rgba(25, 25, 25, 0.06);
175
160
  --elevation-popover: 0 4px 12px rgba(25, 25, 25, 0.10), 0 1px 2px rgba(25, 25, 25, 0.04);
176
161
  --elevation-dialog: 0 24px 48px rgba(25, 25, 25, 0.18), 0 8px 16px rgba(25, 25, 25, 0.08);
177
162
  --elevation-toast: 0 8px 24px rgba(25, 25, 25, 0.14), 0 2px 6px rgba(25, 25, 25, 0.06);
178
-
179
163
  --radius-container: 14px;
180
164
  --radius-interactive: 10px;
181
165
  --radius-pill: 9999px;
182
166
  --border-hairline: 1px;
183
167
  --border-standard: 1px;
184
168
  --border-heavy: 1px;
185
-
186
- --transition-fast: 200ms;
187
- --transition-normal: 350ms;
188
- --transition-slow: 500ms;
189
- --transition-timing: cubic-bezier(0.0, 0.0, 0.2, 1);
190
-
191
- --duration-instant: 0ms;
192
- --duration-fast: 200ms;
193
- --duration-normal: 350ms;
194
- --duration-slow: 500ms;
195
- --duration-dramatic: 700ms;
196
- --easing-linear: linear;
197
- --easing-standard: cubic-bezier(0.0, 0.0, 0.2, 1);
198
- --easing-emphasized: cubic-bezier(0.2, 0.0, 0.0, 1);
199
- --easing-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
200
-
201
- --hover-scale: 1.02;
202
- --hover-translate-y: -2px;
203
- --hover-translate-x: 0;
204
- --active-scale: 0.98;
205
- --active-translate-y: 0;
206
-
207
- --focus-ring-width: 3px;
208
- --focus-ring-offset: 2px;
209
- --focus-ring-color: #ff6b35;
210
169
  }
211
170
 
212
- /* ==========================================================================
213
- * DARK MODE
214
- * ========================================================================== */
215
171
  [data-theme="notion-editorial-dark"] {
216
- --shadow-none: none;
217
- --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.4);
218
- --shadow-main: 0 2px 6px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
219
- --shadow-lg: 0 10px 24px rgba(0, 0, 0, 0.6), 0 4px 8px rgba(0, 0, 0, 0.4);
220
- --shadow-inner: inset 0 1px 2px rgba(0, 0, 0, 0.4);
221
- --shadow-hover: 0 4px 12px rgba(0, 0, 0, 0.55);
222
- --shadow-active: 0 1px 2px rgba(0, 0, 0, 0.4);
223
-
224
- --radius-none: 0px;
225
- --radius-sm: 6px;
226
- --radius-md: 10px;
227
- --radius-lg: 14px;
228
- --radius-xl: 20px;
229
- --radius-full: 9999px;
230
-
231
- --border-width: 1px;
232
- --border-width-thin: 1px;
233
- --border-width-thick: 1px;
234
-
235
172
  --color-primary: #ff8557;
236
173
  --color-primary-hover: #ff9a73;
237
174
  --color-primary-foreground: #1a1a17;
238
-
239
175
  --color-secondary: #26241f;
240
176
  --color-secondary-hover: #2f2d27;
241
177
  --color-secondary-foreground: #f5f1e6;
242
-
243
178
  --color-accent: #ff8557;
244
179
  --color-accent-foreground: #1a1a17;
245
-
246
180
  --color-muted: #26241f;
247
181
  --color-muted-foreground: #a39c8f;
248
-
249
182
  --color-background: #1a1a17;
250
183
  --color-foreground: #f5f1e6;
251
184
  --color-card: #22211d;
@@ -254,14 +187,12 @@
254
187
  --color-border: #3a3730;
255
188
  --color-input: #45413a;
256
189
  --color-ring: #ff8557;
257
-
258
190
  --color-table-header: #26241f;
259
191
  --color-table-border: #3a3730;
260
192
  --color-table-row-hover: #201f1b;
261
193
  --color-surface-hover: #2f2d27;
262
194
  --color-border-hover: #524d44;
263
195
  --color-placeholder: #807a6e;
264
-
265
196
  --color-error: #f97066;
266
197
  --color-error-foreground: #1a1a17;
267
198
  --color-success: #75e0a7;
@@ -270,21 +201,72 @@
270
201
  --color-warning-foreground: #1a1a17;
271
202
  --color-info: #84caff;
272
203
  --color-info-foreground: #1a1a17;
273
-
274
- --font-family:
275
- "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
276
- --font-family-display:
277
- "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;
278
- --font-family-body:
279
- "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
280
- --font-family-mono:
281
- "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
204
+ --radius-none: 0px;
205
+ --radius-sm: 6px;
206
+ --radius-md: 10px;
207
+ --radius-lg: 14px;
208
+ --radius-xl: 20px;
209
+ --radius-full: 9999px;
210
+ --border-width: 1px;
211
+ --border-width-thin: 1px;
212
+ --border-width-thick: 1px;
213
+ --font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
282
214
  --font-weight-normal: 400;
283
215
  --font-weight-medium: 500;
284
216
  --font-weight-bold: 700;
285
217
  --letter-spacing: -0.005em;
286
218
  --line-height: 1.7;
287
-
219
+ --intent-numeric-family: var(--font-family-display);
220
+ --icon-color: currentColor;
221
+ --transition-fast: 200ms;
222
+ --transition-normal: 350ms;
223
+ --transition-slow: 500ms;
224
+ --transition-timing: cubic-bezier(0.0, 0.0, 0.2, 1);
225
+ --hover-scale: 1.02;
226
+ --hover-translate-y: -2px;
227
+ --hover-translate-x: 0;
228
+ --active-scale: 0.98;
229
+ --active-translate-y: 0;
230
+ --focus-ring-width: 3px;
231
+ --focus-ring-offset: 2px;
232
+ --focus-ring-color: #ff8557;
233
+ --shadow-none: none;
234
+ --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.4);
235
+ --shadow-main: 0 2px 6px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
236
+ --shadow-lg: 0 10px 24px rgba(0, 0, 0, 0.6), 0 4px 8px rgba(0, 0, 0, 0.4);
237
+ --shadow-inner: inset 0 1px 2px rgba(0, 0, 0, 0.4);
238
+ --shadow-hover: 0 4px 12px rgba(0, 0, 0, 0.55);
239
+ --shadow-active: 0 1px 2px rgba(0, 0, 0, 0.4);
240
+ --space-0: 0px;
241
+ --space-1: 4px;
242
+ --space-2: 8px;
243
+ --space-3: 16px;
244
+ --space-4: 24px;
245
+ --space-5: 32px;
246
+ --space-6: 40px;
247
+ --space-7: 48px;
248
+ --space-8: 56px;
249
+ --space-9: 64px;
250
+ --space-10: 72px;
251
+ --space-11: 80px;
252
+ --space-12: 96px;
253
+ --button-height-sm: 36px;
254
+ --button-height-md: 44px;
255
+ --button-height-lg: 52px;
256
+ --input-height-sm: 36px;
257
+ --input-height-md: 44px;
258
+ --input-height-lg: 52px;
259
+ --row-height-compact: 48px;
260
+ --row-height-normal: 56px;
261
+ --row-height-spacious: 72px;
262
+ --card-padding-sm: 24px;
263
+ --card-padding-md: 32px;
264
+ --card-padding-lg: 48px;
265
+ --dialog-padding: 48px;
266
+ --section-gap: 80px;
267
+ --font-family-display: "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;
268
+ --font-family-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
269
+ --font-family-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
288
270
  --text-xs: 13px;
289
271
  --leading-xs: 22px;
290
272
  --text-sm: 15px;
@@ -305,7 +287,6 @@
305
287
  --leading-display-1: 80px;
306
288
  --text-display-2: 96px;
307
289
  --leading-display-2: 104px;
308
-
309
290
  --intent-heading-major-size: var(--text-3xl);
310
291
  --intent-heading-major-weight: var(--font-weight-bold);
311
292
  --intent-heading-major-leading: var(--leading-3xl);
@@ -327,77 +308,26 @@
327
308
  --intent-numeric-size: var(--text-4xl);
328
309
  --intent-numeric-weight: var(--font-weight-bold);
329
310
  --intent-numeric-leading: var(--leading-4xl);
330
- --intent-numeric-family: var(--font-family-display);
331
-
332
- --space-0: 0px;
333
- --space-1: 4px;
334
- --space-2: 8px;
335
- --space-3: 16px;
336
- --space-4: 24px;
337
- --space-5: 32px;
338
- --space-6: 40px;
339
- --space-7: 48px;
340
- --space-8: 56px;
341
- --space-9: 64px;
342
- --space-10: 72px;
343
- --space-11: 80px;
344
- --space-12: 96px;
345
-
346
- --button-height-sm: 36px;
347
- --button-height-md: 44px;
348
- --button-height-lg: 52px;
349
- --input-height-sm: 36px;
350
- --input-height-md: 44px;
351
- --input-height-lg: 52px;
352
- --row-height-compact: 48px;
353
- --row-height-normal: 56px;
354
- --row-height-spacious: 72px;
355
-
356
- --card-padding-sm: 24px;
357
- --card-padding-md: 32px;
358
- --card-padding-lg: 48px;
359
- --dialog-padding: 48px;
360
- --section-gap: 80px;
361
-
311
+ --duration-instant: 0ms;
312
+ --duration-fast: 200ms;
313
+ --duration-normal: 350ms;
314
+ --duration-slow: 500ms;
315
+ --duration-dramatic: 700ms;
316
+ --easing-linear: linear;
317
+ --easing-standard: cubic-bezier(0.0, 0.0, 0.2, 1);
318
+ --easing-emphasized: cubic-bezier(0.2, 0.0, 0.0, 1);
319
+ --easing-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
362
320
  --icon-family: phosphor-duotone;
363
- --icon-default-size: 20px;
364
321
  --icon-stroke-width: 1.5;
365
- --icon-color: currentColor;
366
-
322
+ --icon-default-size: 20px;
367
323
  --elevation-card: 0 1px 2px rgba(0, 0, 0, 0.4);
368
324
  --elevation-popover: 0 4px 12px rgba(0, 0, 0, 0.55), 0 1px 2px rgba(0, 0, 0, 0.3);
369
325
  --elevation-dialog: 0 24px 48px rgba(0, 0, 0, 0.7), 0 8px 16px rgba(0, 0, 0, 0.5);
370
326
  --elevation-toast: 0 8px 24px rgba(0, 0, 0, 0.6), 0 2px 6px rgba(0, 0, 0, 0.4);
371
-
372
327
  --radius-container: 14px;
373
328
  --radius-interactive: 10px;
374
329
  --radius-pill: 9999px;
375
330
  --border-hairline: 1px;
376
331
  --border-standard: 1px;
377
332
  --border-heavy: 1px;
378
-
379
- --transition-fast: 200ms;
380
- --transition-normal: 350ms;
381
- --transition-slow: 500ms;
382
- --transition-timing: cubic-bezier(0.0, 0.0, 0.2, 1);
383
-
384
- --duration-instant: 0ms;
385
- --duration-fast: 200ms;
386
- --duration-normal: 350ms;
387
- --duration-slow: 500ms;
388
- --duration-dramatic: 700ms;
389
- --easing-linear: linear;
390
- --easing-standard: cubic-bezier(0.0, 0.0, 0.2, 1);
391
- --easing-emphasized: cubic-bezier(0.2, 0.0, 0.0, 1);
392
- --easing-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
393
-
394
- --hover-scale: 1.02;
395
- --hover-translate-y: -2px;
396
- --hover-translate-x: 0;
397
- --active-scale: 0.98;
398
- --active-translate-y: 0;
399
-
400
- --focus-ring-width: 3px;
401
- --focus-ring-offset: 2px;
402
- --focus-ring-color: #ff8557;
403
333
  }