@vegastack/design-tokens 0.1.0 → 0.2.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/base.css CHANGED
@@ -23,28 +23,51 @@
23
23
  clickables (a clickable table row, a label tied to a control) or non-pointer cursors
24
24
  (`cursor-text`, the select scroll-arrows) set a cursor of their own. */
25
25
  button,
26
- [role='button'],
27
- [role='tab'],
28
- [role='switch'],
29
- [role='checkbox'],
30
- [role='radio'],
31
- [role='menuitem'],
32
- [role='menuitemcheckbox'],
33
- [role='menuitemradio'],
34
- [role='option'],
26
+ [role="button"],
27
+ [role="tab"],
28
+ [role="switch"],
29
+ [role="checkbox"],
30
+ [role="radio"],
31
+ [role="menuitem"],
32
+ [role="menuitemcheckbox"],
33
+ [role="menuitemradio"],
34
+ [role="option"],
35
35
  summary {
36
36
  cursor: pointer;
37
+ /* Keep touch controls responsive without disabling page pan/pinch zoom.
38
+ Text-entry fields and document links stay untouched. */
39
+ touch-action: manipulation;
40
+ -webkit-tap-highlight-color: transparent;
37
41
  }
38
42
  /* Disabled controls opt out (those that don't already set `pointer-events-none` /
39
43
  `cursor-not-allowed`). Higher specificity than the element/role selectors above, so it wins;
40
44
  a component's own `disabled:cursor-not-allowed` lives in the later utilities layer and still wins. */
41
45
  :disabled,
42
- [aria-disabled='true'],
46
+ [aria-disabled="true"],
43
47
  [data-disabled] {
44
48
  cursor: default;
45
49
  }
46
50
  }
47
51
 
52
+ /* Preserve the focus contract when authored colors are replaced by a forced-colors palette. */
53
+ @media (forced-colors: active) {
54
+ :focus-visible {
55
+ outline-color: Highlight;
56
+ }
57
+
58
+ /* Composite text-entry surfaces (TextEdit) put their focus affordance on a WRAPPER via
59
+ `focus-within:border-ring/…` — a border TINT. The wrapper itself never matches
60
+ `:focus-visible` (the contenteditable inside it does), and forced-colors replaces
61
+ border-color outright, so in forced-colors mode that surface had NO visible focus indicator
62
+ at all. A real outline is the only affordance the forced palette preserves.
63
+ Simple fields (Input/Textarea/Select) need no equivalent: there the focused element IS the
64
+ control, so the `:focus-visible` rule above already covers them. */
65
+ [data-slot="text-edit"]:focus-within {
66
+ outline: 2px solid Highlight;
67
+ outline-offset: 1px;
68
+ }
69
+ }
70
+
48
71
  /* ───────────────────────────────────────────────────────────────────────────────────────────────
49
72
  * THE ONE SANCTIONED `!important` EXCEPTION (WCAG 2.1 — reduced-motion accessibility override).
50
73
  * Users who set `prefers-reduced-motion: reduce` MUST have animations/transitions neutralized even
package/dist/theme.css CHANGED
@@ -5,6 +5,7 @@
5
5
  */
6
6
 
7
7
  :root {
8
+ color-scheme: light;
8
9
  --background: oklch(0.994 0.002 75);
9
10
  --foreground: oklch(0.145 0.003 75);
10
11
  --card: oklch(0.985 0.003 75);
@@ -27,6 +28,7 @@
27
28
  --destructive-foreground: oklch(0.985 0.003 75);
28
29
  --destructive-subtle: oklch(0.949 0.022 24);
29
30
  --destructive-text: oklch(0.521 0.2 25);
31
+ --destructive-border: oklch(0.505 0.213 27.52); /** Invalid-state border ink, composited at --alpha-tint-border. A DEDICATED role because the fill hue cannot serve both: on the dark ground, destructive at 70% measures 1.92:1, far under the 3:1 WCAG 1.4.11 floor for a non-text UI indicator, and lightening `destructive` itself would drop destructive-foreground on the solid button below 4.5:1. Light keeps the fill hue (4.24:1); dark re-grounds to red.400 (4.00:1). */
30
32
  --success: oklch(0.5 0.16 150);
31
33
  --success-foreground: oklch(0.985 0.003 75);
32
34
  --success-subtle: oklch(0.951 0.051 150);
@@ -52,6 +54,36 @@
52
54
  --chart-7: oklch(0.6 0.127 104.2); /** Olive (hue 104) — reassigned from green.600, which collided with the brand phosphor hue (CX-9). */
53
55
  --chart-8: oklch(0.531 0.182 256);
54
56
  --brand: oklch(0.6 0.17 148); /** The phosphor-green brand accent, LIGHT half (theme-split per CX-9): marker roles ONLY (live/AI-state dot, sparkline endpoint, eyebrow highlight, terminal prompt glyph). 3.5:1 on card/background — meaningful glyphs pass WCAG 1.4.11. Never fills, borders-at-rest, headlines, or buttons. */
57
+ --tag-blue: oklch(0.6 0.16 256); /** Tag palette (Attio-teardown Wave 1): 10 chromatic hues x base/subtle/text mirroring the family/family-subtle/family-text shape. base = dots/accents (>=3:1 non-text vs background), subtle = chip fill, text = chip text (>=4.5:1 on subtle AND page). Neutral tags use muted/muted-foreground. AA-validated fail-closed in contrast-check.mjs. */
58
+ --tag-blue-subtle: oklch(0.955 0.02 256);
59
+ --tag-blue-text: oklch(0.51 0.15 256);
60
+ --tag-cyan: oklch(0.6 0.11 226);
61
+ --tag-cyan-subtle: oklch(0.955 0.028 226);
62
+ --tag-cyan-text: oklch(0.51 0.09 226);
63
+ --tag-green: oklch(0.6 0.16 150);
64
+ --tag-green-subtle: oklch(0.955 0.028 150);
65
+ --tag-green-text: oklch(0.51 0.14 150);
66
+ --tag-lime: oklch(0.6 0.13 117);
67
+ --tag-lime-subtle: oklch(0.955 0.028 117);
68
+ --tag-lime-text: oklch(0.51 0.11 117);
69
+ --tag-yellow: oklch(0.6 0.12 86);
70
+ --tag-yellow-subtle: oklch(0.955 0.028 86);
71
+ --tag-yellow-text: oklch(0.51 0.1 86);
72
+ --tag-orange: oklch(0.6 0.15 52);
73
+ --tag-orange-subtle: oklch(0.955 0.02 52);
74
+ --tag-orange-text: oklch(0.51 0.13 52);
75
+ --tag-red: oklch(0.6 0.16 25);
76
+ --tag-red-subtle: oklch(0.955 0.02 25);
77
+ --tag-red-text: oklch(0.51 0.15 25);
78
+ --tag-pink: oklch(0.6 0.16 356);
79
+ --tag-pink-subtle: oklch(0.955 0.02 356);
80
+ --tag-pink-text: oklch(0.51 0.15 356);
81
+ --tag-magenta: oklch(0.6 0.16 323);
82
+ --tag-magenta-subtle: oklch(0.955 0.028 323);
83
+ --tag-magenta-text: oklch(0.51 0.15 323);
84
+ --tag-purple: oklch(0.6 0.16 295);
85
+ --tag-purple-subtle: oklch(0.955 0.02 295);
86
+ --tag-purple-text: oklch(0.51 0.15 295);
55
87
  --sidebar: oklch(0.985 0.003 75);
56
88
  --sidebar-foreground: oklch(0.269 0.003 75);
57
89
  --sidebar-primary: oklch(0.145 0.003 75);
@@ -78,6 +110,8 @@
78
110
  --sidebar-width: 15rem; /** Expanded sidebar rail width (was a JS constant invisible to design-lint, register P2-13). */
79
111
  --sidebar-width-icon: 3rem; /** Collapsed icon-only rail width. */
80
112
  --shadow-overlay: 0 4px 14px -4px oklch(0.13 0.002 75 / 0.1), 0 2px 4px -2px oklch(0.13 0.002 75 / 0.06);
113
+ --shadow-lit: inset 0 1px 0 0 oklch(1 0 0 / 0.12), 0 1px 2px 0 oklch(0.13 0.002 75 / 0.18), 0 2px 6px -2px oklch(0.13 0.002 75 / 0.14); /** Wave 2 'lit' action finish (MK-approved amendment to flat-by-default): a 1px on-fill top-light + warm-ink ambient pair for PRIMARY actions only. Attio-calibrated, warm-adapted. Never on cards/surfaces — the flat elevation model stands everywhere else. */
114
+ --effect-blur-glass: 8px; /** Backdrop blur for the existing glass Button finish. Matches Tailwind v4's shipped blur-sm value while exposing the effect through a semantic contract. */
81
115
  --z-raised: 10; /** Local raise WITHIN a component's own stacking context (focused OTP slot / segmented item, floating label, bubble reactions, select scroll arrows). Never for portaled surfaces. */
82
116
  --z-overlay: 50; /** The single portal band: every portaled floating surface (dialog, sheet, popover, menu, select, tooltip, hover-card). Nesting resolves by DOM order — Base UI appends portals to <body>, so a Select inside a Dialog mounts later and stacks above within the same band. Toasts (sonner) are the documented exemption ABOVE this band (library-managed z; a toast must outrank a modal regardless of mount order). */
83
117
  --opacity-dim: 50%; /** Element opacity for disabled controls and dimmed affordances (outside-month days, decorative chevrons). */
@@ -137,6 +171,7 @@
137
171
  */
138
172
 
139
173
  .dark {
174
+ color-scheme: dark;
140
175
  --background: oklch(0.175 0.003 75);
141
176
  --foreground: oklch(0.922 0.003 75);
142
177
  --card: oklch(0.205 0.003 75);
@@ -157,6 +192,7 @@
157
192
  --accent-foreground: oklch(0.967 0.003 75);
158
193
  --destructive-subtle: oklch(0.275 0.07 25);
159
194
  --destructive-text: oklch(0.72 0.16 25);
195
+ --destructive-border: oklch(0.72 0.16 25); /** Dark-ground invalid-state border ink. red.400 at --alpha-tint-border measures 4.00:1 on background and 3.86:1 on card, clearing the 3:1 WCAG 1.4.11 floor the shared destructive fill misses (1.92:1). */
160
196
  --success-subtle: oklch(0.276 0.061 150);
161
197
  --success-text: oklch(0.72 0.17 150);
162
198
  --warning-subtle: oklch(0.28 0.069 42);
@@ -175,6 +211,36 @@
175
211
  --chart-6: oklch(0.69 0.21 25);
176
212
  --chart-7: oklch(0.72 0.15 103.9);
177
213
  --chart-8: oklch(0.72 0.13 256);
214
+ --tag-blue: oklch(0.72 0.14 256);
215
+ --tag-blue-subtle: oklch(0.275 0.05 256);
216
+ --tag-blue-text: oklch(0.75 0.13 256);
217
+ --tag-cyan: oklch(0.72 0.13 226);
218
+ --tag-cyan-subtle: oklch(0.275 0.05 226);
219
+ --tag-cyan-text: oklch(0.75 0.13 226);
220
+ --tag-green: oklch(0.72 0.15 150);
221
+ --tag-green-subtle: oklch(0.275 0.05 150);
222
+ --tag-green-text: oklch(0.75 0.13 150);
223
+ --tag-lime: oklch(0.72 0.15 117);
224
+ --tag-lime-subtle: oklch(0.275 0.05 117);
225
+ --tag-lime-text: oklch(0.75 0.13 117);
226
+ --tag-yellow: oklch(0.72 0.14 86);
227
+ --tag-yellow-subtle: oklch(0.275 0.05 86);
228
+ --tag-yellow-text: oklch(0.75 0.13 86);
229
+ --tag-orange: oklch(0.72 0.15 52);
230
+ --tag-orange-subtle: oklch(0.275 0.05 52);
231
+ --tag-orange-text: oklch(0.75 0.13 52);
232
+ --tag-red: oklch(0.72 0.15 25);
233
+ --tag-red-subtle: oklch(0.275 0.05 25);
234
+ --tag-red-text: oklch(0.75 0.13 25);
235
+ --tag-pink: oklch(0.72 0.15 356);
236
+ --tag-pink-subtle: oklch(0.275 0.05 356);
237
+ --tag-pink-text: oklch(0.75 0.13 356);
238
+ --tag-magenta: oklch(0.72 0.15 323);
239
+ --tag-magenta-subtle: oklch(0.275 0.05 323);
240
+ --tag-magenta-text: oklch(0.75 0.13 323);
241
+ --tag-purple: oklch(0.72 0.15 295);
242
+ --tag-purple-subtle: oklch(0.275 0.05 295);
243
+ --tag-purple-text: oklch(0.75 0.13 295);
178
244
  --sidebar: oklch(0.145 0.003 75);
179
245
  --sidebar-foreground: oklch(0.87 0.003 75);
180
246
  --sidebar-primary: oklch(0.922 0.003 75);
@@ -186,6 +252,102 @@
186
252
  --brand: oklch(0.86 0.21 148); /** The phosphor-green brand accent, DARK half — MK's pick (13.3:1 on the dark canvas). Marker roles only. */
187
253
  --alpha-soft-hover: 30%; /** Dark half of the theme-split soft-surface hover wash. */
188
254
  --alpha-soft-surface: 20%; /** Dark half of the theme-split soft-surface resting wash. */
255
+ --shadow-overlay: 0 8px 28px -6px oklch(0 0 0 / 0.48), 0 2px 8px -2px oklch(0 0 0 / 0.4); /** DARK overlay shadow, strengthened (Wave 1 — Attio-calibrated): the old single 24px layer was near-invisible on the dark canvas; this two-layer ramp restores the floating cue while staying below Attio's 88px maximal ramp. */
256
+ --shadow-lit: inset 0 1px 0 0 oklch(1 0 0 / 0.35), 0 2px 6px -2px oklch(0 0 0 / 0.5);
257
+ --destructive-subtle-hover: oklch(0.34 0.123 26.3); /** DERIVED: destructive fill @30% composited over destructive-subtle (soft-hover surface, AA-gated against destructive-text). */
258
+ --success-subtle-hover: oklch(0.348 0.092 148.9); /** DERIVED: success fill @30% composited over success-subtle (soft-hover surface, AA-gated against success-text). */
259
+ --warning-subtle-hover: oklch(0.356 0.093 46.6); /** DERIVED: warning fill @30% composited over warning-subtle (soft-hover surface, AA-gated against warning-text). */
260
+ --info-subtle-hover: oklch(0.354 0.101 254.3); /** DERIVED: info fill @30% composited over info-subtle (soft-hover surface, AA-gated against info-text). */
261
+ }
262
+
263
+ /**
264
+ * Do not edit directly, this file was auto-generated.
265
+ */
266
+
267
+ .vs-marketing {
268
+ color-scheme: dark;
269
+ --background: oklch(0.175 0.003 75);
270
+ --foreground: oklch(0.922 0.003 75);
271
+ --card: oklch(0.205 0.003 75);
272
+ --card-foreground: oklch(0.922 0.003 75);
273
+ --popover: oklch(0.205 0.003 75);
274
+ --popover-foreground: oklch(0.922 0.003 75);
275
+ --primary: oklch(0.922 0.003 75);
276
+ --primary-foreground: oklch(0.145 0.003 75);
277
+ --primary-hover: oklch(0.97 0.003 75);
278
+ --primary-active: oklch(0.994 0.002 75);
279
+ --track: oklch(0.439 0.003 75);
280
+ --secondary: oklch(0.269 0.003 75);
281
+ --secondary-foreground: oklch(0.922 0.003 75);
282
+ --muted: oklch(0.269 0.003 75);
283
+ --muted-foreground: oklch(0.66 0.003 75);
284
+ --muted-foreground-faint: oklch(0.559 0.003 75);
285
+ --accent: oklch(0.269 0.003 75);
286
+ --accent-foreground: oklch(0.967 0.003 75);
287
+ --destructive-subtle: oklch(0.275 0.07 25);
288
+ --destructive-text: oklch(0.72 0.16 25);
289
+ --destructive-border: oklch(0.72 0.16 25); /** Dark-ground invalid-state border ink. red.400 at --alpha-tint-border measures 4.00:1 on background and 3.86:1 on card, clearing the 3:1 WCAG 1.4.11 floor the shared destructive fill misses (1.92:1). */
290
+ --success-subtle: oklch(0.276 0.061 150);
291
+ --success-text: oklch(0.72 0.17 150);
292
+ --warning-subtle: oklch(0.28 0.069 42);
293
+ --warning-text: oklch(0.769 0.188 70.08);
294
+ --info-subtle: oklch(0.275 0.059 255);
295
+ --info-text: oklch(0.72 0.13 256);
296
+ --overlay: oklch(0 0 0 / 0.55);
297
+ --border: oklch(0.269 0.003 75);
298
+ --input: oklch(0.269 0.003 75);
299
+ --ring: oklch(0.922 0.003 75);
300
+ --chart-1: oklch(0.623 0.214 259.81);
301
+ --chart-2: oklch(0.696 0.17 162.48);
302
+ --chart-3: oklch(0.769 0.188 70.08);
303
+ --chart-4: oklch(0.75 0.183 55.93);
304
+ --chart-5: oklch(0.645 0.246 16.44);
305
+ --chart-6: oklch(0.69 0.21 25);
306
+ --chart-7: oklch(0.72 0.15 103.9);
307
+ --chart-8: oklch(0.72 0.13 256);
308
+ --tag-blue: oklch(0.72 0.14 256);
309
+ --tag-blue-subtle: oklch(0.275 0.05 256);
310
+ --tag-blue-text: oklch(0.75 0.13 256);
311
+ --tag-cyan: oklch(0.72 0.13 226);
312
+ --tag-cyan-subtle: oklch(0.275 0.05 226);
313
+ --tag-cyan-text: oklch(0.75 0.13 226);
314
+ --tag-green: oklch(0.72 0.15 150);
315
+ --tag-green-subtle: oklch(0.275 0.05 150);
316
+ --tag-green-text: oklch(0.75 0.13 150);
317
+ --tag-lime: oklch(0.72 0.15 117);
318
+ --tag-lime-subtle: oklch(0.275 0.05 117);
319
+ --tag-lime-text: oklch(0.75 0.13 117);
320
+ --tag-yellow: oklch(0.72 0.14 86);
321
+ --tag-yellow-subtle: oklch(0.275 0.05 86);
322
+ --tag-yellow-text: oklch(0.75 0.13 86);
323
+ --tag-orange: oklch(0.72 0.15 52);
324
+ --tag-orange-subtle: oklch(0.275 0.05 52);
325
+ --tag-orange-text: oklch(0.75 0.13 52);
326
+ --tag-red: oklch(0.72 0.15 25);
327
+ --tag-red-subtle: oklch(0.275 0.05 25);
328
+ --tag-red-text: oklch(0.75 0.13 25);
329
+ --tag-pink: oklch(0.72 0.15 356);
330
+ --tag-pink-subtle: oklch(0.275 0.05 356);
331
+ --tag-pink-text: oklch(0.75 0.13 356);
332
+ --tag-magenta: oklch(0.72 0.15 323);
333
+ --tag-magenta-subtle: oklch(0.275 0.05 323);
334
+ --tag-magenta-text: oklch(0.75 0.13 323);
335
+ --tag-purple: oklch(0.72 0.15 295);
336
+ --tag-purple-subtle: oklch(0.275 0.05 295);
337
+ --tag-purple-text: oklch(0.75 0.13 295);
338
+ --sidebar: oklch(0.145 0.003 75);
339
+ --sidebar-foreground: oklch(0.87 0.003 75);
340
+ --sidebar-primary: oklch(0.922 0.003 75);
341
+ --sidebar-primary-foreground: oklch(0.145 0.003 75);
342
+ --sidebar-accent: oklch(0.205 0.003 75);
343
+ --sidebar-accent-foreground: oklch(0.922 0.003 75);
344
+ --sidebar-border: oklch(0.269 0.003 75);
345
+ --sidebar-ring: oklch(0.922 0.003 75);
346
+ --brand: oklch(0.86 0.21 148); /** The phosphor-green brand accent, DARK half — MK's pick (13.3:1 on the dark canvas). Marker roles only. */
347
+ --alpha-soft-hover: 30%; /** Dark half of the theme-split soft-surface hover wash. */
348
+ --alpha-soft-surface: 20%; /** Dark half of the theme-split soft-surface resting wash. */
349
+ --shadow-overlay: 0 8px 28px -6px oklch(0 0 0 / 0.48), 0 2px 8px -2px oklch(0 0 0 / 0.4); /** DARK overlay shadow, strengthened (Wave 1 — Attio-calibrated): the old single 24px layer was near-invisible on the dark canvas; this two-layer ramp restores the floating cue while staying below Attio's 88px maximal ramp. */
350
+ --shadow-lit: inset 0 1px 0 0 oklch(1 0 0 / 0.35), 0 2px 6px -2px oklch(0 0 0 / 0.5);
189
351
  --destructive-subtle-hover: oklch(0.34 0.123 26.3); /** DERIVED: destructive fill @30% composited over destructive-subtle (soft-hover surface, AA-gated against destructive-text). */
190
352
  --success-subtle-hover: oklch(0.348 0.092 148.9); /** DERIVED: success fill @30% composited over success-subtle (soft-hover surface, AA-gated against success-text). */
191
353
  --warning-subtle-hover: oklch(0.356 0.093 46.6); /** DERIVED: warning fill @30% composited over warning-subtle (soft-hover surface, AA-gated against warning-text). */
@@ -261,6 +423,7 @@
261
423
  --color-destructive-foreground: var(--destructive-foreground);
262
424
  --color-destructive-subtle: var(--destructive-subtle);
263
425
  --color-destructive-text: var(--destructive-text);
426
+ --color-destructive-border: var(--destructive-border);
264
427
  --color-success: var(--success);
265
428
  --color-success-foreground: var(--success-foreground);
266
429
  --color-success-subtle: var(--success-subtle);
@@ -286,6 +449,36 @@
286
449
  --color-chart-7: var(--chart-7);
287
450
  --color-chart-8: var(--chart-8);
288
451
  --color-brand: var(--brand);
452
+ --color-tag-blue: var(--tag-blue);
453
+ --color-tag-blue-subtle: var(--tag-blue-subtle);
454
+ --color-tag-blue-text: var(--tag-blue-text);
455
+ --color-tag-cyan: var(--tag-cyan);
456
+ --color-tag-cyan-subtle: var(--tag-cyan-subtle);
457
+ --color-tag-cyan-text: var(--tag-cyan-text);
458
+ --color-tag-green: var(--tag-green);
459
+ --color-tag-green-subtle: var(--tag-green-subtle);
460
+ --color-tag-green-text: var(--tag-green-text);
461
+ --color-tag-lime: var(--tag-lime);
462
+ --color-tag-lime-subtle: var(--tag-lime-subtle);
463
+ --color-tag-lime-text: var(--tag-lime-text);
464
+ --color-tag-yellow: var(--tag-yellow);
465
+ --color-tag-yellow-subtle: var(--tag-yellow-subtle);
466
+ --color-tag-yellow-text: var(--tag-yellow-text);
467
+ --color-tag-orange: var(--tag-orange);
468
+ --color-tag-orange-subtle: var(--tag-orange-subtle);
469
+ --color-tag-orange-text: var(--tag-orange-text);
470
+ --color-tag-red: var(--tag-red);
471
+ --color-tag-red-subtle: var(--tag-red-subtle);
472
+ --color-tag-red-text: var(--tag-red-text);
473
+ --color-tag-pink: var(--tag-pink);
474
+ --color-tag-pink-subtle: var(--tag-pink-subtle);
475
+ --color-tag-pink-text: var(--tag-pink-text);
476
+ --color-tag-magenta: var(--tag-magenta);
477
+ --color-tag-magenta-subtle: var(--tag-magenta-subtle);
478
+ --color-tag-magenta-text: var(--tag-magenta-text);
479
+ --color-tag-purple: var(--tag-purple);
480
+ --color-tag-purple-subtle: var(--tag-purple-subtle);
481
+ --color-tag-purple-text: var(--tag-purple-text);
289
482
  --color-sidebar: var(--sidebar);
290
483
  --color-sidebar-foreground: var(--sidebar-foreground);
291
484
  --color-sidebar-primary: var(--sidebar-primary);
@@ -327,6 +520,7 @@
327
520
  --radius-md: var(--radius-md);
328
521
  --radius-lg: var(--radius-lg);
329
522
  --shadow-overlay: var(--shadow-overlay);
523
+ --blur-glass: var(--effect-blur-glass);
330
524
  --text-display-sm: 2rem;
331
525
  --text-display-sm--line-height: 2.25rem;
332
526
  --text-display-sm--font-weight: 400;
@@ -361,9 +555,15 @@
361
555
  --text-label: 0.875rem;
362
556
  --text-label--line-height: 1.25rem;
363
557
  --text-label--font-weight: 500;
558
+ --text-label--letter-spacing: -0.01em;
559
+ --text-strong: 0.875rem;
560
+ --text-strong--line-height: 1.25rem;
561
+ --text-strong--font-weight: 600;
562
+ --text-strong--letter-spacing: -0.01em;
364
563
  --text-label-sm: 0.75rem;
365
564
  --text-label-sm--line-height: 1rem;
366
565
  --text-label-sm--font-weight: 500;
566
+ --text-label-sm--letter-spacing: -0.01em;
367
567
  --text-code: 0.8125rem;
368
568
  --text-code--line-height: 1.25rem;
369
569
  --text-code--font-weight: 400;