@pantheon-systems/pds-design-tokens 1.0.0-dev.52 → 1.0.0-dev.54

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.
@@ -39,4 +39,7 @@
39
39
  --pds-spacing-xl: 1.563rem;
40
40
  --pds-spacing-xs: 0.64rem;
41
41
  --pds-typography-font-default: 'Poppins', sans-serif;
42
+ --pds-typography-font-secondary: 'Aleo', serif;
43
+ --pds-typography-multiplier-medium: 0.85;
44
+ --pds-typography-multiplier-small: 0.75;
42
45
  }
@@ -839,6 +839,27 @@
839
839
  "default"
840
840
  ]
841
841
  },
842
+ "secondary": {
843
+ "value": "'Aleo', serif",
844
+ "public": true,
845
+ "filePath": "tokens/typography/alias/font.json",
846
+ "isSource": true,
847
+ "original": {
848
+ "value": "'Aleo', serif",
849
+ "public": true
850
+ },
851
+ "name": "typography-font-secondary",
852
+ "attributes": {
853
+ "category": "typography",
854
+ "type": "font",
855
+ "item": "secondary"
856
+ },
857
+ "path": [
858
+ "typography",
859
+ "font",
860
+ "secondary"
861
+ ]
862
+ },
842
863
  "headings": {
843
864
  "value": "'Poppins', sans-serif",
844
865
  "filePath": "tokens/typography/alias/font.json",
@@ -882,7 +903,7 @@
882
903
  "filePath": "tokens/typography/alias/font.json",
883
904
  "isSource": true,
884
905
  "original": {
885
- "value": "'Aleo', serif"
906
+ "value": "{typography.font.secondary.value}"
886
907
  },
887
908
  "name": "typography-font-lead",
888
909
  "attributes": {
@@ -901,7 +922,7 @@
901
922
  "filePath": "tokens/typography/alias/font.json",
902
923
  "isSource": true,
903
924
  "original": {
904
- "value": "'Aleo', serif"
925
+ "value": "{typography.font.secondary.value}"
905
926
  },
906
927
  "name": "typography-font-quote",
907
928
  "attributes": {
@@ -1215,6 +1236,50 @@
1215
1236
  ]
1216
1237
  }
1217
1238
  },
1239
+ "multiplier": {
1240
+ "small": {
1241
+ "value": "0.75",
1242
+ "public": true,
1243
+ "filePath": "tokens/typography/base/multipliers.json",
1244
+ "isSource": true,
1245
+ "original": {
1246
+ "value": "0.75",
1247
+ "public": true
1248
+ },
1249
+ "name": "typography-multiplier-small",
1250
+ "attributes": {
1251
+ "category": "typography",
1252
+ "type": "multiplier",
1253
+ "item": "small"
1254
+ },
1255
+ "path": [
1256
+ "typography",
1257
+ "multiplier",
1258
+ "small"
1259
+ ]
1260
+ },
1261
+ "medium": {
1262
+ "value": "0.85",
1263
+ "public": true,
1264
+ "filePath": "tokens/typography/base/multipliers.json",
1265
+ "isSource": true,
1266
+ "original": {
1267
+ "value": "0.85",
1268
+ "public": true
1269
+ },
1270
+ "name": "typography-multiplier-medium",
1271
+ "attributes": {
1272
+ "category": "typography",
1273
+ "type": "multiplier",
1274
+ "item": "medium"
1275
+ },
1276
+ "path": [
1277
+ "typography",
1278
+ "multiplier",
1279
+ "medium"
1280
+ ]
1281
+ }
1282
+ },
1218
1283
  "scale-ratio": {
1219
1284
  "value": "1.25",
1220
1285
  "comment": "The base ratio/multiplier of the typographic scale.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-design-tokens",
3
- "version": "1.0.0-dev.52",
3
+ "version": "1.0.0-dev.54",
4
4
  "description": "Design Tokens for the Pantheon Design System",
5
5
  "homepage": "https://pantheon.io",
6
6
  "keywords": [