@pantheon-systems/pds-design-tokens 1.0.0-dev.139 → 1.0.0-dev.140

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.
@@ -90,6 +90,8 @@
90
90
  --pds-typography-size-7xl: 4.3rem;
91
91
  --pds-typography-size-8xl: 5.160rem;
92
92
  --pds-typography-size-9xl: 6.192rem;
93
+ --pds-typography-size-default: 1rem;
94
+ --pds-typography-size-input-label: 1rem;
93
95
  --pds-typography-size-l: 1.2rem;
94
96
  --pds-typography-size-m: 1rem;
95
97
  --pds-typography-size-s: 0.833rem;
@@ -1563,7 +1563,7 @@
1563
1563
  "form": {
1564
1564
  "label": {
1565
1565
  "value": {
1566
- "fontSize": "0.833 * 16",
1566
+ "fontSize": "1 * 16",
1567
1567
  "fontFamily": "Poppins",
1568
1568
  "fontWeight": 600,
1569
1569
  "lineHeight": "120%"
@@ -1573,7 +1573,7 @@
1573
1573
  "isSource": true,
1574
1574
  "original": {
1575
1575
  "value": {
1576
- "fontSize": "{typography.size.S} * {figma.typography.size.base}",
1576
+ "fontSize": "{typography.size.input-label} * {figma.typography.size.base}",
1577
1577
  "fontFamily": "Poppins",
1578
1578
  "fontWeight": "{typography.font-weight.semibold}",
1579
1579
  "lineHeight": "{typography.line-height.S}"
@@ -1595,626 +1595,676 @@
1595
1595
  ]
1596
1596
  }
1597
1597
  },
1598
- "font-weight": {
1599
- "light": {
1600
- "value": 300,
1598
+ "size": {
1599
+ "default": {
1600
+ "value": "1",
1601
+ "defaultUnit": "rem",
1601
1602
  "public": true,
1602
- "filePath": "tokens/typography/base/font-weight.json",
1603
+ "isReferenceToInternal": true,
1604
+ "filePath": "tokens/typography/alias/size.json",
1603
1605
  "isSource": true,
1604
1606
  "original": {
1605
- "value": 300,
1606
- "public": true
1607
+ "value": "{typography.size.M.value}",
1608
+ "defaultUnit": "rem",
1609
+ "public": true,
1610
+ "isReferenceToInternal": true
1607
1611
  },
1608
- "name": "typography-font-weight-light",
1612
+ "name": "typography-size-default",
1609
1613
  "attributes": {
1610
1614
  "category": "typography",
1611
- "type": "font-weight",
1612
- "item": "light"
1615
+ "type": "size",
1616
+ "item": "default"
1613
1617
  },
1614
1618
  "path": [
1615
1619
  "typography",
1616
- "font-weight",
1617
- "light"
1620
+ "size",
1621
+ "default"
1618
1622
  ]
1619
1623
  },
1620
- "regular": {
1621
- "value": 400,
1624
+ "input-label": {
1625
+ "value": "1",
1626
+ "defaultUnit": "rem",
1622
1627
  "public": true,
1623
- "filePath": "tokens/typography/base/font-weight.json",
1628
+ "isReferenceToInternal": true,
1629
+ "filePath": "tokens/typography/alias/size.json",
1624
1630
  "isSource": true,
1625
1631
  "original": {
1626
- "value": 400,
1627
- "public": true
1632
+ "value": "{typography.size.M.value}",
1633
+ "defaultUnit": "rem",
1634
+ "public": true,
1635
+ "isReferenceToInternal": true
1628
1636
  },
1629
- "name": "typography-font-weight-regular",
1637
+ "name": "typography-size-input-label",
1630
1638
  "attributes": {
1631
1639
  "category": "typography",
1632
- "type": "font-weight",
1633
- "item": "regular"
1640
+ "type": "size",
1641
+ "item": "input-label"
1634
1642
  },
1635
1643
  "path": [
1636
1644
  "typography",
1637
- "font-weight",
1638
- "regular"
1645
+ "size",
1646
+ "input-label"
1639
1647
  ]
1640
1648
  },
1641
- "semibold": {
1642
- "value": 600,
1649
+ "9XL": {
1650
+ "value": "6.192",
1651
+ "defaultUnit": "rem",
1643
1652
  "public": true,
1644
- "filePath": "tokens/typography/base/font-weight.json",
1653
+ "filePath": "tokens/typography/base/size.json",
1645
1654
  "isSource": true,
1646
1655
  "original": {
1647
- "value": 600,
1656
+ "value": "6.192",
1657
+ "defaultUnit": "rem",
1648
1658
  "public": true
1649
1659
  },
1650
- "name": "typography-font-weight-semibold",
1660
+ "name": "typography-size-9-xl",
1651
1661
  "attributes": {
1652
1662
  "category": "typography",
1653
- "type": "font-weight",
1654
- "item": "semibold"
1663
+ "type": "size",
1664
+ "item": "9XL"
1655
1665
  },
1656
1666
  "path": [
1657
1667
  "typography",
1658
- "font-weight",
1659
- "semibold"
1668
+ "size",
1669
+ "9XL"
1660
1670
  ]
1661
1671
  },
1662
- "bold": {
1663
- "value": 700,
1672
+ "8XL": {
1673
+ "value": "5.160",
1674
+ "defaultUnit": "rem",
1664
1675
  "public": true,
1665
- "filePath": "tokens/typography/base/font-weight.json",
1676
+ "filePath": "tokens/typography/base/size.json",
1666
1677
  "isSource": true,
1667
1678
  "original": {
1668
- "value": 700,
1679
+ "value": "5.160",
1680
+ "defaultUnit": "rem",
1669
1681
  "public": true
1670
1682
  },
1671
- "name": "typography-font-weight-bold",
1683
+ "name": "typography-size-8-xl",
1672
1684
  "attributes": {
1673
1685
  "category": "typography",
1674
- "type": "font-weight",
1675
- "item": "bold"
1686
+ "type": "size",
1687
+ "item": "8XL"
1676
1688
  },
1677
1689
  "path": [
1678
1690
  "typography",
1679
- "font-weight",
1680
- "bold"
1691
+ "size",
1692
+ "8XL"
1681
1693
  ]
1682
- }
1683
- },
1684
- "letter-spacing": {
1685
- "XL": {
1686
- "value": "0.06",
1694
+ },
1695
+ "7XL": {
1696
+ "value": "4.3",
1687
1697
  "defaultUnit": "rem",
1688
1698
  "public": true,
1689
- "filePath": "tokens/typography/base/letter-spacing.json",
1699
+ "filePath": "tokens/typography/base/size.json",
1690
1700
  "isSource": true,
1691
1701
  "original": {
1692
- "value": "0.06",
1702
+ "value": "4.3",
1693
1703
  "defaultUnit": "rem",
1694
1704
  "public": true
1695
1705
  },
1696
- "name": "typography-letter-spacing-xl",
1706
+ "name": "typography-size-7-xl",
1697
1707
  "attributes": {
1698
1708
  "category": "typography",
1699
- "type": "letter-spacing",
1700
- "item": "XL"
1709
+ "type": "size",
1710
+ "item": "7XL"
1701
1711
  },
1702
1712
  "path": [
1703
1713
  "typography",
1704
- "letter-spacing",
1705
- "XL"
1714
+ "size",
1715
+ "7XL"
1706
1716
  ]
1707
1717
  },
1708
- "L": {
1709
- "value": "0.04",
1718
+ "6XL": {
1719
+ "value": "3.583",
1710
1720
  "defaultUnit": "rem",
1711
1721
  "public": true,
1712
- "filePath": "tokens/typography/base/letter-spacing.json",
1722
+ "filePath": "tokens/typography/base/size.json",
1713
1723
  "isSource": true,
1714
1724
  "original": {
1715
- "value": "0.04",
1725
+ "value": "3.583",
1716
1726
  "defaultUnit": "rem",
1717
1727
  "public": true
1718
1728
  },
1719
- "name": "typography-letter-spacing-l",
1729
+ "name": "typography-size-6-xl",
1720
1730
  "attributes": {
1721
1731
  "category": "typography",
1722
- "type": "letter-spacing",
1723
- "item": "L"
1732
+ "type": "size",
1733
+ "item": "6XL"
1724
1734
  },
1725
1735
  "path": [
1726
1736
  "typography",
1727
- "letter-spacing",
1728
- "L"
1737
+ "size",
1738
+ "6XL"
1729
1739
  ]
1730
1740
  },
1731
- "M": {
1732
- "value": "0.02",
1741
+ "5XL": {
1742
+ "value": "2.986",
1733
1743
  "defaultUnit": "rem",
1734
1744
  "public": true,
1735
- "filePath": "tokens/typography/base/letter-spacing.json",
1745
+ "comment": "Default h1",
1746
+ "filePath": "tokens/typography/base/size.json",
1736
1747
  "isSource": true,
1737
1748
  "original": {
1738
- "value": "0.02",
1749
+ "value": "2.986",
1739
1750
  "defaultUnit": "rem",
1740
- "public": true
1751
+ "public": true,
1752
+ "comment": "Default h1"
1741
1753
  },
1742
- "name": "typography-letter-spacing-m",
1754
+ "name": "typography-size-5-xl",
1743
1755
  "attributes": {
1744
1756
  "category": "typography",
1745
- "type": "letter-spacing",
1746
- "item": "M"
1757
+ "type": "size",
1758
+ "item": "5XL"
1747
1759
  },
1748
1760
  "path": [
1749
1761
  "typography",
1750
- "letter-spacing",
1751
- "M"
1762
+ "size",
1763
+ "5XL"
1752
1764
  ]
1753
1765
  },
1754
- "S": {
1755
- "value": "0.01",
1766
+ "4XL": {
1767
+ "value": "2.488",
1756
1768
  "defaultUnit": "rem",
1757
1769
  "public": true,
1758
- "filePath": "tokens/typography/base/letter-spacing.json",
1770
+ "filePath": "tokens/typography/base/size.json",
1759
1771
  "isSource": true,
1760
1772
  "original": {
1761
- "value": "0.01",
1773
+ "value": "2.488",
1762
1774
  "defaultUnit": "rem",
1763
1775
  "public": true
1764
1776
  },
1765
- "name": "typography-letter-spacing-s",
1777
+ "name": "typography-size-4-xl",
1766
1778
  "attributes": {
1767
1779
  "category": "typography",
1768
- "type": "letter-spacing",
1769
- "item": "S"
1780
+ "type": "size",
1781
+ "item": "4XL"
1770
1782
  },
1771
1783
  "path": [
1772
1784
  "typography",
1773
- "letter-spacing",
1774
- "S"
1785
+ "size",
1786
+ "4XL"
1775
1787
  ]
1776
- }
1777
- },
1778
- "line-height": {
1779
- "XL": {
1780
- "value": "195%",
1788
+ },
1789
+ "3XL": {
1790
+ "value": "2.074",
1791
+ "defaultUnit": "rem",
1781
1792
  "public": true,
1782
- "filePath": "tokens/typography/base/line-height.json",
1793
+ "comment": "Default h2",
1794
+ "filePath": "tokens/typography/base/size.json",
1783
1795
  "isSource": true,
1784
1796
  "original": {
1785
- "value": "195%",
1786
- "public": true
1797
+ "value": "2.074",
1798
+ "defaultUnit": "rem",
1799
+ "public": true,
1800
+ "comment": "Default h2"
1787
1801
  },
1788
- "name": "typography-line-height-xl",
1802
+ "name": "typography-size-3-xl",
1789
1803
  "attributes": {
1790
1804
  "category": "typography",
1791
- "type": "line-height",
1792
- "item": "XL"
1805
+ "type": "size",
1806
+ "item": "3XL"
1793
1807
  },
1794
1808
  "path": [
1795
1809
  "typography",
1796
- "line-height",
1797
- "XL"
1810
+ "size",
1811
+ "3XL"
1798
1812
  ]
1799
1813
  },
1800
- "L": {
1801
- "value": "165%",
1814
+ "2XL": {
1815
+ "value": "1.728",
1816
+ "defaultUnit": "rem",
1802
1817
  "public": true,
1803
- "filePath": "tokens/typography/base/line-height.json",
1818
+ "comment": "Default h3",
1819
+ "filePath": "tokens/typography/base/size.json",
1804
1820
  "isSource": true,
1805
1821
  "original": {
1806
- "value": "165%",
1807
- "public": true
1822
+ "value": "1.728",
1823
+ "defaultUnit": "rem",
1824
+ "public": true,
1825
+ "comment": "Default h3"
1808
1826
  },
1809
- "name": "typography-line-height-l",
1827
+ "name": "typography-size-2-xl",
1810
1828
  "attributes": {
1811
1829
  "category": "typography",
1812
- "type": "line-height",
1813
- "item": "L"
1830
+ "type": "size",
1831
+ "item": "2XL"
1814
1832
  },
1815
1833
  "path": [
1816
1834
  "typography",
1817
- "line-height",
1818
- "L"
1835
+ "size",
1836
+ "2XL"
1819
1837
  ]
1820
1838
  },
1821
- "M": {
1822
- "value": "140%",
1839
+ "XL": {
1840
+ "value": "1.44",
1841
+ "defaultUnit": "rem",
1823
1842
  "public": true,
1824
- "filePath": "tokens/typography/base/line-height.json",
1843
+ "comment": "Default h4",
1844
+ "filePath": "tokens/typography/base/size.json",
1825
1845
  "isSource": true,
1826
1846
  "original": {
1827
- "value": "140%",
1828
- "public": true
1847
+ "value": "1.44",
1848
+ "defaultUnit": "rem",
1849
+ "public": true,
1850
+ "comment": "Default h4"
1829
1851
  },
1830
- "name": "typography-line-height-m",
1852
+ "name": "typography-size-xl",
1831
1853
  "attributes": {
1832
1854
  "category": "typography",
1833
- "type": "line-height",
1834
- "item": "M"
1855
+ "type": "size",
1856
+ "item": "XL"
1835
1857
  },
1836
1858
  "path": [
1837
1859
  "typography",
1838
- "line-height",
1839
- "M"
1860
+ "size",
1861
+ "XL"
1840
1862
  ]
1841
1863
  },
1842
- "S": {
1843
- "value": "120%",
1864
+ "L": {
1865
+ "value": "1.2",
1866
+ "defaultUnit": "rem",
1844
1867
  "public": true,
1845
- "filePath": "tokens/typography/base/line-height.json",
1868
+ "comment": "Default h5",
1869
+ "filePath": "tokens/typography/base/size.json",
1846
1870
  "isSource": true,
1847
1871
  "original": {
1848
- "value": "120%",
1849
- "public": true
1872
+ "value": "1.2",
1873
+ "defaultUnit": "rem",
1874
+ "public": true,
1875
+ "comment": "Default h5"
1850
1876
  },
1851
- "name": "typography-line-height-s",
1877
+ "name": "typography-size-l",
1852
1878
  "attributes": {
1853
1879
  "category": "typography",
1854
- "type": "line-height",
1855
- "item": "S"
1880
+ "type": "size",
1881
+ "item": "L"
1856
1882
  },
1857
1883
  "path": [
1858
1884
  "typography",
1859
- "line-height",
1860
- "S"
1885
+ "size",
1886
+ "L"
1861
1887
  ]
1862
- }
1863
- },
1864
- "multiplier": {
1865
- "small": {
1866
- "value": "0.84",
1888
+ },
1889
+ "M": {
1890
+ "value": "1",
1891
+ "defaultUnit": "rem",
1867
1892
  "public": true,
1868
- "filePath": "tokens/typography/base/multipliers.json",
1893
+ "comment": "Base value.",
1894
+ "filePath": "tokens/typography/base/size.json",
1869
1895
  "isSource": true,
1870
1896
  "original": {
1871
- "value": "0.84",
1872
- "public": true
1897
+ "value": "1",
1898
+ "defaultUnit": "rem",
1899
+ "public": true,
1900
+ "comment": "Base value."
1873
1901
  },
1874
- "name": "typography-multiplier-small",
1902
+ "name": "typography-size-m",
1875
1903
  "attributes": {
1876
1904
  "category": "typography",
1877
- "type": "multiplier",
1878
- "item": "small"
1905
+ "type": "size",
1906
+ "item": "M"
1879
1907
  },
1880
1908
  "path": [
1881
1909
  "typography",
1882
- "multiplier",
1883
- "small"
1910
+ "size",
1911
+ "M"
1884
1912
  ]
1885
1913
  },
1886
- "medium": {
1887
- "value": "0.88",
1914
+ "S": {
1915
+ "value": "0.833",
1916
+ "defaultUnit": "rem",
1888
1917
  "public": true,
1889
- "filePath": "tokens/typography/base/multipliers.json",
1918
+ "filePath": "tokens/typography/base/size.json",
1890
1919
  "isSource": true,
1891
1920
  "original": {
1892
- "value": "0.88",
1921
+ "value": "0.833",
1922
+ "defaultUnit": "rem",
1893
1923
  "public": true
1894
1924
  },
1895
- "name": "typography-multiplier-medium",
1925
+ "name": "typography-size-s",
1896
1926
  "attributes": {
1897
1927
  "category": "typography",
1898
- "type": "multiplier",
1899
- "item": "medium"
1928
+ "type": "size",
1929
+ "item": "S"
1900
1930
  },
1901
1931
  "path": [
1902
1932
  "typography",
1903
- "multiplier",
1904
- "medium"
1933
+ "size",
1934
+ "S"
1905
1935
  ]
1906
- }
1907
- },
1908
- "size": {
1909
- "9XL": {
1910
- "value": "6.192",
1936
+ },
1937
+ "XS": {
1938
+ "value": "0.694",
1911
1939
  "defaultUnit": "rem",
1912
1940
  "public": true,
1913
1941
  "filePath": "tokens/typography/base/size.json",
1914
1942
  "isSource": true,
1915
1943
  "original": {
1916
- "value": "6.192",
1944
+ "value": "0.694",
1917
1945
  "defaultUnit": "rem",
1918
1946
  "public": true
1919
1947
  },
1920
- "name": "typography-size-9-xl",
1948
+ "name": "typography-size-xs",
1921
1949
  "attributes": {
1922
1950
  "category": "typography",
1923
1951
  "type": "size",
1924
- "item": "9XL"
1952
+ "item": "XS"
1925
1953
  },
1926
1954
  "path": [
1927
1955
  "typography",
1928
1956
  "size",
1929
- "9XL"
1957
+ "XS"
1958
+ ]
1959
+ }
1960
+ },
1961
+ "font-weight": {
1962
+ "light": {
1963
+ "value": 300,
1964
+ "public": true,
1965
+ "filePath": "tokens/typography/base/font-weight.json",
1966
+ "isSource": true,
1967
+ "original": {
1968
+ "value": 300,
1969
+ "public": true
1970
+ },
1971
+ "name": "typography-font-weight-light",
1972
+ "attributes": {
1973
+ "category": "typography",
1974
+ "type": "font-weight",
1975
+ "item": "light"
1976
+ },
1977
+ "path": [
1978
+ "typography",
1979
+ "font-weight",
1980
+ "light"
1930
1981
  ]
1931
1982
  },
1932
- "8XL": {
1933
- "value": "5.160",
1934
- "defaultUnit": "rem",
1983
+ "regular": {
1984
+ "value": 400,
1935
1985
  "public": true,
1936
- "filePath": "tokens/typography/base/size.json",
1986
+ "filePath": "tokens/typography/base/font-weight.json",
1937
1987
  "isSource": true,
1938
1988
  "original": {
1939
- "value": "5.160",
1940
- "defaultUnit": "rem",
1989
+ "value": 400,
1941
1990
  "public": true
1942
1991
  },
1943
- "name": "typography-size-8-xl",
1992
+ "name": "typography-font-weight-regular",
1944
1993
  "attributes": {
1945
1994
  "category": "typography",
1946
- "type": "size",
1947
- "item": "8XL"
1995
+ "type": "font-weight",
1996
+ "item": "regular"
1948
1997
  },
1949
1998
  "path": [
1950
1999
  "typography",
1951
- "size",
1952
- "8XL"
2000
+ "font-weight",
2001
+ "regular"
1953
2002
  ]
1954
2003
  },
1955
- "7XL": {
1956
- "value": "4.3",
1957
- "defaultUnit": "rem",
2004
+ "semibold": {
2005
+ "value": 600,
1958
2006
  "public": true,
1959
- "filePath": "tokens/typography/base/size.json",
2007
+ "filePath": "tokens/typography/base/font-weight.json",
1960
2008
  "isSource": true,
1961
2009
  "original": {
1962
- "value": "4.3",
1963
- "defaultUnit": "rem",
2010
+ "value": 600,
1964
2011
  "public": true
1965
2012
  },
1966
- "name": "typography-size-7-xl",
2013
+ "name": "typography-font-weight-semibold",
1967
2014
  "attributes": {
1968
2015
  "category": "typography",
1969
- "type": "size",
1970
- "item": "7XL"
2016
+ "type": "font-weight",
2017
+ "item": "semibold"
1971
2018
  },
1972
2019
  "path": [
1973
2020
  "typography",
1974
- "size",
1975
- "7XL"
2021
+ "font-weight",
2022
+ "semibold"
1976
2023
  ]
1977
2024
  },
1978
- "6XL": {
1979
- "value": "3.583",
1980
- "defaultUnit": "rem",
2025
+ "bold": {
2026
+ "value": 700,
1981
2027
  "public": true,
1982
- "filePath": "tokens/typography/base/size.json",
2028
+ "filePath": "tokens/typography/base/font-weight.json",
1983
2029
  "isSource": true,
1984
2030
  "original": {
1985
- "value": "3.583",
1986
- "defaultUnit": "rem",
2031
+ "value": 700,
1987
2032
  "public": true
1988
2033
  },
1989
- "name": "typography-size-6-xl",
2034
+ "name": "typography-font-weight-bold",
1990
2035
  "attributes": {
1991
2036
  "category": "typography",
1992
- "type": "size",
1993
- "item": "6XL"
2037
+ "type": "font-weight",
2038
+ "item": "bold"
1994
2039
  },
1995
2040
  "path": [
1996
2041
  "typography",
1997
- "size",
1998
- "6XL"
2042
+ "font-weight",
2043
+ "bold"
1999
2044
  ]
2000
- },
2001
- "5XL": {
2002
- "value": "2.986",
2045
+ }
2046
+ },
2047
+ "letter-spacing": {
2048
+ "XL": {
2049
+ "value": "0.06",
2003
2050
  "defaultUnit": "rem",
2004
2051
  "public": true,
2005
- "comment": "Default h1",
2006
- "filePath": "tokens/typography/base/size.json",
2052
+ "filePath": "tokens/typography/base/letter-spacing.json",
2007
2053
  "isSource": true,
2008
2054
  "original": {
2009
- "value": "2.986",
2055
+ "value": "0.06",
2010
2056
  "defaultUnit": "rem",
2011
- "public": true,
2012
- "comment": "Default h1"
2057
+ "public": true
2013
2058
  },
2014
- "name": "typography-size-5-xl",
2059
+ "name": "typography-letter-spacing-xl",
2015
2060
  "attributes": {
2016
2061
  "category": "typography",
2017
- "type": "size",
2018
- "item": "5XL"
2062
+ "type": "letter-spacing",
2063
+ "item": "XL"
2019
2064
  },
2020
2065
  "path": [
2021
2066
  "typography",
2022
- "size",
2023
- "5XL"
2067
+ "letter-spacing",
2068
+ "XL"
2024
2069
  ]
2025
2070
  },
2026
- "4XL": {
2027
- "value": "2.488",
2071
+ "L": {
2072
+ "value": "0.04",
2028
2073
  "defaultUnit": "rem",
2029
2074
  "public": true,
2030
- "filePath": "tokens/typography/base/size.json",
2075
+ "filePath": "tokens/typography/base/letter-spacing.json",
2031
2076
  "isSource": true,
2032
2077
  "original": {
2033
- "value": "2.488",
2078
+ "value": "0.04",
2034
2079
  "defaultUnit": "rem",
2035
2080
  "public": true
2036
2081
  },
2037
- "name": "typography-size-4-xl",
2082
+ "name": "typography-letter-spacing-l",
2038
2083
  "attributes": {
2039
2084
  "category": "typography",
2040
- "type": "size",
2041
- "item": "4XL"
2085
+ "type": "letter-spacing",
2086
+ "item": "L"
2042
2087
  },
2043
2088
  "path": [
2044
2089
  "typography",
2045
- "size",
2046
- "4XL"
2090
+ "letter-spacing",
2091
+ "L"
2047
2092
  ]
2048
2093
  },
2049
- "3XL": {
2050
- "value": "2.074",
2094
+ "M": {
2095
+ "value": "0.02",
2051
2096
  "defaultUnit": "rem",
2052
2097
  "public": true,
2053
- "comment": "Default h2",
2054
- "filePath": "tokens/typography/base/size.json",
2098
+ "filePath": "tokens/typography/base/letter-spacing.json",
2055
2099
  "isSource": true,
2056
2100
  "original": {
2057
- "value": "2.074",
2101
+ "value": "0.02",
2058
2102
  "defaultUnit": "rem",
2059
- "public": true,
2060
- "comment": "Default h2"
2103
+ "public": true
2061
2104
  },
2062
- "name": "typography-size-3-xl",
2105
+ "name": "typography-letter-spacing-m",
2063
2106
  "attributes": {
2064
2107
  "category": "typography",
2065
- "type": "size",
2066
- "item": "3XL"
2108
+ "type": "letter-spacing",
2109
+ "item": "M"
2067
2110
  },
2068
2111
  "path": [
2069
2112
  "typography",
2070
- "size",
2071
- "3XL"
2113
+ "letter-spacing",
2114
+ "M"
2072
2115
  ]
2073
2116
  },
2074
- "2XL": {
2075
- "value": "1.728",
2117
+ "S": {
2118
+ "value": "0.01",
2076
2119
  "defaultUnit": "rem",
2077
2120
  "public": true,
2078
- "comment": "Default h3",
2079
- "filePath": "tokens/typography/base/size.json",
2121
+ "filePath": "tokens/typography/base/letter-spacing.json",
2080
2122
  "isSource": true,
2081
2123
  "original": {
2082
- "value": "1.728",
2124
+ "value": "0.01",
2083
2125
  "defaultUnit": "rem",
2084
- "public": true,
2085
- "comment": "Default h3"
2126
+ "public": true
2086
2127
  },
2087
- "name": "typography-size-2-xl",
2128
+ "name": "typography-letter-spacing-s",
2088
2129
  "attributes": {
2089
2130
  "category": "typography",
2090
- "type": "size",
2091
- "item": "2XL"
2131
+ "type": "letter-spacing",
2132
+ "item": "S"
2092
2133
  },
2093
2134
  "path": [
2094
2135
  "typography",
2095
- "size",
2096
- "2XL"
2136
+ "letter-spacing",
2137
+ "S"
2097
2138
  ]
2098
- },
2139
+ }
2140
+ },
2141
+ "line-height": {
2099
2142
  "XL": {
2100
- "value": "1.44",
2101
- "defaultUnit": "rem",
2143
+ "value": "195%",
2102
2144
  "public": true,
2103
- "comment": "Default h4",
2104
- "filePath": "tokens/typography/base/size.json",
2145
+ "filePath": "tokens/typography/base/line-height.json",
2105
2146
  "isSource": true,
2106
2147
  "original": {
2107
- "value": "1.44",
2108
- "defaultUnit": "rem",
2109
- "public": true,
2110
- "comment": "Default h4"
2148
+ "value": "195%",
2149
+ "public": true
2111
2150
  },
2112
- "name": "typography-size-xl",
2151
+ "name": "typography-line-height-xl",
2113
2152
  "attributes": {
2114
2153
  "category": "typography",
2115
- "type": "size",
2154
+ "type": "line-height",
2116
2155
  "item": "XL"
2117
2156
  },
2118
2157
  "path": [
2119
2158
  "typography",
2120
- "size",
2159
+ "line-height",
2121
2160
  "XL"
2122
2161
  ]
2123
2162
  },
2124
2163
  "L": {
2125
- "value": "1.2",
2126
- "defaultUnit": "rem",
2164
+ "value": "165%",
2127
2165
  "public": true,
2128
- "comment": "Default h5",
2129
- "filePath": "tokens/typography/base/size.json",
2166
+ "filePath": "tokens/typography/base/line-height.json",
2130
2167
  "isSource": true,
2131
2168
  "original": {
2132
- "value": "1.2",
2133
- "defaultUnit": "rem",
2134
- "public": true,
2135
- "comment": "Default h5"
2169
+ "value": "165%",
2170
+ "public": true
2136
2171
  },
2137
- "name": "typography-size-l",
2172
+ "name": "typography-line-height-l",
2138
2173
  "attributes": {
2139
2174
  "category": "typography",
2140
- "type": "size",
2175
+ "type": "line-height",
2141
2176
  "item": "L"
2142
2177
  },
2143
2178
  "path": [
2144
2179
  "typography",
2145
- "size",
2180
+ "line-height",
2146
2181
  "L"
2147
2182
  ]
2148
2183
  },
2149
2184
  "M": {
2150
- "value": "1",
2151
- "defaultUnit": "rem",
2185
+ "value": "140%",
2152
2186
  "public": true,
2153
- "comment": "Base value.",
2154
- "filePath": "tokens/typography/base/size.json",
2187
+ "filePath": "tokens/typography/base/line-height.json",
2155
2188
  "isSource": true,
2156
2189
  "original": {
2157
- "value": "1",
2158
- "defaultUnit": "rem",
2159
- "public": true,
2160
- "comment": "Base value."
2190
+ "value": "140%",
2191
+ "public": true
2161
2192
  },
2162
- "name": "typography-size-m",
2193
+ "name": "typography-line-height-m",
2163
2194
  "attributes": {
2164
2195
  "category": "typography",
2165
- "type": "size",
2196
+ "type": "line-height",
2166
2197
  "item": "M"
2167
2198
  },
2168
2199
  "path": [
2169
2200
  "typography",
2170
- "size",
2201
+ "line-height",
2171
2202
  "M"
2172
2203
  ]
2173
2204
  },
2174
2205
  "S": {
2175
- "value": "0.833",
2176
- "defaultUnit": "rem",
2206
+ "value": "120%",
2177
2207
  "public": true,
2178
- "filePath": "tokens/typography/base/size.json",
2208
+ "filePath": "tokens/typography/base/line-height.json",
2179
2209
  "isSource": true,
2180
2210
  "original": {
2181
- "value": "0.833",
2182
- "defaultUnit": "rem",
2211
+ "value": "120%",
2183
2212
  "public": true
2184
2213
  },
2185
- "name": "typography-size-s",
2214
+ "name": "typography-line-height-s",
2186
2215
  "attributes": {
2187
2216
  "category": "typography",
2188
- "type": "size",
2217
+ "type": "line-height",
2189
2218
  "item": "S"
2190
2219
  },
2191
2220
  "path": [
2192
2221
  "typography",
2193
- "size",
2222
+ "line-height",
2194
2223
  "S"
2195
2224
  ]
2225
+ }
2226
+ },
2227
+ "multiplier": {
2228
+ "small": {
2229
+ "value": "0.84",
2230
+ "public": true,
2231
+ "filePath": "tokens/typography/base/multipliers.json",
2232
+ "isSource": true,
2233
+ "original": {
2234
+ "value": "0.84",
2235
+ "public": true
2236
+ },
2237
+ "name": "typography-multiplier-small",
2238
+ "attributes": {
2239
+ "category": "typography",
2240
+ "type": "multiplier",
2241
+ "item": "small"
2242
+ },
2243
+ "path": [
2244
+ "typography",
2245
+ "multiplier",
2246
+ "small"
2247
+ ]
2196
2248
  },
2197
- "XS": {
2198
- "value": "0.694",
2199
- "defaultUnit": "rem",
2249
+ "medium": {
2250
+ "value": "0.88",
2200
2251
  "public": true,
2201
- "filePath": "tokens/typography/base/size.json",
2252
+ "filePath": "tokens/typography/base/multipliers.json",
2202
2253
  "isSource": true,
2203
2254
  "original": {
2204
- "value": "0.694",
2205
- "defaultUnit": "rem",
2255
+ "value": "0.88",
2206
2256
  "public": true
2207
2257
  },
2208
- "name": "typography-size-xs",
2258
+ "name": "typography-multiplier-medium",
2209
2259
  "attributes": {
2210
2260
  "category": "typography",
2211
- "type": "size",
2212
- "item": "XS"
2261
+ "type": "multiplier",
2262
+ "item": "medium"
2213
2263
  },
2214
2264
  "path": [
2215
2265
  "typography",
2216
- "size",
2217
- "XS"
2266
+ "multiplier",
2267
+ "medium"
2218
2268
  ]
2219
2269
  }
2220
2270
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-design-tokens",
3
- "version": "1.0.0-dev.139",
3
+ "version": "1.0.0-dev.140",
4
4
  "description": "Design Tokens for the Pantheon Design System",
5
5
  "homepage": "https://pantheon.io",
6
6
  "keywords": [