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

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,6 @@
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-multiplier-medium: 0.85;
43
+ --pds-typography-multiplier-small: 0.75;
42
44
  }
@@ -1215,6 +1215,50 @@
1215
1215
  ]
1216
1216
  }
1217
1217
  },
1218
+ "multiplier": {
1219
+ "small": {
1220
+ "value": "0.75",
1221
+ "public": true,
1222
+ "filePath": "tokens/typography/base/multipliers.json",
1223
+ "isSource": true,
1224
+ "original": {
1225
+ "value": "0.75",
1226
+ "public": true
1227
+ },
1228
+ "name": "typography-multiplier-small",
1229
+ "attributes": {
1230
+ "category": "typography",
1231
+ "type": "multiplier",
1232
+ "item": "small"
1233
+ },
1234
+ "path": [
1235
+ "typography",
1236
+ "multiplier",
1237
+ "small"
1238
+ ]
1239
+ },
1240
+ "medium": {
1241
+ "value": "0.85",
1242
+ "public": true,
1243
+ "filePath": "tokens/typography/base/multipliers.json",
1244
+ "isSource": true,
1245
+ "original": {
1246
+ "value": "0.85",
1247
+ "public": true
1248
+ },
1249
+ "name": "typography-multiplier-medium",
1250
+ "attributes": {
1251
+ "category": "typography",
1252
+ "type": "multiplier",
1253
+ "item": "medium"
1254
+ },
1255
+ "path": [
1256
+ "typography",
1257
+ "multiplier",
1258
+ "medium"
1259
+ ]
1260
+ }
1261
+ },
1218
1262
  "scale-ratio": {
1219
1263
  "value": "1.25",
1220
1264
  "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.53",
4
4
  "description": "Design Tokens for the Pantheon Design System",
5
5
  "homepage": "https://pantheon.io",
6
6
  "keywords": [