@etus/tokens 0.4.0-beta.1 → 0.4.0-beta.3
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 +1272 -9
- package/dist/tokens.css.baseline +3178 -0
- package/dist/tokens.js +94 -5
- package/dist/tokens.meta.json +473 -6
- 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",
|
|
@@ -1575,6 +1722,14 @@
|
|
|
1575
1722
|
"light": "oklch(58.24% 0.1354 137.66)",
|
|
1576
1723
|
"dark": "oklch(92.69% 0.1227 138.76)"
|
|
1577
1724
|
},
|
|
1725
|
+
{
|
|
1726
|
+
"name": "sidebar",
|
|
1727
|
+
"cssVar": "--sidebar",
|
|
1728
|
+
"type": "color",
|
|
1729
|
+
"description": "Sidebar default background — alias of sidebar-background so `bg-sidebar` (Tailwind v4 utility) resolves. Without this alias `bg-sidebar` is a dead class (no matching --color-sidebar mapping).",
|
|
1730
|
+
"light": "oklch(98.51% 0.0000 0)",
|
|
1731
|
+
"dark": "oklch(20.46% 0.0000 0)"
|
|
1732
|
+
},
|
|
1578
1733
|
{
|
|
1579
1734
|
"name": "sidebar-accent",
|
|
1580
1735
|
"cssVar": "--sidebar-accent",
|
|
@@ -1615,6 +1770,14 @@
|
|
|
1615
1770
|
"light": "oklch(20.46% 0.0000 0)",
|
|
1616
1771
|
"dark": "oklch(97.02% 0.0000 0)"
|
|
1617
1772
|
},
|
|
1773
|
+
{
|
|
1774
|
+
"name": "sidebar-ring",
|
|
1775
|
+
"cssVar": "--sidebar-ring",
|
|
1776
|
+
"type": "color",
|
|
1777
|
+
"description": "Sidebar focus ring — alias of base ring so `ring-sidebar-ring` (Tailwind v4 utility) resolves.",
|
|
1778
|
+
"light": "oklch(81.75% 0.1821 159.79)",
|
|
1779
|
+
"dark": "oklch(84.11% 0.1609 163.31)"
|
|
1780
|
+
},
|
|
1618
1781
|
{
|
|
1619
1782
|
"name": "status-destructive-background",
|
|
1620
1783
|
"cssVar": "--status-destructive-background",
|
|
@@ -3888,7 +4051,8 @@
|
|
|
3888
4051
|
"name": "accordion-root-gap",
|
|
3889
4052
|
"cssVar": "--accordion-root-gap",
|
|
3890
4053
|
"type": "dimension",
|
|
3891
|
-
"
|
|
4054
|
+
"description": "Accordion root gap between items = 16px (spacing.4) per DES-1239 — was 8px (spacing.2).",
|
|
4055
|
+
"value": "16px"
|
|
3892
4056
|
},
|
|
3893
4057
|
{
|
|
3894
4058
|
"name": "accordion-trigger-gap",
|
|
@@ -6267,6 +6431,193 @@
|
|
|
6267
6431
|
"type": "dimension",
|
|
6268
6432
|
"value": "8px"
|
|
6269
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
|
+
},
|
|
6270
6621
|
{
|
|
6271
6622
|
"name": "chart-indicator-dot-size",
|
|
6272
6623
|
"cssVar": "--chart-indicator-dot-size",
|
|
@@ -7777,7 +8128,8 @@
|
|
|
7777
8128
|
"name": "date-picker-preset-min-width",
|
|
7778
8129
|
"cssVar": "--date-picker-preset-min-width",
|
|
7779
8130
|
"type": "dimension",
|
|
7780
|
-
"
|
|
8131
|
+
"description": "Preset list min-width = 168px per DES-1263 — was 140px (consumed by DateRangePicker presets).",
|
|
8132
|
+
"value": "168px"
|
|
7781
8133
|
},
|
|
7782
8134
|
{
|
|
7783
8135
|
"name": "date-picker-trigger-border-default",
|
|
@@ -7911,7 +8263,8 @@
|
|
|
7911
8263
|
"name": "date-picker-trigger-text-sm",
|
|
7912
8264
|
"cssVar": "--date-picker-trigger-text-sm",
|
|
7913
8265
|
"type": "dimension",
|
|
7914
|
-
"
|
|
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"
|
|
7915
8268
|
},
|
|
7916
8269
|
{
|
|
7917
8270
|
"name": "date-range-picker-calendar-gap",
|
|
@@ -9792,6 +10145,55 @@
|
|
|
9792
10145
|
"description": "IftaLabel input wrapper top padding (24px to accommodate floating label).",
|
|
9793
10146
|
"value": "24px"
|
|
9794
10147
|
},
|
|
10148
|
+
{
|
|
10149
|
+
"name": "image-gallery-empty-border-color",
|
|
10150
|
+
"cssVar": "--image-gallery-empty-border-color",
|
|
10151
|
+
"type": "color",
|
|
10152
|
+
"description": "Empty-state dashed border color — maps the code's border-muted.",
|
|
10153
|
+
"value": "oklch(97.02% 0.0000 0)"
|
|
10154
|
+
},
|
|
10155
|
+
{
|
|
10156
|
+
"name": "image-gallery-empty-radius",
|
|
10157
|
+
"cssVar": "--image-gallery-empty-radius",
|
|
10158
|
+
"type": "dimension",
|
|
10159
|
+
"description": "Empty-state container border radius — maps the code's rounded-lg.",
|
|
10160
|
+
"value": "12px"
|
|
10161
|
+
},
|
|
10162
|
+
{
|
|
10163
|
+
"name": "image-gallery-item-radius",
|
|
10164
|
+
"cssVar": "--image-gallery-item-radius",
|
|
10165
|
+
"type": "dimension",
|
|
10166
|
+
"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).",
|
|
10167
|
+
"value": "8px"
|
|
10168
|
+
},
|
|
10169
|
+
{
|
|
10170
|
+
"name": "image-gallery-loading-background",
|
|
10171
|
+
"cssVar": "--image-gallery-loading-background",
|
|
10172
|
+
"type": "color",
|
|
10173
|
+
"description": "Skeleton placeholder background no loading state — maps the code's bg-muted.",
|
|
10174
|
+
"value": "oklch(97.02% 0.0000 0)"
|
|
10175
|
+
},
|
|
10176
|
+
{
|
|
10177
|
+
"name": "image-gallery-selection-opacity",
|
|
10178
|
+
"cssVar": "--image-gallery-selection-opacity",
|
|
10179
|
+
"type": "number",
|
|
10180
|
+
"description": "Opacity aplicada aos itens NÃO-selecionados em selection mode (Figma Type=Selected esmaece os não-selecionados).",
|
|
10181
|
+
"value": "0.5"
|
|
10182
|
+
},
|
|
10183
|
+
{
|
|
10184
|
+
"name": "image-gallery-selection-ring-color",
|
|
10185
|
+
"cssVar": "--image-gallery-selection-ring-color",
|
|
10186
|
+
"type": "color",
|
|
10187
|
+
"description": "Selected item border/ring color — Figma core/border/ring (#19e699, brand-primary-500) per DES-1275.",
|
|
10188
|
+
"value": "oklch(81.75% 0.1821 159.79)"
|
|
10189
|
+
},
|
|
10190
|
+
{
|
|
10191
|
+
"name": "image-gallery-selection-ring-width",
|
|
10192
|
+
"cssVar": "--image-gallery-selection-ring-width",
|
|
10193
|
+
"type": "dimension",
|
|
10194
|
+
"description": "Selected item border/ring width — Figma Type=Selected usa 2px solid.",
|
|
10195
|
+
"value": "2px"
|
|
10196
|
+
},
|
|
9795
10197
|
{
|
|
9796
10198
|
"name": "image-rounded-circle",
|
|
9797
10199
|
"cssVar": "--image-rounded-circle",
|
|
@@ -11196,6 +11598,69 @@
|
|
|
11196
11598
|
"type": "dimension",
|
|
11197
11599
|
"value": "8px"
|
|
11198
11600
|
},
|
|
11601
|
+
{
|
|
11602
|
+
"name": "modal-icon-pill-color-default-bg",
|
|
11603
|
+
"cssVar": "--modal-icon-pill-color-default-bg",
|
|
11604
|
+
"type": "color",
|
|
11605
|
+
"description": "Neutral icon-pill bg (core/background/muted #f5f5f5).",
|
|
11606
|
+
"value": "oklch(97.02% 0.0000 0)"
|
|
11607
|
+
},
|
|
11608
|
+
{
|
|
11609
|
+
"name": "modal-icon-pill-color-default-fg",
|
|
11610
|
+
"cssVar": "--modal-icon-pill-color-default-fg",
|
|
11611
|
+
"type": "color",
|
|
11612
|
+
"description": "Neutral icon-pill glyph (muted-foreground).",
|
|
11613
|
+
"value": "oklch(55.55% 0.0000 0)"
|
|
11614
|
+
},
|
|
11615
|
+
{
|
|
11616
|
+
"name": "modal-icon-pill-color-destructive-bg",
|
|
11617
|
+
"cssVar": "--modal-icon-pill-color-destructive-bg",
|
|
11618
|
+
"type": "color",
|
|
11619
|
+
"description": "Destructive intent pill bg (status/destructive/subtle #fef2f2). Reusa tokens STATUS.",
|
|
11620
|
+
"value": "oklch(97.05% 0.0129 17.38)"
|
|
11621
|
+
},
|
|
11622
|
+
{
|
|
11623
|
+
"name": "modal-icon-pill-color-destructive-fg",
|
|
11624
|
+
"cssVar": "--modal-icon-pill-color-destructive-fg",
|
|
11625
|
+
"type": "color",
|
|
11626
|
+
"description": "Destructive intent pill glyph (status/destructive/subtle-foreground #b91c1c).",
|
|
11627
|
+
"value": "oklch(50.54% 0.1905 27.52)"
|
|
11628
|
+
},
|
|
11629
|
+
{
|
|
11630
|
+
"name": "modal-icon-pill-color-warning-bg",
|
|
11631
|
+
"cssVar": "--modal-icon-pill-color-warning-bg",
|
|
11632
|
+
"type": "color",
|
|
11633
|
+
"description": "Warning intent pill bg (status/warning/subtle #fefce8). Reusa tokens STATUS — sem --modal-type-* (DES-1285).",
|
|
11634
|
+
"value": "oklch(98.73% 0.0262 102.21)"
|
|
11635
|
+
},
|
|
11636
|
+
{
|
|
11637
|
+
"name": "modal-icon-pill-color-warning-fg",
|
|
11638
|
+
"cssVar": "--modal-icon-pill-color-warning-fg",
|
|
11639
|
+
"type": "color",
|
|
11640
|
+
"description": "Warning intent pill glyph (status/warning/subtle-foreground #a16207).",
|
|
11641
|
+
"value": "oklch(55.38% 0.1207 66.44)"
|
|
11642
|
+
},
|
|
11643
|
+
{
|
|
11644
|
+
"name": "modal-icon-pill-icon-size",
|
|
11645
|
+
"cssVar": "--modal-icon-pill-icon-size",
|
|
11646
|
+
"type": "dimension",
|
|
11647
|
+
"description": "Modal icon-pill glyph size — 16px para os intent pills (Warning/Destructive TriangleAlert).",
|
|
11648
|
+
"value": "16px"
|
|
11649
|
+
},
|
|
11650
|
+
{
|
|
11651
|
+
"name": "modal-icon-pill-padding",
|
|
11652
|
+
"cssVar": "--modal-icon-pill-padding",
|
|
11653
|
+
"type": "dimension",
|
|
11654
|
+
"description": "Modal icon-pill inner padding 8px (spacing/2) — Figma Modal set 1425:10036, node 1522-12503 (DES-1285).",
|
|
11655
|
+
"value": "8px"
|
|
11656
|
+
},
|
|
11657
|
+
{
|
|
11658
|
+
"name": "modal-icon-pill-radius",
|
|
11659
|
+
"cssVar": "--modal-icon-pill-radius",
|
|
11660
|
+
"type": "dimension",
|
|
11661
|
+
"description": "Modal icon-pill fully-rounded shape (radius/pill 999px) per Figma.",
|
|
11662
|
+
"value": "999px"
|
|
11663
|
+
},
|
|
11199
11664
|
{
|
|
11200
11665
|
"name": "modal-overlay-bg",
|
|
11201
11666
|
"cssVar": "--modal-overlay-bg",
|
|
@@ -11799,7 +12264,9 @@
|
|
|
11799
12264
|
{
|
|
11800
12265
|
"name": "panel-root-shadow",
|
|
11801
12266
|
"cssVar": "--panel-root-shadow",
|
|
11802
|
-
"
|
|
12267
|
+
"type": "shadow",
|
|
12268
|
+
"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.",
|
|
12269
|
+
"value": "0 4px 8px 0 rgb(0 0 0 / 0.10), 0 2px 4px 0 rgb(0 0 0 / 0.06)"
|
|
11803
12270
|
},
|
|
11804
12271
|
{
|
|
11805
12272
|
"name": "panel-size-lg",
|
|
@@ -16143,8 +16610,8 @@
|
|
|
16143
16610
|
"name": "topbar-root-background",
|
|
16144
16611
|
"cssVar": "--topbar-root-background",
|
|
16145
16612
|
"type": "color",
|
|
16146
|
-
"description": "Topbar surface background —
|
|
16147
|
-
"value": "oklch(
|
|
16613
|
+
"description": "Topbar surface background — aliases surface (neutral-50, #fafafa), mirroring Figma core/background/surface and matching the Sidebar chrome.",
|
|
16614
|
+
"value": "oklch(98.51% 0.0000 0)"
|
|
16148
16615
|
},
|
|
16149
16616
|
{
|
|
16150
16617
|
"name": "topbar-root-border-color",
|