@pantheon-systems/pds-design-tokens 1.0.0-dev.153 → 1.0.0-dev.155

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.
@@ -83,10 +83,18 @@
83
83
  --pds-spacing-xl: 1.563rem;
84
84
  --pds-spacing-xs: 0.64rem;
85
85
  --pds-typography-font-code: 'Source Code Pro', monospace;
86
+ --pds-typography-font-css-import: 'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap';
86
87
  --pds-typography-font-default: 'Poppins', sans-serif;
88
+ --pds-typography-font-fine-print: 'Inter', sans-serif;
89
+ --pds-typography-font-headings: 'Poppins', sans-serif;
90
+ --pds-typography-font-lead: 'Aleo', serif;
91
+ --pds-typography-font-overline: 'Poppins', sans-serif;
92
+ --pds-typography-font-paragraph: 'Poppins', sans-serif;
93
+ --pds-typography-font-quote: 'Aleo', serif;
87
94
  --pds-typography-font-secondary: 'Aleo', serif;
88
95
  --pds-typography-font-weight-bold: 700;
89
96
  --pds-typography-font-weight-light: 300;
97
+ --pds-typography-font-weight-medium: 500;
90
98
  --pds-typography-font-weight-regular: 400;
91
99
  --pds-typography-font-weight-semibold: 600;
92
100
  --pds-typography-letter-spacing-l: 0.04rem;
@@ -1901,10 +1901,14 @@
1901
1901
  },
1902
1902
  "headings": {
1903
1903
  "value": "'Poppins', sans-serif",
1904
+ "public": true,
1905
+ "isReferenceToInternal": true,
1904
1906
  "filePath": "tokens/typography/alias/font.json",
1905
1907
  "isSource": true,
1906
1908
  "original": {
1907
- "value": "{typography.font.default.value}"
1909
+ "value": "{typography.font.default.value}",
1910
+ "public": true,
1911
+ "isReferenceToInternal": true
1908
1912
  },
1909
1913
  "name": "typography-font-headings",
1910
1914
  "attributes": {
@@ -1920,10 +1924,14 @@
1920
1924
  },
1921
1925
  "paragraph": {
1922
1926
  "value": "'Poppins', sans-serif",
1927
+ "public": true,
1928
+ "isReferenceToInternal": true,
1923
1929
  "filePath": "tokens/typography/alias/font.json",
1924
1930
  "isSource": true,
1925
1931
  "original": {
1926
- "value": "{typography.font.default.value}"
1932
+ "value": "{typography.font.default.value}",
1933
+ "public": true,
1934
+ "isReferenceToInternal": true
1927
1935
  },
1928
1936
  "name": "typography-font-paragraph",
1929
1937
  "attributes": {
@@ -1937,12 +1945,37 @@
1937
1945
  "paragraph"
1938
1946
  ]
1939
1947
  },
1948
+ "fine-print": {
1949
+ "value": "'Inter', sans-serif",
1950
+ "public": true,
1951
+ "filePath": "tokens/typography/alias/font.json",
1952
+ "isSource": true,
1953
+ "original": {
1954
+ "value": "'Inter', sans-serif",
1955
+ "public": true
1956
+ },
1957
+ "name": "typography-font-fine-print",
1958
+ "attributes": {
1959
+ "category": "typography",
1960
+ "type": "font",
1961
+ "item": "fine-print"
1962
+ },
1963
+ "path": [
1964
+ "typography",
1965
+ "font",
1966
+ "fine-print"
1967
+ ]
1968
+ },
1940
1969
  "lead": {
1941
1970
  "value": "'Aleo', serif",
1971
+ "public": true,
1972
+ "isReferenceToInternal": true,
1942
1973
  "filePath": "tokens/typography/alias/font.json",
1943
1974
  "isSource": true,
1944
1975
  "original": {
1945
- "value": "{typography.font.secondary.value}"
1976
+ "value": "{typography.font.secondary.value}",
1977
+ "public": true,
1978
+ "isReferenceToInternal": true
1946
1979
  },
1947
1980
  "name": "typography-font-lead",
1948
1981
  "attributes": {
@@ -1958,10 +1991,14 @@
1958
1991
  },
1959
1992
  "quote": {
1960
1993
  "value": "'Aleo', serif",
1994
+ "public": true,
1995
+ "isReferenceToInternal": true,
1961
1996
  "filePath": "tokens/typography/alias/font.json",
1962
1997
  "isSource": true,
1963
1998
  "original": {
1964
- "value": "{typography.font.secondary.value}"
1999
+ "value": "{typography.font.secondary.value}",
2000
+ "public": true,
2001
+ "isReferenceToInternal": true
1965
2002
  },
1966
2003
  "name": "typography-font-quote",
1967
2004
  "attributes": {
@@ -1977,10 +2014,14 @@
1977
2014
  },
1978
2015
  "overline": {
1979
2016
  "value": "'Poppins', sans-serif",
2017
+ "public": true,
2018
+ "isReferenceToInternal": true,
1980
2019
  "filePath": "tokens/typography/alias/font.json",
1981
2020
  "isSource": true,
1982
2021
  "original": {
1983
- "value": "{typography.font.default.value}"
2022
+ "value": "{typography.font.default.value}",
2023
+ "public": true,
2024
+ "isReferenceToInternal": true
1984
2025
  },
1985
2026
  "name": "typography-font-overline",
1986
2027
  "attributes": {
@@ -1995,11 +2036,13 @@
1995
2036
  ]
1996
2037
  },
1997
2038
  "css-import": {
1998
- "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'",
2039
+ "value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap'",
2040
+ "public": true,
1999
2041
  "filePath": "tokens/typography/base/font.json",
2000
2042
  "isSource": true,
2001
2043
  "original": {
2002
- "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'"
2044
+ "value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap'",
2045
+ "public": true
2003
2046
  },
2004
2047
  "name": "typography-font-css-import",
2005
2048
  "attributes": {
@@ -2445,6 +2488,27 @@
2445
2488
  "regular"
2446
2489
  ]
2447
2490
  },
2491
+ "medium": {
2492
+ "value": 500,
2493
+ "public": true,
2494
+ "filePath": "tokens/typography/base/font-weight.json",
2495
+ "isSource": true,
2496
+ "original": {
2497
+ "value": 500,
2498
+ "public": true
2499
+ },
2500
+ "name": "typography-font-weight-medium",
2501
+ "attributes": {
2502
+ "category": "typography",
2503
+ "type": "font-weight",
2504
+ "item": "medium"
2505
+ },
2506
+ "path": [
2507
+ "typography",
2508
+ "font-weight",
2509
+ "medium"
2510
+ ]
2511
+ },
2448
2512
  "semibold": {
2449
2513
  "value": 600,
2450
2514
  "public": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-design-tokens",
3
- "version": "1.0.0-dev.153",
3
+ "version": "1.0.0-dev.155",
4
4
  "description": "Design Tokens for the Pantheon Design System",
5
5
  "homepage": "https://pantheon.io",
6
6
  "keywords": [