@pantheon-systems/pds-design-tokens 1.0.0-dev.132 → 1.0.0-dev.134

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.
@@ -186,6 +186,9 @@
186
186
  --pds-color-semantic-discovery-foreground: #8f7ee7;
187
187
  --pds-color-semantic-info-background: #082145;
188
188
  --pds-color-semantic-info-foreground: #388bff;
189
+ --pds-color-semantic-neutral-background: #1d1d29;
190
+ --pds-color-semantic-neutral-foreground: #a6a3b4;
191
+ --pds-color-semantic-neutral-utility: #858299;
189
192
  --pds-color-semantic-success-background: #133527;
190
193
  --pds-color-semantic-success-foreground: #2abb7f;
191
194
  --pds-color-semantic-warning-background: #3d2e00;
@@ -223,6 +223,9 @@
223
223
  --pds-color-semantic-discovery-foreground: #8270db;
224
224
  --pds-color-semantic-info-background: #e9f2ff;
225
225
  --pds-color-semantic-info-foreground: #1d7afc;
226
+ --pds-color-semantic-neutral-background: #cfcfd3;
227
+ --pds-color-semantic-neutral-foreground: #23232d;
228
+ --pds-color-semantic-neutral-utility: #6d6d78;
226
229
  --pds-color-semantic-success-background: #e3fcef;
227
230
  --pds-color-semantic-success-foreground: #218c5f;
228
231
  --pds-color-semantic-success-utility: #35ae7b;
@@ -254,11 +257,11 @@
254
257
  --pds-color-tag-14-background: #9c90e9;
255
258
  --pds-color-tag-14-foreground: #342c60;
256
259
  --pds-color-tag-15-background: #e7796d;
257
- --pds-color-tag-15-foreground: #56231d;
260
+ --pds-color-tag-15-foreground: #54221c;
258
261
  --pds-color-tag-16-background: #f1a76e;
259
262
  --pds-color-tag-16-foreground: #68320f;
260
263
  --pds-color-tag-17-background: #d87ab8;
261
- --pds-color-tag-17-foreground: #4a273e;
264
+ --pds-color-tag-17-foreground: #49273e;
262
265
  --pds-color-tag-18-background: #efce60;
263
266
  --pds-color-tag-18-foreground: #504012;
264
267
  --pds-color-tag-19-background: #9fc65b;
@@ -549,13 +549,14 @@
549
549
  }
550
550
  },
551
551
  "text": {
552
- "body": {
553
- "paragraph": {
552
+ "anchor": {
553
+ "L": {
554
554
  "value": {
555
555
  "fontSize": "1 * 16",
556
556
  "fontFamily": "Poppins",
557
557
  "fontWeight": 400,
558
- "lineHeight": "165%"
558
+ "lineHeight": "165%",
559
+ "textDecoration": "underline"
559
560
  },
560
561
  "type": "typography",
561
562
  "filePath": "tokens-figma/typography/base.json",
@@ -565,23 +566,24 @@
565
566
  "fontSize": "{typography.size.M} * {figma.typography.size.base}",
566
567
  "fontFamily": "Poppins",
567
568
  "fontWeight": "{typography.font-weight.regular}",
568
- "lineHeight": "{typography.line-height.L}"
569
+ "lineHeight": "{typography.line-height.L}",
570
+ "textDecoration": "underline"
569
571
  },
570
572
  "type": "typography"
571
573
  },
572
- "name": "text-body-paragraph",
574
+ "name": "text-anchor-l",
573
575
  "attributes": {
574
576
  "category": "text",
575
- "type": "body",
576
- "item": "paragraph"
577
+ "type": "anchor",
578
+ "item": "L"
577
579
  },
578
580
  "path": [
579
581
  "text",
580
- "body",
581
- "paragraph"
582
+ "anchor",
583
+ "L"
582
584
  ]
583
585
  },
584
- "anchor": {
586
+ "M": {
585
587
  "value": {
586
588
  "fontSize": "1 * 16",
587
589
  "fontFamily": "Poppins",
@@ -602,16 +604,82 @@
602
604
  },
603
605
  "type": "typography"
604
606
  },
605
- "name": "text-body-anchor",
607
+ "name": "text-anchor-m",
608
+ "attributes": {
609
+ "category": "text",
610
+ "type": "anchor",
611
+ "item": "M"
612
+ },
613
+ "path": [
614
+ "text",
615
+ "anchor",
616
+ "M"
617
+ ]
618
+ },
619
+ "S": {
620
+ "value": {
621
+ "fontSize": "0.833 * 16",
622
+ "fontFamily": "Poppins",
623
+ "fontWeight": 400,
624
+ "lineHeight": "165%",
625
+ "textDecoration": "underline"
626
+ },
627
+ "type": "typography",
628
+ "filePath": "tokens-figma/typography/base.json",
629
+ "isSource": true,
630
+ "original": {
631
+ "value": {
632
+ "fontSize": "{typography.size.S} * {figma.typography.size.base}",
633
+ "fontFamily": "Poppins",
634
+ "fontWeight": "{typography.font-weight.regular}",
635
+ "lineHeight": "{typography.line-height.L}",
636
+ "textDecoration": "underline"
637
+ },
638
+ "type": "typography"
639
+ },
640
+ "name": "text-anchor-s",
641
+ "attributes": {
642
+ "category": "text",
643
+ "type": "anchor",
644
+ "item": "S"
645
+ },
646
+ "path": [
647
+ "text",
648
+ "anchor",
649
+ "S"
650
+ ]
651
+ }
652
+ },
653
+ "body": {
654
+ "paragraph": {
655
+ "value": {
656
+ "fontSize": "1 * 16",
657
+ "fontFamily": "Poppins",
658
+ "fontWeight": 400,
659
+ "lineHeight": "165%"
660
+ },
661
+ "type": "typography",
662
+ "filePath": "tokens-figma/typography/base.json",
663
+ "isSource": true,
664
+ "original": {
665
+ "value": {
666
+ "fontSize": "{typography.size.M} * {figma.typography.size.base}",
667
+ "fontFamily": "Poppins",
668
+ "fontWeight": "{typography.font-weight.regular}",
669
+ "lineHeight": "{typography.line-height.L}"
670
+ },
671
+ "type": "typography"
672
+ },
673
+ "name": "text-body-paragraph",
606
674
  "attributes": {
607
675
  "category": "text",
608
676
  "type": "body",
609
- "item": "anchor"
677
+ "item": "paragraph"
610
678
  },
611
679
  "path": [
612
680
  "text",
613
681
  "body",
614
- "anchor"
682
+ "paragraph"
615
683
  ]
616
684
  },
617
685
  "lead": {
@@ -10686,6 +10754,89 @@
10686
10754
  "background"
10687
10755
  ]
10688
10756
  }
10757
+ },
10758
+ "neutral": {
10759
+ "foreground": {
10760
+ "value": "#a6a3b4",
10761
+ "public": true,
10762
+ "isReferenceToInternal": true,
10763
+ "filePath": "tokens/color/base/semantic.dark.json",
10764
+ "isSource": true,
10765
+ "original": {
10766
+ "value": "{color.dark-mode.neutral.200.value}",
10767
+ "public": true,
10768
+ "isReferenceToInternal": true
10769
+ },
10770
+ "name": "color-dark-mode-semantic-neutral-foreground",
10771
+ "attributes": {
10772
+ "category": "color",
10773
+ "type": "dark-mode",
10774
+ "item": "semantic",
10775
+ "subitem": "neutral",
10776
+ "state": "foreground"
10777
+ },
10778
+ "path": [
10779
+ "color",
10780
+ "dark-mode",
10781
+ "semantic",
10782
+ "neutral",
10783
+ "foreground"
10784
+ ]
10785
+ },
10786
+ "utility": {
10787
+ "value": "#858299",
10788
+ "public": true,
10789
+ "isReferenceToInternal": true,
10790
+ "filePath": "tokens/color/base/semantic.dark.json",
10791
+ "isSource": true,
10792
+ "original": {
10793
+ "value": "{color.dark-mode.neutral.300.value}",
10794
+ "public": true,
10795
+ "isReferenceToInternal": true
10796
+ },
10797
+ "name": "color-dark-mode-semantic-neutral-utility",
10798
+ "attributes": {
10799
+ "category": "color",
10800
+ "type": "dark-mode",
10801
+ "item": "semantic",
10802
+ "subitem": "neutral",
10803
+ "state": "utility"
10804
+ },
10805
+ "path": [
10806
+ "color",
10807
+ "dark-mode",
10808
+ "semantic",
10809
+ "neutral",
10810
+ "utility"
10811
+ ]
10812
+ },
10813
+ "background": {
10814
+ "value": "#1d1d29",
10815
+ "public": true,
10816
+ "isReferenceToInternal": true,
10817
+ "filePath": "tokens/color/base/semantic.dark.json",
10818
+ "isSource": true,
10819
+ "original": {
10820
+ "value": "{color.dark-mode.neutral.600.value}",
10821
+ "public": true,
10822
+ "isReferenceToInternal": true
10823
+ },
10824
+ "name": "color-dark-mode-semantic-neutral-background",
10825
+ "attributes": {
10826
+ "category": "color",
10827
+ "type": "dark-mode",
10828
+ "item": "semantic",
10829
+ "subitem": "neutral",
10830
+ "state": "background"
10831
+ },
10832
+ "path": [
10833
+ "color",
10834
+ "dark-mode",
10835
+ "semantic",
10836
+ "neutral",
10837
+ "background"
10838
+ ]
10839
+ }
10689
10840
  }
10690
10841
  },
10691
10842
  "utility": {
@@ -16633,12 +16784,12 @@
16633
16784
  ]
16634
16785
  },
16635
16786
  "foreground": {
16636
- "value": "#56231d",
16787
+ "value": "#54221c",
16637
16788
  "public": true,
16638
16789
  "filePath": "tokens/color/alias/tags.light.json",
16639
16790
  "isSource": true,
16640
16791
  "original": {
16641
- "value": "#56231D",
16792
+ "value": "#54221C",
16642
16793
  "public": true
16643
16794
  },
16644
16795
  "name": "color-light-mode-tag-15-foreground",
@@ -16737,12 +16888,12 @@
16737
16888
  ]
16738
16889
  },
16739
16890
  "foreground": {
16740
- "value": "#4a273e",
16891
+ "value": "#49273e",
16741
16892
  "public": true,
16742
16893
  "filePath": "tokens/color/alias/tags.light.json",
16743
16894
  "isSource": true,
16744
16895
  "original": {
16745
- "value": "#4A273E",
16896
+ "value": "#49273E",
16746
16897
  "public": true
16747
16898
  },
16748
16899
  "name": "color-light-mode-tag-17-foreground",
@@ -19025,6 +19176,89 @@
19025
19176
  "background"
19026
19177
  ]
19027
19178
  }
19179
+ },
19180
+ "neutral": {
19181
+ "foreground": {
19182
+ "value": "#23232d",
19183
+ "public": true,
19184
+ "isReferenceToInternal": true,
19185
+ "filePath": "tokens/color/base/semantic.light.json",
19186
+ "isSource": true,
19187
+ "original": {
19188
+ "value": "{color.light-mode.neutral.500.value}",
19189
+ "public": true,
19190
+ "isReferenceToInternal": true
19191
+ },
19192
+ "name": "color-light-mode-semantic-neutral-foreground",
19193
+ "attributes": {
19194
+ "category": "color",
19195
+ "type": "light-mode",
19196
+ "item": "semantic",
19197
+ "subitem": "neutral",
19198
+ "state": "foreground"
19199
+ },
19200
+ "path": [
19201
+ "color",
19202
+ "light-mode",
19203
+ "semantic",
19204
+ "neutral",
19205
+ "foreground"
19206
+ ]
19207
+ },
19208
+ "utility": {
19209
+ "value": "#6d6d78",
19210
+ "public": true,
19211
+ "isReferenceToInternal": true,
19212
+ "filePath": "tokens/color/base/semantic.light.json",
19213
+ "isSource": true,
19214
+ "original": {
19215
+ "value": "{color.light-mode.neutral.400.value}",
19216
+ "public": true,
19217
+ "isReferenceToInternal": true
19218
+ },
19219
+ "name": "color-light-mode-semantic-neutral-utility",
19220
+ "attributes": {
19221
+ "category": "color",
19222
+ "type": "light-mode",
19223
+ "item": "semantic",
19224
+ "subitem": "neutral",
19225
+ "state": "utility"
19226
+ },
19227
+ "path": [
19228
+ "color",
19229
+ "light-mode",
19230
+ "semantic",
19231
+ "neutral",
19232
+ "utility"
19233
+ ]
19234
+ },
19235
+ "background": {
19236
+ "value": "#cfcfd3",
19237
+ "public": true,
19238
+ "isReferenceToInternal": true,
19239
+ "filePath": "tokens/color/base/semantic.light.json",
19240
+ "isSource": true,
19241
+ "original": {
19242
+ "value": "{color.light-mode.neutral.300.value}",
19243
+ "public": true,
19244
+ "isReferenceToInternal": true
19245
+ },
19246
+ "name": "color-light-mode-semantic-neutral-background",
19247
+ "attributes": {
19248
+ "category": "color",
19249
+ "type": "light-mode",
19250
+ "item": "semantic",
19251
+ "subitem": "neutral",
19252
+ "state": "background"
19253
+ },
19254
+ "path": [
19255
+ "color",
19256
+ "light-mode",
19257
+ "semantic",
19258
+ "neutral",
19259
+ "background"
19260
+ ]
19261
+ }
19028
19262
  }
19029
19263
  },
19030
19264
  "utility": {
@@ -7479,6 +7479,89 @@
7479
7479
  "background"
7480
7480
  ]
7481
7481
  }
7482
+ },
7483
+ "neutral": {
7484
+ "foreground": {
7485
+ "value": "#a6a3b4",
7486
+ "public": true,
7487
+ "isReferenceToInternal": true,
7488
+ "filePath": "tokens/color/base/semantic.dark.json",
7489
+ "isSource": true,
7490
+ "original": {
7491
+ "value": "{color.dark-mode.neutral.200.value}",
7492
+ "public": true,
7493
+ "isReferenceToInternal": true
7494
+ },
7495
+ "name": "color-dark-mode-semantic-neutral-foreground",
7496
+ "attributes": {
7497
+ "category": "color",
7498
+ "type": "dark-mode",
7499
+ "item": "semantic",
7500
+ "subitem": "neutral",
7501
+ "state": "foreground"
7502
+ },
7503
+ "path": [
7504
+ "color",
7505
+ "dark-mode",
7506
+ "semantic",
7507
+ "neutral",
7508
+ "foreground"
7509
+ ]
7510
+ },
7511
+ "utility": {
7512
+ "value": "#858299",
7513
+ "public": true,
7514
+ "isReferenceToInternal": true,
7515
+ "filePath": "tokens/color/base/semantic.dark.json",
7516
+ "isSource": true,
7517
+ "original": {
7518
+ "value": "{color.dark-mode.neutral.300.value}",
7519
+ "public": true,
7520
+ "isReferenceToInternal": true
7521
+ },
7522
+ "name": "color-dark-mode-semantic-neutral-utility",
7523
+ "attributes": {
7524
+ "category": "color",
7525
+ "type": "dark-mode",
7526
+ "item": "semantic",
7527
+ "subitem": "neutral",
7528
+ "state": "utility"
7529
+ },
7530
+ "path": [
7531
+ "color",
7532
+ "dark-mode",
7533
+ "semantic",
7534
+ "neutral",
7535
+ "utility"
7536
+ ]
7537
+ },
7538
+ "background": {
7539
+ "value": "#1d1d29",
7540
+ "public": true,
7541
+ "isReferenceToInternal": true,
7542
+ "filePath": "tokens/color/base/semantic.dark.json",
7543
+ "isSource": true,
7544
+ "original": {
7545
+ "value": "{color.dark-mode.neutral.600.value}",
7546
+ "public": true,
7547
+ "isReferenceToInternal": true
7548
+ },
7549
+ "name": "color-dark-mode-semantic-neutral-background",
7550
+ "attributes": {
7551
+ "category": "color",
7552
+ "type": "dark-mode",
7553
+ "item": "semantic",
7554
+ "subitem": "neutral",
7555
+ "state": "background"
7556
+ },
7557
+ "path": [
7558
+ "color",
7559
+ "dark-mode",
7560
+ "semantic",
7561
+ "neutral",
7562
+ "background"
7563
+ ]
7564
+ }
7482
7565
  }
7483
7566
  },
7484
7567
  "utility": {
@@ -5879,12 +5879,12 @@
5879
5879
  ]
5880
5880
  },
5881
5881
  "foreground": {
5882
- "value": "#56231d",
5882
+ "value": "#54221c",
5883
5883
  "public": true,
5884
5884
  "filePath": "tokens/color/alias/tags.light.json",
5885
5885
  "isSource": true,
5886
5886
  "original": {
5887
- "value": "#56231D",
5887
+ "value": "#54221C",
5888
5888
  "public": true
5889
5889
  },
5890
5890
  "name": "color-light-mode-tag-15-foreground",
@@ -5983,12 +5983,12 @@
5983
5983
  ]
5984
5984
  },
5985
5985
  "foreground": {
5986
- "value": "#4a273e",
5986
+ "value": "#49273e",
5987
5987
  "public": true,
5988
5988
  "filePath": "tokens/color/alias/tags.light.json",
5989
5989
  "isSource": true,
5990
5990
  "original": {
5991
- "value": "#4A273E",
5991
+ "value": "#49273E",
5992
5992
  "public": true
5993
5993
  },
5994
5994
  "name": "color-light-mode-tag-17-foreground",
@@ -8384,6 +8384,89 @@
8384
8384
  "background"
8385
8385
  ]
8386
8386
  }
8387
+ },
8388
+ "neutral": {
8389
+ "foreground": {
8390
+ "value": "#23232d",
8391
+ "public": true,
8392
+ "isReferenceToInternal": true,
8393
+ "filePath": "tokens/color/base/semantic.light.json",
8394
+ "isSource": true,
8395
+ "original": {
8396
+ "value": "{color.light-mode.neutral.500.value}",
8397
+ "public": true,
8398
+ "isReferenceToInternal": true
8399
+ },
8400
+ "name": "color-light-mode-semantic-neutral-foreground",
8401
+ "attributes": {
8402
+ "category": "color",
8403
+ "type": "light-mode",
8404
+ "item": "semantic",
8405
+ "subitem": "neutral",
8406
+ "state": "foreground"
8407
+ },
8408
+ "path": [
8409
+ "color",
8410
+ "light-mode",
8411
+ "semantic",
8412
+ "neutral",
8413
+ "foreground"
8414
+ ]
8415
+ },
8416
+ "utility": {
8417
+ "value": "#6d6d78",
8418
+ "public": true,
8419
+ "isReferenceToInternal": true,
8420
+ "filePath": "tokens/color/base/semantic.light.json",
8421
+ "isSource": true,
8422
+ "original": {
8423
+ "value": "{color.light-mode.neutral.400.value}",
8424
+ "public": true,
8425
+ "isReferenceToInternal": true
8426
+ },
8427
+ "name": "color-light-mode-semantic-neutral-utility",
8428
+ "attributes": {
8429
+ "category": "color",
8430
+ "type": "light-mode",
8431
+ "item": "semantic",
8432
+ "subitem": "neutral",
8433
+ "state": "utility"
8434
+ },
8435
+ "path": [
8436
+ "color",
8437
+ "light-mode",
8438
+ "semantic",
8439
+ "neutral",
8440
+ "utility"
8441
+ ]
8442
+ },
8443
+ "background": {
8444
+ "value": "#cfcfd3",
8445
+ "public": true,
8446
+ "isReferenceToInternal": true,
8447
+ "filePath": "tokens/color/base/semantic.light.json",
8448
+ "isSource": true,
8449
+ "original": {
8450
+ "value": "{color.light-mode.neutral.300.value}",
8451
+ "public": true,
8452
+ "isReferenceToInternal": true
8453
+ },
8454
+ "name": "color-light-mode-semantic-neutral-background",
8455
+ "attributes": {
8456
+ "category": "color",
8457
+ "type": "light-mode",
8458
+ "item": "semantic",
8459
+ "subitem": "neutral",
8460
+ "state": "background"
8461
+ },
8462
+ "path": [
8463
+ "color",
8464
+ "light-mode",
8465
+ "semantic",
8466
+ "neutral",
8467
+ "background"
8468
+ ]
8469
+ }
8387
8470
  }
8388
8471
  },
8389
8472
  "utility": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-design-tokens",
3
- "version": "1.0.0-dev.132",
3
+ "version": "1.0.0-dev.134",
4
4
  "description": "Design Tokens for the Pantheon Design System",
5
5
  "homepage": "https://pantheon.io",
6
6
  "keywords": [