@taprootio/espalier 4.1.0 → 4.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.
@@ -2,873 +2,2020 @@
2
2
  "version": 1.1,
3
3
  "properties": [
4
4
  {
5
- "name": "--esp-scheme",
6
- "description": "The active color scheme \"light\" or \"dark\"."
5
+ "name": "--esp-action-menu-background",
6
+ "description": "Menu surface background. Defaults to `var(--esp-color-layer-1)`."
7
7
  },
8
8
  {
9
- "name": "--esp-seed-color",
10
- "description": "The OKLCH seed color string that drives the entire palette."
9
+ "name": "--esp-action-menu-border",
10
+ "description": "Menu border. Defaults to `1px solid var(--esp-color-border)`."
11
+ },
12
+ {
13
+ "name": "--esp-action-menu-item-focus-shadow",
14
+ "description": "Focus ring applied to keyboard-focused items. Defaults to `0 0 0 2px var(--esp-color-link)`."
15
+ },
16
+ {
17
+ "name": "--esp-action-menu-item-gap",
18
+ "description": "Space between the optional icon and label. Defaults to `var(--esp-size-tiny)`."
19
+ },
20
+ {
21
+ "name": "--esp-action-menu-item-hover-background",
22
+ "description": "Background used when an enabled item is hovered or focused. Defaults to `var(--esp-color-layer-2)`."
23
+ },
24
+ {
25
+ "name": "--esp-action-menu-item-icon-background",
26
+ "description": "Background used behind right-positioned icons. Defaults to `var(--esp-color-layer-2)`."
27
+ },
28
+ {
29
+ "name": "--esp-action-menu-item-icon-border-color",
30
+ "description": "Divider color used before right-positioned icons. Defaults to `var(--esp-color-border)`."
31
+ },
32
+ {
33
+ "name": "--esp-action-menu-item-icon-hover-background",
34
+ "description": "Background used behind right-positioned icons when an enabled item is hovered or focused. Defaults to `var(--esp-color-layer-3)`."
35
+ },
36
+ {
37
+ "name": "--esp-action-menu-item-padding",
38
+ "description": "Padding inside each menu item. Defaults to `var(--esp-size-tiny) var(--esp-size-small)`."
39
+ },
40
+ {
41
+ "name": "--esp-action-menu-min-width",
42
+ "description": "Minimum menu width. Defaults to `12rem`."
43
+ },
44
+ {
45
+ "name": "--esp-action-menu-shadow",
46
+ "description": "Menu shadow. Defaults to `2px 2px 4px var(--esp-color-shadow)`."
47
+ },
48
+ {
49
+ "name": "--esp-avatar-border-radius",
50
+ "description": "Border radius of the image and initials fallback. Defaults to `50%`."
51
+ },
52
+ {
53
+ "name": "--esp-avatar-size",
54
+ "description": "Width and height of the avatar. Automatically set by the `size` attribute."
55
+ },
56
+ {
57
+ "name": "--esp-badge-border-radius",
58
+ "description": "Border radius of the badge shell. Defaults to `999px`."
59
+ },
60
+ {
61
+ "name": "--esp-box-background",
62
+ "description": "Adds a layer in the background of the box. Intended for background images or gradients."
63
+ },
64
+ {
65
+ "name": "--esp-box-background-image",
66
+ "description": ""
67
+ },
68
+ {
69
+ "name": "--esp-box-background-image-opacity",
70
+ "description": ""
71
+ },
72
+ {
73
+ "name": "--esp-box-background-opacity",
74
+ "description": "The opacity of the background layer."
75
+ },
76
+ {
77
+ "name": "--esp-box-shadow",
78
+ "description": "The box's drop shadow. Defaults to the theme's `--esp-shadow-1` elevation."
79
+ },
80
+ {
81
+ "name": "--esp-breadcrumb-color",
82
+ "description": "The text color of the breadcrumb link."
83
+ },
84
+ {
85
+ "name": "--esp-breadcrumb-hover-color",
86
+ "description": "The text color on hover."
87
+ },
88
+ {
89
+ "name": "--esp-breadcrumb-separator-color",
90
+ "description": "Set the color of the separator. It defaults to the semantic heading color so navigation structure stays visible in light and dark themes."
91
+ },
92
+ {
93
+ "name": "--esp-button-group-divider",
94
+ "description": "The border style between grouped buttons. Defaults to `1px dotted var(--esp-color-border)`."
95
+ },
96
+ {
97
+ "name": "--esp-button-incognito-padding",
98
+ "description": "The padding for the incognito button style."
99
+ },
100
+ {
101
+ "name": "--esp-button-padding",
102
+ "description": "The padding inside the button label and icon areas."
103
+ },
104
+ {
105
+ "name": "--esp-card-min",
106
+ "description": ""
107
+ },
108
+ {
109
+ "name": "--esp-checkbox-focus-shadow",
110
+ "description": "The color of the focus ring shadow. Defaults to `var(--esp-color-shadow)`."
111
+ },
112
+ {
113
+ "name": "--esp-checkbox-icon-color",
114
+ "description": "The stroke color of the checkbox icon. Defaults to `var(--esp-color-text)`."
115
+ },
116
+ {
117
+ "name": "--esp-checkbox-size",
118
+ "description": "The width and height of the checkbox icon. Defaults to `var(--esp-size-normal-to-medium)`."
119
+ },
120
+ {
121
+ "name": "--esp-color-action-background",
122
+ "description": ""
123
+ },
124
+ {
125
+ "name": "--esp-color-action-text",
126
+ "description": ""
127
+ },
128
+ {
129
+ "name": "--esp-color-analogous-left",
130
+ "description": ""
131
+ },
132
+ {
133
+ "name": "--esp-color-analogous-right",
134
+ "description": ""
135
+ },
136
+ {
137
+ "name": "--esp-color-background",
138
+ "description": ""
139
+ },
140
+ {
141
+ "name": "--esp-color-border",
142
+ "description": ""
143
+ },
144
+ {
145
+ "name": "--esp-color-box-background",
146
+ "description": "The background color of the box."
147
+ },
148
+ {
149
+ "name": "--esp-color-burger",
150
+ "description": "The color of the burger lines when closed."
151
+ },
152
+ {
153
+ "name": "--esp-color-burger-hover",
154
+ "description": "The hover color of the burger lines when closed."
155
+ },
156
+ {
157
+ "name": "--esp-color-burger-opened",
158
+ "description": "The color of the burger lines when open."
159
+ },
160
+ {
161
+ "name": "--esp-color-burger-opened-hover",
162
+ "description": "The hover color of the burger lines when open."
163
+ },
164
+ {
165
+ "name": "--esp-color-complementary",
166
+ "description": ""
167
+ },
168
+ {
169
+ "name": "--esp-color-danger",
170
+ "description": ""
171
+ },
172
+ {
173
+ "name": "--esp-color-danger-text",
174
+ "description": ""
175
+ },
176
+ {
177
+ "name": "--esp-color-dialog-bg",
178
+ "description": "The background color of the dialog overlay."
179
+ },
180
+ {
181
+ "name": "--esp-color-headings",
182
+ "description": ""
183
+ },
184
+ {
185
+ "name": "--esp-color-headings-hover",
186
+ "description": ""
187
+ },
188
+ {
189
+ "name": "--esp-color-info",
190
+ "description": ""
191
+ },
192
+ {
193
+ "name": "--esp-color-input-caret",
194
+ "description": ""
195
+ },
196
+ {
197
+ "name": "--esp-color-input-selection",
198
+ "description": ""
199
+ },
200
+ {
201
+ "name": "--esp-color-input-selection-bg",
202
+ "description": ""
203
+ },
204
+ {
205
+ "name": "--esp-color-layer-1",
206
+ "description": ""
207
+ },
208
+ {
209
+ "name": "--esp-color-layer-2",
210
+ "description": ""
211
+ },
212
+ {
213
+ "name": "--esp-color-layer-3",
214
+ "description": ""
215
+ },
216
+ {
217
+ "name": "--esp-color-layer-4",
218
+ "description": ""
219
+ },
220
+ {
221
+ "name": "--esp-color-link",
222
+ "description": ""
223
+ },
224
+ {
225
+ "name": "--esp-color-link-hover",
226
+ "description": ""
227
+ },
228
+ {
229
+ "name": "--esp-color-link-hover-bg",
230
+ "description": ""
231
+ },
232
+ {
233
+ "name": "--esp-color-picker-bg",
234
+ "description": "The background color of the picker menu items."
235
+ },
236
+ {
237
+ "name": "--esp-color-picker-bg-alt",
238
+ "description": "The alternate background color for picker menu items."
239
+ },
240
+ {
241
+ "name": "--esp-color-picker-bg-alt-hover",
242
+ "description": "The hover background color of alternating picker menu items."
243
+ },
244
+ {
245
+ "name": "--esp-color-picker-bg-hover",
246
+ "description": "The hover background color of regular picker menu items."
247
+ },
248
+ {
249
+ "name": "--esp-color-primary",
250
+ "description": ""
11
251
  },
12
252
  {
13
253
  "name": "--esp-color-series-1",
14
254
  "description": "First categorical data-series color."
15
255
  },
256
+ {
257
+ "name": "--esp-color-series-1-ink",
258
+ "description": "First series pushed to the text contrast tier against the local background (best-contrast pole when a mid-lightness surface makes the tier unreachable)."
259
+ },
260
+ {
261
+ "name": "--esp-color-series-1-tint",
262
+ "description": "First series tinted over the local background (12% identity in OKLab) for grounds behind ordinary text; theme zones re-emit it against their own canvas."
263
+ },
264
+ {
265
+ "name": "--esp-color-series-1-wash",
266
+ "description": "First series washed toward the local background (75% identity in OKLab) for large fills; theme zones re-emit it against their own canvas."
267
+ },
16
268
  {
17
269
  "name": "--esp-color-series-2",
18
270
  "description": "Second categorical data-series color."
19
271
  },
272
+ {
273
+ "name": "--esp-color-series-2-ink",
274
+ "description": "Second series pushed to the text contrast tier against the local background (best-contrast pole when a mid-lightness surface makes the tier unreachable)."
275
+ },
276
+ {
277
+ "name": "--esp-color-series-2-tint",
278
+ "description": "Second series tinted over the local background (12% identity in OKLab) for grounds behind ordinary text; theme zones re-emit it against their own canvas."
279
+ },
280
+ {
281
+ "name": "--esp-color-series-2-wash",
282
+ "description": "Second series washed toward the local background (75% identity in OKLab) for large fills; theme zones re-emit it against their own canvas."
283
+ },
20
284
  {
21
285
  "name": "--esp-color-series-3",
22
286
  "description": "Third categorical data-series color."
23
287
  },
288
+ {
289
+ "name": "--esp-color-series-3-ink",
290
+ "description": "Third series pushed to the text contrast tier against the local background (best-contrast pole when a mid-lightness surface makes the tier unreachable)."
291
+ },
292
+ {
293
+ "name": "--esp-color-series-3-tint",
294
+ "description": "Third series tinted over the local background (12% identity in OKLab) for grounds behind ordinary text; theme zones re-emit it against their own canvas."
295
+ },
296
+ {
297
+ "name": "--esp-color-series-3-wash",
298
+ "description": "Third series washed toward the local background (75% identity in OKLab) for large fills; theme zones re-emit it against their own canvas."
299
+ },
24
300
  {
25
301
  "name": "--esp-color-series-4",
26
302
  "description": "Fourth categorical data-series color."
27
303
  },
304
+ {
305
+ "name": "--esp-color-series-4-ink",
306
+ "description": "Fourth series pushed to the text contrast tier against the local background (best-contrast pole when a mid-lightness surface makes the tier unreachable)."
307
+ },
308
+ {
309
+ "name": "--esp-color-series-4-tint",
310
+ "description": "Fourth series tinted over the local background (12% identity in OKLab) for grounds behind ordinary text; theme zones re-emit it against their own canvas."
311
+ },
312
+ {
313
+ "name": "--esp-color-series-4-wash",
314
+ "description": "Fourth series washed toward the local background (75% identity in OKLab) for large fills; theme zones re-emit it against their own canvas."
315
+ },
28
316
  {
29
317
  "name": "--esp-color-series-5",
30
318
  "description": "Fifth categorical data-series color."
31
319
  },
320
+ {
321
+ "name": "--esp-color-series-5-ink",
322
+ "description": "Fifth series pushed to the text contrast tier against the local background (best-contrast pole when a mid-lightness surface makes the tier unreachable)."
323
+ },
324
+ {
325
+ "name": "--esp-color-series-5-tint",
326
+ "description": "Fifth series tinted over the local background (12% identity in OKLab) for grounds behind ordinary text; theme zones re-emit it against their own canvas."
327
+ },
328
+ {
329
+ "name": "--esp-color-series-5-wash",
330
+ "description": "Fifth series washed toward the local background (75% identity in OKLab) for large fills; theme zones re-emit it against their own canvas."
331
+ },
32
332
  {
33
333
  "name": "--esp-color-series-6",
34
334
  "description": "Sixth categorical data-series color."
35
335
  },
336
+ {
337
+ "name": "--esp-color-series-6-ink",
338
+ "description": "Sixth series pushed to the text contrast tier against the local background (best-contrast pole when a mid-lightness surface makes the tier unreachable)."
339
+ },
340
+ {
341
+ "name": "--esp-color-series-6-tint",
342
+ "description": "Sixth series tinted over the local background (12% identity in OKLab) for grounds behind ordinary text; theme zones re-emit it against their own canvas."
343
+ },
344
+ {
345
+ "name": "--esp-color-series-6-wash",
346
+ "description": "Sixth series washed toward the local background (75% identity in OKLab) for large fills; theme zones re-emit it against their own canvas."
347
+ },
36
348
  {
37
349
  "name": "--esp-color-series-7",
38
350
  "description": "Seventh categorical data-series color."
39
351
  },
352
+ {
353
+ "name": "--esp-color-series-7-ink",
354
+ "description": "Seventh series pushed to the text contrast tier against the local background (best-contrast pole when a mid-lightness surface makes the tier unreachable)."
355
+ },
356
+ {
357
+ "name": "--esp-color-series-7-tint",
358
+ "description": "Seventh series tinted over the local background (12% identity in OKLab) for grounds behind ordinary text; theme zones re-emit it against their own canvas."
359
+ },
360
+ {
361
+ "name": "--esp-color-series-7-wash",
362
+ "description": "Seventh series washed toward the local background (75% identity in OKLab) for large fills; theme zones re-emit it against their own canvas."
363
+ },
40
364
  {
41
365
  "name": "--esp-color-series-8",
42
366
  "description": "Eighth categorical data-series color."
43
367
  },
44
-
45
368
  {
46
- "name": "--esp-color-primary",
47
- "description": "The seed color, gamut-mapped to sRGB."
369
+ "name": "--esp-color-series-8-ink",
370
+ "description": "Eighth series pushed to the text contrast tier against the local background (best-contrast pole when a mid-lightness surface makes the tier unreachable)."
48
371
  },
49
372
  {
50
- "name": "--esp-color-analogous-left",
51
- "description": "Analogous variant (seed hue minus the analogous angle)."
373
+ "name": "--esp-color-series-8-tint",
374
+ "description": "Eighth series tinted over the local background (12% identity in OKLab) for grounds behind ordinary text; theme zones re-emit it against their own canvas."
52
375
  },
53
376
  {
54
- "name": "--esp-color-analogous-right",
55
- "description": "Analogous variant (seed hue plus the analogous angle)."
377
+ "name": "--esp-color-series-8-wash",
378
+ "description": "Eighth series washed toward the local background (75% identity in OKLab) for large fills; theme zones re-emit it against their own canvas."
56
379
  },
57
380
  {
58
- "name": "--esp-color-complementary",
59
- "description": "Complementary variant (seed hue plus 180°)."
381
+ "name": "--esp-color-shadow",
382
+ "description": ""
383
+ },
384
+ {
385
+ "name": "--esp-color-split-complementary-left",
386
+ "description": ""
387
+ },
388
+ {
389
+ "name": "--esp-color-split-complementary-right",
390
+ "description": ""
391
+ },
392
+ {
393
+ "name": "--esp-color-success",
394
+ "description": ""
395
+ },
396
+ {
397
+ "name": "--esp-color-text",
398
+ "description": ""
399
+ },
400
+ {
401
+ "name": "--esp-color-triadic-left",
402
+ "description": ""
403
+ },
404
+ {
405
+ "name": "--esp-color-triadic-right",
406
+ "description": ""
407
+ },
408
+ {
409
+ "name": "--esp-color-type-caption",
410
+ "description": "Caption ink enforced to Lc 90 against the local background."
411
+ },
412
+ {
413
+ "name": "--esp-color-type-label",
414
+ "description": "Label ink enforced to Lc 75 against the local background."
415
+ },
416
+ {
417
+ "name": "--esp-color-type-lead",
418
+ "description": "Lead-paragraph ink enforced to Lc 75 against the local background."
419
+ },
420
+ {
421
+ "name": "--esp-color-type-overline",
422
+ "description": "Overline ink enforced to Lc 90 against the local background."
423
+ },
424
+ {
425
+ "name": "--esp-color-warning",
426
+ "description": ""
427
+ },
428
+ {
429
+ "name": "--esp-details-color-background",
430
+ "description": "The background color."
431
+ },
432
+ {
433
+ "name": "--esp-details-color-border",
434
+ "description": "The border color."
435
+ },
436
+ {
437
+ "name": "--esp-details-color-indicator",
438
+ "description": "The color of the open/close indicator."
439
+ },
440
+ {
441
+ "name": "--esp-details-color-summary-background",
442
+ "description": "The summary row background color."
443
+ },
444
+ {
445
+ "name": "--esp-details-color-summary-background-active",
446
+ "description": "The summary row background when the details element is open."
447
+ },
448
+ {
449
+ "name": "--esp-details-color-summary-hover-background",
450
+ "description": "The summary row background on hover."
451
+ },
452
+ {
453
+ "name": "--esp-details-group-color-border",
454
+ "description": "The border color of the group container."
455
+ },
456
+ {
457
+ "name": "--esp-details-size-padding",
458
+ "description": "The padding inside the content area and summary row."
459
+ },
460
+ {
461
+ "name": "--esp-dialog-bg-opacity",
462
+ "description": "The opacity of the dialog overlay background."
463
+ },
464
+ {
465
+ "name": "--esp-field-background",
466
+ "description": "Background color of the shared field shell. Defaults to `var(--esp-color-layer-2)`."
467
+ },
468
+ {
469
+ "name": "--esp-field-border-color",
470
+ "description": "Border color of the shared field shell. Defaults to `var(--esp-color-border)`."
471
+ },
472
+ {
473
+ "name": "--esp-field-border-width",
474
+ "description": "Border width of the shared field shell. Defaults to `1px`."
475
+ },
476
+ {
477
+ "name": "--esp-field-focus-bg",
478
+ "description": "Focus background color of the shared field shell. Derived from `--esp-field-background`."
479
+ },
480
+ {
481
+ "name": "--esp-field-focus-shadow",
482
+ "description": "Shadow color used for shared field focus treatment. Defaults to `var(--esp-color-shadow)`."
483
+ },
484
+ {
485
+ "name": "--esp-field-hover-bg",
486
+ "description": "Hover background color of the shared field shell. Derived from `--esp-field-background`."
487
+ },
488
+ {
489
+ "name": "--esp-field-text-color",
490
+ "description": "Text color used inside the shared field shell. Defaults to `var(--esp-color-text)`."
491
+ },
492
+ {
493
+ "name": "--esp-flyout-background",
494
+ "description": "The background color of the panel. Defaults to `var(--esp-color-background)`."
495
+ },
496
+ {
497
+ "name": "--esp-flyout-border",
498
+ "description": "The border on the panel's leading edge. Defaults to the tear-off perforation, `1px dotted var(--esp-color-border)`."
499
+ },
500
+ {
501
+ "name": "--esp-flyout-padding",
502
+ "description": "Padding inside the panel's header and content regions. Defaults to `var(--esp-size-padding)`."
503
+ },
504
+ {
505
+ "name": "--esp-flyout-radius",
506
+ "description": "The radius of the panel's trailing corners. Defaults to `var(--esp-size-border-radius)`; the overlay drawer squares them."
507
+ },
508
+ {
509
+ "name": "--esp-flyout-shadow",
510
+ "description": "The panel's shadow. Defaults to `none` in the gutter/docked modes (the perforation does the separating) and to a drawer shadow in overlay mode."
511
+ },
512
+ {
513
+ "name": "--esp-flyout-z-index",
514
+ "description": "Stack order of the overlay-drawer mode. Defaults to `3000` — above page chrome, below the dialog drop zone (4000). Set it on the `esp-page` (or an ancestor), not on the flyout itself: the page reads the same token to hoist the drawer's aside above its header."
515
+ },
516
+ {
517
+ "name": "--esp-focus-picker-focus-outline",
518
+ "description": "Marker focus-visible outline."
519
+ },
520
+ {
521
+ "name": "--esp-focus-picker-gap",
522
+ "description": "Gap between the stage and previews."
523
+ },
524
+ {
525
+ "name": "--esp-focus-picker-marker-border",
526
+ "description": "Focal marker border."
527
+ },
528
+ {
529
+ "name": "--esp-focus-picker-marker-color",
530
+ "description": "Focal marker fill."
531
+ },
532
+ {
533
+ "name": "--esp-focus-picker-marker-shadow",
534
+ "description": "Focal marker shadow."
535
+ },
536
+ {
537
+ "name": "--esp-focus-picker-marker-size",
538
+ "description": "Focal marker diameter."
539
+ },
540
+ {
541
+ "name": "--esp-focus-picker-stage-background",
542
+ "description": "Empty/loading stage color."
543
+ },
544
+ {
545
+ "name": "--esp-font-body",
546
+ "description": ""
547
+ },
548
+ {
549
+ "name": "--esp-font-brand",
550
+ "description": ""
551
+ },
552
+ {
553
+ "name": "--esp-font-headings",
554
+ "description": ""
555
+ },
556
+ {
557
+ "name": "--esp-font-monospace",
558
+ "description": ""
559
+ },
560
+ {
561
+ "name": "--esp-font-weight-body",
562
+ "description": ""
563
+ },
564
+ {
565
+ "name": "--esp-font-weight-brand",
566
+ "description": ""
567
+ },
568
+ {
569
+ "name": "--esp-font-weight-headings",
570
+ "description": ""
571
+ },
572
+ {
573
+ "name": "--esp-font-weight-monospace",
574
+ "description": ""
575
+ },
576
+ {
577
+ "name": "--esp-footer-background",
578
+ "description": "Base footer color. Defaults to `var(--esp-color-layer-2)`."
579
+ },
580
+ {
581
+ "name": "--esp-footer-background-blend-mode",
582
+ "description": "Decorative layer blend mode. Defaults to `normal`."
583
+ },
584
+ {
585
+ "name": "--esp-footer-background-image",
586
+ "description": "Decorative image or gradient layer. Defaults to `none`."
587
+ },
588
+ {
589
+ "name": "--esp-footer-background-image-opacity",
590
+ "description": "Decorative layer opacity. Defaults to `1`."
591
+ },
592
+ {
593
+ "name": "--esp-footer-background-position",
594
+ "description": "Decorative layer position. Defaults to `0 0`."
595
+ },
596
+ {
597
+ "name": "--esp-footer-background-repeat",
598
+ "description": "Decorative layer repeat behavior. Defaults to `repeat`."
599
+ },
600
+ {
601
+ "name": "--esp-footer-background-size",
602
+ "description": "Decorative layer size. Defaults to `auto`."
603
+ },
604
+ {
605
+ "name": "--esp-footer-border",
606
+ "description": "Block-start footer border. Defaults to `1px solid var(--esp-color-border)`."
607
+ },
608
+ {
609
+ "name": "--esp-footer-brand-logo-max-width",
610
+ "description": "Configured logo maximum inline size. Defaults to `12rem`."
611
+ },
612
+ {
613
+ "name": "--esp-footer-brand-logo-size",
614
+ "description": "Configured logo block size. Defaults to `3rem`."
615
+ },
616
+ {
617
+ "name": "--esp-footer-color",
618
+ "description": "Body text color. Defaults to `var(--esp-color-text)`."
619
+ },
620
+ {
621
+ "name": "--esp-footer-column-gap",
622
+ "description": "Gap between link-group columns and major primary regions. Defaults to `var(--esp-size-padding-page)`."
623
+ },
624
+ {
625
+ "name": "--esp-footer-content-lead",
626
+ "description": "Fraction of surplus placed before content (`0`, `0.5`, or `1`). Defaults to `0`."
627
+ },
628
+ {
629
+ "name": "--esp-footer-content-max-width",
630
+ "description": "Surface-alignment cap published by `esp-page`. Defaults to `100%`."
631
+ },
632
+ {
633
+ "name": "--esp-footer-focus-outline",
634
+ "description": "Focus-visible outline. Defaults to `2px solid var(--esp-color-link)`."
635
+ },
636
+ {
637
+ "name": "--esp-footer-heading-color",
638
+ "description": "Heading and configured-brand color. Defaults to `var(--esp-color-headings)`."
639
+ },
640
+ {
641
+ "name": "--esp-footer-link-color",
642
+ "description": "Link color. Defaults to `var(--esp-color-link)`."
643
+ },
644
+ {
645
+ "name": "--esp-footer-link-group-gap",
646
+ "description": "Space between a link-group heading and its links. Defaults to `var(--esp-size-small)`."
647
+ },
648
+ {
649
+ "name": "--esp-footer-link-group-min-width",
650
+ "description": "Intrinsic minimum link-group column width. Defaults to `10rem`."
651
+ },
652
+ {
653
+ "name": "--esp-footer-link-hover-color",
654
+ "description": "Hovered link color. Defaults to `var(--esp-color-link-hover)`."
655
+ },
656
+ {
657
+ "name": "--esp-footer-padding-block",
658
+ "description": "Content block padding. Defaults to `var(--esp-size-padding-page)`."
659
+ },
660
+ {
661
+ "name": "--esp-footer-padding-inline",
662
+ "description": "Content inline padding. Defaults to `var(--esp-size-padding-page)`."
663
+ },
664
+ {
665
+ "name": "--esp-footer-row-gap",
666
+ "description": "Vertical gap between footer grid rows and link groups stacked in `esp-footer-column`. Defaults to `var(--esp-size-big)`."
667
+ },
668
+ {
669
+ "name": "--esp-footer-section-gap",
670
+ "description": "Gap between media, primary, and bottom regions. Defaults to `var(--esp-size-big)`."
671
+ },
672
+ {
673
+ "name": "--esp-form-item-error-background",
674
+ "description": "The background color of the visible error badge."
675
+ },
676
+ {
677
+ "name": "--esp-form-item-error-color",
678
+ "description": "The color of the visible error badge text."
679
+ },
680
+ {
681
+ "name": "--esp-form-item-error-field-background",
682
+ "description": "The background color applied to slotted fields while an error is shown."
683
+ },
684
+ {
685
+ "name": "--esp-form-item-error-field-border-color",
686
+ "description": "The border color applied to slotted fields while an error is shown."
687
+ },
688
+ {
689
+ "name": "--esp-form-item-error-field-focus-shadow",
690
+ "description": "The focus shadow color applied to slotted fields while an error is shown."
691
+ },
692
+ {
693
+ "name": "--esp-form-item-error-field-text-color",
694
+ "description": "The text color applied to slotted fields while an error is shown."
695
+ },
696
+ {
697
+ "name": "--esp-form-item-font",
698
+ "description": "The font family for the form item."
699
+ },
700
+ {
701
+ "name": "--esp-form-item-font-size",
702
+ "description": "The font size for the form item."
703
+ },
704
+ {
705
+ "name": "--esp-form-item-hint-color",
706
+ "description": "The color of the hint text. Defaults to a muted variant of the body text color."
707
+ },
708
+ {
709
+ "name": "--esp-form-item-hint-font-size",
710
+ "description": "The font size of the hint text. Defaults to `var(--esp-type-tiny)`."
711
+ },
712
+ {
713
+ "name": "--esp-form-item-label-color",
714
+ "description": "The color of the label text."
715
+ },
716
+ {
717
+ "name": "--esp-form-item-warning-background",
718
+ "description": "The background color of the visible warning badge."
719
+ },
720
+ {
721
+ "name": "--esp-form-item-warning-color",
722
+ "description": "The color of the visible warning badge text."
723
+ },
724
+ {
725
+ "name": "--esp-form-item-warning-field-background",
726
+ "description": "The background color applied to slotted fields while a warning is shown."
727
+ },
728
+ {
729
+ "name": "--esp-form-item-warning-field-border-color",
730
+ "description": "The border color applied to slotted fields while a warning is shown."
731
+ },
732
+ {
733
+ "name": "--esp-form-item-warning-field-focus-shadow",
734
+ "description": "The focus shadow color applied to slotted fields while a warning is shown."
735
+ },
736
+ {
737
+ "name": "--esp-form-item-warning-field-text-color",
738
+ "description": "The text color applied to slotted fields while a warning is shown."
739
+ },
740
+ {
741
+ "name": "--esp-grid-background",
742
+ "description": "Background color of the grid container. Defaults to `var(--esp-color-layer-1)`."
743
+ },
744
+ {
745
+ "name": "--esp-grid-border-inner",
746
+ "description": "Border style of the grid's internal section separators. Defaults to `2px solid var(--esp-color-border)`."
747
+ },
748
+ {
749
+ "name": "--esp-grid-border-outer",
750
+ "description": "Border style of the grid's outer edge. Defaults to `2px solid var(--esp-color-border)`."
751
+ },
752
+ {
753
+ "name": "--esp-grid-cell-border-color",
754
+ "description": "Cell divider color used throughout the grid. Defaults to `var(--esp-color-layer-3)`."
755
+ },
756
+ {
757
+ "name": "--esp-grid-header-active-background",
758
+ "description": "Background color used for sorted or hovered sortable headers. Defaults to `var(--esp-color-layer-3)`."
759
+ },
760
+ {
761
+ "name": "--esp-grid-header-background",
762
+ "description": "Background color of header rows and pinned header cells. Defaults to `var(--esp-color-layer-4)`."
763
+ },
764
+ {
765
+ "name": "--esp-grid-link-color",
766
+ "description": "Link color used inside grid cells. Defaults to `var(--esp-color-link)`."
767
+ },
768
+ {
769
+ "name": "--esp-grid-link-hover-color",
770
+ "description": "Link hover decoration color used inside grid cells. Defaults to `var(--esp-color-link-hover)`."
771
+ },
772
+ {
773
+ "name": "--esp-grid-row-background-even",
774
+ "description": "Background color of even rows. Defaults to `var(--esp-color-layer-2)`."
775
+ },
776
+ {
777
+ "name": "--esp-grid-row-background-odd",
778
+ "description": "Background color of odd rows. Defaults to `var(--esp-color-layer-1)`."
779
+ },
780
+ {
781
+ "name": "--esp-grid-row-hover-background",
782
+ "description": "Background color of hovered rows. Defaults to `var(--esp-color-layer-3)`."
783
+ },
784
+ {
785
+ "name": "--esp-grid-row-hover-border-color",
786
+ "description": "Divider color used while rows are hovered. Defaults to `var(--esp-color-layer-4)`."
787
+ },
788
+ {
789
+ "name": "--esp-grid-text-color",
790
+ "description": "Text color used by the grid. Defaults to `var(--esp-color-text)`."
791
+ },
792
+ {
793
+ "name": "--esp-header-background",
794
+ "description": "The background color of the header bar. Defaults to `var(--esp-color-layer-2)`."
795
+ },
796
+ {
797
+ "name": "--esp-header-border",
798
+ "description": "The border style of the header. Defaults to `solid var(--esp-color-border)`."
799
+ },
800
+ {
801
+ "name": "--esp-header-border-width",
802
+ "description": "The border width of the header. Defaults to `0 0 1px 0`."
803
+ },
804
+ {
805
+ "name": "--esp-header-brand-color",
806
+ "description": "The configured brand text/logo color. Defaults to `var(--esp-color-headings)`."
807
+ },
808
+ {
809
+ "name": "--esp-header-brand-font-family",
810
+ "description": "The configured brand font family. Defaults to `var(--esp-font-brand, var(--esp-font-headings))`."
811
+ },
812
+ {
813
+ "name": "--esp-header-brand-font-size",
814
+ "description": "The configured brand text size. Defaults to `var(--esp-type-medium)`."
815
+ },
816
+ {
817
+ "name": "--esp-header-brand-font-weight",
818
+ "description": "The configured brand font weight. Defaults to `var(--esp-font-weight-brand, var(--esp-font-weight-headings))`."
819
+ },
820
+ {
821
+ "name": "--esp-header-brand-gap",
822
+ "description": "Space between a configured logo and brand text. Defaults to `var(--esp-size-tiny-to-small)`."
823
+ },
824
+ {
825
+ "name": "--esp-header-brand-hover-background",
826
+ "description": "The configured brand hover background. Defaults to `transparent`."
827
+ },
828
+ {
829
+ "name": "--esp-header-brand-hover-color",
830
+ "description": "The configured brand hover color. Defaults to `var(--esp-color-headings-hover)`."
831
+ },
832
+ {
833
+ "name": "--esp-header-brand-hover-decoration",
834
+ "description": "The configured brand hover text decoration. Defaults to `none`."
835
+ },
836
+ {
837
+ "name": "--esp-header-brand-inline-placement",
838
+ "description": "The CSS `justify-content` value for the brand container. Defaults to `start`."
839
+ },
840
+ {
841
+ "name": "--esp-header-brand-logo-max-width",
842
+ "description": "The configured logo maximum inline size. Defaults to `12rem`."
843
+ },
844
+ {
845
+ "name": "--esp-header-brand-logo-size",
846
+ "description": "The configured logo block size. Defaults to `calc(0.72 * var(--esp-header-height, calc(4.5 * var(--esp-size-small))))`."
847
+ },
848
+ {
849
+ "name": "--esp-header-brand-max-width",
850
+ "description": "The maximum inline size of configured brand content. Defaults to `min(36ch, 45vw)`."
851
+ },
852
+ {
853
+ "name": "--esp-header-brand-padding-inline",
854
+ "description": "Inline padding for the brand container. Defaults to `var(--esp-size-small)`."
855
+ },
856
+ {
857
+ "name": "--esp-header-brand-placement",
858
+ "description": "The CSS `place-content` value for the brand container. Defaults to `center`."
859
+ },
860
+ {
861
+ "name": "--esp-header-button-background",
862
+ "description": "The background color of the button. Defaults to `var(--esp-color-layer-3)`."
863
+ },
864
+ {
865
+ "name": "--esp-header-button-background-hover",
866
+ "description": "The background color of the button on hover. Defaults to `var(--esp-color-layer-4)`."
867
+ },
868
+ {
869
+ "name": "--esp-header-button-border-left",
870
+ "description": "The left border of the button. Defaults to `1px dotted var(--esp-color-border)`."
871
+ },
872
+ {
873
+ "name": "--esp-header-button-box-shadow",
874
+ "description": "The box shadow of the button. Defaults to `0px 0px 3px 0px var(--esp-color-shadow)`."
875
+ },
876
+ {
877
+ "name": "--esp-header-button-closed-color",
878
+ "description": "The color of the burger button when the menu is closed. Defaults to `var(--esp-color-headings)`."
879
+ },
880
+ {
881
+ "name": "--esp-header-button-closed-hover-color",
882
+ "description": "The hover color of the burger button when the menu is closed. Defaults to `var(--esp-color-headings-hover)`."
883
+ },
884
+ {
885
+ "name": "--esp-header-button-color",
886
+ "description": "The text and icon color of the button. Defaults to `var(--esp-color-text)`."
887
+ },
888
+ {
889
+ "name": "--esp-header-button-open-color",
890
+ "description": "The color of the burger button when the menu is open. Defaults to `var(--esp-color-text)`."
891
+ },
892
+ {
893
+ "name": "--esp-header-button-open-hover-color",
894
+ "description": "The hover color of the burger button when the menu is open. Defaults to `var(--esp-color-headings-hover)`."
895
+ },
896
+ {
897
+ "name": "--esp-header-button-stroke-width",
898
+ "description": "The stroke width of the burger button lines. Defaults to `0.45rem`."
899
+ },
900
+ {
901
+ "name": "--esp-header-color",
902
+ "description": "The text/icon color inherited by header controls. Defaults to `var(--esp-color-text)`."
903
+ },
904
+ {
905
+ "name": "--esp-header-compact-height",
906
+ "description": "The height of compact scroll-reactive headers. Defaults to `max(44px, calc(3.5 * var(--esp-size-small)))`."
907
+ },
908
+ {
909
+ "name": "--esp-header-content-lead",
910
+ "description": "Surface-alignment contract set by `esp-page`: the fraction of the leftover width placed before the content, aligning it (`0` = start, `0.5` = center, `1` = end). Defaults to `0`."
911
+ },
912
+ {
913
+ "name": "--esp-header-content-max-width",
914
+ "description": "Surface-alignment contract set by `esp-page`: the maximum width the bar content is constrained to (the bar background stays full-bleed). Defaults to `100%` (no constraint). `esp-page` sets this to its resolved content cap."
915
+ },
916
+ {
917
+ "name": "--esp-header-extended-menu-border",
918
+ "description": "The border between the primary row and second-row menu in extended layouts. Defaults to `1px solid var(--esp-color-border)`."
919
+ },
920
+ {
921
+ "name": "--esp-header-extended-menu-height",
922
+ "description": "The second-row menu height for extended layouts. Defaults to `calc(3.5 * var(--esp-size-small))`."
923
+ },
924
+ {
925
+ "name": "--esp-header-height",
926
+ "description": "The height of the header bar. Defaults to `calc(4.5 * var(--esp-size-small))`."
927
+ },
928
+ {
929
+ "name": "--esp-header-progress-background",
930
+ "description": "Background color of the optional scroll progress bar. Defaults to `var(--esp-color-link)`."
931
+ },
932
+ {
933
+ "name": "--esp-header-progress-height",
934
+ "description": "Height of the optional scroll progress bar. Defaults to `3px`."
935
+ },
936
+ {
937
+ "name": "--esp-header-progress-track-background",
938
+ "description": "Track background of the optional scroll progress bar. Defaults to `transparent`."
939
+ },
940
+ {
941
+ "name": "--esp-header-scrolled-shadow",
942
+ "description": "Box shadow used by elevated scroll headers. Defaults to `0 2px 8px var(--esp-color-shadow)`."
943
+ },
944
+ {
945
+ "name": "--esp-header-shadow",
946
+ "description": "The box shadow of the header. Defaults to `0 0 2px var(--esp-color-shadow)`."
947
+ },
948
+ {
949
+ "name": "--esp-header-topbar-height",
950
+ "description": "The maximum height reserved for the optional topbar row. Defaults to `8rem`."
951
+ },
952
+ {
953
+ "name": "--esp-header-transparent-background",
954
+ "description": "Background used before scroll for transparent headers. Defaults to `transparent`."
955
+ },
956
+ {
957
+ "name": "--esp-header-transparent-color",
958
+ "description": "Brand/action color used before scroll for transparent headers. Defaults to `var(--esp-color-headings)`."
959
+ },
960
+ {
961
+ "name": "--esp-header-z-index",
962
+ "description": "The z-index of the header host. Defaults to `20`."
963
+ },
964
+ {
965
+ "name": "--esp-image-border",
966
+ "description": "Border; defaults to `2px solid var(--esp-color-border)` or none in banner mode."
967
+ },
968
+ {
969
+ "name": "--esp-image-border-radius",
970
+ "description": "Corner radius; defaults to `var(--esp-size-border-radius)` or zero in banner mode."
971
+ },
972
+ {
973
+ "name": "--esp-image-compact-width",
974
+ "description": "Component-width threshold; defaults to `40rem`."
975
+ },
976
+ {
977
+ "name": "--esp-image-duotone-highlight-color",
978
+ "description": "Duotone highlight stop; defaults to a light stop derived from the theme complementary."
979
+ },
980
+ {
981
+ "name": "--esp-image-duotone-shadow-color",
982
+ "description": "Duotone shadow stop; defaults to a dark stop derived from the theme primary."
983
+ },
984
+ {
985
+ "name": "--esp-image-object-position",
986
+ "description": "Final object-position override."
987
+ },
988
+ {
989
+ "name": "--esp-image-overlay-color",
990
+ "description": "Overlay text color; defaults to the theme heading color when the banner polarity matches the scheme."
991
+ },
992
+ {
993
+ "name": "--esp-image-overlay-padding",
994
+ "description": "Overlay content padding."
995
+ },
996
+ {
997
+ "name": "--esp-image-overlay-text-shadow",
998
+ "description": "Overlay text shadow; defaults to a soft polarity-matched halo. Set to `none` to disable."
999
+ },
1000
+ {
1001
+ "name": "--esp-image-preview-border-color",
1002
+ "description": "The border color of the preview."
1003
+ },
1004
+ {
1005
+ "name": "--esp-image-preview-overlay-text",
1006
+ "description": "The text color used by upload and failure overlays."
1007
+ },
1008
+ {
1009
+ "name": "--esp-image-preview-remove-color",
1010
+ "description": "The text color of the remove button."
1011
+ },
1012
+ {
1013
+ "name": "--esp-image-scrim-color",
1014
+ "description": "Scrim ink; defaults to the theme background when the banner polarity matches the scheme, else a polarity-pinned derivation."
1015
+ },
1016
+ {
1017
+ "name": "--esp-image-scrim-opacity",
1018
+ "description": "Scrim-strength opacity override."
1019
+ },
1020
+ {
1021
+ "name": "--esp-image-texture-blend-mode",
1022
+ "description": "Texture blend-mode override."
1023
+ },
1024
+ {
1025
+ "name": "--esp-image-texture-color",
1026
+ "description": "Procedural texture ink; defaults to a theme-derived color following `banner-scheme`."
1027
+ },
1028
+ {
1029
+ "name": "--esp-image-texture-image",
1030
+ "description": "Consumer-supplied texture background image."
1031
+ },
1032
+ {
1033
+ "name": "--esp-image-texture-image-opacity",
1034
+ "description": "Consumer texture opacity."
1035
+ },
1036
+ {
1037
+ "name": "--esp-image-texture-opacity",
1038
+ "description": "Procedural texture opacity override."
1039
+ },
1040
+ {
1041
+ "name": "--esp-image-texture-position",
1042
+ "description": "Consumer texture position."
1043
+ },
1044
+ {
1045
+ "name": "--esp-image-texture-repeat",
1046
+ "description": "Consumer texture repeat."
1047
+ },
1048
+ {
1049
+ "name": "--esp-image-texture-scale",
1050
+ "description": "CSS-gradient texture pitch override."
1051
+ },
1052
+ {
1053
+ "name": "--esp-image-texture-size",
1054
+ "description": "Consumer texture size."
1055
+ },
1056
+ {
1057
+ "name": "--esp-image-upload-preview-background",
1058
+ "description": "The background color of the image preview area."
1059
+ },
1060
+ {
1061
+ "name": "--esp-info-color-background",
1062
+ "description": "The background color of the info box."
1063
+ },
1064
+ {
1065
+ "name": "--esp-info-color-border",
1066
+ "description": "The border color of the info box."
1067
+ },
1068
+ {
1069
+ "name": "--esp-info-color-text",
1070
+ "description": "The text color of the info box"
1071
+ },
1072
+ {
1073
+ "name": "--esp-l-accent",
1074
+ "description": ""
1075
+ },
1076
+ {
1077
+ "name": "--esp-l-border",
1078
+ "description": ""
1079
+ },
1080
+ {
1081
+ "name": "--esp-l-ink",
1082
+ "description": ""
1083
+ },
1084
+ {
1085
+ "name": "--esp-l-muted",
1086
+ "description": ""
1087
+ },
1088
+ {
1089
+ "name": "--esp-l-raised-1",
1090
+ "description": ""
1091
+ },
1092
+ {
1093
+ "name": "--esp-l-raised-2",
1094
+ "description": ""
1095
+ },
1096
+ {
1097
+ "name": "--esp-l-raised-3",
1098
+ "description": ""
1099
+ },
1100
+ {
1101
+ "name": "--esp-l-raised-4",
1102
+ "description": ""
1103
+ },
1104
+ {
1105
+ "name": "--esp-l-shadow",
1106
+ "description": ""
1107
+ },
1108
+ {
1109
+ "name": "--esp-l-surface",
1110
+ "description": ""
1111
+ },
1112
+ {
1113
+ "name": "--esp-l-text",
1114
+ "description": ""
1115
+ },
1116
+ {
1117
+ "name": "--esp-lightbox-bg",
1118
+ "description": "The background color of the lightbox overlay (falls through to --esp-vellum-background, then --esp-color-layer-3)."
1119
+ },
1120
+ {
1121
+ "name": "--esp-lightbox-bg-opacity",
1122
+ "description": "The opacity of the overlay background (falls through to --esp-vellum-opacity, default: 0.85)."
1123
+ },
1124
+ {
1125
+ "name": "--esp-measure",
1126
+ "description": ""
1127
+ },
1128
+ {
1129
+ "name": "--esp-measure-wide",
1130
+ "description": ""
1131
+ },
1132
+ {
1133
+ "name": "--esp-menu-background",
1134
+ "description": "Background color of vertical and drawer menus."
1135
+ },
1136
+ {
1137
+ "name": "--esp-menu-border-color",
1138
+ "description": "Border color of menu rails and drawers."
1139
+ },
1140
+ {
1141
+ "name": "--esp-menu-drawer-shadow",
1142
+ "description": "Box shadow for the drawer overlay."
1143
+ },
1144
+ {
1145
+ "name": "--esp-menu-drawer-width",
1146
+ "description": "Drawer width. Defaults to `min(22rem, 86vw)`."
1147
+ },
1148
+ {
1149
+ "name": "--esp-menu-group-background",
1150
+ "description": "Background color of the group header."
1151
+ },
1152
+ {
1153
+ "name": "--esp-menu-group-border-color",
1154
+ "description": "Border color of the group."
1155
+ },
1156
+ {
1157
+ "name": "--esp-menu-group-color",
1158
+ "description": "Text color of the group header."
1159
+ },
1160
+ {
1161
+ "name": "--esp-menu-group-hover-background",
1162
+ "description": "Hover background color of the group header."
1163
+ },
1164
+ {
1165
+ "name": "--esp-menu-group-icon-background",
1166
+ "description": "Background color of the icon rail."
1167
+ },
1168
+ {
1169
+ "name": "--esp-menu-group-icon-min-width",
1170
+ "description": "Minimum width of the icon rail."
1171
+ },
1172
+ {
1173
+ "name": "--esp-menu-group-icon-padding",
1174
+ "description": "Padding inside the icon rail."
1175
+ },
1176
+ {
1177
+ "name": "--esp-menu-group-icon-size",
1178
+ "description": "Size of generated and slotted group icons."
1179
+ },
1180
+ {
1181
+ "name": "--esp-menu-group-indicator-color",
1182
+ "description": "Color of the expand/collapse indicator."
1183
+ },
1184
+ {
1185
+ "name": "--esp-menu-group-panel-background",
1186
+ "description": "Background color of horizontal disclosure panels."
1187
+ },
1188
+ {
1189
+ "name": "--esp-menu-group-panel-shadow",
1190
+ "description": "Box shadow of horizontal disclosure panels."
1191
+ },
1192
+ {
1193
+ "name": "--esp-menu-horizontal-justify-content",
1194
+ "description": "Main-axis alignment for horizontal menu items. Defaults to `flex-start`."
1195
+ },
1196
+ {
1197
+ "name": "--esp-menu-item-active-background",
1198
+ "description": "Background color of the active item."
1199
+ },
1200
+ {
1201
+ "name": "--esp-menu-item-active-color",
1202
+ "description": "Text color of the active item."
1203
+ },
1204
+ {
1205
+ "name": "--esp-menu-item-active-font-weight",
1206
+ "description": "Font weight of the active item. Defaults to `var(--esp-font-weight-headings)`."
1207
+ },
1208
+ {
1209
+ "name": "--esp-menu-item-background",
1210
+ "description": "Background color."
1211
+ },
1212
+ {
1213
+ "name": "--esp-menu-item-border-color",
1214
+ "description": "Border color."
1215
+ },
1216
+ {
1217
+ "name": "--esp-menu-item-color",
1218
+ "description": "Text color."
1219
+ },
1220
+ {
1221
+ "name": "--esp-menu-item-hover-background",
1222
+ "description": "Hover background color."
1223
+ },
1224
+ {
1225
+ "name": "--esp-menu-item-hover-color",
1226
+ "description": "Hover text color."
1227
+ },
1228
+ {
1229
+ "name": "--esp-menu-item-icon-background",
1230
+ "description": "Icon area background color."
1231
+ },
1232
+ {
1233
+ "name": "--esp-menu-item-icon-min-width",
1234
+ "description": "Minimum width of the icon rail."
1235
+ },
1236
+ {
1237
+ "name": "--esp-menu-item-icon-padding",
1238
+ "description": "Padding inside the icon rail."
1239
+ },
1240
+ {
1241
+ "name": "--esp-menu-item-icon-size",
1242
+ "description": "Size of generated and slotted item icons."
1243
+ },
1244
+ {
1245
+ "name": "--esp-menu-item-padding",
1246
+ "description": "Padding around the item label."
1247
+ },
1248
+ {
1249
+ "name": "--esp-menu-scrim-color",
1250
+ "description": "Scrim color when the drawer is open."
60
1251
  },
61
1252
  {
62
- "name": "--esp-color-split-complementary-left",
63
- "description": "Split-complementary variant (complement minus offset)."
1253
+ "name": "--esp-menu-top-offset",
1254
+ "description": "Top offset for drawers below fixed headers."
64
1255
  },
65
1256
  {
66
- "name": "--esp-color-split-complementary-right",
67
- "description": "Split-complementary variant (complement plus offset)."
1257
+ "name": "--esp-page-background",
1258
+ "description": "The background color of the page. Fills both the surface and the canvas gutters; the canvas tokens paint over it in the gutters only. Defaults to `var(--esp-color-background)`."
68
1259
  },
69
1260
  {
70
- "name": "--esp-color-triadic-left",
71
- "description": "Triadic variant (seed hue plus 120°)."
1261
+ "name": "--esp-page-background-image",
1262
+ "description": "The background image to display behind page content. Defaults to `none`."
72
1263
  },
73
1264
  {
74
- "name": "--esp-color-triadic-right",
75
- "description": "Triadic variant (seed hue plus 240°)."
1265
+ "name": "--esp-page-background-image-opacity",
1266
+ "description": "The opacity of the background image layer. Defaults to `1`."
76
1267
  },
77
1268
  {
78
- "name": "--esp-color-danger",
79
- "description": "Fixed semantic hue for errors and destructive actions (red-orange, hue 27)."
1269
+ "name": "--esp-page-canvas-background",
1270
+ "description": "The background color of the canvas gutters (the outer regions revealed when the viewport exceeds the cap). Defaults to `transparent`, so gutters match the page until styled and narrow viewports are unaffected."
80
1271
  },
81
1272
  {
82
- "name": "--esp-color-success",
83
- "description": "Fixed semantic hue for success states (green, hue 150)."
1273
+ "name": "--esp-page-canvas-background-image",
1274
+ "description": "A background image for the canvas gutters, mirroring the page background-image knob. Defaults to `none`."
84
1275
  },
85
1276
  {
86
- "name": "--esp-color-warning",
87
- "description": "Fixed semantic hue for warnings (yellow-green, hue 90)."
1277
+ "name": "--esp-page-canvas-background-image-opacity",
1278
+ "description": "The opacity of the canvas gutter image layer. Defaults to `1`."
88
1279
  },
89
-
90
1280
  {
91
- "name": "--esp-color-background",
92
- "description": "Main page background surface."
1281
+ "name": "--esp-page-fixed-header-offset",
1282
+ "description": "Offset reserved for fixed headers. Defaults to `var(--esp-header-height)`."
93
1283
  },
94
1284
  {
95
- "name": "--esp-color-layer-1",
96
- "description": "First raised layer (slightly elevated surfaces)."
1285
+ "name": "--esp-page-flyout-default-width",
1286
+ "description": "Initial automatic in-grid help target, clamped between the help minimum and maximum. When unset, the established flexible allocation remains in effect. A retained pointer or keyboard resize preference supersedes this target."
97
1287
  },
98
1288
  {
99
- "name": "--esp-color-layer-2",
100
- "description": "Second raised layer (form fields, input backgrounds)."
1289
+ "name": "--esp-page-flyout-max-width",
1290
+ "description": "Maximum help width and overlay drawer cap before the `85vw` viewport cap. Defaults to `30rem`."
101
1291
  },
102
1292
  {
103
- "name": "--esp-color-layer-3",
104
- "description": "Third raised layer (cards, raised buttons)."
1293
+ "name": "--esp-page-flyout-min-width",
1294
+ "description": "Minimum in-grid help width. Defaults to `20rem`."
105
1295
  },
106
1296
  {
107
- "name": "--esp-color-layer-4",
108
- "description": "Fourth raised layer (hover states, elevated controls)."
1297
+ "name": "--esp-page-flyout-width",
1298
+ "description": "Legacy fixed-width alias that pins both help bounds."
109
1299
  },
110
-
111
1300
  {
112
- "name": "--esp-color-text",
113
- "description": "Standard body text. APCA Lc 75 against background."
1301
+ "name": "--esp-page-header-z-index",
1302
+ "description": "Z-index for fixed/sticky header regions. Defaults to `20`."
114
1303
  },
115
1304
  {
116
- "name": "--esp-color-headings",
117
- "description": "Heading text (muted contrast). APCA Lc 60 against background."
1305
+ "name": "--esp-page-main-background",
1306
+ "description": "The background of the main content well. Defaults to `transparent` (the well shows the page background). Set it to give the content well its own card color, or pair the transparent default with `--esp-page-surface-shadow: none` for content that floats directly on the page with no frame."
118
1307
  },
119
1308
  {
120
- "name": "--esp-color-headings-hover",
121
- "description": "Heading text with emphasis. APCA Lc 60 against background."
1309
+ "name": "--esp-page-main-max-width",
1310
+ "description": "Maximum width of the main content well. Defaults from `kind`: `1536px` (wide), `768px` (narrow), or unbounded (full). An explicit value overrides every kind default, including `full` — except `site`, whose main region is always unbounded because sections own their wells. Surplus width beyond it becomes canvas gutters."
122
1311
  },
123
1312
  {
124
- "name": "--esp-color-danger-text",
125
- "description": "Error and danger message text. APCA Lc 75 against background."
1313
+ "name": "--esp-page-main-min-width",
1314
+ "description": "Minimum width of the main content well while preview or in-grid help competes for space. Defaults to `30rem`."
126
1315
  },
127
-
128
1316
  {
129
- "name": "--esp-color-link",
130
- "description": "Link text in normal state (accent color). APCA Lc ≥ 75 against background."
1317
+ "name": "--esp-page-max-width",
1318
+ "description": "Legacy fallback for `--esp-page-main-max-width`."
131
1319
  },
132
1320
  {
133
- "name": "--esp-color-link-hover",
134
- "description": "Link text on hover (high contrast). APCA Lc 75 against background."
1321
+ "name": "--esp-page-preview-background",
1322
+ "description": "Background of the persistent preview surface. Defaults to the main background, then the page background."
135
1323
  },
136
1324
  {
137
- "name": "--esp-color-link-hover-bg",
138
- "description": "Link hover background highlight."
1325
+ "name": "--esp-page-preview-border",
1326
+ "description": "Leading tear-off edge between main and preview. Defaults to `1px dotted var(--esp-color-border)`."
139
1327
  },
140
-
141
1328
  {
142
- "name": "--esp-color-action-background",
143
- "description": "Action button background (typically layer-3)."
1329
+ "name": "--esp-page-preview-default-width",
1330
+ "description": "Initial automatic preview target, clamped between the preview minimum and maximum. When unset, the established preview-first flexible allocation remains in effect. A retained pointer or keyboard resize preference supersedes this target."
144
1331
  },
145
1332
  {
146
- "name": "--esp-color-action-text",
147
- "description": "Action button text (high-contrast ink). APCA Lc 75 against action background."
1333
+ "name": "--esp-page-preview-max-width",
1334
+ "description": "Maximum preview width. Defaults to `48rem`. Preview receives flexible trailing space before help grows."
148
1335
  },
149
1336
  {
150
- "name": "--esp-color-input-caret",
151
- "description": "Text cursor / caret color. APCA Lc ≥ 60 against layer-2."
1337
+ "name": "--esp-page-preview-min-main-width",
1338
+ "description": "Legacy fallback for `--esp-page-main-min-width`."
152
1339
  },
153
1340
  {
154
- "name": "--esp-color-input-selection",
155
- "description": "Selected text color. APCA Lc 60 against selection background."
1341
+ "name": "--esp-page-preview-min-width",
1342
+ "description": "Minimum preview width. Defaults to `22.5rem` (360px, a reasonable mobile-device surface)."
156
1343
  },
157
1344
  {
158
- "name": "--esp-color-input-selection-bg",
159
- "description": "Selected text background color."
1345
+ "name": "--esp-page-preview-shadow",
1346
+ "description": "Shadow cast from the preview's trailing edge. Defaults to the page surface edge shadow. Set to `none` for a flat additive surface."
160
1347
  },
161
-
162
1348
  {
163
- "name": "--esp-color-border",
164
- "description": "Border lines and dividers."
1349
+ "name": "--esp-page-preview-width",
1350
+ "description": "Legacy fixed-width alias that pins both preview bounds."
165
1351
  },
166
1352
  {
167
- "name": "--esp-color-shadow",
168
- "description": "Drop shadow color."
1353
+ "name": "--esp-page-resize-focus-outline",
1354
+ "description": "Keyboard-focus line drawn along the focused seam, spanning the visible dotted edge up to one viewport height. Defaults to `2px dashed var(--esp-color-link)`."
169
1355
  },
170
-
171
1356
  {
172
- "name": "--esp-l-surface",
173
- "description": "Lightness (percentage) for the main background surface."
1357
+ "name": "--esp-page-resize-focus-shadow",
1358
+ "description": "Glow cast by the focused seam line, in the line's color. Defaults to `0 0 0.75rem var(--esp-color-link)`."
174
1359
  },
175
1360
  {
176
- "name": "--esp-l-raised-1",
177
- "description": "Lightness (percentage) for the first elevation level."
1361
+ "name": "--esp-page-resize-handle-hit-size",
1362
+ "description": "Transparent inline hit target centered on each dotted seam. Defaults to `2.75rem`."
178
1363
  },
179
1364
  {
180
- "name": "--esp-l-raised-2",
181
- "description": "Lightness (percentage) for the second elevation level."
1365
+ "name": "--esp-page-resize-large-step",
1366
+ "description": "Shift+Arrow resize step. Defaults to `4rem`."
182
1367
  },
183
1368
  {
184
- "name": "--esp-l-raised-3",
185
- "description": "Lightness (percentage) for the third elevation level."
1369
+ "name": "--esp-page-resize-step",
1370
+ "description": "Arrow-key resize step. Defaults to `1rem`."
186
1371
  },
187
1372
  {
188
- "name": "--esp-l-raised-4",
189
- "description": "Lightness (percentage) for the fourth elevation level."
1373
+ "name": "--esp-page-sticky-header-top",
1374
+ "description": "Top inset for sticky headers. Defaults to `0`."
190
1375
  },
191
1376
  {
192
- "name": "--esp-l-accent",
193
- "description": "Lightness (percentage) for accent and link colors."
1377
+ "name": "--esp-page-surface-border",
1378
+ "description": "An optional border on the inline edges of the surface, for themes preferring a hairline over a shadow. Defaults to `none` (e.g. `1px solid var(--esp-color-border)`). Combine with `--esp-page-surface-shadow: none` to switch the content frame from a drop shadow to a hairline, or turn both off for no frame."
194
1379
  },
195
1380
  {
196
- "name": "--esp-l-muted",
197
- "description": "Lightness (percentage) for muted / heading text."
1381
+ "name": "--esp-page-surface-shadow",
1382
+ "description": "The box shadow drawn on the left and right edges of the content surface. On by default; casts into the gutters and is clipped away when the surface fills the viewport, so it only shows above the cap. Set to `none` to remove it."
198
1383
  },
199
1384
  {
200
- "name": "--esp-l-text",
201
- "description": "Lightness (percentage) for body text."
1385
+ "name": "--esp-page-well-max-width",
1386
+ "description": "The shared content-column width in `kind=\"site\"`: the header and footer alignment contract and every `esp-section` well default to it. Defaults to `72rem`."
202
1387
  },
203
1388
  {
204
- "name": "--esp-l-border",
205
- "description": "Lightness (percentage) for border lines."
1389
+ "name": "--esp-progress-border-color",
1390
+ "description": "Border color of the track outline. Defaults to `var(--esp-color-border)`."
206
1391
  },
207
1392
  {
208
- "name": "--esp-l-ink",
209
- "description": "Lightness (percentage) for high-contrast ink (action text)."
1393
+ "name": "--esp-progress-border-radius",
1394
+ "description": "Border radius of the track and fill. Defaults to `var(--esp-size-border-radius)`."
210
1395
  },
211
1396
  {
212
- "name": "--esp-l-shadow",
213
- "description": "Lightness (percentage) for shadows."
1397
+ "name": "--esp-progress-circle-size",
1398
+ "description": "Diameter of the circular progress ring in circle mode. Automatically set by the `size` attribute."
214
1399
  },
215
-
216
1400
  {
217
- "name": "--esp-type-tiny",
218
- "description": "Type scale: smallest text size (captions, subscripts). Fluid clamp() value."
1401
+ "name": "--esp-progress-fill-color",
1402
+ "description": "Color of the progress fill. Defaults to the active action hue at the semantic muted lightness so the filled and unfilled portions remain distinguishable in light and dark themes."
219
1403
  },
220
1404
  {
221
- "name": "--esp-type-small",
222
- "description": "Type scale: small text size. Fluid clamp() value."
1405
+ "name": "--esp-progress-font-size",
1406
+ "description": "Font size for the value text. Defaults to `var(--esp-type-small)`."
223
1407
  },
224
1408
  {
225
- "name": "--esp-type-normal",
226
- "description": "Type scale: body text size (base step, 1.125rem at 16px root). Fluid clamp() value."
1409
+ "name": "--esp-progress-height",
1410
+ "description": "Height of the progress bar track. Automatically set by the `size` attribute."
227
1411
  },
228
1412
  {
229
- "name": "--esp-type-medium",
230
- "description": "Type scale: medium text size. Fluid clamp() value."
1413
+ "name": "--esp-progress-text-color",
1414
+ "description": "Color of the percentage text in both bar and circle modes. Defaults to `var(--esp-color-text)`."
231
1415
  },
232
1416
  {
233
- "name": "--esp-type-big",
234
- "description": "Type scale: large text size. Fluid clamp() value."
1417
+ "name": "--esp-radio-button-focus-shadow",
1418
+ "description": "The color of the focus ring shadow. Defaults to `var(--esp-color-shadow)`."
235
1419
  },
236
1420
  {
237
- "name": "--esp-type-large",
238
- "description": "Type scale: extra-large text size. Fluid clamp() value."
1421
+ "name": "--esp-radio-button-icon-color",
1422
+ "description": "The stroke color of the radio icon. Defaults to `var(--esp-color-text)`."
239
1423
  },
240
1424
  {
241
- "name": "--esp-type-huge",
242
- "description": "Type scale: largest text size (hero headings). Fluid clamp() value."
1425
+ "name": "--esp-radio-button-size",
1426
+ "description": "The width and height of the radio icon. Defaults to `var(--esp-size-normal-to-medium)`."
243
1427
  },
244
-
245
1428
  {
246
- "name": "--esp-size-tiny",
247
- "description": "Spacing scale: smallest spacing unit. Fluid clamp() value."
1429
+ "name": "--esp-repeater-background",
1430
+ "description": "Background of the repeater container."
248
1431
  },
249
1432
  {
250
- "name": "--esp-size-small",
251
- "description": "Spacing scale: small spacing. Fluid clamp() value."
1433
+ "name": "--esp-repeater-border",
1434
+ "description": "Border of the repeater container."
252
1435
  },
253
1436
  {
254
- "name": "--esp-size-normal",
255
- "description": "Spacing scale: standard spacing unit. Fluid clamp() value."
1437
+ "name": "--esp-repeater-border-radius",
1438
+ "description": "Border radius of the repeater container."
256
1439
  },
257
1440
  {
258
- "name": "--esp-size-medium",
259
- "description": "Spacing scale: medium spacing. Fluid clamp() value."
1441
+ "name": "--esp-repeater-content-padding",
1442
+ "description": "Padding inside the virtualized content region. Defaults to `0`."
260
1443
  },
261
1444
  {
262
- "name": "--esp-size-big",
263
- "description": "Spacing scale: large spacing. Fluid clamp() value."
1445
+ "name": "--esp-repeater-gap",
1446
+ "description": "Space between repeated items."
264
1447
  },
265
1448
  {
266
- "name": "--esp-size-large",
267
- "description": "Spacing scale: extra-large spacing. Fluid clamp() value."
1449
+ "name": "--esp-repeater-grid-column-gap",
1450
+ "description": "Horizontal gap between grid columns."
268
1451
  },
269
1452
  {
270
- "name": "--esp-size-huge",
271
- "description": "Spacing scale: largest spacing unit. Fluid clamp() value."
1453
+ "name": "--esp-repeater-grid-columns",
1454
+ "description": "Grid column count when `layout=\"grid\"`. Supports media-query overrides."
272
1455
  },
273
-
274
1456
  {
275
- "name": "--esp-size-tiny-to-small",
276
- "description": "Cross-step fluid size: tiny (min) to small (max)."
1457
+ "name": "--esp-repeater-grid-row-gap",
1458
+ "description": "Vertical gap between grid rows."
277
1459
  },
278
1460
  {
279
- "name": "--esp-size-small-to-normal",
280
- "description": "Cross-step fluid size: small (min) to normal (max)."
1461
+ "name": "--esp-repeater-padding",
1462
+ "description": "Padding used by repeater state panels and the loading/error footer."
281
1463
  },
282
1464
  {
283
- "name": "--esp-size-normal-to-medium",
284
- "description": "Cross-step fluid size: normal (min) to medium (max)."
1465
+ "name": "--esp-row-gap",
1466
+ "description": "Overrides the gap between children. Defaults to the `gap` attribute's step, `normal` when unset."
285
1467
  },
286
1468
  {
287
- "name": "--esp-size-medium-to-big",
288
- "description": "Cross-step fluid size: medium (min) to big (max)."
1469
+ "name": "--esp-scheme",
1470
+ "description": ""
289
1471
  },
290
1472
  {
291
- "name": "--esp-size-big-to-large",
292
- "description": "Cross-step fluid size: big (min) to large (max)."
1473
+ "name": "--esp-search-active-background",
1474
+ "description": "Background color of the active result row. Defaults to `var(--esp-color-layer-2)`."
293
1475
  },
294
1476
  {
295
- "name": "--esp-size-large-to-huge",
296
- "description": "Cross-step fluid size: large (min) to huge (max)."
1477
+ "name": "--esp-search-backdrop",
1478
+ "description": "Backdrop color behind the panel. Defaults to `oklch(0.15 0 0 / 0.6)`."
297
1479
  },
298
-
299
1480
  {
300
- "name": "--esp-size-font",
301
- "description": "Alias for --esp-type-normal. Standard font size."
1481
+ "name": "--esp-search-border-color",
1482
+ "description": "Divider and loading-track color used by the search panel. Defaults to `var(--esp-color-border)`."
302
1483
  },
303
1484
  {
304
- "name": "--esp-size-padding",
305
- "description": "Alias for --esp-size-tiny-to-small. Default component internal padding."
1485
+ "name": "--esp-search-highlight-background",
1486
+ "description": "Background color applied to `<mark>` highlights inside excerpts."
306
1487
  },
307
1488
  {
308
- "name": "--esp-size-padding-page",
309
- "description": "Alias for --esp-size-small-to-normal. Page-level section padding."
1489
+ "name": "--esp-search-loading-indicator-color",
1490
+ "description": "Accent color of the loading spinner. Defaults to `var(--esp-color-primary)`."
310
1491
  },
311
1492
  {
312
- "name": "--esp-size-border-radius",
313
- "description": "Global border radius. Static rem value."
1493
+ "name": "--esp-search-loading-indicator-track-color",
1494
+ "description": "Track color of the loading spinner. Defaults to `var(--esp-search-border-color)`."
314
1495
  },
315
-
316
1496
  {
317
- "name": "--esp-font-body",
318
- "description": "Font family for body and UI text."
1497
+ "name": "--esp-search-max-height",
1498
+ "description": "Maximum height of the results list. Defaults to `60vh`."
319
1499
  },
320
1500
  {
321
- "name": "--esp-font-headings",
322
- "description": "Font family for headings."
1501
+ "name": "--esp-search-max-width",
1502
+ "description": "Maximum width of the search panel. Defaults to `40rem`."
323
1503
  },
324
1504
  {
325
- "name": "--esp-font-monospace",
326
- "description": "Font family for code and monospace text."
1505
+ "name": "--esp-search-muted-color",
1506
+ "description": "Muted text color for placeholders, excerpts, and empty states."
327
1507
  },
328
-
329
1508
  {
330
- "name": "--esp-page-background-image",
331
- "description": "CSS background-image value for the page surface. Defaults to none."
1509
+ "name": "--esp-search-panel-background",
1510
+ "description": "Background color of the search panel. Defaults to `var(--esp-color-layer-1)`."
332
1511
  },
333
1512
  {
334
- "name": "--esp-page-background-image-opacity",
335
- "description": "Opacity of the page background image (0–1). Defaults to 1."
1513
+ "name": "--esp-search-panel-shadow",
1514
+ "description": "Box shadow of the search panel."
336
1515
  },
337
1516
  {
338
- "name": "--esp-box-background-image",
339
- "description": "CSS background-image value for esp-box surfaces."
1517
+ "name": "--esp-search-text-color",
1518
+ "description": "Main text color used by the search UI. Defaults to `var(--esp-color-text)`."
340
1519
  },
341
1520
  {
342
- "name": "--esp-box-background-image-opacity",
343
- "description": "Opacity of the box background image (0–1)."
1521
+ "name": "--esp-search-title-color",
1522
+ "description": "Title color for result rows. Defaults to `var(--esp-color-headings)`."
344
1523
  },
345
-
346
1524
  {
347
- "name": "--esp-avatar-border-radius",
348
- "description": "[esp-avatar] Border radius of the image and initials fallback."
1525
+ "name": "--esp-section-background",
1526
+ "description": "The band's background. Defaults to the local `--esp-color-background`, which inside a `context` zone is the zone's canvas."
349
1527
  },
350
1528
  {
351
- "name": "--esp-avatar-size",
352
- "description": "[esp-avatar] Width and height of the avatar."
1529
+ "name": "--esp-section-decoration-color",
1530
+ "description": "Semantic tint applied through the mask. Defaults to the local `--esp-color-headings`."
353
1531
  },
354
-
355
1532
  {
356
- "name": "--esp-color-box-background",
357
- "description": "[esp-box] Background color of the box."
1533
+ "name": "--esp-section-decoration-image",
1534
+ "description": "Raster alpha mask painted behind the well. Defaults to `none`."
358
1535
  },
359
1536
  {
360
- "name": "--esp-box-background",
361
- "description": "[esp-box] Background layer for images or gradients."
1537
+ "name": "--esp-section-decoration-opacity",
1538
+ "description": "Decoration opacity from `0` through `1`. Defaults to `1`."
362
1539
  },
363
1540
  {
364
- "name": "--esp-box-background-opacity",
365
- "description": "[esp-box] Opacity of the background layer."
1541
+ "name": "--esp-section-decoration-position",
1542
+ "description": "Mask position, including responsive or bleeding values. Defaults to `center`."
366
1543
  },
367
1544
  {
368
- "name": "--esp-size-box-padding",
369
- "description": "[esp-box] Padding inside the box."
1545
+ "name": "--esp-section-decoration-size",
1546
+ "description": "Mask size. Defaults to `contain`."
370
1547
  },
371
-
372
1548
  {
373
- "name": "--esp-button-padding",
374
- "description": "[esp-button] Padding inside the button label and icon areas."
1549
+ "name": "--esp-section-max-width",
1550
+ "description": "The content well's cap. Defaults to `var(--esp-page-well-max-width, 72rem)`; `none` lets content span the band."
375
1551
  },
376
1552
  {
377
- "name": "--esp-button-incognito-padding",
378
- "description": "[esp-button] Padding for the incognito (borderless) button style."
1553
+ "name": "--esp-section-padding-block",
1554
+ "description": "Vertical rhythm above and below the well. Defaults to `var(--esp-size-section)`."
379
1555
  },
380
-
381
1556
  {
382
- "name": "--esp-page-background",
383
- "description": "[esp-page] Background color of the page. Defaults to var(--esp-color-background)."
1557
+ "name": "--esp-section-padding-inline",
1558
+ "description": "Horizontal breathing room inside the band at narrow viewports. Defaults to `var(--esp-size-medium)`."
384
1559
  },
385
1560
  {
386
- "name": "--esp-page-max-width",
387
- "description": "[esp-page] Maximum width of the main content area. Set automatically by the kind attribute: 1536px (wide), 768px (narrow), or none (full)."
1561
+ "name": "--esp-seed-color",
1562
+ "description": ""
388
1563
  },
389
1564
  {
390
- "name": "--esp-header-height",
391
- "description": "[esp-header] Height of the header bar. Defaults to calc(4.5 * var(--esp-size-small)). Consumed by esp-page, esp-header-button, and esp-burger via use-site fallbacks."
1565
+ "name": "--esp-shadow-1",
1566
+ "description": ""
392
1567
  },
393
-
394
1568
  {
395
- "name": "--esp-header-background",
396
- "description": "[esp-header] Background color of the header bar. Defaults to var(--esp-color-layer-2)."
1569
+ "name": "--esp-shadow-2",
1570
+ "description": ""
397
1571
  },
398
1572
  {
399
- "name": "--esp-header-border-width",
400
- "description": "[esp-header] Border width of the header. Defaults to 0 0 1px 0."
1573
+ "name": "--esp-shadow-3",
1574
+ "description": ""
401
1575
  },
402
1576
  {
403
- "name": "--esp-header-border",
404
- "description": "[esp-header] Border style of the header. Defaults to solid var(--esp-color-border)."
1577
+ "name": "--esp-size-big",
1578
+ "description": ""
405
1579
  },
406
1580
  {
407
- "name": "--esp-header-shadow",
408
- "description": "[esp-header] Box shadow of the header. Defaults to 0 0 2px var(--esp-color-shadow)."
1581
+ "name": "--esp-size-big-to-large",
1582
+ "description": ""
409
1583
  },
410
1584
  {
411
- "name": "--esp-header-brand-placement",
412
- "description": "[esp-header] CSS place-content value for the brand container. Defaults to center."
1585
+ "name": "--esp-size-border-radius",
1586
+ "description": ""
413
1587
  },
414
1588
  {
415
- "name": "--esp-header-button-closed-color",
416
- "description": "[esp-header] Burger button color when menu is closed. Defaults to var(--esp-color-headings)."
1589
+ "name": "--esp-size-box-padding",
1590
+ "description": "The padding inside the box."
417
1591
  },
418
1592
  {
419
- "name": "--esp-header-button-closed-hover-color",
420
- "description": "[esp-header] Burger button hover color when menu is closed. Defaults to var(--esp-color-headings-hover)."
1593
+ "name": "--esp-size-burger-stroke",
1594
+ "description": "The stroke width of the burger lines."
421
1595
  },
422
1596
  {
423
- "name": "--esp-header-button-open-color",
424
- "description": "[esp-header] Burger button color when menu is open. Defaults to var(--esp-color-text)."
1597
+ "name": "--esp-size-color-picker-border-width",
1598
+ "description": "The border width of the color picker."
425
1599
  },
426
1600
  {
427
- "name": "--esp-header-button-open-hover-color",
428
- "description": "[esp-header] Burger button hover color when menu is open. Defaults to var(--esp-color-headings-hover)."
1601
+ "name": "--esp-size-font",
1602
+ "description": ""
429
1603
  },
430
1604
  {
431
- "name": "--esp-header-button-stroke-width",
432
- "description": "[esp-header] Stroke width of the burger button lines. Defaults to 0.45rem."
1605
+ "name": "--esp-size-huge",
1606
+ "description": ""
433
1607
  },
434
-
435
1608
  {
436
- "name": "--esp-header-button-background",
437
- "description": "[esp-header-button] Background color. Defaults to var(--esp-color-layer-3)."
1609
+ "name": "--esp-size-large",
1610
+ "description": ""
438
1611
  },
439
1612
  {
440
- "name": "--esp-header-button-background-hover",
441
- "description": "[esp-header-button] Hover background color. Defaults to var(--esp-color-layer-4)."
1613
+ "name": "--esp-size-large-to-huge",
1614
+ "description": ""
442
1615
  },
443
1616
  {
444
- "name": "--esp-header-button-box-shadow",
445
- "description": "[esp-header-button] Box shadow. Defaults to 0px 0px 3px 0px var(--esp-color-shadow)."
1617
+ "name": "--esp-size-medium",
1618
+ "description": ""
446
1619
  },
447
1620
  {
448
- "name": "--esp-header-button-border-left",
449
- "description": "[esp-header-button] Left border. Defaults to 1px dotted var(--esp-color-border)."
1621
+ "name": "--esp-size-medium-to-big",
1622
+ "description": ""
450
1623
  },
451
1624
  {
452
- "name": "--esp-header-button-color",
453
- "description": "[esp-header-button] Text and icon color. Defaults to var(--esp-color-text)."
1625
+ "name": "--esp-size-normal",
1626
+ "description": ""
454
1627
  },
455
-
456
1628
  {
457
- "name": "--esp-menu-background",
458
- "description": "[esp-menu] Background color of vertical and drawer menus. Defaults to var(--esp-color-layer-1)."
1629
+ "name": "--esp-size-normal-to-medium",
1630
+ "description": ""
459
1631
  },
460
1632
  {
461
- "name": "--esp-menu-border-color",
462
- "description": "[esp-menu] Border color of menu rails and drawers. Defaults to var(--esp-color-border)."
1633
+ "name": "--esp-size-padding",
1634
+ "description": ""
463
1635
  },
464
1636
  {
465
- "name": "--esp-menu-scrim-color",
466
- "description": "[esp-menu] Scrim color when the drawer is open."
1637
+ "name": "--esp-size-padding-page",
1638
+ "description": ""
467
1639
  },
468
1640
  {
469
- "name": "--esp-menu-drawer-shadow",
470
- "description": "[esp-menu] Box shadow for the drawer overlay. Defaults to 2px 0 8px var(--esp-color-shadow)."
1641
+ "name": "--esp-size-section",
1642
+ "description": ""
471
1643
  },
472
1644
  {
473
- "name": "--esp-menu-drawer-width",
474
- "description": "[esp-menu] Drawer width. Defaults to min(22rem, 86vw)."
1645
+ "name": "--esp-size-small",
1646
+ "description": ""
475
1647
  },
476
1648
  {
477
- "name": "--esp-menu-top-offset",
478
- "description": "[esp-menu] Top offset for drawers below fixed headers. Defaults to 0px."
1649
+ "name": "--esp-size-small-to-normal",
1650
+ "description": ""
479
1651
  },
480
-
481
1652
  {
482
- "name": "--esp-menu-group-color",
483
- "description": "[esp-menu-group] Text color of the group header. Defaults to var(--esp-color-headings)."
1653
+ "name": "--esp-size-tiny",
1654
+ "description": ""
484
1655
  },
485
1656
  {
486
- "name": "--esp-menu-group-background",
487
- "description": "[esp-menu-group] Background color of the group header. Defaults to var(--esp-color-layer-1)."
1657
+ "name": "--esp-size-tiny-to-small",
1658
+ "description": ""
488
1659
  },
489
1660
  {
490
- "name": "--esp-menu-group-hover-background",
491
- "description": "[esp-menu-group] Hover background color of the group header. Defaults to var(--esp-color-layer-2)."
1661
+ "name": "--esp-slider-focus-shadow",
1662
+ "description": "Color of the focus ring shadow. Defaults to `var(--esp-color-shadow)`."
492
1663
  },
493
1664
  {
494
- "name": "--esp-menu-group-indicator-color",
495
- "description": "[esp-menu-group] Color of the expand/collapse indicator. Defaults to var(--esp-color-headings)."
1665
+ "name": "--esp-slider-thumb-border-color",
1666
+ "description": "Border color of the thumb. Defaults to `var(--esp-color-border)`."
496
1667
  },
497
1668
  {
498
- "name": "--esp-menu-group-border-color",
499
- "description": "[esp-menu-group] Border color of the group. Defaults to var(--esp-color-border)."
1669
+ "name": "--esp-slider-thumb-color",
1670
+ "description": "Fill color of the thumb. Defaults to `var(--esp-color-layer-1)`."
500
1671
  },
501
1672
  {
502
- "name": "--esp-menu-group-panel-background",
503
- "description": "[esp-menu-group] Background color of horizontal disclosure panels. Defaults to var(--esp-color-layer-1)."
1673
+ "name": "--esp-slider-thumb-shadow",
1674
+ "description": "Box shadow of the thumb. Defaults to `0 1px 3px oklch(0 0 0 / 0.2)`."
504
1675
  },
505
1676
  {
506
- "name": "--esp-menu-group-panel-shadow",
507
- "description": "[esp-menu-group] Box shadow of horizontal disclosure panels. Defaults to 0 4px 12px var(--esp-color-shadow)."
1677
+ "name": "--esp-slider-thumb-size",
1678
+ "description": "Diameter of the thumb. Defaults to `var(--esp-size-normal-to-medium)`."
508
1679
  },
509
1680
  {
510
- "name": "--esp-menu-group-icon-min-width",
511
- "description": "[esp-menu-group] Minimum width of the icon rail. Defaults to calc(1 * var(--esp-size-font))."
1681
+ "name": "--esp-slider-track-border-radius",
1682
+ "description": "Border radius of the track. Defaults to `calc(var(--esp-slider-track-height, 6px) / 2)`."
512
1683
  },
513
1684
  {
514
- "name": "--esp-menu-group-icon-padding",
515
- "description": "[esp-menu-group] Padding inside the icon rail. Defaults to var(--esp-size-padding)."
1685
+ "name": "--esp-slider-track-color",
1686
+ "description": "Background color of the unfilled portion of the track. Defaults to `var(--esp-color-border)`."
516
1687
  },
517
1688
  {
518
- "name": "--esp-menu-group-icon-background",
519
- "description": "[esp-menu-group] Background color of the icon rail. Defaults to var(--esp-color-layer-2)."
1689
+ "name": "--esp-slider-track-fill-color",
1690
+ "description": "Background color of the filled portion of the track. Defaults to `var(--esp-color-action-background)`."
520
1691
  },
521
1692
  {
522
- "name": "--esp-menu-group-icon-size",
523
- "description": "[esp-menu-group] Size of generated and slotted group icons. Defaults to calc(1 * var(--esp-size-font))."
1693
+ "name": "--esp-slider-track-height",
1694
+ "description": "Height of the slider track. Defaults to `6px`."
524
1695
  },
525
-
526
1696
  {
527
- "name": "--esp-menu-item-color",
528
- "description": "[esp-menu-item] Text color. Defaults to var(--esp-color-text)."
1697
+ "name": "--esp-stack-gap",
1698
+ "description": "Overrides the gap between children. Defaults to the `gap` attribute's step, `normal` when unset."
529
1699
  },
530
1700
  {
531
- "name": "--esp-menu-item-background",
532
- "description": "[esp-menu-item] Background color."
1701
+ "name": "--esp-status-indicator-border-radius",
1702
+ "description": ""
533
1703
  },
534
1704
  {
535
- "name": "--esp-menu-item-border-color",
536
- "description": "[esp-menu-item] Border color. Defaults to var(--esp-color-border)."
1705
+ "name": "--esp-status-indicator-height",
1706
+ "description": ""
537
1707
  },
538
1708
  {
539
- "name": "--esp-menu-item-hover-color",
540
- "description": "[esp-menu-item] Hover text color. Defaults to var(--esp-color-headings-hover)."
1709
+ "name": "--esp-status-indicator-popover-max-width",
1710
+ "description": ""
541
1711
  },
542
1712
  {
543
- "name": "--esp-menu-item-hover-background",
544
- "description": "[esp-menu-item] Hover background color. Defaults to var(--esp-color-layer-2)."
1713
+ "name": "--esp-status-indicator-width",
1714
+ "description": ""
545
1715
  },
546
1716
  {
547
- "name": "--esp-menu-item-icon-background",
548
- "description": "[esp-menu-item] Icon area background color. Defaults to var(--esp-color-layer-2)."
1717
+ "name": "--esp-switch-focus-shadow",
1718
+ "description": "The color of the focus ring shadow. Defaults to `var(--esp-color-shadow)`."
549
1719
  },
550
1720
  {
551
- "name": "--esp-menu-item-active-color",
552
- "description": "[esp-menu-item] Text color of the active item. Defaults to var(--esp-color-link)."
1721
+ "name": "--esp-switch-height",
1722
+ "description": "The height of the switch track. Defaults to `var(--esp-size-normal-to-medium)`."
553
1723
  },
554
1724
  {
555
- "name": "--esp-menu-item-active-background",
556
- "description": "[esp-menu-item] Background color of the active item. Defaults to var(--esp-color-layer-2)."
1725
+ "name": "--esp-switch-text-active-color",
1726
+ "description": "Text color of the active label in text mode. Defaults to `var(--esp-color-action-text)`."
557
1727
  },
558
1728
  {
559
- "name": "--esp-menu-item-padding",
560
- "description": "[esp-menu-item] Padding around the item label. Defaults to var(--esp-size-small) var(--esp-size-padding)."
1729
+ "name": "--esp-switch-text-font-size",
1730
+ "description": "Font size for text-mode labels. Defaults to `var(--esp-size-font)`."
561
1731
  },
562
1732
  {
563
- "name": "--esp-menu-item-icon-min-width",
564
- "description": "[esp-menu-item] Minimum width of the icon rail. Defaults to calc(1 * var(--esp-size-font))."
1733
+ "name": "--esp-switch-text-highlight-color",
1734
+ "description": "Background color of the sliding highlight in text mode. Defaults to `var(--esp-color-action-background)`."
565
1735
  },
566
1736
  {
567
- "name": "--esp-menu-item-icon-padding",
568
- "description": "[esp-menu-item] Padding inside the icon rail. Defaults to var(--esp-size-padding)."
1737
+ "name": "--esp-switch-text-inactive-color",
1738
+ "description": "Text color of the inactive label in text mode. Defaults to `var(--esp-color-layer-1)`."
569
1739
  },
570
1740
  {
571
- "name": "--esp-menu-item-icon-size",
572
- "description": "[esp-menu-item] Size of generated and slotted item icons. Defaults to calc(1 * var(--esp-size-font))."
1741
+ "name": "--esp-switch-text-padding",
1742
+ "description": "Padding inside each text-mode label cell. Defaults to `var(--esp-size-tiny) var(--esp-size-small)`."
573
1743
  },
574
-
575
1744
  {
576
- "name": "--esp-color-burger",
577
- "description": "[esp-burger] Line color when closed."
1745
+ "name": "--esp-switch-thumb-color",
1746
+ "description": "The thumb color. Defaults to `var(--esp-color-layer-1)`."
578
1747
  },
579
1748
  {
580
- "name": "--esp-color-burger-hover",
581
- "description": "[esp-burger] Hover line color when closed."
1749
+ "name": "--esp-switch-thumb-size",
1750
+ "description": "The diameter of the thumb. Defaults to `calc(var(--esp-switch-height) - 4px)`."
582
1751
  },
583
1752
  {
584
- "name": "--esp-color-burger-opened",
585
- "description": "[esp-burger] Line color when open."
1753
+ "name": "--esp-switch-track-color",
1754
+ "description": "The track background color when the switch is off. Defaults to `var(--esp-color-border)`."
586
1755
  },
587
1756
  {
588
- "name": "--esp-color-burger-opened-hover",
589
- "description": "[esp-burger] Hover line color when open."
1757
+ "name": "--esp-switch-track-color-on",
1758
+ "description": "The track background color when the switch is on. Defaults to `var(--esp-color-action-background)`."
590
1759
  },
591
1760
  {
592
- "name": "--esp-size-burger-stroke",
593
- "description": "[esp-burger] Stroke width of the burger lines."
1761
+ "name": "--esp-switch-width",
1762
+ "description": "The width of the switch track. Defaults to `calc(var(--esp-size-normal-to-medium) * 1.75)`."
594
1763
  },
595
-
596
1764
  {
597
- "name": "--esp-tab-color-border",
598
- "description": "[esp-tab-group] Border color of the tab group container."
1765
+ "name": "--esp-tab-color-background",
1766
+ "description": "Background color of the overall component."
599
1767
  },
600
1768
  {
601
- "name": "--esp-tab-color-background",
602
- "description": "[esp-tab-group] Background color of the tab group."
1769
+ "name": "--esp-tab-color-border",
1770
+ "description": "Border color of the tab group container."
603
1771
  },
604
1772
  {
605
- "name": "--esp-tab-color-strip-background",
606
- "description": "[esp-tab-group] Background color of the active tab indicator strip."
1773
+ "name": "--esp-tab-color-button-active",
1774
+ "description": "Active tab button background."
607
1775
  },
608
1776
  {
609
1777
  "name": "--esp-tab-color-button-hover",
610
- "description": "[esp-tab-group] Tab button hover color."
1778
+ "description": "Tab button hover background."
611
1779
  },
612
1780
  {
613
- "name": "--esp-tab-color-button-active",
614
- "description": "[esp-tab-group] Active tab button color."
1781
+ "name": "--esp-tab-color-strip-background",
1782
+ "description": "Background color of the tab strip."
615
1783
  },
616
1784
  {
617
1785
  "name": "--esp-tab-color-text",
618
- "description": "[esp-tab-group] Text color for tab buttons."
1786
+ "description": "Text color for tab buttons."
619
1787
  },
620
1788
  {
621
1789
  "name": "--esp-tab-size-padding",
622
- "description": "[esp-tab-group, esp-tab] Padding inside tab panels."
623
- },
624
-
625
- {
626
- "name": "--esp-checkbox-size",
627
- "description": "[esp-checkbox] Width and height of the checkbox."
1790
+ "description": "Padding inside the panel area."
628
1791
  },
629
1792
  {
630
- "name": "--esp-checkbox-icon-color",
631
- "description": "[esp-checkbox] Stroke color of the checkmark icon."
1793
+ "name": "--esp-toaster-gap",
1794
+ "description": "Gap between stacked toasts. Defaults to `var(--esp-size-tiny-to-small)`."
632
1795
  },
633
1796
  {
634
- "name": "--esp-checkbox-focus-shadow",
635
- "description": "[esp-checkbox] Color of the focus ring shadow."
1797
+ "name": "--esp-toaster-padding",
1798
+ "description": "Padding around the toaster container. Defaults to `var(--esp-size-padding)`."
636
1799
  },
637
-
638
1800
  {
639
- "name": "--esp-radio-button-size",
640
- "description": "[esp-radio-button] Width and height of the radio button."
1801
+ "name": "--esp-toaster-z-index",
1802
+ "description": "Stack order of the toaster container. Defaults to `5000`."
641
1803
  },
642
1804
  {
643
- "name": "--esp-radio-button-icon-color",
644
- "description": "[esp-radio-button] Stroke color of the radio indicator."
1805
+ "name": "--esp-tooltip-background",
1806
+ "description": "Background color of the tooltip. Defaults to `var(--esp-color-layer-1)`."
645
1807
  },
646
1808
  {
647
- "name": "--esp-radio-button-focus-shadow",
648
- "description": "[esp-radio-button] Color of the focus ring shadow."
1809
+ "name": "--esp-tooltip-border",
1810
+ "description": "Border of the tooltip. Defaults to `1px solid var(--esp-color-border)`."
649
1811
  },
650
-
651
1812
  {
652
- "name": "--esp-switch-width",
653
- "description": "[esp-switch] Width of the switch track."
1813
+ "name": "--esp-tooltip-border-radius",
1814
+ "description": "Border radius of the tooltip. Defaults to `var(--esp-size-border-radius)`."
654
1815
  },
655
1816
  {
656
- "name": "--esp-switch-height",
657
- "description": "[esp-switch] Height of the switch track."
1817
+ "name": "--esp-tooltip-color",
1818
+ "description": "Text color inside the tooltip. Defaults to `var(--esp-color-text)`."
658
1819
  },
659
1820
  {
660
- "name": "--esp-switch-thumb-size",
661
- "description": "[esp-switch] Diameter of the thumb."
1821
+ "name": "--esp-tooltip-focus-outline",
1822
+ "description": "Outline used when the trigger receives keyboard focus. Defaults to `2px solid var(--esp-color-link)`."
662
1823
  },
663
1824
  {
664
- "name": "--esp-switch-track-color",
665
- "description": "[esp-switch] Track background color when off."
1825
+ "name": "--esp-tooltip-font-size",
1826
+ "description": "Font size of tooltip text. Defaults to `var(--esp-type-small)`."
666
1827
  },
667
1828
  {
668
- "name": "--esp-switch-track-color-on",
669
- "description": "[esp-switch] Track background color when on."
1829
+ "name": "--esp-tooltip-max-width",
1830
+ "description": "Maximum width of the tooltip. Defaults to `40ch`."
670
1831
  },
671
1832
  {
672
- "name": "--esp-switch-thumb-color",
673
- "description": "[esp-switch] Thumb color."
1833
+ "name": "--esp-tooltip-padding",
1834
+ "description": "Padding inside the tooltip. Defaults to `var(--esp-size-tiny) var(--esp-size-small)`."
674
1835
  },
675
1836
  {
676
- "name": "--esp-switch-focus-shadow",
677
- "description": "[esp-switch] Color of the focus ring shadow."
1837
+ "name": "--esp-tooltip-shadow",
1838
+ "description": "Box shadow for the tooltip. Defaults to `2px 2px 4px var(--esp-color-shadow)`."
678
1839
  },
679
-
680
1840
  {
681
- "name": "--esp-toaster-z-index",
682
- "description": "[esp-toaster] Stack order of the toaster container."
1841
+ "name": "--esp-tree-action-bg",
1842
+ "description": "Background color of the expand/collapse action rail. Defaults to a derived layer color."
683
1843
  },
684
1844
  {
685
- "name": "--esp-toaster-gap",
686
- "description": "[esp-toaster] Gap between stacked toasts."
1845
+ "name": "--esp-tree-action-hover-bg",
1846
+ "description": "Hover background color of the expand/collapse action rail. Defaults to `var(--esp-color-layer-2)`."
687
1847
  },
688
1848
  {
689
- "name": "--esp-toaster-padding",
690
- "description": "[esp-toaster] Padding around the toaster container."
1849
+ "name": "--esp-tree-action-size",
1850
+ "description": "Hit target size for tree icon actions. Defaults to `1.75rem`."
691
1851
  },
692
-
693
1852
  {
694
- "name": "--esp-tooltip-background",
695
- "description": "[esp-tooltip] Background color of the tooltip."
1853
+ "name": "--esp-tree-guide-color",
1854
+ "description": "Color of the branch guide path. Defaults to `var(--esp-color-border)`."
696
1855
  },
697
1856
  {
698
- "name": "--esp-tooltip-border",
699
- "description": "[esp-tooltip] Border of the tooltip."
1857
+ "name": "--esp-tree-hover-bg",
1858
+ "description": "Background color of a node row on hover. Defaults to `var(--esp-color-layer-2)`."
700
1859
  },
701
1860
  {
702
- "name": "--esp-tooltip-border-radius",
703
- "description": "[esp-tooltip] Border radius of the tooltip."
1861
+ "name": "--esp-tree-icon-color",
1862
+ "description": "Color of the expand/collapse action and node icons. Defaults to `var(--esp-color-headings)`."
704
1863
  },
705
1864
  {
706
- "name": "--esp-tooltip-color",
707
- "description": "[esp-tooltip] Text color inside the tooltip."
1865
+ "name": "--esp-tree-indent-step",
1866
+ "description": "Horizontal indent added per nesting level. Defaults to `1.25rem`."
708
1867
  },
709
1868
  {
710
- "name": "--esp-tooltip-font-size",
711
- "description": "[esp-tooltip] Font size of tooltip text."
1869
+ "name": "--esp-tree-node-padding",
1870
+ "description": "Vertical padding of each node row. Defaults to `var(--esp-size-small)`."
712
1871
  },
713
1872
  {
714
- "name": "--esp-tooltip-max-width",
715
- "description": "[esp-tooltip] Maximum width of the tooltip."
1873
+ "name": "--esp-tree-row-bg",
1874
+ "description": "Background color of an unselected row. Defaults to `var(--esp-color-layer-1)`."
716
1875
  },
717
1876
  {
718
- "name": "--esp-tooltip-padding",
719
- "description": "[esp-tooltip] Padding inside the tooltip."
1877
+ "name": "--esp-tree-row-border-color",
1878
+ "description": "Border color of an unselected row. Defaults to `var(--esp-color-border)`."
720
1879
  },
721
1880
  {
722
- "name": "--esp-tooltip-shadow",
723
- "description": "[esp-tooltip] Box shadow for the tooltip."
1881
+ "name": "--esp-tree-selected-bg",
1882
+ "description": "Background color of the selected node row. Defaults to `var(--esp-color-layer-3)`."
724
1883
  },
725
-
726
1884
  {
727
- "name": "--esp-progress-border-radius",
728
- "description": "[esp-progress] Border radius of the track and fill."
1885
+ "name": "--esp-type-big",
1886
+ "description": ""
729
1887
  },
730
1888
  {
731
- "name": "--esp-progress-circle-size",
732
- "description": "[esp-progress] Diameter of the circular progress ring in circle mode."
1889
+ "name": "--esp-type-caption-color",
1890
+ "description": "Context-local color alias for captions."
733
1891
  },
734
1892
  {
735
- "name": "--esp-progress-fill-color",
736
- "description": "[esp-progress] Color of the progress fill."
1893
+ "name": "--esp-type-caption-font-size",
1894
+ "description": "Fluid font size for captions."
737
1895
  },
738
1896
  {
739
- "name": "--esp-progress-font-size",
740
- "description": "[esp-progress] Font size for the value text."
1897
+ "name": "--esp-type-caption-font-weight",
1898
+ "description": "Font weight for captions."
741
1899
  },
742
1900
  {
743
- "name": "--esp-progress-height",
744
- "description": "[esp-progress] Height of the progress bar track."
1901
+ "name": "--esp-type-caption-letter-spacing",
1902
+ "description": "Letter spacing for captions."
745
1903
  },
746
1904
  {
747
- "name": "--esp-progress-border-color",
748
- "description": "[esp-progress] Border color of the track outline."
1905
+ "name": "--esp-type-display-color",
1906
+ "description": "Context-local heading-color alias for opt-in display text."
749
1907
  },
750
-
751
1908
  {
752
- "name": "--esp-color-dialog-bg",
753
- "description": "[esp-dialog] Background color of the dialog overlay."
1909
+ "name": "--esp-type-display-font-family",
1910
+ "description": "Heading font family for opt-in display text."
754
1911
  },
755
1912
  {
756
- "name": "--esp-dialog-bg-opacity",
757
- "description": "[esp-dialog] Opacity of the dialog overlay background."
1913
+ "name": "--esp-type-display-font-size",
1914
+ "description": "Fluid display size spanning the large mobile floor through the huge desktop ceiling."
758
1915
  },
759
-
760
1916
  {
761
- "name": "--esp-form-item-label-color",
762
- "description": "[esp-form-item] Color of the label text."
1917
+ "name": "--esp-type-display-font-weight",
1918
+ "description": "Heading font weight for opt-in display text."
763
1919
  },
764
1920
  {
765
- "name": "--esp-form-item-error-color",
766
- "description": "[esp-form-item] Color of the error message text."
1921
+ "name": "--esp-type-display-letter-spacing",
1922
+ "description": "Letter spacing for opt-in display text."
767
1923
  },
768
1924
  {
769
- "name": "--esp-form-item-font",
770
- "description": "[esp-form-item] Font family for the form item."
1925
+ "name": "--esp-type-display-line-height",
1926
+ "description": "Line height for opt-in display text."
771
1927
  },
772
1928
  {
773
- "name": "--esp-form-item-font-size",
774
- "description": "[esp-form-item] Font size for the form item."
1929
+ "name": "--esp-type-huge",
1930
+ "description": ""
775
1931
  },
776
-
777
1932
  {
778
- "name": "--esp-details-color-border",
779
- "description": "[esp-details] Border color."
1933
+ "name": "--esp-type-label-color",
1934
+ "description": "Context-local color alias for label text."
780
1935
  },
781
1936
  {
782
- "name": "--esp-details-color-background",
783
- "description": "[esp-details] Background color."
1937
+ "name": "--esp-type-label-font-size",
1938
+ "description": "Fluid font size for label text."
784
1939
  },
785
1940
  {
786
- "name": "--esp-details-color-summary-background",
787
- "description": "[esp-details] Summary section background."
1941
+ "name": "--esp-type-label-font-weight",
1942
+ "description": "Font weight for label text."
788
1943
  },
789
1944
  {
790
- "name": "--esp-details-color-summary-hover-background",
791
- "description": "[esp-details] Summary section hover background."
1945
+ "name": "--esp-type-label-letter-spacing",
1946
+ "description": "Letter spacing for label text."
792
1947
  },
793
1948
  {
794
- "name": "--esp-details-color-summary-background-active",
795
- "description": "[esp-details] Summary section background when open."
1949
+ "name": "--esp-type-large",
1950
+ "description": ""
796
1951
  },
797
1952
  {
798
- "name": "--esp-details-color-indicator",
799
- "description": "[esp-details] Color of the expand / collapse indicator."
1953
+ "name": "--esp-type-lead-color",
1954
+ "description": "Context-local color alias for lead paragraphs."
800
1955
  },
801
1956
  {
802
- "name": "--esp-details-size-padding",
803
- "description": "[esp-details] Padding inside the details panel."
1957
+ "name": "--esp-type-lead-font-size",
1958
+ "description": "Fluid font size for lead paragraphs."
804
1959
  },
805
-
806
1960
  {
807
- "name": "--esp-details-group-color-border",
808
- "description": "[esp-details-group] Border color for the group container."
1961
+ "name": "--esp-type-lead-font-weight",
1962
+ "description": "Font weight for lead paragraphs."
809
1963
  },
810
-
811
1964
  {
812
- "name": "--esp-info-color-border",
813
- "description": "[esp-info] Border color."
1965
+ "name": "--esp-type-lead-letter-spacing",
1966
+ "description": "Letter spacing for lead paragraphs."
814
1967
  },
815
1968
  {
816
- "name": "--esp-info-color-background",
817
- "description": "[esp-info] Background color."
1969
+ "name": "--esp-type-medium",
1970
+ "description": ""
818
1971
  },
819
1972
  {
820
- "name": "--esp-info-color-text",
821
- "description": "[esp-info] Text color."
1973
+ "name": "--esp-type-normal",
1974
+ "description": ""
822
1975
  },
823
-
824
1976
  {
825
- "name": "--esp-breadcrumb-separator-color",
826
- "description": "[esp-breadcrumbs] Color of the separator between breadcrumbs."
1977
+ "name": "--esp-type-overline-color",
1978
+ "description": "Context-local color alias for overline text."
827
1979
  },
828
1980
  {
829
- "name": "--esp-breadcrumb-color",
830
- "description": "[esp-breadcrumb] Link text color."
1981
+ "name": "--esp-type-overline-font-size",
1982
+ "description": "Fluid font size for overline text."
831
1983
  },
832
1984
  {
833
- "name": "--esp-breadcrumb-hover-color",
834
- "description": "[esp-breadcrumb] Link hover text color."
1985
+ "name": "--esp-type-overline-font-weight",
1986
+ "description": "Font weight for overline text."
835
1987
  },
836
-
837
1988
  {
838
- "name": "--esp-image-border",
839
- "description": "[esp-image] Border property of the image."
1989
+ "name": "--esp-type-overline-letter-spacing",
1990
+ "description": "Letter spacing for overline text."
840
1991
  },
841
-
842
1992
  {
843
- "name": "--esp-image-upload-preview-background",
844
- "description": "[esp-image-upload] Background color of the image preview area."
1993
+ "name": "--esp-type-overline-text-transform",
1994
+ "description": "Text transform for overline text."
845
1995
  },
846
1996
  {
847
- "name": "--esp-image-preview-border-color",
848
- "description": "[esp-image-preview] Border color of the preview."
1997
+ "name": "--esp-type-small",
1998
+ "description": ""
849
1999
  },
850
2000
  {
851
- "name": "--esp-image-preview-remove-color",
852
- "description": "[esp-image-preview] Text color of the remove button."
2001
+ "name": "--esp-type-tiny",
2002
+ "description": ""
853
2003
  },
854
-
855
2004
  {
856
- "name": "--esp-color-picker-bg",
857
- "description": "[esp-picker-menu] Background color of picker menu items."
2005
+ "name": "--esp-vellum-background",
2006
+ "description": "Shared overlay background hook consumed as a fallback by overlay components."
858
2007
  },
859
2008
  {
860
- "name": "--esp-color-picker-bg-alt",
861
- "description": "[esp-picker-menu] Alternate background color for picker menu items."
2009
+ "name": "--esp-vellum-background-image",
2010
+ "description": "Optional repeating background image for the overlay (default: none)."
862
2011
  },
863
-
864
2012
  {
865
- "name": "--esp-size-color-picker-border-width",
866
- "description": "[esp-color-picker] Border width of the color picker."
2013
+ "name": "--esp-vellum-background-image-opacity",
2014
+ "description": "Opacity of the background image layer (default: 0.3)."
867
2015
  },
868
-
869
2016
  {
870
- "name": "--esp-grid-border",
871
- "description": "[esp-grid] Border style of the grid."
2017
+ "name": "--esp-vellum-opacity",
2018
+ "description": ""
872
2019
  }
873
2020
  ]
874
2021
  }