@almadar/ui 6.29.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.
- 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/minimalist.css
CHANGED
|
@@ -1,53 +1,20 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
* and gentle curves for a premium, modern feel.
|
|
6
|
-
* Elegant hover effects and smooth transitions.
|
|
2
|
+
* GENERATED — do not edit by hand.
|
|
3
|
+
* Source: packages/almadar-core/themes/minimalist.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="minimalist-light"] {
|
|
13
|
-
/* Shadows - Soft, layered */
|
|
14
|
-
--shadow-main: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.06);
|
|
15
|
-
--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04);
|
|
16
|
-
--shadow-lg:
|
|
17
|
-
0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
|
|
18
|
-
--shadow-inner: inset 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
19
|
-
--shadow-none: none;
|
|
20
|
-
--shadow-hover: 0 10px 40px -10px rgba(0, 0, 0, 0.15);
|
|
21
|
-
--shadow-active: 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
22
|
-
|
|
23
|
-
/* Border radius - Gentle curves */
|
|
24
|
-
--radius-none: 0px;
|
|
25
|
-
--radius-sm: 4px;
|
|
26
|
-
--radius-md: 10px;
|
|
27
|
-
--radius-lg: 14px;
|
|
28
|
-
--radius-xl: 16px;
|
|
29
|
-
--radius-full: 9999px;
|
|
30
|
-
|
|
31
|
-
/* Border width - Thin, delicate */
|
|
32
|
-
--border-width: 1px;
|
|
33
|
-
--border-width-thin: 1px;
|
|
34
|
-
--border-width-thick: 2px;
|
|
35
|
-
|
|
36
|
-
/* Colors - Subtle contrast with soft grays */
|
|
37
8
|
--color-primary: #18181b;
|
|
38
9
|
--color-primary-hover: #27272a;
|
|
39
10
|
--color-primary-foreground: #fafafa;
|
|
40
|
-
|
|
41
11
|
--color-secondary: #fafafa;
|
|
42
12
|
--color-secondary-hover: #f4f4f5;
|
|
43
13
|
--color-secondary-foreground: #18181b;
|
|
44
|
-
|
|
45
14
|
--color-accent: #18181b;
|
|
46
15
|
--color-accent-foreground: #fafafa;
|
|
47
|
-
|
|
48
16
|
--color-muted: #f4f4f5;
|
|
49
17
|
--color-muted-foreground: #65656e;
|
|
50
|
-
|
|
51
18
|
--color-background: #f8fafc;
|
|
52
19
|
--color-foreground: #18181b;
|
|
53
20
|
--color-card: #ffffff;
|
|
@@ -56,8 +23,6 @@
|
|
|
56
23
|
--color-border: #e4e4e7;
|
|
57
24
|
--color-input: #d4d4d8;
|
|
58
25
|
--color-ring: #18181b;
|
|
59
|
-
|
|
60
|
-
/* Semantic colors */
|
|
61
26
|
--color-error: #dc2626;
|
|
62
27
|
--color-error-foreground: #ffffff;
|
|
63
28
|
--color-success: #15803d;
|
|
@@ -66,40 +31,41 @@
|
|
|
66
31
|
--color-warning-foreground: #000000;
|
|
67
32
|
--color-info: #2563eb;
|
|
68
33
|
--color-info-foreground: #ffffff;
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
--
|
|
72
|
-
|
|
34
|
+
--radius-none: 0px;
|
|
35
|
+
--radius-sm: 4px;
|
|
36
|
+
--radius-md: 10px;
|
|
37
|
+
--radius-lg: 14px;
|
|
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: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
|
73
44
|
--font-weight-normal: 400;
|
|
74
45
|
--font-weight-medium: 500;
|
|
75
46
|
--font-weight-bold: 600;
|
|
76
47
|
--letter-spacing: -0.01em;
|
|
77
48
|
--line-height: 1.6;
|
|
78
|
-
|
|
79
|
-
/* Icon styling - Thin, refined */
|
|
80
|
-
--icon-stroke-width: 1.5;
|
|
81
49
|
--icon-color: currentColor;
|
|
82
|
-
|
|
83
|
-
/* Transitions - Smooth, elegant */
|
|
84
50
|
--transition-fast: 150ms;
|
|
85
51
|
--transition-normal: 250ms;
|
|
86
52
|
--transition-slow: 400ms;
|
|
87
53
|
--transition-timing: cubic-bezier(0.4, 0, 0.2, 1);
|
|
88
|
-
|
|
89
|
-
/* Hover/Active transforms - Subtle lift */
|
|
90
54
|
--hover-scale: 1.01;
|
|
91
55
|
--hover-translate-y: -1px;
|
|
92
56
|
--hover-translate-x: 0;
|
|
93
57
|
--active-scale: 0.99;
|
|
94
58
|
--active-translate-y: 0;
|
|
95
|
-
|
|
96
|
-
/* Focus ring */
|
|
97
59
|
--focus-ring-width: 2px;
|
|
98
60
|
--focus-ring-offset: 2px;
|
|
99
61
|
--focus-ring-color: #18181b;
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
62
|
+
--shadow-main: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.06);
|
|
63
|
+
--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04);
|
|
64
|
+
--shadow-lg: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
|
|
65
|
+
--shadow-inner: inset 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
66
|
+
--shadow-none: none;
|
|
67
|
+
--shadow-hover: 0 10px 40px -10px rgba(0, 0, 0, 0.15);
|
|
68
|
+
--shadow-active: 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
103
69
|
--space-0: 0px;
|
|
104
70
|
--space-1: 4px;
|
|
105
71
|
--space-2: 8px;
|
|
@@ -113,7 +79,6 @@
|
|
|
113
79
|
--space-10: 40px;
|
|
114
80
|
--space-11: 44px;
|
|
115
81
|
--space-12: 48px;
|
|
116
|
-
/* Density axis — per-element heights */
|
|
117
82
|
--button-height-sm: 28px;
|
|
118
83
|
--button-height-md: 36px;
|
|
119
84
|
--button-height-lg: 44px;
|
|
@@ -123,17 +88,14 @@
|
|
|
123
88
|
--row-height-compact: 32px;
|
|
124
89
|
--row-height-normal: 40px;
|
|
125
90
|
--row-height-spacious: 48px;
|
|
126
|
-
/* Density axis — per-element padding */
|
|
127
91
|
--card-padding-sm: 12px;
|
|
128
92
|
--card-padding-md: 16px;
|
|
129
93
|
--card-padding-lg: 24px;
|
|
130
94
|
--dialog-padding: 24px;
|
|
131
95
|
--section-gap: 32px;
|
|
132
|
-
/* Type axis — family triplet (aliases existing --font-family for backward compat) */
|
|
133
96
|
--font-family-display: var(--font-family);
|
|
134
97
|
--font-family-body: var(--font-family);
|
|
135
98
|
--font-family-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
|
|
136
|
-
/* Type axis — size scale */
|
|
137
99
|
--text-xs: 12px;
|
|
138
100
|
--leading-xs: 16px;
|
|
139
101
|
--text-sm: 14px;
|
|
@@ -154,7 +116,6 @@
|
|
|
154
116
|
--leading-display-1: 52px;
|
|
155
117
|
--text-display-2: 60px;
|
|
156
118
|
--leading-display-2: 64px;
|
|
157
|
-
/* Type axis — intent mapping */
|
|
158
119
|
--intent-heading-major-size: var(--text-2xl);
|
|
159
120
|
--intent-heading-major-weight: var(--font-weight-bold);
|
|
160
121
|
--intent-heading-major-leading: var(--leading-2xl);
|
|
@@ -176,77 +137,41 @@
|
|
|
176
137
|
--intent-numeric-size: var(--text-sm);
|
|
177
138
|
--intent-numeric-weight: var(--font-weight-medium);
|
|
178
139
|
--intent-numeric-leading: var(--leading-sm);
|
|
179
|
-
/* Motion axis — duration palette */
|
|
180
140
|
--duration-instant: 0ms;
|
|
181
141
|
--duration-fast: var(--transition-fast);
|
|
182
142
|
--duration-normal: var(--transition-normal);
|
|
183
143
|
--duration-slow: var(--transition-slow);
|
|
184
144
|
--duration-dramatic: 600ms;
|
|
185
|
-
/* Motion axis — easing palette */
|
|
186
145
|
--easing-linear: linear;
|
|
187
146
|
--easing-standard: var(--transition-timing);
|
|
188
147
|
--easing-emphasized: cubic-bezier(0.2, 0, 0, 1);
|
|
189
148
|
--easing-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
|
|
190
|
-
/* Iconography axis */
|
|
191
149
|
--icon-family: lucide;
|
|
150
|
+
--icon-stroke-width: 1.5;
|
|
192
151
|
--icon-default-size: 16px;
|
|
193
|
-
/* Elevation axis — per-layer mapping */
|
|
194
152
|
--elevation-card: var(--shadow-sm);
|
|
195
153
|
--elevation-popover: var(--shadow-main);
|
|
196
154
|
--elevation-dialog: var(--shadow-lg);
|
|
197
155
|
--elevation-toast: var(--shadow-main);
|
|
198
|
-
/* Geometry axis — radius rhythm with intent */
|
|
199
156
|
--radius-container: var(--radius-md);
|
|
200
157
|
--radius-interactive: var(--radius-md);
|
|
201
158
|
--radius-pill: var(--radius-full);
|
|
202
|
-
/* Geometry axis — border-width rhythm */
|
|
203
159
|
--border-hairline: 1px;
|
|
204
160
|
--border-standard: var(--border-width);
|
|
205
161
|
--border-heavy: var(--border-width-thick);
|
|
206
162
|
}
|
|
207
163
|
|
|
208
|
-
/* ==========================================================================
|
|
209
|
-
* DARK MODE
|
|
210
|
-
* ========================================================================== */
|
|
211
164
|
[data-theme="minimalist-dark"] {
|
|
212
|
-
/* Shadows - Darker, more pronounced */
|
|
213
|
-
--shadow-main: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
|
|
214
|
-
--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.2);
|
|
215
|
-
--shadow-lg:
|
|
216
|
-
0 10px 25px -5px rgba(0, 0, 0, 0.4), 0 8px 10px -6px rgba(0, 0, 0, 0.3);
|
|
217
|
-
--shadow-inner: inset 0 1px 2px rgba(0, 0, 0, 0.2);
|
|
218
|
-
--shadow-none: none;
|
|
219
|
-
--shadow-hover: 0 10px 40px -10px rgba(0, 0, 0, 0.4);
|
|
220
|
-
--shadow-active: 0 1px 2px rgba(0, 0, 0, 0.2);
|
|
221
|
-
|
|
222
|
-
/* Border radius - Gentle curves */
|
|
223
|
-
--radius-none: 0px;
|
|
224
|
-
--radius-sm: 4px;
|
|
225
|
-
--radius-md: 10px;
|
|
226
|
-
--radius-lg: 14px;
|
|
227
|
-
--radius-xl: 16px;
|
|
228
|
-
--radius-full: 9999px;
|
|
229
|
-
|
|
230
|
-
/* Border width - Thin, delicate */
|
|
231
|
-
--border-width: 1px;
|
|
232
|
-
--border-width-thin: 1px;
|
|
233
|
-
--border-width-thick: 2px;
|
|
234
|
-
|
|
235
|
-
/* Colors - Dark mode inverted */
|
|
236
165
|
--color-primary: #fafafa;
|
|
237
166
|
--color-primary-hover: #e4e4e7;
|
|
238
167
|
--color-primary-foreground: #18181b;
|
|
239
|
-
|
|
240
168
|
--color-secondary: #27272a;
|
|
241
169
|
--color-secondary-hover: #3f3f46;
|
|
242
170
|
--color-secondary-foreground: #fafafa;
|
|
243
|
-
|
|
244
171
|
--color-accent: #fafafa;
|
|
245
172
|
--color-accent-foreground: #18181b;
|
|
246
|
-
|
|
247
173
|
--color-muted: #27272a;
|
|
248
174
|
--color-muted-foreground: #a1a1aa;
|
|
249
|
-
|
|
250
175
|
--color-background: #09090b;
|
|
251
176
|
--color-foreground: #fafafa;
|
|
252
177
|
--color-card: #18181b;
|
|
@@ -255,8 +180,6 @@
|
|
|
255
180
|
--color-border: #27272a;
|
|
256
181
|
--color-input: #3f3f46;
|
|
257
182
|
--color-ring: #fafafa;
|
|
258
|
-
|
|
259
|
-
/* Semantic colors - Brighter for dark mode */
|
|
260
183
|
--color-error: #f87171;
|
|
261
184
|
--color-error-foreground: #000000;
|
|
262
185
|
--color-success: #4ade80;
|
|
@@ -265,40 +188,41 @@
|
|
|
265
188
|
--color-warning-foreground: #000000;
|
|
266
189
|
--color-info: #60a5fa;
|
|
267
190
|
--color-info-foreground: #000000;
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
--
|
|
271
|
-
|
|
191
|
+
--radius-none: 0px;
|
|
192
|
+
--radius-sm: 4px;
|
|
193
|
+
--radius-md: 10px;
|
|
194
|
+
--radius-lg: 14px;
|
|
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: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
|
272
201
|
--font-weight-normal: 400;
|
|
273
202
|
--font-weight-medium: 500;
|
|
274
203
|
--font-weight-bold: 600;
|
|
275
204
|
--letter-spacing: -0.01em;
|
|
276
205
|
--line-height: 1.6;
|
|
277
|
-
|
|
278
|
-
/* Icon styling */
|
|
279
|
-
--icon-stroke-width: 1.5;
|
|
280
206
|
--icon-color: currentColor;
|
|
281
|
-
|
|
282
|
-
/* Transitions */
|
|
283
207
|
--transition-fast: 150ms;
|
|
284
208
|
--transition-normal: 250ms;
|
|
285
209
|
--transition-slow: 400ms;
|
|
286
210
|
--transition-timing: cubic-bezier(0.4, 0, 0.2, 1);
|
|
287
|
-
|
|
288
|
-
/* Hover/Active transforms */
|
|
289
211
|
--hover-scale: 1.01;
|
|
290
212
|
--hover-translate-y: -1px;
|
|
291
213
|
--hover-translate-x: 0;
|
|
292
214
|
--active-scale: 0.99;
|
|
293
215
|
--active-translate-y: 0;
|
|
294
|
-
|
|
295
|
-
/* Focus ring */
|
|
296
216
|
--focus-ring-width: 2px;
|
|
297
217
|
--focus-ring-offset: 2px;
|
|
298
218
|
--focus-ring-color: #fafafa;
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
219
|
+
--shadow-main: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
|
|
220
|
+
--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.2);
|
|
221
|
+
--shadow-lg: 0 10px 25px -5px rgba(0, 0, 0, 0.4), 0 8px 10px -6px rgba(0, 0, 0, 0.3);
|
|
222
|
+
--shadow-inner: inset 0 1px 2px rgba(0, 0, 0, 0.2);
|
|
223
|
+
--shadow-none: none;
|
|
224
|
+
--shadow-hover: 0 10px 40px -10px rgba(0, 0, 0, 0.4);
|
|
225
|
+
--shadow-active: 0 1px 2px rgba(0, 0, 0, 0.2);
|
|
302
226
|
--space-0: 0px;
|
|
303
227
|
--space-1: 4px;
|
|
304
228
|
--space-2: 8px;
|
|
@@ -312,7 +236,6 @@
|
|
|
312
236
|
--space-10: 40px;
|
|
313
237
|
--space-11: 44px;
|
|
314
238
|
--space-12: 48px;
|
|
315
|
-
/* Density axis — per-element heights */
|
|
316
239
|
--button-height-sm: 28px;
|
|
317
240
|
--button-height-md: 36px;
|
|
318
241
|
--button-height-lg: 44px;
|
|
@@ -322,17 +245,14 @@
|
|
|
322
245
|
--row-height-compact: 32px;
|
|
323
246
|
--row-height-normal: 40px;
|
|
324
247
|
--row-height-spacious: 48px;
|
|
325
|
-
/* Density axis — per-element padding */
|
|
326
248
|
--card-padding-sm: 12px;
|
|
327
249
|
--card-padding-md: 16px;
|
|
328
250
|
--card-padding-lg: 24px;
|
|
329
251
|
--dialog-padding: 24px;
|
|
330
252
|
--section-gap: 32px;
|
|
331
|
-
/* Type axis — family triplet (aliases existing --font-family for backward compat) */
|
|
332
253
|
--font-family-display: var(--font-family);
|
|
333
254
|
--font-family-body: var(--font-family);
|
|
334
255
|
--font-family-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
|
|
335
|
-
/* Type axis — size scale */
|
|
336
256
|
--text-xs: 12px;
|
|
337
257
|
--leading-xs: 16px;
|
|
338
258
|
--text-sm: 14px;
|
|
@@ -353,7 +273,6 @@
|
|
|
353
273
|
--leading-display-1: 52px;
|
|
354
274
|
--text-display-2: 60px;
|
|
355
275
|
--leading-display-2: 64px;
|
|
356
|
-
/* Type axis — intent mapping */
|
|
357
276
|
--intent-heading-major-size: var(--text-2xl);
|
|
358
277
|
--intent-heading-major-weight: var(--font-weight-bold);
|
|
359
278
|
--intent-heading-major-leading: var(--leading-2xl);
|
|
@@ -375,30 +294,25 @@
|
|
|
375
294
|
--intent-numeric-size: var(--text-sm);
|
|
376
295
|
--intent-numeric-weight: var(--font-weight-medium);
|
|
377
296
|
--intent-numeric-leading: var(--leading-sm);
|
|
378
|
-
/* Motion axis — duration palette */
|
|
379
297
|
--duration-instant: 0ms;
|
|
380
298
|
--duration-fast: var(--transition-fast);
|
|
381
299
|
--duration-normal: var(--transition-normal);
|
|
382
300
|
--duration-slow: var(--transition-slow);
|
|
383
301
|
--duration-dramatic: 600ms;
|
|
384
|
-
/* Motion axis — easing palette */
|
|
385
302
|
--easing-linear: linear;
|
|
386
303
|
--easing-standard: var(--transition-timing);
|
|
387
304
|
--easing-emphasized: cubic-bezier(0.2, 0, 0, 1);
|
|
388
305
|
--easing-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
|
|
389
|
-
/* Iconography axis */
|
|
390
306
|
--icon-family: lucide;
|
|
307
|
+
--icon-stroke-width: 1.5;
|
|
391
308
|
--icon-default-size: 16px;
|
|
392
|
-
/* Elevation axis — per-layer mapping */
|
|
393
309
|
--elevation-card: var(--shadow-sm);
|
|
394
310
|
--elevation-popover: var(--shadow-main);
|
|
395
311
|
--elevation-dialog: var(--shadow-lg);
|
|
396
312
|
--elevation-toast: var(--shadow-main);
|
|
397
|
-
/* Geometry axis — radius rhythm with intent */
|
|
398
313
|
--radius-container: var(--radius-md);
|
|
399
314
|
--radius-interactive: var(--radius-md);
|
|
400
315
|
--radius-pill: var(--radius-full);
|
|
401
|
-
/* Geometry axis — border-width rhythm */
|
|
402
316
|
--border-hairline: 1px;
|
|
403
317
|
--border-standard: var(--border-width);
|
|
404
318
|
--border-heavy: var(--border-width-thick);
|