@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.
- package/custom-elements.json +7437 -7393
- package/dist/root/esp-root.d.ts +6 -0
- package/dist/section/esp-section.d.ts +27 -0
- package/dist/section/esp-section.js +23 -2
- package/dist/shared/scale-engine.js +1 -1
- package/dist/shared/visual-overlay.js +12 -5
- package/espalier.css-data.json +1585 -438
- package/espalier.token-manifest.json +60 -0
- package/package.json +1 -1
package/espalier.css-data.json
CHANGED
|
@@ -2,873 +2,2020 @@
|
|
|
2
2
|
"version": 1.1,
|
|
3
3
|
"properties": [
|
|
4
4
|
{
|
|
5
|
-
"name": "--esp-
|
|
6
|
-
"description": "
|
|
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-
|
|
10
|
-
"description": "
|
|
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-
|
|
47
|
-
"description": "
|
|
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-
|
|
51
|
-
"description": "
|
|
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-
|
|
55
|
-
"description": "
|
|
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-
|
|
59
|
-
"description": "
|
|
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-
|
|
63
|
-
"description": "
|
|
1253
|
+
"name": "--esp-menu-top-offset",
|
|
1254
|
+
"description": "Top offset for drawers below fixed headers."
|
|
64
1255
|
},
|
|
65
1256
|
{
|
|
66
|
-
"name": "--esp-
|
|
67
|
-
"description": "
|
|
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-
|
|
71
|
-
"description": "
|
|
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-
|
|
75
|
-
"description": "
|
|
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-
|
|
79
|
-
"description": "
|
|
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-
|
|
83
|
-
"description": "
|
|
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-
|
|
87
|
-
"description": "
|
|
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-
|
|
92
|
-
"description": "
|
|
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-
|
|
96
|
-
"description": "
|
|
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-
|
|
100
|
-
"description": "
|
|
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-
|
|
104
|
-
"description": "
|
|
1293
|
+
"name": "--esp-page-flyout-min-width",
|
|
1294
|
+
"description": "Minimum in-grid help width. Defaults to `20rem`."
|
|
105
1295
|
},
|
|
106
1296
|
{
|
|
107
|
-
"name": "--esp-
|
|
108
|
-
"description": "
|
|
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-
|
|
113
|
-
"description": "
|
|
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-
|
|
117
|
-
"description": "
|
|
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-
|
|
121
|
-
"description": "
|
|
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-
|
|
125
|
-
"description": "
|
|
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-
|
|
130
|
-
"description": "
|
|
1317
|
+
"name": "--esp-page-max-width",
|
|
1318
|
+
"description": "Legacy fallback for `--esp-page-main-max-width`."
|
|
131
1319
|
},
|
|
132
1320
|
{
|
|
133
|
-
"name": "--esp-
|
|
134
|
-
"description": "
|
|
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-
|
|
138
|
-
"description": "
|
|
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-
|
|
143
|
-
"description": "
|
|
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-
|
|
147
|
-
"description": "
|
|
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-
|
|
151
|
-
"description": "
|
|
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-
|
|
155
|
-
"description": "
|
|
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-
|
|
159
|
-
"description": "
|
|
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-
|
|
164
|
-
"description": "
|
|
1349
|
+
"name": "--esp-page-preview-width",
|
|
1350
|
+
"description": "Legacy fixed-width alias that pins both preview bounds."
|
|
165
1351
|
},
|
|
166
1352
|
{
|
|
167
|
-
"name": "--esp-
|
|
168
|
-
"description": "
|
|
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-
|
|
173
|
-
"description": "
|
|
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-
|
|
177
|
-
"description": "
|
|
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-
|
|
181
|
-
"description": "
|
|
1365
|
+
"name": "--esp-page-resize-large-step",
|
|
1366
|
+
"description": "Shift+Arrow resize step. Defaults to `4rem`."
|
|
182
1367
|
},
|
|
183
1368
|
{
|
|
184
|
-
"name": "--esp-
|
|
185
|
-
"description": "
|
|
1369
|
+
"name": "--esp-page-resize-step",
|
|
1370
|
+
"description": "Arrow-key resize step. Defaults to `1rem`."
|
|
186
1371
|
},
|
|
187
1372
|
{
|
|
188
|
-
"name": "--esp-
|
|
189
|
-
"description": "
|
|
1373
|
+
"name": "--esp-page-sticky-header-top",
|
|
1374
|
+
"description": "Top inset for sticky headers. Defaults to `0`."
|
|
190
1375
|
},
|
|
191
1376
|
{
|
|
192
|
-
"name": "--esp-
|
|
193
|
-
"description": "
|
|
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-
|
|
197
|
-
"description": "
|
|
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-
|
|
201
|
-
"description": "
|
|
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-
|
|
205
|
-
"description": "
|
|
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-
|
|
209
|
-
"description": "
|
|
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-
|
|
213
|
-
"description": "
|
|
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-
|
|
218
|
-
"description": "
|
|
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-
|
|
222
|
-
"description": "
|
|
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-
|
|
226
|
-
"description": "
|
|
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-
|
|
230
|
-
"description": "
|
|
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-
|
|
234
|
-
"description": "
|
|
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-
|
|
238
|
-
"description": "
|
|
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-
|
|
242
|
-
"description": "
|
|
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-
|
|
247
|
-
"description": "
|
|
1429
|
+
"name": "--esp-repeater-background",
|
|
1430
|
+
"description": "Background of the repeater container."
|
|
248
1431
|
},
|
|
249
1432
|
{
|
|
250
|
-
"name": "--esp-
|
|
251
|
-
"description": "
|
|
1433
|
+
"name": "--esp-repeater-border",
|
|
1434
|
+
"description": "Border of the repeater container."
|
|
252
1435
|
},
|
|
253
1436
|
{
|
|
254
|
-
"name": "--esp-
|
|
255
|
-
"description": "
|
|
1437
|
+
"name": "--esp-repeater-border-radius",
|
|
1438
|
+
"description": "Border radius of the repeater container."
|
|
256
1439
|
},
|
|
257
1440
|
{
|
|
258
|
-
"name": "--esp-
|
|
259
|
-
"description": "
|
|
1441
|
+
"name": "--esp-repeater-content-padding",
|
|
1442
|
+
"description": "Padding inside the virtualized content region. Defaults to `0`."
|
|
260
1443
|
},
|
|
261
1444
|
{
|
|
262
|
-
"name": "--esp-
|
|
263
|
-
"description": "
|
|
1445
|
+
"name": "--esp-repeater-gap",
|
|
1446
|
+
"description": "Space between repeated items."
|
|
264
1447
|
},
|
|
265
1448
|
{
|
|
266
|
-
"name": "--esp-
|
|
267
|
-
"description": "
|
|
1449
|
+
"name": "--esp-repeater-grid-column-gap",
|
|
1450
|
+
"description": "Horizontal gap between grid columns."
|
|
268
1451
|
},
|
|
269
1452
|
{
|
|
270
|
-
"name": "--esp-
|
|
271
|
-
"description": "
|
|
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-
|
|
276
|
-
"description": "
|
|
1457
|
+
"name": "--esp-repeater-grid-row-gap",
|
|
1458
|
+
"description": "Vertical gap between grid rows."
|
|
277
1459
|
},
|
|
278
1460
|
{
|
|
279
|
-
"name": "--esp-
|
|
280
|
-
"description": "
|
|
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-
|
|
284
|
-
"description": "
|
|
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-
|
|
288
|
-
"description": "
|
|
1469
|
+
"name": "--esp-scheme",
|
|
1470
|
+
"description": ""
|
|
289
1471
|
},
|
|
290
1472
|
{
|
|
291
|
-
"name": "--esp-
|
|
292
|
-
"description": "
|
|
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-
|
|
296
|
-
"description": "
|
|
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-
|
|
301
|
-
"description": "
|
|
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-
|
|
305
|
-
"description": "
|
|
1485
|
+
"name": "--esp-search-highlight-background",
|
|
1486
|
+
"description": "Background color applied to `<mark>` highlights inside excerpts."
|
|
306
1487
|
},
|
|
307
1488
|
{
|
|
308
|
-
"name": "--esp-
|
|
309
|
-
"description": "
|
|
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-
|
|
313
|
-
"description": "
|
|
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-
|
|
318
|
-
"description": "
|
|
1497
|
+
"name": "--esp-search-max-height",
|
|
1498
|
+
"description": "Maximum height of the results list. Defaults to `60vh`."
|
|
319
1499
|
},
|
|
320
1500
|
{
|
|
321
|
-
"name": "--esp-
|
|
322
|
-
"description": "
|
|
1501
|
+
"name": "--esp-search-max-width",
|
|
1502
|
+
"description": "Maximum width of the search panel. Defaults to `40rem`."
|
|
323
1503
|
},
|
|
324
1504
|
{
|
|
325
|
-
"name": "--esp-
|
|
326
|
-
"description": "
|
|
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-
|
|
331
|
-
"description": "
|
|
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-
|
|
335
|
-
"description": "
|
|
1513
|
+
"name": "--esp-search-panel-shadow",
|
|
1514
|
+
"description": "Box shadow of the search panel."
|
|
336
1515
|
},
|
|
337
1516
|
{
|
|
338
|
-
"name": "--esp-
|
|
339
|
-
"description": "
|
|
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-
|
|
343
|
-
"description": "
|
|
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-
|
|
348
|
-
"description": "
|
|
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-
|
|
352
|
-
"description": "
|
|
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-
|
|
357
|
-
"description": "
|
|
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-
|
|
361
|
-
"description": "
|
|
1537
|
+
"name": "--esp-section-decoration-opacity",
|
|
1538
|
+
"description": "Decoration opacity from `0` through `1`. Defaults to `1`."
|
|
362
1539
|
},
|
|
363
1540
|
{
|
|
364
|
-
"name": "--esp-
|
|
365
|
-
"description": "
|
|
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-
|
|
369
|
-
"description": "
|
|
1545
|
+
"name": "--esp-section-decoration-size",
|
|
1546
|
+
"description": "Mask size. Defaults to `contain`."
|
|
370
1547
|
},
|
|
371
|
-
|
|
372
1548
|
{
|
|
373
|
-
"name": "--esp-
|
|
374
|
-
"description": "
|
|
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-
|
|
378
|
-
"description": "
|
|
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-
|
|
383
|
-
"description": "
|
|
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-
|
|
387
|
-
"description": "
|
|
1561
|
+
"name": "--esp-seed-color",
|
|
1562
|
+
"description": ""
|
|
388
1563
|
},
|
|
389
1564
|
{
|
|
390
|
-
"name": "--esp-
|
|
391
|
-
"description": "
|
|
1565
|
+
"name": "--esp-shadow-1",
|
|
1566
|
+
"description": ""
|
|
392
1567
|
},
|
|
393
|
-
|
|
394
1568
|
{
|
|
395
|
-
"name": "--esp-
|
|
396
|
-
"description": "
|
|
1569
|
+
"name": "--esp-shadow-2",
|
|
1570
|
+
"description": ""
|
|
397
1571
|
},
|
|
398
1572
|
{
|
|
399
|
-
"name": "--esp-
|
|
400
|
-
"description": "
|
|
1573
|
+
"name": "--esp-shadow-3",
|
|
1574
|
+
"description": ""
|
|
401
1575
|
},
|
|
402
1576
|
{
|
|
403
|
-
"name": "--esp-
|
|
404
|
-
"description": "
|
|
1577
|
+
"name": "--esp-size-big",
|
|
1578
|
+
"description": ""
|
|
405
1579
|
},
|
|
406
1580
|
{
|
|
407
|
-
"name": "--esp-
|
|
408
|
-
"description": "
|
|
1581
|
+
"name": "--esp-size-big-to-large",
|
|
1582
|
+
"description": ""
|
|
409
1583
|
},
|
|
410
1584
|
{
|
|
411
|
-
"name": "--esp-
|
|
412
|
-
"description": "
|
|
1585
|
+
"name": "--esp-size-border-radius",
|
|
1586
|
+
"description": ""
|
|
413
1587
|
},
|
|
414
1588
|
{
|
|
415
|
-
"name": "--esp-
|
|
416
|
-
"description": "
|
|
1589
|
+
"name": "--esp-size-box-padding",
|
|
1590
|
+
"description": "The padding inside the box."
|
|
417
1591
|
},
|
|
418
1592
|
{
|
|
419
|
-
"name": "--esp-
|
|
420
|
-
"description": "
|
|
1593
|
+
"name": "--esp-size-burger-stroke",
|
|
1594
|
+
"description": "The stroke width of the burger lines."
|
|
421
1595
|
},
|
|
422
1596
|
{
|
|
423
|
-
"name": "--esp-
|
|
424
|
-
"description": "
|
|
1597
|
+
"name": "--esp-size-color-picker-border-width",
|
|
1598
|
+
"description": "The border width of the color picker."
|
|
425
1599
|
},
|
|
426
1600
|
{
|
|
427
|
-
"name": "--esp-
|
|
428
|
-
"description": "
|
|
1601
|
+
"name": "--esp-size-font",
|
|
1602
|
+
"description": ""
|
|
429
1603
|
},
|
|
430
1604
|
{
|
|
431
|
-
"name": "--esp-
|
|
432
|
-
"description": "
|
|
1605
|
+
"name": "--esp-size-huge",
|
|
1606
|
+
"description": ""
|
|
433
1607
|
},
|
|
434
|
-
|
|
435
1608
|
{
|
|
436
|
-
"name": "--esp-
|
|
437
|
-
"description": "
|
|
1609
|
+
"name": "--esp-size-large",
|
|
1610
|
+
"description": ""
|
|
438
1611
|
},
|
|
439
1612
|
{
|
|
440
|
-
"name": "--esp-
|
|
441
|
-
"description": "
|
|
1613
|
+
"name": "--esp-size-large-to-huge",
|
|
1614
|
+
"description": ""
|
|
442
1615
|
},
|
|
443
1616
|
{
|
|
444
|
-
"name": "--esp-
|
|
445
|
-
"description": "
|
|
1617
|
+
"name": "--esp-size-medium",
|
|
1618
|
+
"description": ""
|
|
446
1619
|
},
|
|
447
1620
|
{
|
|
448
|
-
"name": "--esp-
|
|
449
|
-
"description": "
|
|
1621
|
+
"name": "--esp-size-medium-to-big",
|
|
1622
|
+
"description": ""
|
|
450
1623
|
},
|
|
451
1624
|
{
|
|
452
|
-
"name": "--esp-
|
|
453
|
-
"description": "
|
|
1625
|
+
"name": "--esp-size-normal",
|
|
1626
|
+
"description": ""
|
|
454
1627
|
},
|
|
455
|
-
|
|
456
1628
|
{
|
|
457
|
-
"name": "--esp-
|
|
458
|
-
"description": "
|
|
1629
|
+
"name": "--esp-size-normal-to-medium",
|
|
1630
|
+
"description": ""
|
|
459
1631
|
},
|
|
460
1632
|
{
|
|
461
|
-
"name": "--esp-
|
|
462
|
-
"description": "
|
|
1633
|
+
"name": "--esp-size-padding",
|
|
1634
|
+
"description": ""
|
|
463
1635
|
},
|
|
464
1636
|
{
|
|
465
|
-
"name": "--esp-
|
|
466
|
-
"description": "
|
|
1637
|
+
"name": "--esp-size-padding-page",
|
|
1638
|
+
"description": ""
|
|
467
1639
|
},
|
|
468
1640
|
{
|
|
469
|
-
"name": "--esp-
|
|
470
|
-
"description": "
|
|
1641
|
+
"name": "--esp-size-section",
|
|
1642
|
+
"description": ""
|
|
471
1643
|
},
|
|
472
1644
|
{
|
|
473
|
-
"name": "--esp-
|
|
474
|
-
"description": "
|
|
1645
|
+
"name": "--esp-size-small",
|
|
1646
|
+
"description": ""
|
|
475
1647
|
},
|
|
476
1648
|
{
|
|
477
|
-
"name": "--esp-
|
|
478
|
-
"description": "
|
|
1649
|
+
"name": "--esp-size-small-to-normal",
|
|
1650
|
+
"description": ""
|
|
479
1651
|
},
|
|
480
|
-
|
|
481
1652
|
{
|
|
482
|
-
"name": "--esp-
|
|
483
|
-
"description": "
|
|
1653
|
+
"name": "--esp-size-tiny",
|
|
1654
|
+
"description": ""
|
|
484
1655
|
},
|
|
485
1656
|
{
|
|
486
|
-
"name": "--esp-
|
|
487
|
-
"description": "
|
|
1657
|
+
"name": "--esp-size-tiny-to-small",
|
|
1658
|
+
"description": ""
|
|
488
1659
|
},
|
|
489
1660
|
{
|
|
490
|
-
"name": "--esp-
|
|
491
|
-
"description": "
|
|
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-
|
|
495
|
-
"description": "
|
|
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-
|
|
499
|
-
"description": "
|
|
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-
|
|
503
|
-
"description": "
|
|
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-
|
|
507
|
-
"description": "
|
|
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-
|
|
511
|
-
"description": "
|
|
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-
|
|
515
|
-
"description": "
|
|
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-
|
|
519
|
-
"description": "
|
|
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-
|
|
523
|
-
"description": "
|
|
1693
|
+
"name": "--esp-slider-track-height",
|
|
1694
|
+
"description": "Height of the slider track. Defaults to `6px`."
|
|
524
1695
|
},
|
|
525
|
-
|
|
526
1696
|
{
|
|
527
|
-
"name": "--esp-
|
|
528
|
-
"description": "
|
|
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-
|
|
532
|
-
"description": "
|
|
1701
|
+
"name": "--esp-status-indicator-border-radius",
|
|
1702
|
+
"description": ""
|
|
533
1703
|
},
|
|
534
1704
|
{
|
|
535
|
-
"name": "--esp-
|
|
536
|
-
"description": "
|
|
1705
|
+
"name": "--esp-status-indicator-height",
|
|
1706
|
+
"description": ""
|
|
537
1707
|
},
|
|
538
1708
|
{
|
|
539
|
-
"name": "--esp-
|
|
540
|
-
"description": "
|
|
1709
|
+
"name": "--esp-status-indicator-popover-max-width",
|
|
1710
|
+
"description": ""
|
|
541
1711
|
},
|
|
542
1712
|
{
|
|
543
|
-
"name": "--esp-
|
|
544
|
-
"description": "
|
|
1713
|
+
"name": "--esp-status-indicator-width",
|
|
1714
|
+
"description": ""
|
|
545
1715
|
},
|
|
546
1716
|
{
|
|
547
|
-
"name": "--esp-
|
|
548
|
-
"description": "
|
|
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-
|
|
552
|
-
"description": "
|
|
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-
|
|
556
|
-
"description": "
|
|
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-
|
|
560
|
-
"description": "
|
|
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-
|
|
564
|
-
"description": "
|
|
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-
|
|
568
|
-
"description": "
|
|
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-
|
|
572
|
-
"description": "
|
|
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
|
|
577
|
-
"description": "
|
|
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-
|
|
581
|
-
"description": "
|
|
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-
|
|
585
|
-
"description": "
|
|
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-
|
|
589
|
-
"description": "
|
|
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-
|
|
593
|
-
"description": "
|
|
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-
|
|
598
|
-
"description": "
|
|
1765
|
+
"name": "--esp-tab-color-background",
|
|
1766
|
+
"description": "Background color of the overall component."
|
|
599
1767
|
},
|
|
600
1768
|
{
|
|
601
|
-
"name": "--esp-tab-color-
|
|
602
|
-
"description": "
|
|
1769
|
+
"name": "--esp-tab-color-border",
|
|
1770
|
+
"description": "Border color of the tab group container."
|
|
603
1771
|
},
|
|
604
1772
|
{
|
|
605
|
-
"name": "--esp-tab-color-
|
|
606
|
-
"description": "
|
|
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": "
|
|
1778
|
+
"description": "Tab button hover background."
|
|
611
1779
|
},
|
|
612
1780
|
{
|
|
613
|
-
"name": "--esp-tab-color-
|
|
614
|
-
"description": "
|
|
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": "
|
|
1786
|
+
"description": "Text color for tab buttons."
|
|
619
1787
|
},
|
|
620
1788
|
{
|
|
621
1789
|
"name": "--esp-tab-size-padding",
|
|
622
|
-
"description": "
|
|
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-
|
|
631
|
-
"description": "
|
|
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-
|
|
635
|
-
"description": "
|
|
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-
|
|
640
|
-
"description": "
|
|
1801
|
+
"name": "--esp-toaster-z-index",
|
|
1802
|
+
"description": "Stack order of the toaster container. Defaults to `5000`."
|
|
641
1803
|
},
|
|
642
1804
|
{
|
|
643
|
-
"name": "--esp-
|
|
644
|
-
"description": "
|
|
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-
|
|
648
|
-
"description": "
|
|
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-
|
|
653
|
-
"description": "
|
|
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-
|
|
657
|
-
"description": "
|
|
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-
|
|
661
|
-
"description": "
|
|
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-
|
|
665
|
-
"description": "
|
|
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-
|
|
669
|
-
"description": "
|
|
1829
|
+
"name": "--esp-tooltip-max-width",
|
|
1830
|
+
"description": "Maximum width of the tooltip. Defaults to `40ch`."
|
|
670
1831
|
},
|
|
671
1832
|
{
|
|
672
|
-
"name": "--esp-
|
|
673
|
-
"description": "
|
|
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-
|
|
677
|
-
"description": "
|
|
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-
|
|
682
|
-
"description": "
|
|
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-
|
|
686
|
-
"description": "
|
|
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-
|
|
690
|
-
"description": "
|
|
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-
|
|
695
|
-
"description": "
|
|
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-
|
|
699
|
-
"description": "
|
|
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-
|
|
703
|
-
"description": "
|
|
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-
|
|
707
|
-
"description": "
|
|
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-
|
|
711
|
-
"description": "
|
|
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-
|
|
715
|
-
"description": "
|
|
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-
|
|
719
|
-
"description": "
|
|
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-
|
|
723
|
-
"description": "
|
|
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-
|
|
728
|
-
"description": "
|
|
1885
|
+
"name": "--esp-type-big",
|
|
1886
|
+
"description": ""
|
|
729
1887
|
},
|
|
730
1888
|
{
|
|
731
|
-
"name": "--esp-
|
|
732
|
-
"description": "
|
|
1889
|
+
"name": "--esp-type-caption-color",
|
|
1890
|
+
"description": "Context-local color alias for captions."
|
|
733
1891
|
},
|
|
734
1892
|
{
|
|
735
|
-
"name": "--esp-
|
|
736
|
-
"description": "
|
|
1893
|
+
"name": "--esp-type-caption-font-size",
|
|
1894
|
+
"description": "Fluid font size for captions."
|
|
737
1895
|
},
|
|
738
1896
|
{
|
|
739
|
-
"name": "--esp-
|
|
740
|
-
"description": "
|
|
1897
|
+
"name": "--esp-type-caption-font-weight",
|
|
1898
|
+
"description": "Font weight for captions."
|
|
741
1899
|
},
|
|
742
1900
|
{
|
|
743
|
-
"name": "--esp-
|
|
744
|
-
"description": "
|
|
1901
|
+
"name": "--esp-type-caption-letter-spacing",
|
|
1902
|
+
"description": "Letter spacing for captions."
|
|
745
1903
|
},
|
|
746
1904
|
{
|
|
747
|
-
"name": "--esp-
|
|
748
|
-
"description": "
|
|
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-
|
|
753
|
-
"description": "
|
|
1909
|
+
"name": "--esp-type-display-font-family",
|
|
1910
|
+
"description": "Heading font family for opt-in display text."
|
|
754
1911
|
},
|
|
755
1912
|
{
|
|
756
|
-
"name": "--esp-
|
|
757
|
-
"description": "
|
|
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-
|
|
762
|
-
"description": "
|
|
1917
|
+
"name": "--esp-type-display-font-weight",
|
|
1918
|
+
"description": "Heading font weight for opt-in display text."
|
|
763
1919
|
},
|
|
764
1920
|
{
|
|
765
|
-
"name": "--esp-
|
|
766
|
-
"description": "
|
|
1921
|
+
"name": "--esp-type-display-letter-spacing",
|
|
1922
|
+
"description": "Letter spacing for opt-in display text."
|
|
767
1923
|
},
|
|
768
1924
|
{
|
|
769
|
-
"name": "--esp-
|
|
770
|
-
"description": "
|
|
1925
|
+
"name": "--esp-type-display-line-height",
|
|
1926
|
+
"description": "Line height for opt-in display text."
|
|
771
1927
|
},
|
|
772
1928
|
{
|
|
773
|
-
"name": "--esp-
|
|
774
|
-
"description": "
|
|
1929
|
+
"name": "--esp-type-huge",
|
|
1930
|
+
"description": ""
|
|
775
1931
|
},
|
|
776
|
-
|
|
777
1932
|
{
|
|
778
|
-
"name": "--esp-
|
|
779
|
-
"description": "
|
|
1933
|
+
"name": "--esp-type-label-color",
|
|
1934
|
+
"description": "Context-local color alias for label text."
|
|
780
1935
|
},
|
|
781
1936
|
{
|
|
782
|
-
"name": "--esp-
|
|
783
|
-
"description": "
|
|
1937
|
+
"name": "--esp-type-label-font-size",
|
|
1938
|
+
"description": "Fluid font size for label text."
|
|
784
1939
|
},
|
|
785
1940
|
{
|
|
786
|
-
"name": "--esp-
|
|
787
|
-
"description": "
|
|
1941
|
+
"name": "--esp-type-label-font-weight",
|
|
1942
|
+
"description": "Font weight for label text."
|
|
788
1943
|
},
|
|
789
1944
|
{
|
|
790
|
-
"name": "--esp-
|
|
791
|
-
"description": "
|
|
1945
|
+
"name": "--esp-type-label-letter-spacing",
|
|
1946
|
+
"description": "Letter spacing for label text."
|
|
792
1947
|
},
|
|
793
1948
|
{
|
|
794
|
-
"name": "--esp-
|
|
795
|
-
"description": "
|
|
1949
|
+
"name": "--esp-type-large",
|
|
1950
|
+
"description": ""
|
|
796
1951
|
},
|
|
797
1952
|
{
|
|
798
|
-
"name": "--esp-
|
|
799
|
-
"description": "
|
|
1953
|
+
"name": "--esp-type-lead-color",
|
|
1954
|
+
"description": "Context-local color alias for lead paragraphs."
|
|
800
1955
|
},
|
|
801
1956
|
{
|
|
802
|
-
"name": "--esp-
|
|
803
|
-
"description": "
|
|
1957
|
+
"name": "--esp-type-lead-font-size",
|
|
1958
|
+
"description": "Fluid font size for lead paragraphs."
|
|
804
1959
|
},
|
|
805
|
-
|
|
806
1960
|
{
|
|
807
|
-
"name": "--esp-
|
|
808
|
-
"description": "
|
|
1961
|
+
"name": "--esp-type-lead-font-weight",
|
|
1962
|
+
"description": "Font weight for lead paragraphs."
|
|
809
1963
|
},
|
|
810
|
-
|
|
811
1964
|
{
|
|
812
|
-
"name": "--esp-
|
|
813
|
-
"description": "
|
|
1965
|
+
"name": "--esp-type-lead-letter-spacing",
|
|
1966
|
+
"description": "Letter spacing for lead paragraphs."
|
|
814
1967
|
},
|
|
815
1968
|
{
|
|
816
|
-
"name": "--esp-
|
|
817
|
-
"description": "
|
|
1969
|
+
"name": "--esp-type-medium",
|
|
1970
|
+
"description": ""
|
|
818
1971
|
},
|
|
819
1972
|
{
|
|
820
|
-
"name": "--esp-
|
|
821
|
-
"description": "
|
|
1973
|
+
"name": "--esp-type-normal",
|
|
1974
|
+
"description": ""
|
|
822
1975
|
},
|
|
823
|
-
|
|
824
1976
|
{
|
|
825
|
-
"name": "--esp-
|
|
826
|
-
"description": "
|
|
1977
|
+
"name": "--esp-type-overline-color",
|
|
1978
|
+
"description": "Context-local color alias for overline text."
|
|
827
1979
|
},
|
|
828
1980
|
{
|
|
829
|
-
"name": "--esp-
|
|
830
|
-
"description": "
|
|
1981
|
+
"name": "--esp-type-overline-font-size",
|
|
1982
|
+
"description": "Fluid font size for overline text."
|
|
831
1983
|
},
|
|
832
1984
|
{
|
|
833
|
-
"name": "--esp-
|
|
834
|
-
"description": "
|
|
1985
|
+
"name": "--esp-type-overline-font-weight",
|
|
1986
|
+
"description": "Font weight for overline text."
|
|
835
1987
|
},
|
|
836
|
-
|
|
837
1988
|
{
|
|
838
|
-
"name": "--esp-
|
|
839
|
-
"description": "
|
|
1989
|
+
"name": "--esp-type-overline-letter-spacing",
|
|
1990
|
+
"description": "Letter spacing for overline text."
|
|
840
1991
|
},
|
|
841
|
-
|
|
842
1992
|
{
|
|
843
|
-
"name": "--esp-
|
|
844
|
-
"description": "
|
|
1993
|
+
"name": "--esp-type-overline-text-transform",
|
|
1994
|
+
"description": "Text transform for overline text."
|
|
845
1995
|
},
|
|
846
1996
|
{
|
|
847
|
-
"name": "--esp-
|
|
848
|
-
"description": "
|
|
1997
|
+
"name": "--esp-type-small",
|
|
1998
|
+
"description": ""
|
|
849
1999
|
},
|
|
850
2000
|
{
|
|
851
|
-
"name": "--esp-
|
|
852
|
-
"description": "
|
|
2001
|
+
"name": "--esp-type-tiny",
|
|
2002
|
+
"description": ""
|
|
853
2003
|
},
|
|
854
|
-
|
|
855
2004
|
{
|
|
856
|
-
"name": "--esp-
|
|
857
|
-
"description": "
|
|
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-
|
|
861
|
-
"description": "
|
|
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-
|
|
866
|
-
"description": "
|
|
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-
|
|
871
|
-
"description": "
|
|
2017
|
+
"name": "--esp-vellum-opacity",
|
|
2018
|
+
"description": ""
|
|
872
2019
|
}
|
|
873
2020
|
]
|
|
874
2021
|
}
|