@pantheon-systems/pds-design-tokens 1.0.0-dev.130 → 1.0.0-dev.132
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 +40 -21
- package/build/css/pds-design-tokens-light-mode.css +43 -21
- package/build/figma/pds-design-tokens-figma.json +4522 -3413
- package/build/json/pds-design-tokens-dark-mode.json +578 -67
- package/build/json/pds-design-tokens-light-mode.json +658 -60
- package/package.json +1 -1
|
@@ -2904,6 +2904,91 @@
|
|
|
2904
2904
|
}
|
|
2905
2905
|
}
|
|
2906
2906
|
},
|
|
2907
|
+
"segmented-button": {
|
|
2908
|
+
"background": {
|
|
2909
|
+
"default": {
|
|
2910
|
+
"value": "#ffffff",
|
|
2911
|
+
"public": true,
|
|
2912
|
+
"isReferenceToInternal": true,
|
|
2913
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
2914
|
+
"isSource": true,
|
|
2915
|
+
"original": {
|
|
2916
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
2917
|
+
"public": true,
|
|
2918
|
+
"isReferenceToInternal": true
|
|
2919
|
+
},
|
|
2920
|
+
"name": "color-light-mode-segmented-button-background-default",
|
|
2921
|
+
"attributes": {
|
|
2922
|
+
"category": "color",
|
|
2923
|
+
"type": "light-mode",
|
|
2924
|
+
"item": "segmented-button",
|
|
2925
|
+
"subitem": "background",
|
|
2926
|
+
"state": "default"
|
|
2927
|
+
},
|
|
2928
|
+
"path": [
|
|
2929
|
+
"color",
|
|
2930
|
+
"light-mode",
|
|
2931
|
+
"segmented-button",
|
|
2932
|
+
"background",
|
|
2933
|
+
"default"
|
|
2934
|
+
]
|
|
2935
|
+
},
|
|
2936
|
+
"hover": {
|
|
2937
|
+
"value": "#f8f8f8",
|
|
2938
|
+
"public": true,
|
|
2939
|
+
"isReferenceToInternal": true,
|
|
2940
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
2941
|
+
"isSource": true,
|
|
2942
|
+
"original": {
|
|
2943
|
+
"value": "{color.light-mode.neutral.100.value}",
|
|
2944
|
+
"public": true,
|
|
2945
|
+
"isReferenceToInternal": true
|
|
2946
|
+
},
|
|
2947
|
+
"name": "color-light-mode-segmented-button-background-hover",
|
|
2948
|
+
"attributes": {
|
|
2949
|
+
"category": "color",
|
|
2950
|
+
"type": "light-mode",
|
|
2951
|
+
"item": "segmented-button",
|
|
2952
|
+
"subitem": "background",
|
|
2953
|
+
"state": "hover"
|
|
2954
|
+
},
|
|
2955
|
+
"path": [
|
|
2956
|
+
"color",
|
|
2957
|
+
"light-mode",
|
|
2958
|
+
"segmented-button",
|
|
2959
|
+
"background",
|
|
2960
|
+
"hover"
|
|
2961
|
+
]
|
|
2962
|
+
},
|
|
2963
|
+
"active": {
|
|
2964
|
+
"value": "#f0edfb",
|
|
2965
|
+
"public": true,
|
|
2966
|
+
"isReferenceToInternal": true,
|
|
2967
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
2968
|
+
"isSource": true,
|
|
2969
|
+
"original": {
|
|
2970
|
+
"value": "{color.light-mode.brand.secondary.100.value}",
|
|
2971
|
+
"public": true,
|
|
2972
|
+
"isReferenceToInternal": true
|
|
2973
|
+
},
|
|
2974
|
+
"name": "color-light-mode-segmented-button-background-active",
|
|
2975
|
+
"attributes": {
|
|
2976
|
+
"category": "color",
|
|
2977
|
+
"type": "light-mode",
|
|
2978
|
+
"item": "segmented-button",
|
|
2979
|
+
"subitem": "background",
|
|
2980
|
+
"state": "active"
|
|
2981
|
+
},
|
|
2982
|
+
"path": [
|
|
2983
|
+
"color",
|
|
2984
|
+
"light-mode",
|
|
2985
|
+
"segmented-button",
|
|
2986
|
+
"background",
|
|
2987
|
+
"active"
|
|
2988
|
+
]
|
|
2989
|
+
}
|
|
2990
|
+
}
|
|
2991
|
+
},
|
|
2907
2992
|
"card": {
|
|
2908
2993
|
"border": {
|
|
2909
2994
|
"value": "rgba(0, 0, 0, 0.11)",
|
|
@@ -5011,13 +5096,13 @@
|
|
|
5011
5096
|
"tag": {
|
|
5012
5097
|
"1": {
|
|
5013
5098
|
"background": {
|
|
5014
|
-
"value": "#
|
|
5099
|
+
"value": "#ded8fa",
|
|
5015
5100
|
"public": true,
|
|
5016
5101
|
"isReferenceToInternal": true,
|
|
5017
5102
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
5018
5103
|
"isSource": true,
|
|
5019
5104
|
"original": {
|
|
5020
|
-
"value": "
|
|
5105
|
+
"value": "#DED8FA",
|
|
5021
5106
|
"public": true,
|
|
5022
5107
|
"isReferenceToInternal": true
|
|
5023
5108
|
},
|
|
@@ -5038,13 +5123,13 @@
|
|
|
5038
5123
|
]
|
|
5039
5124
|
},
|
|
5040
5125
|
"foreground": {
|
|
5041
|
-
"value": "#
|
|
5126
|
+
"value": "#5c4fac",
|
|
5042
5127
|
"public": true,
|
|
5043
5128
|
"isReferenceToInternal": true,
|
|
5044
5129
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
5045
5130
|
"isSource": true,
|
|
5046
5131
|
"original": {
|
|
5047
|
-
"value": "
|
|
5132
|
+
"value": "#5C4FAC",
|
|
5048
5133
|
"public": true,
|
|
5049
5134
|
"isReferenceToInternal": true
|
|
5050
5135
|
},
|
|
@@ -5067,13 +5152,13 @@
|
|
|
5067
5152
|
},
|
|
5068
5153
|
"2": {
|
|
5069
5154
|
"background": {
|
|
5070
|
-
"value": "#
|
|
5155
|
+
"value": "#f8d7d3",
|
|
5071
5156
|
"public": true,
|
|
5072
5157
|
"isReferenceToInternal": true,
|
|
5073
5158
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
5074
5159
|
"isSource": true,
|
|
5075
5160
|
"original": {
|
|
5076
|
-
"value": "
|
|
5161
|
+
"value": "#F8D7D3",
|
|
5077
5162
|
"public": true,
|
|
5078
5163
|
"isReferenceToInternal": true
|
|
5079
5164
|
},
|
|
@@ -5094,13 +5179,13 @@
|
|
|
5094
5179
|
]
|
|
5095
5180
|
},
|
|
5096
5181
|
"foreground": {
|
|
5097
|
-
"value": "#
|
|
5182
|
+
"value": "#a0392c",
|
|
5098
5183
|
"public": true,
|
|
5099
5184
|
"isReferenceToInternal": true,
|
|
5100
5185
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
5101
5186
|
"isSource": true,
|
|
5102
5187
|
"original": {
|
|
5103
|
-
"value": "
|
|
5188
|
+
"value": "#A0392C",
|
|
5104
5189
|
"public": true,
|
|
5105
5190
|
"isReferenceToInternal": true
|
|
5106
5191
|
},
|
|
@@ -5123,13 +5208,13 @@
|
|
|
5123
5208
|
},
|
|
5124
5209
|
"3": {
|
|
5125
5210
|
"background": {
|
|
5126
|
-
"value": "#
|
|
5211
|
+
"value": "#f5e7a8",
|
|
5127
5212
|
"public": true,
|
|
5128
5213
|
"isReferenceToInternal": true,
|
|
5129
5214
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
5130
5215
|
"isSource": true,
|
|
5131
5216
|
"original": {
|
|
5132
|
-
"value": "
|
|
5217
|
+
"value": "#F5E7A8",
|
|
5133
5218
|
"public": true,
|
|
5134
5219
|
"isReferenceToInternal": true
|
|
5135
5220
|
},
|
|
@@ -5150,13 +5235,13 @@
|
|
|
5150
5235
|
]
|
|
5151
5236
|
},
|
|
5152
5237
|
"foreground": {
|
|
5153
|
-
"value": "#
|
|
5238
|
+
"value": "#7b611e",
|
|
5154
5239
|
"public": true,
|
|
5155
5240
|
"isReferenceToInternal": true,
|
|
5156
5241
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
5157
5242
|
"isSource": true,
|
|
5158
5243
|
"original": {
|
|
5159
|
-
"value": "
|
|
5244
|
+
"value": "#7B611E",
|
|
5160
5245
|
"public": true,
|
|
5161
5246
|
"isReferenceToInternal": true
|
|
5162
5247
|
},
|
|
@@ -5179,13 +5264,13 @@
|
|
|
5179
5264
|
},
|
|
5180
5265
|
"4": {
|
|
5181
5266
|
"background": {
|
|
5182
|
-
"value": "#
|
|
5267
|
+
"value": "#f7d7ec",
|
|
5183
5268
|
"public": true,
|
|
5184
5269
|
"isReferenceToInternal": true,
|
|
5185
5270
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
5186
5271
|
"isSource": true,
|
|
5187
5272
|
"original": {
|
|
5188
|
-
"value": "
|
|
5273
|
+
"value": "#F7D7EC",
|
|
5189
5274
|
"public": true,
|
|
5190
5275
|
"isReferenceToInternal": true
|
|
5191
5276
|
},
|
|
@@ -5206,12 +5291,12 @@
|
|
|
5206
5291
|
]
|
|
5207
5292
|
},
|
|
5208
5293
|
"foreground": {
|
|
5209
|
-
"value": "#
|
|
5294
|
+
"value": "#894271",
|
|
5210
5295
|
"public": true,
|
|
5211
5296
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
5212
5297
|
"isSource": true,
|
|
5213
5298
|
"original": {
|
|
5214
|
-
"value": "#
|
|
5299
|
+
"value": "#894271",
|
|
5215
5300
|
"public": true
|
|
5216
5301
|
},
|
|
5217
5302
|
"name": "color-light-mode-tag-4-foreground",
|
|
@@ -5233,12 +5318,12 @@
|
|
|
5233
5318
|
},
|
|
5234
5319
|
"5": {
|
|
5235
5320
|
"background": {
|
|
5236
|
-
"value": "#
|
|
5321
|
+
"value": "#d9f0af",
|
|
5237
5322
|
"public": true,
|
|
5238
5323
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
5239
5324
|
"isSource": true,
|
|
5240
5325
|
"original": {
|
|
5241
|
-
"value": "#
|
|
5326
|
+
"value": "#D9F0AF",
|
|
5242
5327
|
"public": true
|
|
5243
5328
|
},
|
|
5244
5329
|
"name": "color-light-mode-tag-5-background",
|
|
@@ -5258,12 +5343,12 @@
|
|
|
5258
5343
|
]
|
|
5259
5344
|
},
|
|
5260
5345
|
"foreground": {
|
|
5261
|
-
"value": "#
|
|
5346
|
+
"value": "#536a2b",
|
|
5262
5347
|
"public": true,
|
|
5263
5348
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
5264
5349
|
"isSource": true,
|
|
5265
5350
|
"original": {
|
|
5266
|
-
"value": "#
|
|
5351
|
+
"value": "#536A2B",
|
|
5267
5352
|
"public": true
|
|
5268
5353
|
},
|
|
5269
5354
|
"name": "color-light-mode-tag-5-foreground",
|
|
@@ -5285,12 +5370,12 @@
|
|
|
5285
5370
|
},
|
|
5286
5371
|
"6": {
|
|
5287
5372
|
"background": {
|
|
5288
|
-
"value": "#
|
|
5373
|
+
"value": "#dddfe3",
|
|
5289
5374
|
"public": true,
|
|
5290
5375
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
5291
5376
|
"isSource": true,
|
|
5292
5377
|
"original": {
|
|
5293
|
-
"value": "#
|
|
5378
|
+
"value": "#DDDFE3",
|
|
5294
5379
|
"public": true
|
|
5295
5380
|
},
|
|
5296
5381
|
"name": "color-light-mode-tag-6-background",
|
|
@@ -5310,12 +5395,12 @@
|
|
|
5310
5395
|
]
|
|
5311
5396
|
},
|
|
5312
5397
|
"foreground": {
|
|
5313
|
-
"value": "#
|
|
5398
|
+
"value": "#47546d",
|
|
5314
5399
|
"public": true,
|
|
5315
5400
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
5316
5401
|
"isSource": true,
|
|
5317
5402
|
"original": {
|
|
5318
|
-
"value": "#
|
|
5403
|
+
"value": "#47546D",
|
|
5319
5404
|
"public": true
|
|
5320
5405
|
},
|
|
5321
5406
|
"name": "color-light-mode-tag-6-foreground",
|
|
@@ -5337,12 +5422,12 @@
|
|
|
5337
5422
|
},
|
|
5338
5423
|
"7": {
|
|
5339
5424
|
"background": {
|
|
5340
|
-
"value": "#
|
|
5425
|
+
"value": "#c6f1dc",
|
|
5341
5426
|
"public": true,
|
|
5342
5427
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
5343
5428
|
"isSource": true,
|
|
5344
5429
|
"original": {
|
|
5345
|
-
"value": "#
|
|
5430
|
+
"value": "#C6F1DC",
|
|
5346
5431
|
"public": true
|
|
5347
5432
|
},
|
|
5348
5433
|
"name": "color-light-mode-tag-7-background",
|
|
@@ -5362,12 +5447,12 @@
|
|
|
5362
5447
|
]
|
|
5363
5448
|
},
|
|
5364
5449
|
"foreground": {
|
|
5365
|
-
"value": "#
|
|
5450
|
+
"value": "#3e7256",
|
|
5366
5451
|
"public": true,
|
|
5367
5452
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
5368
5453
|
"isSource": true,
|
|
5369
5454
|
"original": {
|
|
5370
|
-
"value": "#
|
|
5455
|
+
"value": "#3E7256",
|
|
5371
5456
|
"public": true
|
|
5372
5457
|
},
|
|
5373
5458
|
"name": "color-light-mode-tag-7-foreground",
|
|
@@ -5389,12 +5474,12 @@
|
|
|
5389
5474
|
},
|
|
5390
5475
|
"8": {
|
|
5391
5476
|
"background": {
|
|
5392
|
-
"value": "#
|
|
5477
|
+
"value": "#f9dfcb",
|
|
5393
5478
|
"public": true,
|
|
5394
5479
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
5395
5480
|
"isSource": true,
|
|
5396
5481
|
"original": {
|
|
5397
|
-
"value": "#
|
|
5482
|
+
"value": "#F9DFCB",
|
|
5398
5483
|
"public": true
|
|
5399
5484
|
},
|
|
5400
5485
|
"name": "color-light-mode-tag-8-background",
|
|
@@ -5414,12 +5499,12 @@
|
|
|
5414
5499
|
]
|
|
5415
5500
|
},
|
|
5416
5501
|
"foreground": {
|
|
5417
|
-
"value": "#
|
|
5502
|
+
"value": "#9a4e1c",
|
|
5418
5503
|
"public": true,
|
|
5419
5504
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
5420
5505
|
"isSource": true,
|
|
5421
5506
|
"original": {
|
|
5422
|
-
"value": "#
|
|
5507
|
+
"value": "#9A4E1C",
|
|
5423
5508
|
"public": true
|
|
5424
5509
|
},
|
|
5425
5510
|
"name": "color-light-mode-tag-8-foreground",
|
|
@@ -5441,13 +5526,13 @@
|
|
|
5441
5526
|
},
|
|
5442
5527
|
"9": {
|
|
5443
5528
|
"background": {
|
|
5444
|
-
"value": "#
|
|
5529
|
+
"value": "#ceecf9",
|
|
5445
5530
|
"public": true,
|
|
5446
5531
|
"isReferenceToInternal": true,
|
|
5447
5532
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
5448
5533
|
"isSource": true,
|
|
5449
5534
|
"original": {
|
|
5450
|
-
"value": "
|
|
5535
|
+
"value": "#CEECF9",
|
|
5451
5536
|
"public": true,
|
|
5452
5537
|
"isReferenceToInternal": true
|
|
5453
5538
|
},
|
|
@@ -5468,12 +5553,12 @@
|
|
|
5468
5553
|
]
|
|
5469
5554
|
},
|
|
5470
5555
|
"foreground": {
|
|
5471
|
-
"value": "#
|
|
5556
|
+
"value": "#366880",
|
|
5472
5557
|
"public": true,
|
|
5473
5558
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
5474
5559
|
"isSource": true,
|
|
5475
5560
|
"original": {
|
|
5476
|
-
"value": "#
|
|
5561
|
+
"value": "#366880",
|
|
5477
5562
|
"public": true
|
|
5478
5563
|
},
|
|
5479
5564
|
"name": "color-light-mode-tag-9-foreground",
|
|
@@ -5495,12 +5580,12 @@
|
|
|
5495
5580
|
},
|
|
5496
5581
|
"10": {
|
|
5497
5582
|
"background": {
|
|
5498
|
-
"value": "#
|
|
5583
|
+
"value": "#d0dffc",
|
|
5499
5584
|
"public": true,
|
|
5500
5585
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
5501
5586
|
"isSource": true,
|
|
5502
5587
|
"original": {
|
|
5503
|
-
"value": "#
|
|
5588
|
+
"value": "#D0DFFC",
|
|
5504
5589
|
"public": true
|
|
5505
5590
|
},
|
|
5506
5591
|
"name": "color-light-mode-tag-10-background",
|
|
@@ -5520,12 +5605,12 @@
|
|
|
5520
5605
|
]
|
|
5521
5606
|
},
|
|
5522
5607
|
"foreground": {
|
|
5523
|
-
"value": "#
|
|
5608
|
+
"value": "#2254c5",
|
|
5524
5609
|
"public": true,
|
|
5525
5610
|
"filePath": "tokens/color/alias/tags.light.json",
|
|
5526
5611
|
"isSource": true,
|
|
5527
5612
|
"original": {
|
|
5528
|
-
"value": "#
|
|
5613
|
+
"value": "#2254C5",
|
|
5529
5614
|
"public": true
|
|
5530
5615
|
},
|
|
5531
5616
|
"name": "color-light-mode-tag-10-foreground",
|
|
@@ -5545,28 +5630,541 @@
|
|
|
5545
5630
|
]
|
|
5546
5631
|
}
|
|
5547
5632
|
},
|
|
5548
|
-
"
|
|
5549
|
-
"
|
|
5550
|
-
|
|
5551
|
-
|
|
5552
|
-
|
|
5553
|
-
|
|
5554
|
-
"
|
|
5555
|
-
"
|
|
5633
|
+
"11": {
|
|
5634
|
+
"background": {
|
|
5635
|
+
"value": "#72cb9b",
|
|
5636
|
+
"public": true,
|
|
5637
|
+
"isReferenceToInternal": true,
|
|
5638
|
+
"filePath": "tokens/color/alias/tags.light.json",
|
|
5639
|
+
"isSource": true,
|
|
5640
|
+
"original": {
|
|
5641
|
+
"value": "#72CB9B",
|
|
5642
|
+
"public": true,
|
|
5643
|
+
"isReferenceToInternal": true
|
|
5644
|
+
},
|
|
5645
|
+
"name": "color-light-mode-tag-11-background",
|
|
5646
|
+
"attributes": {
|
|
5647
|
+
"category": "color",
|
|
5648
|
+
"type": "light-mode",
|
|
5649
|
+
"item": "tag",
|
|
5650
|
+
"subitem": "11",
|
|
5651
|
+
"state": "background"
|
|
5652
|
+
},
|
|
5653
|
+
"path": [
|
|
5654
|
+
"color",
|
|
5655
|
+
"light-mode",
|
|
5656
|
+
"tag",
|
|
5657
|
+
"11",
|
|
5658
|
+
"background"
|
|
5659
|
+
]
|
|
5556
5660
|
},
|
|
5557
|
-
"
|
|
5558
|
-
|
|
5559
|
-
"
|
|
5560
|
-
"
|
|
5561
|
-
"
|
|
5562
|
-
"
|
|
5661
|
+
"foreground": {
|
|
5662
|
+
"value": "#264a37",
|
|
5663
|
+
"public": true,
|
|
5664
|
+
"isReferenceToInternal": true,
|
|
5665
|
+
"filePath": "tokens/color/alias/tags.light.json",
|
|
5666
|
+
"isSource": true,
|
|
5667
|
+
"original": {
|
|
5668
|
+
"value": "#264A37",
|
|
5669
|
+
"public": true,
|
|
5670
|
+
"isReferenceToInternal": true
|
|
5671
|
+
},
|
|
5672
|
+
"name": "color-light-mode-tag-11-foreground",
|
|
5673
|
+
"attributes": {
|
|
5674
|
+
"category": "color",
|
|
5675
|
+
"type": "light-mode",
|
|
5676
|
+
"item": "tag",
|
|
5677
|
+
"subitem": "11",
|
|
5678
|
+
"state": "foreground"
|
|
5679
|
+
},
|
|
5680
|
+
"path": [
|
|
5681
|
+
"color",
|
|
5682
|
+
"light-mode",
|
|
5683
|
+
"tag",
|
|
5684
|
+
"11",
|
|
5685
|
+
"foreground"
|
|
5686
|
+
]
|
|
5687
|
+
}
|
|
5688
|
+
},
|
|
5689
|
+
"12": {
|
|
5690
|
+
"background": {
|
|
5691
|
+
"value": "#81c1dd",
|
|
5692
|
+
"public": true,
|
|
5693
|
+
"isReferenceToInternal": true,
|
|
5694
|
+
"filePath": "tokens/color/alias/tags.light.json",
|
|
5695
|
+
"isSource": true,
|
|
5696
|
+
"original": {
|
|
5697
|
+
"value": "#81C1DD",
|
|
5698
|
+
"public": true,
|
|
5699
|
+
"isReferenceToInternal": true
|
|
5700
|
+
},
|
|
5701
|
+
"name": "color-light-mode-tag-12-background",
|
|
5702
|
+
"attributes": {
|
|
5703
|
+
"category": "color",
|
|
5704
|
+
"type": "light-mode",
|
|
5705
|
+
"item": "tag",
|
|
5706
|
+
"subitem": "12",
|
|
5707
|
+
"state": "background"
|
|
5708
|
+
},
|
|
5709
|
+
"path": [
|
|
5710
|
+
"color",
|
|
5711
|
+
"light-mode",
|
|
5712
|
+
"tag",
|
|
5713
|
+
"12",
|
|
5714
|
+
"background"
|
|
5715
|
+
]
|
|
5563
5716
|
},
|
|
5564
|
-
"
|
|
5565
|
-
"
|
|
5566
|
-
"
|
|
5567
|
-
"
|
|
5568
|
-
"
|
|
5569
|
-
|
|
5717
|
+
"foreground": {
|
|
5718
|
+
"value": "#234453",
|
|
5719
|
+
"public": true,
|
|
5720
|
+
"isReferenceToInternal": true,
|
|
5721
|
+
"filePath": "tokens/color/alias/tags.light.json",
|
|
5722
|
+
"isSource": true,
|
|
5723
|
+
"original": {
|
|
5724
|
+
"value": "#234453",
|
|
5725
|
+
"public": true,
|
|
5726
|
+
"isReferenceToInternal": true
|
|
5727
|
+
},
|
|
5728
|
+
"name": "color-light-mode-tag-12-foreground",
|
|
5729
|
+
"attributes": {
|
|
5730
|
+
"category": "color",
|
|
5731
|
+
"type": "light-mode",
|
|
5732
|
+
"item": "tag",
|
|
5733
|
+
"subitem": "12",
|
|
5734
|
+
"state": "foreground"
|
|
5735
|
+
},
|
|
5736
|
+
"path": [
|
|
5737
|
+
"color",
|
|
5738
|
+
"light-mode",
|
|
5739
|
+
"tag",
|
|
5740
|
+
"12",
|
|
5741
|
+
"foreground"
|
|
5742
|
+
]
|
|
5743
|
+
}
|
|
5744
|
+
},
|
|
5745
|
+
"13": {
|
|
5746
|
+
"background": {
|
|
5747
|
+
"value": "#689bf8",
|
|
5748
|
+
"public": true,
|
|
5749
|
+
"isReferenceToInternal": true,
|
|
5750
|
+
"filePath": "tokens/color/alias/tags.light.json",
|
|
5751
|
+
"isSource": true,
|
|
5752
|
+
"original": {
|
|
5753
|
+
"value": "#689BF8",
|
|
5754
|
+
"public": true,
|
|
5755
|
+
"isReferenceToInternal": true
|
|
5756
|
+
},
|
|
5757
|
+
"name": "color-light-mode-tag-13-background",
|
|
5758
|
+
"attributes": {
|
|
5759
|
+
"category": "color",
|
|
5760
|
+
"type": "light-mode",
|
|
5761
|
+
"item": "tag",
|
|
5762
|
+
"subitem": "13",
|
|
5763
|
+
"state": "background"
|
|
5764
|
+
},
|
|
5765
|
+
"path": [
|
|
5766
|
+
"color",
|
|
5767
|
+
"light-mode",
|
|
5768
|
+
"tag",
|
|
5769
|
+
"13",
|
|
5770
|
+
"background"
|
|
5771
|
+
]
|
|
5772
|
+
},
|
|
5773
|
+
"foreground": {
|
|
5774
|
+
"value": "#163168",
|
|
5775
|
+
"public": true,
|
|
5776
|
+
"isReferenceToInternal": true,
|
|
5777
|
+
"filePath": "tokens/color/alias/tags.light.json",
|
|
5778
|
+
"isSource": true,
|
|
5779
|
+
"original": {
|
|
5780
|
+
"value": "#163168",
|
|
5781
|
+
"public": true,
|
|
5782
|
+
"isReferenceToInternal": true
|
|
5783
|
+
},
|
|
5784
|
+
"name": "color-light-mode-tag-13-foreground",
|
|
5785
|
+
"attributes": {
|
|
5786
|
+
"category": "color",
|
|
5787
|
+
"type": "light-mode",
|
|
5788
|
+
"item": "tag",
|
|
5789
|
+
"subitem": "13",
|
|
5790
|
+
"state": "foreground"
|
|
5791
|
+
},
|
|
5792
|
+
"path": [
|
|
5793
|
+
"color",
|
|
5794
|
+
"light-mode",
|
|
5795
|
+
"tag",
|
|
5796
|
+
"13",
|
|
5797
|
+
"foreground"
|
|
5798
|
+
]
|
|
5799
|
+
}
|
|
5800
|
+
},
|
|
5801
|
+
"14": {
|
|
5802
|
+
"background": {
|
|
5803
|
+
"value": "#9c90e9",
|
|
5804
|
+
"public": true,
|
|
5805
|
+
"isReferenceToInternal": true,
|
|
5806
|
+
"filePath": "tokens/color/alias/tags.light.json",
|
|
5807
|
+
"isSource": true,
|
|
5808
|
+
"original": {
|
|
5809
|
+
"value": "#9C90E9",
|
|
5810
|
+
"public": true,
|
|
5811
|
+
"isReferenceToInternal": true
|
|
5812
|
+
},
|
|
5813
|
+
"name": "color-light-mode-tag-14-background",
|
|
5814
|
+
"attributes": {
|
|
5815
|
+
"category": "color",
|
|
5816
|
+
"type": "light-mode",
|
|
5817
|
+
"item": "tag",
|
|
5818
|
+
"subitem": "14",
|
|
5819
|
+
"state": "background"
|
|
5820
|
+
},
|
|
5821
|
+
"path": [
|
|
5822
|
+
"color",
|
|
5823
|
+
"light-mode",
|
|
5824
|
+
"tag",
|
|
5825
|
+
"14",
|
|
5826
|
+
"background"
|
|
5827
|
+
]
|
|
5828
|
+
},
|
|
5829
|
+
"foreground": {
|
|
5830
|
+
"value": "#342c60",
|
|
5831
|
+
"public": true,
|
|
5832
|
+
"filePath": "tokens/color/alias/tags.light.json",
|
|
5833
|
+
"isSource": true,
|
|
5834
|
+
"original": {
|
|
5835
|
+
"value": "#342C60",
|
|
5836
|
+
"public": true
|
|
5837
|
+
},
|
|
5838
|
+
"name": "color-light-mode-tag-14-foreground",
|
|
5839
|
+
"attributes": {
|
|
5840
|
+
"category": "color",
|
|
5841
|
+
"type": "light-mode",
|
|
5842
|
+
"item": "tag",
|
|
5843
|
+
"subitem": "14",
|
|
5844
|
+
"state": "foreground"
|
|
5845
|
+
},
|
|
5846
|
+
"path": [
|
|
5847
|
+
"color",
|
|
5848
|
+
"light-mode",
|
|
5849
|
+
"tag",
|
|
5850
|
+
"14",
|
|
5851
|
+
"foreground"
|
|
5852
|
+
]
|
|
5853
|
+
}
|
|
5854
|
+
},
|
|
5855
|
+
"15": {
|
|
5856
|
+
"background": {
|
|
5857
|
+
"value": "#e7796d",
|
|
5858
|
+
"public": true,
|
|
5859
|
+
"filePath": "tokens/color/alias/tags.light.json",
|
|
5860
|
+
"isSource": true,
|
|
5861
|
+
"original": {
|
|
5862
|
+
"value": "#E7796D",
|
|
5863
|
+
"public": true
|
|
5864
|
+
},
|
|
5865
|
+
"name": "color-light-mode-tag-15-background",
|
|
5866
|
+
"attributes": {
|
|
5867
|
+
"category": "color",
|
|
5868
|
+
"type": "light-mode",
|
|
5869
|
+
"item": "tag",
|
|
5870
|
+
"subitem": "15",
|
|
5871
|
+
"state": "background"
|
|
5872
|
+
},
|
|
5873
|
+
"path": [
|
|
5874
|
+
"color",
|
|
5875
|
+
"light-mode",
|
|
5876
|
+
"tag",
|
|
5877
|
+
"15",
|
|
5878
|
+
"background"
|
|
5879
|
+
]
|
|
5880
|
+
},
|
|
5881
|
+
"foreground": {
|
|
5882
|
+
"value": "#56231d",
|
|
5883
|
+
"public": true,
|
|
5884
|
+
"filePath": "tokens/color/alias/tags.light.json",
|
|
5885
|
+
"isSource": true,
|
|
5886
|
+
"original": {
|
|
5887
|
+
"value": "#56231D",
|
|
5888
|
+
"public": true
|
|
5889
|
+
},
|
|
5890
|
+
"name": "color-light-mode-tag-15-foreground",
|
|
5891
|
+
"attributes": {
|
|
5892
|
+
"category": "color",
|
|
5893
|
+
"type": "light-mode",
|
|
5894
|
+
"item": "tag",
|
|
5895
|
+
"subitem": "15",
|
|
5896
|
+
"state": "foreground"
|
|
5897
|
+
},
|
|
5898
|
+
"path": [
|
|
5899
|
+
"color",
|
|
5900
|
+
"light-mode",
|
|
5901
|
+
"tag",
|
|
5902
|
+
"15",
|
|
5903
|
+
"foreground"
|
|
5904
|
+
]
|
|
5905
|
+
}
|
|
5906
|
+
},
|
|
5907
|
+
"16": {
|
|
5908
|
+
"background": {
|
|
5909
|
+
"value": "#f1a76e",
|
|
5910
|
+
"public": true,
|
|
5911
|
+
"filePath": "tokens/color/alias/tags.light.json",
|
|
5912
|
+
"isSource": true,
|
|
5913
|
+
"original": {
|
|
5914
|
+
"value": "#F1A76E",
|
|
5915
|
+
"public": true
|
|
5916
|
+
},
|
|
5917
|
+
"name": "color-light-mode-tag-16-background",
|
|
5918
|
+
"attributes": {
|
|
5919
|
+
"category": "color",
|
|
5920
|
+
"type": "light-mode",
|
|
5921
|
+
"item": "tag",
|
|
5922
|
+
"subitem": "16",
|
|
5923
|
+
"state": "background"
|
|
5924
|
+
},
|
|
5925
|
+
"path": [
|
|
5926
|
+
"color",
|
|
5927
|
+
"light-mode",
|
|
5928
|
+
"tag",
|
|
5929
|
+
"16",
|
|
5930
|
+
"background"
|
|
5931
|
+
]
|
|
5932
|
+
},
|
|
5933
|
+
"foreground": {
|
|
5934
|
+
"value": "#68320f",
|
|
5935
|
+
"public": true,
|
|
5936
|
+
"filePath": "tokens/color/alias/tags.light.json",
|
|
5937
|
+
"isSource": true,
|
|
5938
|
+
"original": {
|
|
5939
|
+
"value": "#68320F",
|
|
5940
|
+
"public": true
|
|
5941
|
+
},
|
|
5942
|
+
"name": "color-light-mode-tag-16-foreground",
|
|
5943
|
+
"attributes": {
|
|
5944
|
+
"category": "color",
|
|
5945
|
+
"type": "light-mode",
|
|
5946
|
+
"item": "tag",
|
|
5947
|
+
"subitem": "16",
|
|
5948
|
+
"state": "foreground"
|
|
5949
|
+
},
|
|
5950
|
+
"path": [
|
|
5951
|
+
"color",
|
|
5952
|
+
"light-mode",
|
|
5953
|
+
"tag",
|
|
5954
|
+
"16",
|
|
5955
|
+
"foreground"
|
|
5956
|
+
]
|
|
5957
|
+
}
|
|
5958
|
+
},
|
|
5959
|
+
"17": {
|
|
5960
|
+
"background": {
|
|
5961
|
+
"value": "#d87ab8",
|
|
5962
|
+
"public": true,
|
|
5963
|
+
"filePath": "tokens/color/alias/tags.light.json",
|
|
5964
|
+
"isSource": true,
|
|
5965
|
+
"original": {
|
|
5966
|
+
"value": "#D87AB8",
|
|
5967
|
+
"public": true
|
|
5968
|
+
},
|
|
5969
|
+
"name": "color-light-mode-tag-17-background",
|
|
5970
|
+
"attributes": {
|
|
5971
|
+
"category": "color",
|
|
5972
|
+
"type": "light-mode",
|
|
5973
|
+
"item": "tag",
|
|
5974
|
+
"subitem": "17",
|
|
5975
|
+
"state": "background"
|
|
5976
|
+
},
|
|
5977
|
+
"path": [
|
|
5978
|
+
"color",
|
|
5979
|
+
"light-mode",
|
|
5980
|
+
"tag",
|
|
5981
|
+
"17",
|
|
5982
|
+
"background"
|
|
5983
|
+
]
|
|
5984
|
+
},
|
|
5985
|
+
"foreground": {
|
|
5986
|
+
"value": "#4a273e",
|
|
5987
|
+
"public": true,
|
|
5988
|
+
"filePath": "tokens/color/alias/tags.light.json",
|
|
5989
|
+
"isSource": true,
|
|
5990
|
+
"original": {
|
|
5991
|
+
"value": "#4A273E",
|
|
5992
|
+
"public": true
|
|
5993
|
+
},
|
|
5994
|
+
"name": "color-light-mode-tag-17-foreground",
|
|
5995
|
+
"attributes": {
|
|
5996
|
+
"category": "color",
|
|
5997
|
+
"type": "light-mode",
|
|
5998
|
+
"item": "tag",
|
|
5999
|
+
"subitem": "17",
|
|
6000
|
+
"state": "foreground"
|
|
6001
|
+
},
|
|
6002
|
+
"path": [
|
|
6003
|
+
"color",
|
|
6004
|
+
"light-mode",
|
|
6005
|
+
"tag",
|
|
6006
|
+
"17",
|
|
6007
|
+
"foreground"
|
|
6008
|
+
]
|
|
6009
|
+
}
|
|
6010
|
+
},
|
|
6011
|
+
"18": {
|
|
6012
|
+
"background": {
|
|
6013
|
+
"value": "#efce60",
|
|
6014
|
+
"public": true,
|
|
6015
|
+
"filePath": "tokens/color/alias/tags.light.json",
|
|
6016
|
+
"isSource": true,
|
|
6017
|
+
"original": {
|
|
6018
|
+
"value": "#EFCE60",
|
|
6019
|
+
"public": true
|
|
6020
|
+
},
|
|
6021
|
+
"name": "color-light-mode-tag-18-background",
|
|
6022
|
+
"attributes": {
|
|
6023
|
+
"category": "color",
|
|
6024
|
+
"type": "light-mode",
|
|
6025
|
+
"item": "tag",
|
|
6026
|
+
"subitem": "18",
|
|
6027
|
+
"state": "background"
|
|
6028
|
+
},
|
|
6029
|
+
"path": [
|
|
6030
|
+
"color",
|
|
6031
|
+
"light-mode",
|
|
6032
|
+
"tag",
|
|
6033
|
+
"18",
|
|
6034
|
+
"background"
|
|
6035
|
+
]
|
|
6036
|
+
},
|
|
6037
|
+
"foreground": {
|
|
6038
|
+
"value": "#504012",
|
|
6039
|
+
"public": true,
|
|
6040
|
+
"filePath": "tokens/color/alias/tags.light.json",
|
|
6041
|
+
"isSource": true,
|
|
6042
|
+
"original": {
|
|
6043
|
+
"value": "#504012",
|
|
6044
|
+
"public": true
|
|
6045
|
+
},
|
|
6046
|
+
"name": "color-light-mode-tag-18-foreground",
|
|
6047
|
+
"attributes": {
|
|
6048
|
+
"category": "color",
|
|
6049
|
+
"type": "light-mode",
|
|
6050
|
+
"item": "tag",
|
|
6051
|
+
"subitem": "18",
|
|
6052
|
+
"state": "foreground"
|
|
6053
|
+
},
|
|
6054
|
+
"path": [
|
|
6055
|
+
"color",
|
|
6056
|
+
"light-mode",
|
|
6057
|
+
"tag",
|
|
6058
|
+
"18",
|
|
6059
|
+
"foreground"
|
|
6060
|
+
]
|
|
6061
|
+
}
|
|
6062
|
+
},
|
|
6063
|
+
"19": {
|
|
6064
|
+
"background": {
|
|
6065
|
+
"value": "#9fc65b",
|
|
6066
|
+
"public": true,
|
|
6067
|
+
"isReferenceToInternal": true,
|
|
6068
|
+
"filePath": "tokens/color/alias/tags.light.json",
|
|
6069
|
+
"isSource": true,
|
|
6070
|
+
"original": {
|
|
6071
|
+
"value": "#9FC65B",
|
|
6072
|
+
"public": true,
|
|
6073
|
+
"isReferenceToInternal": true
|
|
6074
|
+
},
|
|
6075
|
+
"name": "color-light-mode-tag-19-background",
|
|
6076
|
+
"attributes": {
|
|
6077
|
+
"category": "color",
|
|
6078
|
+
"type": "light-mode",
|
|
6079
|
+
"item": "tag",
|
|
6080
|
+
"subitem": "19",
|
|
6081
|
+
"state": "background"
|
|
6082
|
+
},
|
|
6083
|
+
"path": [
|
|
6084
|
+
"color",
|
|
6085
|
+
"light-mode",
|
|
6086
|
+
"tag",
|
|
6087
|
+
"19",
|
|
6088
|
+
"background"
|
|
6089
|
+
]
|
|
6090
|
+
},
|
|
6091
|
+
"foreground": {
|
|
6092
|
+
"value": "#3f4d27",
|
|
6093
|
+
"public": true,
|
|
6094
|
+
"filePath": "tokens/color/alias/tags.light.json",
|
|
6095
|
+
"isSource": true,
|
|
6096
|
+
"original": {
|
|
6097
|
+
"value": "#3F4D27",
|
|
6098
|
+
"public": true
|
|
6099
|
+
},
|
|
6100
|
+
"name": "color-light-mode-tag-19-foreground",
|
|
6101
|
+
"attributes": {
|
|
6102
|
+
"category": "color",
|
|
6103
|
+
"type": "light-mode",
|
|
6104
|
+
"item": "tag",
|
|
6105
|
+
"subitem": "19",
|
|
6106
|
+
"state": "foreground"
|
|
6107
|
+
},
|
|
6108
|
+
"path": [
|
|
6109
|
+
"color",
|
|
6110
|
+
"light-mode",
|
|
6111
|
+
"tag",
|
|
6112
|
+
"19",
|
|
6113
|
+
"foreground"
|
|
6114
|
+
]
|
|
6115
|
+
}
|
|
6116
|
+
},
|
|
6117
|
+
"20": {
|
|
6118
|
+
"background": {
|
|
6119
|
+
"value": "#8790a0",
|
|
6120
|
+
"public": true,
|
|
6121
|
+
"filePath": "tokens/color/alias/tags.light.json",
|
|
6122
|
+
"isSource": true,
|
|
6123
|
+
"original": {
|
|
6124
|
+
"value": "#8790A0",
|
|
6125
|
+
"public": true
|
|
6126
|
+
},
|
|
6127
|
+
"name": "color-light-mode-tag-20-background",
|
|
6128
|
+
"attributes": {
|
|
6129
|
+
"category": "color",
|
|
6130
|
+
"type": "light-mode",
|
|
6131
|
+
"item": "tag",
|
|
6132
|
+
"subitem": "20",
|
|
6133
|
+
"state": "background"
|
|
6134
|
+
},
|
|
6135
|
+
"path": [
|
|
6136
|
+
"color",
|
|
6137
|
+
"light-mode",
|
|
6138
|
+
"tag",
|
|
6139
|
+
"20",
|
|
6140
|
+
"background"
|
|
6141
|
+
]
|
|
6142
|
+
},
|
|
6143
|
+
"foreground": {
|
|
6144
|
+
"value": "#0e1e40",
|
|
6145
|
+
"public": true,
|
|
6146
|
+
"filePath": "tokens/color/alias/tags.light.json",
|
|
6147
|
+
"isSource": true,
|
|
6148
|
+
"original": {
|
|
6149
|
+
"value": "#0E1E40",
|
|
6150
|
+
"public": true
|
|
6151
|
+
},
|
|
6152
|
+
"name": "color-light-mode-tag-20-foreground",
|
|
6153
|
+
"attributes": {
|
|
6154
|
+
"category": "color",
|
|
6155
|
+
"type": "light-mode",
|
|
6156
|
+
"item": "tag",
|
|
6157
|
+
"subitem": "20",
|
|
6158
|
+
"state": "foreground"
|
|
6159
|
+
},
|
|
6160
|
+
"path": [
|
|
6161
|
+
"color",
|
|
6162
|
+
"light-mode",
|
|
6163
|
+
"tag",
|
|
6164
|
+
"20",
|
|
6165
|
+
"foreground"
|
|
6166
|
+
]
|
|
6167
|
+
}
|
|
5570
6168
|
}
|
|
5571
6169
|
},
|
|
5572
6170
|
"text": {
|