@etus/tokens 0.4.0-beta.2 → 0.4.0-beta.4
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 +201 -13
- package/dist/tokens.css.baseline +3178 -0
- package/dist/tokens.js +96 -10
- package/dist/tokens.meta.json +479 -17
- package/dist/tokens.ts +2584 -0
- package/package.json +1 -1
package/dist/tokens.meta.json
CHANGED
|
@@ -1511,6 +1511,153 @@
|
|
|
1511
1511
|
"light": "oklch(56.08% 0.1221 160.56)",
|
|
1512
1512
|
"dark": "oklch(87.18% 0.1296 166.48)"
|
|
1513
1513
|
},
|
|
1514
|
+
{
|
|
1515
|
+
"name": "report-builder-accent",
|
|
1516
|
+
"cssVar": "--report-builder-accent",
|
|
1517
|
+
"type": "color",
|
|
1518
|
+
"light": "oklch(57.37% 0.1946 257.86)",
|
|
1519
|
+
"dark": "oklch(76.61% 0.1083 259.79)"
|
|
1520
|
+
},
|
|
1521
|
+
{
|
|
1522
|
+
"name": "report-builder-accent-bg",
|
|
1523
|
+
"cssVar": "--report-builder-accent-bg",
|
|
1524
|
+
"type": "color",
|
|
1525
|
+
"light": "oklch(95.32% 0.0207 261.77)",
|
|
1526
|
+
"dark": "oklch(34.67% 0.0731 256.69)"
|
|
1527
|
+
},
|
|
1528
|
+
{
|
|
1529
|
+
"name": "report-builder-accent-bg-subtle",
|
|
1530
|
+
"cssVar": "--report-builder-accent-bg-subtle",
|
|
1531
|
+
"type": "color",
|
|
1532
|
+
"light": "oklch(97.14% 0.0108 256.69)",
|
|
1533
|
+
"dark": "oklch(33.49% 0.0383 251.89)"
|
|
1534
|
+
},
|
|
1535
|
+
{
|
|
1536
|
+
"name": "report-builder-accent-border",
|
|
1537
|
+
"cssVar": "--report-builder-accent-border",
|
|
1538
|
+
"type": "color",
|
|
1539
|
+
"light": "oklch(91.09% 0.0388 257.92)",
|
|
1540
|
+
"dark": "oklch(46.92% 0.0851 258.47)"
|
|
1541
|
+
},
|
|
1542
|
+
{
|
|
1543
|
+
"name": "report-builder-accent-bright",
|
|
1544
|
+
"cssVar": "--report-builder-accent-bright",
|
|
1545
|
+
"type": "color",
|
|
1546
|
+
"light": "oklch(63.04% 0.1800 259.96)",
|
|
1547
|
+
"dark": "oklch(76.61% 0.1083 259.79)"
|
|
1548
|
+
},
|
|
1549
|
+
{
|
|
1550
|
+
"name": "report-builder-accent-hover",
|
|
1551
|
+
"cssVar": "--report-builder-accent-hover",
|
|
1552
|
+
"type": "color",
|
|
1553
|
+
"light": "oklch(53.18% 0.1807 258.26)",
|
|
1554
|
+
"dark": "oklch(83.69% 0.0733 259.99)"
|
|
1555
|
+
},
|
|
1556
|
+
{
|
|
1557
|
+
"name": "report-builder-border",
|
|
1558
|
+
"cssVar": "--report-builder-border",
|
|
1559
|
+
"type": "color",
|
|
1560
|
+
"light": "oklch(89.41% 0.0059 264.53)",
|
|
1561
|
+
"dark": "oklch(49.79% 0.0094 253.91)"
|
|
1562
|
+
},
|
|
1563
|
+
{
|
|
1564
|
+
"name": "report-builder-border-strong",
|
|
1565
|
+
"cssVar": "--report-builder-border-strong",
|
|
1566
|
+
"type": "color",
|
|
1567
|
+
"light": "oklch(90.67% 0.0000 0)",
|
|
1568
|
+
"dark": "oklch(36.88% 0.0074 240.02)"
|
|
1569
|
+
},
|
|
1570
|
+
{
|
|
1571
|
+
"name": "report-builder-fg",
|
|
1572
|
+
"cssVar": "--report-builder-fg",
|
|
1573
|
+
"type": "color",
|
|
1574
|
+
"light": "oklch(24.79% 0.0058 271.18)",
|
|
1575
|
+
"dark": "oklch(93.64% 0.0046 258.33)"
|
|
1576
|
+
},
|
|
1577
|
+
{
|
|
1578
|
+
"name": "report-builder-fg-muted",
|
|
1579
|
+
"cssVar": "--report-builder-fg-muted",
|
|
1580
|
+
"type": "color",
|
|
1581
|
+
"light": "oklch(49.79% 0.0094 253.91)",
|
|
1582
|
+
"dark": "oklch(70.28% 0.0111 247.99)"
|
|
1583
|
+
},
|
|
1584
|
+
{
|
|
1585
|
+
"name": "report-builder-fg-secondary",
|
|
1586
|
+
"cssVar": "--report-builder-fg-secondary",
|
|
1587
|
+
"type": "color",
|
|
1588
|
+
"light": "oklch(36.88% 0.0074 240.02)",
|
|
1589
|
+
"dark": "oklch(80.93% 0.0083 253.87)"
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
"name": "report-builder-fg-strong",
|
|
1593
|
+
"cssVar": "--report-builder-fg-strong",
|
|
1594
|
+
"type": "color",
|
|
1595
|
+
"light": "rgba(0, 0, 0, 0.87)",
|
|
1596
|
+
"dark": "rgba(232, 234, 237, 0.87)"
|
|
1597
|
+
},
|
|
1598
|
+
{
|
|
1599
|
+
"name": "report-builder-fg-subtle",
|
|
1600
|
+
"cssVar": "--report-builder-fg-subtle",
|
|
1601
|
+
"type": "color",
|
|
1602
|
+
"light": "oklch(56.24% 0.0000 0)",
|
|
1603
|
+
"dark": "oklch(70.28% 0.0111 247.99)"
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
"name": "report-builder-on-accent",
|
|
1607
|
+
"cssVar": "--report-builder-on-accent",
|
|
1608
|
+
"type": "color",
|
|
1609
|
+
"light": "oklch(100.00% 0.0000 0)",
|
|
1610
|
+
"dark": "oklch(24.79% 0.0058 271.18)"
|
|
1611
|
+
},
|
|
1612
|
+
{
|
|
1613
|
+
"name": "report-builder-positive",
|
|
1614
|
+
"cssVar": "--report-builder-positive",
|
|
1615
|
+
"type": "color",
|
|
1616
|
+
"light": "oklch(64.75% 0.1603 148.50)",
|
|
1617
|
+
"dark": "oklch(77.44% 0.1039 152.19)"
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
"name": "report-builder-shadow",
|
|
1621
|
+
"cssVar": "--report-builder-shadow",
|
|
1622
|
+
"type": "color",
|
|
1623
|
+
"light": "rgba(60, 64, 67, 0.3)",
|
|
1624
|
+
"dark": "rgba(0, 0, 0, 0.5)"
|
|
1625
|
+
},
|
|
1626
|
+
{
|
|
1627
|
+
"name": "report-builder-shadow-subtle",
|
|
1628
|
+
"cssVar": "--report-builder-shadow-subtle",
|
|
1629
|
+
"type": "color",
|
|
1630
|
+
"light": "rgba(60, 64, 67, 0.15)",
|
|
1631
|
+
"dark": "rgba(0, 0, 0, 0.3)"
|
|
1632
|
+
},
|
|
1633
|
+
{
|
|
1634
|
+
"name": "report-builder-surface",
|
|
1635
|
+
"cssVar": "--report-builder-surface",
|
|
1636
|
+
"type": "color",
|
|
1637
|
+
"light": "oklch(100.00% 0.0000 0)",
|
|
1638
|
+
"dark": "oklch(24.79% 0.0058 271.18)"
|
|
1639
|
+
},
|
|
1640
|
+
{
|
|
1641
|
+
"name": "report-builder-surface-hover",
|
|
1642
|
+
"cssVar": "--report-builder-surface-hover",
|
|
1643
|
+
"type": "color",
|
|
1644
|
+
"light": "oklch(96.29% 0.0025 228.78)",
|
|
1645
|
+
"dark": "oklch(33.34% 0.0071 274.76)"
|
|
1646
|
+
},
|
|
1647
|
+
{
|
|
1648
|
+
"name": "report-builder-surface-muted",
|
|
1649
|
+
"cssVar": "--report-builder-surface-muted",
|
|
1650
|
+
"type": "color",
|
|
1651
|
+
"light": "oklch(97.02% 0.0000 0)",
|
|
1652
|
+
"dark": "oklch(28.52% 0.0056 271.22)"
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
"name": "report-builder-surface-subtle",
|
|
1656
|
+
"cssVar": "--report-builder-surface-subtle",
|
|
1657
|
+
"type": "color",
|
|
1658
|
+
"light": "oklch(98.16% 0.0017 247.84)",
|
|
1659
|
+
"dark": "oklch(28.52% 0.0056 271.22)"
|
|
1660
|
+
},
|
|
1514
1661
|
{
|
|
1515
1662
|
"name": "ring",
|
|
1516
1663
|
"cssVar": "--ring",
|
|
@@ -1613,7 +1760,7 @@
|
|
|
1613
1760
|
"type": "color",
|
|
1614
1761
|
"description": "Sidebar divider (neutral-200)",
|
|
1615
1762
|
"light": "oklch(92.19% 0.0000 0)",
|
|
1616
|
-
"dark": "oklch(
|
|
1763
|
+
"dark": "oklch(37.15% 0.0000 0)"
|
|
1617
1764
|
},
|
|
1618
1765
|
{
|
|
1619
1766
|
"name": "sidebar-foreground",
|
|
@@ -3904,7 +4051,8 @@
|
|
|
3904
4051
|
"name": "accordion-root-gap",
|
|
3905
4052
|
"cssVar": "--accordion-root-gap",
|
|
3906
4053
|
"type": "dimension",
|
|
3907
|
-
"
|
|
4054
|
+
"description": "Accordion root gap between items = 16px (spacing.4) per DES-1239 — was 8px (spacing.2).",
|
|
4055
|
+
"value": "16px"
|
|
3908
4056
|
},
|
|
3909
4057
|
{
|
|
3910
4058
|
"name": "accordion-trigger-gap",
|
|
@@ -6283,6 +6431,193 @@
|
|
|
6283
6431
|
"type": "dimension",
|
|
6284
6432
|
"value": "8px"
|
|
6285
6433
|
},
|
|
6434
|
+
{
|
|
6435
|
+
"name": "chart-card-bg",
|
|
6436
|
+
"cssVar": "--chart-card-bg",
|
|
6437
|
+
"type": "color",
|
|
6438
|
+
"description": "ChartCard container background — Figma core/background/card (#fafafa), flat sem shadow (node 1727-20403, DES-1253).",
|
|
6439
|
+
"value": "oklch(100.00% 0.0000 0)"
|
|
6440
|
+
},
|
|
6441
|
+
{
|
|
6442
|
+
"name": "chart-card-border",
|
|
6443
|
+
"cssVar": "--chart-card-border",
|
|
6444
|
+
"type": "color",
|
|
6445
|
+
"description": "ChartCard border — Figma container default é flat (sem borda); consumido só pela variante code-only `outlined` (core/border/border #e5e5e5).",
|
|
6446
|
+
"value": "oklch(92.19% 0.0000 0)"
|
|
6447
|
+
},
|
|
6448
|
+
{
|
|
6449
|
+
"name": "chart-card-chart-height",
|
|
6450
|
+
"cssVar": "--chart-card-chart-height",
|
|
6451
|
+
"type": "dimension",
|
|
6452
|
+
"description": "ChartCard default chart-wrapper height (128px / h-32). Container do slot — o chart é injetado pelo consumer (chart-agnostic, DES-1253).",
|
|
6453
|
+
"value": "8rem"
|
|
6454
|
+
},
|
|
6455
|
+
{
|
|
6456
|
+
"name": "chart-card-empty-state-caption-color",
|
|
6457
|
+
"cssVar": "--chart-card-empty-state-caption-color",
|
|
6458
|
+
"type": "color",
|
|
6459
|
+
"description": "ChartCard Empty State caption color — Figma core/background/muted-foreground (#737373).",
|
|
6460
|
+
"value": "oklch(55.55% 0.0000 0)"
|
|
6461
|
+
},
|
|
6462
|
+
{
|
|
6463
|
+
"name": "chart-card-empty-state-caption-line-height",
|
|
6464
|
+
"cssVar": "--chart-card-empty-state-caption-line-height",
|
|
6465
|
+
"type": "dimension",
|
|
6466
|
+
"description": "ChartCard Empty State caption line-height — Figma Paragraph/P2 (24px).",
|
|
6467
|
+
"value": "24px"
|
|
6468
|
+
},
|
|
6469
|
+
{
|
|
6470
|
+
"name": "chart-card-empty-state-caption-size",
|
|
6471
|
+
"cssVar": "--chart-card-empty-state-caption-size",
|
|
6472
|
+
"type": "dimension",
|
|
6473
|
+
"description": "ChartCard Empty State caption font-size — Figma Paragraph/P2 (16px).",
|
|
6474
|
+
"value": "16px"
|
|
6475
|
+
},
|
|
6476
|
+
{
|
|
6477
|
+
"name": "chart-card-empty-state-icon-radius",
|
|
6478
|
+
"cssVar": "--chart-card-empty-state-icon-radius",
|
|
6479
|
+
"type": "dimension",
|
|
6480
|
+
"description": "ChartCard Empty State featured-icon (BarChartBig) square radius — Figma radius/lg (12px).",
|
|
6481
|
+
"value": "12px"
|
|
6482
|
+
},
|
|
6483
|
+
{
|
|
6484
|
+
"name": "chart-card-empty-state-title-color",
|
|
6485
|
+
"cssVar": "--chart-card-empty-state-title-color",
|
|
6486
|
+
"type": "color",
|
|
6487
|
+
"description": "ChartCard Empty State title color — Figma core/background/popover-foreground (#171717).",
|
|
6488
|
+
"value": "oklch(20.46% 0.0000 0)"
|
|
6489
|
+
},
|
|
6490
|
+
{
|
|
6491
|
+
"name": "chart-card-empty-state-title-line-height",
|
|
6492
|
+
"cssVar": "--chart-card-empty-state-title-line-height",
|
|
6493
|
+
"type": "dimension",
|
|
6494
|
+
"description": "ChartCard Empty State title line-height — Figma Heading/H3 (32px).",
|
|
6495
|
+
"value": "32px"
|
|
6496
|
+
},
|
|
6497
|
+
{
|
|
6498
|
+
"name": "chart-card-empty-state-title-size",
|
|
6499
|
+
"cssVar": "--chart-card-empty-state-title-size",
|
|
6500
|
+
"type": "dimension",
|
|
6501
|
+
"description": "ChartCard Empty State title font-size — Figma Heading/H3 (24px).",
|
|
6502
|
+
"value": "24px"
|
|
6503
|
+
},
|
|
6504
|
+
{
|
|
6505
|
+
"name": "chart-card-empty-state-title-weight",
|
|
6506
|
+
"cssVar": "--chart-card-empty-state-title-weight",
|
|
6507
|
+
"description": "ChartCard Empty State title weight — Figma Heading/H3 Bold (700).",
|
|
6508
|
+
"value": "700"
|
|
6509
|
+
},
|
|
6510
|
+
{
|
|
6511
|
+
"name": "chart-card-featured-icon-bg",
|
|
6512
|
+
"cssVar": "--chart-card-featured-icon-bg",
|
|
6513
|
+
"type": "color",
|
|
6514
|
+
"description": "ChartCard Title Row Featured Icon pill bg — Figma core/background/muted (#f5f5f5). Slot mantido; ícone é representativo (DES-1253).",
|
|
6515
|
+
"value": "oklch(97.02% 0.0000 0)"
|
|
6516
|
+
},
|
|
6517
|
+
{
|
|
6518
|
+
"name": "chart-card-fg",
|
|
6519
|
+
"cssVar": "--chart-card-fg",
|
|
6520
|
+
"type": "color",
|
|
6521
|
+
"description": "ChartCard default text foreground (Figma).",
|
|
6522
|
+
"value": "oklch(14.48% 0.0000 0)"
|
|
6523
|
+
},
|
|
6524
|
+
{
|
|
6525
|
+
"name": "chart-card-footer-caption-color",
|
|
6526
|
+
"cssVar": "--chart-card-footer-caption-color",
|
|
6527
|
+
"type": "color",
|
|
6528
|
+
"description": "ChartCard Card Footer caption — Figma core/background/muted-foreground (#737373).",
|
|
6529
|
+
"value": "oklch(55.55% 0.0000 0)"
|
|
6530
|
+
},
|
|
6531
|
+
{
|
|
6532
|
+
"name": "chart-card-footer-trend-color",
|
|
6533
|
+
"cssVar": "--chart-card-footer-trend-color",
|
|
6534
|
+
"type": "color",
|
|
6535
|
+
"description": "ChartCard Card Footer trend text — Figma core/background/card-foreground (#0a0a0a).",
|
|
6536
|
+
"value": "oklch(14.48% 0.0000 0)"
|
|
6537
|
+
},
|
|
6538
|
+
{
|
|
6539
|
+
"name": "chart-card-gap",
|
|
6540
|
+
"cssVar": "--chart-card-gap",
|
|
6541
|
+
"type": "dimension",
|
|
6542
|
+
"description": "ChartCard gap entre rows (Title Row / Chart / Footer) — Figma spacing/s-24 (24px).",
|
|
6543
|
+
"value": "24px"
|
|
6544
|
+
},
|
|
6545
|
+
{
|
|
6546
|
+
"name": "chart-card-padding-bottom",
|
|
6547
|
+
"cssVar": "--chart-card-padding-bottom",
|
|
6548
|
+
"type": "dimension",
|
|
6549
|
+
"description": "ChartCard padding-bottom — Figma spacing/s-24 (24px), assimétrico.",
|
|
6550
|
+
"value": "24px"
|
|
6551
|
+
},
|
|
6552
|
+
{
|
|
6553
|
+
"name": "chart-card-padding-top",
|
|
6554
|
+
"cssVar": "--chart-card-padding-top",
|
|
6555
|
+
"type": "dimension",
|
|
6556
|
+
"description": "ChartCard padding-top — Figma spacing/s-20 (20px), assimétrico.",
|
|
6557
|
+
"value": "20px"
|
|
6558
|
+
},
|
|
6559
|
+
{
|
|
6560
|
+
"name": "chart-card-padding-x",
|
|
6561
|
+
"cssVar": "--chart-card-padding-x",
|
|
6562
|
+
"type": "dimension",
|
|
6563
|
+
"description": "ChartCard padding horizontal — Figma spacing/s-24 (24px).",
|
|
6564
|
+
"value": "24px"
|
|
6565
|
+
},
|
|
6566
|
+
{
|
|
6567
|
+
"name": "chart-card-previous-color",
|
|
6568
|
+
"cssVar": "--chart-card-previous-color",
|
|
6569
|
+
"type": "color",
|
|
6570
|
+
"description": "ChartCard previous-value / caption foreground — Figma core/background/muted-foreground (#737373).",
|
|
6571
|
+
"value": "oklch(55.55% 0.0000 0)"
|
|
6572
|
+
},
|
|
6573
|
+
{
|
|
6574
|
+
"name": "chart-card-radius",
|
|
6575
|
+
"cssVar": "--chart-card-radius",
|
|
6576
|
+
"type": "dimension",
|
|
6577
|
+
"description": "ChartCard container radius — Figma radius/xl (16px). Pre-fix usava Tailwind rounded-lg (8px).",
|
|
6578
|
+
"value": "16px"
|
|
6579
|
+
},
|
|
6580
|
+
{
|
|
6581
|
+
"name": "chart-card-title-color",
|
|
6582
|
+
"cssVar": "--chart-card-title-color",
|
|
6583
|
+
"type": "color",
|
|
6584
|
+
"description": "ChartCard title color — Figma core/background/surface-foreground (#262626).",
|
|
6585
|
+
"value": "oklch(20.46% 0.0000 0)"
|
|
6586
|
+
},
|
|
6587
|
+
{
|
|
6588
|
+
"name": "chart-card-title-line-height",
|
|
6589
|
+
"cssVar": "--chart-card-title-line-height",
|
|
6590
|
+
"type": "dimension",
|
|
6591
|
+
"description": "ChartCard title line-height — Figma Heading/H5 (24px).",
|
|
6592
|
+
"value": "24px"
|
|
6593
|
+
},
|
|
6594
|
+
{
|
|
6595
|
+
"name": "chart-card-title-size",
|
|
6596
|
+
"cssVar": "--chart-card-title-size",
|
|
6597
|
+
"type": "dimension",
|
|
6598
|
+
"description": "ChartCard title font-size — Figma Heading/H5 (18px). Pre-fix usava text-sm (14px) per DES-1253.",
|
|
6599
|
+
"value": "18px"
|
|
6600
|
+
},
|
|
6601
|
+
{
|
|
6602
|
+
"name": "chart-card-title-weight",
|
|
6603
|
+
"cssVar": "--chart-card-title-weight",
|
|
6604
|
+
"description": "ChartCard title weight — Figma Heading/H5 SemiBold (600). Pre-fix usava font-bold (700).",
|
|
6605
|
+
"value": "600"
|
|
6606
|
+
},
|
|
6607
|
+
{
|
|
6608
|
+
"name": "chart-card-value-color",
|
|
6609
|
+
"cssVar": "--chart-card-value-color",
|
|
6610
|
+
"type": "color",
|
|
6611
|
+
"description": "ChartCard KPI value foreground (Figma).",
|
|
6612
|
+
"value": "oklch(14.48% 0.0000 0)"
|
|
6613
|
+
},
|
|
6614
|
+
{
|
|
6615
|
+
"name": "chart-card-value-size",
|
|
6616
|
+
"cssVar": "--chart-card-value-size",
|
|
6617
|
+
"type": "dimension",
|
|
6618
|
+
"description": "ChartCard KPI value size (default) — Figma 20px (text-xl).",
|
|
6619
|
+
"value": "20px"
|
|
6620
|
+
},
|
|
6286
6621
|
{
|
|
6287
6622
|
"name": "chart-indicator-dot-size",
|
|
6288
6623
|
"cssVar": "--chart-indicator-dot-size",
|
|
@@ -7793,7 +8128,8 @@
|
|
|
7793
8128
|
"name": "date-picker-preset-min-width",
|
|
7794
8129
|
"cssVar": "--date-picker-preset-min-width",
|
|
7795
8130
|
"type": "dimension",
|
|
7796
|
-
"
|
|
8131
|
+
"description": "Preset list min-width = 168px per DES-1263 — was 140px (consumed by DateRangePicker presets).",
|
|
8132
|
+
"value": "168px"
|
|
7797
8133
|
},
|
|
7798
8134
|
{
|
|
7799
8135
|
"name": "date-picker-trigger-border-default",
|
|
@@ -7927,7 +8263,8 @@
|
|
|
7927
8263
|
"name": "date-picker-trigger-text-sm",
|
|
7928
8264
|
"cssVar": "--date-picker-trigger-text-sm",
|
|
7929
8265
|
"type": "dimension",
|
|
7930
|
-
"
|
|
8266
|
+
"description": "Trigger sm font-size = 14px (text/sm) per DES-1261 — dropped the 12px override (too small, sub-14px); now matches the md trigger text and is shared by DateRangePicker.",
|
|
8267
|
+
"value": "14px"
|
|
7931
8268
|
},
|
|
7932
8269
|
{
|
|
7933
8270
|
"name": "date-range-picker-calendar-gap",
|
|
@@ -9599,6 +9936,20 @@
|
|
|
9599
9936
|
"type": "dimension",
|
|
9600
9937
|
"value": "14px"
|
|
9601
9938
|
},
|
|
9939
|
+
{
|
|
9940
|
+
"name": "header-content-height",
|
|
9941
|
+
"cssVar": "--header-content-height",
|
|
9942
|
+
"type": "dimension",
|
|
9943
|
+
"description": "HeaderNav/HeaderActions content row height (Figma h-9 = 36px). Drives a composed header to 76px. DES-1271.",
|
|
9944
|
+
"value": "36px"
|
|
9945
|
+
},
|
|
9946
|
+
{
|
|
9947
|
+
"name": "header-height",
|
|
9948
|
+
"cssVar": "--header-height",
|
|
9949
|
+
"type": "dimension",
|
|
9950
|
+
"description": "Min height for a logo-only header (Figma 'Logo Left'/'Logo Centered' = 64px). Grows to 76px when HeaderNav/HeaderActions are present (content row 36px + padding-y 2×20px). DES-1271.",
|
|
9951
|
+
"value": "64px"
|
|
9952
|
+
},
|
|
9602
9953
|
{
|
|
9603
9954
|
"name": "header-root-bg",
|
|
9604
9955
|
"cssVar": "--header-root-bg",
|
|
@@ -9615,13 +9966,15 @@
|
|
|
9615
9966
|
"name": "header-root-padding-x",
|
|
9616
9967
|
"cssVar": "--header-root-padding-x",
|
|
9617
9968
|
"type": "dimension",
|
|
9618
|
-
"
|
|
9969
|
+
"description": "Horizontal padding — Figma spacing/s-32 (32px). DES-1271.",
|
|
9970
|
+
"value": "32px"
|
|
9619
9971
|
},
|
|
9620
9972
|
{
|
|
9621
9973
|
"name": "header-root-padding-y",
|
|
9622
9974
|
"cssVar": "--header-root-padding-y",
|
|
9623
9975
|
"type": "dimension",
|
|
9624
|
-
"
|
|
9976
|
+
"description": "Vertical padding — Figma spacing/s-20 (20px). DES-1271.",
|
|
9977
|
+
"value": "20px"
|
|
9625
9978
|
},
|
|
9626
9979
|
{
|
|
9627
9980
|
"name": "header-size-lg-height",
|
|
@@ -9808,6 +10161,55 @@
|
|
|
9808
10161
|
"description": "IftaLabel input wrapper top padding (24px to accommodate floating label).",
|
|
9809
10162
|
"value": "24px"
|
|
9810
10163
|
},
|
|
10164
|
+
{
|
|
10165
|
+
"name": "image-gallery-empty-border-color",
|
|
10166
|
+
"cssVar": "--image-gallery-empty-border-color",
|
|
10167
|
+
"type": "color",
|
|
10168
|
+
"description": "Empty-state dashed border color — maps the code's border-muted.",
|
|
10169
|
+
"value": "oklch(97.02% 0.0000 0)"
|
|
10170
|
+
},
|
|
10171
|
+
{
|
|
10172
|
+
"name": "image-gallery-empty-radius",
|
|
10173
|
+
"cssVar": "--image-gallery-empty-radius",
|
|
10174
|
+
"type": "dimension",
|
|
10175
|
+
"description": "Empty-state container border radius — maps the code's rounded-lg.",
|
|
10176
|
+
"value": "12px"
|
|
10177
|
+
},
|
|
10178
|
+
{
|
|
10179
|
+
"name": "image-gallery-item-radius",
|
|
10180
|
+
"cssVar": "--image-gallery-item-radius",
|
|
10181
|
+
"type": "dimension",
|
|
10182
|
+
"description": "Border radius of each gallery image/item — maps the code's rounded-md (DES-1275). Gaps são code-only por decisão do Gabriel (config via Tailwind, não tokenizados).",
|
|
10183
|
+
"value": "8px"
|
|
10184
|
+
},
|
|
10185
|
+
{
|
|
10186
|
+
"name": "image-gallery-loading-background",
|
|
10187
|
+
"cssVar": "--image-gallery-loading-background",
|
|
10188
|
+
"type": "color",
|
|
10189
|
+
"description": "Skeleton placeholder background no loading state — maps the code's bg-muted.",
|
|
10190
|
+
"value": "oklch(97.02% 0.0000 0)"
|
|
10191
|
+
},
|
|
10192
|
+
{
|
|
10193
|
+
"name": "image-gallery-selection-opacity",
|
|
10194
|
+
"cssVar": "--image-gallery-selection-opacity",
|
|
10195
|
+
"type": "number",
|
|
10196
|
+
"description": "Opacity aplicada aos itens NÃO-selecionados em selection mode (Figma Type=Selected esmaece os não-selecionados).",
|
|
10197
|
+
"value": "0.5"
|
|
10198
|
+
},
|
|
10199
|
+
{
|
|
10200
|
+
"name": "image-gallery-selection-ring-color",
|
|
10201
|
+
"cssVar": "--image-gallery-selection-ring-color",
|
|
10202
|
+
"type": "color",
|
|
10203
|
+
"description": "Selected item border/ring color — Figma core/border/ring (#19e699, brand-primary-500) per DES-1275.",
|
|
10204
|
+
"value": "oklch(81.75% 0.1821 159.79)"
|
|
10205
|
+
},
|
|
10206
|
+
{
|
|
10207
|
+
"name": "image-gallery-selection-ring-width",
|
|
10208
|
+
"cssVar": "--image-gallery-selection-ring-width",
|
|
10209
|
+
"type": "dimension",
|
|
10210
|
+
"description": "Selected item border/ring width — Figma Type=Selected usa 2px solid.",
|
|
10211
|
+
"value": "2px"
|
|
10212
|
+
},
|
|
9811
10213
|
{
|
|
9812
10214
|
"name": "image-rounded-circle",
|
|
9813
10215
|
"cssVar": "--image-rounded-circle",
|
|
@@ -11212,6 +11614,69 @@
|
|
|
11212
11614
|
"type": "dimension",
|
|
11213
11615
|
"value": "8px"
|
|
11214
11616
|
},
|
|
11617
|
+
{
|
|
11618
|
+
"name": "modal-icon-pill-color-default-bg",
|
|
11619
|
+
"cssVar": "--modal-icon-pill-color-default-bg",
|
|
11620
|
+
"type": "color",
|
|
11621
|
+
"description": "Neutral icon-pill bg (core/background/muted #f5f5f5).",
|
|
11622
|
+
"value": "oklch(97.02% 0.0000 0)"
|
|
11623
|
+
},
|
|
11624
|
+
{
|
|
11625
|
+
"name": "modal-icon-pill-color-default-fg",
|
|
11626
|
+
"cssVar": "--modal-icon-pill-color-default-fg",
|
|
11627
|
+
"type": "color",
|
|
11628
|
+
"description": "Neutral icon-pill glyph (muted-foreground).",
|
|
11629
|
+
"value": "oklch(55.55% 0.0000 0)"
|
|
11630
|
+
},
|
|
11631
|
+
{
|
|
11632
|
+
"name": "modal-icon-pill-color-destructive-bg",
|
|
11633
|
+
"cssVar": "--modal-icon-pill-color-destructive-bg",
|
|
11634
|
+
"type": "color",
|
|
11635
|
+
"description": "Destructive intent pill bg (status/destructive/subtle #fef2f2). Reusa tokens STATUS.",
|
|
11636
|
+
"value": "oklch(97.05% 0.0129 17.38)"
|
|
11637
|
+
},
|
|
11638
|
+
{
|
|
11639
|
+
"name": "modal-icon-pill-color-destructive-fg",
|
|
11640
|
+
"cssVar": "--modal-icon-pill-color-destructive-fg",
|
|
11641
|
+
"type": "color",
|
|
11642
|
+
"description": "Destructive intent pill glyph (status/destructive/subtle-foreground #b91c1c).",
|
|
11643
|
+
"value": "oklch(50.54% 0.1905 27.52)"
|
|
11644
|
+
},
|
|
11645
|
+
{
|
|
11646
|
+
"name": "modal-icon-pill-color-warning-bg",
|
|
11647
|
+
"cssVar": "--modal-icon-pill-color-warning-bg",
|
|
11648
|
+
"type": "color",
|
|
11649
|
+
"description": "Warning intent pill bg (status/warning/subtle #fefce8). Reusa tokens STATUS — sem --modal-type-* (DES-1285).",
|
|
11650
|
+
"value": "oklch(98.73% 0.0262 102.21)"
|
|
11651
|
+
},
|
|
11652
|
+
{
|
|
11653
|
+
"name": "modal-icon-pill-color-warning-fg",
|
|
11654
|
+
"cssVar": "--modal-icon-pill-color-warning-fg",
|
|
11655
|
+
"type": "color",
|
|
11656
|
+
"description": "Warning intent pill glyph (status/warning/subtle-foreground #a16207).",
|
|
11657
|
+
"value": "oklch(55.38% 0.1207 66.44)"
|
|
11658
|
+
},
|
|
11659
|
+
{
|
|
11660
|
+
"name": "modal-icon-pill-icon-size",
|
|
11661
|
+
"cssVar": "--modal-icon-pill-icon-size",
|
|
11662
|
+
"type": "dimension",
|
|
11663
|
+
"description": "Modal icon-pill glyph size — 16px para os intent pills (Warning/Destructive TriangleAlert).",
|
|
11664
|
+
"value": "16px"
|
|
11665
|
+
},
|
|
11666
|
+
{
|
|
11667
|
+
"name": "modal-icon-pill-padding",
|
|
11668
|
+
"cssVar": "--modal-icon-pill-padding",
|
|
11669
|
+
"type": "dimension",
|
|
11670
|
+
"description": "Modal icon-pill inner padding 8px (spacing/2) — Figma Modal set 1425:10036, node 1522-12503 (DES-1285).",
|
|
11671
|
+
"value": "8px"
|
|
11672
|
+
},
|
|
11673
|
+
{
|
|
11674
|
+
"name": "modal-icon-pill-radius",
|
|
11675
|
+
"cssVar": "--modal-icon-pill-radius",
|
|
11676
|
+
"type": "dimension",
|
|
11677
|
+
"description": "Modal icon-pill fully-rounded shape (radius/pill 999px) per Figma.",
|
|
11678
|
+
"value": "999px"
|
|
11679
|
+
},
|
|
11215
11680
|
{
|
|
11216
11681
|
"name": "modal-overlay-bg",
|
|
11217
11682
|
"cssVar": "--modal-overlay-bg",
|
|
@@ -11727,9 +12192,10 @@
|
|
|
11727
12192
|
"value": "oklch(86.06% 0.1731 91.94)"
|
|
11728
12193
|
},
|
|
11729
12194
|
{
|
|
11730
|
-
"name": "notification-dot-
|
|
11731
|
-
"cssVar": "--notification-dot-
|
|
12195
|
+
"name": "notification-dot-gap",
|
|
12196
|
+
"cssVar": "--notification-dot-gap",
|
|
11732
12197
|
"type": "dimension",
|
|
12198
|
+
"description": "Inline gap between the unread dot and the title per DES-1289 — Figma renders the dot inline in the title (spacing/1-5 = 6px), replacing the former absolute top/left offsets.",
|
|
11733
12199
|
"value": "6px"
|
|
11734
12200
|
},
|
|
11735
12201
|
{
|
|
@@ -11738,12 +12204,6 @@
|
|
|
11738
12204
|
"type": "dimension",
|
|
11739
12205
|
"value": "8px"
|
|
11740
12206
|
},
|
|
11741
|
-
{
|
|
11742
|
-
"name": "notification-dot-top",
|
|
11743
|
-
"cssVar": "--notification-dot-top",
|
|
11744
|
-
"type": "dimension",
|
|
11745
|
-
"value": "16px"
|
|
11746
|
-
},
|
|
11747
12207
|
{
|
|
11748
12208
|
"name": "notification-root-gap",
|
|
11749
12209
|
"cssVar": "--notification-root-gap",
|
|
@@ -11815,7 +12275,9 @@
|
|
|
11815
12275
|
{
|
|
11816
12276
|
"name": "panel-root-shadow",
|
|
11817
12277
|
"cssVar": "--panel-root-shadow",
|
|
11818
|
-
"
|
|
12278
|
+
"type": "shadow",
|
|
12279
|
+
"description": "Panel elevation consolidated onto the canonical shadow-md token per DES-1291 — was a bespoke dual-layer drop-shadow. The Panel refactor (Onda 3) should consume var(--shadow-md) directly for dark-mode awareness.",
|
|
12280
|
+
"value": "0 4px 8px 0 rgb(0 0 0 / 0.10), 0 2px 4px 0 rgb(0 0 0 / 0.06)"
|
|
11819
12281
|
},
|
|
11820
12282
|
{
|
|
11821
12283
|
"name": "panel-size-lg",
|
|
@@ -16159,8 +16621,8 @@
|
|
|
16159
16621
|
"name": "topbar-root-background",
|
|
16160
16622
|
"cssVar": "--topbar-root-background",
|
|
16161
16623
|
"type": "color",
|
|
16162
|
-
"description": "Topbar surface background —
|
|
16163
|
-
"value": "oklch(
|
|
16624
|
+
"description": "Topbar surface background — aliases surface (neutral-50, #fafafa), mirroring Figma core/background/surface and matching the Sidebar chrome.",
|
|
16625
|
+
"value": "oklch(98.51% 0.0000 0)"
|
|
16164
16626
|
},
|
|
16165
16627
|
{
|
|
16166
16628
|
"name": "topbar-root-border-color",
|