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

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,8 @@
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;
103
+ --pds-color-code-inline-text: #ffffff;
102
104
  --pds-color-expansion-panel-hover: #282839;
103
105
  --pds-color-expansion-panel-open: #282839;
104
106
  --pds-color-foreground-default: #ffffff;
@@ -142,6 +144,7 @@
142
144
  --pds-color-menu-item-description-text: #a6a3b4;
143
145
  --pds-color-menu-item-foreground: #ffffff;
144
146
  --pds-color-menu-item-heading-text: #a6a3b4;
147
+ --pds-color-overlay: rgba(9, 0, 48, 0.45);
145
148
  --pds-color-panel-default-background: var(--pds-color-background-default);
146
149
  --pds-color-panel-default-border: var(--pds-color-border-default);
147
150
  --pds-color-panel-overlay-background: #282839;
@@ -99,6 +99,8 @@
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: #f0ecff;
103
+ --pds-color-code-inline-text: #000000;
102
104
  --pds-color-expansion-panel-hover: #f1f1f1;
103
105
  --pds-color-expansion-panel-open: #f1f1f1;
104
106
  --pds-color-foreground-default: #23232d;
@@ -148,6 +150,7 @@
148
150
  --pds-color-neutral-300: #cfcfd3;
149
151
  --pds-color-neutral-400: #6d6d78;
150
152
  --pds-color-neutral-500: #23232d;
153
+ --pds-color-overlay: rgba(9, 0, 48, 0.45);
151
154
  --pds-color-pager-background-active: #f0ecff;
152
155
  --pds-color-pager-background-hover: #f1f1f1;
153
156
  --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,62 @@
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
+ "text": {
4231
+ "value": "#ffffff",
4232
+ "public": true,
4233
+ "filePath": "tokens/color/alias/code.dark.json",
4234
+ "isSource": true,
4235
+ "original": {
4236
+ "value": "#ffffff",
4237
+ "public": true
4238
+ },
4239
+ "name": "color-dark-mode-code-inline-text",
4240
+ "attributes": {
4241
+ "category": "color",
4242
+ "type": "dark-mode",
4243
+ "item": "code",
4244
+ "subitem": "inline",
4245
+ "state": "text"
4246
+ },
4247
+ "path": [
4248
+ "color",
4249
+ "dark-mode",
4250
+ "code",
4251
+ "inline",
4252
+ "text"
4253
+ ]
4254
+ }
4255
+ }
4256
+ },
4453
4257
  "background": {
4454
4258
  "default": {
4455
4259
  "value": "#1d1d29",
@@ -4631,6 +4435,29 @@
4631
4435
  ]
4632
4436
  }
4633
4437
  },
4438
+ "overlay": {
4439
+ "value": "rgba(9, 0, 48, 0.45)",
4440
+ "public": true,
4441
+ "isReferenceToInternal": true,
4442
+ "filePath": "tokens/color/alias/defaults.dark.json",
4443
+ "isSource": true,
4444
+ "original": {
4445
+ "value": "rgba(9, 0, 48, 0.45)",
4446
+ "public": true,
4447
+ "isReferenceToInternal": true
4448
+ },
4449
+ "name": "color-dark-mode-overlay",
4450
+ "attributes": {
4451
+ "category": "color",
4452
+ "type": "dark-mode",
4453
+ "item": "overlay"
4454
+ },
4455
+ "path": [
4456
+ "color",
4457
+ "dark-mode",
4458
+ "overlay"
4459
+ ]
4460
+ },
4634
4461
  "input": {
4635
4462
  "background": {
4636
4463
  "default": {
@@ -10196,6 +10023,62 @@
10196
10023
  ]
10197
10024
  }
10198
10025
  },
10026
+ "code": {
10027
+ "inline": {
10028
+ "background": {
10029
+ "value": "#f0ecff",
10030
+ "public": true,
10031
+ "isReferenceToInternal": true,
10032
+ "filePath": "tokens/color/alias/code.light.json",
10033
+ "isSource": true,
10034
+ "original": {
10035
+ "value": "{color.light-mode.brand.secondary.100.value}",
10036
+ "public": true,
10037
+ "isReferenceToInternal": true
10038
+ },
10039
+ "name": "color-light-mode-code-inline-background",
10040
+ "attributes": {
10041
+ "category": "color",
10042
+ "type": "light-mode",
10043
+ "item": "code",
10044
+ "subitem": "inline",
10045
+ "state": "background"
10046
+ },
10047
+ "path": [
10048
+ "color",
10049
+ "light-mode",
10050
+ "code",
10051
+ "inline",
10052
+ "background"
10053
+ ]
10054
+ },
10055
+ "text": {
10056
+ "value": "#000000",
10057
+ "public": true,
10058
+ "filePath": "tokens/color/alias/code.light.json",
10059
+ "isSource": true,
10060
+ "original": {
10061
+ "value": "#000000",
10062
+ "public": true
10063
+ },
10064
+ "name": "color-light-mode-code-inline-text",
10065
+ "attributes": {
10066
+ "category": "color",
10067
+ "type": "light-mode",
10068
+ "item": "code",
10069
+ "subitem": "inline",
10070
+ "state": "text"
10071
+ },
10072
+ "path": [
10073
+ "color",
10074
+ "light-mode",
10075
+ "code",
10076
+ "inline",
10077
+ "text"
10078
+ ]
10079
+ }
10080
+ }
10081
+ },
10199
10082
  "background": {
10200
10083
  "default": {
10201
10084
  "value": "#ffffff",
@@ -10377,6 +10260,29 @@
10377
10260
  ]
10378
10261
  }
10379
10262
  },
10263
+ "overlay": {
10264
+ "value": "rgba(9, 0, 48, 0.45)",
10265
+ "public": true,
10266
+ "isReferenceToInternal": true,
10267
+ "filePath": "tokens/color/alias/defaults.light.json",
10268
+ "isSource": true,
10269
+ "original": {
10270
+ "value": "rgba(9, 0, 48, 0.45)",
10271
+ "public": true,
10272
+ "isReferenceToInternal": true
10273
+ },
10274
+ "name": "color-light-mode-overlay",
10275
+ "attributes": {
10276
+ "category": "color",
10277
+ "type": "light-mode",
10278
+ "item": "overlay"
10279
+ },
10280
+ "path": [
10281
+ "color",
10282
+ "light-mode",
10283
+ "overlay"
10284
+ ]
10285
+ },
10380
10286
  "input": {
10381
10287
  "background": {
10382
10288
  "default": {
@@ -2351,6 +2351,62 @@
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
+ "text": {
2384
+ "value": "#ffffff",
2385
+ "public": true,
2386
+ "filePath": "tokens/color/alias/code.dark.json",
2387
+ "isSource": true,
2388
+ "original": {
2389
+ "value": "#ffffff",
2390
+ "public": true
2391
+ },
2392
+ "name": "color-dark-mode-code-inline-text",
2393
+ "attributes": {
2394
+ "category": "color",
2395
+ "type": "dark-mode",
2396
+ "item": "code",
2397
+ "subitem": "inline",
2398
+ "state": "text"
2399
+ },
2400
+ "path": [
2401
+ "color",
2402
+ "dark-mode",
2403
+ "code",
2404
+ "inline",
2405
+ "text"
2406
+ ]
2407
+ }
2408
+ }
2409
+ },
2354
2410
  "background": {
2355
2411
  "default": {
2356
2412
  "value": "#1d1d29",
@@ -2532,6 +2588,29 @@
2532
2588
  ]
2533
2589
  }
2534
2590
  },
2591
+ "overlay": {
2592
+ "value": "rgba(9, 0, 48, 0.45)",
2593
+ "public": true,
2594
+ "isReferenceToInternal": true,
2595
+ "filePath": "tokens/color/alias/defaults.dark.json",
2596
+ "isSource": true,
2597
+ "original": {
2598
+ "value": "rgba(9, 0, 48, 0.45)",
2599
+ "public": true,
2600
+ "isReferenceToInternal": true
2601
+ },
2602
+ "name": "color-dark-mode-overlay",
2603
+ "attributes": {
2604
+ "category": "color",
2605
+ "type": "dark-mode",
2606
+ "item": "overlay"
2607
+ },
2608
+ "path": [
2609
+ "color",
2610
+ "dark-mode",
2611
+ "overlay"
2612
+ ]
2613
+ },
2535
2614
  "input": {
2536
2615
  "background": {
2537
2616
  "default": {
@@ -2343,6 +2343,62 @@
2343
2343
  ]
2344
2344
  }
2345
2345
  },
2346
+ "code": {
2347
+ "inline": {
2348
+ "background": {
2349
+ "value": "#f0ecff",
2350
+ "public": true,
2351
+ "isReferenceToInternal": true,
2352
+ "filePath": "tokens/color/alias/code.light.json",
2353
+ "isSource": true,
2354
+ "original": {
2355
+ "value": "{color.light-mode.brand.secondary.100.value}",
2356
+ "public": true,
2357
+ "isReferenceToInternal": true
2358
+ },
2359
+ "name": "color-light-mode-code-inline-background",
2360
+ "attributes": {
2361
+ "category": "color",
2362
+ "type": "light-mode",
2363
+ "item": "code",
2364
+ "subitem": "inline",
2365
+ "state": "background"
2366
+ },
2367
+ "path": [
2368
+ "color",
2369
+ "light-mode",
2370
+ "code",
2371
+ "inline",
2372
+ "background"
2373
+ ]
2374
+ },
2375
+ "text": {
2376
+ "value": "#000000",
2377
+ "public": true,
2378
+ "filePath": "tokens/color/alias/code.light.json",
2379
+ "isSource": true,
2380
+ "original": {
2381
+ "value": "#000000",
2382
+ "public": true
2383
+ },
2384
+ "name": "color-light-mode-code-inline-text",
2385
+ "attributes": {
2386
+ "category": "color",
2387
+ "type": "light-mode",
2388
+ "item": "code",
2389
+ "subitem": "inline",
2390
+ "state": "text"
2391
+ },
2392
+ "path": [
2393
+ "color",
2394
+ "light-mode",
2395
+ "code",
2396
+ "inline",
2397
+ "text"
2398
+ ]
2399
+ }
2400
+ }
2401
+ },
2346
2402
  "background": {
2347
2403
  "default": {
2348
2404
  "value": "#ffffff",
@@ -2524,6 +2580,29 @@
2524
2580
  ]
2525
2581
  }
2526
2582
  },
2583
+ "overlay": {
2584
+ "value": "rgba(9, 0, 48, 0.45)",
2585
+ "public": true,
2586
+ "isReferenceToInternal": true,
2587
+ "filePath": "tokens/color/alias/defaults.light.json",
2588
+ "isSource": true,
2589
+ "original": {
2590
+ "value": "rgba(9, 0, 48, 0.45)",
2591
+ "public": true,
2592
+ "isReferenceToInternal": true
2593
+ },
2594
+ "name": "color-light-mode-overlay",
2595
+ "attributes": {
2596
+ "category": "color",
2597
+ "type": "light-mode",
2598
+ "item": "overlay"
2599
+ },
2600
+ "path": [
2601
+ "color",
2602
+ "light-mode",
2603
+ "overlay"
2604
+ ]
2605
+ },
2527
2606
  "input": {
2528
2607
  "background": {
2529
2608
  "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.83",
4
4
  "description": "Design Tokens for the Pantheon Design System",
5
5
  "homepage": "https://pantheon.io",
6
6
  "keywords": [