@almadar/ui 6.29.0 → 6.31.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.
- package/dist/{EntityBindingContext-UyeCfEBS.d.cts → EntityBindingContext-ChCONv2W.d.cts} +1 -50
- package/dist/{EntityBindingContext-UyeCfEBS.d.ts → EntityBindingContext-ChCONv2W.d.ts} +1 -50
- package/dist/avl/index.cjs +5 -6
- package/dist/avl/index.js +5 -6
- package/dist/components/index.cjs +4 -5
- package/dist/components/index.js +4 -5
- package/dist/context/index.cjs +135 -105
- package/dist/context/index.d.cts +2 -60
- package/dist/context/index.d.ts +2 -60
- package/dist/context/index.js +135 -105
- package/dist/lib/index.cjs +455 -0
- package/dist/lib/index.d.cts +42 -1
- package/dist/lib/index.d.ts +42 -1
- package/dist/lib/index.js +438 -1
- package/dist/marketing/index.cjs +4 -5
- package/dist/marketing/index.js +4 -5
- package/dist/providers/index.cjs +143 -116
- package/dist/providers/index.d.cts +1 -1
- package/dist/providers/index.d.ts +1 -1
- package/dist/providers/index.js +143 -116
- package/dist/runtime/index.cjs +5 -6
- package/dist/runtime/index.d.cts +2 -2
- package/dist/runtime/index.d.ts +2 -2
- package/dist/runtime/index.js +5 -6
- package/dist/themeTokens-DVRwufw8.d.cts +112 -0
- package/dist/themeTokens-DVRwufw8.d.ts +112 -0
- package/package.json +6 -5
- package/scripts/audit-tailwind-safelist.ts +4 -0
- package/tailwind-preset.cjs +155 -28
- package/themes/almadar-website.css +37 -107
- package/themes/almadar.css +37 -108
- package/themes/atelier.css +145 -240
- package/themes/bloomberg-dense.css +145 -252
- package/themes/clay.css +39 -137
- package/themes/comic.css +39 -145
- package/themes/corporate.css +39 -131
- package/themes/game-adventure.css +22 -87
- package/themes/game-rpg.css +22 -84
- package/themes/game-sci-fi.css +22 -88
- package/themes/game-ui-pack.css +22 -85
- package/themes/gazette.css +43 -135
- package/themes/glass.css +39 -148
- package/themes/kiosk.css +51 -146
- package/themes/linear-clean.css +145 -215
- package/themes/minimalist.css +39 -125
- package/themes/neon.css +39 -132
- package/themes/notion-editorial.css +145 -215
- package/themes/prism.css +37 -100
- package/themes/retro.css +39 -130
- package/themes/terminal.css +61 -152
- package/themes/trait-wars.css +121 -285
- package/themes/wireframe.css +41 -128
package/themes/gazette.css
CHANGED
|
@@ -1,55 +1,20 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
* backgrounds, serif headlines, generous whitespace, and a single muted rust
|
|
6
|
-
* accent paired with sage — old-magazine warmth over corporate neutrals.
|
|
2
|
+
* GENERATED — do not edit by hand.
|
|
3
|
+
* Source: packages/almadar-core/themes/gazette.json
|
|
4
|
+
* Regenerate: node tools/almadar-pattern-sync/dist/index.js themes (or `almadar-sync themes`)
|
|
7
5
|
*/
|
|
8
6
|
|
|
9
|
-
/* ==========================================================================
|
|
10
|
-
* LIGHT MODE
|
|
11
|
-
* ========================================================================== */
|
|
12
7
|
[data-theme="gazette-light"] {
|
|
13
|
-
/* Shadows - Soft, prominent for editorial card lift */
|
|
14
|
-
--shadow-none: none;
|
|
15
|
-
--shadow-sm: 0 1px 2px rgba(26, 22, 20, 0.06);
|
|
16
|
-
--shadow-main:
|
|
17
|
-
0 4px 16px rgba(26, 22, 20, 0.08), 0 2px 4px rgba(26, 22, 20, 0.04);
|
|
18
|
-
--shadow-lg:
|
|
19
|
-
0 16px 48px rgba(26, 22, 20, 0.14), 0 6px 16px rgba(26, 22, 20, 0.06);
|
|
20
|
-
--shadow-inner: inset 0 1px 2px rgba(26, 22, 20, 0.06);
|
|
21
|
-
--shadow-hover:
|
|
22
|
-
0 20px 56px rgba(26, 22, 20, 0.16), 0 8px 20px rgba(26, 22, 20, 0.08);
|
|
23
|
-
--shadow-active: 0 2px 8px rgba(26, 22, 20, 0.1);
|
|
24
|
-
|
|
25
|
-
/* Border radius - Soft */
|
|
26
|
-
--radius-none: 0px;
|
|
27
|
-
--radius-sm: 6px;
|
|
28
|
-
--radius-md: 10px;
|
|
29
|
-
--radius-lg: 12px;
|
|
30
|
-
--radius-xl: 16px;
|
|
31
|
-
--radius-full: 9999px;
|
|
32
|
-
|
|
33
|
-
/* Border width - Hairline */
|
|
34
|
-
--border-width: 1px;
|
|
35
|
-
--border-width-thin: 1px;
|
|
36
|
-
--border-width-thick: 2px;
|
|
37
|
-
|
|
38
|
-
/* Colors - Warm paper with rust + sage accents */
|
|
39
8
|
--color-primary: #a85436;
|
|
40
9
|
--color-primary-hover: #8c4329;
|
|
41
10
|
--color-primary-foreground: #fdfbf6;
|
|
42
|
-
|
|
43
11
|
--color-secondary: #5c7a4d;
|
|
44
12
|
--color-secondary-hover: #4f6c41;
|
|
45
13
|
--color-secondary-foreground: #fdfbf6;
|
|
46
|
-
|
|
47
14
|
--color-accent: #a85436;
|
|
48
15
|
--color-accent-foreground: #fdfbf6;
|
|
49
|
-
|
|
50
16
|
--color-muted: #f3eee3;
|
|
51
17
|
--color-muted-foreground: #6b5f55;
|
|
52
|
-
|
|
53
18
|
--color-background: #fdfbf6;
|
|
54
19
|
--color-foreground: #1a1614;
|
|
55
20
|
--color-card: #ffffff;
|
|
@@ -58,8 +23,6 @@
|
|
|
58
23
|
--color-border: #e6dccb;
|
|
59
24
|
--color-input: #e6dccb;
|
|
60
25
|
--color-ring: #a85436;
|
|
61
|
-
|
|
62
|
-
/* Semantic colors */
|
|
63
26
|
--color-error: #b3402c;
|
|
64
27
|
--color-error-foreground: #fdfbf6;
|
|
65
28
|
--color-success: #5a7a4b;
|
|
@@ -68,39 +31,41 @@
|
|
|
68
31
|
--color-warning-foreground: #1a1614;
|
|
69
32
|
--color-info: #4a6b8a;
|
|
70
33
|
--color-info-foreground: #fdfbf6;
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
--
|
|
74
|
-
|
|
34
|
+
--radius-none: 0px;
|
|
35
|
+
--radius-sm: 6px;
|
|
36
|
+
--radius-md: 10px;
|
|
37
|
+
--radius-lg: 12px;
|
|
38
|
+
--radius-xl: 16px;
|
|
39
|
+
--radius-full: 9999px;
|
|
40
|
+
--border-width: 1px;
|
|
41
|
+
--border-width-thin: 1px;
|
|
42
|
+
--border-width-thick: 2px;
|
|
43
|
+
--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
|
75
44
|
--font-weight-normal: 400;
|
|
76
45
|
--font-weight-medium: 500;
|
|
77
46
|
--font-weight-bold: 700;
|
|
78
47
|
--letter-spacing: -0.005em;
|
|
79
48
|
--line-height: 1.75;
|
|
80
|
-
|
|
81
|
-
/* Icon styling - Phosphor duotone, soft stroke */
|
|
82
|
-
--icon-stroke-width: 1.5;
|
|
83
49
|
--icon-color: #1a1614;
|
|
84
|
-
|
|
85
|
-
/* Transitions - Organic */
|
|
86
50
|
--transition-fast: 250ms;
|
|
87
51
|
--transition-normal: 400ms;
|
|
88
52
|
--transition-slow: 600ms;
|
|
89
53
|
--transition-timing: cubic-bezier(0.2, 0, 0, 1);
|
|
90
|
-
|
|
91
|
-
/* Hover/Active transforms - Gentle lift */
|
|
92
54
|
--hover-scale: 1;
|
|
93
55
|
--hover-translate-y: -2px;
|
|
94
56
|
--hover-translate-x: 0;
|
|
95
57
|
--active-scale: 0.99;
|
|
96
58
|
--active-translate-y: 0;
|
|
97
|
-
|
|
98
|
-
/* Focus ring - Rust */
|
|
99
59
|
--focus-ring-width: 2px;
|
|
100
60
|
--focus-ring-offset: 3px;
|
|
101
61
|
--focus-ring-color: #a85436;
|
|
102
|
-
|
|
103
|
-
|
|
62
|
+
--shadow-none: none;
|
|
63
|
+
--shadow-sm: 0 1px 2px rgba(26, 22, 20, 0.06);
|
|
64
|
+
--shadow-main: 0 4px 16px rgba(26, 22, 20, 0.08), 0 2px 4px rgba(26, 22, 20, 0.04);
|
|
65
|
+
--shadow-lg: 0 16px 48px rgba(26, 22, 20, 0.14), 0 6px 16px rgba(26, 22, 20, 0.06);
|
|
66
|
+
--shadow-inner: inset 0 1px 2px rgba(26, 22, 20, 0.06);
|
|
67
|
+
--shadow-hover: 0 20px 56px rgba(26, 22, 20, 0.16), 0 8px 20px rgba(26, 22, 20, 0.08);
|
|
68
|
+
--shadow-active: 0 2px 8px rgba(26, 22, 20, 0.1);
|
|
104
69
|
--space-0: 0px;
|
|
105
70
|
--space-1: 4px;
|
|
106
71
|
--space-2: 8px;
|
|
@@ -114,7 +79,6 @@
|
|
|
114
79
|
--space-10: 56px;
|
|
115
80
|
--space-11: 64px;
|
|
116
81
|
--space-12: 80px;
|
|
117
|
-
/* Density axis — per-element heights (generous) */
|
|
118
82
|
--button-height-sm: 36px;
|
|
119
83
|
--button-height-md: 40px;
|
|
120
84
|
--button-height-lg: 44px;
|
|
@@ -124,20 +88,14 @@
|
|
|
124
88
|
--row-height-compact: 44px;
|
|
125
89
|
--row-height-normal: 56px;
|
|
126
90
|
--row-height-spacious: 64px;
|
|
127
|
-
/* Density axis — per-element padding (editorial breathing room) */
|
|
128
91
|
--card-padding-sm: 16px;
|
|
129
92
|
--card-padding-md: 24px;
|
|
130
93
|
--card-padding-lg: 32px;
|
|
131
94
|
--dialog-padding: 32px;
|
|
132
95
|
--section-gap: 48px;
|
|
133
|
-
/* Type axis — editorial family triplet */
|
|
134
96
|
--font-family-display: "Fraunces", "Charter", Georgia, serif;
|
|
135
|
-
--font-family-body:
|
|
136
|
-
|
|
137
|
-
--font-family-mono:
|
|
138
|
-
"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
|
|
139
|
-
monospace;
|
|
140
|
-
/* Type axis — size scale (generous reading leading) */
|
|
97
|
+
--font-family-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
|
98
|
+
--font-family-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
|
|
141
99
|
--text-xs: 13px;
|
|
142
100
|
--leading-xs: 18px;
|
|
143
101
|
--text-sm: 14px;
|
|
@@ -158,7 +116,6 @@
|
|
|
158
116
|
--leading-display-1: 60px;
|
|
159
117
|
--text-display-2: 68px;
|
|
160
118
|
--leading-display-2: 76px;
|
|
161
|
-
/* Type axis — intent mapping (serif headlines, generous leading) */
|
|
162
119
|
--intent-heading-major-size: var(--text-3xl);
|
|
163
120
|
--intent-heading-major-weight: var(--font-weight-bold);
|
|
164
121
|
--intent-heading-major-leading: var(--leading-3xl);
|
|
@@ -180,26 +137,22 @@
|
|
|
180
137
|
--intent-numeric-size: var(--text-sm);
|
|
181
138
|
--intent-numeric-weight: var(--font-weight-medium);
|
|
182
139
|
--intent-numeric-leading: var(--leading-sm);
|
|
183
|
-
/* Motion axis — organic durations */
|
|
184
140
|
--duration-instant: 0ms;
|
|
185
141
|
--duration-fast: 250ms;
|
|
186
142
|
--duration-normal: 400ms;
|
|
187
143
|
--duration-slow: 600ms;
|
|
188
144
|
--duration-dramatic: 900ms;
|
|
189
|
-
/* Motion axis — emphasized easing palette */
|
|
190
145
|
--easing-linear: linear;
|
|
191
146
|
--easing-standard: cubic-bezier(0.2, 0, 0, 1);
|
|
192
147
|
--easing-emphasized: cubic-bezier(0.2, 0, 0, 1);
|
|
193
148
|
--easing-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
|
|
194
|
-
/* Iconography axis — phosphor duotone, larger default */
|
|
195
149
|
--icon-family: phosphor-duotone;
|
|
150
|
+
--icon-stroke-width: 1.5;
|
|
196
151
|
--icon-default-size: 20px;
|
|
197
|
-
/* Elevation axis — shadowed editorial cards */
|
|
198
152
|
--elevation-card: var(--shadow-main);
|
|
199
153
|
--elevation-popover: var(--shadow-lg);
|
|
200
154
|
--elevation-dialog: var(--shadow-lg);
|
|
201
155
|
--elevation-toast: var(--shadow-main);
|
|
202
|
-
/* Geometry axis — soft hairlines */
|
|
203
156
|
--radius-container: 12px;
|
|
204
157
|
--radius-interactive: 10px;
|
|
205
158
|
--radius-pill: var(--radius-full);
|
|
@@ -208,50 +161,17 @@
|
|
|
208
161
|
--border-heavy: var(--border-width-thick);
|
|
209
162
|
}
|
|
210
163
|
|
|
211
|
-
/* ==========================================================================
|
|
212
|
-
* DARK MODE
|
|
213
|
-
* ========================================================================== */
|
|
214
164
|
[data-theme="gazette-dark"] {
|
|
215
|
-
/* Shadows - Deeper for night-mode editorial */
|
|
216
|
-
--shadow-none: none;
|
|
217
|
-
--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.3);
|
|
218
|
-
--shadow-main:
|
|
219
|
-
0 4px 16px rgba(0, 0, 0, 0.45), 0 2px 4px rgba(0, 0, 0, 0.25);
|
|
220
|
-
--shadow-lg:
|
|
221
|
-
0 16px 48px rgba(0, 0, 0, 0.55), 0 6px 16px rgba(0, 0, 0, 0.3);
|
|
222
|
-
--shadow-inner: inset 0 1px 2px rgba(0, 0, 0, 0.4);
|
|
223
|
-
--shadow-hover:
|
|
224
|
-
0 20px 56px rgba(0, 0, 0, 0.6), 0 8px 20px rgba(0, 0, 0, 0.35);
|
|
225
|
-
--shadow-active: 0 2px 8px rgba(0, 0, 0, 0.4);
|
|
226
|
-
|
|
227
|
-
/* Border radius - Soft */
|
|
228
|
-
--radius-none: 0px;
|
|
229
|
-
--radius-sm: 6px;
|
|
230
|
-
--radius-md: 10px;
|
|
231
|
-
--radius-lg: 12px;
|
|
232
|
-
--radius-xl: 16px;
|
|
233
|
-
--radius-full: 9999px;
|
|
234
|
-
|
|
235
|
-
/* Border width - Hairline */
|
|
236
|
-
--border-width: 1px;
|
|
237
|
-
--border-width-thin: 1px;
|
|
238
|
-
--border-width-thick: 2px;
|
|
239
|
-
|
|
240
|
-
/* Colors - Warm deep-black with rust + brighter sage */
|
|
241
165
|
--color-primary: #c0664a;
|
|
242
166
|
--color-primary-hover: #d57a5d;
|
|
243
167
|
--color-primary-foreground: #14110d;
|
|
244
|
-
|
|
245
168
|
--color-secondary: #8aac76;
|
|
246
169
|
--color-secondary-hover: #9dbf89;
|
|
247
170
|
--color-secondary-foreground: #14110d;
|
|
248
|
-
|
|
249
171
|
--color-accent: #c0664a;
|
|
250
172
|
--color-accent-foreground: #14110d;
|
|
251
|
-
|
|
252
173
|
--color-muted: #1f1a16;
|
|
253
174
|
--color-muted-foreground: #a89e91;
|
|
254
|
-
|
|
255
175
|
--color-background: #14110d;
|
|
256
176
|
--color-foreground: #f5efe6;
|
|
257
177
|
--color-card: #1f1a16;
|
|
@@ -260,8 +180,6 @@
|
|
|
260
180
|
--color-border: #2e2620;
|
|
261
181
|
--color-input: #2e2620;
|
|
262
182
|
--color-ring: #c0664a;
|
|
263
|
-
|
|
264
|
-
/* Semantic colors - Warmer for dark */
|
|
265
183
|
--color-error: #d96650;
|
|
266
184
|
--color-error-foreground: #14110d;
|
|
267
185
|
--color-success: #8aac76;
|
|
@@ -270,39 +188,41 @@
|
|
|
270
188
|
--color-warning-foreground: #14110d;
|
|
271
189
|
--color-info: #7a9ec0;
|
|
272
190
|
--color-info-foreground: #14110d;
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
--
|
|
276
|
-
|
|
191
|
+
--radius-none: 0px;
|
|
192
|
+
--radius-sm: 6px;
|
|
193
|
+
--radius-md: 10px;
|
|
194
|
+
--radius-lg: 12px;
|
|
195
|
+
--radius-xl: 16px;
|
|
196
|
+
--radius-full: 9999px;
|
|
197
|
+
--border-width: 1px;
|
|
198
|
+
--border-width-thin: 1px;
|
|
199
|
+
--border-width-thick: 2px;
|
|
200
|
+
--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
|
277
201
|
--font-weight-normal: 400;
|
|
278
202
|
--font-weight-medium: 500;
|
|
279
203
|
--font-weight-bold: 700;
|
|
280
204
|
--letter-spacing: -0.005em;
|
|
281
205
|
--line-height: 1.75;
|
|
282
|
-
|
|
283
|
-
/* Icon styling - Phosphor duotone, soft stroke */
|
|
284
|
-
--icon-stroke-width: 1.5;
|
|
285
206
|
--icon-color: #f5efe6;
|
|
286
|
-
|
|
287
|
-
/* Transitions - Organic */
|
|
288
207
|
--transition-fast: 250ms;
|
|
289
208
|
--transition-normal: 400ms;
|
|
290
209
|
--transition-slow: 600ms;
|
|
291
210
|
--transition-timing: cubic-bezier(0.2, 0, 0, 1);
|
|
292
|
-
|
|
293
|
-
/* Hover/Active transforms - Gentle lift */
|
|
294
211
|
--hover-scale: 1;
|
|
295
212
|
--hover-translate-y: -2px;
|
|
296
213
|
--hover-translate-x: 0;
|
|
297
214
|
--active-scale: 0.99;
|
|
298
215
|
--active-translate-y: 0;
|
|
299
|
-
|
|
300
|
-
/* Focus ring - Rust */
|
|
301
216
|
--focus-ring-width: 2px;
|
|
302
217
|
--focus-ring-offset: 3px;
|
|
303
218
|
--focus-ring-color: #c0664a;
|
|
304
|
-
|
|
305
|
-
|
|
219
|
+
--shadow-none: none;
|
|
220
|
+
--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.3);
|
|
221
|
+
--shadow-main: 0 4px 16px rgba(0, 0, 0, 0.45), 0 2px 4px rgba(0, 0, 0, 0.25);
|
|
222
|
+
--shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.55), 0 6px 16px rgba(0, 0, 0, 0.3);
|
|
223
|
+
--shadow-inner: inset 0 1px 2px rgba(0, 0, 0, 0.4);
|
|
224
|
+
--shadow-hover: 0 20px 56px rgba(0, 0, 0, 0.6), 0 8px 20px rgba(0, 0, 0, 0.35);
|
|
225
|
+
--shadow-active: 0 2px 8px rgba(0, 0, 0, 0.4);
|
|
306
226
|
--space-0: 0px;
|
|
307
227
|
--space-1: 4px;
|
|
308
228
|
--space-2: 8px;
|
|
@@ -316,7 +236,6 @@
|
|
|
316
236
|
--space-10: 56px;
|
|
317
237
|
--space-11: 64px;
|
|
318
238
|
--space-12: 80px;
|
|
319
|
-
/* Density axis — per-element heights (generous) */
|
|
320
239
|
--button-height-sm: 36px;
|
|
321
240
|
--button-height-md: 40px;
|
|
322
241
|
--button-height-lg: 44px;
|
|
@@ -326,20 +245,14 @@
|
|
|
326
245
|
--row-height-compact: 44px;
|
|
327
246
|
--row-height-normal: 56px;
|
|
328
247
|
--row-height-spacious: 64px;
|
|
329
|
-
/* Density axis — per-element padding (editorial breathing room) */
|
|
330
248
|
--card-padding-sm: 16px;
|
|
331
249
|
--card-padding-md: 24px;
|
|
332
250
|
--card-padding-lg: 32px;
|
|
333
251
|
--dialog-padding: 32px;
|
|
334
252
|
--section-gap: 48px;
|
|
335
|
-
/* Type axis — editorial family triplet */
|
|
336
253
|
--font-family-display: "Fraunces", "Charter", Georgia, serif;
|
|
337
|
-
--font-family-body:
|
|
338
|
-
|
|
339
|
-
--font-family-mono:
|
|
340
|
-
"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
|
|
341
|
-
monospace;
|
|
342
|
-
/* Type axis — size scale (generous reading leading) */
|
|
254
|
+
--font-family-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
|
255
|
+
--font-family-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
|
|
343
256
|
--text-xs: 13px;
|
|
344
257
|
--leading-xs: 18px;
|
|
345
258
|
--text-sm: 14px;
|
|
@@ -360,7 +273,6 @@
|
|
|
360
273
|
--leading-display-1: 60px;
|
|
361
274
|
--text-display-2: 68px;
|
|
362
275
|
--leading-display-2: 76px;
|
|
363
|
-
/* Type axis — intent mapping (serif headlines, generous leading) */
|
|
364
276
|
--intent-heading-major-size: var(--text-3xl);
|
|
365
277
|
--intent-heading-major-weight: var(--font-weight-bold);
|
|
366
278
|
--intent-heading-major-leading: var(--leading-3xl);
|
|
@@ -382,26 +294,22 @@
|
|
|
382
294
|
--intent-numeric-size: var(--text-sm);
|
|
383
295
|
--intent-numeric-weight: var(--font-weight-medium);
|
|
384
296
|
--intent-numeric-leading: var(--leading-sm);
|
|
385
|
-
/* Motion axis — organic durations */
|
|
386
297
|
--duration-instant: 0ms;
|
|
387
298
|
--duration-fast: 250ms;
|
|
388
299
|
--duration-normal: 400ms;
|
|
389
300
|
--duration-slow: 600ms;
|
|
390
301
|
--duration-dramatic: 900ms;
|
|
391
|
-
/* Motion axis — emphasized easing palette */
|
|
392
302
|
--easing-linear: linear;
|
|
393
303
|
--easing-standard: cubic-bezier(0.2, 0, 0, 1);
|
|
394
304
|
--easing-emphasized: cubic-bezier(0.2, 0, 0, 1);
|
|
395
305
|
--easing-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
|
|
396
|
-
/* Iconography axis — phosphor duotone, larger default */
|
|
397
306
|
--icon-family: phosphor-duotone;
|
|
307
|
+
--icon-stroke-width: 1.5;
|
|
398
308
|
--icon-default-size: 20px;
|
|
399
|
-
/* Elevation axis — shadowed editorial cards */
|
|
400
309
|
--elevation-card: var(--shadow-main);
|
|
401
310
|
--elevation-popover: var(--shadow-lg);
|
|
402
311
|
--elevation-dialog: var(--shadow-lg);
|
|
403
312
|
--elevation-toast: var(--shadow-main);
|
|
404
|
-
/* Geometry axis — soft hairlines */
|
|
405
313
|
--radius-container: 12px;
|
|
406
314
|
--radius-interactive: 10px;
|
|
407
315
|
--radius-pill: var(--radius-full);
|