@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
|
@@ -1,73 +1,20 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
* refined rather than brutalist. Deep cool-navy canvas with a cyan primary and
|
|
6
|
-
* amber data accent, panels lifted by soft layered shadows carrying a faint
|
|
7
|
-
* cyan glow, small-but-present radii, and a clean grotesque body paired with a
|
|
8
|
-
* mono used only for numerics. Motion is smooth (emphasized-decel) with a
|
|
9
|
-
* subtle spring, not the old mechanical linear. The 4pt rhythm and compact
|
|
10
|
-
* element heights keep it unmistakably a data cockpit.
|
|
11
|
-
*
|
|
12
|
-
* What changed from the original bloomberg-dense (de-boxified):
|
|
13
|
-
* Geometry sharp 0px radius + 2px black borders → 3-6px radii + 1px hairlines
|
|
14
|
-
* Elevation flat (no shadows) → layered depth with a faint cyan glow
|
|
15
|
-
* Type JetBrains Mono everywhere → Inter body + mono numerics only
|
|
16
|
-
* Motion linear 100/150/200ms → emphasized-decel 120/180/260ms + spring
|
|
17
|
-
* Iconography phosphor-fill (heavy) → lucide 1.5px (clean)
|
|
18
|
-
*
|
|
19
|
-
* Spec axes (per docs/Almadar_Std_Variations.md §2.4):
|
|
20
|
-
* Color deep cool-navy + cyan primary + amber data accent
|
|
21
|
-
* Density compact (4pt rhythm, 26/30/34 buttons)
|
|
22
|
-
* Type dense grotesque (Inter body, JetBrains Mono numerics, 1.45 leading)
|
|
23
|
-
* Geometry refined (3-6px radius, 1px hairline borders)
|
|
24
|
-
* Elevation depth-glowed (layered shadows w/ faint cyan tint)
|
|
25
|
-
* Motion smooth (emphasized-decel, subtle spring, 120/180/260ms)
|
|
26
|
-
* Iconography outline (lucide, stroke 1.5)
|
|
27
|
-
* Illustration text-only (no imagery in empty states)
|
|
2
|
+
* GENERATED — do not edit by hand.
|
|
3
|
+
* Source: packages/almadar-core/themes/bloomberg-dense.json
|
|
4
|
+
* Regenerate: node tools/almadar-pattern-sync/dist/index.js themes (or `almadar-sync themes`)
|
|
28
5
|
*/
|
|
29
6
|
|
|
30
|
-
/* ==========================================================================
|
|
31
|
-
* LIGHT MODE
|
|
32
|
-
* ========================================================================== */
|
|
33
7
|
[data-theme="bloomberg-dense-light"] {
|
|
34
|
-
/* Shadows — soft, neutral, with a faint cyan tint for the data-cockpit glow */
|
|
35
|
-
--shadow-none: none;
|
|
36
|
-
--shadow-sm: 0 1px 2px rgba(12, 20, 36, 0.06);
|
|
37
|
-
--shadow-main: 0 4px 12px rgba(12, 20, 36, 0.08), 0 0 0 1px rgba(14, 116, 144, 0.06);
|
|
38
|
-
--shadow-lg: 0 12px 28px rgba(12, 20, 36, 0.10), 0 2px 6px rgba(12, 20, 36, 0.05);
|
|
39
|
-
--shadow-inner: inset 0 1px 2px rgba(12, 20, 36, 0.05);
|
|
40
|
-
--shadow-hover: 0 6px 16px rgba(12, 20, 36, 0.10), 0 0 0 1px rgba(14, 116, 144, 0.10);
|
|
41
|
-
--shadow-active: 0 1px 3px rgba(12, 20, 36, 0.08);
|
|
42
|
-
|
|
43
|
-
/* Radius — small but present (de-boxified) */
|
|
44
|
-
--radius-none: 0px;
|
|
45
|
-
--radius-sm: 3px;
|
|
46
|
-
--radius-md: 4px;
|
|
47
|
-
--radius-lg: 6px;
|
|
48
|
-
--radius-xl: 8px;
|
|
49
|
-
--radius-full: 9999px;
|
|
50
|
-
|
|
51
|
-
/* Border width — hairline-led */
|
|
52
|
-
--border-width: 1px;
|
|
53
|
-
--border-width-thin: 1px;
|
|
54
|
-
--border-width-thick: 2px;
|
|
55
|
-
|
|
56
|
-
/* Colors — cool off-white canvas, deep navy ink, cyan + amber data accents */
|
|
57
8
|
--color-primary: #0e7490;
|
|
58
9
|
--color-primary-hover: #155e75;
|
|
59
10
|
--color-primary-foreground: #ffffff;
|
|
60
|
-
|
|
61
11
|
--color-secondary: #eef2f8;
|
|
62
12
|
--color-secondary-hover: #e1e7f0;
|
|
63
13
|
--color-secondary-foreground: #0c1424;
|
|
64
|
-
|
|
65
14
|
--color-accent: #b45309;
|
|
66
15
|
--color-accent-foreground: #ffffff;
|
|
67
|
-
|
|
68
16
|
--color-muted: #eef2f8;
|
|
69
17
|
--color-muted-foreground: #4a5876;
|
|
70
|
-
|
|
71
18
|
--color-background: #f6f8fc;
|
|
72
19
|
--color-foreground: #0c1424;
|
|
73
20
|
--color-card: #ffffff;
|
|
@@ -76,14 +23,12 @@
|
|
|
76
23
|
--color-border: #d6deeb;
|
|
77
24
|
--color-input: #c2cee0;
|
|
78
25
|
--color-ring: #0e7490;
|
|
79
|
-
|
|
80
26
|
--color-table-header: #eef2f8;
|
|
81
27
|
--color-table-border: #d6deeb;
|
|
82
28
|
--color-table-row-hover: #eef2f8;
|
|
83
29
|
--color-surface-hover: #e1e7f0;
|
|
84
30
|
--color-border-hover: #aab8cd;
|
|
85
31
|
--color-placeholder: #6b7a96;
|
|
86
|
-
|
|
87
32
|
--color-error: #c2410c;
|
|
88
33
|
--color-error-foreground: #ffffff;
|
|
89
34
|
--color-success: #047857;
|
|
@@ -92,23 +37,72 @@
|
|
|
92
37
|
--color-warning-foreground: #ffffff;
|
|
93
38
|
--color-info: #0e7490;
|
|
94
39
|
--color-info-foreground: #ffffff;
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
--
|
|
98
|
-
|
|
99
|
-
--
|
|
100
|
-
|
|
101
|
-
--
|
|
102
|
-
|
|
103
|
-
--
|
|
104
|
-
|
|
40
|
+
--radius-none: 0px;
|
|
41
|
+
--radius-sm: 3px;
|
|
42
|
+
--radius-md: 4px;
|
|
43
|
+
--radius-lg: 6px;
|
|
44
|
+
--radius-xl: 8px;
|
|
45
|
+
--radius-full: 9999px;
|
|
46
|
+
--border-width: 1px;
|
|
47
|
+
--border-width-thin: 1px;
|
|
48
|
+
--border-width-thick: 2px;
|
|
49
|
+
--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
|
105
50
|
--font-weight-normal: 400;
|
|
106
51
|
--font-weight-medium: 500;
|
|
107
52
|
--font-weight-bold: 600;
|
|
108
53
|
--letter-spacing: -0.011em;
|
|
109
54
|
--line-height: 1.45;
|
|
110
|
-
|
|
111
|
-
|
|
55
|
+
--intent-numeric-family: var(--font-family-mono);
|
|
56
|
+
--icon-color: currentColor;
|
|
57
|
+
--transition-fast: 120ms;
|
|
58
|
+
--transition-normal: 180ms;
|
|
59
|
+
--transition-slow: 260ms;
|
|
60
|
+
--transition-timing: cubic-bezier(0.2, 0, 0, 1);
|
|
61
|
+
--hover-scale: 1;
|
|
62
|
+
--hover-translate-y: -1px;
|
|
63
|
+
--hover-translate-x: 0;
|
|
64
|
+
--active-scale: 0.99;
|
|
65
|
+
--active-translate-y: 0;
|
|
66
|
+
--focus-ring-width: 2px;
|
|
67
|
+
--focus-ring-offset: 2px;
|
|
68
|
+
--focus-ring-color: #0e7490;
|
|
69
|
+
--shadow-none: none;
|
|
70
|
+
--shadow-sm: 0 1px 2px rgba(12, 20, 36, 0.06);
|
|
71
|
+
--shadow-main: 0 4px 12px rgba(12, 20, 36, 0.08), 0 0 0 1px rgba(14, 116, 144, 0.06);
|
|
72
|
+
--shadow-lg: 0 12px 28px rgba(12, 20, 36, 0.10), 0 2px 6px rgba(12, 20, 36, 0.05);
|
|
73
|
+
--shadow-inner: inset 0 1px 2px rgba(12, 20, 36, 0.05);
|
|
74
|
+
--shadow-hover: 0 6px 16px rgba(12, 20, 36, 0.10), 0 0 0 1px rgba(14, 116, 144, 0.10);
|
|
75
|
+
--shadow-active: 0 1px 3px rgba(12, 20, 36, 0.08);
|
|
76
|
+
--space-0: 0px;
|
|
77
|
+
--space-1: 4px;
|
|
78
|
+
--space-2: 8px;
|
|
79
|
+
--space-3: 12px;
|
|
80
|
+
--space-4: 16px;
|
|
81
|
+
--space-5: 20px;
|
|
82
|
+
--space-6: 24px;
|
|
83
|
+
--space-7: 28px;
|
|
84
|
+
--space-8: 32px;
|
|
85
|
+
--space-9: 36px;
|
|
86
|
+
--space-10: 40px;
|
|
87
|
+
--space-11: 44px;
|
|
88
|
+
--space-12: 48px;
|
|
89
|
+
--button-height-sm: 26px;
|
|
90
|
+
--button-height-md: 30px;
|
|
91
|
+
--button-height-lg: 34px;
|
|
92
|
+
--input-height-sm: 26px;
|
|
93
|
+
--input-height-md: 30px;
|
|
94
|
+
--input-height-lg: 34px;
|
|
95
|
+
--row-height-compact: 30px;
|
|
96
|
+
--row-height-normal: 36px;
|
|
97
|
+
--row-height-spacious: 44px;
|
|
98
|
+
--card-padding-sm: 12px;
|
|
99
|
+
--card-padding-md: 16px;
|
|
100
|
+
--card-padding-lg: 20px;
|
|
101
|
+
--dialog-padding: 22px;
|
|
102
|
+
--section-gap: 28px;
|
|
103
|
+
--font-family-display: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
|
104
|
+
--font-family-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
|
105
|
+
--font-family-mono: "JetBrains Mono", "SFMono-Regular", ui-monospace, Menlo, Consolas, monospace;
|
|
112
106
|
--text-xs: 11px;
|
|
113
107
|
--leading-xs: 15px;
|
|
114
108
|
--text-sm: 13px;
|
|
@@ -129,8 +123,6 @@
|
|
|
129
123
|
--leading-display-1: 50px;
|
|
130
124
|
--text-display-2: 52px;
|
|
131
125
|
--leading-display-2: 62px;
|
|
132
|
-
|
|
133
|
-
/* Intent mapping — mono family only on numerics, where it earns its place */
|
|
134
126
|
--intent-heading-major-size: var(--text-xl);
|
|
135
127
|
--intent-heading-major-weight: var(--font-weight-bold);
|
|
136
128
|
--intent-heading-major-leading: var(--leading-xl);
|
|
@@ -152,128 +144,41 @@
|
|
|
152
144
|
--intent-numeric-size: var(--text-sm);
|
|
153
145
|
--intent-numeric-weight: var(--font-weight-bold);
|
|
154
146
|
--intent-numeric-leading: var(--leading-sm);
|
|
155
|
-
--
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
--
|
|
159
|
-
--
|
|
160
|
-
--
|
|
161
|
-
--
|
|
162
|
-
--
|
|
163
|
-
--
|
|
164
|
-
--space-6: 24px;
|
|
165
|
-
--space-7: 28px;
|
|
166
|
-
--space-8: 32px;
|
|
167
|
-
--space-9: 36px;
|
|
168
|
-
--space-10: 40px;
|
|
169
|
-
--space-11: 44px;
|
|
170
|
-
--space-12: 48px;
|
|
171
|
-
|
|
172
|
-
--button-height-sm: 26px;
|
|
173
|
-
--button-height-md: 30px;
|
|
174
|
-
--button-height-lg: 34px;
|
|
175
|
-
--input-height-sm: 26px;
|
|
176
|
-
--input-height-md: 30px;
|
|
177
|
-
--input-height-lg: 34px;
|
|
178
|
-
--row-height-compact: 30px;
|
|
179
|
-
--row-height-normal: 36px;
|
|
180
|
-
--row-height-spacious: 44px;
|
|
181
|
-
|
|
182
|
-
--card-padding-sm: 12px;
|
|
183
|
-
--card-padding-md: 16px;
|
|
184
|
-
--card-padding-lg: 20px;
|
|
185
|
-
--dialog-padding: 22px;
|
|
186
|
-
--section-gap: 28px;
|
|
187
|
-
|
|
188
|
-
/* Iconography — clean outline (lucide), not the old heavy phosphor-fill */
|
|
147
|
+
--duration-instant: 0ms;
|
|
148
|
+
--duration-fast: 120ms;
|
|
149
|
+
--duration-normal: 180ms;
|
|
150
|
+
--duration-slow: 260ms;
|
|
151
|
+
--duration-dramatic: 420ms;
|
|
152
|
+
--easing-linear: linear;
|
|
153
|
+
--easing-standard: cubic-bezier(0.2, 0, 0, 1);
|
|
154
|
+
--easing-emphasized: cubic-bezier(0.3, 0, 0, 1);
|
|
155
|
+
--easing-spring: cubic-bezier(0.34, 1.4, 0.64, 1);
|
|
189
156
|
--icon-family: lucide;
|
|
190
|
-
--icon-default-size: 15px;
|
|
191
157
|
--icon-stroke-width: 1.5;
|
|
192
|
-
--icon-
|
|
193
|
-
|
|
194
|
-
/* Elevation — per-layer mapping (panels float, popovers/dialogs lift higher) */
|
|
158
|
+
--icon-default-size: 15px;
|
|
195
159
|
--elevation-card: var(--shadow-sm);
|
|
196
160
|
--elevation-popover: var(--shadow-main);
|
|
197
161
|
--elevation-dialog: var(--shadow-lg);
|
|
198
162
|
--elevation-toast: var(--shadow-main);
|
|
199
|
-
|
|
200
|
-
/* Geometry — refined radius + hairline rhythm with intent */
|
|
201
163
|
--radius-container: 6px;
|
|
202
164
|
--radius-interactive: 4px;
|
|
203
165
|
--radius-pill: 9999px;
|
|
204
166
|
--border-hairline: 1px;
|
|
205
167
|
--border-standard: 1px;
|
|
206
168
|
--border-heavy: 2px;
|
|
207
|
-
|
|
208
|
-
/* Motion — smooth emphasized-decel + subtle spring (de-mechanized) */
|
|
209
|
-
--transition-fast: 120ms;
|
|
210
|
-
--transition-normal: 180ms;
|
|
211
|
-
--transition-slow: 260ms;
|
|
212
|
-
--transition-timing: cubic-bezier(0.2, 0, 0, 1);
|
|
213
|
-
|
|
214
|
-
--duration-instant: 0ms;
|
|
215
|
-
--duration-fast: 120ms;
|
|
216
|
-
--duration-normal: 180ms;
|
|
217
|
-
--duration-slow: 260ms;
|
|
218
|
-
--duration-dramatic: 420ms;
|
|
219
|
-
--easing-linear: linear;
|
|
220
|
-
--easing-standard: cubic-bezier(0.2, 0, 0, 1);
|
|
221
|
-
--easing-emphasized: cubic-bezier(0.3, 0, 0, 1);
|
|
222
|
-
--easing-spring: cubic-bezier(0.34, 1.4, 0.64, 1);
|
|
223
|
-
|
|
224
|
-
/* Interaction — subtle lift (vs old dead-static none) */
|
|
225
|
-
--hover-scale: 1;
|
|
226
|
-
--hover-translate-y: -1px;
|
|
227
|
-
--hover-translate-x: 0;
|
|
228
|
-
--active-scale: 0.99;
|
|
229
|
-
--active-translate-y: 0;
|
|
230
|
-
|
|
231
|
-
--focus-ring-width: 2px;
|
|
232
|
-
--focus-ring-offset: 2px;
|
|
233
|
-
--focus-ring-color: #0e7490;
|
|
234
169
|
}
|
|
235
170
|
|
|
236
|
-
/* ==========================================================================
|
|
237
|
-
* DARK MODE
|
|
238
|
-
* ========================================================================== */
|
|
239
171
|
[data-theme="bloomberg-dense-dark"] {
|
|
240
|
-
/* Shadows — deep layered drops carrying the faint cyan data-cockpit glow */
|
|
241
|
-
--shadow-none: none;
|
|
242
|
-
--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.4);
|
|
243
|
-
--shadow-main: 0 4px 14px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(34, 211, 238, 0.06);
|
|
244
|
-
--shadow-lg: 0 14px 34px rgba(0, 0, 0, 0.6), 0 0 26px rgba(34, 211, 238, 0.07);
|
|
245
|
-
--shadow-inner: inset 0 1px 2px rgba(0, 0, 0, 0.4);
|
|
246
|
-
--shadow-hover: 0 8px 22px rgba(0, 0, 0, 0.55), 0 0 18px rgba(34, 211, 238, 0.12);
|
|
247
|
-
--shadow-active: 0 1px 3px rgba(0, 0, 0, 0.45);
|
|
248
|
-
|
|
249
|
-
/* Radius — small but present (de-boxified) */
|
|
250
|
-
--radius-none: 0px;
|
|
251
|
-
--radius-sm: 3px;
|
|
252
|
-
--radius-md: 4px;
|
|
253
|
-
--radius-lg: 6px;
|
|
254
|
-
--radius-xl: 8px;
|
|
255
|
-
--radius-full: 9999px;
|
|
256
|
-
|
|
257
|
-
/* Border width — hairline-led */
|
|
258
|
-
--border-width: 1px;
|
|
259
|
-
--border-width-thin: 1px;
|
|
260
|
-
--border-width-thick: 2px;
|
|
261
|
-
|
|
262
|
-
/* Colors — deep cool-navy canvas, soft-cool foreground, cyan + amber accents */
|
|
263
172
|
--color-primary: #22d3ee;
|
|
264
173
|
--color-primary-hover: #67e8f9;
|
|
265
174
|
--color-primary-foreground: #06131a;
|
|
266
|
-
|
|
267
175
|
--color-secondary: #16233d;
|
|
268
176
|
--color-secondary-hover: #1d2d4c;
|
|
269
177
|
--color-secondary-foreground: #d6e0ef;
|
|
270
|
-
|
|
271
178
|
--color-accent: #fbbf24;
|
|
272
179
|
--color-accent-foreground: #1a1206;
|
|
273
|
-
|
|
274
180
|
--color-muted: #131f36;
|
|
275
181
|
--color-muted-foreground: #8e9db8;
|
|
276
|
-
|
|
277
182
|
--color-background: #0a0f1c;
|
|
278
183
|
--color-foreground: #e6edf7;
|
|
279
184
|
--color-card: #0f1626;
|
|
@@ -282,14 +187,12 @@
|
|
|
282
187
|
--color-border: #20304e;
|
|
283
188
|
--color-input: #2d4163;
|
|
284
189
|
--color-ring: #22d3ee;
|
|
285
|
-
|
|
286
190
|
--color-table-header: #131f36;
|
|
287
191
|
--color-table-border: #20304e;
|
|
288
192
|
--color-table-row-hover: #16233d;
|
|
289
193
|
--color-surface-hover: #1d2d4c;
|
|
290
194
|
--color-border-hover: #36506f;
|
|
291
195
|
--color-placeholder: #5a6b88;
|
|
292
|
-
|
|
293
196
|
--color-error: #f87171;
|
|
294
197
|
--color-error-foreground: #1a0a0a;
|
|
295
198
|
--color-success: #34d399;
|
|
@@ -298,23 +201,72 @@
|
|
|
298
201
|
--color-warning-foreground: #1a1206;
|
|
299
202
|
--color-info: #38bdf8;
|
|
300
203
|
--color-info-foreground: #061318;
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
--
|
|
304
|
-
|
|
305
|
-
--
|
|
306
|
-
|
|
307
|
-
--
|
|
308
|
-
|
|
309
|
-
--
|
|
310
|
-
|
|
204
|
+
--radius-none: 0px;
|
|
205
|
+
--radius-sm: 3px;
|
|
206
|
+
--radius-md: 4px;
|
|
207
|
+
--radius-lg: 6px;
|
|
208
|
+
--radius-xl: 8px;
|
|
209
|
+
--radius-full: 9999px;
|
|
210
|
+
--border-width: 1px;
|
|
211
|
+
--border-width-thin: 1px;
|
|
212
|
+
--border-width-thick: 2px;
|
|
213
|
+
--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
|
311
214
|
--font-weight-normal: 400;
|
|
312
215
|
--font-weight-medium: 500;
|
|
313
216
|
--font-weight-bold: 600;
|
|
314
217
|
--letter-spacing: -0.011em;
|
|
315
218
|
--line-height: 1.45;
|
|
316
|
-
|
|
317
|
-
|
|
219
|
+
--intent-numeric-family: var(--font-family-mono);
|
|
220
|
+
--icon-color: currentColor;
|
|
221
|
+
--transition-fast: 120ms;
|
|
222
|
+
--transition-normal: 180ms;
|
|
223
|
+
--transition-slow: 260ms;
|
|
224
|
+
--transition-timing: cubic-bezier(0.2, 0, 0, 1);
|
|
225
|
+
--hover-scale: 1;
|
|
226
|
+
--hover-translate-y: -1px;
|
|
227
|
+
--hover-translate-x: 0;
|
|
228
|
+
--active-scale: 0.99;
|
|
229
|
+
--active-translate-y: 0;
|
|
230
|
+
--focus-ring-width: 2px;
|
|
231
|
+
--focus-ring-offset: 2px;
|
|
232
|
+
--focus-ring-color: #22d3ee;
|
|
233
|
+
--shadow-none: none;
|
|
234
|
+
--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.4);
|
|
235
|
+
--shadow-main: 0 4px 14px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(34, 211, 238, 0.06);
|
|
236
|
+
--shadow-lg: 0 14px 34px rgba(0, 0, 0, 0.6), 0 0 26px rgba(34, 211, 238, 0.07);
|
|
237
|
+
--shadow-inner: inset 0 1px 2px rgba(0, 0, 0, 0.4);
|
|
238
|
+
--shadow-hover: 0 8px 22px rgba(0, 0, 0, 0.55), 0 0 18px rgba(34, 211, 238, 0.12);
|
|
239
|
+
--shadow-active: 0 1px 3px rgba(0, 0, 0, 0.45);
|
|
240
|
+
--space-0: 0px;
|
|
241
|
+
--space-1: 4px;
|
|
242
|
+
--space-2: 8px;
|
|
243
|
+
--space-3: 12px;
|
|
244
|
+
--space-4: 16px;
|
|
245
|
+
--space-5: 20px;
|
|
246
|
+
--space-6: 24px;
|
|
247
|
+
--space-7: 28px;
|
|
248
|
+
--space-8: 32px;
|
|
249
|
+
--space-9: 36px;
|
|
250
|
+
--space-10: 40px;
|
|
251
|
+
--space-11: 44px;
|
|
252
|
+
--space-12: 48px;
|
|
253
|
+
--button-height-sm: 26px;
|
|
254
|
+
--button-height-md: 30px;
|
|
255
|
+
--button-height-lg: 34px;
|
|
256
|
+
--input-height-sm: 26px;
|
|
257
|
+
--input-height-md: 30px;
|
|
258
|
+
--input-height-lg: 34px;
|
|
259
|
+
--row-height-compact: 30px;
|
|
260
|
+
--row-height-normal: 36px;
|
|
261
|
+
--row-height-spacious: 44px;
|
|
262
|
+
--card-padding-sm: 12px;
|
|
263
|
+
--card-padding-md: 16px;
|
|
264
|
+
--card-padding-lg: 20px;
|
|
265
|
+
--dialog-padding: 22px;
|
|
266
|
+
--section-gap: 28px;
|
|
267
|
+
--font-family-display: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
|
268
|
+
--font-family-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
|
269
|
+
--font-family-mono: "JetBrains Mono", "SFMono-Regular", ui-monospace, Menlo, Consolas, monospace;
|
|
318
270
|
--text-xs: 11px;
|
|
319
271
|
--leading-xs: 15px;
|
|
320
272
|
--text-sm: 13px;
|
|
@@ -335,8 +287,6 @@
|
|
|
335
287
|
--leading-display-1: 50px;
|
|
336
288
|
--text-display-2: 52px;
|
|
337
289
|
--leading-display-2: 62px;
|
|
338
|
-
|
|
339
|
-
/* Intent mapping — mono family only on numerics */
|
|
340
290
|
--intent-heading-major-size: var(--text-xl);
|
|
341
291
|
--intent-heading-major-weight: var(--font-weight-bold);
|
|
342
292
|
--intent-heading-major-leading: var(--leading-xl);
|
|
@@ -358,83 +308,26 @@
|
|
|
358
308
|
--intent-numeric-size: var(--text-sm);
|
|
359
309
|
--intent-numeric-weight: var(--font-weight-bold);
|
|
360
310
|
--intent-numeric-leading: var(--leading-sm);
|
|
361
|
-
--
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
--
|
|
365
|
-
--
|
|
366
|
-
--
|
|
367
|
-
--
|
|
368
|
-
--
|
|
369
|
-
--
|
|
370
|
-
--space-6: 24px;
|
|
371
|
-
--space-7: 28px;
|
|
372
|
-
--space-8: 32px;
|
|
373
|
-
--space-9: 36px;
|
|
374
|
-
--space-10: 40px;
|
|
375
|
-
--space-11: 44px;
|
|
376
|
-
--space-12: 48px;
|
|
377
|
-
|
|
378
|
-
--button-height-sm: 26px;
|
|
379
|
-
--button-height-md: 30px;
|
|
380
|
-
--button-height-lg: 34px;
|
|
381
|
-
--input-height-sm: 26px;
|
|
382
|
-
--input-height-md: 30px;
|
|
383
|
-
--input-height-lg: 34px;
|
|
384
|
-
--row-height-compact: 30px;
|
|
385
|
-
--row-height-normal: 36px;
|
|
386
|
-
--row-height-spacious: 44px;
|
|
387
|
-
|
|
388
|
-
--card-padding-sm: 12px;
|
|
389
|
-
--card-padding-md: 16px;
|
|
390
|
-
--card-padding-lg: 20px;
|
|
391
|
-
--dialog-padding: 22px;
|
|
392
|
-
--section-gap: 28px;
|
|
393
|
-
|
|
394
|
-
/* Iconography — clean outline (lucide) */
|
|
311
|
+
--duration-instant: 0ms;
|
|
312
|
+
--duration-fast: 120ms;
|
|
313
|
+
--duration-normal: 180ms;
|
|
314
|
+
--duration-slow: 260ms;
|
|
315
|
+
--duration-dramatic: 420ms;
|
|
316
|
+
--easing-linear: linear;
|
|
317
|
+
--easing-standard: cubic-bezier(0.2, 0, 0, 1);
|
|
318
|
+
--easing-emphasized: cubic-bezier(0.3, 0, 0, 1);
|
|
319
|
+
--easing-spring: cubic-bezier(0.34, 1.4, 0.64, 1);
|
|
395
320
|
--icon-family: lucide;
|
|
396
|
-
--icon-default-size: 15px;
|
|
397
321
|
--icon-stroke-width: 1.5;
|
|
398
|
-
--icon-
|
|
399
|
-
|
|
400
|
-
/* Elevation — per-layer mapping */
|
|
322
|
+
--icon-default-size: 15px;
|
|
401
323
|
--elevation-card: var(--shadow-sm);
|
|
402
324
|
--elevation-popover: var(--shadow-main);
|
|
403
325
|
--elevation-dialog: var(--shadow-lg);
|
|
404
326
|
--elevation-toast: var(--shadow-main);
|
|
405
|
-
|
|
406
|
-
/* Geometry — refined radius + hairline rhythm */
|
|
407
327
|
--radius-container: 6px;
|
|
408
328
|
--radius-interactive: 4px;
|
|
409
329
|
--radius-pill: 9999px;
|
|
410
330
|
--border-hairline: 1px;
|
|
411
331
|
--border-standard: 1px;
|
|
412
332
|
--border-heavy: 2px;
|
|
413
|
-
|
|
414
|
-
/* Motion — smooth emphasized-decel + subtle spring */
|
|
415
|
-
--transition-fast: 120ms;
|
|
416
|
-
--transition-normal: 180ms;
|
|
417
|
-
--transition-slow: 260ms;
|
|
418
|
-
--transition-timing: cubic-bezier(0.2, 0, 0, 1);
|
|
419
|
-
|
|
420
|
-
--duration-instant: 0ms;
|
|
421
|
-
--duration-fast: 120ms;
|
|
422
|
-
--duration-normal: 180ms;
|
|
423
|
-
--duration-slow: 260ms;
|
|
424
|
-
--duration-dramatic: 420ms;
|
|
425
|
-
--easing-linear: linear;
|
|
426
|
-
--easing-standard: cubic-bezier(0.2, 0, 0, 1);
|
|
427
|
-
--easing-emphasized: cubic-bezier(0.3, 0, 0, 1);
|
|
428
|
-
--easing-spring: cubic-bezier(0.34, 1.4, 0.64, 1);
|
|
429
|
-
|
|
430
|
-
/* Interaction — subtle lift */
|
|
431
|
-
--hover-scale: 1;
|
|
432
|
-
--hover-translate-y: -1px;
|
|
433
|
-
--hover-translate-x: 0;
|
|
434
|
-
--active-scale: 0.99;
|
|
435
|
-
--active-translate-y: 0;
|
|
436
|
-
|
|
437
|
-
--focus-ring-width: 2px;
|
|
438
|
-
--focus-ring-offset: 2px;
|
|
439
|
-
--focus-ring-color: #22d3ee;
|
|
440
333
|
}
|