@etus/tokens 0.4.0-beta.13 → 0.4.0-beta.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tokens.css +54 -711
- package/dist/tokens.js +48 -8
- package/dist/tokens.meta.json +293 -11
- package/package.json +1 -1
package/dist/tokens.meta.json
CHANGED
|
@@ -3431,16 +3431,19 @@
|
|
|
3431
3431
|
{
|
|
3432
3432
|
"name": "layout-breakpoint-desktop",
|
|
3433
3433
|
"cssVar": "--layout-breakpoint-desktop",
|
|
3434
|
+
"type": "dimension",
|
|
3434
3435
|
"value": "1280px"
|
|
3435
3436
|
},
|
|
3436
3437
|
{
|
|
3437
3438
|
"name": "layout-breakpoint-mobile",
|
|
3438
3439
|
"cssVar": "--layout-breakpoint-mobile",
|
|
3440
|
+
"type": "dimension",
|
|
3439
3441
|
"value": "768px"
|
|
3440
3442
|
},
|
|
3441
3443
|
{
|
|
3442
3444
|
"name": "layout-breakpoint-tablet",
|
|
3443
3445
|
"cssVar": "--layout-breakpoint-tablet",
|
|
3446
|
+
"type": "dimension",
|
|
3444
3447
|
"value": "1024px"
|
|
3445
3448
|
},
|
|
3446
3449
|
{
|
|
@@ -6365,6 +6368,13 @@
|
|
|
6365
6368
|
"type": "dimension",
|
|
6366
6369
|
"value": "0.75rem"
|
|
6367
6370
|
},
|
|
6371
|
+
{
|
|
6372
|
+
"name": "card-action-size",
|
|
6373
|
+
"cssVar": "--card-action-size",
|
|
6374
|
+
"type": "dimension",
|
|
6375
|
+
"description": "Overlay action button (circular) hit size.",
|
|
6376
|
+
"value": "22px"
|
|
6377
|
+
},
|
|
6368
6378
|
{
|
|
6369
6379
|
"name": "card-content-padding-x",
|
|
6370
6380
|
"cssVar": "--card-content-padding-x",
|
|
@@ -6467,6 +6477,13 @@
|
|
|
6467
6477
|
"type": "shadow",
|
|
6468
6478
|
"value": "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)"
|
|
6469
6479
|
},
|
|
6480
|
+
{
|
|
6481
|
+
"name": "card-select-size",
|
|
6482
|
+
"cssVar": "--card-select-size",
|
|
6483
|
+
"type": "dimension",
|
|
6484
|
+
"description": "Overlay select control (square, rounded-sm) hit size.",
|
|
6485
|
+
"value": "18px"
|
|
6486
|
+
},
|
|
6470
6487
|
{
|
|
6471
6488
|
"name": "card-title-weight",
|
|
6472
6489
|
"cssVar": "--card-title-weight",
|
|
@@ -7339,6 +7356,13 @@
|
|
|
7339
7356
|
"type": "dimension",
|
|
7340
7357
|
"value": "0.875rem"
|
|
7341
7358
|
},
|
|
7359
|
+
{
|
|
7360
|
+
"name": "combobox-kbd-hint-font-size",
|
|
7361
|
+
"cssVar": "--combobox-kbd-hint-font-size",
|
|
7362
|
+
"type": "dimension",
|
|
7363
|
+
"description": "Keyboard hint chip font-size inside the search field.",
|
|
7364
|
+
"value": "10px"
|
|
7365
|
+
},
|
|
7342
7366
|
{
|
|
7343
7367
|
"name": "combobox-trigger-border-default",
|
|
7344
7368
|
"cssVar": "--combobox-trigger-border-default",
|
|
@@ -9473,6 +9497,13 @@
|
|
|
9473
9497
|
"type": "dimension",
|
|
9474
9498
|
"value": "28px"
|
|
9475
9499
|
},
|
|
9500
|
+
{
|
|
9501
|
+
"name": "filetree-toolbar-search-kbd-text",
|
|
9502
|
+
"cssVar": "--filetree-toolbar-search-kbd-text",
|
|
9503
|
+
"type": "dimension",
|
|
9504
|
+
"description": "Search shortcut kbd chip font-size.",
|
|
9505
|
+
"value": "10px"
|
|
9506
|
+
},
|
|
9476
9507
|
{
|
|
9477
9508
|
"name": "filetree-toolbar-search-px",
|
|
9478
9509
|
"cssVar": "--filetree-toolbar-search-px",
|
|
@@ -9637,6 +9668,13 @@
|
|
|
9637
9668
|
"type": "dimension",
|
|
9638
9669
|
"value": "16px"
|
|
9639
9670
|
},
|
|
9671
|
+
{
|
|
9672
|
+
"name": "filetree-variant-outline-l0-h",
|
|
9673
|
+
"cssVar": "--filetree-variant-outline-l0-h",
|
|
9674
|
+
"type": "dimension",
|
|
9675
|
+
"description": "Outline level-0 section row height (taller than regular rows).",
|
|
9676
|
+
"value": "30px"
|
|
9677
|
+
},
|
|
9640
9678
|
{
|
|
9641
9679
|
"name": "filetree-variant-outline-l0-margin-top",
|
|
9642
9680
|
"cssVar": "--filetree-variant-outline-l0-margin-top",
|
|
@@ -10191,6 +10229,27 @@
|
|
|
10191
10229
|
"type": "color",
|
|
10192
10230
|
"value": "oklch(63.68% 0.2078 25.33)"
|
|
10193
10231
|
},
|
|
10232
|
+
{
|
|
10233
|
+
"name": "icon-color-disabled",
|
|
10234
|
+
"cssVar": "--icon-color-disabled",
|
|
10235
|
+
"type": "color",
|
|
10236
|
+
"description": "Icon State=Disabled = neutral-400 #a3a3a3 (Figma 1374:4088; = status-disabled-foreground).",
|
|
10237
|
+
"value": "oklch(71.55% 0.0000 0)"
|
|
10238
|
+
},
|
|
10239
|
+
{
|
|
10240
|
+
"name": "icon-color-info",
|
|
10241
|
+
"cssVar": "--icon-color-info",
|
|
10242
|
+
"type": "color",
|
|
10243
|
+
"description": "Icon State=Info = blue-700 #1d4ed8 (Figma 1374:4088).",
|
|
10244
|
+
"value": "oklch(48.82% 0.2172 264.38)"
|
|
10245
|
+
},
|
|
10246
|
+
{
|
|
10247
|
+
"name": "icon-color-inverse",
|
|
10248
|
+
"cssVar": "--icon-color-inverse",
|
|
10249
|
+
"type": "color",
|
|
10250
|
+
"description": "Icon State=Inverse = surface #fafafa (Figma 1374:4088; icone sobre superficie invertida).",
|
|
10251
|
+
"value": "oklch(98.51% 0.0000 0)"
|
|
10252
|
+
},
|
|
10194
10253
|
{
|
|
10195
10254
|
"name": "icon-color-muted",
|
|
10196
10255
|
"cssVar": "--icon-color-muted",
|
|
@@ -10203,6 +10262,13 @@
|
|
|
10203
10262
|
"type": "color",
|
|
10204
10263
|
"value": "oklch(81.75% 0.1821 159.79)"
|
|
10205
10264
|
},
|
|
10265
|
+
{
|
|
10266
|
+
"name": "icon-color-secondary",
|
|
10267
|
+
"cssVar": "--icon-color-secondary",
|
|
10268
|
+
"type": "color",
|
|
10269
|
+
"description": "Icon State=Secondary = brand-secondary-700 #508d37 (Figma 1374:4088; lime escuro a11y, nao o --secondary base).",
|
|
10270
|
+
"value": "oklch(58.24% 0.1354 137.66)"
|
|
10271
|
+
},
|
|
10206
10272
|
{
|
|
10207
10273
|
"name": "icon-color-success",
|
|
10208
10274
|
"cssVar": "--icon-color-success",
|
|
@@ -12295,6 +12361,13 @@
|
|
|
12295
12361
|
"type": "color",
|
|
12296
12362
|
"value": "oklch(20.46% 0.0000 0)"
|
|
12297
12363
|
},
|
|
12364
|
+
{
|
|
12365
|
+
"name": "notification-bg-destructive",
|
|
12366
|
+
"cssVar": "--notification-bg-destructive",
|
|
12367
|
+
"type": "color",
|
|
12368
|
+
"description": "Root bg do Status=Destructive (Figma 1417:7938 = status/destructive/subtle #fef2f2; drift 2026-07-15).",
|
|
12369
|
+
"value": "oklch(97.05% 0.0129 17.38)"
|
|
12370
|
+
},
|
|
12298
12371
|
{
|
|
12299
12372
|
"name": "notification-bg-hover",
|
|
12300
12373
|
"cssVar": "--notification-bg-hover",
|
|
@@ -12912,19 +12985,19 @@
|
|
|
12912
12985
|
"name": "progress-bar-size-lg-height",
|
|
12913
12986
|
"cssVar": "--progress-bar-size-lg-height",
|
|
12914
12987
|
"type": "dimension",
|
|
12915
|
-
"value": "
|
|
12988
|
+
"value": "16px"
|
|
12916
12989
|
},
|
|
12917
12990
|
{
|
|
12918
12991
|
"name": "progress-bar-size-md-height",
|
|
12919
12992
|
"cssVar": "--progress-bar-size-md-height",
|
|
12920
12993
|
"type": "dimension",
|
|
12921
|
-
"value": "
|
|
12994
|
+
"value": "12px"
|
|
12922
12995
|
},
|
|
12923
12996
|
{
|
|
12924
12997
|
"name": "progress-bar-size-sm-height",
|
|
12925
12998
|
"cssVar": "--progress-bar-size-sm-height",
|
|
12926
12999
|
"type": "dimension",
|
|
12927
|
-
"value": "
|
|
13000
|
+
"value": "8px"
|
|
12928
13001
|
},
|
|
12929
13002
|
{
|
|
12930
13003
|
"name": "progress-bar-size-xl-height",
|
|
@@ -13005,6 +13078,13 @@
|
|
|
13005
13078
|
"type": "color",
|
|
13006
13079
|
"value": "oklch(81.75% 0.1821 159.79)"
|
|
13007
13080
|
},
|
|
13081
|
+
{
|
|
13082
|
+
"name": "progress-circle-indicator-color-secondary",
|
|
13083
|
+
"cssVar": "--progress-circle-indicator-color-secondary",
|
|
13084
|
+
"type": "color",
|
|
13085
|
+
"description": "Indicator lime --secondary #8ff566 (Figma 1305:266 Color=Secondary; drift 2026-07-15).",
|
|
13086
|
+
"value": "oklch(87.82% 0.2037 137.75)"
|
|
13087
|
+
},
|
|
13008
13088
|
{
|
|
13009
13089
|
"name": "progress-circle-indicator-color-success",
|
|
13010
13090
|
"cssVar": "--progress-circle-indicator-color-success",
|
|
@@ -13108,6 +13188,13 @@
|
|
|
13108
13188
|
"description": "Track muted gray per Bowser audit ProgressCircle BUG — pre-fix duplicated indicator.",
|
|
13109
13189
|
"value": "oklch(97.02% 0.0000 0)"
|
|
13110
13190
|
},
|
|
13191
|
+
{
|
|
13192
|
+
"name": "progress-circle-track-color-secondary",
|
|
13193
|
+
"cssVar": "--progress-circle-track-color-secondary",
|
|
13194
|
+
"type": "color",
|
|
13195
|
+
"description": "Track muted gray (Figma 1305:266 Color=Secondary; drift 2026-07-15).",
|
|
13196
|
+
"value": "oklch(97.02% 0.0000 0)"
|
|
13197
|
+
},
|
|
13111
13198
|
{
|
|
13112
13199
|
"name": "progress-circle-track-color-success",
|
|
13113
13200
|
"cssVar": "--progress-circle-track-color-success",
|
|
@@ -13175,6 +13262,13 @@
|
|
|
13175
13262
|
"description": "Vertical connector calc subtraction for sm — equals step indicator full height.",
|
|
13176
13263
|
"value": "32px"
|
|
13177
13264
|
},
|
|
13265
|
+
{
|
|
13266
|
+
"name": "radio-control-offset-top",
|
|
13267
|
+
"cssVar": "--radio-control-offset-top",
|
|
13268
|
+
"type": "dimension",
|
|
13269
|
+
"description": "Optical nudge aligning the control with the first label line when a description is present.",
|
|
13270
|
+
"value": "2px"
|
|
13271
|
+
},
|
|
13178
13272
|
{
|
|
13179
13273
|
"name": "radio-indicator-color",
|
|
13180
13274
|
"cssVar": "--radio-indicator-color",
|
|
@@ -13337,9 +13431,85 @@
|
|
|
13337
13431
|
"value": "16px"
|
|
13338
13432
|
},
|
|
13339
13433
|
{
|
|
13340
|
-
"name": "rating-item-gap",
|
|
13341
|
-
"cssVar": "--rating-item-gap",
|
|
13342
|
-
"
|
|
13434
|
+
"name": "rating-item-gap-lg",
|
|
13435
|
+
"cssVar": "--rating-item-gap-lg",
|
|
13436
|
+
"type": "dimension",
|
|
13437
|
+
"value": "8px"
|
|
13438
|
+
},
|
|
13439
|
+
{
|
|
13440
|
+
"name": "rating-item-gap-md",
|
|
13441
|
+
"cssVar": "--rating-item-gap-md",
|
|
13442
|
+
"type": "dimension",
|
|
13443
|
+
"value": "8px"
|
|
13444
|
+
},
|
|
13445
|
+
{
|
|
13446
|
+
"name": "rating-item-gap-sm",
|
|
13447
|
+
"cssVar": "--rating-item-gap-sm",
|
|
13448
|
+
"type": "dimension",
|
|
13449
|
+
"value": "4px"
|
|
13450
|
+
},
|
|
13451
|
+
{
|
|
13452
|
+
"name": "report-builder-chip-font-size",
|
|
13453
|
+
"cssVar": "--report-builder-chip-font-size",
|
|
13454
|
+
"type": "dimension",
|
|
13455
|
+
"description": "Keyboard shortcut chip font-size.",
|
|
13456
|
+
"value": "12px"
|
|
13457
|
+
},
|
|
13458
|
+
{
|
|
13459
|
+
"name": "report-builder-chip-width",
|
|
13460
|
+
"cssVar": "--report-builder-chip-width",
|
|
13461
|
+
"type": "dimension",
|
|
13462
|
+
"description": "Keyboard shortcut chip width.",
|
|
13463
|
+
"value": "22px"
|
|
13464
|
+
},
|
|
13465
|
+
{
|
|
13466
|
+
"name": "report-builder-control-size",
|
|
13467
|
+
"cssVar": "--report-builder-control-size",
|
|
13468
|
+
"type": "dimension",
|
|
13469
|
+
"description": "Checkbox control hit size.",
|
|
13470
|
+
"value": "18px"
|
|
13471
|
+
},
|
|
13472
|
+
{
|
|
13473
|
+
"name": "report-builder-list-max-height",
|
|
13474
|
+
"cssVar": "--report-builder-list-max-height",
|
|
13475
|
+
"type": "dimension",
|
|
13476
|
+
"description": "Field list max height.",
|
|
13477
|
+
"value": "340px"
|
|
13478
|
+
},
|
|
13479
|
+
{
|
|
13480
|
+
"name": "report-builder-menu-font-size",
|
|
13481
|
+
"cssVar": "--report-builder-menu-font-size",
|
|
13482
|
+
"type": "dimension",
|
|
13483
|
+
"description": "Menu row font-size.",
|
|
13484
|
+
"value": "15px"
|
|
13485
|
+
},
|
|
13486
|
+
{
|
|
13487
|
+
"name": "report-builder-meta-font-size",
|
|
13488
|
+
"cssVar": "--report-builder-meta-font-size",
|
|
13489
|
+
"type": "dimension",
|
|
13490
|
+
"description": "Pill/summary meta font-size.",
|
|
13491
|
+
"value": "13px"
|
|
13492
|
+
},
|
|
13493
|
+
{
|
|
13494
|
+
"name": "report-builder-pill-height",
|
|
13495
|
+
"cssVar": "--report-builder-pill-height",
|
|
13496
|
+
"type": "dimension",
|
|
13497
|
+
"description": "Filter pill height.",
|
|
13498
|
+
"value": "26px"
|
|
13499
|
+
},
|
|
13500
|
+
{
|
|
13501
|
+
"name": "report-builder-popup-width-wide",
|
|
13502
|
+
"cssVar": "--report-builder-popup-width-wide",
|
|
13503
|
+
"type": "dimension",
|
|
13504
|
+
"description": "Wide state of the field popup.",
|
|
13505
|
+
"value": "26rem"
|
|
13506
|
+
},
|
|
13507
|
+
{
|
|
13508
|
+
"name": "report-builder-preview-min-height",
|
|
13509
|
+
"cssVar": "--report-builder-preview-min-height",
|
|
13510
|
+
"type": "dimension",
|
|
13511
|
+
"description": "Preview pane min height.",
|
|
13512
|
+
"value": "200px"
|
|
13343
13513
|
},
|
|
13344
13514
|
{
|
|
13345
13515
|
"name": "report-generator-output-max-height-lg",
|
|
@@ -14095,6 +14265,27 @@
|
|
|
14095
14265
|
"description": "Panel title horizontal padding = 16px (Figma px-[var(--spacing/s-16,16px)]).",
|
|
14096
14266
|
"value": "16px"
|
|
14097
14267
|
},
|
|
14268
|
+
{
|
|
14269
|
+
"name": "sidebar-panel-item-height",
|
|
14270
|
+
"cssVar": "--sidebar-panel-item-height",
|
|
14271
|
+
"type": "dimension",
|
|
14272
|
+
"description": "Panel item height (Figma 2473:892 Sidebar / Item Sidebar, 21 variantes).",
|
|
14273
|
+
"value": "30px"
|
|
14274
|
+
},
|
|
14275
|
+
{
|
|
14276
|
+
"name": "sidebar-panel-item-indent-2",
|
|
14277
|
+
"cssVar": "--sidebar-panel-item-indent-2",
|
|
14278
|
+
"type": "dimension",
|
|
14279
|
+
"description": "pl do item nivel 2 sem chevron; com chevron o pl volta ao base 8px e chevron 12 + gap 8 alinham o texto (Figma 2473:892 Nivel=Secundario).",
|
|
14280
|
+
"value": "28px"
|
|
14281
|
+
},
|
|
14282
|
+
{
|
|
14283
|
+
"name": "sidebar-panel-item-indent-3",
|
|
14284
|
+
"cssVar": "--sidebar-panel-item-indent-3",
|
|
14285
|
+
"type": "dimension",
|
|
14286
|
+
"description": "pl do item nivel 3 sem chevron; com chevron pl = indent-2 (Figma 2473:892 Nivel=Terciario).",
|
|
14287
|
+
"value": "48px"
|
|
14288
|
+
},
|
|
14098
14289
|
{
|
|
14099
14290
|
"name": "sidebar-panel-padding-bottom",
|
|
14100
14291
|
"cssVar": "--sidebar-panel-padding-bottom",
|
|
@@ -14186,6 +14377,13 @@
|
|
|
14186
14377
|
"description": "Rail strip width = 64px (Figma 1091:9106 Secondary mode rail column).",
|
|
14187
14378
|
"value": "4rem"
|
|
14188
14379
|
},
|
|
14380
|
+
{
|
|
14381
|
+
"name": "sidebar-rail-width-expanded",
|
|
14382
|
+
"cssVar": "--sidebar-rail-width-expanded",
|
|
14383
|
+
"type": "dimension",
|
|
14384
|
+
"description": "Largura da rail expandida em overlay no estado Expandida + Secundaria (= sidebar.width 200px; Figma 2483:1600). O painel fica imovel; footprint segue 280.",
|
|
14385
|
+
"value": "12.5rem"
|
|
14386
|
+
},
|
|
14189
14387
|
{
|
|
14190
14388
|
"name": "sidebar-section-content-gap",
|
|
14191
14389
|
"cssVar": "--sidebar-section-content-gap",
|
|
@@ -14302,8 +14500,8 @@
|
|
|
14302
14500
|
"name": "sidebar-width",
|
|
14303
14501
|
"cssVar": "--sidebar-width",
|
|
14304
14502
|
"type": "dimension",
|
|
14305
|
-
"description": "Sidebar expanded total width =
|
|
14306
|
-
"value": "
|
|
14503
|
+
"description": "Sidebar expanded total width = 200px (Figma 2472:306 Status=Expanded; era 272px contra a pagina antiga 1091:9106, decisao 2026-07-15).",
|
|
14504
|
+
"value": "12.5rem"
|
|
14307
14505
|
},
|
|
14308
14506
|
{
|
|
14309
14507
|
"name": "sidebar-width-icon",
|
|
@@ -14969,6 +15167,48 @@
|
|
|
14969
15167
|
"type": "color",
|
|
14970
15168
|
"value": "oklch(45% 0.15 250)"
|
|
14971
15169
|
},
|
|
15170
|
+
{
|
|
15171
|
+
"name": "status-indicator-bar-thickness-2xl",
|
|
15172
|
+
"cssVar": "--status-indicator-bar-thickness-2xl",
|
|
15173
|
+
"type": "dimension",
|
|
15174
|
+
"description": "Bar shape secondary dimension (2xl) — width of bar-vertical / height of bar-horizontal.",
|
|
15175
|
+
"value": "6px"
|
|
15176
|
+
},
|
|
15177
|
+
{
|
|
15178
|
+
"name": "status-indicator-bar-thickness-default",
|
|
15179
|
+
"cssVar": "--status-indicator-bar-thickness-default",
|
|
15180
|
+
"type": "dimension",
|
|
15181
|
+
"description": "Bar shape secondary dimension (default) — width of bar-vertical / height of bar-horizontal.",
|
|
15182
|
+
"value": "2px"
|
|
15183
|
+
},
|
|
15184
|
+
{
|
|
15185
|
+
"name": "status-indicator-bar-thickness-lg",
|
|
15186
|
+
"cssVar": "--status-indicator-bar-thickness-lg",
|
|
15187
|
+
"type": "dimension",
|
|
15188
|
+
"description": "Bar shape secondary dimension (lg) — width of bar-vertical / height of bar-horizontal.",
|
|
15189
|
+
"value": "3px"
|
|
15190
|
+
},
|
|
15191
|
+
{
|
|
15192
|
+
"name": "status-indicator-bar-thickness-sm",
|
|
15193
|
+
"cssVar": "--status-indicator-bar-thickness-sm",
|
|
15194
|
+
"type": "dimension",
|
|
15195
|
+
"description": "Bar shape secondary dimension (sm) — width of bar-vertical / height of bar-horizontal.",
|
|
15196
|
+
"value": "2px"
|
|
15197
|
+
},
|
|
15198
|
+
{
|
|
15199
|
+
"name": "status-indicator-bar-thickness-xl",
|
|
15200
|
+
"cssVar": "--status-indicator-bar-thickness-xl",
|
|
15201
|
+
"type": "dimension",
|
|
15202
|
+
"description": "Bar shape secondary dimension (xl) — width of bar-vertical / height of bar-horizontal.",
|
|
15203
|
+
"value": "4px"
|
|
15204
|
+
},
|
|
15205
|
+
{
|
|
15206
|
+
"name": "status-indicator-bar-thickness-xs",
|
|
15207
|
+
"cssVar": "--status-indicator-bar-thickness-xs",
|
|
15208
|
+
"type": "dimension",
|
|
15209
|
+
"description": "Bar shape secondary dimension (xs) — width of bar-vertical / height of bar-horizontal.",
|
|
15210
|
+
"value": "1px"
|
|
15211
|
+
},
|
|
14972
15212
|
{
|
|
14973
15213
|
"name": "status-indicator-dot-color-destructive",
|
|
14974
15214
|
"cssVar": "--status-indicator-dot-color-destructive",
|
|
@@ -15812,19 +16052,19 @@
|
|
|
15812
16052
|
"name": "tag-size-height-lg",
|
|
15813
16053
|
"cssVar": "--tag-size-height-lg",
|
|
15814
16054
|
"type": "dimension",
|
|
15815
|
-
"value": "
|
|
16055
|
+
"value": "28px"
|
|
15816
16056
|
},
|
|
15817
16057
|
{
|
|
15818
16058
|
"name": "tag-size-height-md",
|
|
15819
16059
|
"cssVar": "--tag-size-height-md",
|
|
15820
16060
|
"type": "dimension",
|
|
15821
|
-
"value": "
|
|
16061
|
+
"value": "24px"
|
|
15822
16062
|
},
|
|
15823
16063
|
{
|
|
15824
16064
|
"name": "tag-size-height-sm",
|
|
15825
16065
|
"cssVar": "--tag-size-height-sm",
|
|
15826
16066
|
"type": "dimension",
|
|
15827
|
-
"value": "
|
|
16067
|
+
"value": "22px"
|
|
15828
16068
|
},
|
|
15829
16069
|
{
|
|
15830
16070
|
"name": "tag-size-padding-x-lg",
|
|
@@ -16198,6 +16438,27 @@
|
|
|
16198
16438
|
"type": "dimension",
|
|
16199
16439
|
"value": "0.875rem"
|
|
16200
16440
|
},
|
|
16441
|
+
{
|
|
16442
|
+
"name": "thumbnail-action-size",
|
|
16443
|
+
"cssVar": "--thumbnail-action-size",
|
|
16444
|
+
"type": "dimension",
|
|
16445
|
+
"description": "Overlay action button (circular) hit size.",
|
|
16446
|
+
"value": "22px"
|
|
16447
|
+
},
|
|
16448
|
+
{
|
|
16449
|
+
"name": "thumbnail-badge-font-size",
|
|
16450
|
+
"cssVar": "--thumbnail-badge-font-size",
|
|
16451
|
+
"type": "dimension",
|
|
16452
|
+
"description": "Mini badge overlay font-size.",
|
|
16453
|
+
"value": "9px"
|
|
16454
|
+
},
|
|
16455
|
+
{
|
|
16456
|
+
"name": "thumbnail-label-font-size",
|
|
16457
|
+
"cssVar": "--thumbnail-label-font-size",
|
|
16458
|
+
"type": "dimension",
|
|
16459
|
+
"description": "Extension label chip font-size.",
|
|
16460
|
+
"value": "10px"
|
|
16461
|
+
},
|
|
16201
16462
|
{
|
|
16202
16463
|
"name": "thumbnail-root-bg",
|
|
16203
16464
|
"cssVar": "--thumbnail-root-bg",
|
|
@@ -16237,6 +16498,13 @@
|
|
|
16237
16498
|
"description": "Thumbnail sm radius aligned with Figma 4px per Bowser audit Thumbnail — pre-fix was 0.125rem (2px). Also fixed $type from color to dimension.",
|
|
16238
16499
|
"value": "4px"
|
|
16239
16500
|
},
|
|
16501
|
+
{
|
|
16502
|
+
"name": "thumbnail-select-size",
|
|
16503
|
+
"cssVar": "--thumbnail-select-size",
|
|
16504
|
+
"type": "dimension",
|
|
16505
|
+
"description": "Overlay select control (square, rounded-sm) hit size.",
|
|
16506
|
+
"value": "18px"
|
|
16507
|
+
},
|
|
16240
16508
|
{
|
|
16241
16509
|
"name": "thumbnail-size-default-width",
|
|
16242
16510
|
"cssVar": "--thumbnail-size-default-width",
|
|
@@ -18438,6 +18706,20 @@
|
|
|
18438
18706
|
"cssVar": "--typography-paragraph-p4-textdecoration",
|
|
18439
18707
|
"type": "string",
|
|
18440
18708
|
"value": "none"
|
|
18709
|
+
},
|
|
18710
|
+
{
|
|
18711
|
+
"name": "updates-widget-meta-font-size",
|
|
18712
|
+
"cssVar": "--updates-widget-meta-font-size",
|
|
18713
|
+
"type": "dimension",
|
|
18714
|
+
"description": "Timestamp/meta line font-size.",
|
|
18715
|
+
"value": "10px"
|
|
18716
|
+
},
|
|
18717
|
+
{
|
|
18718
|
+
"name": "updates-widget-width",
|
|
18719
|
+
"cssVar": "--updates-widget-width",
|
|
18720
|
+
"type": "dimension",
|
|
18721
|
+
"description": "Widget card width (Figma frame).",
|
|
18722
|
+
"value": "313px"
|
|
18441
18723
|
}
|
|
18442
18724
|
]
|
|
18443
18725
|
}
|