@pantheon-systems/pds-design-tokens 0.5.0-dev.0 → 0.6.0-dev.1
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/build/css/pds-design-tokens-dark-mode.css +46 -0
- package/build/css/pds-design-tokens-light-mode.css +32 -13
- package/build/figma/pds-design-tokens-figma.json +2312 -482
- package/build/json/pds-design-tokens-dark-mode.json +1299 -0
- package/build/json/pds-design-tokens-light-mode.json +731 -200
- package/build/json/pds-design-tokens.json +16 -8
- package/build/scss/_pds-design-tokens-dark-mode.scss +46 -0
- package/build/scss/_pds-design-tokens-light-mode.scss +32 -13
- package/package.json +1 -1
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"fontSize": "2.441 * 16",
|
|
126
126
|
"fontFamily": "Aleo",
|
|
127
127
|
"fontWeight": 700,
|
|
128
|
-
"letterSpacing": "
|
|
128
|
+
"letterSpacing": "0.01 * 100%",
|
|
129
129
|
"lineHeight": "125%"
|
|
130
130
|
},
|
|
131
131
|
"type": "typography",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"fontSize": "{typography.size.3XL} * {figma.typography.size.base}",
|
|
137
137
|
"fontFamily": "Aleo",
|
|
138
138
|
"fontWeight": "{typography.font-weight.bold}",
|
|
139
|
-
"letterSpacing": "{typography.letter-spacing.S}",
|
|
139
|
+
"letterSpacing": "{typography.letter-spacing.S} * 100%",
|
|
140
140
|
"lineHeight": "{typography.line-height.S}"
|
|
141
141
|
},
|
|
142
142
|
"type": "typography"
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"fontSize": "1.25 * 16",
|
|
159
159
|
"fontFamily": "Poppins",
|
|
160
160
|
"fontWeight": 700,
|
|
161
|
-
"letterSpacing": "
|
|
161
|
+
"letterSpacing": "0.04 * 100%",
|
|
162
162
|
"textCase": "uppercase",
|
|
163
163
|
"lineHeight": "125%"
|
|
164
164
|
},
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
"fontSize": "{typography.size.L} * {figma.typography.size.base}",
|
|
171
171
|
"fontFamily": "Poppins",
|
|
172
172
|
"fontWeight": "{typography.font-weight.bold}",
|
|
173
|
-
"letterSpacing": "{typography.letter-spacing.L}",
|
|
173
|
+
"letterSpacing": "{typography.letter-spacing.L} * 100%",
|
|
174
174
|
"textCase": "uppercase",
|
|
175
175
|
"lineHeight": "{typography.line-height.S}"
|
|
176
176
|
},
|
|
@@ -383,7 +383,7 @@
|
|
|
383
383
|
"fontSize": "1.25 * 16",
|
|
384
384
|
"fontWeight": 700,
|
|
385
385
|
"fontFamily": "Poppins",
|
|
386
|
-
"letterSpacing": "
|
|
386
|
+
"letterSpacing": "0.01 * 100%",
|
|
387
387
|
"lineHeight": "1"
|
|
388
388
|
},
|
|
389
389
|
"type": "typography",
|
|
@@ -394,7 +394,7 @@
|
|
|
394
394
|
"fontSize": "{typography.size.L} * {figma.typography.size.base}",
|
|
395
395
|
"fontWeight": "{typography.font-weight.bold}",
|
|
396
396
|
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
397
|
-
"letterSpacing": "{typography.letter-spacing.S}",
|
|
397
|
+
"letterSpacing": "{typography.letter-spacing.S} * 100%",
|
|
398
398
|
"lineHeight": "1"
|
|
399
399
|
},
|
|
400
400
|
"type": "typography"
|
|
@@ -416,7 +416,7 @@
|
|
|
416
416
|
"fontSize": "1 * 16",
|
|
417
417
|
"fontWeight": 700,
|
|
418
418
|
"fontFamily": "Poppins",
|
|
419
|
-
"letterSpacing": "
|
|
419
|
+
"letterSpacing": "0.01 * 100%",
|
|
420
420
|
"lineHeight": "1"
|
|
421
421
|
},
|
|
422
422
|
"type": "typography",
|
|
@@ -449,7 +449,7 @@
|
|
|
449
449
|
"fontSize": "0.875 * 16",
|
|
450
450
|
"fontWeight": 700,
|
|
451
451
|
"fontFamily": "Poppins",
|
|
452
|
-
"letterSpacing": "
|
|
452
|
+
"letterSpacing": "0.01 * 100%",
|
|
453
453
|
"lineHeight": "1"
|
|
454
454
|
},
|
|
455
455
|
"type": "typography",
|
|
@@ -1432,6 +1432,1282 @@
|
|
|
1432
1432
|
}
|
|
1433
1433
|
}
|
|
1434
1434
|
},
|
|
1435
|
+
"button": {
|
|
1436
|
+
"primary": {
|
|
1437
|
+
"background": {
|
|
1438
|
+
"default": {
|
|
1439
|
+
"value": "#ffdc28",
|
|
1440
|
+
"public": true,
|
|
1441
|
+
"isReferenceToInternal": true,
|
|
1442
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1443
|
+
"isSource": true,
|
|
1444
|
+
"original": {
|
|
1445
|
+
"value": "{color.dark-mode.brand.primary.400.value}",
|
|
1446
|
+
"public": true,
|
|
1447
|
+
"isReferenceToInternal": true
|
|
1448
|
+
},
|
|
1449
|
+
"name": "color-dark-mode-button-primary-background-default",
|
|
1450
|
+
"attributes": {
|
|
1451
|
+
"category": "color",
|
|
1452
|
+
"type": "dark-mode",
|
|
1453
|
+
"item": "button",
|
|
1454
|
+
"subitem": "primary",
|
|
1455
|
+
"state": "background"
|
|
1456
|
+
},
|
|
1457
|
+
"path": [
|
|
1458
|
+
"color",
|
|
1459
|
+
"dark-mode",
|
|
1460
|
+
"button",
|
|
1461
|
+
"primary",
|
|
1462
|
+
"background",
|
|
1463
|
+
"default"
|
|
1464
|
+
]
|
|
1465
|
+
},
|
|
1466
|
+
"hover": {
|
|
1467
|
+
"value": "#ffe668",
|
|
1468
|
+
"public": true,
|
|
1469
|
+
"isReferenceToInternal": true,
|
|
1470
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1471
|
+
"isSource": true,
|
|
1472
|
+
"original": {
|
|
1473
|
+
"value": "{color.dark-mode.brand.primary.300.value}",
|
|
1474
|
+
"public": true,
|
|
1475
|
+
"isReferenceToInternal": true
|
|
1476
|
+
},
|
|
1477
|
+
"name": "color-dark-mode-button-primary-background-hover",
|
|
1478
|
+
"attributes": {
|
|
1479
|
+
"category": "color",
|
|
1480
|
+
"type": "dark-mode",
|
|
1481
|
+
"item": "button",
|
|
1482
|
+
"subitem": "primary",
|
|
1483
|
+
"state": "background"
|
|
1484
|
+
},
|
|
1485
|
+
"path": [
|
|
1486
|
+
"color",
|
|
1487
|
+
"dark-mode",
|
|
1488
|
+
"button",
|
|
1489
|
+
"primary",
|
|
1490
|
+
"background",
|
|
1491
|
+
"hover"
|
|
1492
|
+
]
|
|
1493
|
+
},
|
|
1494
|
+
"active": {
|
|
1495
|
+
"value": "#ddbd16",
|
|
1496
|
+
"public": true,
|
|
1497
|
+
"isReferenceToInternal": true,
|
|
1498
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1499
|
+
"isSource": true,
|
|
1500
|
+
"original": {
|
|
1501
|
+
"value": "{color.dark-mode.brand.primary.500.value}",
|
|
1502
|
+
"public": true,
|
|
1503
|
+
"isReferenceToInternal": true
|
|
1504
|
+
},
|
|
1505
|
+
"name": "color-dark-mode-button-primary-background-active",
|
|
1506
|
+
"attributes": {
|
|
1507
|
+
"category": "color",
|
|
1508
|
+
"type": "dark-mode",
|
|
1509
|
+
"item": "button",
|
|
1510
|
+
"subitem": "primary",
|
|
1511
|
+
"state": "background"
|
|
1512
|
+
},
|
|
1513
|
+
"path": [
|
|
1514
|
+
"color",
|
|
1515
|
+
"dark-mode",
|
|
1516
|
+
"button",
|
|
1517
|
+
"primary",
|
|
1518
|
+
"background",
|
|
1519
|
+
"active"
|
|
1520
|
+
]
|
|
1521
|
+
},
|
|
1522
|
+
"focus": {
|
|
1523
|
+
"value": "#ddbd16",
|
|
1524
|
+
"public": true,
|
|
1525
|
+
"isReferenceToInternal": true,
|
|
1526
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1527
|
+
"isSource": true,
|
|
1528
|
+
"original": {
|
|
1529
|
+
"value": "{color.dark-mode.brand.primary.500.value}",
|
|
1530
|
+
"public": true,
|
|
1531
|
+
"isReferenceToInternal": true
|
|
1532
|
+
},
|
|
1533
|
+
"name": "color-dark-mode-button-primary-background-focus",
|
|
1534
|
+
"attributes": {
|
|
1535
|
+
"category": "color",
|
|
1536
|
+
"type": "dark-mode",
|
|
1537
|
+
"item": "button",
|
|
1538
|
+
"subitem": "primary",
|
|
1539
|
+
"state": "background"
|
|
1540
|
+
},
|
|
1541
|
+
"path": [
|
|
1542
|
+
"color",
|
|
1543
|
+
"dark-mode",
|
|
1544
|
+
"button",
|
|
1545
|
+
"primary",
|
|
1546
|
+
"background",
|
|
1547
|
+
"focus"
|
|
1548
|
+
]
|
|
1549
|
+
}
|
|
1550
|
+
},
|
|
1551
|
+
"border": {
|
|
1552
|
+
"default": {
|
|
1553
|
+
"value": "#ffdc28",
|
|
1554
|
+
"public": true,
|
|
1555
|
+
"isReferenceToInternal": true,
|
|
1556
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1557
|
+
"isSource": true,
|
|
1558
|
+
"original": {
|
|
1559
|
+
"value": "{color.dark-mode.brand.primary.400.value}",
|
|
1560
|
+
"public": true,
|
|
1561
|
+
"isReferenceToInternal": true
|
|
1562
|
+
},
|
|
1563
|
+
"name": "color-dark-mode-button-primary-border-default",
|
|
1564
|
+
"attributes": {
|
|
1565
|
+
"category": "color",
|
|
1566
|
+
"type": "dark-mode",
|
|
1567
|
+
"item": "button",
|
|
1568
|
+
"subitem": "primary",
|
|
1569
|
+
"state": "border"
|
|
1570
|
+
},
|
|
1571
|
+
"path": [
|
|
1572
|
+
"color",
|
|
1573
|
+
"dark-mode",
|
|
1574
|
+
"button",
|
|
1575
|
+
"primary",
|
|
1576
|
+
"border",
|
|
1577
|
+
"default"
|
|
1578
|
+
]
|
|
1579
|
+
},
|
|
1580
|
+
"hover": {
|
|
1581
|
+
"value": "#ffe668",
|
|
1582
|
+
"public": true,
|
|
1583
|
+
"isReferenceToInternal": true,
|
|
1584
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1585
|
+
"isSource": true,
|
|
1586
|
+
"original": {
|
|
1587
|
+
"value": "{color.dark-mode.brand.primary.300.value}",
|
|
1588
|
+
"public": true,
|
|
1589
|
+
"isReferenceToInternal": true
|
|
1590
|
+
},
|
|
1591
|
+
"name": "color-dark-mode-button-primary-border-hover",
|
|
1592
|
+
"attributes": {
|
|
1593
|
+
"category": "color",
|
|
1594
|
+
"type": "dark-mode",
|
|
1595
|
+
"item": "button",
|
|
1596
|
+
"subitem": "primary",
|
|
1597
|
+
"state": "border"
|
|
1598
|
+
},
|
|
1599
|
+
"path": [
|
|
1600
|
+
"color",
|
|
1601
|
+
"dark-mode",
|
|
1602
|
+
"button",
|
|
1603
|
+
"primary",
|
|
1604
|
+
"border",
|
|
1605
|
+
"hover"
|
|
1606
|
+
]
|
|
1607
|
+
},
|
|
1608
|
+
"active": {
|
|
1609
|
+
"value": "#ddbd16",
|
|
1610
|
+
"public": true,
|
|
1611
|
+
"isReferenceToInternal": true,
|
|
1612
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1613
|
+
"isSource": true,
|
|
1614
|
+
"original": {
|
|
1615
|
+
"value": "{color.dark-mode.brand.primary.500.value}",
|
|
1616
|
+
"public": true,
|
|
1617
|
+
"isReferenceToInternal": true
|
|
1618
|
+
},
|
|
1619
|
+
"name": "color-dark-mode-button-primary-border-active",
|
|
1620
|
+
"attributes": {
|
|
1621
|
+
"category": "color",
|
|
1622
|
+
"type": "dark-mode",
|
|
1623
|
+
"item": "button",
|
|
1624
|
+
"subitem": "primary",
|
|
1625
|
+
"state": "border"
|
|
1626
|
+
},
|
|
1627
|
+
"path": [
|
|
1628
|
+
"color",
|
|
1629
|
+
"dark-mode",
|
|
1630
|
+
"button",
|
|
1631
|
+
"primary",
|
|
1632
|
+
"border",
|
|
1633
|
+
"active"
|
|
1634
|
+
]
|
|
1635
|
+
},
|
|
1636
|
+
"focus": {
|
|
1637
|
+
"value": "#ddbd16",
|
|
1638
|
+
"public": true,
|
|
1639
|
+
"isReferenceToInternal": true,
|
|
1640
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1641
|
+
"isSource": true,
|
|
1642
|
+
"original": {
|
|
1643
|
+
"value": "{color.dark-mode.brand.primary.500.value}",
|
|
1644
|
+
"public": true,
|
|
1645
|
+
"isReferenceToInternal": true
|
|
1646
|
+
},
|
|
1647
|
+
"name": "color-dark-mode-button-primary-border-focus",
|
|
1648
|
+
"attributes": {
|
|
1649
|
+
"category": "color",
|
|
1650
|
+
"type": "dark-mode",
|
|
1651
|
+
"item": "button",
|
|
1652
|
+
"subitem": "primary",
|
|
1653
|
+
"state": "border"
|
|
1654
|
+
},
|
|
1655
|
+
"path": [
|
|
1656
|
+
"color",
|
|
1657
|
+
"dark-mode",
|
|
1658
|
+
"button",
|
|
1659
|
+
"primary",
|
|
1660
|
+
"border",
|
|
1661
|
+
"focus"
|
|
1662
|
+
]
|
|
1663
|
+
}
|
|
1664
|
+
},
|
|
1665
|
+
"foreground": {
|
|
1666
|
+
"default": {
|
|
1667
|
+
"value": "#ffffff",
|
|
1668
|
+
"public": true,
|
|
1669
|
+
"isReferenceToInternal": true,
|
|
1670
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1671
|
+
"isSource": true,
|
|
1672
|
+
"original": {
|
|
1673
|
+
"value": "{color.dark-mode.foreground.default.value}",
|
|
1674
|
+
"public": true,
|
|
1675
|
+
"isReferenceToInternal": true
|
|
1676
|
+
},
|
|
1677
|
+
"name": "color-dark-mode-button-primary-foreground-default",
|
|
1678
|
+
"attributes": {
|
|
1679
|
+
"category": "color",
|
|
1680
|
+
"type": "dark-mode",
|
|
1681
|
+
"item": "button",
|
|
1682
|
+
"subitem": "primary",
|
|
1683
|
+
"state": "foreground"
|
|
1684
|
+
},
|
|
1685
|
+
"path": [
|
|
1686
|
+
"color",
|
|
1687
|
+
"dark-mode",
|
|
1688
|
+
"button",
|
|
1689
|
+
"primary",
|
|
1690
|
+
"foreground",
|
|
1691
|
+
"default"
|
|
1692
|
+
]
|
|
1693
|
+
},
|
|
1694
|
+
"hover": {
|
|
1695
|
+
"value": "#ffffff",
|
|
1696
|
+
"public": true,
|
|
1697
|
+
"isReferenceToInternal": true,
|
|
1698
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1699
|
+
"isSource": true,
|
|
1700
|
+
"original": {
|
|
1701
|
+
"value": "{color.dark-mode.foreground.default.value}",
|
|
1702
|
+
"public": true,
|
|
1703
|
+
"isReferenceToInternal": true
|
|
1704
|
+
},
|
|
1705
|
+
"name": "color-dark-mode-button-primary-foreground-hover",
|
|
1706
|
+
"attributes": {
|
|
1707
|
+
"category": "color",
|
|
1708
|
+
"type": "dark-mode",
|
|
1709
|
+
"item": "button",
|
|
1710
|
+
"subitem": "primary",
|
|
1711
|
+
"state": "foreground"
|
|
1712
|
+
},
|
|
1713
|
+
"path": [
|
|
1714
|
+
"color",
|
|
1715
|
+
"dark-mode",
|
|
1716
|
+
"button",
|
|
1717
|
+
"primary",
|
|
1718
|
+
"foreground",
|
|
1719
|
+
"hover"
|
|
1720
|
+
]
|
|
1721
|
+
},
|
|
1722
|
+
"active": {
|
|
1723
|
+
"value": "#ffffff",
|
|
1724
|
+
"public": true,
|
|
1725
|
+
"isReferenceToInternal": true,
|
|
1726
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1727
|
+
"isSource": true,
|
|
1728
|
+
"original": {
|
|
1729
|
+
"value": "{color.dark-mode.foreground.default.value}",
|
|
1730
|
+
"public": true,
|
|
1731
|
+
"isReferenceToInternal": true
|
|
1732
|
+
},
|
|
1733
|
+
"name": "color-dark-mode-button-primary-foreground-active",
|
|
1734
|
+
"attributes": {
|
|
1735
|
+
"category": "color",
|
|
1736
|
+
"type": "dark-mode",
|
|
1737
|
+
"item": "button",
|
|
1738
|
+
"subitem": "primary",
|
|
1739
|
+
"state": "foreground"
|
|
1740
|
+
},
|
|
1741
|
+
"path": [
|
|
1742
|
+
"color",
|
|
1743
|
+
"dark-mode",
|
|
1744
|
+
"button",
|
|
1745
|
+
"primary",
|
|
1746
|
+
"foreground",
|
|
1747
|
+
"active"
|
|
1748
|
+
]
|
|
1749
|
+
},
|
|
1750
|
+
"focus": {
|
|
1751
|
+
"value": "#ffffff",
|
|
1752
|
+
"public": true,
|
|
1753
|
+
"isReferenceToInternal": true,
|
|
1754
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1755
|
+
"isSource": true,
|
|
1756
|
+
"original": {
|
|
1757
|
+
"value": "{color.dark-mode.foreground.default.value}",
|
|
1758
|
+
"public": true,
|
|
1759
|
+
"isReferenceToInternal": true
|
|
1760
|
+
},
|
|
1761
|
+
"name": "color-dark-mode-button-primary-foreground-focus",
|
|
1762
|
+
"attributes": {
|
|
1763
|
+
"category": "color",
|
|
1764
|
+
"type": "dark-mode",
|
|
1765
|
+
"item": "button",
|
|
1766
|
+
"subitem": "primary",
|
|
1767
|
+
"state": "foreground"
|
|
1768
|
+
},
|
|
1769
|
+
"path": [
|
|
1770
|
+
"color",
|
|
1771
|
+
"dark-mode",
|
|
1772
|
+
"button",
|
|
1773
|
+
"primary",
|
|
1774
|
+
"foreground",
|
|
1775
|
+
"focus"
|
|
1776
|
+
]
|
|
1777
|
+
}
|
|
1778
|
+
}
|
|
1779
|
+
},
|
|
1780
|
+
"secondary": {
|
|
1781
|
+
"background": {
|
|
1782
|
+
"default": {
|
|
1783
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
1784
|
+
"public": true,
|
|
1785
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1786
|
+
"isSource": true,
|
|
1787
|
+
"original": {
|
|
1788
|
+
"value": "transparent",
|
|
1789
|
+
"public": true
|
|
1790
|
+
},
|
|
1791
|
+
"name": "color-dark-mode-button-secondary-background-default",
|
|
1792
|
+
"attributes": {
|
|
1793
|
+
"category": "color",
|
|
1794
|
+
"type": "dark-mode",
|
|
1795
|
+
"item": "button",
|
|
1796
|
+
"subitem": "secondary",
|
|
1797
|
+
"state": "background"
|
|
1798
|
+
},
|
|
1799
|
+
"path": [
|
|
1800
|
+
"color",
|
|
1801
|
+
"dark-mode",
|
|
1802
|
+
"button",
|
|
1803
|
+
"secondary",
|
|
1804
|
+
"background",
|
|
1805
|
+
"default"
|
|
1806
|
+
]
|
|
1807
|
+
},
|
|
1808
|
+
"hover": {
|
|
1809
|
+
"value": "#504e62",
|
|
1810
|
+
"public": true,
|
|
1811
|
+
"isReferenceToInternal": true,
|
|
1812
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1813
|
+
"isSource": true,
|
|
1814
|
+
"original": {
|
|
1815
|
+
"value": "{color.dark-mode.neutral.400.value}",
|
|
1816
|
+
"public": true,
|
|
1817
|
+
"isReferenceToInternal": true
|
|
1818
|
+
},
|
|
1819
|
+
"name": "color-dark-mode-button-secondary-background-hover",
|
|
1820
|
+
"attributes": {
|
|
1821
|
+
"category": "color",
|
|
1822
|
+
"type": "dark-mode",
|
|
1823
|
+
"item": "button",
|
|
1824
|
+
"subitem": "secondary",
|
|
1825
|
+
"state": "background"
|
|
1826
|
+
},
|
|
1827
|
+
"path": [
|
|
1828
|
+
"color",
|
|
1829
|
+
"dark-mode",
|
|
1830
|
+
"button",
|
|
1831
|
+
"secondary",
|
|
1832
|
+
"background",
|
|
1833
|
+
"hover"
|
|
1834
|
+
]
|
|
1835
|
+
},
|
|
1836
|
+
"active": {
|
|
1837
|
+
"value": "#282839",
|
|
1838
|
+
"public": true,
|
|
1839
|
+
"isReferenceToInternal": true,
|
|
1840
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1841
|
+
"isSource": true,
|
|
1842
|
+
"original": {
|
|
1843
|
+
"value": "{color.dark-mode.neutral.500.value}",
|
|
1844
|
+
"public": true,
|
|
1845
|
+
"isReferenceToInternal": true
|
|
1846
|
+
},
|
|
1847
|
+
"name": "color-dark-mode-button-secondary-background-active",
|
|
1848
|
+
"attributes": {
|
|
1849
|
+
"category": "color",
|
|
1850
|
+
"type": "dark-mode",
|
|
1851
|
+
"item": "button",
|
|
1852
|
+
"subitem": "secondary",
|
|
1853
|
+
"state": "background"
|
|
1854
|
+
},
|
|
1855
|
+
"path": [
|
|
1856
|
+
"color",
|
|
1857
|
+
"dark-mode",
|
|
1858
|
+
"button",
|
|
1859
|
+
"secondary",
|
|
1860
|
+
"background",
|
|
1861
|
+
"active"
|
|
1862
|
+
]
|
|
1863
|
+
},
|
|
1864
|
+
"focus": {
|
|
1865
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
1866
|
+
"public": true,
|
|
1867
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1868
|
+
"isSource": true,
|
|
1869
|
+
"original": {
|
|
1870
|
+
"value": "transparent",
|
|
1871
|
+
"public": true
|
|
1872
|
+
},
|
|
1873
|
+
"name": "color-dark-mode-button-secondary-background-focus",
|
|
1874
|
+
"attributes": {
|
|
1875
|
+
"category": "color",
|
|
1876
|
+
"type": "dark-mode",
|
|
1877
|
+
"item": "button",
|
|
1878
|
+
"subitem": "secondary",
|
|
1879
|
+
"state": "background"
|
|
1880
|
+
},
|
|
1881
|
+
"path": [
|
|
1882
|
+
"color",
|
|
1883
|
+
"dark-mode",
|
|
1884
|
+
"button",
|
|
1885
|
+
"secondary",
|
|
1886
|
+
"background",
|
|
1887
|
+
"focus"
|
|
1888
|
+
]
|
|
1889
|
+
}
|
|
1890
|
+
},
|
|
1891
|
+
"border": {
|
|
1892
|
+
"default": {
|
|
1893
|
+
"value": "#a6a3b4",
|
|
1894
|
+
"public": true,
|
|
1895
|
+
"isReferenceToInternal": true,
|
|
1896
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1897
|
+
"isSource": true,
|
|
1898
|
+
"original": {
|
|
1899
|
+
"value": "{color.dark-mode.neutral.200.value}",
|
|
1900
|
+
"public": true,
|
|
1901
|
+
"isReferenceToInternal": true
|
|
1902
|
+
},
|
|
1903
|
+
"name": "color-dark-mode-button-secondary-border-default",
|
|
1904
|
+
"attributes": {
|
|
1905
|
+
"category": "color",
|
|
1906
|
+
"type": "dark-mode",
|
|
1907
|
+
"item": "button",
|
|
1908
|
+
"subitem": "secondary",
|
|
1909
|
+
"state": "border"
|
|
1910
|
+
},
|
|
1911
|
+
"path": [
|
|
1912
|
+
"color",
|
|
1913
|
+
"dark-mode",
|
|
1914
|
+
"button",
|
|
1915
|
+
"secondary",
|
|
1916
|
+
"border",
|
|
1917
|
+
"default"
|
|
1918
|
+
]
|
|
1919
|
+
},
|
|
1920
|
+
"hover": {
|
|
1921
|
+
"value": "#ffffff",
|
|
1922
|
+
"public": true,
|
|
1923
|
+
"isReferenceToInternal": true,
|
|
1924
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1925
|
+
"isSource": true,
|
|
1926
|
+
"original": {
|
|
1927
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
1928
|
+
"public": true,
|
|
1929
|
+
"isReferenceToInternal": true
|
|
1930
|
+
},
|
|
1931
|
+
"name": "color-dark-mode-button-secondary-border-hover",
|
|
1932
|
+
"attributes": {
|
|
1933
|
+
"category": "color",
|
|
1934
|
+
"type": "dark-mode",
|
|
1935
|
+
"item": "button",
|
|
1936
|
+
"subitem": "secondary",
|
|
1937
|
+
"state": "border"
|
|
1938
|
+
},
|
|
1939
|
+
"path": [
|
|
1940
|
+
"color",
|
|
1941
|
+
"dark-mode",
|
|
1942
|
+
"button",
|
|
1943
|
+
"secondary",
|
|
1944
|
+
"border",
|
|
1945
|
+
"hover"
|
|
1946
|
+
]
|
|
1947
|
+
},
|
|
1948
|
+
"active": {
|
|
1949
|
+
"value": "#504e62",
|
|
1950
|
+
"public": true,
|
|
1951
|
+
"isReferenceToInternal": true,
|
|
1952
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1953
|
+
"isSource": true,
|
|
1954
|
+
"original": {
|
|
1955
|
+
"value": "{color.dark-mode.neutral.400.value}",
|
|
1956
|
+
"public": true,
|
|
1957
|
+
"isReferenceToInternal": true
|
|
1958
|
+
},
|
|
1959
|
+
"name": "color-dark-mode-button-secondary-border-active",
|
|
1960
|
+
"attributes": {
|
|
1961
|
+
"category": "color",
|
|
1962
|
+
"type": "dark-mode",
|
|
1963
|
+
"item": "button",
|
|
1964
|
+
"subitem": "secondary",
|
|
1965
|
+
"state": "border"
|
|
1966
|
+
},
|
|
1967
|
+
"path": [
|
|
1968
|
+
"color",
|
|
1969
|
+
"dark-mode",
|
|
1970
|
+
"button",
|
|
1971
|
+
"secondary",
|
|
1972
|
+
"border",
|
|
1973
|
+
"active"
|
|
1974
|
+
]
|
|
1975
|
+
},
|
|
1976
|
+
"focus": {
|
|
1977
|
+
"value": "#a6a3b4",
|
|
1978
|
+
"public": true,
|
|
1979
|
+
"isReferenceToInternal": true,
|
|
1980
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1981
|
+
"isSource": true,
|
|
1982
|
+
"original": {
|
|
1983
|
+
"value": "{color.dark-mode.neutral.200.value}",
|
|
1984
|
+
"public": true,
|
|
1985
|
+
"isReferenceToInternal": true
|
|
1986
|
+
},
|
|
1987
|
+
"name": "color-dark-mode-button-secondary-border-focus",
|
|
1988
|
+
"attributes": {
|
|
1989
|
+
"category": "color",
|
|
1990
|
+
"type": "dark-mode",
|
|
1991
|
+
"item": "button",
|
|
1992
|
+
"subitem": "secondary",
|
|
1993
|
+
"state": "border"
|
|
1994
|
+
},
|
|
1995
|
+
"path": [
|
|
1996
|
+
"color",
|
|
1997
|
+
"dark-mode",
|
|
1998
|
+
"button",
|
|
1999
|
+
"secondary",
|
|
2000
|
+
"border",
|
|
2001
|
+
"focus"
|
|
2002
|
+
]
|
|
2003
|
+
}
|
|
2004
|
+
},
|
|
2005
|
+
"foreground": {
|
|
2006
|
+
"default": {
|
|
2007
|
+
"value": "#e7e7eb",
|
|
2008
|
+
"public": true,
|
|
2009
|
+
"isReferenceToInternal": true,
|
|
2010
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2011
|
+
"isSource": true,
|
|
2012
|
+
"original": {
|
|
2013
|
+
"value": "{color.dark-mode.neutral.050.value}",
|
|
2014
|
+
"public": true,
|
|
2015
|
+
"isReferenceToInternal": true
|
|
2016
|
+
},
|
|
2017
|
+
"name": "color-dark-mode-button-secondary-foreground-default",
|
|
2018
|
+
"attributes": {
|
|
2019
|
+
"category": "color",
|
|
2020
|
+
"type": "dark-mode",
|
|
2021
|
+
"item": "button",
|
|
2022
|
+
"subitem": "secondary",
|
|
2023
|
+
"state": "foreground"
|
|
2024
|
+
},
|
|
2025
|
+
"path": [
|
|
2026
|
+
"color",
|
|
2027
|
+
"dark-mode",
|
|
2028
|
+
"button",
|
|
2029
|
+
"secondary",
|
|
2030
|
+
"foreground",
|
|
2031
|
+
"default"
|
|
2032
|
+
]
|
|
2033
|
+
},
|
|
2034
|
+
"hover": {
|
|
2035
|
+
"value": "#ffffff",
|
|
2036
|
+
"public": true,
|
|
2037
|
+
"isReferenceToInternal": true,
|
|
2038
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2039
|
+
"isSource": true,
|
|
2040
|
+
"original": {
|
|
2041
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
2042
|
+
"public": true,
|
|
2043
|
+
"isReferenceToInternal": true
|
|
2044
|
+
},
|
|
2045
|
+
"name": "color-dark-mode-button-secondary-foreground-hover",
|
|
2046
|
+
"attributes": {
|
|
2047
|
+
"category": "color",
|
|
2048
|
+
"type": "dark-mode",
|
|
2049
|
+
"item": "button",
|
|
2050
|
+
"subitem": "secondary",
|
|
2051
|
+
"state": "foreground"
|
|
2052
|
+
},
|
|
2053
|
+
"path": [
|
|
2054
|
+
"color",
|
|
2055
|
+
"dark-mode",
|
|
2056
|
+
"button",
|
|
2057
|
+
"secondary",
|
|
2058
|
+
"foreground",
|
|
2059
|
+
"hover"
|
|
2060
|
+
]
|
|
2061
|
+
},
|
|
2062
|
+
"active": {
|
|
2063
|
+
"value": "#e7e7eb",
|
|
2064
|
+
"public": true,
|
|
2065
|
+
"isReferenceToInternal": true,
|
|
2066
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2067
|
+
"isSource": true,
|
|
2068
|
+
"original": {
|
|
2069
|
+
"value": "{color.dark-mode.neutral.050.value}",
|
|
2070
|
+
"public": true,
|
|
2071
|
+
"isReferenceToInternal": true
|
|
2072
|
+
},
|
|
2073
|
+
"name": "color-dark-mode-button-secondary-foreground-active",
|
|
2074
|
+
"attributes": {
|
|
2075
|
+
"category": "color",
|
|
2076
|
+
"type": "dark-mode",
|
|
2077
|
+
"item": "button",
|
|
2078
|
+
"subitem": "secondary",
|
|
2079
|
+
"state": "foreground"
|
|
2080
|
+
},
|
|
2081
|
+
"path": [
|
|
2082
|
+
"color",
|
|
2083
|
+
"dark-mode",
|
|
2084
|
+
"button",
|
|
2085
|
+
"secondary",
|
|
2086
|
+
"foreground",
|
|
2087
|
+
"active"
|
|
2088
|
+
]
|
|
2089
|
+
},
|
|
2090
|
+
"focus": {
|
|
2091
|
+
"value": "#e7e7eb",
|
|
2092
|
+
"public": true,
|
|
2093
|
+
"isReferenceToInternal": true,
|
|
2094
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2095
|
+
"isSource": true,
|
|
2096
|
+
"original": {
|
|
2097
|
+
"value": "{color.dark-mode.neutral.050.value}",
|
|
2098
|
+
"public": true,
|
|
2099
|
+
"isReferenceToInternal": true
|
|
2100
|
+
},
|
|
2101
|
+
"name": "color-dark-mode-button-secondary-foreground-focus",
|
|
2102
|
+
"attributes": {
|
|
2103
|
+
"category": "color",
|
|
2104
|
+
"type": "dark-mode",
|
|
2105
|
+
"item": "button",
|
|
2106
|
+
"subitem": "secondary",
|
|
2107
|
+
"state": "foreground"
|
|
2108
|
+
},
|
|
2109
|
+
"path": [
|
|
2110
|
+
"color",
|
|
2111
|
+
"dark-mode",
|
|
2112
|
+
"button",
|
|
2113
|
+
"secondary",
|
|
2114
|
+
"foreground",
|
|
2115
|
+
"focus"
|
|
2116
|
+
]
|
|
2117
|
+
}
|
|
2118
|
+
}
|
|
2119
|
+
},
|
|
2120
|
+
"subtle": {
|
|
2121
|
+
"background": {
|
|
2122
|
+
"default": {
|
|
2123
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
2124
|
+
"public": true,
|
|
2125
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2126
|
+
"isSource": true,
|
|
2127
|
+
"original": {
|
|
2128
|
+
"value": "transparent",
|
|
2129
|
+
"public": true
|
|
2130
|
+
},
|
|
2131
|
+
"name": "color-dark-mode-button-subtle-background-default",
|
|
2132
|
+
"attributes": {
|
|
2133
|
+
"category": "color",
|
|
2134
|
+
"type": "dark-mode",
|
|
2135
|
+
"item": "button",
|
|
2136
|
+
"subitem": "subtle",
|
|
2137
|
+
"state": "background"
|
|
2138
|
+
},
|
|
2139
|
+
"path": [
|
|
2140
|
+
"color",
|
|
2141
|
+
"dark-mode",
|
|
2142
|
+
"button",
|
|
2143
|
+
"subtle",
|
|
2144
|
+
"background",
|
|
2145
|
+
"default"
|
|
2146
|
+
]
|
|
2147
|
+
},
|
|
2148
|
+
"hover": {
|
|
2149
|
+
"value": "#504e62",
|
|
2150
|
+
"public": true,
|
|
2151
|
+
"isReferenceToInternal": true,
|
|
2152
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2153
|
+
"isSource": true,
|
|
2154
|
+
"original": {
|
|
2155
|
+
"value": "{color.dark-mode.neutral.400.value}",
|
|
2156
|
+
"public": true,
|
|
2157
|
+
"isReferenceToInternal": true
|
|
2158
|
+
},
|
|
2159
|
+
"name": "color-dark-mode-button-subtle-background-hover",
|
|
2160
|
+
"attributes": {
|
|
2161
|
+
"category": "color",
|
|
2162
|
+
"type": "dark-mode",
|
|
2163
|
+
"item": "button",
|
|
2164
|
+
"subitem": "subtle",
|
|
2165
|
+
"state": "background"
|
|
2166
|
+
},
|
|
2167
|
+
"path": [
|
|
2168
|
+
"color",
|
|
2169
|
+
"dark-mode",
|
|
2170
|
+
"button",
|
|
2171
|
+
"subtle",
|
|
2172
|
+
"background",
|
|
2173
|
+
"hover"
|
|
2174
|
+
]
|
|
2175
|
+
},
|
|
2176
|
+
"active": {
|
|
2177
|
+
"value": "#282839",
|
|
2178
|
+
"public": true,
|
|
2179
|
+
"isReferenceToInternal": true,
|
|
2180
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2181
|
+
"isSource": true,
|
|
2182
|
+
"original": {
|
|
2183
|
+
"value": "{color.dark-mode.neutral.500.value}",
|
|
2184
|
+
"public": true,
|
|
2185
|
+
"isReferenceToInternal": true
|
|
2186
|
+
},
|
|
2187
|
+
"name": "color-dark-mode-button-subtle-background-active",
|
|
2188
|
+
"attributes": {
|
|
2189
|
+
"category": "color",
|
|
2190
|
+
"type": "dark-mode",
|
|
2191
|
+
"item": "button",
|
|
2192
|
+
"subitem": "subtle",
|
|
2193
|
+
"state": "background"
|
|
2194
|
+
},
|
|
2195
|
+
"path": [
|
|
2196
|
+
"color",
|
|
2197
|
+
"dark-mode",
|
|
2198
|
+
"button",
|
|
2199
|
+
"subtle",
|
|
2200
|
+
"background",
|
|
2201
|
+
"active"
|
|
2202
|
+
]
|
|
2203
|
+
},
|
|
2204
|
+
"focus": {
|
|
2205
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
2206
|
+
"public": true,
|
|
2207
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2208
|
+
"isSource": true,
|
|
2209
|
+
"original": {
|
|
2210
|
+
"value": "transparent",
|
|
2211
|
+
"public": true
|
|
2212
|
+
},
|
|
2213
|
+
"name": "color-dark-mode-button-subtle-background-focus",
|
|
2214
|
+
"attributes": {
|
|
2215
|
+
"category": "color",
|
|
2216
|
+
"type": "dark-mode",
|
|
2217
|
+
"item": "button",
|
|
2218
|
+
"subitem": "subtle",
|
|
2219
|
+
"state": "background"
|
|
2220
|
+
},
|
|
2221
|
+
"path": [
|
|
2222
|
+
"color",
|
|
2223
|
+
"dark-mode",
|
|
2224
|
+
"button",
|
|
2225
|
+
"subtle",
|
|
2226
|
+
"background",
|
|
2227
|
+
"focus"
|
|
2228
|
+
]
|
|
2229
|
+
}
|
|
2230
|
+
},
|
|
2231
|
+
"border": {
|
|
2232
|
+
"default": {
|
|
2233
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
2234
|
+
"public": true,
|
|
2235
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2236
|
+
"isSource": true,
|
|
2237
|
+
"original": {
|
|
2238
|
+
"value": "transparent",
|
|
2239
|
+
"public": true
|
|
2240
|
+
},
|
|
2241
|
+
"name": "color-dark-mode-button-subtle-border-default",
|
|
2242
|
+
"attributes": {
|
|
2243
|
+
"category": "color",
|
|
2244
|
+
"type": "dark-mode",
|
|
2245
|
+
"item": "button",
|
|
2246
|
+
"subitem": "subtle",
|
|
2247
|
+
"state": "border"
|
|
2248
|
+
},
|
|
2249
|
+
"path": [
|
|
2250
|
+
"color",
|
|
2251
|
+
"dark-mode",
|
|
2252
|
+
"button",
|
|
2253
|
+
"subtle",
|
|
2254
|
+
"border",
|
|
2255
|
+
"default"
|
|
2256
|
+
]
|
|
2257
|
+
}
|
|
2258
|
+
},
|
|
2259
|
+
"foreground": {
|
|
2260
|
+
"default": {
|
|
2261
|
+
"value": "#e7e7eb",
|
|
2262
|
+
"public": true,
|
|
2263
|
+
"isReferenceToInternal": true,
|
|
2264
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2265
|
+
"isSource": true,
|
|
2266
|
+
"original": {
|
|
2267
|
+
"value": "{color.dark-mode.neutral.050.value}",
|
|
2268
|
+
"public": true,
|
|
2269
|
+
"isReferenceToInternal": true
|
|
2270
|
+
},
|
|
2271
|
+
"name": "color-dark-mode-button-subtle-foreground-default",
|
|
2272
|
+
"attributes": {
|
|
2273
|
+
"category": "color",
|
|
2274
|
+
"type": "dark-mode",
|
|
2275
|
+
"item": "button",
|
|
2276
|
+
"subitem": "subtle",
|
|
2277
|
+
"state": "foreground"
|
|
2278
|
+
},
|
|
2279
|
+
"path": [
|
|
2280
|
+
"color",
|
|
2281
|
+
"dark-mode",
|
|
2282
|
+
"button",
|
|
2283
|
+
"subtle",
|
|
2284
|
+
"foreground",
|
|
2285
|
+
"default"
|
|
2286
|
+
]
|
|
2287
|
+
},
|
|
2288
|
+
"hover": {
|
|
2289
|
+
"value": "#ffffff",
|
|
2290
|
+
"public": true,
|
|
2291
|
+
"isReferenceToInternal": true,
|
|
2292
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2293
|
+
"isSource": true,
|
|
2294
|
+
"original": {
|
|
2295
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
2296
|
+
"public": true,
|
|
2297
|
+
"isReferenceToInternal": true
|
|
2298
|
+
},
|
|
2299
|
+
"name": "color-dark-mode-button-subtle-foreground-hover",
|
|
2300
|
+
"attributes": {
|
|
2301
|
+
"category": "color",
|
|
2302
|
+
"type": "dark-mode",
|
|
2303
|
+
"item": "button",
|
|
2304
|
+
"subitem": "subtle",
|
|
2305
|
+
"state": "foreground"
|
|
2306
|
+
},
|
|
2307
|
+
"path": [
|
|
2308
|
+
"color",
|
|
2309
|
+
"dark-mode",
|
|
2310
|
+
"button",
|
|
2311
|
+
"subtle",
|
|
2312
|
+
"foreground",
|
|
2313
|
+
"hover"
|
|
2314
|
+
]
|
|
2315
|
+
},
|
|
2316
|
+
"active": {
|
|
2317
|
+
"value": "#e7e7eb",
|
|
2318
|
+
"public": true,
|
|
2319
|
+
"isReferenceToInternal": true,
|
|
2320
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2321
|
+
"isSource": true,
|
|
2322
|
+
"original": {
|
|
2323
|
+
"value": "{color.dark-mode.neutral.050.value}",
|
|
2324
|
+
"public": true,
|
|
2325
|
+
"isReferenceToInternal": true
|
|
2326
|
+
},
|
|
2327
|
+
"name": "color-dark-mode-button-subtle-foreground-active",
|
|
2328
|
+
"attributes": {
|
|
2329
|
+
"category": "color",
|
|
2330
|
+
"type": "dark-mode",
|
|
2331
|
+
"item": "button",
|
|
2332
|
+
"subitem": "subtle",
|
|
2333
|
+
"state": "foreground"
|
|
2334
|
+
},
|
|
2335
|
+
"path": [
|
|
2336
|
+
"color",
|
|
2337
|
+
"dark-mode",
|
|
2338
|
+
"button",
|
|
2339
|
+
"subtle",
|
|
2340
|
+
"foreground",
|
|
2341
|
+
"active"
|
|
2342
|
+
]
|
|
2343
|
+
},
|
|
2344
|
+
"focus": {
|
|
2345
|
+
"value": "#e7e7eb",
|
|
2346
|
+
"public": true,
|
|
2347
|
+
"isReferenceToInternal": true,
|
|
2348
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2349
|
+
"isSource": true,
|
|
2350
|
+
"original": {
|
|
2351
|
+
"value": "{color.dark-mode.neutral.050.value}",
|
|
2352
|
+
"public": true,
|
|
2353
|
+
"isReferenceToInternal": true
|
|
2354
|
+
},
|
|
2355
|
+
"name": "color-dark-mode-button-subtle-foreground-focus",
|
|
2356
|
+
"attributes": {
|
|
2357
|
+
"category": "color",
|
|
2358
|
+
"type": "dark-mode",
|
|
2359
|
+
"item": "button",
|
|
2360
|
+
"subitem": "subtle",
|
|
2361
|
+
"state": "foreground"
|
|
2362
|
+
},
|
|
2363
|
+
"path": [
|
|
2364
|
+
"color",
|
|
2365
|
+
"dark-mode",
|
|
2366
|
+
"button",
|
|
2367
|
+
"subtle",
|
|
2368
|
+
"foreground",
|
|
2369
|
+
"focus"
|
|
2370
|
+
]
|
|
2371
|
+
}
|
|
2372
|
+
}
|
|
2373
|
+
},
|
|
2374
|
+
"destructive": {
|
|
2375
|
+
"background": {
|
|
2376
|
+
"default": {
|
|
2377
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
2378
|
+
"public": true,
|
|
2379
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2380
|
+
"isSource": true,
|
|
2381
|
+
"original": {
|
|
2382
|
+
"value": "transparent",
|
|
2383
|
+
"public": true
|
|
2384
|
+
},
|
|
2385
|
+
"name": "color-dark-mode-button-destructive-background-default",
|
|
2386
|
+
"attributes": {
|
|
2387
|
+
"category": "color",
|
|
2388
|
+
"type": "dark-mode",
|
|
2389
|
+
"item": "button",
|
|
2390
|
+
"subitem": "destructive",
|
|
2391
|
+
"state": "background"
|
|
2392
|
+
},
|
|
2393
|
+
"path": [
|
|
2394
|
+
"color",
|
|
2395
|
+
"dark-mode",
|
|
2396
|
+
"button",
|
|
2397
|
+
"destructive",
|
|
2398
|
+
"background",
|
|
2399
|
+
"default"
|
|
2400
|
+
]
|
|
2401
|
+
},
|
|
2402
|
+
"hover": {
|
|
2403
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
2404
|
+
"public": true,
|
|
2405
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2406
|
+
"isSource": true,
|
|
2407
|
+
"original": {
|
|
2408
|
+
"value": "transparent",
|
|
2409
|
+
"public": true
|
|
2410
|
+
},
|
|
2411
|
+
"name": "color-dark-mode-button-destructive-background-hover",
|
|
2412
|
+
"attributes": {
|
|
2413
|
+
"category": "color",
|
|
2414
|
+
"type": "dark-mode",
|
|
2415
|
+
"item": "button",
|
|
2416
|
+
"subitem": "destructive",
|
|
2417
|
+
"state": "background"
|
|
2418
|
+
},
|
|
2419
|
+
"path": [
|
|
2420
|
+
"color",
|
|
2421
|
+
"dark-mode",
|
|
2422
|
+
"button",
|
|
2423
|
+
"destructive",
|
|
2424
|
+
"background",
|
|
2425
|
+
"hover"
|
|
2426
|
+
]
|
|
2427
|
+
},
|
|
2428
|
+
"active": {
|
|
2429
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
2430
|
+
"public": true,
|
|
2431
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2432
|
+
"isSource": true,
|
|
2433
|
+
"original": {
|
|
2434
|
+
"value": "transparent",
|
|
2435
|
+
"public": true
|
|
2436
|
+
},
|
|
2437
|
+
"name": "color-dark-mode-button-destructive-background-active",
|
|
2438
|
+
"attributes": {
|
|
2439
|
+
"category": "color",
|
|
2440
|
+
"type": "dark-mode",
|
|
2441
|
+
"item": "button",
|
|
2442
|
+
"subitem": "destructive",
|
|
2443
|
+
"state": "background"
|
|
2444
|
+
},
|
|
2445
|
+
"path": [
|
|
2446
|
+
"color",
|
|
2447
|
+
"dark-mode",
|
|
2448
|
+
"button",
|
|
2449
|
+
"destructive",
|
|
2450
|
+
"background",
|
|
2451
|
+
"active"
|
|
2452
|
+
]
|
|
2453
|
+
},
|
|
2454
|
+
"focus": {
|
|
2455
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
2456
|
+
"public": true,
|
|
2457
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2458
|
+
"isSource": true,
|
|
2459
|
+
"original": {
|
|
2460
|
+
"value": "transparent",
|
|
2461
|
+
"public": true
|
|
2462
|
+
},
|
|
2463
|
+
"name": "color-dark-mode-button-destructive-background-focus",
|
|
2464
|
+
"attributes": {
|
|
2465
|
+
"category": "color",
|
|
2466
|
+
"type": "dark-mode",
|
|
2467
|
+
"item": "button",
|
|
2468
|
+
"subitem": "destructive",
|
|
2469
|
+
"state": "background"
|
|
2470
|
+
},
|
|
2471
|
+
"path": [
|
|
2472
|
+
"color",
|
|
2473
|
+
"dark-mode",
|
|
2474
|
+
"button",
|
|
2475
|
+
"destructive",
|
|
2476
|
+
"background",
|
|
2477
|
+
"focus"
|
|
2478
|
+
]
|
|
2479
|
+
}
|
|
2480
|
+
},
|
|
2481
|
+
"border": {
|
|
2482
|
+
"default": {
|
|
2483
|
+
"value": "#be4242",
|
|
2484
|
+
"public": true,
|
|
2485
|
+
"isReferenceToInternal": true,
|
|
2486
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2487
|
+
"isSource": true,
|
|
2488
|
+
"original": {
|
|
2489
|
+
"value": "{color.dark-mode.semantic.error.400.value}",
|
|
2490
|
+
"public": true,
|
|
2491
|
+
"isReferenceToInternal": true
|
|
2492
|
+
},
|
|
2493
|
+
"name": "color-dark-mode-button-destructive-border-default",
|
|
2494
|
+
"attributes": {
|
|
2495
|
+
"category": "color",
|
|
2496
|
+
"type": "dark-mode",
|
|
2497
|
+
"item": "button",
|
|
2498
|
+
"subitem": "destructive",
|
|
2499
|
+
"state": "border"
|
|
2500
|
+
},
|
|
2501
|
+
"path": [
|
|
2502
|
+
"color",
|
|
2503
|
+
"dark-mode",
|
|
2504
|
+
"button",
|
|
2505
|
+
"destructive",
|
|
2506
|
+
"border",
|
|
2507
|
+
"default"
|
|
2508
|
+
]
|
|
2509
|
+
},
|
|
2510
|
+
"hover": {
|
|
2511
|
+
"value": "#ffafaf",
|
|
2512
|
+
"public": true,
|
|
2513
|
+
"isReferenceToInternal": true,
|
|
2514
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2515
|
+
"isSource": true,
|
|
2516
|
+
"original": {
|
|
2517
|
+
"value": "{color.dark-mode.semantic.error.200.value}",
|
|
2518
|
+
"public": true,
|
|
2519
|
+
"isReferenceToInternal": true
|
|
2520
|
+
},
|
|
2521
|
+
"name": "color-dark-mode-button-destructive-border-hover",
|
|
2522
|
+
"attributes": {
|
|
2523
|
+
"category": "color",
|
|
2524
|
+
"type": "dark-mode",
|
|
2525
|
+
"item": "button",
|
|
2526
|
+
"subitem": "destructive",
|
|
2527
|
+
"state": "border"
|
|
2528
|
+
},
|
|
2529
|
+
"path": [
|
|
2530
|
+
"color",
|
|
2531
|
+
"dark-mode",
|
|
2532
|
+
"button",
|
|
2533
|
+
"destructive",
|
|
2534
|
+
"border",
|
|
2535
|
+
"hover"
|
|
2536
|
+
]
|
|
2537
|
+
},
|
|
2538
|
+
"active": {
|
|
2539
|
+
"value": "#be4242",
|
|
2540
|
+
"public": true,
|
|
2541
|
+
"isReferenceToInternal": true,
|
|
2542
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2543
|
+
"isSource": true,
|
|
2544
|
+
"original": {
|
|
2545
|
+
"value": "{color.dark-mode.semantic.error.400.value}",
|
|
2546
|
+
"public": true,
|
|
2547
|
+
"isReferenceToInternal": true
|
|
2548
|
+
},
|
|
2549
|
+
"name": "color-dark-mode-button-destructive-border-active",
|
|
2550
|
+
"attributes": {
|
|
2551
|
+
"category": "color",
|
|
2552
|
+
"type": "dark-mode",
|
|
2553
|
+
"item": "button",
|
|
2554
|
+
"subitem": "destructive",
|
|
2555
|
+
"state": "border"
|
|
2556
|
+
},
|
|
2557
|
+
"path": [
|
|
2558
|
+
"color",
|
|
2559
|
+
"dark-mode",
|
|
2560
|
+
"button",
|
|
2561
|
+
"destructive",
|
|
2562
|
+
"border",
|
|
2563
|
+
"active"
|
|
2564
|
+
]
|
|
2565
|
+
},
|
|
2566
|
+
"focus": {
|
|
2567
|
+
"value": "#be4242",
|
|
2568
|
+
"public": true,
|
|
2569
|
+
"isReferenceToInternal": true,
|
|
2570
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2571
|
+
"isSource": true,
|
|
2572
|
+
"original": {
|
|
2573
|
+
"value": "{color.dark-mode.semantic.error.400.value}",
|
|
2574
|
+
"public": true,
|
|
2575
|
+
"isReferenceToInternal": true
|
|
2576
|
+
},
|
|
2577
|
+
"name": "color-dark-mode-button-destructive-border-focus",
|
|
2578
|
+
"attributes": {
|
|
2579
|
+
"category": "color",
|
|
2580
|
+
"type": "dark-mode",
|
|
2581
|
+
"item": "button",
|
|
2582
|
+
"subitem": "destructive",
|
|
2583
|
+
"state": "border"
|
|
2584
|
+
},
|
|
2585
|
+
"path": [
|
|
2586
|
+
"color",
|
|
2587
|
+
"dark-mode",
|
|
2588
|
+
"button",
|
|
2589
|
+
"destructive",
|
|
2590
|
+
"border",
|
|
2591
|
+
"focus"
|
|
2592
|
+
]
|
|
2593
|
+
}
|
|
2594
|
+
},
|
|
2595
|
+
"foreground": {
|
|
2596
|
+
"default": {
|
|
2597
|
+
"value": "#e05757",
|
|
2598
|
+
"public": true,
|
|
2599
|
+
"isReferenceToInternal": true,
|
|
2600
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2601
|
+
"isSource": true,
|
|
2602
|
+
"original": {
|
|
2603
|
+
"value": "{color.dark-mode.semantic.error.300.value}",
|
|
2604
|
+
"public": true,
|
|
2605
|
+
"isReferenceToInternal": true
|
|
2606
|
+
},
|
|
2607
|
+
"name": "color-dark-mode-button-destructive-foreground-default",
|
|
2608
|
+
"attributes": {
|
|
2609
|
+
"category": "color",
|
|
2610
|
+
"type": "dark-mode",
|
|
2611
|
+
"item": "button",
|
|
2612
|
+
"subitem": "destructive",
|
|
2613
|
+
"state": "foreground"
|
|
2614
|
+
},
|
|
2615
|
+
"path": [
|
|
2616
|
+
"color",
|
|
2617
|
+
"dark-mode",
|
|
2618
|
+
"button",
|
|
2619
|
+
"destructive",
|
|
2620
|
+
"foreground",
|
|
2621
|
+
"default"
|
|
2622
|
+
]
|
|
2623
|
+
},
|
|
2624
|
+
"hover": {
|
|
2625
|
+
"value": "#ffafaf",
|
|
2626
|
+
"public": true,
|
|
2627
|
+
"isReferenceToInternal": true,
|
|
2628
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2629
|
+
"isSource": true,
|
|
2630
|
+
"original": {
|
|
2631
|
+
"value": "{color.dark-mode.semantic.error.200.value}",
|
|
2632
|
+
"public": true,
|
|
2633
|
+
"isReferenceToInternal": true
|
|
2634
|
+
},
|
|
2635
|
+
"name": "color-dark-mode-button-destructive-foreground-hover",
|
|
2636
|
+
"attributes": {
|
|
2637
|
+
"category": "color",
|
|
2638
|
+
"type": "dark-mode",
|
|
2639
|
+
"item": "button",
|
|
2640
|
+
"subitem": "destructive",
|
|
2641
|
+
"state": "foreground"
|
|
2642
|
+
},
|
|
2643
|
+
"path": [
|
|
2644
|
+
"color",
|
|
2645
|
+
"dark-mode",
|
|
2646
|
+
"button",
|
|
2647
|
+
"destructive",
|
|
2648
|
+
"foreground",
|
|
2649
|
+
"hover"
|
|
2650
|
+
]
|
|
2651
|
+
},
|
|
2652
|
+
"active": {
|
|
2653
|
+
"value": "#be4242",
|
|
2654
|
+
"public": true,
|
|
2655
|
+
"isReferenceToInternal": true,
|
|
2656
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2657
|
+
"isSource": true,
|
|
2658
|
+
"original": {
|
|
2659
|
+
"value": "{color.dark-mode.semantic.error.400.value}",
|
|
2660
|
+
"public": true,
|
|
2661
|
+
"isReferenceToInternal": true
|
|
2662
|
+
},
|
|
2663
|
+
"name": "color-dark-mode-button-destructive-foreground-active",
|
|
2664
|
+
"attributes": {
|
|
2665
|
+
"category": "color",
|
|
2666
|
+
"type": "dark-mode",
|
|
2667
|
+
"item": "button",
|
|
2668
|
+
"subitem": "destructive",
|
|
2669
|
+
"state": "foreground"
|
|
2670
|
+
},
|
|
2671
|
+
"path": [
|
|
2672
|
+
"color",
|
|
2673
|
+
"dark-mode",
|
|
2674
|
+
"button",
|
|
2675
|
+
"destructive",
|
|
2676
|
+
"foreground",
|
|
2677
|
+
"active"
|
|
2678
|
+
]
|
|
2679
|
+
},
|
|
2680
|
+
"focus": {
|
|
2681
|
+
"value": "#e05757",
|
|
2682
|
+
"public": true,
|
|
2683
|
+
"isReferenceToInternal": true,
|
|
2684
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2685
|
+
"isSource": true,
|
|
2686
|
+
"original": {
|
|
2687
|
+
"value": "{color.dark-mode.semantic.error.300.value}",
|
|
2688
|
+
"public": true,
|
|
2689
|
+
"isReferenceToInternal": true
|
|
2690
|
+
},
|
|
2691
|
+
"name": "color-dark-mode-button-destructive-foreground-focus",
|
|
2692
|
+
"attributes": {
|
|
2693
|
+
"category": "color",
|
|
2694
|
+
"type": "dark-mode",
|
|
2695
|
+
"item": "button",
|
|
2696
|
+
"subitem": "destructive",
|
|
2697
|
+
"state": "foreground"
|
|
2698
|
+
},
|
|
2699
|
+
"path": [
|
|
2700
|
+
"color",
|
|
2701
|
+
"dark-mode",
|
|
2702
|
+
"button",
|
|
2703
|
+
"destructive",
|
|
2704
|
+
"foreground",
|
|
2705
|
+
"focus"
|
|
2706
|
+
]
|
|
2707
|
+
}
|
|
2708
|
+
}
|
|
2709
|
+
}
|
|
2710
|
+
},
|
|
1435
2711
|
"link": {
|
|
1436
2712
|
"default": {
|
|
1437
2713
|
"value": "#36a3ff",
|
|
@@ -2443,6 +3719,29 @@
|
|
|
2443
3719
|
"500"
|
|
2444
3720
|
]
|
|
2445
3721
|
}
|
|
3722
|
+
},
|
|
3723
|
+
"focus": {
|
|
3724
|
+
"value": "#36a3ff",
|
|
3725
|
+
"public": true,
|
|
3726
|
+
"filePath": "tokens/color/base/interactive.dark.json",
|
|
3727
|
+
"isSource": true,
|
|
3728
|
+
"original": {
|
|
3729
|
+
"value": "#36A3FF",
|
|
3730
|
+
"public": true
|
|
3731
|
+
},
|
|
3732
|
+
"name": "color-dark-mode-interactive-focus",
|
|
3733
|
+
"attributes": {
|
|
3734
|
+
"category": "color",
|
|
3735
|
+
"type": "dark-mode",
|
|
3736
|
+
"item": "interactive",
|
|
3737
|
+
"subitem": "focus"
|
|
3738
|
+
},
|
|
3739
|
+
"path": [
|
|
3740
|
+
"color",
|
|
3741
|
+
"dark-mode",
|
|
3742
|
+
"interactive",
|
|
3743
|
+
"focus"
|
|
3744
|
+
]
|
|
2446
3745
|
}
|
|
2447
3746
|
},
|
|
2448
3747
|
"neutral": {
|
|
@@ -3063,682 +4362,1188 @@
|
|
|
3063
4362
|
"filePath": "tokens/color/base/semantic.dark.json",
|
|
3064
4363
|
"isSource": true,
|
|
3065
4364
|
"original": {
|
|
3066
|
-
"value": "#E3FAFC"
|
|
4365
|
+
"value": "#E3FAFC"
|
|
4366
|
+
},
|
|
4367
|
+
"name": "color-dark-mode-semantic-info-100",
|
|
4368
|
+
"attributes": {
|
|
4369
|
+
"category": "color",
|
|
4370
|
+
"type": "dark-mode",
|
|
4371
|
+
"item": "semantic",
|
|
4372
|
+
"subitem": "info",
|
|
4373
|
+
"state": "100"
|
|
4374
|
+
},
|
|
4375
|
+
"path": [
|
|
4376
|
+
"color",
|
|
4377
|
+
"dark-mode",
|
|
4378
|
+
"semantic",
|
|
4379
|
+
"info",
|
|
4380
|
+
"100"
|
|
4381
|
+
]
|
|
4382
|
+
},
|
|
4383
|
+
"200": {
|
|
4384
|
+
"value": "#c1f0f5",
|
|
4385
|
+
"filePath": "tokens/color/base/semantic.dark.json",
|
|
4386
|
+
"isSource": true,
|
|
4387
|
+
"original": {
|
|
4388
|
+
"value": "#C1F0F5"
|
|
4389
|
+
},
|
|
4390
|
+
"name": "color-dark-mode-semantic-info-200",
|
|
4391
|
+
"attributes": {
|
|
4392
|
+
"category": "color",
|
|
4393
|
+
"type": "dark-mode",
|
|
4394
|
+
"item": "semantic",
|
|
4395
|
+
"subitem": "info",
|
|
4396
|
+
"state": "200"
|
|
4397
|
+
},
|
|
4398
|
+
"path": [
|
|
4399
|
+
"color",
|
|
4400
|
+
"dark-mode",
|
|
4401
|
+
"semantic",
|
|
4402
|
+
"info",
|
|
4403
|
+
"200"
|
|
4404
|
+
]
|
|
4405
|
+
},
|
|
4406
|
+
"300": {
|
|
4407
|
+
"value": "#60c6d2",
|
|
4408
|
+
"filePath": "tokens/color/base/semantic.dark.json",
|
|
4409
|
+
"isSource": true,
|
|
4410
|
+
"original": {
|
|
4411
|
+
"value": "#60C6D2"
|
|
4412
|
+
},
|
|
4413
|
+
"name": "color-dark-mode-semantic-info-300",
|
|
4414
|
+
"attributes": {
|
|
4415
|
+
"category": "color",
|
|
4416
|
+
"type": "dark-mode",
|
|
4417
|
+
"item": "semantic",
|
|
4418
|
+
"subitem": "info",
|
|
4419
|
+
"state": "300"
|
|
4420
|
+
},
|
|
4421
|
+
"path": [
|
|
4422
|
+
"color",
|
|
4423
|
+
"dark-mode",
|
|
4424
|
+
"semantic",
|
|
4425
|
+
"info",
|
|
4426
|
+
"300"
|
|
4427
|
+
]
|
|
4428
|
+
},
|
|
4429
|
+
"400": {
|
|
4430
|
+
"value": "#1d7f8c",
|
|
4431
|
+
"filePath": "tokens/color/base/semantic.dark.json",
|
|
4432
|
+
"isSource": true,
|
|
4433
|
+
"original": {
|
|
4434
|
+
"value": "#1D7F8C"
|
|
4435
|
+
},
|
|
4436
|
+
"name": "color-dark-mode-semantic-info-400",
|
|
4437
|
+
"attributes": {
|
|
4438
|
+
"category": "color",
|
|
4439
|
+
"type": "dark-mode",
|
|
4440
|
+
"item": "semantic",
|
|
4441
|
+
"subitem": "info",
|
|
4442
|
+
"state": "400"
|
|
4443
|
+
},
|
|
4444
|
+
"path": [
|
|
4445
|
+
"color",
|
|
4446
|
+
"dark-mode",
|
|
4447
|
+
"semantic",
|
|
4448
|
+
"info",
|
|
4449
|
+
"400"
|
|
4450
|
+
]
|
|
4451
|
+
},
|
|
4452
|
+
"500": {
|
|
4453
|
+
"value": "#206b74",
|
|
4454
|
+
"filePath": "tokens/color/base/semantic.dark.json",
|
|
4455
|
+
"isSource": true,
|
|
4456
|
+
"original": {
|
|
4457
|
+
"value": "#206B74"
|
|
4458
|
+
},
|
|
4459
|
+
"name": "color-dark-mode-semantic-info-500",
|
|
4460
|
+
"attributes": {
|
|
4461
|
+
"category": "color",
|
|
4462
|
+
"type": "dark-mode",
|
|
4463
|
+
"item": "semantic",
|
|
4464
|
+
"subitem": "info",
|
|
4465
|
+
"state": "500"
|
|
4466
|
+
},
|
|
4467
|
+
"path": [
|
|
4468
|
+
"color",
|
|
4469
|
+
"dark-mode",
|
|
4470
|
+
"semantic",
|
|
4471
|
+
"info",
|
|
4472
|
+
"500"
|
|
4473
|
+
]
|
|
4474
|
+
},
|
|
4475
|
+
"600": {
|
|
4476
|
+
"value": "#1d474c",
|
|
4477
|
+
"filePath": "tokens/color/base/semantic.dark.json",
|
|
4478
|
+
"isSource": true,
|
|
4479
|
+
"original": {
|
|
4480
|
+
"value": "#1D474C"
|
|
4481
|
+
},
|
|
4482
|
+
"name": "color-dark-mode-semantic-info-600",
|
|
4483
|
+
"attributes": {
|
|
4484
|
+
"category": "color",
|
|
4485
|
+
"type": "dark-mode",
|
|
4486
|
+
"item": "semantic",
|
|
4487
|
+
"subitem": "info",
|
|
4488
|
+
"state": "600"
|
|
4489
|
+
},
|
|
4490
|
+
"path": [
|
|
4491
|
+
"color",
|
|
4492
|
+
"dark-mode",
|
|
4493
|
+
"semantic",
|
|
4494
|
+
"info",
|
|
4495
|
+
"600"
|
|
4496
|
+
]
|
|
4497
|
+
}
|
|
4498
|
+
}
|
|
4499
|
+
}
|
|
4500
|
+
},
|
|
4501
|
+
"light-mode": {
|
|
4502
|
+
"background": {
|
|
4503
|
+
"default": {
|
|
4504
|
+
"value": "#ffffff",
|
|
4505
|
+
"public": true,
|
|
4506
|
+
"isReferenceToInternal": true,
|
|
4507
|
+
"filePath": "tokens/color/alias/defaults.light.json",
|
|
4508
|
+
"isSource": true,
|
|
4509
|
+
"original": {
|
|
4510
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
4511
|
+
"public": true,
|
|
4512
|
+
"isReferenceToInternal": true
|
|
4513
|
+
},
|
|
4514
|
+
"name": "color-light-mode-background-default",
|
|
4515
|
+
"attributes": {
|
|
4516
|
+
"category": "color",
|
|
4517
|
+
"type": "light-mode",
|
|
4518
|
+
"item": "background",
|
|
4519
|
+
"subitem": "default"
|
|
4520
|
+
},
|
|
4521
|
+
"path": [
|
|
4522
|
+
"color",
|
|
4523
|
+
"light-mode",
|
|
4524
|
+
"background",
|
|
4525
|
+
"default"
|
|
4526
|
+
]
|
|
4527
|
+
}
|
|
4528
|
+
},
|
|
4529
|
+
"border": {
|
|
4530
|
+
"default": {
|
|
4531
|
+
"value": "#71717c",
|
|
4532
|
+
"public": true,
|
|
4533
|
+
"isReferenceToInternal": true,
|
|
4534
|
+
"filePath": "tokens/color/alias/defaults.light.json",
|
|
4535
|
+
"isSource": true,
|
|
4536
|
+
"original": {
|
|
4537
|
+
"value": "{color.light-mode.neutral.400.value}",
|
|
4538
|
+
"public": true,
|
|
4539
|
+
"isReferenceToInternal": true
|
|
4540
|
+
},
|
|
4541
|
+
"name": "color-light-mode-border-default",
|
|
4542
|
+
"attributes": {
|
|
4543
|
+
"category": "color",
|
|
4544
|
+
"type": "light-mode",
|
|
4545
|
+
"item": "border",
|
|
4546
|
+
"subitem": "default"
|
|
4547
|
+
},
|
|
4548
|
+
"path": [
|
|
4549
|
+
"color",
|
|
4550
|
+
"light-mode",
|
|
4551
|
+
"border",
|
|
4552
|
+
"default"
|
|
4553
|
+
]
|
|
4554
|
+
}
|
|
4555
|
+
},
|
|
4556
|
+
"foreground": {
|
|
4557
|
+
"default": {
|
|
4558
|
+
"value": "#23232d",
|
|
4559
|
+
"public": true,
|
|
4560
|
+
"isReferenceToInternal": true,
|
|
4561
|
+
"filePath": "tokens/color/alias/defaults.light.json",
|
|
4562
|
+
"isSource": true,
|
|
4563
|
+
"original": {
|
|
4564
|
+
"value": "{color.light-mode.neutral.700.value}",
|
|
4565
|
+
"public": true,
|
|
4566
|
+
"isReferenceToInternal": true
|
|
4567
|
+
},
|
|
4568
|
+
"name": "color-light-mode-foreground-default",
|
|
4569
|
+
"attributes": {
|
|
4570
|
+
"category": "color",
|
|
4571
|
+
"type": "light-mode",
|
|
4572
|
+
"item": "foreground",
|
|
4573
|
+
"subitem": "default"
|
|
4574
|
+
},
|
|
4575
|
+
"path": [
|
|
4576
|
+
"color",
|
|
4577
|
+
"light-mode",
|
|
4578
|
+
"foreground",
|
|
4579
|
+
"default"
|
|
4580
|
+
]
|
|
4581
|
+
}
|
|
4582
|
+
},
|
|
4583
|
+
"input": {
|
|
4584
|
+
"background": {
|
|
4585
|
+
"default": {
|
|
4586
|
+
"value": "#ffffff",
|
|
4587
|
+
"public": true,
|
|
4588
|
+
"isReferenceToInternal": true,
|
|
4589
|
+
"filePath": "tokens/color/alias/input.light.json",
|
|
4590
|
+
"isSource": true,
|
|
4591
|
+
"original": {
|
|
4592
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
4593
|
+
"public": true,
|
|
4594
|
+
"isReferenceToInternal": true
|
|
3067
4595
|
},
|
|
3068
|
-
"name": "color-
|
|
4596
|
+
"name": "color-light-mode-input-background-default",
|
|
3069
4597
|
"attributes": {
|
|
3070
4598
|
"category": "color",
|
|
3071
|
-
"type": "
|
|
3072
|
-
"item": "
|
|
3073
|
-
"subitem": "
|
|
3074
|
-
"state": "
|
|
4599
|
+
"type": "light-mode",
|
|
4600
|
+
"item": "input",
|
|
4601
|
+
"subitem": "background",
|
|
4602
|
+
"state": "default"
|
|
3075
4603
|
},
|
|
3076
4604
|
"path": [
|
|
3077
4605
|
"color",
|
|
3078
|
-
"
|
|
3079
|
-
"
|
|
3080
|
-
"
|
|
3081
|
-
"
|
|
4606
|
+
"light-mode",
|
|
4607
|
+
"input",
|
|
4608
|
+
"background",
|
|
4609
|
+
"default"
|
|
3082
4610
|
]
|
|
3083
4611
|
},
|
|
3084
|
-
"
|
|
3085
|
-
"value": "#
|
|
3086
|
-
"
|
|
4612
|
+
"disabled": {
|
|
4613
|
+
"value": "#cfcfd3",
|
|
4614
|
+
"public": true,
|
|
4615
|
+
"isReferenceToInternal": true,
|
|
4616
|
+
"filePath": "tokens/color/alias/input.light.json",
|
|
3087
4617
|
"isSource": true,
|
|
3088
4618
|
"original": {
|
|
3089
|
-
"value": "
|
|
4619
|
+
"value": "{color.light-mode.neutral.100.value}",
|
|
4620
|
+
"public": true,
|
|
4621
|
+
"isReferenceToInternal": true
|
|
3090
4622
|
},
|
|
3091
|
-
"name": "color-
|
|
4623
|
+
"name": "color-light-mode-input-background-disabled",
|
|
3092
4624
|
"attributes": {
|
|
3093
4625
|
"category": "color",
|
|
3094
|
-
"type": "
|
|
3095
|
-
"item": "
|
|
3096
|
-
"subitem": "
|
|
3097
|
-
"state": "
|
|
4626
|
+
"type": "light-mode",
|
|
4627
|
+
"item": "input",
|
|
4628
|
+
"subitem": "background",
|
|
4629
|
+
"state": "disabled"
|
|
3098
4630
|
},
|
|
3099
4631
|
"path": [
|
|
3100
4632
|
"color",
|
|
3101
|
-
"
|
|
3102
|
-
"
|
|
3103
|
-
"
|
|
3104
|
-
"
|
|
4633
|
+
"light-mode",
|
|
4634
|
+
"input",
|
|
4635
|
+
"background",
|
|
4636
|
+
"disabled"
|
|
3105
4637
|
]
|
|
3106
|
-
}
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
|
|
4638
|
+
}
|
|
4639
|
+
},
|
|
4640
|
+
"border": {
|
|
4641
|
+
"default": {
|
|
4642
|
+
"value": "#71717c",
|
|
4643
|
+
"public": true,
|
|
4644
|
+
"filePath": "tokens/color/alias/input.light.json",
|
|
3110
4645
|
"isSource": true,
|
|
3111
4646
|
"original": {
|
|
3112
|
-
"value": "
|
|
4647
|
+
"value": "{color.light-mode.border.default}",
|
|
4648
|
+
"public": true
|
|
3113
4649
|
},
|
|
3114
|
-
"name": "color-
|
|
4650
|
+
"name": "color-light-mode-input-border-default",
|
|
3115
4651
|
"attributes": {
|
|
3116
4652
|
"category": "color",
|
|
3117
|
-
"type": "
|
|
3118
|
-
"item": "
|
|
3119
|
-
"subitem": "
|
|
3120
|
-
"state": "
|
|
4653
|
+
"type": "light-mode",
|
|
4654
|
+
"item": "input",
|
|
4655
|
+
"subitem": "border",
|
|
4656
|
+
"state": "default"
|
|
3121
4657
|
},
|
|
3122
4658
|
"path": [
|
|
3123
4659
|
"color",
|
|
3124
|
-
"
|
|
3125
|
-
"
|
|
3126
|
-
"
|
|
3127
|
-
"
|
|
4660
|
+
"light-mode",
|
|
4661
|
+
"input",
|
|
4662
|
+
"border",
|
|
4663
|
+
"default"
|
|
3128
4664
|
]
|
|
3129
4665
|
},
|
|
3130
|
-
"
|
|
3131
|
-
"value": "#
|
|
3132
|
-
"
|
|
4666
|
+
"disabled": {
|
|
4667
|
+
"value": "#aeaeb6",
|
|
4668
|
+
"public": true,
|
|
4669
|
+
"isReferenceToInternal": true,
|
|
4670
|
+
"filePath": "tokens/color/alias/input.light.json",
|
|
3133
4671
|
"isSource": true,
|
|
3134
4672
|
"original": {
|
|
3135
|
-
"value": "
|
|
4673
|
+
"value": "{color.light-mode.neutral.200.value}",
|
|
4674
|
+
"public": true,
|
|
4675
|
+
"isReferenceToInternal": true
|
|
3136
4676
|
},
|
|
3137
|
-
"name": "color-
|
|
4677
|
+
"name": "color-light-mode-input-border-disabled",
|
|
3138
4678
|
"attributes": {
|
|
3139
4679
|
"category": "color",
|
|
3140
|
-
"type": "
|
|
3141
|
-
"item": "
|
|
3142
|
-
"subitem": "
|
|
3143
|
-
"state": "
|
|
4680
|
+
"type": "light-mode",
|
|
4681
|
+
"item": "input",
|
|
4682
|
+
"subitem": "border",
|
|
4683
|
+
"state": "disabled"
|
|
3144
4684
|
},
|
|
3145
4685
|
"path": [
|
|
3146
4686
|
"color",
|
|
3147
|
-
"
|
|
3148
|
-
"
|
|
3149
|
-
"
|
|
3150
|
-
"
|
|
4687
|
+
"light-mode",
|
|
4688
|
+
"input",
|
|
4689
|
+
"border",
|
|
4690
|
+
"disabled"
|
|
3151
4691
|
]
|
|
3152
|
-
}
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
4692
|
+
}
|
|
4693
|
+
}
|
|
4694
|
+
},
|
|
4695
|
+
"button": {
|
|
4696
|
+
"primary": {
|
|
4697
|
+
"background": {
|
|
4698
|
+
"default": {
|
|
4699
|
+
"value": "#ffdc28",
|
|
4700
|
+
"public": true,
|
|
4701
|
+
"isReferenceToInternal": true,
|
|
4702
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
4703
|
+
"isSource": true,
|
|
4704
|
+
"original": {
|
|
4705
|
+
"value": "{color.light-mode.brand.primary.400.value}",
|
|
4706
|
+
"public": true,
|
|
4707
|
+
"isReferenceToInternal": true
|
|
4708
|
+
},
|
|
4709
|
+
"name": "color-light-mode-button-primary-background-default",
|
|
4710
|
+
"attributes": {
|
|
4711
|
+
"category": "color",
|
|
4712
|
+
"type": "light-mode",
|
|
4713
|
+
"item": "button",
|
|
4714
|
+
"subitem": "primary",
|
|
4715
|
+
"state": "background"
|
|
4716
|
+
},
|
|
4717
|
+
"path": [
|
|
4718
|
+
"color",
|
|
4719
|
+
"light-mode",
|
|
4720
|
+
"button",
|
|
4721
|
+
"primary",
|
|
4722
|
+
"background",
|
|
4723
|
+
"default"
|
|
4724
|
+
]
|
|
3159
4725
|
},
|
|
3160
|
-
"
|
|
3161
|
-
|
|
3162
|
-
"
|
|
3163
|
-
"
|
|
3164
|
-
"
|
|
3165
|
-
"
|
|
3166
|
-
"
|
|
4726
|
+
"hover": {
|
|
4727
|
+
"value": "#ffe668",
|
|
4728
|
+
"public": true,
|
|
4729
|
+
"isReferenceToInternal": true,
|
|
4730
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
4731
|
+
"isSource": true,
|
|
4732
|
+
"original": {
|
|
4733
|
+
"value": "{color.light-mode.brand.primary.300.value}",
|
|
4734
|
+
"public": true,
|
|
4735
|
+
"isReferenceToInternal": true
|
|
4736
|
+
},
|
|
4737
|
+
"name": "color-light-mode-button-primary-background-hover",
|
|
4738
|
+
"attributes": {
|
|
4739
|
+
"category": "color",
|
|
4740
|
+
"type": "light-mode",
|
|
4741
|
+
"item": "button",
|
|
4742
|
+
"subitem": "primary",
|
|
4743
|
+
"state": "background"
|
|
4744
|
+
},
|
|
4745
|
+
"path": [
|
|
4746
|
+
"color",
|
|
4747
|
+
"light-mode",
|
|
4748
|
+
"button",
|
|
4749
|
+
"primary",
|
|
4750
|
+
"background",
|
|
4751
|
+
"hover"
|
|
4752
|
+
]
|
|
4753
|
+
},
|
|
4754
|
+
"active": {
|
|
4755
|
+
"value": "#ddbd16",
|
|
4756
|
+
"public": true,
|
|
4757
|
+
"isReferenceToInternal": true,
|
|
4758
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
4759
|
+
"isSource": true,
|
|
4760
|
+
"original": {
|
|
4761
|
+
"value": "{color.light-mode.brand.primary.500.value}",
|
|
4762
|
+
"public": true,
|
|
4763
|
+
"isReferenceToInternal": true
|
|
4764
|
+
},
|
|
4765
|
+
"name": "color-light-mode-button-primary-background-active",
|
|
4766
|
+
"attributes": {
|
|
4767
|
+
"category": "color",
|
|
4768
|
+
"type": "light-mode",
|
|
4769
|
+
"item": "button",
|
|
4770
|
+
"subitem": "primary",
|
|
4771
|
+
"state": "background"
|
|
4772
|
+
},
|
|
4773
|
+
"path": [
|
|
4774
|
+
"color",
|
|
4775
|
+
"light-mode",
|
|
4776
|
+
"button",
|
|
4777
|
+
"primary",
|
|
4778
|
+
"background",
|
|
4779
|
+
"active"
|
|
4780
|
+
]
|
|
4781
|
+
},
|
|
4782
|
+
"focus": {
|
|
4783
|
+
"value": "#ffe668",
|
|
4784
|
+
"public": true,
|
|
4785
|
+
"isReferenceToInternal": true,
|
|
4786
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
4787
|
+
"isSource": true,
|
|
4788
|
+
"original": {
|
|
4789
|
+
"value": "{color.light-mode.brand.primary.300.value}",
|
|
4790
|
+
"public": true,
|
|
4791
|
+
"isReferenceToInternal": true
|
|
4792
|
+
},
|
|
4793
|
+
"name": "color-light-mode-button-primary-background-focus",
|
|
4794
|
+
"attributes": {
|
|
4795
|
+
"category": "color",
|
|
4796
|
+
"type": "light-mode",
|
|
4797
|
+
"item": "button",
|
|
4798
|
+
"subitem": "primary",
|
|
4799
|
+
"state": "background"
|
|
4800
|
+
},
|
|
4801
|
+
"path": [
|
|
4802
|
+
"color",
|
|
4803
|
+
"light-mode",
|
|
4804
|
+
"button",
|
|
4805
|
+
"primary",
|
|
4806
|
+
"background",
|
|
4807
|
+
"focus"
|
|
4808
|
+
]
|
|
4809
|
+
}
|
|
4810
|
+
},
|
|
4811
|
+
"border": {
|
|
4812
|
+
"default": {
|
|
4813
|
+
"value": "#ffdc28",
|
|
4814
|
+
"public": true,
|
|
4815
|
+
"isReferenceToInternal": true,
|
|
4816
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
4817
|
+
"isSource": true,
|
|
4818
|
+
"original": {
|
|
4819
|
+
"value": "{color.light-mode.brand.primary.400.value}",
|
|
4820
|
+
"public": true,
|
|
4821
|
+
"isReferenceToInternal": true
|
|
4822
|
+
},
|
|
4823
|
+
"name": "color-light-mode-button-primary-border-default",
|
|
4824
|
+
"attributes": {
|
|
4825
|
+
"category": "color",
|
|
4826
|
+
"type": "light-mode",
|
|
4827
|
+
"item": "button",
|
|
4828
|
+
"subitem": "primary",
|
|
4829
|
+
"state": "border"
|
|
4830
|
+
},
|
|
4831
|
+
"path": [
|
|
4832
|
+
"color",
|
|
4833
|
+
"light-mode",
|
|
4834
|
+
"button",
|
|
4835
|
+
"primary",
|
|
4836
|
+
"border",
|
|
4837
|
+
"default"
|
|
4838
|
+
]
|
|
3167
4839
|
},
|
|
3168
|
-
"
|
|
3169
|
-
"
|
|
3170
|
-
"
|
|
3171
|
-
"
|
|
3172
|
-
"
|
|
3173
|
-
"
|
|
3174
|
-
|
|
3175
|
-
|
|
3176
|
-
|
|
3177
|
-
|
|
3178
|
-
|
|
3179
|
-
|
|
3180
|
-
|
|
3181
|
-
|
|
4840
|
+
"hover": {
|
|
4841
|
+
"value": "#ffe668",
|
|
4842
|
+
"public": true,
|
|
4843
|
+
"isReferenceToInternal": true,
|
|
4844
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
4845
|
+
"isSource": true,
|
|
4846
|
+
"original": {
|
|
4847
|
+
"value": "{color.light-mode.brand.primary.300.value}",
|
|
4848
|
+
"public": true,
|
|
4849
|
+
"isReferenceToInternal": true
|
|
4850
|
+
},
|
|
4851
|
+
"name": "color-light-mode-button-primary-border-hover",
|
|
4852
|
+
"attributes": {
|
|
4853
|
+
"category": "color",
|
|
4854
|
+
"type": "light-mode",
|
|
4855
|
+
"item": "button",
|
|
4856
|
+
"subitem": "primary",
|
|
4857
|
+
"state": "border"
|
|
4858
|
+
},
|
|
4859
|
+
"path": [
|
|
4860
|
+
"color",
|
|
4861
|
+
"light-mode",
|
|
4862
|
+
"button",
|
|
4863
|
+
"primary",
|
|
4864
|
+
"border",
|
|
4865
|
+
"hover"
|
|
4866
|
+
]
|
|
3182
4867
|
},
|
|
3183
|
-
"
|
|
3184
|
-
|
|
3185
|
-
"
|
|
3186
|
-
"
|
|
3187
|
-
"
|
|
3188
|
-
"
|
|
3189
|
-
"
|
|
4868
|
+
"active": {
|
|
4869
|
+
"value": "#ddbd16",
|
|
4870
|
+
"public": true,
|
|
4871
|
+
"isReferenceToInternal": true,
|
|
4872
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
4873
|
+
"isSource": true,
|
|
4874
|
+
"original": {
|
|
4875
|
+
"value": "{color.light-mode.brand.primary.500.value}",
|
|
4876
|
+
"public": true,
|
|
4877
|
+
"isReferenceToInternal": true
|
|
4878
|
+
},
|
|
4879
|
+
"name": "color-light-mode-button-primary-border-active",
|
|
4880
|
+
"attributes": {
|
|
4881
|
+
"category": "color",
|
|
4882
|
+
"type": "light-mode",
|
|
4883
|
+
"item": "button",
|
|
4884
|
+
"subitem": "primary",
|
|
4885
|
+
"state": "border"
|
|
4886
|
+
},
|
|
4887
|
+
"path": [
|
|
4888
|
+
"color",
|
|
4889
|
+
"light-mode",
|
|
4890
|
+
"button",
|
|
4891
|
+
"primary",
|
|
4892
|
+
"border",
|
|
4893
|
+
"active"
|
|
4894
|
+
]
|
|
3190
4895
|
},
|
|
3191
|
-
"
|
|
3192
|
-
"
|
|
3193
|
-
"
|
|
3194
|
-
"
|
|
3195
|
-
"
|
|
3196
|
-
"
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
|
|
3201
|
-
|
|
3202
|
-
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
|
|
3208
|
-
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
|
|
3217
|
-
|
|
3218
|
-
|
|
3219
|
-
"item": "background",
|
|
3220
|
-
"subitem": "default"
|
|
3221
|
-
},
|
|
3222
|
-
"path": [
|
|
3223
|
-
"color",
|
|
3224
|
-
"light-mode",
|
|
3225
|
-
"background",
|
|
3226
|
-
"default"
|
|
3227
|
-
]
|
|
3228
|
-
}
|
|
3229
|
-
},
|
|
3230
|
-
"border": {
|
|
3231
|
-
"default": {
|
|
3232
|
-
"value": "#71717c",
|
|
3233
|
-
"public": true,
|
|
3234
|
-
"isReferenceToInternal": true,
|
|
3235
|
-
"filePath": "tokens/color/alias/defaults.light.json",
|
|
3236
|
-
"isSource": true,
|
|
3237
|
-
"original": {
|
|
3238
|
-
"value": "{color.light-mode.neutral.400.value}",
|
|
3239
|
-
"public": true,
|
|
3240
|
-
"isReferenceToInternal": true
|
|
3241
|
-
},
|
|
3242
|
-
"name": "color-light-mode-border-default",
|
|
3243
|
-
"attributes": {
|
|
3244
|
-
"category": "color",
|
|
3245
|
-
"type": "light-mode",
|
|
3246
|
-
"item": "border",
|
|
3247
|
-
"subitem": "default"
|
|
3248
|
-
},
|
|
3249
|
-
"path": [
|
|
3250
|
-
"color",
|
|
3251
|
-
"light-mode",
|
|
3252
|
-
"border",
|
|
3253
|
-
"default"
|
|
3254
|
-
]
|
|
3255
|
-
}
|
|
3256
|
-
},
|
|
3257
|
-
"foreground": {
|
|
3258
|
-
"default": {
|
|
3259
|
-
"value": "#23232d",
|
|
3260
|
-
"public": true,
|
|
3261
|
-
"isReferenceToInternal": true,
|
|
3262
|
-
"filePath": "tokens/color/alias/defaults.light.json",
|
|
3263
|
-
"isSource": true,
|
|
3264
|
-
"original": {
|
|
3265
|
-
"value": "{color.light-mode.neutral.700.value}",
|
|
3266
|
-
"public": true,
|
|
3267
|
-
"isReferenceToInternal": true
|
|
3268
|
-
},
|
|
3269
|
-
"name": "color-light-mode-foreground-default",
|
|
3270
|
-
"attributes": {
|
|
3271
|
-
"category": "color",
|
|
3272
|
-
"type": "light-mode",
|
|
3273
|
-
"item": "foreground",
|
|
3274
|
-
"subitem": "default"
|
|
4896
|
+
"focus": {
|
|
4897
|
+
"value": "#ffe668",
|
|
4898
|
+
"public": true,
|
|
4899
|
+
"isReferenceToInternal": true,
|
|
4900
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
4901
|
+
"isSource": true,
|
|
4902
|
+
"original": {
|
|
4903
|
+
"value": "{color.light-mode.brand.primary.300.value}",
|
|
4904
|
+
"public": true,
|
|
4905
|
+
"isReferenceToInternal": true
|
|
4906
|
+
},
|
|
4907
|
+
"name": "color-light-mode-button-primary-border-focus",
|
|
4908
|
+
"attributes": {
|
|
4909
|
+
"category": "color",
|
|
4910
|
+
"type": "light-mode",
|
|
4911
|
+
"item": "button",
|
|
4912
|
+
"subitem": "primary",
|
|
4913
|
+
"state": "border"
|
|
4914
|
+
},
|
|
4915
|
+
"path": [
|
|
4916
|
+
"color",
|
|
4917
|
+
"light-mode",
|
|
4918
|
+
"button",
|
|
4919
|
+
"primary",
|
|
4920
|
+
"border",
|
|
4921
|
+
"focus"
|
|
4922
|
+
]
|
|
4923
|
+
}
|
|
3275
4924
|
},
|
|
3276
|
-
"
|
|
3277
|
-
"color",
|
|
3278
|
-
"light-mode",
|
|
3279
|
-
"foreground",
|
|
3280
|
-
"default"
|
|
3281
|
-
]
|
|
3282
|
-
}
|
|
3283
|
-
},
|
|
3284
|
-
"button": {
|
|
3285
|
-
"primary": {
|
|
3286
|
-
"background": {
|
|
4925
|
+
"foreground": {
|
|
3287
4926
|
"default": {
|
|
3288
|
-
"value": "#
|
|
4927
|
+
"value": "#23232d",
|
|
4928
|
+
"public": true,
|
|
4929
|
+
"isReferenceToInternal": true,
|
|
4930
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
4931
|
+
"isSource": true,
|
|
4932
|
+
"original": {
|
|
4933
|
+
"value": "{color.light-mode.foreground.default.value}",
|
|
4934
|
+
"public": true,
|
|
4935
|
+
"isReferenceToInternal": true
|
|
4936
|
+
},
|
|
4937
|
+
"name": "color-light-mode-button-primary-foreground-default",
|
|
4938
|
+
"attributes": {
|
|
4939
|
+
"category": "color",
|
|
4940
|
+
"type": "light-mode",
|
|
4941
|
+
"item": "button",
|
|
4942
|
+
"subitem": "primary",
|
|
4943
|
+
"state": "foreground"
|
|
4944
|
+
},
|
|
4945
|
+
"path": [
|
|
4946
|
+
"color",
|
|
4947
|
+
"light-mode",
|
|
4948
|
+
"button",
|
|
4949
|
+
"primary",
|
|
4950
|
+
"foreground",
|
|
4951
|
+
"default"
|
|
4952
|
+
]
|
|
4953
|
+
},
|
|
4954
|
+
"hover": {
|
|
4955
|
+
"value": "#23232d",
|
|
4956
|
+
"public": true,
|
|
4957
|
+
"isReferenceToInternal": true,
|
|
4958
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
4959
|
+
"isSource": true,
|
|
4960
|
+
"original": {
|
|
4961
|
+
"value": "{color.light-mode.foreground.default.value}",
|
|
4962
|
+
"public": true,
|
|
4963
|
+
"isReferenceToInternal": true
|
|
4964
|
+
},
|
|
4965
|
+
"name": "color-light-mode-button-primary-foreground-hover",
|
|
4966
|
+
"attributes": {
|
|
4967
|
+
"category": "color",
|
|
4968
|
+
"type": "light-mode",
|
|
4969
|
+
"item": "button",
|
|
4970
|
+
"subitem": "primary",
|
|
4971
|
+
"state": "foreground"
|
|
4972
|
+
},
|
|
4973
|
+
"path": [
|
|
4974
|
+
"color",
|
|
4975
|
+
"light-mode",
|
|
4976
|
+
"button",
|
|
4977
|
+
"primary",
|
|
4978
|
+
"foreground",
|
|
4979
|
+
"hover"
|
|
4980
|
+
]
|
|
4981
|
+
},
|
|
4982
|
+
"active": {
|
|
4983
|
+
"value": "#23232d",
|
|
4984
|
+
"public": true,
|
|
4985
|
+
"isReferenceToInternal": true,
|
|
4986
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
4987
|
+
"isSource": true,
|
|
4988
|
+
"original": {
|
|
4989
|
+
"value": "{color.light-mode.foreground.default.value}",
|
|
4990
|
+
"public": true,
|
|
4991
|
+
"isReferenceToInternal": true
|
|
4992
|
+
},
|
|
4993
|
+
"name": "color-light-mode-button-primary-foreground-active",
|
|
4994
|
+
"attributes": {
|
|
4995
|
+
"category": "color",
|
|
4996
|
+
"type": "light-mode",
|
|
4997
|
+
"item": "button",
|
|
4998
|
+
"subitem": "primary",
|
|
4999
|
+
"state": "foreground"
|
|
5000
|
+
},
|
|
5001
|
+
"path": [
|
|
5002
|
+
"color",
|
|
5003
|
+
"light-mode",
|
|
5004
|
+
"button",
|
|
5005
|
+
"primary",
|
|
5006
|
+
"foreground",
|
|
5007
|
+
"active"
|
|
5008
|
+
]
|
|
5009
|
+
},
|
|
5010
|
+
"focus": {
|
|
5011
|
+
"value": "#23232d",
|
|
3289
5012
|
"public": true,
|
|
3290
5013
|
"isReferenceToInternal": true,
|
|
3291
|
-
"filePath": "tokens/color/alias/
|
|
5014
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
3292
5015
|
"isSource": true,
|
|
3293
5016
|
"original": {
|
|
3294
|
-
"value": "{color.light-mode.
|
|
5017
|
+
"value": "{color.light-mode.foreground.default.value}",
|
|
3295
5018
|
"public": true,
|
|
3296
5019
|
"isReferenceToInternal": true
|
|
3297
5020
|
},
|
|
3298
|
-
"name": "color-light-mode-button-primary-
|
|
5021
|
+
"name": "color-light-mode-button-primary-foreground-focus",
|
|
3299
5022
|
"attributes": {
|
|
3300
5023
|
"category": "color",
|
|
3301
5024
|
"type": "light-mode",
|
|
3302
5025
|
"item": "button",
|
|
3303
5026
|
"subitem": "primary",
|
|
3304
|
-
"state": "
|
|
5027
|
+
"state": "foreground"
|
|
3305
5028
|
},
|
|
3306
5029
|
"path": [
|
|
3307
5030
|
"color",
|
|
3308
5031
|
"light-mode",
|
|
3309
5032
|
"button",
|
|
3310
5033
|
"primary",
|
|
5034
|
+
"foreground",
|
|
5035
|
+
"focus"
|
|
5036
|
+
]
|
|
5037
|
+
}
|
|
5038
|
+
}
|
|
5039
|
+
},
|
|
5040
|
+
"secondary": {
|
|
5041
|
+
"background": {
|
|
5042
|
+
"default": {
|
|
5043
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
5044
|
+
"public": true,
|
|
5045
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5046
|
+
"isSource": true,
|
|
5047
|
+
"original": {
|
|
5048
|
+
"value": "transparent",
|
|
5049
|
+
"public": true
|
|
5050
|
+
},
|
|
5051
|
+
"name": "color-light-mode-button-secondary-background-default",
|
|
5052
|
+
"attributes": {
|
|
5053
|
+
"category": "color",
|
|
5054
|
+
"type": "light-mode",
|
|
5055
|
+
"item": "button",
|
|
5056
|
+
"subitem": "secondary",
|
|
5057
|
+
"state": "background"
|
|
5058
|
+
},
|
|
5059
|
+
"path": [
|
|
5060
|
+
"color",
|
|
5061
|
+
"light-mode",
|
|
5062
|
+
"button",
|
|
5063
|
+
"secondary",
|
|
3311
5064
|
"background",
|
|
3312
5065
|
"default"
|
|
3313
5066
|
]
|
|
3314
5067
|
},
|
|
3315
5068
|
"hover": {
|
|
3316
|
-
"value": "#
|
|
5069
|
+
"value": "#f0ecff",
|
|
3317
5070
|
"public": true,
|
|
3318
5071
|
"isReferenceToInternal": true,
|
|
3319
|
-
"filePath": "tokens/color/alias/
|
|
5072
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
3320
5073
|
"isSource": true,
|
|
3321
5074
|
"original": {
|
|
3322
|
-
"value": "{color.light-mode.brand.
|
|
5075
|
+
"value": "{color.light-mode.brand.secondary.100.value}",
|
|
3323
5076
|
"public": true,
|
|
3324
5077
|
"isReferenceToInternal": true
|
|
3325
5078
|
},
|
|
3326
|
-
"name": "color-light-mode-button-
|
|
5079
|
+
"name": "color-light-mode-button-secondary-background-hover",
|
|
3327
5080
|
"attributes": {
|
|
3328
5081
|
"category": "color",
|
|
3329
5082
|
"type": "light-mode",
|
|
3330
5083
|
"item": "button",
|
|
3331
|
-
"subitem": "
|
|
5084
|
+
"subitem": "secondary",
|
|
3332
5085
|
"state": "background"
|
|
3333
5086
|
},
|
|
3334
5087
|
"path": [
|
|
3335
5088
|
"color",
|
|
3336
5089
|
"light-mode",
|
|
3337
5090
|
"button",
|
|
3338
|
-
"
|
|
5091
|
+
"secondary",
|
|
3339
5092
|
"background",
|
|
3340
5093
|
"hover"
|
|
3341
5094
|
]
|
|
3342
5095
|
},
|
|
3343
5096
|
"active": {
|
|
3344
|
-
"value": "#
|
|
5097
|
+
"value": "#cfcfd3",
|
|
3345
5098
|
"public": true,
|
|
3346
5099
|
"isReferenceToInternal": true,
|
|
3347
|
-
"filePath": "tokens/color/alias/
|
|
5100
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
3348
5101
|
"isSource": true,
|
|
3349
5102
|
"original": {
|
|
3350
|
-
"value": "{color.light-mode.
|
|
5103
|
+
"value": "{color.light-mode.neutral.100.value}",
|
|
3351
5104
|
"public": true,
|
|
3352
5105
|
"isReferenceToInternal": true
|
|
3353
5106
|
},
|
|
3354
|
-
"name": "color-light-mode-button-
|
|
5107
|
+
"name": "color-light-mode-button-secondary-background-active",
|
|
3355
5108
|
"attributes": {
|
|
3356
5109
|
"category": "color",
|
|
3357
5110
|
"type": "light-mode",
|
|
3358
5111
|
"item": "button",
|
|
3359
|
-
"subitem": "
|
|
5112
|
+
"subitem": "secondary",
|
|
3360
5113
|
"state": "background"
|
|
3361
5114
|
},
|
|
3362
5115
|
"path": [
|
|
3363
5116
|
"color",
|
|
3364
5117
|
"light-mode",
|
|
3365
5118
|
"button",
|
|
3366
|
-
"
|
|
5119
|
+
"secondary",
|
|
3367
5120
|
"background",
|
|
3368
5121
|
"active"
|
|
3369
5122
|
]
|
|
5123
|
+
},
|
|
5124
|
+
"focus": {
|
|
5125
|
+
"value": "#f0ecff",
|
|
5126
|
+
"public": true,
|
|
5127
|
+
"isReferenceToInternal": true,
|
|
5128
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5129
|
+
"isSource": true,
|
|
5130
|
+
"original": {
|
|
5131
|
+
"value": "{color.light-mode.brand.secondary.100.value}",
|
|
5132
|
+
"public": true,
|
|
5133
|
+
"isReferenceToInternal": true
|
|
5134
|
+
},
|
|
5135
|
+
"name": "color-light-mode-button-secondary-background-focus",
|
|
5136
|
+
"attributes": {
|
|
5137
|
+
"category": "color",
|
|
5138
|
+
"type": "light-mode",
|
|
5139
|
+
"item": "button",
|
|
5140
|
+
"subitem": "secondary",
|
|
5141
|
+
"state": "background"
|
|
5142
|
+
},
|
|
5143
|
+
"path": [
|
|
5144
|
+
"color",
|
|
5145
|
+
"light-mode",
|
|
5146
|
+
"button",
|
|
5147
|
+
"secondary",
|
|
5148
|
+
"background",
|
|
5149
|
+
"focus"
|
|
5150
|
+
]
|
|
3370
5151
|
}
|
|
3371
5152
|
},
|
|
3372
5153
|
"border": {
|
|
3373
5154
|
"default": {
|
|
3374
|
-
"value": "#
|
|
5155
|
+
"value": "#3017a1",
|
|
3375
5156
|
"public": true,
|
|
3376
5157
|
"isReferenceToInternal": true,
|
|
3377
|
-
"filePath": "tokens/color/alias/
|
|
5158
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
3378
5159
|
"isSource": true,
|
|
3379
5160
|
"original": {
|
|
3380
|
-
"value": "{color.light-mode.brand.
|
|
5161
|
+
"value": "{color.light-mode.brand.secondary.400.value}",
|
|
3381
5162
|
"public": true,
|
|
3382
5163
|
"isReferenceToInternal": true
|
|
3383
5164
|
},
|
|
3384
|
-
"name": "color-light-mode-button-
|
|
5165
|
+
"name": "color-light-mode-button-secondary-border-default",
|
|
3385
5166
|
"attributes": {
|
|
3386
5167
|
"category": "color",
|
|
3387
5168
|
"type": "light-mode",
|
|
3388
5169
|
"item": "button",
|
|
3389
|
-
"subitem": "
|
|
5170
|
+
"subitem": "secondary",
|
|
3390
5171
|
"state": "border"
|
|
3391
5172
|
},
|
|
3392
5173
|
"path": [
|
|
3393
5174
|
"color",
|
|
3394
5175
|
"light-mode",
|
|
3395
5176
|
"button",
|
|
3396
|
-
"
|
|
5177
|
+
"secondary",
|
|
3397
5178
|
"border",
|
|
3398
5179
|
"default"
|
|
3399
5180
|
]
|
|
3400
5181
|
},
|
|
3401
5182
|
"hover": {
|
|
3402
|
-
"value": "#
|
|
5183
|
+
"value": "#785aff",
|
|
3403
5184
|
"public": true,
|
|
3404
5185
|
"isReferenceToInternal": true,
|
|
3405
|
-
"filePath": "tokens/color/alias/
|
|
5186
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
3406
5187
|
"isSource": true,
|
|
3407
5188
|
"original": {
|
|
3408
|
-
"value": "{color.light-mode.brand.
|
|
5189
|
+
"value": "{color.light-mode.brand.secondary.300.value}",
|
|
3409
5190
|
"public": true,
|
|
3410
5191
|
"isReferenceToInternal": true
|
|
3411
5192
|
},
|
|
3412
|
-
"name": "color-light-mode-button-
|
|
5193
|
+
"name": "color-light-mode-button-secondary-border-hover",
|
|
3413
5194
|
"attributes": {
|
|
3414
5195
|
"category": "color",
|
|
3415
5196
|
"type": "light-mode",
|
|
3416
5197
|
"item": "button",
|
|
3417
|
-
"subitem": "
|
|
5198
|
+
"subitem": "secondary",
|
|
3418
5199
|
"state": "border"
|
|
3419
5200
|
},
|
|
3420
5201
|
"path": [
|
|
3421
5202
|
"color",
|
|
3422
5203
|
"light-mode",
|
|
3423
5204
|
"button",
|
|
3424
|
-
"
|
|
5205
|
+
"secondary",
|
|
3425
5206
|
"border",
|
|
3426
5207
|
"hover"
|
|
3427
5208
|
]
|
|
3428
5209
|
},
|
|
3429
5210
|
"active": {
|
|
3430
|
-
"value": "#
|
|
5211
|
+
"value": "#11005d",
|
|
3431
5212
|
"public": true,
|
|
3432
5213
|
"isReferenceToInternal": true,
|
|
3433
|
-
"filePath": "tokens/color/alias/
|
|
5214
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
3434
5215
|
"isSource": true,
|
|
3435
5216
|
"original": {
|
|
3436
|
-
"value": "{color.light-mode.brand.
|
|
5217
|
+
"value": "{color.light-mode.brand.secondary.500.value}",
|
|
3437
5218
|
"public": true,
|
|
3438
5219
|
"isReferenceToInternal": true
|
|
3439
5220
|
},
|
|
3440
|
-
"name": "color-light-mode-button-
|
|
5221
|
+
"name": "color-light-mode-button-secondary-border-active",
|
|
3441
5222
|
"attributes": {
|
|
3442
5223
|
"category": "color",
|
|
3443
5224
|
"type": "light-mode",
|
|
3444
5225
|
"item": "button",
|
|
3445
|
-
"subitem": "
|
|
5226
|
+
"subitem": "secondary",
|
|
3446
5227
|
"state": "border"
|
|
3447
5228
|
},
|
|
3448
5229
|
"path": [
|
|
3449
5230
|
"color",
|
|
3450
5231
|
"light-mode",
|
|
3451
5232
|
"button",
|
|
3452
|
-
"
|
|
5233
|
+
"secondary",
|
|
3453
5234
|
"border",
|
|
3454
5235
|
"active"
|
|
3455
5236
|
]
|
|
5237
|
+
},
|
|
5238
|
+
"focus": {
|
|
5239
|
+
"value": "#785aff",
|
|
5240
|
+
"public": true,
|
|
5241
|
+
"isReferenceToInternal": true,
|
|
5242
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5243
|
+
"isSource": true,
|
|
5244
|
+
"original": {
|
|
5245
|
+
"value": "{color.light-mode.brand.secondary.300.value}",
|
|
5246
|
+
"public": true,
|
|
5247
|
+
"isReferenceToInternal": true
|
|
5248
|
+
},
|
|
5249
|
+
"name": "color-light-mode-button-secondary-border-focus",
|
|
5250
|
+
"attributes": {
|
|
5251
|
+
"category": "color",
|
|
5252
|
+
"type": "light-mode",
|
|
5253
|
+
"item": "button",
|
|
5254
|
+
"subitem": "secondary",
|
|
5255
|
+
"state": "border"
|
|
5256
|
+
},
|
|
5257
|
+
"path": [
|
|
5258
|
+
"color",
|
|
5259
|
+
"light-mode",
|
|
5260
|
+
"button",
|
|
5261
|
+
"secondary",
|
|
5262
|
+
"border",
|
|
5263
|
+
"focus"
|
|
5264
|
+
]
|
|
3456
5265
|
}
|
|
3457
5266
|
},
|
|
3458
|
-
"
|
|
5267
|
+
"foreground": {
|
|
3459
5268
|
"default": {
|
|
3460
|
-
"value": "#
|
|
5269
|
+
"value": "#3017a1",
|
|
3461
5270
|
"public": true,
|
|
3462
5271
|
"isReferenceToInternal": true,
|
|
3463
|
-
"filePath": "tokens/color/alias/
|
|
5272
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
3464
5273
|
"isSource": true,
|
|
3465
5274
|
"original": {
|
|
3466
|
-
"value": "{color.light-mode.
|
|
5275
|
+
"value": "{color.light-mode.brand.secondary.400.value}",
|
|
3467
5276
|
"public": true,
|
|
3468
5277
|
"isReferenceToInternal": true
|
|
3469
5278
|
},
|
|
3470
|
-
"name": "color-light-mode-button-
|
|
5279
|
+
"name": "color-light-mode-button-secondary-foreground-default",
|
|
3471
5280
|
"attributes": {
|
|
3472
5281
|
"category": "color",
|
|
3473
5282
|
"type": "light-mode",
|
|
3474
5283
|
"item": "button",
|
|
3475
|
-
"subitem": "
|
|
3476
|
-
"state": "
|
|
5284
|
+
"subitem": "secondary",
|
|
5285
|
+
"state": "foreground"
|
|
3477
5286
|
},
|
|
3478
5287
|
"path": [
|
|
3479
5288
|
"color",
|
|
3480
5289
|
"light-mode",
|
|
3481
5290
|
"button",
|
|
3482
|
-
"
|
|
3483
|
-
"
|
|
5291
|
+
"secondary",
|
|
5292
|
+
"foreground",
|
|
3484
5293
|
"default"
|
|
3485
5294
|
]
|
|
3486
5295
|
},
|
|
3487
5296
|
"hover": {
|
|
3488
|
-
"value": "#
|
|
5297
|
+
"value": "#3017a1",
|
|
3489
5298
|
"public": true,
|
|
3490
5299
|
"isReferenceToInternal": true,
|
|
3491
|
-
"filePath": "tokens/color/alias/
|
|
5300
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
3492
5301
|
"isSource": true,
|
|
3493
5302
|
"original": {
|
|
3494
|
-
"value": "{color.light-mode.
|
|
5303
|
+
"value": "{color.light-mode.brand.secondary.400.value}",
|
|
3495
5304
|
"public": true,
|
|
3496
5305
|
"isReferenceToInternal": true
|
|
3497
5306
|
},
|
|
3498
|
-
"name": "color-light-mode-button-
|
|
5307
|
+
"name": "color-light-mode-button-secondary-foreground-hover",
|
|
3499
5308
|
"attributes": {
|
|
3500
5309
|
"category": "color",
|
|
3501
5310
|
"type": "light-mode",
|
|
3502
5311
|
"item": "button",
|
|
3503
|
-
"subitem": "
|
|
3504
|
-
"state": "
|
|
5312
|
+
"subitem": "secondary",
|
|
5313
|
+
"state": "foreground"
|
|
3505
5314
|
},
|
|
3506
5315
|
"path": [
|
|
3507
5316
|
"color",
|
|
3508
5317
|
"light-mode",
|
|
3509
5318
|
"button",
|
|
3510
|
-
"
|
|
3511
|
-
"
|
|
5319
|
+
"secondary",
|
|
5320
|
+
"foreground",
|
|
3512
5321
|
"hover"
|
|
3513
5322
|
]
|
|
3514
5323
|
},
|
|
3515
5324
|
"active": {
|
|
3516
|
-
"value": "#
|
|
5325
|
+
"value": "#11005d",
|
|
3517
5326
|
"public": true,
|
|
3518
5327
|
"isReferenceToInternal": true,
|
|
3519
|
-
"filePath": "tokens/color/alias/
|
|
5328
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
3520
5329
|
"isSource": true,
|
|
3521
5330
|
"original": {
|
|
3522
|
-
"value": "{color.light-mode.
|
|
5331
|
+
"value": "{color.light-mode.brand.secondary.500.value}",
|
|
3523
5332
|
"public": true,
|
|
3524
5333
|
"isReferenceToInternal": true
|
|
3525
5334
|
},
|
|
3526
|
-
"name": "color-light-mode-button-
|
|
5335
|
+
"name": "color-light-mode-button-secondary-foreground-active",
|
|
3527
5336
|
"attributes": {
|
|
3528
5337
|
"category": "color",
|
|
3529
5338
|
"type": "light-mode",
|
|
3530
5339
|
"item": "button",
|
|
3531
|
-
"subitem": "
|
|
3532
|
-
"state": "
|
|
5340
|
+
"subitem": "secondary",
|
|
5341
|
+
"state": "foreground"
|
|
3533
5342
|
},
|
|
3534
5343
|
"path": [
|
|
3535
5344
|
"color",
|
|
3536
5345
|
"light-mode",
|
|
3537
5346
|
"button",
|
|
3538
|
-
"
|
|
3539
|
-
"
|
|
5347
|
+
"secondary",
|
|
5348
|
+
"foreground",
|
|
3540
5349
|
"active"
|
|
3541
5350
|
]
|
|
3542
|
-
}
|
|
3543
|
-
|
|
3544
|
-
|
|
3545
|
-
"secondary": {
|
|
3546
|
-
"background": {
|
|
3547
|
-
"default": {
|
|
3548
|
-
"value": "rgba(0, 0, 0, 0)",
|
|
5351
|
+
},
|
|
5352
|
+
"focus": {
|
|
5353
|
+
"value": "#3017a1",
|
|
3549
5354
|
"public": true,
|
|
3550
|
-
"
|
|
5355
|
+
"isReferenceToInternal": true,
|
|
5356
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
3551
5357
|
"isSource": true,
|
|
3552
5358
|
"original": {
|
|
3553
|
-
"value": "
|
|
3554
|
-
"public": true
|
|
5359
|
+
"value": "{color.light-mode.brand.secondary.400.value}",
|
|
5360
|
+
"public": true,
|
|
5361
|
+
"isReferenceToInternal": true
|
|
3555
5362
|
},
|
|
3556
|
-
"name": "color-light-mode-button-secondary-
|
|
5363
|
+
"name": "color-light-mode-button-secondary-foreground-focus",
|
|
3557
5364
|
"attributes": {
|
|
3558
5365
|
"category": "color",
|
|
3559
5366
|
"type": "light-mode",
|
|
3560
5367
|
"item": "button",
|
|
3561
5368
|
"subitem": "secondary",
|
|
3562
|
-
"state": "
|
|
5369
|
+
"state": "foreground"
|
|
3563
5370
|
},
|
|
3564
5371
|
"path": [
|
|
3565
5372
|
"color",
|
|
3566
5373
|
"light-mode",
|
|
3567
5374
|
"button",
|
|
3568
5375
|
"secondary",
|
|
3569
|
-
"
|
|
3570
|
-
"
|
|
5376
|
+
"foreground",
|
|
5377
|
+
"focus"
|
|
3571
5378
|
]
|
|
3572
|
-
}
|
|
3573
|
-
|
|
3574
|
-
|
|
5379
|
+
}
|
|
5380
|
+
}
|
|
5381
|
+
},
|
|
5382
|
+
"subtle": {
|
|
5383
|
+
"background": {
|
|
5384
|
+
"default": {
|
|
5385
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
3575
5386
|
"public": true,
|
|
3576
|
-
"
|
|
3577
|
-
"filePath": "tokens/color/alias/input.light.json",
|
|
5387
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
3578
5388
|
"isSource": true,
|
|
3579
5389
|
"original": {
|
|
3580
|
-
"value": "
|
|
3581
|
-
"public": true
|
|
3582
|
-
"isReferenceToInternal": true
|
|
5390
|
+
"value": "transparent",
|
|
5391
|
+
"public": true
|
|
3583
5392
|
},
|
|
3584
|
-
"name": "color-light-mode-button-
|
|
5393
|
+
"name": "color-light-mode-button-subtle-background-default",
|
|
3585
5394
|
"attributes": {
|
|
3586
5395
|
"category": "color",
|
|
3587
5396
|
"type": "light-mode",
|
|
3588
5397
|
"item": "button",
|
|
3589
|
-
"subitem": "
|
|
5398
|
+
"subitem": "subtle",
|
|
3590
5399
|
"state": "background"
|
|
3591
5400
|
},
|
|
3592
5401
|
"path": [
|
|
3593
5402
|
"color",
|
|
3594
5403
|
"light-mode",
|
|
3595
5404
|
"button",
|
|
3596
|
-
"
|
|
5405
|
+
"subtle",
|
|
3597
5406
|
"background",
|
|
3598
|
-
"
|
|
5407
|
+
"default"
|
|
3599
5408
|
]
|
|
3600
5409
|
},
|
|
3601
|
-
"
|
|
3602
|
-
"value": "#
|
|
5410
|
+
"hover": {
|
|
5411
|
+
"value": "#f1f1f1",
|
|
3603
5412
|
"public": true,
|
|
3604
5413
|
"isReferenceToInternal": true,
|
|
3605
|
-
"filePath": "tokens/color/alias/
|
|
5414
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
3606
5415
|
"isSource": true,
|
|
3607
5416
|
"original": {
|
|
3608
|
-
"value": "{color.light-mode.
|
|
5417
|
+
"value": "{color.light-mode.neutral.050.value}",
|
|
3609
5418
|
"public": true,
|
|
3610
5419
|
"isReferenceToInternal": true
|
|
3611
5420
|
},
|
|
3612
|
-
"name": "color-light-mode-button-
|
|
5421
|
+
"name": "color-light-mode-button-subtle-background-hover",
|
|
3613
5422
|
"attributes": {
|
|
3614
5423
|
"category": "color",
|
|
3615
5424
|
"type": "light-mode",
|
|
3616
5425
|
"item": "button",
|
|
3617
|
-
"subitem": "
|
|
5426
|
+
"subitem": "subtle",
|
|
3618
5427
|
"state": "background"
|
|
3619
5428
|
},
|
|
3620
5429
|
"path": [
|
|
3621
5430
|
"color",
|
|
3622
5431
|
"light-mode",
|
|
3623
5432
|
"button",
|
|
3624
|
-
"
|
|
5433
|
+
"subtle",
|
|
3625
5434
|
"background",
|
|
3626
|
-
"
|
|
5435
|
+
"hover"
|
|
3627
5436
|
]
|
|
3628
|
-
}
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
"default": {
|
|
3632
|
-
"value": "#3017a1",
|
|
5437
|
+
},
|
|
5438
|
+
"active": {
|
|
5439
|
+
"value": "#cfcfd3",
|
|
3633
5440
|
"public": true,
|
|
3634
5441
|
"isReferenceToInternal": true,
|
|
3635
|
-
"filePath": "tokens/color/alias/
|
|
5442
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
3636
5443
|
"isSource": true,
|
|
3637
5444
|
"original": {
|
|
3638
|
-
"value": "{color.light-mode.
|
|
5445
|
+
"value": "{color.light-mode.neutral.100.value}",
|
|
3639
5446
|
"public": true,
|
|
3640
5447
|
"isReferenceToInternal": true
|
|
3641
5448
|
},
|
|
3642
|
-
"name": "color-light-mode-button-
|
|
5449
|
+
"name": "color-light-mode-button-subtle-background-active",
|
|
3643
5450
|
"attributes": {
|
|
3644
5451
|
"category": "color",
|
|
3645
5452
|
"type": "light-mode",
|
|
3646
5453
|
"item": "button",
|
|
3647
|
-
"subitem": "
|
|
3648
|
-
"state": "
|
|
5454
|
+
"subitem": "subtle",
|
|
5455
|
+
"state": "background"
|
|
3649
5456
|
},
|
|
3650
5457
|
"path": [
|
|
3651
5458
|
"color",
|
|
3652
5459
|
"light-mode",
|
|
3653
5460
|
"button",
|
|
3654
|
-
"
|
|
3655
|
-
"
|
|
3656
|
-
"
|
|
5461
|
+
"subtle",
|
|
5462
|
+
"background",
|
|
5463
|
+
"active"
|
|
3657
5464
|
]
|
|
3658
5465
|
},
|
|
3659
|
-
"
|
|
3660
|
-
"value": "
|
|
5466
|
+
"focus": {
|
|
5467
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
3661
5468
|
"public": true,
|
|
3662
|
-
"
|
|
3663
|
-
"filePath": "tokens/color/alias/input.light.json",
|
|
5469
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
3664
5470
|
"isSource": true,
|
|
3665
5471
|
"original": {
|
|
3666
|
-
"value": "
|
|
3667
|
-
"public": true
|
|
3668
|
-
"isReferenceToInternal": true
|
|
5472
|
+
"value": "transparent",
|
|
5473
|
+
"public": true
|
|
3669
5474
|
},
|
|
3670
|
-
"name": "color-light-mode-button-
|
|
5475
|
+
"name": "color-light-mode-button-subtle-background-focus",
|
|
3671
5476
|
"attributes": {
|
|
3672
5477
|
"category": "color",
|
|
3673
5478
|
"type": "light-mode",
|
|
3674
5479
|
"item": "button",
|
|
3675
|
-
"subitem": "
|
|
3676
|
-
"state": "
|
|
5480
|
+
"subitem": "subtle",
|
|
5481
|
+
"state": "background"
|
|
3677
5482
|
},
|
|
3678
5483
|
"path": [
|
|
3679
5484
|
"color",
|
|
3680
5485
|
"light-mode",
|
|
3681
5486
|
"button",
|
|
3682
|
-
"
|
|
3683
|
-
"
|
|
3684
|
-
"
|
|
5487
|
+
"subtle",
|
|
5488
|
+
"background",
|
|
5489
|
+
"focus"
|
|
3685
5490
|
]
|
|
3686
|
-
}
|
|
3687
|
-
|
|
3688
|
-
|
|
5491
|
+
}
|
|
5492
|
+
},
|
|
5493
|
+
"border": {
|
|
5494
|
+
"default": {
|
|
5495
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
3689
5496
|
"public": true,
|
|
3690
|
-
"
|
|
3691
|
-
"filePath": "tokens/color/alias/input.light.json",
|
|
5497
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
3692
5498
|
"isSource": true,
|
|
3693
5499
|
"original": {
|
|
3694
|
-
"value": "
|
|
3695
|
-
"public": true
|
|
3696
|
-
"isReferenceToInternal": true
|
|
5500
|
+
"value": "transparent",
|
|
5501
|
+
"public": true
|
|
3697
5502
|
},
|
|
3698
|
-
"name": "color-light-mode-button-
|
|
5503
|
+
"name": "color-light-mode-button-subtle-border-default",
|
|
3699
5504
|
"attributes": {
|
|
3700
5505
|
"category": "color",
|
|
3701
5506
|
"type": "light-mode",
|
|
3702
5507
|
"item": "button",
|
|
3703
|
-
"subitem": "
|
|
5508
|
+
"subitem": "subtle",
|
|
3704
5509
|
"state": "border"
|
|
3705
5510
|
},
|
|
3706
5511
|
"path": [
|
|
3707
5512
|
"color",
|
|
3708
5513
|
"light-mode",
|
|
3709
5514
|
"button",
|
|
3710
|
-
"
|
|
5515
|
+
"subtle",
|
|
3711
5516
|
"border",
|
|
3712
|
-
"
|
|
5517
|
+
"default"
|
|
3713
5518
|
]
|
|
3714
5519
|
}
|
|
3715
5520
|
},
|
|
3716
|
-
"
|
|
5521
|
+
"foreground": {
|
|
3717
5522
|
"default": {
|
|
3718
5523
|
"value": "#3017a1",
|
|
3719
5524
|
"public": true,
|
|
3720
5525
|
"isReferenceToInternal": true,
|
|
3721
|
-
"filePath": "tokens/color/alias/
|
|
5526
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
3722
5527
|
"isSource": true,
|
|
3723
5528
|
"original": {
|
|
3724
5529
|
"value": "{color.light-mode.brand.secondary.400.value}",
|
|
3725
5530
|
"public": true,
|
|
3726
5531
|
"isReferenceToInternal": true
|
|
3727
5532
|
},
|
|
3728
|
-
"name": "color-light-mode-button-
|
|
5533
|
+
"name": "color-light-mode-button-subtle-foreground-default",
|
|
3729
5534
|
"attributes": {
|
|
3730
5535
|
"category": "color",
|
|
3731
5536
|
"type": "light-mode",
|
|
3732
5537
|
"item": "button",
|
|
3733
|
-
"subitem": "
|
|
3734
|
-
"state": "
|
|
5538
|
+
"subitem": "subtle",
|
|
5539
|
+
"state": "foreground"
|
|
3735
5540
|
},
|
|
3736
5541
|
"path": [
|
|
3737
5542
|
"color",
|
|
3738
5543
|
"light-mode",
|
|
3739
5544
|
"button",
|
|
3740
|
-
"
|
|
3741
|
-
"
|
|
5545
|
+
"subtle",
|
|
5546
|
+
"foreground",
|
|
3742
5547
|
"default"
|
|
3743
5548
|
]
|
|
3744
5549
|
},
|
|
@@ -3746,27 +5551,27 @@
|
|
|
3746
5551
|
"value": "#3017a1",
|
|
3747
5552
|
"public": true,
|
|
3748
5553
|
"isReferenceToInternal": true,
|
|
3749
|
-
"filePath": "tokens/color/alias/
|
|
5554
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
3750
5555
|
"isSource": true,
|
|
3751
5556
|
"original": {
|
|
3752
5557
|
"value": "{color.light-mode.brand.secondary.400.value}",
|
|
3753
5558
|
"public": true,
|
|
3754
5559
|
"isReferenceToInternal": true
|
|
3755
5560
|
},
|
|
3756
|
-
"name": "color-light-mode-button-
|
|
5561
|
+
"name": "color-light-mode-button-subtle-foreground-hover",
|
|
3757
5562
|
"attributes": {
|
|
3758
5563
|
"category": "color",
|
|
3759
5564
|
"type": "light-mode",
|
|
3760
5565
|
"item": "button",
|
|
3761
|
-
"subitem": "
|
|
3762
|
-
"state": "
|
|
5566
|
+
"subitem": "subtle",
|
|
5567
|
+
"state": "foreground"
|
|
3763
5568
|
},
|
|
3764
5569
|
"path": [
|
|
3765
5570
|
"color",
|
|
3766
5571
|
"light-mode",
|
|
3767
5572
|
"button",
|
|
3768
|
-
"
|
|
3769
|
-
"
|
|
5573
|
+
"subtle",
|
|
5574
|
+
"foreground",
|
|
3770
5575
|
"hover"
|
|
3771
5576
|
]
|
|
3772
5577
|
},
|
|
@@ -3774,42 +5579,72 @@
|
|
|
3774
5579
|
"value": "#11005d",
|
|
3775
5580
|
"public": true,
|
|
3776
5581
|
"isReferenceToInternal": true,
|
|
3777
|
-
"filePath": "tokens/color/alias/
|
|
5582
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
3778
5583
|
"isSource": true,
|
|
3779
5584
|
"original": {
|
|
3780
5585
|
"value": "{color.light-mode.brand.secondary.500.value}",
|
|
3781
5586
|
"public": true,
|
|
3782
5587
|
"isReferenceToInternal": true
|
|
3783
5588
|
},
|
|
3784
|
-
"name": "color-light-mode-button-
|
|
5589
|
+
"name": "color-light-mode-button-subtle-foreground-active",
|
|
3785
5590
|
"attributes": {
|
|
3786
5591
|
"category": "color",
|
|
3787
5592
|
"type": "light-mode",
|
|
3788
5593
|
"item": "button",
|
|
3789
|
-
"subitem": "
|
|
3790
|
-
"state": "
|
|
5594
|
+
"subitem": "subtle",
|
|
5595
|
+
"state": "foreground"
|
|
3791
5596
|
},
|
|
3792
5597
|
"path": [
|
|
3793
5598
|
"color",
|
|
3794
5599
|
"light-mode",
|
|
3795
5600
|
"button",
|
|
3796
|
-
"
|
|
3797
|
-
"
|
|
5601
|
+
"subtle",
|
|
5602
|
+
"foreground",
|
|
3798
5603
|
"active"
|
|
3799
5604
|
]
|
|
5605
|
+
},
|
|
5606
|
+
"focus": {
|
|
5607
|
+
"value": "#3017a1",
|
|
5608
|
+
"public": true,
|
|
5609
|
+
"isReferenceToInternal": true,
|
|
5610
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5611
|
+
"isSource": true,
|
|
5612
|
+
"original": {
|
|
5613
|
+
"value": "{color.light-mode.brand.secondary.400.value}",
|
|
5614
|
+
"public": true,
|
|
5615
|
+
"isReferenceToInternal": true
|
|
5616
|
+
},
|
|
5617
|
+
"name": "color-light-mode-button-subtle-foreground-focus",
|
|
5618
|
+
"attributes": {
|
|
5619
|
+
"category": "color",
|
|
5620
|
+
"type": "light-mode",
|
|
5621
|
+
"item": "button",
|
|
5622
|
+
"subitem": "subtle",
|
|
5623
|
+
"state": "foreground"
|
|
5624
|
+
},
|
|
5625
|
+
"path": [
|
|
5626
|
+
"color",
|
|
5627
|
+
"light-mode",
|
|
5628
|
+
"button",
|
|
5629
|
+
"subtle",
|
|
5630
|
+
"foreground",
|
|
5631
|
+
"focus"
|
|
5632
|
+
]
|
|
3800
5633
|
}
|
|
3801
5634
|
}
|
|
3802
5635
|
},
|
|
3803
5636
|
"destructive": {
|
|
3804
5637
|
"background": {
|
|
3805
5638
|
"default": {
|
|
3806
|
-
"value": "
|
|
5639
|
+
"value": "#d61f1f",
|
|
3807
5640
|
"public": true,
|
|
3808
|
-
"
|
|
5641
|
+
"isReferenceToInternal": true,
|
|
5642
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
3809
5643
|
"isSource": true,
|
|
3810
5644
|
"original": {
|
|
3811
|
-
"value": "
|
|
3812
|
-
"public": true
|
|
5645
|
+
"value": "{color.light-mode.semantic.error.400.value}",
|
|
5646
|
+
"public": true,
|
|
5647
|
+
"isReferenceToInternal": true
|
|
3813
5648
|
},
|
|
3814
5649
|
"name": "color-light-mode-button-destructive-background-default",
|
|
3815
5650
|
"attributes": {
|
|
@@ -3829,13 +5664,13 @@
|
|
|
3829
5664
|
]
|
|
3830
5665
|
},
|
|
3831
5666
|
"hover": {
|
|
3832
|
-
"value": "#
|
|
5667
|
+
"value": "#f83333",
|
|
3833
5668
|
"public": true,
|
|
3834
5669
|
"isReferenceToInternal": true,
|
|
3835
|
-
"filePath": "tokens/color/alias/
|
|
5670
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
3836
5671
|
"isSource": true,
|
|
3837
5672
|
"original": {
|
|
3838
|
-
"value": "{color.light-mode.semantic.error.
|
|
5673
|
+
"value": "{color.light-mode.semantic.error.300.value}",
|
|
3839
5674
|
"public": true,
|
|
3840
5675
|
"isReferenceToInternal": true
|
|
3841
5676
|
},
|
|
@@ -3857,13 +5692,13 @@
|
|
|
3857
5692
|
]
|
|
3858
5693
|
},
|
|
3859
5694
|
"active": {
|
|
3860
|
-
"value": "#
|
|
5695
|
+
"value": "#920303",
|
|
3861
5696
|
"public": true,
|
|
3862
5697
|
"isReferenceToInternal": true,
|
|
3863
|
-
"filePath": "tokens/color/alias/
|
|
5698
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
3864
5699
|
"isSource": true,
|
|
3865
5700
|
"original": {
|
|
3866
|
-
"value": "{color.light-mode.semantic.error.
|
|
5701
|
+
"value": "{color.light-mode.semantic.error.500.value}",
|
|
3867
5702
|
"public": true,
|
|
3868
5703
|
"isReferenceToInternal": true
|
|
3869
5704
|
},
|
|
@@ -3883,6 +5718,34 @@
|
|
|
3883
5718
|
"background",
|
|
3884
5719
|
"active"
|
|
3885
5720
|
]
|
|
5721
|
+
},
|
|
5722
|
+
"focus": {
|
|
5723
|
+
"value": "#ffebeb",
|
|
5724
|
+
"public": true,
|
|
5725
|
+
"isReferenceToInternal": true,
|
|
5726
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5727
|
+
"isSource": true,
|
|
5728
|
+
"original": {
|
|
5729
|
+
"value": "{color.light-mode.semantic.error.100.value}",
|
|
5730
|
+
"public": true,
|
|
5731
|
+
"isReferenceToInternal": true
|
|
5732
|
+
},
|
|
5733
|
+
"name": "color-light-mode-button-destructive-background-focus",
|
|
5734
|
+
"attributes": {
|
|
5735
|
+
"category": "color",
|
|
5736
|
+
"type": "light-mode",
|
|
5737
|
+
"item": "button",
|
|
5738
|
+
"subitem": "destructive",
|
|
5739
|
+
"state": "background"
|
|
5740
|
+
},
|
|
5741
|
+
"path": [
|
|
5742
|
+
"color",
|
|
5743
|
+
"light-mode",
|
|
5744
|
+
"button",
|
|
5745
|
+
"destructive",
|
|
5746
|
+
"background",
|
|
5747
|
+
"focus"
|
|
5748
|
+
]
|
|
3886
5749
|
}
|
|
3887
5750
|
},
|
|
3888
5751
|
"border": {
|
|
@@ -3890,7 +5753,7 @@
|
|
|
3890
5753
|
"value": "#d61f1f",
|
|
3891
5754
|
"public": true,
|
|
3892
5755
|
"isReferenceToInternal": true,
|
|
3893
|
-
"filePath": "tokens/color/alias/
|
|
5756
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
3894
5757
|
"isSource": true,
|
|
3895
5758
|
"original": {
|
|
3896
5759
|
"value": "{color.light-mode.semantic.error.400.value}",
|
|
@@ -3918,7 +5781,7 @@
|
|
|
3918
5781
|
"value": "#f83333",
|
|
3919
5782
|
"public": true,
|
|
3920
5783
|
"isReferenceToInternal": true,
|
|
3921
|
-
"filePath": "tokens/color/alias/
|
|
5784
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
3922
5785
|
"isSource": true,
|
|
3923
5786
|
"original": {
|
|
3924
5787
|
"value": "{color.light-mode.semantic.error.300.value}",
|
|
@@ -3946,7 +5809,7 @@
|
|
|
3946
5809
|
"value": "#920303",
|
|
3947
5810
|
"public": true,
|
|
3948
5811
|
"isReferenceToInternal": true,
|
|
3949
|
-
"filePath": "tokens/color/alias/
|
|
5812
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
3950
5813
|
"isSource": true,
|
|
3951
5814
|
"original": {
|
|
3952
5815
|
"value": "{color.light-mode.semantic.error.500.value}",
|
|
@@ -3969,205 +5832,149 @@
|
|
|
3969
5832
|
"border",
|
|
3970
5833
|
"active"
|
|
3971
5834
|
]
|
|
5835
|
+
},
|
|
5836
|
+
"focus": {
|
|
5837
|
+
"value": "#d61f1f",
|
|
5838
|
+
"public": true,
|
|
5839
|
+
"isReferenceToInternal": true,
|
|
5840
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5841
|
+
"isSource": true,
|
|
5842
|
+
"original": {
|
|
5843
|
+
"value": "{color.light-mode.semantic.error.400.value}",
|
|
5844
|
+
"public": true,
|
|
5845
|
+
"isReferenceToInternal": true
|
|
5846
|
+
},
|
|
5847
|
+
"name": "color-light-mode-button-destructive-border-focus",
|
|
5848
|
+
"attributes": {
|
|
5849
|
+
"category": "color",
|
|
5850
|
+
"type": "light-mode",
|
|
5851
|
+
"item": "button",
|
|
5852
|
+
"subitem": "destructive",
|
|
5853
|
+
"state": "border"
|
|
5854
|
+
},
|
|
5855
|
+
"path": [
|
|
5856
|
+
"color",
|
|
5857
|
+
"light-mode",
|
|
5858
|
+
"button",
|
|
5859
|
+
"destructive",
|
|
5860
|
+
"border",
|
|
5861
|
+
"focus"
|
|
5862
|
+
]
|
|
3972
5863
|
}
|
|
3973
5864
|
},
|
|
3974
|
-
"
|
|
5865
|
+
"foreground": {
|
|
3975
5866
|
"default": {
|
|
3976
|
-
"value": "#
|
|
5867
|
+
"value": "#ffffff",
|
|
3977
5868
|
"public": true,
|
|
3978
5869
|
"isReferenceToInternal": true,
|
|
3979
|
-
"filePath": "tokens/color/alias/
|
|
5870
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
3980
5871
|
"isSource": true,
|
|
3981
5872
|
"original": {
|
|
3982
|
-
"value": "{color.light-mode.
|
|
5873
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
3983
5874
|
"public": true,
|
|
3984
5875
|
"isReferenceToInternal": true
|
|
3985
5876
|
},
|
|
3986
|
-
"name": "color-light-mode-button-destructive-
|
|
5877
|
+
"name": "color-light-mode-button-destructive-foreground-default",
|
|
3987
5878
|
"attributes": {
|
|
3988
5879
|
"category": "color",
|
|
3989
5880
|
"type": "light-mode",
|
|
3990
5881
|
"item": "button",
|
|
3991
5882
|
"subitem": "destructive",
|
|
3992
|
-
"state": "
|
|
5883
|
+
"state": "foreground"
|
|
3993
5884
|
},
|
|
3994
5885
|
"path": [
|
|
3995
5886
|
"color",
|
|
3996
5887
|
"light-mode",
|
|
3997
5888
|
"button",
|
|
3998
5889
|
"destructive",
|
|
3999
|
-
"
|
|
5890
|
+
"foreground",
|
|
4000
5891
|
"default"
|
|
4001
5892
|
]
|
|
4002
5893
|
},
|
|
4003
5894
|
"hover": {
|
|
4004
|
-
"value": "#
|
|
5895
|
+
"value": "#ffffff",
|
|
4005
5896
|
"public": true,
|
|
4006
5897
|
"isReferenceToInternal": true,
|
|
4007
|
-
"filePath": "tokens/color/alias/
|
|
5898
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
4008
5899
|
"isSource": true,
|
|
4009
5900
|
"original": {
|
|
4010
|
-
"value": "{color.light-mode.
|
|
5901
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
4011
5902
|
"public": true,
|
|
4012
5903
|
"isReferenceToInternal": true
|
|
4013
5904
|
},
|
|
4014
|
-
"name": "color-light-mode-button-destructive-
|
|
5905
|
+
"name": "color-light-mode-button-destructive-foreground-hover",
|
|
4015
5906
|
"attributes": {
|
|
4016
5907
|
"category": "color",
|
|
4017
5908
|
"type": "light-mode",
|
|
4018
5909
|
"item": "button",
|
|
4019
5910
|
"subitem": "destructive",
|
|
4020
|
-
"state": "
|
|
5911
|
+
"state": "foreground"
|
|
4021
5912
|
},
|
|
4022
5913
|
"path": [
|
|
4023
5914
|
"color",
|
|
4024
5915
|
"light-mode",
|
|
4025
5916
|
"button",
|
|
4026
5917
|
"destructive",
|
|
4027
|
-
"
|
|
5918
|
+
"foreground",
|
|
4028
5919
|
"hover"
|
|
4029
5920
|
]
|
|
4030
5921
|
},
|
|
4031
5922
|
"active": {
|
|
4032
|
-
"value": "#
|
|
5923
|
+
"value": "#ffffff",
|
|
4033
5924
|
"public": true,
|
|
4034
5925
|
"isReferenceToInternal": true,
|
|
4035
|
-
"filePath": "tokens/color/alias/
|
|
5926
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
4036
5927
|
"isSource": true,
|
|
4037
5928
|
"original": {
|
|
4038
|
-
"value": "{color.light-mode.
|
|
5929
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
4039
5930
|
"public": true,
|
|
4040
5931
|
"isReferenceToInternal": true
|
|
4041
5932
|
},
|
|
4042
|
-
"name": "color-light-mode-button-destructive-
|
|
5933
|
+
"name": "color-light-mode-button-destructive-foreground-active",
|
|
4043
5934
|
"attributes": {
|
|
4044
5935
|
"category": "color",
|
|
4045
5936
|
"type": "light-mode",
|
|
4046
5937
|
"item": "button",
|
|
4047
5938
|
"subitem": "destructive",
|
|
4048
|
-
"state": "
|
|
5939
|
+
"state": "foreground"
|
|
4049
5940
|
},
|
|
4050
5941
|
"path": [
|
|
4051
5942
|
"color",
|
|
4052
5943
|
"light-mode",
|
|
4053
5944
|
"button",
|
|
4054
5945
|
"destructive",
|
|
4055
|
-
"
|
|
5946
|
+
"foreground",
|
|
4056
5947
|
"active"
|
|
4057
5948
|
]
|
|
4058
|
-
}
|
|
4059
|
-
}
|
|
4060
|
-
}
|
|
4061
|
-
},
|
|
4062
|
-
"input": {
|
|
4063
|
-
"background": {
|
|
4064
|
-
"default": {
|
|
4065
|
-
"value": "#ffffff",
|
|
4066
|
-
"public": true,
|
|
4067
|
-
"isReferenceToInternal": true,
|
|
4068
|
-
"filePath": "tokens/color/alias/input.light.json",
|
|
4069
|
-
"isSource": true,
|
|
4070
|
-
"original": {
|
|
4071
|
-
"value": "{color.light-mode.neutral.000.value}",
|
|
4072
|
-
"public": true,
|
|
4073
|
-
"isReferenceToInternal": true
|
|
4074
|
-
},
|
|
4075
|
-
"name": "color-light-mode-input-background-default",
|
|
4076
|
-
"attributes": {
|
|
4077
|
-
"category": "color",
|
|
4078
|
-
"type": "light-mode",
|
|
4079
|
-
"item": "input",
|
|
4080
|
-
"subitem": "background",
|
|
4081
|
-
"state": "default"
|
|
4082
|
-
},
|
|
4083
|
-
"path": [
|
|
4084
|
-
"color",
|
|
4085
|
-
"light-mode",
|
|
4086
|
-
"input",
|
|
4087
|
-
"background",
|
|
4088
|
-
"default"
|
|
4089
|
-
]
|
|
4090
|
-
},
|
|
4091
|
-
"disabled": {
|
|
4092
|
-
"value": "#cfcfd3",
|
|
4093
|
-
"public": true,
|
|
4094
|
-
"isReferenceToInternal": true,
|
|
4095
|
-
"filePath": "tokens/color/alias/input.light.json",
|
|
4096
|
-
"isSource": true,
|
|
4097
|
-
"original": {
|
|
4098
|
-
"value": "{color.light-mode.neutral.100.value}",
|
|
4099
|
-
"public": true,
|
|
4100
|
-
"isReferenceToInternal": true
|
|
4101
|
-
},
|
|
4102
|
-
"name": "color-light-mode-input-background-disabled",
|
|
4103
|
-
"attributes": {
|
|
4104
|
-
"category": "color",
|
|
4105
|
-
"type": "light-mode",
|
|
4106
|
-
"item": "input",
|
|
4107
|
-
"subitem": "background",
|
|
4108
|
-
"state": "disabled"
|
|
4109
5949
|
},
|
|
4110
|
-
"
|
|
4111
|
-
"
|
|
4112
|
-
"light-mode",
|
|
4113
|
-
"input",
|
|
4114
|
-
"background",
|
|
4115
|
-
"disabled"
|
|
4116
|
-
]
|
|
4117
|
-
}
|
|
4118
|
-
},
|
|
4119
|
-
"border": {
|
|
4120
|
-
"default": {
|
|
4121
|
-
"value": "#71717c",
|
|
4122
|
-
"public": true,
|
|
4123
|
-
"filePath": "tokens/color/alias/input.light.json",
|
|
4124
|
-
"isSource": true,
|
|
4125
|
-
"original": {
|
|
4126
|
-
"value": "{color.light-mode.border.default}",
|
|
4127
|
-
"public": true
|
|
4128
|
-
},
|
|
4129
|
-
"name": "color-light-mode-input-border-default",
|
|
4130
|
-
"attributes": {
|
|
4131
|
-
"category": "color",
|
|
4132
|
-
"type": "light-mode",
|
|
4133
|
-
"item": "input",
|
|
4134
|
-
"subitem": "border",
|
|
4135
|
-
"state": "default"
|
|
4136
|
-
},
|
|
4137
|
-
"path": [
|
|
4138
|
-
"color",
|
|
4139
|
-
"light-mode",
|
|
4140
|
-
"input",
|
|
4141
|
-
"border",
|
|
4142
|
-
"default"
|
|
4143
|
-
]
|
|
4144
|
-
},
|
|
4145
|
-
"disabled": {
|
|
4146
|
-
"value": "#aeaeb6",
|
|
4147
|
-
"public": true,
|
|
4148
|
-
"isReferenceToInternal": true,
|
|
4149
|
-
"filePath": "tokens/color/alias/input.light.json",
|
|
4150
|
-
"isSource": true,
|
|
4151
|
-
"original": {
|
|
4152
|
-
"value": "{color.light-mode.neutral.200.value}",
|
|
5950
|
+
"focus": {
|
|
5951
|
+
"value": "#f83333",
|
|
4153
5952
|
"public": true,
|
|
4154
|
-
"isReferenceToInternal": true
|
|
4155
|
-
|
|
4156
|
-
|
|
4157
|
-
|
|
4158
|
-
|
|
4159
|
-
|
|
4160
|
-
|
|
4161
|
-
|
|
4162
|
-
"
|
|
4163
|
-
|
|
4164
|
-
|
|
4165
|
-
|
|
4166
|
-
|
|
4167
|
-
|
|
4168
|
-
|
|
4169
|
-
|
|
4170
|
-
|
|
5953
|
+
"isReferenceToInternal": true,
|
|
5954
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5955
|
+
"isSource": true,
|
|
5956
|
+
"original": {
|
|
5957
|
+
"value": "{color.light-mode.semantic.error.300.value}",
|
|
5958
|
+
"public": true,
|
|
5959
|
+
"isReferenceToInternal": true
|
|
5960
|
+
},
|
|
5961
|
+
"name": "color-light-mode-button-destructive-foreground-focus",
|
|
5962
|
+
"attributes": {
|
|
5963
|
+
"category": "color",
|
|
5964
|
+
"type": "light-mode",
|
|
5965
|
+
"item": "button",
|
|
5966
|
+
"subitem": "destructive",
|
|
5967
|
+
"state": "foreground"
|
|
5968
|
+
},
|
|
5969
|
+
"path": [
|
|
5970
|
+
"color",
|
|
5971
|
+
"light-mode",
|
|
5972
|
+
"button",
|
|
5973
|
+
"destructive",
|
|
5974
|
+
"foreground",
|
|
5975
|
+
"focus"
|
|
5976
|
+
]
|
|
5977
|
+
}
|
|
4171
5978
|
}
|
|
4172
5979
|
}
|
|
4173
5980
|
},
|
|
@@ -5184,6 +6991,29 @@
|
|
|
5184
6991
|
"500"
|
|
5185
6992
|
]
|
|
5186
6993
|
}
|
|
6994
|
+
},
|
|
6995
|
+
"focus": {
|
|
6996
|
+
"value": "#0f62fe",
|
|
6997
|
+
"public": true,
|
|
6998
|
+
"filePath": "tokens/color/base/interactive.light.json",
|
|
6999
|
+
"isSource": true,
|
|
7000
|
+
"original": {
|
|
7001
|
+
"value": "#0F62FE",
|
|
7002
|
+
"public": true
|
|
7003
|
+
},
|
|
7004
|
+
"name": "color-light-mode-interactive-focus",
|
|
7005
|
+
"attributes": {
|
|
7006
|
+
"category": "color",
|
|
7007
|
+
"type": "light-mode",
|
|
7008
|
+
"item": "interactive",
|
|
7009
|
+
"subitem": "focus"
|
|
7010
|
+
},
|
|
7011
|
+
"path": [
|
|
7012
|
+
"color",
|
|
7013
|
+
"light-mode",
|
|
7014
|
+
"interactive",
|
|
7015
|
+
"focus"
|
|
7016
|
+
]
|
|
5187
7017
|
}
|
|
5188
7018
|
},
|
|
5189
7019
|
"neutral": {
|