@pantheon-systems/pds-design-tokens 0.7.0-dev.2 → 0.7.0-dev.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -65,6 +65,7 @@
65
65
  --pds-color-link-visited: #967fff;
66
66
  --pds-color-text-default: #ffffff;
67
67
  --pds-color-text-headings: var(--pds-color-text-default);
68
+ --pds-color-text-overline: #858299;
68
69
  --pds-color-text-paragraph: var(--pds-color-text-default);
69
70
  --pds-elevation-overlay: 0px 8px 12px 0px rgba(18, 18, 25, 0.6);
70
71
  --pds-elevation-raised: 0px 1px 1px 0px rgba(18, 18, 25, 0.95);
@@ -65,6 +65,7 @@
65
65
  --pds-color-link-visited: #967fff;
66
66
  --pds-color-text-default: #23232d;
67
67
  --pds-color-text-headings: var(--pds-color-text-default);
68
+ --pds-color-text-overline: #71717c;
68
69
  --pds-color-text-paragraph: #23232d;
69
70
  --pds-elevation-overlay: 0px 8px 12px 0px rgba(113, 113, 124, 0.25), 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
70
71
  --pds-elevation-raised: 0px 1px 1px 0px #aeaeb6, 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
@@ -93,7 +93,7 @@
93
93
  "value": {
94
94
  "fontSize": "1.953 * 16",
95
95
  "fontFamily": "Aleo",
96
- "fontWeight": "Italic",
96
+ "fontWeight": 400,
97
97
  "lineHeight": "125%"
98
98
  },
99
99
  "type": "typography",
@@ -103,7 +103,7 @@
103
103
  "value": {
104
104
  "fontSize": "{typography.size.2XL} * {figma.typography.size.base}",
105
105
  "fontFamily": "Aleo",
106
- "fontWeight": "Italic",
106
+ "fontWeight": "{typography.font-weight.regular}",
107
107
  "lineHeight": "{typography.line-height.S}"
108
108
  },
109
109
  "type": "typography"
@@ -124,7 +124,7 @@
124
124
  "value": {
125
125
  "fontSize": "2.441 * 16",
126
126
  "fontFamily": "Aleo",
127
- "fontWeight": 700,
127
+ "fontWeight": "Italic",
128
128
  "letterSpacing": "0.01 * 100%",
129
129
  "lineHeight": "125%"
130
130
  },
@@ -135,7 +135,7 @@
135
135
  "value": {
136
136
  "fontSize": "{typography.size.3XL} * {figma.typography.size.base}",
137
137
  "fontFamily": "Aleo",
138
- "fontWeight": "{typography.font-weight.bold}",
138
+ "fontWeight": "Italic",
139
139
  "letterSpacing": "{typography.letter-spacing.S} * 100%",
140
140
  "lineHeight": "{typography.line-height.S}"
141
141
  },
@@ -2837,6 +2837,31 @@
2837
2837
  "text",
2838
2838
  "headings"
2839
2839
  ]
2840
+ },
2841
+ "overline": {
2842
+ "value": "#858299",
2843
+ "public": true,
2844
+ "isReferenceToInternal": true,
2845
+ "filePath": "tokens/color/alias/typography.dark.json",
2846
+ "isSource": true,
2847
+ "original": {
2848
+ "value": "{color.dark-mode.neutral.300.value}",
2849
+ "public": true,
2850
+ "isReferenceToInternal": true
2851
+ },
2852
+ "name": "color-dark-mode-text-overline",
2853
+ "attributes": {
2854
+ "category": "color",
2855
+ "type": "dark-mode",
2856
+ "item": "text",
2857
+ "subitem": "overline"
2858
+ },
2859
+ "path": [
2860
+ "color",
2861
+ "dark-mode",
2862
+ "text",
2863
+ "overline"
2864
+ ]
2840
2865
  }
2841
2866
  },
2842
2867
  "brand": {
@@ -5803,6 +5828,31 @@
5803
5828
  "text",
5804
5829
  "headings"
5805
5830
  ]
5831
+ },
5832
+ "overline": {
5833
+ "value": "#71717c",
5834
+ "public": true,
5835
+ "isReferenceToInternal": true,
5836
+ "filePath": "tokens/color/alias/typography.light.json",
5837
+ "isSource": true,
5838
+ "original": {
5839
+ "value": "{color.light-mode.neutral.400.value}",
5840
+ "public": true,
5841
+ "isReferenceToInternal": true
5842
+ },
5843
+ "name": "color-light-mode-text-overline",
5844
+ "attributes": {
5845
+ "category": "color",
5846
+ "type": "light-mode",
5847
+ "item": "text",
5848
+ "subitem": "overline"
5849
+ },
5850
+ "path": [
5851
+ "color",
5852
+ "light-mode",
5853
+ "text",
5854
+ "overline"
5855
+ ]
5806
5856
  }
5807
5857
  },
5808
5858
  "brand": {
@@ -1347,6 +1347,31 @@
1347
1347
  "text",
1348
1348
  "headings"
1349
1349
  ]
1350
+ },
1351
+ "overline": {
1352
+ "value": "#858299",
1353
+ "public": true,
1354
+ "isReferenceToInternal": true,
1355
+ "filePath": "tokens/color/alias/typography.dark.json",
1356
+ "isSource": true,
1357
+ "original": {
1358
+ "value": "{color.dark-mode.neutral.300.value}",
1359
+ "public": true,
1360
+ "isReferenceToInternal": true
1361
+ },
1362
+ "name": "color-dark-mode-text-overline",
1363
+ "attributes": {
1364
+ "category": "color",
1365
+ "type": "dark-mode",
1366
+ "item": "text",
1367
+ "subitem": "overline"
1368
+ },
1369
+ "path": [
1370
+ "color",
1371
+ "dark-mode",
1372
+ "text",
1373
+ "overline"
1374
+ ]
1350
1375
  }
1351
1376
  },
1352
1377
  "brand": {
@@ -1349,6 +1349,31 @@
1349
1349
  "text",
1350
1350
  "headings"
1351
1351
  ]
1352
+ },
1353
+ "overline": {
1354
+ "value": "#71717c",
1355
+ "public": true,
1356
+ "isReferenceToInternal": true,
1357
+ "filePath": "tokens/color/alias/typography.light.json",
1358
+ "isSource": true,
1359
+ "original": {
1360
+ "value": "{color.light-mode.neutral.400.value}",
1361
+ "public": true,
1362
+ "isReferenceToInternal": true
1363
+ },
1364
+ "name": "color-light-mode-text-overline",
1365
+ "attributes": {
1366
+ "category": "color",
1367
+ "type": "light-mode",
1368
+ "item": "text",
1369
+ "subitem": "overline"
1370
+ },
1371
+ "path": [
1372
+ "color",
1373
+ "light-mode",
1374
+ "text",
1375
+ "overline"
1376
+ ]
1352
1377
  }
1353
1378
  },
1354
1379
  "brand": {
@@ -63,6 +63,7 @@ $pds-color-link-hover: #2776b9;
63
63
  $pds-color-link-visited: #967fff;
64
64
  $pds-color-text-default: #ffffff;
65
65
  $pds-color-text-headings: $pds-color-text-default;
66
+ $pds-color-text-overline: #858299;
66
67
  $pds-color-text-paragraph: $pds-color-text-default;
67
68
  $pds-elevation-overlay: 0px 8px 12px 0px rgba(18, 18, 25, 0.6);
68
69
  $pds-elevation-raised: 0px 1px 1px 0px rgba(18, 18, 25, 0.95);
@@ -63,6 +63,7 @@ $pds-color-link-hover: #003cac;
63
63
  $pds-color-link-visited: #967fff;
64
64
  $pds-color-text-default: #23232d;
65
65
  $pds-color-text-headings: $pds-color-text-default;
66
+ $pds-color-text-overline: #71717c;
66
67
  $pds-color-text-paragraph: #23232d;
67
68
  $pds-elevation-overlay: 0px 8px 12px 0px rgba(113, 113, 124, 0.25), 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
68
69
  $pds-elevation-raised: 0px 1px 1px 0px #aeaeb6, 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-design-tokens",
3
- "version": "0.7.0-dev.2",
3
+ "version": "0.7.0-dev.3",
4
4
  "description": "Design Tokens for the Pantheon Design System",
5
5
  "homepage": "https://pantheon.io",
6
6
  "keywords": [