@pantheon-systems/pds-design-tokens 1.0.0-dev.127 → 1.0.0-dev.129
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 +1 -0
- package/build/css/pds-design-tokens-light-mode.css +1 -0
- package/build/css/pds-design-tokens.css +3 -3
- package/build/figma/pds-design-tokens-figma.json +485 -4
- package/build/json/pds-design-tokens-dark-mode.json +29 -0
- package/build/json/pds-design-tokens-light-mode.json +29 -0
- package/build/json/pds-design-tokens.json +27 -27
- package/package.json +1 -1
|
@@ -167,6 +167,7 @@
|
|
|
167
167
|
--pds-color-menu-item-foreground: #ffffff;
|
|
168
168
|
--pds-color-menu-item-heading-text: #a6a3b4;
|
|
169
169
|
--pds-color-overlay: rgba(9, 0, 48, 0.45);
|
|
170
|
+
--pds-color-panel-critical-border: #ef5c48;
|
|
170
171
|
--pds-color-panel-default-background: var(--pds-color-background-default);
|
|
171
172
|
--pds-color-panel-default-border: var(--pds-color-border-default);
|
|
172
173
|
--pds-color-panel-sunken-background: #121219;
|
|
@@ -200,6 +200,7 @@
|
|
|
200
200
|
--pds-color-pager-background-active: #f0edfb;
|
|
201
201
|
--pds-color-pager-background-hover: #f1f1f1;
|
|
202
202
|
--pds-color-pager-foreground-active: #654bd5;
|
|
203
|
+
--pds-color-panel-critical-border: #ca3521;
|
|
203
204
|
--pds-color-panel-default-background: var(--pds-color-background-default);
|
|
204
205
|
--pds-color-panel-default-border: var(--pds-color-border-default);
|
|
205
206
|
--pds-color-panel-sunken-background: #f1f1f1;
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
--pds-typography-font-default: 'Poppins', sans-serif;
|
|
69
69
|
--pds-typography-font-secondary: 'Aleo', serif;
|
|
70
70
|
--pds-typography-font-weight-bold: 700;
|
|
71
|
-
--pds-typography-font-weight-
|
|
71
|
+
--pds-typography-font-weight-light: 300;
|
|
72
72
|
--pds-typography-font-weight-regular: 400;
|
|
73
73
|
--pds-typography-font-weight-semibold: 600;
|
|
74
74
|
--pds-typography-letter-spacing-l: 0.04rem;
|
|
@@ -79,8 +79,8 @@
|
|
|
79
79
|
--pds-typography-line-height-m: 140%;
|
|
80
80
|
--pds-typography-line-height-s: 120%;
|
|
81
81
|
--pds-typography-line-height-xl: 195%;
|
|
82
|
-
--pds-typography-multiplier-medium: 0.
|
|
83
|
-
--pds-typography-multiplier-small: 0.
|
|
82
|
+
--pds-typography-multiplier-medium: 0.88;
|
|
83
|
+
--pds-typography-multiplier-small: 0.84;
|
|
84
84
|
--pds-typography-size-2xl: 1.728rem;
|
|
85
85
|
--pds-typography-size-3xl: 2.074rem;
|
|
86
86
|
--pds-typography-size-4xl: 2.488rem;
|
|
@@ -1198,7 +1198,7 @@
|
|
|
1198
1198
|
},
|
|
1199
1199
|
"h4": {
|
|
1200
1200
|
"value": {
|
|
1201
|
-
"fontSize": "1
|
|
1201
|
+
"fontSize": "1 * 16",
|
|
1202
1202
|
"fontWeight": 600,
|
|
1203
1203
|
"fontFamily": "Poppins",
|
|
1204
1204
|
"lineHeight": "120%"
|
|
@@ -1208,7 +1208,7 @@
|
|
|
1208
1208
|
"isSource": true,
|
|
1209
1209
|
"original": {
|
|
1210
1210
|
"value": {
|
|
1211
|
-
"fontSize": "{typography.size.
|
|
1211
|
+
"fontSize": "{typography.size.M} * {figma.typography.size.base}",
|
|
1212
1212
|
"fontWeight": "{typography.font-weight.semibold}",
|
|
1213
1213
|
"fontFamily": "{text.headings-product.h1.value.fontFamily}",
|
|
1214
1214
|
"lineHeight": "{text.headings-product.h1.value.lineHeight}"
|
|
@@ -1230,7 +1230,7 @@
|
|
|
1230
1230
|
"h5": {
|
|
1231
1231
|
"value": {
|
|
1232
1232
|
"fontSize": "1 * 16",
|
|
1233
|
-
"fontWeight":
|
|
1233
|
+
"fontWeight": 600,
|
|
1234
1234
|
"fontFamily": "Poppins",
|
|
1235
1235
|
"lineHeight": "120%"
|
|
1236
1236
|
},
|
|
@@ -1240,7 +1240,7 @@
|
|
|
1240
1240
|
"original": {
|
|
1241
1241
|
"value": {
|
|
1242
1242
|
"fontSize": "{typography.size.M} * {figma.typography.size.base}",
|
|
1243
|
-
"fontWeight": "{
|
|
1243
|
+
"fontWeight": "{typography.font-weight.semibold}",
|
|
1244
1244
|
"fontFamily": "{text.headings-product.h1.value.fontFamily}",
|
|
1245
1245
|
"lineHeight": "{text.headings-product.h1.value.lineHeight}"
|
|
1246
1246
|
},
|
|
@@ -1625,6 +1625,429 @@
|
|
|
1625
1625
|
}
|
|
1626
1626
|
},
|
|
1627
1627
|
"type-scale": {
|
|
1628
|
+
"light": {
|
|
1629
|
+
"9XL": {
|
|
1630
|
+
"value": {
|
|
1631
|
+
"fontSize": "6.192 * 16",
|
|
1632
|
+
"fontFamily": "Poppins",
|
|
1633
|
+
"fontWeight": 300,
|
|
1634
|
+
"lineHeight": "120%"
|
|
1635
|
+
},
|
|
1636
|
+
"type": "typography",
|
|
1637
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
1638
|
+
"isSource": true,
|
|
1639
|
+
"original": {
|
|
1640
|
+
"value": {
|
|
1641
|
+
"fontSize": "{typography.size.9XL} * {figma.typography.size.base}",
|
|
1642
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
1643
|
+
"fontWeight": "{typography.font-weight.light}",
|
|
1644
|
+
"lineHeight": "{text.headings.h1.value.lineHeight}"
|
|
1645
|
+
},
|
|
1646
|
+
"type": "typography"
|
|
1647
|
+
},
|
|
1648
|
+
"name": "text-type-scale-light-9-xl",
|
|
1649
|
+
"attributes": {
|
|
1650
|
+
"category": "text",
|
|
1651
|
+
"type": "type-scale",
|
|
1652
|
+
"item": "light",
|
|
1653
|
+
"subitem": "9XL"
|
|
1654
|
+
},
|
|
1655
|
+
"path": [
|
|
1656
|
+
"text",
|
|
1657
|
+
"type-scale",
|
|
1658
|
+
"light",
|
|
1659
|
+
"9XL"
|
|
1660
|
+
]
|
|
1661
|
+
},
|
|
1662
|
+
"8XL": {
|
|
1663
|
+
"value": {
|
|
1664
|
+
"fontSize": "5.160 * 16",
|
|
1665
|
+
"fontFamily": "Poppins",
|
|
1666
|
+
"fontWeight": 300,
|
|
1667
|
+
"lineHeight": "120%"
|
|
1668
|
+
},
|
|
1669
|
+
"type": "typography",
|
|
1670
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
1671
|
+
"isSource": true,
|
|
1672
|
+
"original": {
|
|
1673
|
+
"value": {
|
|
1674
|
+
"fontSize": "{typography.size.8XL} * {figma.typography.size.base}",
|
|
1675
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
1676
|
+
"fontWeight": "{typography.font-weight.light}",
|
|
1677
|
+
"lineHeight": "{text.headings.h1.value.lineHeight}"
|
|
1678
|
+
},
|
|
1679
|
+
"type": "typography"
|
|
1680
|
+
},
|
|
1681
|
+
"name": "text-type-scale-light-8-xl",
|
|
1682
|
+
"attributes": {
|
|
1683
|
+
"category": "text",
|
|
1684
|
+
"type": "type-scale",
|
|
1685
|
+
"item": "light",
|
|
1686
|
+
"subitem": "8XL"
|
|
1687
|
+
},
|
|
1688
|
+
"path": [
|
|
1689
|
+
"text",
|
|
1690
|
+
"type-scale",
|
|
1691
|
+
"light",
|
|
1692
|
+
"8XL"
|
|
1693
|
+
]
|
|
1694
|
+
},
|
|
1695
|
+
"7XL": {
|
|
1696
|
+
"value": {
|
|
1697
|
+
"fontSize": "4.3 * 16",
|
|
1698
|
+
"fontFamily": "Poppins",
|
|
1699
|
+
"fontWeight": 300,
|
|
1700
|
+
"lineHeight": "120%"
|
|
1701
|
+
},
|
|
1702
|
+
"type": "typography",
|
|
1703
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
1704
|
+
"isSource": true,
|
|
1705
|
+
"original": {
|
|
1706
|
+
"value": {
|
|
1707
|
+
"fontSize": "{typography.size.7XL} * {figma.typography.size.base}",
|
|
1708
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
1709
|
+
"fontWeight": "{typography.font-weight.light}",
|
|
1710
|
+
"lineHeight": "{text.headings.h1.value.lineHeight}"
|
|
1711
|
+
},
|
|
1712
|
+
"type": "typography"
|
|
1713
|
+
},
|
|
1714
|
+
"name": "text-type-scale-light-7-xl",
|
|
1715
|
+
"attributes": {
|
|
1716
|
+
"category": "text",
|
|
1717
|
+
"type": "type-scale",
|
|
1718
|
+
"item": "light",
|
|
1719
|
+
"subitem": "7XL"
|
|
1720
|
+
},
|
|
1721
|
+
"path": [
|
|
1722
|
+
"text",
|
|
1723
|
+
"type-scale",
|
|
1724
|
+
"light",
|
|
1725
|
+
"7XL"
|
|
1726
|
+
]
|
|
1727
|
+
},
|
|
1728
|
+
"6XL": {
|
|
1729
|
+
"value": {
|
|
1730
|
+
"fontSize": "3.583 * 16",
|
|
1731
|
+
"fontFamily": "Poppins",
|
|
1732
|
+
"fontWeight": 300,
|
|
1733
|
+
"lineHeight": "120%"
|
|
1734
|
+
},
|
|
1735
|
+
"type": "typography",
|
|
1736
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
1737
|
+
"isSource": true,
|
|
1738
|
+
"original": {
|
|
1739
|
+
"value": {
|
|
1740
|
+
"fontSize": "{typography.size.6XL} * {figma.typography.size.base}",
|
|
1741
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
1742
|
+
"fontWeight": "{typography.font-weight.light}",
|
|
1743
|
+
"lineHeight": "{text.headings.h1.value.lineHeight}"
|
|
1744
|
+
},
|
|
1745
|
+
"type": "typography"
|
|
1746
|
+
},
|
|
1747
|
+
"name": "text-type-scale-light-6-xl",
|
|
1748
|
+
"attributes": {
|
|
1749
|
+
"category": "text",
|
|
1750
|
+
"type": "type-scale",
|
|
1751
|
+
"item": "light",
|
|
1752
|
+
"subitem": "6XL"
|
|
1753
|
+
},
|
|
1754
|
+
"path": [
|
|
1755
|
+
"text",
|
|
1756
|
+
"type-scale",
|
|
1757
|
+
"light",
|
|
1758
|
+
"6XL"
|
|
1759
|
+
]
|
|
1760
|
+
},
|
|
1761
|
+
"5XL": {
|
|
1762
|
+
"value": {
|
|
1763
|
+
"fontSize": "2.986 * 16",
|
|
1764
|
+
"fontFamily": "Poppins",
|
|
1765
|
+
"fontWeight": 300,
|
|
1766
|
+
"lineHeight": "120%"
|
|
1767
|
+
},
|
|
1768
|
+
"type": "typography",
|
|
1769
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
1770
|
+
"isSource": true,
|
|
1771
|
+
"original": {
|
|
1772
|
+
"value": {
|
|
1773
|
+
"fontSize": "{typography.size.5XL} * {figma.typography.size.base}",
|
|
1774
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
1775
|
+
"fontWeight": "{typography.font-weight.light}",
|
|
1776
|
+
"lineHeight": "{text.headings.h1.value.lineHeight}"
|
|
1777
|
+
},
|
|
1778
|
+
"type": "typography"
|
|
1779
|
+
},
|
|
1780
|
+
"name": "text-type-scale-light-5-xl",
|
|
1781
|
+
"attributes": {
|
|
1782
|
+
"category": "text",
|
|
1783
|
+
"type": "type-scale",
|
|
1784
|
+
"item": "light",
|
|
1785
|
+
"subitem": "5XL"
|
|
1786
|
+
},
|
|
1787
|
+
"path": [
|
|
1788
|
+
"text",
|
|
1789
|
+
"type-scale",
|
|
1790
|
+
"light",
|
|
1791
|
+
"5XL"
|
|
1792
|
+
]
|
|
1793
|
+
},
|
|
1794
|
+
"4XL": {
|
|
1795
|
+
"value": {
|
|
1796
|
+
"fontSize": "2.488 * 16",
|
|
1797
|
+
"fontFamily": "Poppins",
|
|
1798
|
+
"fontWeight": 300,
|
|
1799
|
+
"lineHeight": "120%"
|
|
1800
|
+
},
|
|
1801
|
+
"type": "typography",
|
|
1802
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
1803
|
+
"isSource": true,
|
|
1804
|
+
"original": {
|
|
1805
|
+
"value": {
|
|
1806
|
+
"fontSize": "{typography.size.4XL} * {figma.typography.size.base}",
|
|
1807
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
1808
|
+
"fontWeight": "{typography.font-weight.light}",
|
|
1809
|
+
"lineHeight": "{text.headings.h1.value.lineHeight}"
|
|
1810
|
+
},
|
|
1811
|
+
"type": "typography"
|
|
1812
|
+
},
|
|
1813
|
+
"name": "text-type-scale-light-4-xl",
|
|
1814
|
+
"attributes": {
|
|
1815
|
+
"category": "text",
|
|
1816
|
+
"type": "type-scale",
|
|
1817
|
+
"item": "light",
|
|
1818
|
+
"subitem": "4XL"
|
|
1819
|
+
},
|
|
1820
|
+
"path": [
|
|
1821
|
+
"text",
|
|
1822
|
+
"type-scale",
|
|
1823
|
+
"light",
|
|
1824
|
+
"4XL"
|
|
1825
|
+
]
|
|
1826
|
+
},
|
|
1827
|
+
"3XL": {
|
|
1828
|
+
"value": {
|
|
1829
|
+
"fontSize": "2.074 * 16",
|
|
1830
|
+
"fontFamily": "Poppins",
|
|
1831
|
+
"fontWeight": 300,
|
|
1832
|
+
"lineHeight": "120%"
|
|
1833
|
+
},
|
|
1834
|
+
"type": "typography",
|
|
1835
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
1836
|
+
"isSource": true,
|
|
1837
|
+
"original": {
|
|
1838
|
+
"value": {
|
|
1839
|
+
"fontSize": "{typography.size.3XL} * {figma.typography.size.base}",
|
|
1840
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
1841
|
+
"fontWeight": "{typography.font-weight.light}",
|
|
1842
|
+
"lineHeight": "{text.headings.h1.value.lineHeight}"
|
|
1843
|
+
},
|
|
1844
|
+
"type": "typography"
|
|
1845
|
+
},
|
|
1846
|
+
"name": "text-type-scale-light-3-xl",
|
|
1847
|
+
"attributes": {
|
|
1848
|
+
"category": "text",
|
|
1849
|
+
"type": "type-scale",
|
|
1850
|
+
"item": "light",
|
|
1851
|
+
"subitem": "3XL"
|
|
1852
|
+
},
|
|
1853
|
+
"path": [
|
|
1854
|
+
"text",
|
|
1855
|
+
"type-scale",
|
|
1856
|
+
"light",
|
|
1857
|
+
"3XL"
|
|
1858
|
+
]
|
|
1859
|
+
},
|
|
1860
|
+
"2XL": {
|
|
1861
|
+
"value": {
|
|
1862
|
+
"fontSize": "1.728 * 16",
|
|
1863
|
+
"fontFamily": "Poppins",
|
|
1864
|
+
"fontWeight": 300,
|
|
1865
|
+
"lineHeight": "120%"
|
|
1866
|
+
},
|
|
1867
|
+
"type": "typography",
|
|
1868
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
1869
|
+
"isSource": true,
|
|
1870
|
+
"original": {
|
|
1871
|
+
"value": {
|
|
1872
|
+
"fontSize": "{typography.size.2XL} * {figma.typography.size.base}",
|
|
1873
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
1874
|
+
"fontWeight": "{typography.font-weight.light}",
|
|
1875
|
+
"lineHeight": "{text.headings.h1.value.lineHeight}"
|
|
1876
|
+
},
|
|
1877
|
+
"type": "typography"
|
|
1878
|
+
},
|
|
1879
|
+
"name": "text-type-scale-light-2-xl",
|
|
1880
|
+
"attributes": {
|
|
1881
|
+
"category": "text",
|
|
1882
|
+
"type": "type-scale",
|
|
1883
|
+
"item": "light",
|
|
1884
|
+
"subitem": "2XL"
|
|
1885
|
+
},
|
|
1886
|
+
"path": [
|
|
1887
|
+
"text",
|
|
1888
|
+
"type-scale",
|
|
1889
|
+
"light",
|
|
1890
|
+
"2XL"
|
|
1891
|
+
]
|
|
1892
|
+
},
|
|
1893
|
+
"XL": {
|
|
1894
|
+
"value": {
|
|
1895
|
+
"fontSize": "1.44 * 16",
|
|
1896
|
+
"fontFamily": "Poppins",
|
|
1897
|
+
"fontWeight": 300
|
|
1898
|
+
},
|
|
1899
|
+
"type": "typography",
|
|
1900
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
1901
|
+
"isSource": true,
|
|
1902
|
+
"original": {
|
|
1903
|
+
"value": {
|
|
1904
|
+
"fontSize": "{typography.size.XL} * {figma.typography.size.base}",
|
|
1905
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
1906
|
+
"fontWeight": "{typography.font-weight.light}"
|
|
1907
|
+
},
|
|
1908
|
+
"type": "typography"
|
|
1909
|
+
},
|
|
1910
|
+
"name": "text-type-scale-light-xl",
|
|
1911
|
+
"attributes": {
|
|
1912
|
+
"category": "text",
|
|
1913
|
+
"type": "type-scale",
|
|
1914
|
+
"item": "light",
|
|
1915
|
+
"subitem": "XL"
|
|
1916
|
+
},
|
|
1917
|
+
"path": [
|
|
1918
|
+
"text",
|
|
1919
|
+
"type-scale",
|
|
1920
|
+
"light",
|
|
1921
|
+
"XL"
|
|
1922
|
+
]
|
|
1923
|
+
},
|
|
1924
|
+
"L": {
|
|
1925
|
+
"value": {
|
|
1926
|
+
"fontSize": "1.2 * 16",
|
|
1927
|
+
"fontFamily": "Poppins",
|
|
1928
|
+
"fontWeight": 300
|
|
1929
|
+
},
|
|
1930
|
+
"type": "typography",
|
|
1931
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
1932
|
+
"isSource": true,
|
|
1933
|
+
"original": {
|
|
1934
|
+
"value": {
|
|
1935
|
+
"fontSize": "{typography.size.L} * {figma.typography.size.base}",
|
|
1936
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
1937
|
+
"fontWeight": "{typography.font-weight.light}"
|
|
1938
|
+
},
|
|
1939
|
+
"type": "typography"
|
|
1940
|
+
},
|
|
1941
|
+
"name": "text-type-scale-light-l",
|
|
1942
|
+
"attributes": {
|
|
1943
|
+
"category": "text",
|
|
1944
|
+
"type": "type-scale",
|
|
1945
|
+
"item": "light",
|
|
1946
|
+
"subitem": "L"
|
|
1947
|
+
},
|
|
1948
|
+
"path": [
|
|
1949
|
+
"text",
|
|
1950
|
+
"type-scale",
|
|
1951
|
+
"light",
|
|
1952
|
+
"L"
|
|
1953
|
+
]
|
|
1954
|
+
},
|
|
1955
|
+
"M": {
|
|
1956
|
+
"value": {
|
|
1957
|
+
"fontSize": "1 * 16",
|
|
1958
|
+
"fontFamily": "Poppins",
|
|
1959
|
+
"fontWeight": 300
|
|
1960
|
+
},
|
|
1961
|
+
"comment": "Base value.",
|
|
1962
|
+
"type": "typography",
|
|
1963
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
1964
|
+
"isSource": true,
|
|
1965
|
+
"original": {
|
|
1966
|
+
"value": {
|
|
1967
|
+
"fontSize": "{typography.size.M} * {figma.typography.size.base}",
|
|
1968
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
1969
|
+
"fontWeight": "{typography.font-weight.light}"
|
|
1970
|
+
},
|
|
1971
|
+
"comment": "Base value.",
|
|
1972
|
+
"type": "typography"
|
|
1973
|
+
},
|
|
1974
|
+
"name": "text-type-scale-light-m",
|
|
1975
|
+
"attributes": {
|
|
1976
|
+
"category": "text",
|
|
1977
|
+
"type": "type-scale",
|
|
1978
|
+
"item": "light",
|
|
1979
|
+
"subitem": "M"
|
|
1980
|
+
},
|
|
1981
|
+
"path": [
|
|
1982
|
+
"text",
|
|
1983
|
+
"type-scale",
|
|
1984
|
+
"light",
|
|
1985
|
+
"M"
|
|
1986
|
+
]
|
|
1987
|
+
},
|
|
1988
|
+
"S": {
|
|
1989
|
+
"value": {
|
|
1990
|
+
"fontSize": "0.833 * 16",
|
|
1991
|
+
"fontFamily": "Poppins",
|
|
1992
|
+
"fontWeight": 300
|
|
1993
|
+
},
|
|
1994
|
+
"type": "typography",
|
|
1995
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
1996
|
+
"isSource": true,
|
|
1997
|
+
"original": {
|
|
1998
|
+
"value": {
|
|
1999
|
+
"fontSize": "{typography.size.S} * {figma.typography.size.base}",
|
|
2000
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
2001
|
+
"fontWeight": "{typography.font-weight.light}"
|
|
2002
|
+
},
|
|
2003
|
+
"type": "typography"
|
|
2004
|
+
},
|
|
2005
|
+
"name": "text-type-scale-light-s",
|
|
2006
|
+
"attributes": {
|
|
2007
|
+
"category": "text",
|
|
2008
|
+
"type": "type-scale",
|
|
2009
|
+
"item": "light",
|
|
2010
|
+
"subitem": "S"
|
|
2011
|
+
},
|
|
2012
|
+
"path": [
|
|
2013
|
+
"text",
|
|
2014
|
+
"type-scale",
|
|
2015
|
+
"light",
|
|
2016
|
+
"S"
|
|
2017
|
+
]
|
|
2018
|
+
},
|
|
2019
|
+
"XS": {
|
|
2020
|
+
"value": {
|
|
2021
|
+
"fontSize": "0.694 * 16",
|
|
2022
|
+
"fontFamily": "Poppins",
|
|
2023
|
+
"fontWeight": 300
|
|
2024
|
+
},
|
|
2025
|
+
"type": "typography",
|
|
2026
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
2027
|
+
"isSource": true,
|
|
2028
|
+
"original": {
|
|
2029
|
+
"value": {
|
|
2030
|
+
"fontSize": "{typography.size.XS} * {figma.typography.size.base}",
|
|
2031
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
2032
|
+
"fontWeight": "{typography.font-weight.light}"
|
|
2033
|
+
},
|
|
2034
|
+
"type": "typography"
|
|
2035
|
+
},
|
|
2036
|
+
"name": "text-type-scale-light-xs",
|
|
2037
|
+
"attributes": {
|
|
2038
|
+
"category": "text",
|
|
2039
|
+
"type": "type-scale",
|
|
2040
|
+
"item": "light",
|
|
2041
|
+
"subitem": "XS"
|
|
2042
|
+
},
|
|
2043
|
+
"path": [
|
|
2044
|
+
"text",
|
|
2045
|
+
"type-scale",
|
|
2046
|
+
"light",
|
|
2047
|
+
"XS"
|
|
2048
|
+
]
|
|
2049
|
+
}
|
|
2050
|
+
},
|
|
1628
2051
|
"regular": {
|
|
1629
2052
|
"9XL": {
|
|
1630
2053
|
"value": {
|
|
@@ -7247,6 +7670,35 @@
|
|
|
7247
7670
|
"background"
|
|
7248
7671
|
]
|
|
7249
7672
|
}
|
|
7673
|
+
},
|
|
7674
|
+
"critical": {
|
|
7675
|
+
"border": {
|
|
7676
|
+
"value": "#ef5c48",
|
|
7677
|
+
"public": true,
|
|
7678
|
+
"isReferenceToInternal": true,
|
|
7679
|
+
"filePath": "tokens/color/alias/panel.dark.json",
|
|
7680
|
+
"isSource": true,
|
|
7681
|
+
"original": {
|
|
7682
|
+
"value": "{color.dark-mode.semantic.critical.foreground.value}",
|
|
7683
|
+
"public": true,
|
|
7684
|
+
"isReferenceToInternal": true
|
|
7685
|
+
},
|
|
7686
|
+
"name": "color-dark-mode-panel-critical-border",
|
|
7687
|
+
"attributes": {
|
|
7688
|
+
"category": "color",
|
|
7689
|
+
"type": "dark-mode",
|
|
7690
|
+
"item": "panel",
|
|
7691
|
+
"subitem": "critical",
|
|
7692
|
+
"state": "border"
|
|
7693
|
+
},
|
|
7694
|
+
"path": [
|
|
7695
|
+
"color",
|
|
7696
|
+
"dark-mode",
|
|
7697
|
+
"panel",
|
|
7698
|
+
"critical",
|
|
7699
|
+
"border"
|
|
7700
|
+
]
|
|
7701
|
+
}
|
|
7250
7702
|
}
|
|
7251
7703
|
},
|
|
7252
7704
|
"expansion-panel": {
|
|
@@ -14479,6 +14931,35 @@
|
|
|
14479
14931
|
"background"
|
|
14480
14932
|
]
|
|
14481
14933
|
}
|
|
14934
|
+
},
|
|
14935
|
+
"critical": {
|
|
14936
|
+
"border": {
|
|
14937
|
+
"value": "#ca3521",
|
|
14938
|
+
"public": true,
|
|
14939
|
+
"isReferenceToInternal": true,
|
|
14940
|
+
"filePath": "tokens/color/alias/panel.light.json",
|
|
14941
|
+
"isSource": true,
|
|
14942
|
+
"original": {
|
|
14943
|
+
"value": "{color.light-mode.semantic.critical.foreground.value}",
|
|
14944
|
+
"public": true,
|
|
14945
|
+
"isReferenceToInternal": true
|
|
14946
|
+
},
|
|
14947
|
+
"name": "color-light-mode-panel-critical-border",
|
|
14948
|
+
"attributes": {
|
|
14949
|
+
"category": "color",
|
|
14950
|
+
"type": "light-mode",
|
|
14951
|
+
"item": "panel",
|
|
14952
|
+
"subitem": "critical",
|
|
14953
|
+
"state": "border"
|
|
14954
|
+
},
|
|
14955
|
+
"path": [
|
|
14956
|
+
"color",
|
|
14957
|
+
"light-mode",
|
|
14958
|
+
"panel",
|
|
14959
|
+
"critical",
|
|
14960
|
+
"border"
|
|
14961
|
+
]
|
|
14962
|
+
}
|
|
14482
14963
|
}
|
|
14483
14964
|
},
|
|
14484
14965
|
"expansion-panel": {
|
|
@@ -4350,6 +4350,35 @@
|
|
|
4350
4350
|
"background"
|
|
4351
4351
|
]
|
|
4352
4352
|
}
|
|
4353
|
+
},
|
|
4354
|
+
"critical": {
|
|
4355
|
+
"border": {
|
|
4356
|
+
"value": "#ef5c48",
|
|
4357
|
+
"public": true,
|
|
4358
|
+
"isReferenceToInternal": true,
|
|
4359
|
+
"filePath": "tokens/color/alias/panel.dark.json",
|
|
4360
|
+
"isSource": true,
|
|
4361
|
+
"original": {
|
|
4362
|
+
"value": "{color.dark-mode.semantic.critical.foreground.value}",
|
|
4363
|
+
"public": true,
|
|
4364
|
+
"isReferenceToInternal": true
|
|
4365
|
+
},
|
|
4366
|
+
"name": "color-dark-mode-panel-critical-border",
|
|
4367
|
+
"attributes": {
|
|
4368
|
+
"category": "color",
|
|
4369
|
+
"type": "dark-mode",
|
|
4370
|
+
"item": "panel",
|
|
4371
|
+
"subitem": "critical",
|
|
4372
|
+
"state": "border"
|
|
4373
|
+
},
|
|
4374
|
+
"path": [
|
|
4375
|
+
"color",
|
|
4376
|
+
"dark-mode",
|
|
4377
|
+
"panel",
|
|
4378
|
+
"critical",
|
|
4379
|
+
"border"
|
|
4380
|
+
]
|
|
4381
|
+
}
|
|
4353
4382
|
}
|
|
4354
4383
|
},
|
|
4355
4384
|
"expansion-panel": {
|
|
@@ -4688,6 +4688,35 @@
|
|
|
4688
4688
|
"background"
|
|
4689
4689
|
]
|
|
4690
4690
|
}
|
|
4691
|
+
},
|
|
4692
|
+
"critical": {
|
|
4693
|
+
"border": {
|
|
4694
|
+
"value": "#ca3521",
|
|
4695
|
+
"public": true,
|
|
4696
|
+
"isReferenceToInternal": true,
|
|
4697
|
+
"filePath": "tokens/color/alias/panel.light.json",
|
|
4698
|
+
"isSource": true,
|
|
4699
|
+
"original": {
|
|
4700
|
+
"value": "{color.light-mode.semantic.critical.foreground.value}",
|
|
4701
|
+
"public": true,
|
|
4702
|
+
"isReferenceToInternal": true
|
|
4703
|
+
},
|
|
4704
|
+
"name": "color-light-mode-panel-critical-border",
|
|
4705
|
+
"attributes": {
|
|
4706
|
+
"category": "color",
|
|
4707
|
+
"type": "light-mode",
|
|
4708
|
+
"item": "panel",
|
|
4709
|
+
"subitem": "critical",
|
|
4710
|
+
"state": "border"
|
|
4711
|
+
},
|
|
4712
|
+
"path": [
|
|
4713
|
+
"color",
|
|
4714
|
+
"light-mode",
|
|
4715
|
+
"panel",
|
|
4716
|
+
"critical",
|
|
4717
|
+
"border"
|
|
4718
|
+
]
|
|
4719
|
+
}
|
|
4691
4720
|
}
|
|
4692
4721
|
},
|
|
4693
4722
|
"expansion-panel": {
|
|
@@ -1553,11 +1553,11 @@
|
|
|
1553
1553
|
]
|
|
1554
1554
|
},
|
|
1555
1555
|
"css-import": {
|
|
1556
|
-
"value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,
|
|
1556
|
+
"value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap'",
|
|
1557
1557
|
"filePath": "tokens/typography/base/font.json",
|
|
1558
1558
|
"isSource": true,
|
|
1559
1559
|
"original": {
|
|
1560
|
-
"value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,
|
|
1560
|
+
"value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap'"
|
|
1561
1561
|
},
|
|
1562
1562
|
"name": "typography-font-css-import",
|
|
1563
1563
|
"attributes": {
|
|
@@ -1573,6 +1573,27 @@
|
|
|
1573
1573
|
}
|
|
1574
1574
|
},
|
|
1575
1575
|
"font-weight": {
|
|
1576
|
+
"light": {
|
|
1577
|
+
"value": 300,
|
|
1578
|
+
"public": true,
|
|
1579
|
+
"filePath": "tokens/typography/base/font-weight.json",
|
|
1580
|
+
"isSource": true,
|
|
1581
|
+
"original": {
|
|
1582
|
+
"value": 300,
|
|
1583
|
+
"public": true
|
|
1584
|
+
},
|
|
1585
|
+
"name": "typography-font-weight-light",
|
|
1586
|
+
"attributes": {
|
|
1587
|
+
"category": "typography",
|
|
1588
|
+
"type": "font-weight",
|
|
1589
|
+
"item": "light"
|
|
1590
|
+
},
|
|
1591
|
+
"path": [
|
|
1592
|
+
"typography",
|
|
1593
|
+
"font-weight",
|
|
1594
|
+
"light"
|
|
1595
|
+
]
|
|
1596
|
+
},
|
|
1576
1597
|
"regular": {
|
|
1577
1598
|
"value": 400,
|
|
1578
1599
|
"public": true,
|
|
@@ -1635,27 +1656,6 @@
|
|
|
1635
1656
|
"font-weight",
|
|
1636
1657
|
"bold"
|
|
1637
1658
|
]
|
|
1638
|
-
},
|
|
1639
|
-
"extrabold": {
|
|
1640
|
-
"value": 800,
|
|
1641
|
-
"public": true,
|
|
1642
|
-
"filePath": "tokens/typography/base/font-weight.json",
|
|
1643
|
-
"isSource": true,
|
|
1644
|
-
"original": {
|
|
1645
|
-
"value": 800,
|
|
1646
|
-
"public": true
|
|
1647
|
-
},
|
|
1648
|
-
"name": "typography-font-weight-extrabold",
|
|
1649
|
-
"attributes": {
|
|
1650
|
-
"category": "typography",
|
|
1651
|
-
"type": "font-weight",
|
|
1652
|
-
"item": "extrabold"
|
|
1653
|
-
},
|
|
1654
|
-
"path": [
|
|
1655
|
-
"typography",
|
|
1656
|
-
"font-weight",
|
|
1657
|
-
"extrabold"
|
|
1658
|
-
]
|
|
1659
1659
|
}
|
|
1660
1660
|
},
|
|
1661
1661
|
"letter-spacing": {
|
|
@@ -1840,12 +1840,12 @@
|
|
|
1840
1840
|
},
|
|
1841
1841
|
"multiplier": {
|
|
1842
1842
|
"small": {
|
|
1843
|
-
"value": "0.
|
|
1843
|
+
"value": "0.84",
|
|
1844
1844
|
"public": true,
|
|
1845
1845
|
"filePath": "tokens/typography/base/multipliers.json",
|
|
1846
1846
|
"isSource": true,
|
|
1847
1847
|
"original": {
|
|
1848
|
-
"value": "0.
|
|
1848
|
+
"value": "0.84",
|
|
1849
1849
|
"public": true
|
|
1850
1850
|
},
|
|
1851
1851
|
"name": "typography-multiplier-small",
|
|
@@ -1861,12 +1861,12 @@
|
|
|
1861
1861
|
]
|
|
1862
1862
|
},
|
|
1863
1863
|
"medium": {
|
|
1864
|
-
"value": "0.
|
|
1864
|
+
"value": "0.88",
|
|
1865
1865
|
"public": true,
|
|
1866
1866
|
"filePath": "tokens/typography/base/multipliers.json",
|
|
1867
1867
|
"isSource": true,
|
|
1868
1868
|
"original": {
|
|
1869
|
-
"value": "0.
|
|
1869
|
+
"value": "0.88",
|
|
1870
1870
|
"public": true
|
|
1871
1871
|
},
|
|
1872
1872
|
"name": "typography-multiplier-medium",
|