@pantheon-systems/pds-design-tokens 1.0.0-dev.104 → 1.0.0-dev.106
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.
- package/build/css/pds-design-tokens-dark-mode.css +2 -0
- package/build/css/pds-design-tokens-light-mode.css +4 -2
- package/build/figma/pds-design-tokens-figma.json +108 -4
- package/build/json/pds-design-tokens-dark-mode.json +52 -0
- package/build/json/pds-design-tokens-light-mode.json +56 -4
- package/package.json +1 -1
|
@@ -186,6 +186,8 @@
|
|
|
186
186
|
--pds-color-tabs-accent: #ad9bff;
|
|
187
187
|
--pds-color-tag-1-background: #705e00;
|
|
188
188
|
--pds-color-tag-1-foreground: #fffbe9;
|
|
189
|
+
--pds-color-tag-10-background: #5b440a;
|
|
190
|
+
--pds-color-tag-10-foreground: #efeadf;
|
|
189
191
|
--pds-color-tag-2-background: #4e39a8;
|
|
190
192
|
--pds-color-tag-2-foreground: #f3f0ff;
|
|
191
193
|
--pds-color-tag-3-background: #560039;
|
|
@@ -195,6 +195,8 @@
|
|
|
195
195
|
--pds-color-tabs-accent: #5f41e5;
|
|
196
196
|
--pds-color-tag-1-background: #fffbe9;
|
|
197
197
|
--pds-color-tag-1-foreground: #705e00;
|
|
198
|
+
--pds-color-tag-10-background: #efeadf;
|
|
199
|
+
--pds-color-tag-10-foreground: #5b440a;
|
|
198
200
|
--pds-color-tag-2-background: #f0ecff;
|
|
199
201
|
--pds-color-tag-2-foreground: #3017a1;
|
|
200
202
|
--pds-color-tag-3-background: #ffe5f6;
|
|
@@ -204,11 +206,11 @@
|
|
|
204
206
|
--pds-color-tag-5-background: #fff0f0;
|
|
205
207
|
--pds-color-tag-5-foreground: #700000;
|
|
206
208
|
--pds-color-tag-6-background: #fff6eb;
|
|
207
|
-
--pds-color-tag-6-foreground: #
|
|
209
|
+
--pds-color-tag-6-foreground: #ae5401;
|
|
208
210
|
--pds-color-tag-7-background: #dffcf0;
|
|
209
211
|
--pds-color-tag-7-foreground: #164b35;
|
|
210
212
|
--pds-color-tag-8-background: #dffbff;
|
|
211
|
-
--pds-color-tag-8-foreground: #
|
|
213
|
+
--pds-color-tag-8-foreground: #036e7d;
|
|
212
214
|
--pds-color-tag-9-background: #e9f2ff;
|
|
213
215
|
--pds-color-tag-9-foreground: #0155cc;
|
|
214
216
|
--pds-color-tag-remove-button: #61616b;
|
|
@@ -6870,6 +6870,58 @@
|
|
|
6870
6870
|
]
|
|
6871
6871
|
}
|
|
6872
6872
|
},
|
|
6873
|
+
"10": {
|
|
6874
|
+
"background": {
|
|
6875
|
+
"value": "#5b440a",
|
|
6876
|
+
"public": true,
|
|
6877
|
+
"filePath": "tokens/color/alias/tags.dark.json",
|
|
6878
|
+
"isSource": true,
|
|
6879
|
+
"original": {
|
|
6880
|
+
"value": "#5B440A",
|
|
6881
|
+
"public": true
|
|
6882
|
+
},
|
|
6883
|
+
"name": "color-dark-mode-tag-10-background",
|
|
6884
|
+
"attributes": {
|
|
6885
|
+
"category": "color",
|
|
6886
|
+
"type": "dark-mode",
|
|
6887
|
+
"item": "tag",
|
|
6888
|
+
"subitem": "10",
|
|
6889
|
+
"state": "background"
|
|
6890
|
+
},
|
|
6891
|
+
"path": [
|
|
6892
|
+
"color",
|
|
6893
|
+
"dark-mode",
|
|
6894
|
+
"tag",
|
|
6895
|
+
"10",
|
|
6896
|
+
"background"
|
|
6897
|
+
]
|
|
6898
|
+
},
|
|
6899
|
+
"foreground": {
|
|
6900
|
+
"value": "#efeadf",
|
|
6901
|
+
"public": true,
|
|
6902
|
+
"filePath": "tokens/color/alias/tags.dark.json",
|
|
6903
|
+
"isSource": true,
|
|
6904
|
+
"original": {
|
|
6905
|
+
"value": "#EFEADF",
|
|
6906
|
+
"public": true
|
|
6907
|
+
},
|
|
6908
|
+
"name": "color-dark-mode-tag-10-foreground",
|
|
6909
|
+
"attributes": {
|
|
6910
|
+
"category": "color",
|
|
6911
|
+
"type": "dark-mode",
|
|
6912
|
+
"item": "tag",
|
|
6913
|
+
"subitem": "10",
|
|
6914
|
+
"state": "foreground"
|
|
6915
|
+
},
|
|
6916
|
+
"path": [
|
|
6917
|
+
"color",
|
|
6918
|
+
"dark-mode",
|
|
6919
|
+
"tag",
|
|
6920
|
+
"10",
|
|
6921
|
+
"foreground"
|
|
6922
|
+
]
|
|
6923
|
+
}
|
|
6924
|
+
},
|
|
6873
6925
|
"remove-button": {
|
|
6874
6926
|
"value": "#a6a3b4",
|
|
6875
6927
|
"public": true,
|
|
@@ -13109,12 +13161,12 @@
|
|
|
13109
13161
|
]
|
|
13110
13162
|
},
|
|
13111
13163
|
"foreground": {
|
|
13112
|
-
"value": "#
|
|
13164
|
+
"value": "#ae5401",
|
|
13113
13165
|
"public": true,
|
|
13114
13166
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
13115
13167
|
"isSource": true,
|
|
13116
13168
|
"original": {
|
|
13117
|
-
"value": "#
|
|
13169
|
+
"value": "#ae5401",
|
|
13118
13170
|
"public": true
|
|
13119
13171
|
},
|
|
13120
13172
|
"name": "color-light-mode-tag-6-foreground",
|
|
@@ -13213,12 +13265,12 @@
|
|
|
13213
13265
|
]
|
|
13214
13266
|
},
|
|
13215
13267
|
"foreground": {
|
|
13216
|
-
"value": "#
|
|
13268
|
+
"value": "#036e7d",
|
|
13217
13269
|
"public": true,
|
|
13218
13270
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
13219
13271
|
"isSource": true,
|
|
13220
13272
|
"original": {
|
|
13221
|
-
"value": "#
|
|
13273
|
+
"value": "#036e7d",
|
|
13222
13274
|
"public": true
|
|
13223
13275
|
},
|
|
13224
13276
|
"name": "color-light-mode-tag-8-foreground",
|
|
@@ -13292,6 +13344,58 @@
|
|
|
13292
13344
|
]
|
|
13293
13345
|
}
|
|
13294
13346
|
},
|
|
13347
|
+
"10": {
|
|
13348
|
+
"background": {
|
|
13349
|
+
"value": "#efeadf",
|
|
13350
|
+
"public": true,
|
|
13351
|
+
"filePath": "tokens/color/alias/tags.light.json",
|
|
13352
|
+
"isSource": true,
|
|
13353
|
+
"original": {
|
|
13354
|
+
"value": "#EFEADF",
|
|
13355
|
+
"public": true
|
|
13356
|
+
},
|
|
13357
|
+
"name": "color-light-mode-tag-10-background",
|
|
13358
|
+
"attributes": {
|
|
13359
|
+
"category": "color",
|
|
13360
|
+
"type": "light-mode",
|
|
13361
|
+
"item": "tag",
|
|
13362
|
+
"subitem": "10",
|
|
13363
|
+
"state": "background"
|
|
13364
|
+
},
|
|
13365
|
+
"path": [
|
|
13366
|
+
"color",
|
|
13367
|
+
"light-mode",
|
|
13368
|
+
"tag",
|
|
13369
|
+
"10",
|
|
13370
|
+
"background"
|
|
13371
|
+
]
|
|
13372
|
+
},
|
|
13373
|
+
"foreground": {
|
|
13374
|
+
"value": "#5b440a",
|
|
13375
|
+
"public": true,
|
|
13376
|
+
"filePath": "tokens/color/alias/tags.light.json",
|
|
13377
|
+
"isSource": true,
|
|
13378
|
+
"original": {
|
|
13379
|
+
"value": "#5B440A",
|
|
13380
|
+
"public": true
|
|
13381
|
+
},
|
|
13382
|
+
"name": "color-light-mode-tag-10-foreground",
|
|
13383
|
+
"attributes": {
|
|
13384
|
+
"category": "color",
|
|
13385
|
+
"type": "light-mode",
|
|
13386
|
+
"item": "tag",
|
|
13387
|
+
"subitem": "10",
|
|
13388
|
+
"state": "foreground"
|
|
13389
|
+
},
|
|
13390
|
+
"path": [
|
|
13391
|
+
"color",
|
|
13392
|
+
"light-mode",
|
|
13393
|
+
"tag",
|
|
13394
|
+
"10",
|
|
13395
|
+
"foreground"
|
|
13396
|
+
]
|
|
13397
|
+
}
|
|
13398
|
+
},
|
|
13295
13399
|
"remove-button": {
|
|
13296
13400
|
"value": "#61616b",
|
|
13297
13401
|
"public": true,
|
|
@@ -4604,6 +4604,58 @@
|
|
|
4604
4604
|
]
|
|
4605
4605
|
}
|
|
4606
4606
|
},
|
|
4607
|
+
"10": {
|
|
4608
|
+
"background": {
|
|
4609
|
+
"value": "#5b440a",
|
|
4610
|
+
"public": true,
|
|
4611
|
+
"filePath": "tokens/color/alias/tags.dark.json",
|
|
4612
|
+
"isSource": true,
|
|
4613
|
+
"original": {
|
|
4614
|
+
"value": "#5B440A",
|
|
4615
|
+
"public": true
|
|
4616
|
+
},
|
|
4617
|
+
"name": "color-dark-mode-tag-10-background",
|
|
4618
|
+
"attributes": {
|
|
4619
|
+
"category": "color",
|
|
4620
|
+
"type": "dark-mode",
|
|
4621
|
+
"item": "tag",
|
|
4622
|
+
"subitem": "10",
|
|
4623
|
+
"state": "background"
|
|
4624
|
+
},
|
|
4625
|
+
"path": [
|
|
4626
|
+
"color",
|
|
4627
|
+
"dark-mode",
|
|
4628
|
+
"tag",
|
|
4629
|
+
"10",
|
|
4630
|
+
"background"
|
|
4631
|
+
]
|
|
4632
|
+
},
|
|
4633
|
+
"foreground": {
|
|
4634
|
+
"value": "#efeadf",
|
|
4635
|
+
"public": true,
|
|
4636
|
+
"filePath": "tokens/color/alias/tags.dark.json",
|
|
4637
|
+
"isSource": true,
|
|
4638
|
+
"original": {
|
|
4639
|
+
"value": "#EFEADF",
|
|
4640
|
+
"public": true
|
|
4641
|
+
},
|
|
4642
|
+
"name": "color-dark-mode-tag-10-foreground",
|
|
4643
|
+
"attributes": {
|
|
4644
|
+
"category": "color",
|
|
4645
|
+
"type": "dark-mode",
|
|
4646
|
+
"item": "tag",
|
|
4647
|
+
"subitem": "10",
|
|
4648
|
+
"state": "foreground"
|
|
4649
|
+
},
|
|
4650
|
+
"path": [
|
|
4651
|
+
"color",
|
|
4652
|
+
"dark-mode",
|
|
4653
|
+
"tag",
|
|
4654
|
+
"10",
|
|
4655
|
+
"foreground"
|
|
4656
|
+
]
|
|
4657
|
+
}
|
|
4658
|
+
},
|
|
4607
4659
|
"remove-button": {
|
|
4608
4660
|
"value": "#a6a3b4",
|
|
4609
4661
|
"public": true,
|
|
@@ -4500,12 +4500,12 @@
|
|
|
4500
4500
|
]
|
|
4501
4501
|
},
|
|
4502
4502
|
"foreground": {
|
|
4503
|
-
"value": "#
|
|
4503
|
+
"value": "#ae5401",
|
|
4504
4504
|
"public": true,
|
|
4505
4505
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
4506
4506
|
"isSource": true,
|
|
4507
4507
|
"original": {
|
|
4508
|
-
"value": "#
|
|
4508
|
+
"value": "#ae5401",
|
|
4509
4509
|
"public": true
|
|
4510
4510
|
},
|
|
4511
4511
|
"name": "color-light-mode-tag-6-foreground",
|
|
@@ -4604,12 +4604,12 @@
|
|
|
4604
4604
|
]
|
|
4605
4605
|
},
|
|
4606
4606
|
"foreground": {
|
|
4607
|
-
"value": "#
|
|
4607
|
+
"value": "#036e7d",
|
|
4608
4608
|
"public": true,
|
|
4609
4609
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
4610
4610
|
"isSource": true,
|
|
4611
4611
|
"original": {
|
|
4612
|
-
"value": "#
|
|
4612
|
+
"value": "#036e7d",
|
|
4613
4613
|
"public": true
|
|
4614
4614
|
},
|
|
4615
4615
|
"name": "color-light-mode-tag-8-foreground",
|
|
@@ -4683,6 +4683,58 @@
|
|
|
4683
4683
|
]
|
|
4684
4684
|
}
|
|
4685
4685
|
},
|
|
4686
|
+
"10": {
|
|
4687
|
+
"background": {
|
|
4688
|
+
"value": "#efeadf",
|
|
4689
|
+
"public": true,
|
|
4690
|
+
"filePath": "tokens/color/alias/tags.light.json",
|
|
4691
|
+
"isSource": true,
|
|
4692
|
+
"original": {
|
|
4693
|
+
"value": "#EFEADF",
|
|
4694
|
+
"public": true
|
|
4695
|
+
},
|
|
4696
|
+
"name": "color-light-mode-tag-10-background",
|
|
4697
|
+
"attributes": {
|
|
4698
|
+
"category": "color",
|
|
4699
|
+
"type": "light-mode",
|
|
4700
|
+
"item": "tag",
|
|
4701
|
+
"subitem": "10",
|
|
4702
|
+
"state": "background"
|
|
4703
|
+
},
|
|
4704
|
+
"path": [
|
|
4705
|
+
"color",
|
|
4706
|
+
"light-mode",
|
|
4707
|
+
"tag",
|
|
4708
|
+
"10",
|
|
4709
|
+
"background"
|
|
4710
|
+
]
|
|
4711
|
+
},
|
|
4712
|
+
"foreground": {
|
|
4713
|
+
"value": "#5b440a",
|
|
4714
|
+
"public": true,
|
|
4715
|
+
"filePath": "tokens/color/alias/tags.light.json",
|
|
4716
|
+
"isSource": true,
|
|
4717
|
+
"original": {
|
|
4718
|
+
"value": "#5B440A",
|
|
4719
|
+
"public": true
|
|
4720
|
+
},
|
|
4721
|
+
"name": "color-light-mode-tag-10-foreground",
|
|
4722
|
+
"attributes": {
|
|
4723
|
+
"category": "color",
|
|
4724
|
+
"type": "light-mode",
|
|
4725
|
+
"item": "tag",
|
|
4726
|
+
"subitem": "10",
|
|
4727
|
+
"state": "foreground"
|
|
4728
|
+
},
|
|
4729
|
+
"path": [
|
|
4730
|
+
"color",
|
|
4731
|
+
"light-mode",
|
|
4732
|
+
"tag",
|
|
4733
|
+
"10",
|
|
4734
|
+
"foreground"
|
|
4735
|
+
]
|
|
4736
|
+
}
|
|
4737
|
+
},
|
|
4686
4738
|
"remove-button": {
|
|
4687
4739
|
"value": "#61616b",
|
|
4688
4740
|
"public": true,
|