@pantheon-systems/pds-design-tokens 1.0.0-dev.81 → 1.0.0-dev.82

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.
@@ -99,6 +99,7 @@
99
99
  --pds-color-button-subtle-foreground-default: #e7e7eb;
100
100
  --pds-color-button-subtle-foreground-hover: #ffffff;
101
101
  --pds-color-card-border: #504e62;
102
+ --pds-color-code-inline-background: #282839;
102
103
  --pds-color-expansion-panel-hover: #282839;
103
104
  --pds-color-expansion-panel-open: #282839;
104
105
  --pds-color-foreground-default: #ffffff;
@@ -142,6 +143,7 @@
142
143
  --pds-color-menu-item-description-text: #a6a3b4;
143
144
  --pds-color-menu-item-foreground: #ffffff;
144
145
  --pds-color-menu-item-heading-text: #a6a3b4;
146
+ --pds-color-overlay: rgba(9, 0, 48, 0.45);
145
147
  --pds-color-panel-default-background: var(--pds-color-background-default);
146
148
  --pds-color-panel-default-border: var(--pds-color-border-default);
147
149
  --pds-color-panel-overlay-background: #282839;
@@ -99,6 +99,7 @@
99
99
  --pds-color-button-subtle-foreground-default: #23232d;
100
100
  --pds-color-button-subtle-foreground-hover: #23232d;
101
101
  --pds-color-card-border: var(--pds-color-border-default);
102
+ --pds-color-code-inline-background: #f2effc;
102
103
  --pds-color-expansion-panel-hover: #f1f1f1;
103
104
  --pds-color-expansion-panel-open: #f1f1f1;
104
105
  --pds-color-foreground-default: #23232d;
@@ -148,6 +149,7 @@
148
149
  --pds-color-neutral-300: #cfcfd3;
149
150
  --pds-color-neutral-400: #6d6d78;
150
151
  --pds-color-neutral-500: #23232d;
152
+ --pds-color-overlay: rgba(9, 0, 48, 0.45);
151
153
  --pds-color-pager-background-active: #f0ecff;
152
154
  --pds-color-pager-background-hover: #f1f1f1;
153
155
  --pds-color-pager-foreground-active: #5f41e5;
@@ -28,6 +28,9 @@
28
28
  --pds-container-max-width-standard: 1200px;
29
29
  --pds-container-max-width-wide: 1440px;
30
30
  --pds-container-max-width-x-wide: 1600px;
31
+ --pds-container-modal-width-large: 44rem;
32
+ --pds-container-modal-width-medium: 36rem;
33
+ --pds-container-modal-width-small: 25rem;
31
34
  --pds-container-padding-large: 4%;
32
35
  --pds-container-padding-medium: 4%;
33
36
  --pds-container-padding-small: 5%;
@@ -52,11 +55,11 @@
52
55
  --pds-spacing-s: 0.8rem;
53
56
  --pds-spacing-xl: 1.563rem;
54
57
  --pds-spacing-xs: 0.64rem;
58
+ --pds-typography-font-code: 'Source Code Pro', monospace;
55
59
  --pds-typography-font-default: 'Poppins', sans-serif;
56
60
  --pds-typography-font-secondary: 'Aleo', serif;
57
61
  --pds-typography-font-weight-bold: 700;
58
62
  --pds-typography-font-weight-extrabold: 800;
59
- --pds-typography-font-weight-medium: 500;
60
63
  --pds-typography-font-weight-regular: 400;
61
64
  --pds-typography-font-weight-semibold: 600;
62
65
  --pds-typography-letter-spacing-l: 0.04rem;
@@ -1340,258 +1340,6 @@
1340
1340
  ]
1341
1341
  }
1342
1342
  },
1343
- "medium": {
1344
- "4XL": {
1345
- "value": {
1346
- "fontSize": "3.052 * 16",
1347
- "fontFamily": "Poppins",
1348
- "fontWeight": 500
1349
- },
1350
- "type": "typography",
1351
- "filePath": "tokens-figma/typography/base.json",
1352
- "isSource": true,
1353
- "original": {
1354
- "value": {
1355
- "fontSize": "{typography.size.4XL} * {figma.typography.size.base}",
1356
- "fontFamily": "{text.body.paragraph.value.fontFamily}",
1357
- "fontWeight": "{typography.font-weight.medium}"
1358
- },
1359
- "type": "typography"
1360
- },
1361
- "name": "text-type-scale-medium-4-xl",
1362
- "attributes": {
1363
- "category": "text",
1364
- "type": "type-scale",
1365
- "item": "medium",
1366
- "subitem": "4XL"
1367
- },
1368
- "path": [
1369
- "text",
1370
- "type-scale",
1371
- "medium",
1372
- "4XL"
1373
- ]
1374
- },
1375
- "3XL": {
1376
- "value": {
1377
- "fontSize": "2.074 * 16",
1378
- "fontFamily": "Poppins",
1379
- "fontWeight": 500
1380
- },
1381
- "type": "typography",
1382
- "filePath": "tokens-figma/typography/base.json",
1383
- "isSource": true,
1384
- "original": {
1385
- "value": {
1386
- "fontSize": "{typography.size.3XL} * {figma.typography.size.base}",
1387
- "fontFamily": "{text.body.paragraph.value.fontFamily}",
1388
- "fontWeight": "{typography.font-weight.medium}"
1389
- },
1390
- "type": "typography"
1391
- },
1392
- "name": "text-type-scale-medium-3-xl",
1393
- "attributes": {
1394
- "category": "text",
1395
- "type": "type-scale",
1396
- "item": "medium",
1397
- "subitem": "3XL"
1398
- },
1399
- "path": [
1400
- "text",
1401
- "type-scale",
1402
- "medium",
1403
- "3XL"
1404
- ]
1405
- },
1406
- "2XL": {
1407
- "value": {
1408
- "fontSize": "1.728 * 16",
1409
- "fontFamily": "Poppins",
1410
- "fontWeight": 500
1411
- },
1412
- "type": "typography",
1413
- "filePath": "tokens-figma/typography/base.json",
1414
- "isSource": true,
1415
- "original": {
1416
- "value": {
1417
- "fontSize": "{typography.size.2XL} * {figma.typography.size.base}",
1418
- "fontFamily": "{text.body.paragraph.value.fontFamily}",
1419
- "fontWeight": "{typography.font-weight.medium}"
1420
- },
1421
- "type": "typography"
1422
- },
1423
- "name": "text-type-scale-medium-2-xl",
1424
- "attributes": {
1425
- "category": "text",
1426
- "type": "type-scale",
1427
- "item": "medium",
1428
- "subitem": "2XL"
1429
- },
1430
- "path": [
1431
- "text",
1432
- "type-scale",
1433
- "medium",
1434
- "2XL"
1435
- ]
1436
- },
1437
- "XL": {
1438
- "value": {
1439
- "fontSize": "1.44 * 16",
1440
- "fontFamily": "Poppins",
1441
- "fontWeight": 500
1442
- },
1443
- "type": "typography",
1444
- "filePath": "tokens-figma/typography/base.json",
1445
- "isSource": true,
1446
- "original": {
1447
- "value": {
1448
- "fontSize": "{typography.size.XL} * {figma.typography.size.base}",
1449
- "fontFamily": "{text.body.paragraph.value.fontFamily}",
1450
- "fontWeight": "{typography.font-weight.medium}"
1451
- },
1452
- "type": "typography"
1453
- },
1454
- "name": "text-type-scale-medium-xl",
1455
- "attributes": {
1456
- "category": "text",
1457
- "type": "type-scale",
1458
- "item": "medium",
1459
- "subitem": "XL"
1460
- },
1461
- "path": [
1462
- "text",
1463
- "type-scale",
1464
- "medium",
1465
- "XL"
1466
- ]
1467
- },
1468
- "L": {
1469
- "value": {
1470
- "fontSize": "1.2 * 16",
1471
- "fontFamily": "Poppins",
1472
- "fontWeight": 500
1473
- },
1474
- "type": "typography",
1475
- "filePath": "tokens-figma/typography/base.json",
1476
- "isSource": true,
1477
- "original": {
1478
- "value": {
1479
- "fontSize": "{typography.size.L} * {figma.typography.size.base}",
1480
- "fontFamily": "{text.body.paragraph.value.fontFamily}",
1481
- "fontWeight": "{typography.font-weight.medium}"
1482
- },
1483
- "type": "typography"
1484
- },
1485
- "name": "text-type-scale-medium-l",
1486
- "attributes": {
1487
- "category": "text",
1488
- "type": "type-scale",
1489
- "item": "medium",
1490
- "subitem": "L"
1491
- },
1492
- "path": [
1493
- "text",
1494
- "type-scale",
1495
- "medium",
1496
- "L"
1497
- ]
1498
- },
1499
- "M": {
1500
- "value": {
1501
- "fontSize": "1 * 16",
1502
- "fontFamily": "Poppins",
1503
- "fontWeight": 500
1504
- },
1505
- "comment": "Base value.",
1506
- "type": "typography",
1507
- "filePath": "tokens-figma/typography/base.json",
1508
- "isSource": true,
1509
- "original": {
1510
- "value": {
1511
- "fontSize": "{typography.size.M} * {figma.typography.size.base}",
1512
- "fontFamily": "{text.body.paragraph.value.fontFamily}",
1513
- "fontWeight": "{typography.font-weight.medium}"
1514
- },
1515
- "comment": "Base value.",
1516
- "type": "typography"
1517
- },
1518
- "name": "text-type-scale-medium-m",
1519
- "attributes": {
1520
- "category": "text",
1521
- "type": "type-scale",
1522
- "item": "medium",
1523
- "subitem": "M"
1524
- },
1525
- "path": [
1526
- "text",
1527
- "type-scale",
1528
- "medium",
1529
- "M"
1530
- ]
1531
- },
1532
- "S": {
1533
- "value": {
1534
- "fontSize": "0.875 * 16",
1535
- "fontFamily": "Poppins",
1536
- "fontWeight": 500
1537
- },
1538
- "type": "typography",
1539
- "filePath": "tokens-figma/typography/base.json",
1540
- "isSource": true,
1541
- "original": {
1542
- "value": {
1543
- "fontSize": "{typography.size.S} * {figma.typography.size.base}",
1544
- "fontFamily": "{text.body.paragraph.value.fontFamily}",
1545
- "fontWeight": "{typography.font-weight.medium}"
1546
- },
1547
- "type": "typography"
1548
- },
1549
- "name": "text-type-scale-medium-s",
1550
- "attributes": {
1551
- "category": "text",
1552
- "type": "type-scale",
1553
- "item": "medium",
1554
- "subitem": "S"
1555
- },
1556
- "path": [
1557
- "text",
1558
- "type-scale",
1559
- "medium",
1560
- "S"
1561
- ]
1562
- },
1563
- "XS": {
1564
- "value": {
1565
- "fontSize": "0.75 * 16",
1566
- "fontFamily": "Poppins",
1567
- "fontWeight": 500
1568
- },
1569
- "type": "typography",
1570
- "filePath": "tokens-figma/typography/base.json",
1571
- "isSource": true,
1572
- "original": {
1573
- "value": {
1574
- "fontSize": "{typography.size.XS} * {figma.typography.size.base}",
1575
- "fontFamily": "{text.body.paragraph.value.fontFamily}",
1576
- "fontWeight": "{typography.font-weight.medium}"
1577
- },
1578
- "type": "typography"
1579
- },
1580
- "name": "text-type-scale-medium-xs",
1581
- "attributes": {
1582
- "category": "text",
1583
- "type": "type-scale",
1584
- "item": "medium",
1585
- "subitem": "XS"
1586
- },
1587
- "path": [
1588
- "text",
1589
- "type-scale",
1590
- "medium",
1591
- "XS"
1592
- ]
1593
- }
1594
- },
1595
1343
  "semibold": {
1596
1344
  "4XL": {
1597
1345
  "value": {
@@ -4450,6 +4198,37 @@
4450
4198
  ]
4451
4199
  }
4452
4200
  },
4201
+ "code": {
4202
+ "inline": {
4203
+ "background": {
4204
+ "value": "#282839",
4205
+ "public": true,
4206
+ "isReferenceToInternal": true,
4207
+ "filePath": "tokens/color/alias/code.dark.json",
4208
+ "isSource": true,
4209
+ "original": {
4210
+ "value": "{color.dark-mode.neutral.500.value}",
4211
+ "public": true,
4212
+ "isReferenceToInternal": true
4213
+ },
4214
+ "name": "color-dark-mode-code-inline-background",
4215
+ "attributes": {
4216
+ "category": "color",
4217
+ "type": "dark-mode",
4218
+ "item": "code",
4219
+ "subitem": "inline",
4220
+ "state": "background"
4221
+ },
4222
+ "path": [
4223
+ "color",
4224
+ "dark-mode",
4225
+ "code",
4226
+ "inline",
4227
+ "background"
4228
+ ]
4229
+ }
4230
+ }
4231
+ },
4453
4232
  "background": {
4454
4233
  "default": {
4455
4234
  "value": "#1d1d29",
@@ -4631,6 +4410,29 @@
4631
4410
  ]
4632
4411
  }
4633
4412
  },
4413
+ "overlay": {
4414
+ "value": "rgba(9, 0, 48, 0.45)",
4415
+ "public": true,
4416
+ "isReferenceToInternal": true,
4417
+ "filePath": "tokens/color/alias/defaults.dark.json",
4418
+ "isSource": true,
4419
+ "original": {
4420
+ "value": "rgba(9, 0, 48, 0.45)",
4421
+ "public": true,
4422
+ "isReferenceToInternal": true
4423
+ },
4424
+ "name": "color-dark-mode-overlay",
4425
+ "attributes": {
4426
+ "category": "color",
4427
+ "type": "dark-mode",
4428
+ "item": "overlay"
4429
+ },
4430
+ "path": [
4431
+ "color",
4432
+ "dark-mode",
4433
+ "overlay"
4434
+ ]
4435
+ },
4634
4436
  "input": {
4635
4437
  "background": {
4636
4438
  "default": {
@@ -10196,6 +9998,35 @@
10196
9998
  ]
10197
9999
  }
10198
10000
  },
10001
+ "code": {
10002
+ "inline": {
10003
+ "background": {
10004
+ "value": "#f2effc",
10005
+ "public": true,
10006
+ "filePath": "tokens/color/alias/code.light.json",
10007
+ "isSource": true,
10008
+ "original": {
10009
+ "value": "#f2effc",
10010
+ "public": true
10011
+ },
10012
+ "name": "color-light-mode-code-inline-background",
10013
+ "attributes": {
10014
+ "category": "color",
10015
+ "type": "light-mode",
10016
+ "item": "code",
10017
+ "subitem": "inline",
10018
+ "state": "background"
10019
+ },
10020
+ "path": [
10021
+ "color",
10022
+ "light-mode",
10023
+ "code",
10024
+ "inline",
10025
+ "background"
10026
+ ]
10027
+ }
10028
+ }
10029
+ },
10199
10030
  "background": {
10200
10031
  "default": {
10201
10032
  "value": "#ffffff",
@@ -10377,6 +10208,29 @@
10377
10208
  ]
10378
10209
  }
10379
10210
  },
10211
+ "overlay": {
10212
+ "value": "rgba(9, 0, 48, 0.45)",
10213
+ "public": true,
10214
+ "isReferenceToInternal": true,
10215
+ "filePath": "tokens/color/alias/defaults.light.json",
10216
+ "isSource": true,
10217
+ "original": {
10218
+ "value": "rgba(9, 0, 48, 0.45)",
10219
+ "public": true,
10220
+ "isReferenceToInternal": true
10221
+ },
10222
+ "name": "color-light-mode-overlay",
10223
+ "attributes": {
10224
+ "category": "color",
10225
+ "type": "light-mode",
10226
+ "item": "overlay"
10227
+ },
10228
+ "path": [
10229
+ "color",
10230
+ "light-mode",
10231
+ "overlay"
10232
+ ]
10233
+ },
10380
10234
  "input": {
10381
10235
  "background": {
10382
10236
  "default": {
@@ -2351,6 +2351,37 @@
2351
2351
  ]
2352
2352
  }
2353
2353
  },
2354
+ "code": {
2355
+ "inline": {
2356
+ "background": {
2357
+ "value": "#282839",
2358
+ "public": true,
2359
+ "isReferenceToInternal": true,
2360
+ "filePath": "tokens/color/alias/code.dark.json",
2361
+ "isSource": true,
2362
+ "original": {
2363
+ "value": "{color.dark-mode.neutral.500.value}",
2364
+ "public": true,
2365
+ "isReferenceToInternal": true
2366
+ },
2367
+ "name": "color-dark-mode-code-inline-background",
2368
+ "attributes": {
2369
+ "category": "color",
2370
+ "type": "dark-mode",
2371
+ "item": "code",
2372
+ "subitem": "inline",
2373
+ "state": "background"
2374
+ },
2375
+ "path": [
2376
+ "color",
2377
+ "dark-mode",
2378
+ "code",
2379
+ "inline",
2380
+ "background"
2381
+ ]
2382
+ }
2383
+ }
2384
+ },
2354
2385
  "background": {
2355
2386
  "default": {
2356
2387
  "value": "#1d1d29",
@@ -2532,6 +2563,29 @@
2532
2563
  ]
2533
2564
  }
2534
2565
  },
2566
+ "overlay": {
2567
+ "value": "rgba(9, 0, 48, 0.45)",
2568
+ "public": true,
2569
+ "isReferenceToInternal": true,
2570
+ "filePath": "tokens/color/alias/defaults.dark.json",
2571
+ "isSource": true,
2572
+ "original": {
2573
+ "value": "rgba(9, 0, 48, 0.45)",
2574
+ "public": true,
2575
+ "isReferenceToInternal": true
2576
+ },
2577
+ "name": "color-dark-mode-overlay",
2578
+ "attributes": {
2579
+ "category": "color",
2580
+ "type": "dark-mode",
2581
+ "item": "overlay"
2582
+ },
2583
+ "path": [
2584
+ "color",
2585
+ "dark-mode",
2586
+ "overlay"
2587
+ ]
2588
+ },
2535
2589
  "input": {
2536
2590
  "background": {
2537
2591
  "default": {
@@ -2343,6 +2343,35 @@
2343
2343
  ]
2344
2344
  }
2345
2345
  },
2346
+ "code": {
2347
+ "inline": {
2348
+ "background": {
2349
+ "value": "#f2effc",
2350
+ "public": true,
2351
+ "filePath": "tokens/color/alias/code.light.json",
2352
+ "isSource": true,
2353
+ "original": {
2354
+ "value": "#f2effc",
2355
+ "public": true
2356
+ },
2357
+ "name": "color-light-mode-code-inline-background",
2358
+ "attributes": {
2359
+ "category": "color",
2360
+ "type": "light-mode",
2361
+ "item": "code",
2362
+ "subitem": "inline",
2363
+ "state": "background"
2364
+ },
2365
+ "path": [
2366
+ "color",
2367
+ "light-mode",
2368
+ "code",
2369
+ "inline",
2370
+ "background"
2371
+ ]
2372
+ }
2373
+ }
2374
+ },
2346
2375
  "background": {
2347
2376
  "default": {
2348
2377
  "value": "#ffffff",
@@ -2524,6 +2553,29 @@
2524
2553
  ]
2525
2554
  }
2526
2555
  },
2556
+ "overlay": {
2557
+ "value": "rgba(9, 0, 48, 0.45)",
2558
+ "public": true,
2559
+ "isReferenceToInternal": true,
2560
+ "filePath": "tokens/color/alias/defaults.light.json",
2561
+ "isSource": true,
2562
+ "original": {
2563
+ "value": "rgba(9, 0, 48, 0.45)",
2564
+ "public": true,
2565
+ "isReferenceToInternal": true
2566
+ },
2567
+ "name": "color-light-mode-overlay",
2568
+ "attributes": {
2569
+ "category": "color",
2570
+ "type": "light-mode",
2571
+ "item": "overlay"
2572
+ },
2573
+ "path": [
2574
+ "color",
2575
+ "light-mode",
2576
+ "overlay"
2577
+ ]
2578
+ },
2527
2579
  "input": {
2528
2580
  "background": {
2529
2581
  "default": {
@@ -338,6 +338,79 @@
338
338
  }
339
339
  },
340
340
  "container": {
341
+ "modal": {
342
+ "width": {
343
+ "small": {
344
+ "value": "25rem",
345
+ "public": true,
346
+ "filePath": "tokens/container/alias.json",
347
+ "isSource": true,
348
+ "original": {
349
+ "value": "25rem",
350
+ "public": true
351
+ },
352
+ "name": "container-modal-width-small",
353
+ "attributes": {
354
+ "category": "container",
355
+ "type": "modal",
356
+ "item": "width",
357
+ "subitem": "small"
358
+ },
359
+ "path": [
360
+ "container",
361
+ "modal",
362
+ "width",
363
+ "small"
364
+ ]
365
+ },
366
+ "medium": {
367
+ "value": "36rem",
368
+ "public": true,
369
+ "filePath": "tokens/container/alias.json",
370
+ "isSource": true,
371
+ "original": {
372
+ "value": "36rem",
373
+ "public": true
374
+ },
375
+ "name": "container-modal-width-medium",
376
+ "attributes": {
377
+ "category": "container",
378
+ "type": "modal",
379
+ "item": "width",
380
+ "subitem": "medium"
381
+ },
382
+ "path": [
383
+ "container",
384
+ "modal",
385
+ "width",
386
+ "medium"
387
+ ]
388
+ },
389
+ "large": {
390
+ "value": "44rem",
391
+ "public": true,
392
+ "filePath": "tokens/container/alias.json",
393
+ "isSource": true,
394
+ "original": {
395
+ "value": "44rem",
396
+ "public": true
397
+ },
398
+ "name": "container-modal-width-large",
399
+ "attributes": {
400
+ "category": "container",
401
+ "type": "modal",
402
+ "item": "width",
403
+ "subitem": "large"
404
+ },
405
+ "path": [
406
+ "container",
407
+ "modal",
408
+ "width",
409
+ "large"
410
+ ]
411
+ }
412
+ }
413
+ },
341
414
  "max-width": {
342
415
  "narrow": {
343
416
  "value": "1024px",
@@ -1081,6 +1154,27 @@
1081
1154
  "secondary"
1082
1155
  ]
1083
1156
  },
1157
+ "code": {
1158
+ "value": "'Source Code Pro', monospace",
1159
+ "public": true,
1160
+ "filePath": "tokens/typography/alias/font.json",
1161
+ "isSource": true,
1162
+ "original": {
1163
+ "value": "'Source Code Pro', monospace",
1164
+ "public": true
1165
+ },
1166
+ "name": "typography-font-code",
1167
+ "attributes": {
1168
+ "category": "typography",
1169
+ "type": "font",
1170
+ "item": "code"
1171
+ },
1172
+ "path": [
1173
+ "typography",
1174
+ "font",
1175
+ "code"
1176
+ ]
1177
+ },
1084
1178
  "headings": {
1085
1179
  "value": "'Poppins', sans-serif",
1086
1180
  "filePath": "tokens/typography/alias/font.json",
@@ -1177,11 +1271,11 @@
1177
1271
  ]
1178
1272
  },
1179
1273
  "css-import": {
1180
- "value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap'",
1274
+ "value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Source+Code+Pro:wght@400;600&display=swap'",
1181
1275
  "filePath": "tokens/typography/base/font.json",
1182
1276
  "isSource": true,
1183
1277
  "original": {
1184
- "value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap'"
1278
+ "value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Source+Code+Pro:wght@400;600&display=swap'"
1185
1279
  },
1186
1280
  "name": "typography-font-css-import",
1187
1281
  "attributes": {
@@ -1218,27 +1312,6 @@
1218
1312
  "regular"
1219
1313
  ]
1220
1314
  },
1221
- "medium": {
1222
- "value": 500,
1223
- "public": true,
1224
- "filePath": "tokens/typography/base/font-weight.json",
1225
- "isSource": true,
1226
- "original": {
1227
- "value": 500,
1228
- "public": true
1229
- },
1230
- "name": "typography-font-weight-medium",
1231
- "attributes": {
1232
- "category": "typography",
1233
- "type": "font-weight",
1234
- "item": "medium"
1235
- },
1236
- "path": [
1237
- "typography",
1238
- "font-weight",
1239
- "medium"
1240
- ]
1241
- },
1242
1315
  "semibold": {
1243
1316
  "value": 600,
1244
1317
  "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.81",
3
+ "version": "1.0.0-dev.82",
4
4
  "description": "Design Tokens for the Pantheon Design System",
5
5
  "homepage": "https://pantheon.io",
6
6
  "keywords": [