@pantheon-systems/pds-design-tokens 1.0.0-dev.151 → 1.0.0-dev.153
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 +124 -126
- package/build/css/pds-design-tokens-light-mode.css +20 -14
- package/build/css/pds-design-tokens.css +1 -0
- package/build/figma/pds-design-tokens-figma.json +1939 -2002
- package/build/json/pds-design-tokens-dark-mode.json +1366 -1477
- package/build/json/pds-design-tokens-light-mode.json +599 -517
- package/build/json/pds-design-tokens.json +23 -0
- package/package.json +1 -1
|
@@ -2484,6 +2484,33 @@
|
|
|
2484
2484
|
"background",
|
|
2485
2485
|
"active"
|
|
2486
2486
|
]
|
|
2487
|
+
},
|
|
2488
|
+
"hover": {
|
|
2489
|
+
"value": "#f4f3fc",
|
|
2490
|
+
"public": true,
|
|
2491
|
+
"isReferenceToInternal": true,
|
|
2492
|
+
"filePath": "tokens/color/component/button.light.json",
|
|
2493
|
+
"isSource": true,
|
|
2494
|
+
"original": {
|
|
2495
|
+
"value": "{color.light-mode.brand.primary.100.value}",
|
|
2496
|
+
"public": true,
|
|
2497
|
+
"isReferenceToInternal": true
|
|
2498
|
+
},
|
|
2499
|
+
"name": "color-light-mode-segmented-button-background-hover",
|
|
2500
|
+
"attributes": {
|
|
2501
|
+
"category": "color",
|
|
2502
|
+
"type": "light-mode",
|
|
2503
|
+
"item": "segmented-button",
|
|
2504
|
+
"subitem": "background",
|
|
2505
|
+
"state": "hover"
|
|
2506
|
+
},
|
|
2507
|
+
"path": [
|
|
2508
|
+
"color",
|
|
2509
|
+
"light-mode",
|
|
2510
|
+
"segmented-button",
|
|
2511
|
+
"background",
|
|
2512
|
+
"hover"
|
|
2513
|
+
]
|
|
2487
2514
|
}
|
|
2488
2515
|
},
|
|
2489
2516
|
"border": {
|
|
@@ -2569,9 +2596,63 @@
|
|
|
2569
2596
|
"foreground",
|
|
2570
2597
|
"active"
|
|
2571
2598
|
]
|
|
2599
|
+
},
|
|
2600
|
+
"hover": {
|
|
2601
|
+
"value": "#4f32ce",
|
|
2602
|
+
"public": true,
|
|
2603
|
+
"isReferenceToInternal": true,
|
|
2604
|
+
"filePath": "tokens/color/component/button.light.json",
|
|
2605
|
+
"isSource": true,
|
|
2606
|
+
"original": {
|
|
2607
|
+
"value": "{color.light-mode.brand.primary.400.value}",
|
|
2608
|
+
"public": true,
|
|
2609
|
+
"isReferenceToInternal": true
|
|
2610
|
+
},
|
|
2611
|
+
"name": "color-light-mode-segmented-button-foreground-hover",
|
|
2612
|
+
"attributes": {
|
|
2613
|
+
"category": "color",
|
|
2614
|
+
"type": "light-mode",
|
|
2615
|
+
"item": "segmented-button",
|
|
2616
|
+
"subitem": "foreground",
|
|
2617
|
+
"state": "hover"
|
|
2618
|
+
},
|
|
2619
|
+
"path": [
|
|
2620
|
+
"color",
|
|
2621
|
+
"light-mode",
|
|
2622
|
+
"segmented-button",
|
|
2623
|
+
"foreground",
|
|
2624
|
+
"hover"
|
|
2625
|
+
]
|
|
2572
2626
|
}
|
|
2573
2627
|
}
|
|
2574
2628
|
},
|
|
2629
|
+
"card": {
|
|
2630
|
+
"background": {
|
|
2631
|
+
"value": "#ffffff",
|
|
2632
|
+
"public": true,
|
|
2633
|
+
"isReferenceToInternal": true,
|
|
2634
|
+
"filePath": "tokens/color/component/card.light.json",
|
|
2635
|
+
"isSource": true,
|
|
2636
|
+
"original": {
|
|
2637
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
2638
|
+
"public": true,
|
|
2639
|
+
"isReferenceToInternal": true
|
|
2640
|
+
},
|
|
2641
|
+
"name": "color-light-mode-card-background",
|
|
2642
|
+
"attributes": {
|
|
2643
|
+
"category": "color",
|
|
2644
|
+
"type": "light-mode",
|
|
2645
|
+
"item": "card",
|
|
2646
|
+
"subitem": "background"
|
|
2647
|
+
},
|
|
2648
|
+
"path": [
|
|
2649
|
+
"color",
|
|
2650
|
+
"light-mode",
|
|
2651
|
+
"card",
|
|
2652
|
+
"background"
|
|
2653
|
+
]
|
|
2654
|
+
}
|
|
2655
|
+
},
|
|
2575
2656
|
"dashboard": {
|
|
2576
2657
|
"toggle-button": {
|
|
2577
2658
|
"background": {
|
|
@@ -2734,6 +2815,35 @@
|
|
|
2734
2815
|
"hover"
|
|
2735
2816
|
]
|
|
2736
2817
|
},
|
|
2818
|
+
"hover-admin": {
|
|
2819
|
+
"value": "#ffffff",
|
|
2820
|
+
"public": true,
|
|
2821
|
+
"isReferenceToInternal": true,
|
|
2822
|
+
"filePath": "tokens/color/component/dashboard.light.json",
|
|
2823
|
+
"isSource": true,
|
|
2824
|
+
"original": {
|
|
2825
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
2826
|
+
"public": true,
|
|
2827
|
+
"isReferenceToInternal": true
|
|
2828
|
+
},
|
|
2829
|
+
"name": "color-light-mode-dashboard-nav-item-background-hover-admin",
|
|
2830
|
+
"attributes": {
|
|
2831
|
+
"category": "color",
|
|
2832
|
+
"type": "light-mode",
|
|
2833
|
+
"item": "dashboard",
|
|
2834
|
+
"subitem": "nav",
|
|
2835
|
+
"state": "item"
|
|
2836
|
+
},
|
|
2837
|
+
"path": [
|
|
2838
|
+
"color",
|
|
2839
|
+
"light-mode",
|
|
2840
|
+
"dashboard",
|
|
2841
|
+
"nav",
|
|
2842
|
+
"item",
|
|
2843
|
+
"background",
|
|
2844
|
+
"hover-admin"
|
|
2845
|
+
]
|
|
2846
|
+
},
|
|
2737
2847
|
"active": {
|
|
2738
2848
|
"value": "#23232d",
|
|
2739
2849
|
"public": true,
|
|
@@ -3112,6 +3222,64 @@
|
|
|
3112
3222
|
"background"
|
|
3113
3223
|
]
|
|
3114
3224
|
}
|
|
3225
|
+
},
|
|
3226
|
+
"raised": {
|
|
3227
|
+
"background": {
|
|
3228
|
+
"value": "#ffffff",
|
|
3229
|
+
"public": true,
|
|
3230
|
+
"isReferenceToInternal": true,
|
|
3231
|
+
"filePath": "tokens/color/component/panel.light.json",
|
|
3232
|
+
"isSource": true,
|
|
3233
|
+
"original": {
|
|
3234
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
3235
|
+
"public": true,
|
|
3236
|
+
"isReferenceToInternal": true
|
|
3237
|
+
},
|
|
3238
|
+
"name": "color-light-mode-panel-raised-background",
|
|
3239
|
+
"attributes": {
|
|
3240
|
+
"category": "color",
|
|
3241
|
+
"type": "light-mode",
|
|
3242
|
+
"item": "panel",
|
|
3243
|
+
"subitem": "raised",
|
|
3244
|
+
"state": "background"
|
|
3245
|
+
},
|
|
3246
|
+
"path": [
|
|
3247
|
+
"color",
|
|
3248
|
+
"light-mode",
|
|
3249
|
+
"panel",
|
|
3250
|
+
"raised",
|
|
3251
|
+
"background"
|
|
3252
|
+
]
|
|
3253
|
+
}
|
|
3254
|
+
},
|
|
3255
|
+
"overlay": {
|
|
3256
|
+
"background": {
|
|
3257
|
+
"value": "#ffffff",
|
|
3258
|
+
"public": true,
|
|
3259
|
+
"isReferenceToInternal": true,
|
|
3260
|
+
"filePath": "tokens/color/component/panel.light.json",
|
|
3261
|
+
"isSource": true,
|
|
3262
|
+
"original": {
|
|
3263
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
3264
|
+
"public": true,
|
|
3265
|
+
"isReferenceToInternal": true
|
|
3266
|
+
},
|
|
3267
|
+
"name": "color-light-mode-panel-overlay-background",
|
|
3268
|
+
"attributes": {
|
|
3269
|
+
"category": "color",
|
|
3270
|
+
"type": "light-mode",
|
|
3271
|
+
"item": "panel",
|
|
3272
|
+
"subitem": "overlay",
|
|
3273
|
+
"state": "background"
|
|
3274
|
+
},
|
|
3275
|
+
"path": [
|
|
3276
|
+
"color",
|
|
3277
|
+
"light-mode",
|
|
3278
|
+
"panel",
|
|
3279
|
+
"overlay",
|
|
3280
|
+
"background"
|
|
3281
|
+
]
|
|
3282
|
+
}
|
|
3115
3283
|
}
|
|
3116
3284
|
},
|
|
3117
3285
|
"expansion-panel": {
|
|
@@ -3927,12 +4095,12 @@
|
|
|
3927
4095
|
},
|
|
3928
4096
|
"15": {
|
|
3929
4097
|
"background": {
|
|
3930
|
-
"value": "#
|
|
4098
|
+
"value": "#e87e73",
|
|
3931
4099
|
"public": true,
|
|
3932
4100
|
"filePath": "tokens/color/component/tags.light.json",
|
|
3933
4101
|
"isSource": true,
|
|
3934
4102
|
"original": {
|
|
3935
|
-
"value": "#
|
|
4103
|
+
"value": "#E87E73",
|
|
3936
4104
|
"public": true
|
|
3937
4105
|
},
|
|
3938
4106
|
"name": "color-light-mode-tag-15-background",
|
|
@@ -3952,12 +4120,12 @@
|
|
|
3952
4120
|
]
|
|
3953
4121
|
},
|
|
3954
4122
|
"foreground": {
|
|
3955
|
-
"value": "#
|
|
4123
|
+
"value": "#50201b",
|
|
3956
4124
|
"public": true,
|
|
3957
4125
|
"filePath": "tokens/color/component/tags.light.json",
|
|
3958
4126
|
"isSource": true,
|
|
3959
4127
|
"original": {
|
|
3960
|
-
"value": "#
|
|
4128
|
+
"value": "#50201B",
|
|
3961
4129
|
"public": true
|
|
3962
4130
|
},
|
|
3963
4131
|
"name": "color-light-mode-tag-15-foreground",
|
|
@@ -4031,12 +4199,12 @@
|
|
|
4031
4199
|
},
|
|
4032
4200
|
"17": {
|
|
4033
4201
|
"background": {
|
|
4034
|
-
"value": "#
|
|
4202
|
+
"value": "#da81bc",
|
|
4035
4203
|
"public": true,
|
|
4036
4204
|
"filePath": "tokens/color/component/tags.light.json",
|
|
4037
4205
|
"isSource": true,
|
|
4038
4206
|
"original": {
|
|
4039
|
-
"value": "#
|
|
4207
|
+
"value": "#DA81BC",
|
|
4040
4208
|
"public": true
|
|
4041
4209
|
},
|
|
4042
4210
|
"name": "color-light-mode-tag-17-background",
|
|
@@ -4056,12 +4224,12 @@
|
|
|
4056
4224
|
]
|
|
4057
4225
|
},
|
|
4058
4226
|
"foreground": {
|
|
4059
|
-
"value": "#
|
|
4227
|
+
"value": "#46253b",
|
|
4060
4228
|
"public": true,
|
|
4061
4229
|
"filePath": "tokens/color/component/tags.light.json",
|
|
4062
4230
|
"isSource": true,
|
|
4063
4231
|
"original": {
|
|
4064
|
-
"value": "#
|
|
4232
|
+
"value": "#46253B",
|
|
4065
4233
|
"public": true
|
|
4066
4234
|
},
|
|
4067
4235
|
"name": "color-light-mode-tag-17-foreground",
|
|
@@ -4240,6 +4408,33 @@
|
|
|
4240
4408
|
}
|
|
4241
4409
|
}
|
|
4242
4410
|
},
|
|
4411
|
+
"tile": {
|
|
4412
|
+
"background": {
|
|
4413
|
+
"value": "#ffffff",
|
|
4414
|
+
"public": true,
|
|
4415
|
+
"isReferenceToInternal": true,
|
|
4416
|
+
"filePath": "tokens/color/component/tile.light.json",
|
|
4417
|
+
"isSource": true,
|
|
4418
|
+
"original": {
|
|
4419
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
4420
|
+
"public": true,
|
|
4421
|
+
"isReferenceToInternal": true
|
|
4422
|
+
},
|
|
4423
|
+
"name": "color-light-mode-tile-background",
|
|
4424
|
+
"attributes": {
|
|
4425
|
+
"category": "color",
|
|
4426
|
+
"type": "light-mode",
|
|
4427
|
+
"item": "tile",
|
|
4428
|
+
"subitem": "background"
|
|
4429
|
+
},
|
|
4430
|
+
"path": [
|
|
4431
|
+
"color",
|
|
4432
|
+
"light-mode",
|
|
4433
|
+
"tile",
|
|
4434
|
+
"background"
|
|
4435
|
+
]
|
|
4436
|
+
}
|
|
4437
|
+
},
|
|
4243
4438
|
"brand": {
|
|
4244
4439
|
"primary": {
|
|
4245
4440
|
"100": {
|
|
@@ -4779,305 +4974,75 @@
|
|
|
4779
4974
|
}
|
|
4780
4975
|
}
|
|
4781
4976
|
},
|
|
4782
|
-
"
|
|
4783
|
-
"
|
|
4784
|
-
"
|
|
4785
|
-
|
|
4786
|
-
|
|
4787
|
-
|
|
4788
|
-
"
|
|
4977
|
+
"gradient": {
|
|
4978
|
+
"avatar": {
|
|
4979
|
+
"midnight": {
|
|
4980
|
+
"value": "linear-gradient(315deg, #5F41E5 0%, #141013 100%)",
|
|
4981
|
+
"type": "color",
|
|
4982
|
+
"public": true,
|
|
4983
|
+
"filePath": "tokens/color/primitive/gradients.light.json",
|
|
4984
|
+
"isSource": true,
|
|
4985
|
+
"original": {
|
|
4986
|
+
"value": {
|
|
4987
|
+
"type": "linear-gradient",
|
|
4988
|
+
"angle": "315deg",
|
|
4989
|
+
"colors": {
|
|
4990
|
+
"1": "#5F41E5 0%",
|
|
4991
|
+
"2": "#141013 100%"
|
|
4992
|
+
}
|
|
4993
|
+
},
|
|
4994
|
+
"type": "color",
|
|
4995
|
+
"public": true
|
|
4996
|
+
},
|
|
4997
|
+
"name": "color-light-mode-gradient-avatar-midnight",
|
|
4998
|
+
"attributes": {
|
|
4999
|
+
"category": "color",
|
|
5000
|
+
"type": "light-mode",
|
|
5001
|
+
"item": "gradient",
|
|
5002
|
+
"subitem": "avatar",
|
|
5003
|
+
"state": "midnight"
|
|
5004
|
+
},
|
|
5005
|
+
"path": [
|
|
5006
|
+
"color",
|
|
5007
|
+
"light-mode",
|
|
5008
|
+
"gradient",
|
|
5009
|
+
"avatar",
|
|
5010
|
+
"midnight"
|
|
5011
|
+
]
|
|
4789
5012
|
},
|
|
4790
|
-
"
|
|
4791
|
-
|
|
4792
|
-
"
|
|
4793
|
-
"
|
|
4794
|
-
"
|
|
4795
|
-
"
|
|
4796
|
-
|
|
4797
|
-
|
|
4798
|
-
|
|
4799
|
-
|
|
4800
|
-
|
|
4801
|
-
|
|
4802
|
-
|
|
4803
|
-
|
|
4804
|
-
|
|
4805
|
-
|
|
4806
|
-
|
|
4807
|
-
|
|
4808
|
-
|
|
4809
|
-
"
|
|
4810
|
-
|
|
4811
|
-
|
|
4812
|
-
|
|
4813
|
-
|
|
4814
|
-
|
|
4815
|
-
|
|
4816
|
-
"
|
|
4817
|
-
|
|
4818
|
-
|
|
4819
|
-
|
|
4820
|
-
|
|
4821
|
-
|
|
4822
|
-
|
|
4823
|
-
]
|
|
4824
|
-
},
|
|
4825
|
-
"300": {
|
|
4826
|
-
"value": "#451157",
|
|
4827
|
-
"filePath": "tokens/color/primitive/brand.light.json",
|
|
4828
|
-
"isSource": true,
|
|
4829
|
-
"original": {
|
|
4830
|
-
"value": "#451157"
|
|
4831
|
-
},
|
|
4832
|
-
"name": "color-light-mode-admin-300",
|
|
4833
|
-
"attributes": {
|
|
4834
|
-
"category": "color",
|
|
4835
|
-
"type": "light-mode",
|
|
4836
|
-
"item": "admin",
|
|
4837
|
-
"subitem": "300"
|
|
4838
|
-
},
|
|
4839
|
-
"path": [
|
|
4840
|
-
"color",
|
|
4841
|
-
"light-mode",
|
|
4842
|
-
"admin",
|
|
4843
|
-
"300"
|
|
4844
|
-
]
|
|
4845
|
-
}
|
|
4846
|
-
},
|
|
4847
|
-
"partner": {
|
|
4848
|
-
"bitbucket": {
|
|
4849
|
-
"value": "#004dc0",
|
|
4850
|
-
"public": true,
|
|
4851
|
-
"filePath": "tokens/color/primitive/brand.light.json",
|
|
4852
|
-
"isSource": true,
|
|
4853
|
-
"original": {
|
|
4854
|
-
"value": "#004DC0",
|
|
4855
|
-
"public": true
|
|
4856
|
-
},
|
|
4857
|
-
"name": "color-light-mode-partner-bitbucket",
|
|
4858
|
-
"attributes": {
|
|
4859
|
-
"category": "color",
|
|
4860
|
-
"type": "light-mode",
|
|
4861
|
-
"item": "partner",
|
|
4862
|
-
"subitem": "bitbucket"
|
|
4863
|
-
},
|
|
4864
|
-
"path": [
|
|
4865
|
-
"color",
|
|
4866
|
-
"light-mode",
|
|
4867
|
-
"partner",
|
|
4868
|
-
"bitbucket"
|
|
4869
|
-
]
|
|
4870
|
-
},
|
|
4871
|
-
"drupal": {
|
|
4872
|
-
"value": "#009cde",
|
|
4873
|
-
"public": true,
|
|
4874
|
-
"filePath": "tokens/color/primitive/brand.light.json",
|
|
4875
|
-
"isSource": true,
|
|
4876
|
-
"original": {
|
|
4877
|
-
"value": "#009CDE",
|
|
4878
|
-
"public": true
|
|
4879
|
-
},
|
|
4880
|
-
"name": "color-light-mode-partner-drupal",
|
|
4881
|
-
"attributes": {
|
|
4882
|
-
"category": "color",
|
|
4883
|
-
"type": "light-mode",
|
|
4884
|
-
"item": "partner",
|
|
4885
|
-
"subitem": "drupal"
|
|
4886
|
-
},
|
|
4887
|
-
"path": [
|
|
4888
|
-
"color",
|
|
4889
|
-
"light-mode",
|
|
4890
|
-
"partner",
|
|
4891
|
-
"drupal"
|
|
4892
|
-
]
|
|
4893
|
-
},
|
|
4894
|
-
"gatsby": {
|
|
4895
|
-
"value": "#663399",
|
|
4896
|
-
"public": true,
|
|
4897
|
-
"filePath": "tokens/color/primitive/brand.light.json",
|
|
4898
|
-
"isSource": true,
|
|
4899
|
-
"original": {
|
|
4900
|
-
"value": "#663399",
|
|
4901
|
-
"public": true
|
|
4902
|
-
},
|
|
4903
|
-
"name": "color-light-mode-partner-gatsby",
|
|
4904
|
-
"attributes": {
|
|
4905
|
-
"category": "color",
|
|
4906
|
-
"type": "light-mode",
|
|
4907
|
-
"item": "partner",
|
|
4908
|
-
"subitem": "gatsby"
|
|
4909
|
-
},
|
|
4910
|
-
"path": [
|
|
4911
|
-
"color",
|
|
4912
|
-
"light-mode",
|
|
4913
|
-
"partner",
|
|
4914
|
-
"gatsby"
|
|
4915
|
-
]
|
|
4916
|
-
},
|
|
4917
|
-
"gitlab": {
|
|
4918
|
-
"value": "#ffedfb",
|
|
4919
|
-
"public": true,
|
|
4920
|
-
"filePath": "tokens/color/primitive/brand.light.json",
|
|
4921
|
-
"isSource": true,
|
|
4922
|
-
"original": {
|
|
4923
|
-
"value": "#FFEDFB",
|
|
4924
|
-
"public": true
|
|
4925
|
-
},
|
|
4926
|
-
"name": "color-light-mode-partner-gitlab",
|
|
4927
|
-
"attributes": {
|
|
4928
|
-
"category": "color",
|
|
4929
|
-
"type": "light-mode",
|
|
4930
|
-
"item": "partner",
|
|
4931
|
-
"subitem": "gitlab"
|
|
4932
|
-
},
|
|
4933
|
-
"path": [
|
|
4934
|
-
"color",
|
|
4935
|
-
"light-mode",
|
|
4936
|
-
"partner",
|
|
4937
|
-
"gitlab"
|
|
4938
|
-
]
|
|
4939
|
-
},
|
|
4940
|
-
"nextjs": {
|
|
4941
|
-
"value": "#000000",
|
|
4942
|
-
"public": true,
|
|
4943
|
-
"filePath": "tokens/color/primitive/brand.light.json",
|
|
4944
|
-
"isSource": true,
|
|
4945
|
-
"original": {
|
|
4946
|
-
"value": "#000000",
|
|
4947
|
-
"public": true
|
|
4948
|
-
},
|
|
4949
|
-
"name": "color-light-mode-partner-nextjs",
|
|
4950
|
-
"attributes": {
|
|
4951
|
-
"category": "color",
|
|
4952
|
-
"type": "light-mode",
|
|
4953
|
-
"item": "partner",
|
|
4954
|
-
"subitem": "nextjs"
|
|
4955
|
-
},
|
|
4956
|
-
"path": [
|
|
4957
|
-
"color",
|
|
4958
|
-
"light-mode",
|
|
4959
|
-
"partner",
|
|
4960
|
-
"nextjs"
|
|
4961
|
-
]
|
|
4962
|
-
},
|
|
4963
|
-
"wordpress": {
|
|
4964
|
-
"value": "#0073aa",
|
|
4965
|
-
"public": true,
|
|
4966
|
-
"filePath": "tokens/color/primitive/brand.light.json",
|
|
4967
|
-
"isSource": true,
|
|
4968
|
-
"original": {
|
|
4969
|
-
"value": "#0073AA",
|
|
4970
|
-
"public": true
|
|
4971
|
-
},
|
|
4972
|
-
"name": "color-light-mode-partner-wordpress",
|
|
4973
|
-
"attributes": {
|
|
4974
|
-
"category": "color",
|
|
4975
|
-
"type": "light-mode",
|
|
4976
|
-
"item": "partner",
|
|
4977
|
-
"subitem": "wordpress"
|
|
4978
|
-
},
|
|
4979
|
-
"path": [
|
|
4980
|
-
"color",
|
|
4981
|
-
"light-mode",
|
|
4982
|
-
"partner",
|
|
4983
|
-
"wordpress"
|
|
4984
|
-
]
|
|
4985
|
-
}
|
|
4986
|
-
},
|
|
4987
|
-
"social": {
|
|
4988
|
-
"rss": {
|
|
4989
|
-
"value": "#f26522",
|
|
4990
|
-
"public": true,
|
|
4991
|
-
"filePath": "tokens/color/primitive/brand.light.json",
|
|
4992
|
-
"isSource": true,
|
|
4993
|
-
"original": {
|
|
4994
|
-
"value": "#f26522",
|
|
4995
|
-
"public": true
|
|
4996
|
-
},
|
|
4997
|
-
"name": "color-light-mode-social-rss",
|
|
4998
|
-
"attributes": {
|
|
4999
|
-
"category": "color",
|
|
5000
|
-
"type": "light-mode",
|
|
5001
|
-
"item": "social",
|
|
5002
|
-
"subitem": "rss"
|
|
5003
|
-
},
|
|
5004
|
-
"path": [
|
|
5005
|
-
"color",
|
|
5006
|
-
"light-mode",
|
|
5007
|
-
"social",
|
|
5008
|
-
"rss"
|
|
5009
|
-
]
|
|
5010
|
-
}
|
|
5011
|
-
},
|
|
5012
|
-
"gradient": {
|
|
5013
|
-
"avatar": {
|
|
5014
|
-
"midnight": {
|
|
5015
|
-
"value": "linear-gradient(315deg, #5F41E5 0%, #141013 100%)",
|
|
5016
|
-
"type": "color",
|
|
5017
|
-
"public": true,
|
|
5018
|
-
"filePath": "tokens/color/primitive/gradients.light.json",
|
|
5019
|
-
"isSource": true,
|
|
5020
|
-
"original": {
|
|
5021
|
-
"value": {
|
|
5022
|
-
"type": "linear-gradient",
|
|
5023
|
-
"angle": "315deg",
|
|
5024
|
-
"colors": {
|
|
5025
|
-
"1": "#5F41E5 0%",
|
|
5026
|
-
"2": "#141013 100%"
|
|
5027
|
-
}
|
|
5028
|
-
},
|
|
5029
|
-
"type": "color",
|
|
5030
|
-
"public": true
|
|
5031
|
-
},
|
|
5032
|
-
"name": "color-light-mode-gradient-avatar-midnight",
|
|
5033
|
-
"attributes": {
|
|
5034
|
-
"category": "color",
|
|
5035
|
-
"type": "light-mode",
|
|
5036
|
-
"item": "gradient",
|
|
5037
|
-
"subitem": "avatar",
|
|
5038
|
-
"state": "midnight"
|
|
5039
|
-
},
|
|
5040
|
-
"path": [
|
|
5041
|
-
"color",
|
|
5042
|
-
"light-mode",
|
|
5043
|
-
"gradient",
|
|
5044
|
-
"avatar",
|
|
5045
|
-
"midnight"
|
|
5046
|
-
]
|
|
5047
|
-
},
|
|
5048
|
-
"twilight": {
|
|
5049
|
-
"value": "linear-gradient(315deg, #C72FA2 0%, #1B0874 100%)",
|
|
5050
|
-
"type": "color",
|
|
5051
|
-
"public": true,
|
|
5052
|
-
"filePath": "tokens/color/primitive/gradients.light.json",
|
|
5053
|
-
"isSource": true,
|
|
5054
|
-
"original": {
|
|
5055
|
-
"value": {
|
|
5056
|
-
"type": "linear-gradient",
|
|
5057
|
-
"angle": "315deg",
|
|
5058
|
-
"colors": {
|
|
5059
|
-
"1": "#C72FA2 0%",
|
|
5060
|
-
"2": "#1B0874 100%"
|
|
5061
|
-
}
|
|
5062
|
-
},
|
|
5063
|
-
"type": "color",
|
|
5064
|
-
"public": true
|
|
5065
|
-
},
|
|
5066
|
-
"name": "color-light-mode-gradient-avatar-twilight",
|
|
5067
|
-
"attributes": {
|
|
5068
|
-
"category": "color",
|
|
5069
|
-
"type": "light-mode",
|
|
5070
|
-
"item": "gradient",
|
|
5071
|
-
"subitem": "avatar",
|
|
5072
|
-
"state": "twilight"
|
|
5073
|
-
},
|
|
5074
|
-
"path": [
|
|
5075
|
-
"color",
|
|
5076
|
-
"light-mode",
|
|
5077
|
-
"gradient",
|
|
5078
|
-
"avatar",
|
|
5079
|
-
"twilight"
|
|
5080
|
-
]
|
|
5013
|
+
"twilight": {
|
|
5014
|
+
"value": "linear-gradient(315deg, #C72FA2 0%, #1B0874 100%)",
|
|
5015
|
+
"type": "color",
|
|
5016
|
+
"public": true,
|
|
5017
|
+
"filePath": "tokens/color/primitive/gradients.light.json",
|
|
5018
|
+
"isSource": true,
|
|
5019
|
+
"original": {
|
|
5020
|
+
"value": {
|
|
5021
|
+
"type": "linear-gradient",
|
|
5022
|
+
"angle": "315deg",
|
|
5023
|
+
"colors": {
|
|
5024
|
+
"1": "#C72FA2 0%",
|
|
5025
|
+
"2": "#1B0874 100%"
|
|
5026
|
+
}
|
|
5027
|
+
},
|
|
5028
|
+
"type": "color",
|
|
5029
|
+
"public": true
|
|
5030
|
+
},
|
|
5031
|
+
"name": "color-light-mode-gradient-avatar-twilight",
|
|
5032
|
+
"attributes": {
|
|
5033
|
+
"category": "color",
|
|
5034
|
+
"type": "light-mode",
|
|
5035
|
+
"item": "gradient",
|
|
5036
|
+
"subitem": "avatar",
|
|
5037
|
+
"state": "twilight"
|
|
5038
|
+
},
|
|
5039
|
+
"path": [
|
|
5040
|
+
"color",
|
|
5041
|
+
"light-mode",
|
|
5042
|
+
"gradient",
|
|
5043
|
+
"avatar",
|
|
5044
|
+
"twilight"
|
|
5045
|
+
]
|
|
5081
5046
|
},
|
|
5082
5047
|
"sunrise": {
|
|
5083
5048
|
"value": "linear-gradient(135deg, #3017A1 0%, #F09737 100%)",
|
|
@@ -5790,142 +5755,353 @@
|
|
|
5790
5755
|
"100"
|
|
5791
5756
|
]
|
|
5792
5757
|
},
|
|
5793
|
-
"200": {
|
|
5794
|
-
"value": "#e3e4e5",
|
|
5758
|
+
"200": {
|
|
5759
|
+
"value": "#e3e4e5",
|
|
5760
|
+
"public": true,
|
|
5761
|
+
"filePath": "tokens/color/primitive/neutral.light.json",
|
|
5762
|
+
"isSource": true,
|
|
5763
|
+
"original": {
|
|
5764
|
+
"value": "#E3E4E5",
|
|
5765
|
+
"public": true
|
|
5766
|
+
},
|
|
5767
|
+
"name": "color-light-mode-neutral-200",
|
|
5768
|
+
"attributes": {
|
|
5769
|
+
"category": "color",
|
|
5770
|
+
"type": "light-mode",
|
|
5771
|
+
"item": "neutral",
|
|
5772
|
+
"subitem": "200"
|
|
5773
|
+
},
|
|
5774
|
+
"path": [
|
|
5775
|
+
"color",
|
|
5776
|
+
"light-mode",
|
|
5777
|
+
"neutral",
|
|
5778
|
+
"200"
|
|
5779
|
+
]
|
|
5780
|
+
},
|
|
5781
|
+
"300": {
|
|
5782
|
+
"value": "#c3c5c9",
|
|
5783
|
+
"public": true,
|
|
5784
|
+
"filePath": "tokens/color/primitive/neutral.light.json",
|
|
5785
|
+
"isSource": true,
|
|
5786
|
+
"original": {
|
|
5787
|
+
"value": "#C3C5C9",
|
|
5788
|
+
"public": true
|
|
5789
|
+
},
|
|
5790
|
+
"name": "color-light-mode-neutral-300",
|
|
5791
|
+
"attributes": {
|
|
5792
|
+
"category": "color",
|
|
5793
|
+
"type": "light-mode",
|
|
5794
|
+
"item": "neutral",
|
|
5795
|
+
"subitem": "300"
|
|
5796
|
+
},
|
|
5797
|
+
"path": [
|
|
5798
|
+
"color",
|
|
5799
|
+
"light-mode",
|
|
5800
|
+
"neutral",
|
|
5801
|
+
"300"
|
|
5802
|
+
]
|
|
5803
|
+
},
|
|
5804
|
+
"400": {
|
|
5805
|
+
"value": "#6a6e7a",
|
|
5806
|
+
"public": true,
|
|
5807
|
+
"filePath": "tokens/color/primitive/neutral.light.json",
|
|
5808
|
+
"isSource": true,
|
|
5809
|
+
"original": {
|
|
5810
|
+
"value": "#6A6E7A",
|
|
5811
|
+
"public": true
|
|
5812
|
+
},
|
|
5813
|
+
"name": "color-light-mode-neutral-400",
|
|
5814
|
+
"attributes": {
|
|
5815
|
+
"category": "color",
|
|
5816
|
+
"type": "light-mode",
|
|
5817
|
+
"item": "neutral",
|
|
5818
|
+
"subitem": "400"
|
|
5819
|
+
},
|
|
5820
|
+
"path": [
|
|
5821
|
+
"color",
|
|
5822
|
+
"light-mode",
|
|
5823
|
+
"neutral",
|
|
5824
|
+
"400"
|
|
5825
|
+
]
|
|
5826
|
+
},
|
|
5827
|
+
"500": {
|
|
5828
|
+
"value": "#23232d",
|
|
5829
|
+
"public": true,
|
|
5830
|
+
"filePath": "tokens/color/primitive/neutral.light.json",
|
|
5831
|
+
"isSource": true,
|
|
5832
|
+
"original": {
|
|
5833
|
+
"value": "#23232D",
|
|
5834
|
+
"public": true
|
|
5835
|
+
},
|
|
5836
|
+
"name": "color-light-mode-neutral-500",
|
|
5837
|
+
"attributes": {
|
|
5838
|
+
"category": "color",
|
|
5839
|
+
"type": "light-mode",
|
|
5840
|
+
"item": "neutral",
|
|
5841
|
+
"subitem": "500"
|
|
5842
|
+
},
|
|
5843
|
+
"path": [
|
|
5844
|
+
"color",
|
|
5845
|
+
"light-mode",
|
|
5846
|
+
"neutral",
|
|
5847
|
+
"500"
|
|
5848
|
+
]
|
|
5849
|
+
},
|
|
5850
|
+
"600": {
|
|
5851
|
+
"value": "#000000",
|
|
5852
|
+
"public": true,
|
|
5853
|
+
"filePath": "tokens/color/primitive/neutral.light.json",
|
|
5854
|
+
"isSource": true,
|
|
5855
|
+
"original": {
|
|
5856
|
+
"value": "#000000",
|
|
5857
|
+
"public": true
|
|
5858
|
+
},
|
|
5859
|
+
"name": "color-light-mode-neutral-600",
|
|
5860
|
+
"attributes": {
|
|
5861
|
+
"category": "color",
|
|
5862
|
+
"type": "light-mode",
|
|
5863
|
+
"item": "neutral",
|
|
5864
|
+
"subitem": "600"
|
|
5865
|
+
},
|
|
5866
|
+
"path": [
|
|
5867
|
+
"color",
|
|
5868
|
+
"light-mode",
|
|
5869
|
+
"neutral",
|
|
5870
|
+
"600"
|
|
5871
|
+
]
|
|
5872
|
+
},
|
|
5873
|
+
"000": {
|
|
5874
|
+
"value": "#ffffff",
|
|
5875
|
+
"public": true,
|
|
5876
|
+
"filePath": "tokens/color/primitive/neutral.light.json",
|
|
5877
|
+
"isSource": true,
|
|
5878
|
+
"original": {
|
|
5879
|
+
"value": "#FFFFFF",
|
|
5880
|
+
"public": true
|
|
5881
|
+
},
|
|
5882
|
+
"name": "color-light-mode-neutral-000",
|
|
5883
|
+
"attributes": {
|
|
5884
|
+
"category": "color",
|
|
5885
|
+
"type": "light-mode",
|
|
5886
|
+
"item": "neutral",
|
|
5887
|
+
"subitem": "000"
|
|
5888
|
+
},
|
|
5889
|
+
"path": [
|
|
5890
|
+
"color",
|
|
5891
|
+
"light-mode",
|
|
5892
|
+
"neutral",
|
|
5893
|
+
"000"
|
|
5894
|
+
]
|
|
5895
|
+
}
|
|
5896
|
+
},
|
|
5897
|
+
"partner": {
|
|
5898
|
+
"bitbucket": {
|
|
5899
|
+
"value": "#004dc0",
|
|
5900
|
+
"public": true,
|
|
5901
|
+
"filePath": "tokens/color/primitive/partner.light.json",
|
|
5902
|
+
"isSource": true,
|
|
5903
|
+
"original": {
|
|
5904
|
+
"value": "#004DC0",
|
|
5905
|
+
"public": true
|
|
5906
|
+
},
|
|
5907
|
+
"name": "color-light-mode-partner-bitbucket",
|
|
5908
|
+
"attributes": {
|
|
5909
|
+
"category": "color",
|
|
5910
|
+
"type": "light-mode",
|
|
5911
|
+
"item": "partner",
|
|
5912
|
+
"subitem": "bitbucket"
|
|
5913
|
+
},
|
|
5914
|
+
"path": [
|
|
5915
|
+
"color",
|
|
5916
|
+
"light-mode",
|
|
5917
|
+
"partner",
|
|
5918
|
+
"bitbucket"
|
|
5919
|
+
]
|
|
5920
|
+
},
|
|
5921
|
+
"drupal": {
|
|
5922
|
+
"value": "#009cde",
|
|
5923
|
+
"public": true,
|
|
5924
|
+
"filePath": "tokens/color/primitive/partner.light.json",
|
|
5925
|
+
"isSource": true,
|
|
5926
|
+
"original": {
|
|
5927
|
+
"value": "#009CDE",
|
|
5928
|
+
"public": true
|
|
5929
|
+
},
|
|
5930
|
+
"name": "color-light-mode-partner-drupal",
|
|
5931
|
+
"attributes": {
|
|
5932
|
+
"category": "color",
|
|
5933
|
+
"type": "light-mode",
|
|
5934
|
+
"item": "partner",
|
|
5935
|
+
"subitem": "drupal"
|
|
5936
|
+
},
|
|
5937
|
+
"path": [
|
|
5938
|
+
"color",
|
|
5939
|
+
"light-mode",
|
|
5940
|
+
"partner",
|
|
5941
|
+
"drupal"
|
|
5942
|
+
]
|
|
5943
|
+
},
|
|
5944
|
+
"gatsby": {
|
|
5945
|
+
"value": "#663399",
|
|
5946
|
+
"public": true,
|
|
5947
|
+
"filePath": "tokens/color/primitive/partner.light.json",
|
|
5948
|
+
"isSource": true,
|
|
5949
|
+
"original": {
|
|
5950
|
+
"value": "#663399",
|
|
5951
|
+
"public": true
|
|
5952
|
+
},
|
|
5953
|
+
"name": "color-light-mode-partner-gatsby",
|
|
5954
|
+
"attributes": {
|
|
5955
|
+
"category": "color",
|
|
5956
|
+
"type": "light-mode",
|
|
5957
|
+
"item": "partner",
|
|
5958
|
+
"subitem": "gatsby"
|
|
5959
|
+
},
|
|
5960
|
+
"path": [
|
|
5961
|
+
"color",
|
|
5962
|
+
"light-mode",
|
|
5963
|
+
"partner",
|
|
5964
|
+
"gatsby"
|
|
5965
|
+
]
|
|
5966
|
+
},
|
|
5967
|
+
"github": {
|
|
5968
|
+
"value": "#2da44e",
|
|
5795
5969
|
"public": true,
|
|
5796
|
-
"filePath": "tokens/color/primitive/
|
|
5970
|
+
"filePath": "tokens/color/primitive/partner.light.json",
|
|
5797
5971
|
"isSource": true,
|
|
5798
5972
|
"original": {
|
|
5799
|
-
"value": "#
|
|
5973
|
+
"value": "#2DA44E",
|
|
5800
5974
|
"public": true
|
|
5801
5975
|
},
|
|
5802
|
-
"name": "color-light-mode-
|
|
5976
|
+
"name": "color-light-mode-partner-github",
|
|
5803
5977
|
"attributes": {
|
|
5804
5978
|
"category": "color",
|
|
5805
5979
|
"type": "light-mode",
|
|
5806
|
-
"item": "
|
|
5807
|
-
"subitem": "
|
|
5980
|
+
"item": "partner",
|
|
5981
|
+
"subitem": "github"
|
|
5808
5982
|
},
|
|
5809
5983
|
"path": [
|
|
5810
5984
|
"color",
|
|
5811
5985
|
"light-mode",
|
|
5812
|
-
"
|
|
5813
|
-
"
|
|
5986
|
+
"partner",
|
|
5987
|
+
"github"
|
|
5814
5988
|
]
|
|
5815
5989
|
},
|
|
5816
|
-
"
|
|
5817
|
-
"value": "#
|
|
5990
|
+
"gitlab": {
|
|
5991
|
+
"value": "#fc6d26",
|
|
5818
5992
|
"public": true,
|
|
5819
|
-
"filePath": "tokens/color/primitive/
|
|
5993
|
+
"filePath": "tokens/color/primitive/partner.light.json",
|
|
5820
5994
|
"isSource": true,
|
|
5821
5995
|
"original": {
|
|
5822
|
-
"value": "#
|
|
5996
|
+
"value": "#fc6d26",
|
|
5823
5997
|
"public": true
|
|
5824
5998
|
},
|
|
5825
|
-
"name": "color-light-mode-
|
|
5999
|
+
"name": "color-light-mode-partner-gitlab",
|
|
5826
6000
|
"attributes": {
|
|
5827
6001
|
"category": "color",
|
|
5828
6002
|
"type": "light-mode",
|
|
5829
|
-
"item": "
|
|
5830
|
-
"subitem": "
|
|
6003
|
+
"item": "partner",
|
|
6004
|
+
"subitem": "gitlab"
|
|
5831
6005
|
},
|
|
5832
6006
|
"path": [
|
|
5833
6007
|
"color",
|
|
5834
6008
|
"light-mode",
|
|
5835
|
-
"
|
|
5836
|
-
"
|
|
6009
|
+
"partner",
|
|
6010
|
+
"gitlab"
|
|
5837
6011
|
]
|
|
5838
6012
|
},
|
|
5839
|
-
"
|
|
5840
|
-
"value": "#
|
|
6013
|
+
"google": {
|
|
6014
|
+
"value": "#4285f4",
|
|
5841
6015
|
"public": true,
|
|
5842
|
-
"filePath": "tokens/color/primitive/
|
|
6016
|
+
"filePath": "tokens/color/primitive/partner.light.json",
|
|
5843
6017
|
"isSource": true,
|
|
5844
6018
|
"original": {
|
|
5845
|
-
"value": "#
|
|
6019
|
+
"value": "#4285F4",
|
|
5846
6020
|
"public": true
|
|
5847
6021
|
},
|
|
5848
|
-
"name": "color-light-mode-
|
|
6022
|
+
"name": "color-light-mode-partner-google",
|
|
5849
6023
|
"attributes": {
|
|
5850
6024
|
"category": "color",
|
|
5851
6025
|
"type": "light-mode",
|
|
5852
|
-
"item": "
|
|
5853
|
-
"subitem": "
|
|
6026
|
+
"item": "partner",
|
|
6027
|
+
"subitem": "google"
|
|
5854
6028
|
},
|
|
5855
6029
|
"path": [
|
|
5856
6030
|
"color",
|
|
5857
6031
|
"light-mode",
|
|
5858
|
-
"
|
|
5859
|
-
"
|
|
6032
|
+
"partner",
|
|
6033
|
+
"google"
|
|
5860
6034
|
]
|
|
5861
6035
|
},
|
|
5862
|
-
"
|
|
5863
|
-
"value": "#
|
|
6036
|
+
"nextjs": {
|
|
6037
|
+
"value": "#000000",
|
|
5864
6038
|
"public": true,
|
|
5865
|
-
"filePath": "tokens/color/primitive/
|
|
6039
|
+
"filePath": "tokens/color/primitive/partner.light.json",
|
|
5866
6040
|
"isSource": true,
|
|
5867
6041
|
"original": {
|
|
5868
|
-
"value": "#
|
|
6042
|
+
"value": "#000000",
|
|
5869
6043
|
"public": true
|
|
5870
6044
|
},
|
|
5871
|
-
"name": "color-light-mode-
|
|
6045
|
+
"name": "color-light-mode-partner-nextjs",
|
|
5872
6046
|
"attributes": {
|
|
5873
6047
|
"category": "color",
|
|
5874
6048
|
"type": "light-mode",
|
|
5875
|
-
"item": "
|
|
5876
|
-
"subitem": "
|
|
6049
|
+
"item": "partner",
|
|
6050
|
+
"subitem": "nextjs"
|
|
5877
6051
|
},
|
|
5878
6052
|
"path": [
|
|
5879
6053
|
"color",
|
|
5880
6054
|
"light-mode",
|
|
5881
|
-
"
|
|
5882
|
-
"
|
|
6055
|
+
"partner",
|
|
6056
|
+
"nextjs"
|
|
5883
6057
|
]
|
|
5884
6058
|
},
|
|
5885
|
-
"
|
|
5886
|
-
"value": "#
|
|
6059
|
+
"wordpress": {
|
|
6060
|
+
"value": "#0073aa",
|
|
5887
6061
|
"public": true,
|
|
5888
|
-
"filePath": "tokens/color/primitive/
|
|
6062
|
+
"filePath": "tokens/color/primitive/partner.light.json",
|
|
5889
6063
|
"isSource": true,
|
|
5890
6064
|
"original": {
|
|
5891
|
-
"value": "#
|
|
6065
|
+
"value": "#0073AA",
|
|
5892
6066
|
"public": true
|
|
5893
6067
|
},
|
|
5894
|
-
"name": "color-light-mode-
|
|
6068
|
+
"name": "color-light-mode-partner-wordpress",
|
|
5895
6069
|
"attributes": {
|
|
5896
6070
|
"category": "color",
|
|
5897
6071
|
"type": "light-mode",
|
|
5898
|
-
"item": "
|
|
5899
|
-
"subitem": "
|
|
6072
|
+
"item": "partner",
|
|
6073
|
+
"subitem": "wordpress"
|
|
5900
6074
|
},
|
|
5901
6075
|
"path": [
|
|
5902
6076
|
"color",
|
|
5903
6077
|
"light-mode",
|
|
5904
|
-
"
|
|
5905
|
-
"
|
|
6078
|
+
"partner",
|
|
6079
|
+
"wordpress"
|
|
5906
6080
|
]
|
|
5907
|
-
}
|
|
5908
|
-
|
|
5909
|
-
|
|
6081
|
+
}
|
|
6082
|
+
},
|
|
6083
|
+
"social": {
|
|
6084
|
+
"rss": {
|
|
6085
|
+
"value": "#f26522",
|
|
5910
6086
|
"public": true,
|
|
5911
|
-
"filePath": "tokens/color/primitive/
|
|
6087
|
+
"filePath": "tokens/color/primitive/social.light.json",
|
|
5912
6088
|
"isSource": true,
|
|
5913
6089
|
"original": {
|
|
5914
|
-
"value": "#
|
|
6090
|
+
"value": "#f26522",
|
|
5915
6091
|
"public": true
|
|
5916
6092
|
},
|
|
5917
|
-
"name": "color-light-mode-
|
|
6093
|
+
"name": "color-light-mode-social-rss",
|
|
5918
6094
|
"attributes": {
|
|
5919
6095
|
"category": "color",
|
|
5920
6096
|
"type": "light-mode",
|
|
5921
|
-
"item": "
|
|
5922
|
-
"subitem": "
|
|
6097
|
+
"item": "social",
|
|
6098
|
+
"subitem": "rss"
|
|
5923
6099
|
},
|
|
5924
6100
|
"path": [
|
|
5925
6101
|
"color",
|
|
5926
6102
|
"light-mode",
|
|
5927
|
-
"
|
|
5928
|
-
"
|
|
6103
|
+
"social",
|
|
6104
|
+
"rss"
|
|
5929
6105
|
]
|
|
5930
6106
|
}
|
|
5931
6107
|
},
|
|
@@ -6817,13 +6993,11 @@
|
|
|
6817
6993
|
"hover": {
|
|
6818
6994
|
"value": "#4f32ce",
|
|
6819
6995
|
"public": true,
|
|
6820
|
-
"isReferenceToInternal": true,
|
|
6821
6996
|
"filePath": "tokens/color/semantic/interactive.light.json",
|
|
6822
6997
|
"isSource": true,
|
|
6823
6998
|
"original": {
|
|
6824
|
-
"value": "
|
|
6825
|
-
"public": true
|
|
6826
|
-
"isReferenceToInternal": true
|
|
6999
|
+
"value": "#4F32CE",
|
|
7000
|
+
"public": true
|
|
6827
7001
|
},
|
|
6828
7002
|
"name": "color-light-mode-interactive-link-hover",
|
|
6829
7003
|
"attributes": {
|
|
@@ -6844,13 +7018,11 @@
|
|
|
6844
7018
|
"active": {
|
|
6845
7019
|
"value": "#3017a1",
|
|
6846
7020
|
"public": true,
|
|
6847
|
-
"isReferenceToInternal": true,
|
|
6848
7021
|
"filePath": "tokens/color/semantic/interactive.light.json",
|
|
6849
7022
|
"isSource": true,
|
|
6850
7023
|
"original": {
|
|
6851
|
-
"value": "
|
|
6852
|
-
"public": true
|
|
6853
|
-
"isReferenceToInternal": true
|
|
7024
|
+
"value": "#3017A1",
|
|
7025
|
+
"public": true
|
|
6854
7026
|
},
|
|
6855
7027
|
"name": "color-light-mode-interactive-link-active",
|
|
6856
7028
|
"attributes": {
|
|
@@ -6871,13 +7043,11 @@
|
|
|
6871
7043
|
"visited": {
|
|
6872
7044
|
"value": "#4f32ce",
|
|
6873
7045
|
"public": true,
|
|
6874
|
-
"isReferenceToInternal": true,
|
|
6875
7046
|
"filePath": "tokens/color/semantic/interactive.light.json",
|
|
6876
7047
|
"isSource": true,
|
|
6877
7048
|
"original": {
|
|
6878
|
-
"value": "
|
|
6879
|
-
"public": true
|
|
6880
|
-
"isReferenceToInternal": true
|
|
7049
|
+
"value": "#4F32CE",
|
|
7050
|
+
"public": true
|
|
6881
7051
|
},
|
|
6882
7052
|
"name": "color-light-mode-interactive-link-visited",
|
|
6883
7053
|
"attributes": {
|
|
@@ -6899,12 +7069,12 @@
|
|
|
6899
7069
|
},
|
|
6900
7070
|
"interactive-reverse": {
|
|
6901
7071
|
"focus": {
|
|
6902
|
-
"value": "#
|
|
7072
|
+
"value": "#4888fe",
|
|
6903
7073
|
"public": true,
|
|
6904
7074
|
"filePath": "tokens/color/semantic/interactive.light.json",
|
|
6905
7075
|
"isSource": true,
|
|
6906
7076
|
"original": {
|
|
6907
|
-
"value": "#
|
|
7077
|
+
"value": "#4888FE",
|
|
6908
7078
|
"public": true
|
|
6909
7079
|
},
|
|
6910
7080
|
"name": "color-light-mode-interactive-reverse-focus",
|
|
@@ -6923,12 +7093,12 @@
|
|
|
6923
7093
|
},
|
|
6924
7094
|
"link": {
|
|
6925
7095
|
"default": {
|
|
6926
|
-
"value": "#
|
|
7096
|
+
"value": "#4888fe",
|
|
6927
7097
|
"public": true,
|
|
6928
7098
|
"filePath": "tokens/color/semantic/interactive.light.json",
|
|
6929
7099
|
"isSource": true,
|
|
6930
7100
|
"original": {
|
|
6931
|
-
"value": "#
|
|
7101
|
+
"value": "#4888FE",
|
|
6932
7102
|
"public": true
|
|
6933
7103
|
},
|
|
6934
7104
|
"name": "color-light-mode-interactive-reverse-link-default",
|
|
@@ -6948,12 +7118,12 @@
|
|
|
6948
7118
|
]
|
|
6949
7119
|
},
|
|
6950
7120
|
"hover": {
|
|
6951
|
-
"value": "#
|
|
7121
|
+
"value": "#9584e1",
|
|
6952
7122
|
"public": true,
|
|
6953
7123
|
"filePath": "tokens/color/semantic/interactive.light.json",
|
|
6954
7124
|
"isSource": true,
|
|
6955
7125
|
"original": {
|
|
6956
|
-
"value": "#
|
|
7126
|
+
"value": "#9584E1",
|
|
6957
7127
|
"public": true
|
|
6958
7128
|
},
|
|
6959
7129
|
"name": "color-light-mode-interactive-reverse-link-hover",
|
|
@@ -6973,12 +7143,12 @@
|
|
|
6973
7143
|
]
|
|
6974
7144
|
},
|
|
6975
7145
|
"active": {
|
|
6976
|
-
"value": "#
|
|
7146
|
+
"value": "#836fdc",
|
|
6977
7147
|
"public": true,
|
|
6978
7148
|
"filePath": "tokens/color/semantic/interactive.light.json",
|
|
6979
7149
|
"isSource": true,
|
|
6980
7150
|
"original": {
|
|
6981
|
-
"value": "#
|
|
7151
|
+
"value": "#836FDC",
|
|
6982
7152
|
"public": true
|
|
6983
7153
|
},
|
|
6984
7154
|
"name": "color-light-mode-interactive-reverse-link-active",
|
|
@@ -6998,12 +7168,12 @@
|
|
|
6998
7168
|
]
|
|
6999
7169
|
},
|
|
7000
7170
|
"visited": {
|
|
7001
|
-
"value": "#
|
|
7171
|
+
"value": "#9584e1",
|
|
7002
7172
|
"public": true,
|
|
7003
7173
|
"filePath": "tokens/color/semantic/interactive.light.json",
|
|
7004
7174
|
"isSource": true,
|
|
7005
7175
|
"original": {
|
|
7006
|
-
"value": "#
|
|
7176
|
+
"value": "#9584E1",
|
|
7007
7177
|
"public": true
|
|
7008
7178
|
},
|
|
7009
7179
|
"name": "color-light-mode-interactive-reverse-link-visited",
|
|
@@ -7336,156 +7506,156 @@
|
|
|
7336
7506
|
]
|
|
7337
7507
|
}
|
|
7338
7508
|
},
|
|
7339
|
-
"
|
|
7509
|
+
"critical": {
|
|
7340
7510
|
"foreground": {
|
|
7341
|
-
"value": "#
|
|
7511
|
+
"value": "#bc1c11",
|
|
7342
7512
|
"public": true,
|
|
7343
7513
|
"filePath": "tokens/color/semantic/status.light.json",
|
|
7344
7514
|
"isSource": true,
|
|
7345
7515
|
"original": {
|
|
7346
|
-
"value": "#
|
|
7516
|
+
"value": "#BC1C11",
|
|
7347
7517
|
"public": true
|
|
7348
7518
|
},
|
|
7349
|
-
"name": "color-light-mode-status-
|
|
7519
|
+
"name": "color-light-mode-status-critical-foreground",
|
|
7350
7520
|
"attributes": {
|
|
7351
7521
|
"category": "color",
|
|
7352
7522
|
"type": "light-mode",
|
|
7353
7523
|
"item": "status",
|
|
7354
|
-
"subitem": "
|
|
7524
|
+
"subitem": "critical",
|
|
7355
7525
|
"state": "foreground"
|
|
7356
7526
|
},
|
|
7357
7527
|
"path": [
|
|
7358
7528
|
"color",
|
|
7359
7529
|
"light-mode",
|
|
7360
7530
|
"status",
|
|
7361
|
-
"
|
|
7531
|
+
"critical",
|
|
7362
7532
|
"foreground"
|
|
7363
7533
|
]
|
|
7364
7534
|
},
|
|
7365
7535
|
"utility": {
|
|
7366
|
-
"value": "#
|
|
7536
|
+
"value": "#de2e21",
|
|
7367
7537
|
"public": true,
|
|
7368
7538
|
"filePath": "tokens/color/semantic/status.light.json",
|
|
7369
7539
|
"isSource": true,
|
|
7370
7540
|
"original": {
|
|
7371
|
-
"value": "#
|
|
7541
|
+
"value": "#DE2E21",
|
|
7372
7542
|
"public": true
|
|
7373
7543
|
},
|
|
7374
|
-
"name": "color-light-mode-status-
|
|
7544
|
+
"name": "color-light-mode-status-critical-utility",
|
|
7375
7545
|
"attributes": {
|
|
7376
7546
|
"category": "color",
|
|
7377
7547
|
"type": "light-mode",
|
|
7378
7548
|
"item": "status",
|
|
7379
|
-
"subitem": "
|
|
7549
|
+
"subitem": "critical",
|
|
7380
7550
|
"state": "utility"
|
|
7381
7551
|
},
|
|
7382
7552
|
"path": [
|
|
7383
7553
|
"color",
|
|
7384
7554
|
"light-mode",
|
|
7385
7555
|
"status",
|
|
7386
|
-
"
|
|
7556
|
+
"critical",
|
|
7387
7557
|
"utility"
|
|
7388
7558
|
]
|
|
7389
7559
|
},
|
|
7390
7560
|
"background": {
|
|
7391
|
-
"value": "#
|
|
7561
|
+
"value": "#ffefee",
|
|
7392
7562
|
"public": true,
|
|
7393
7563
|
"filePath": "tokens/color/semantic/status.light.json",
|
|
7394
7564
|
"isSource": true,
|
|
7395
7565
|
"original": {
|
|
7396
|
-
"value": "#
|
|
7566
|
+
"value": "#FFEFEE",
|
|
7397
7567
|
"public": true
|
|
7398
7568
|
},
|
|
7399
|
-
"name": "color-light-mode-status-
|
|
7569
|
+
"name": "color-light-mode-status-critical-background",
|
|
7400
7570
|
"attributes": {
|
|
7401
7571
|
"category": "color",
|
|
7402
7572
|
"type": "light-mode",
|
|
7403
7573
|
"item": "status",
|
|
7404
|
-
"subitem": "
|
|
7574
|
+
"subitem": "critical",
|
|
7405
7575
|
"state": "background"
|
|
7406
7576
|
},
|
|
7407
7577
|
"path": [
|
|
7408
7578
|
"color",
|
|
7409
7579
|
"light-mode",
|
|
7410
7580
|
"status",
|
|
7411
|
-
"
|
|
7581
|
+
"critical",
|
|
7412
7582
|
"background"
|
|
7413
7583
|
]
|
|
7414
7584
|
}
|
|
7415
7585
|
},
|
|
7416
|
-
"
|
|
7586
|
+
"warning": {
|
|
7417
7587
|
"foreground": {
|
|
7418
|
-
"value": "#
|
|
7588
|
+
"value": "#b06300",
|
|
7419
7589
|
"public": true,
|
|
7420
7590
|
"filePath": "tokens/color/semantic/status.light.json",
|
|
7421
7591
|
"isSource": true,
|
|
7422
7592
|
"original": {
|
|
7423
|
-
"value": "#
|
|
7593
|
+
"value": "#B06300",
|
|
7424
7594
|
"public": true
|
|
7425
7595
|
},
|
|
7426
|
-
"name": "color-light-mode-status-
|
|
7596
|
+
"name": "color-light-mode-status-warning-foreground",
|
|
7427
7597
|
"attributes": {
|
|
7428
7598
|
"category": "color",
|
|
7429
7599
|
"type": "light-mode",
|
|
7430
7600
|
"item": "status",
|
|
7431
|
-
"subitem": "
|
|
7601
|
+
"subitem": "warning",
|
|
7432
7602
|
"state": "foreground"
|
|
7433
7603
|
},
|
|
7434
7604
|
"path": [
|
|
7435
7605
|
"color",
|
|
7436
7606
|
"light-mode",
|
|
7437
7607
|
"status",
|
|
7438
|
-
"
|
|
7608
|
+
"warning",
|
|
7439
7609
|
"foreground"
|
|
7440
7610
|
]
|
|
7441
7611
|
},
|
|
7442
7612
|
"utility": {
|
|
7443
|
-
"value": "#
|
|
7613
|
+
"value": "#ffa126",
|
|
7444
7614
|
"public": true,
|
|
7445
7615
|
"filePath": "tokens/color/semantic/status.light.json",
|
|
7446
7616
|
"isSource": true,
|
|
7447
7617
|
"original": {
|
|
7448
|
-
"value": "#
|
|
7618
|
+
"value": "#FFA126",
|
|
7449
7619
|
"public": true
|
|
7450
7620
|
},
|
|
7451
|
-
"name": "color-light-mode-status-
|
|
7621
|
+
"name": "color-light-mode-status-warning-utility",
|
|
7452
7622
|
"attributes": {
|
|
7453
7623
|
"category": "color",
|
|
7454
7624
|
"type": "light-mode",
|
|
7455
7625
|
"item": "status",
|
|
7456
|
-
"subitem": "
|
|
7626
|
+
"subitem": "warning",
|
|
7457
7627
|
"state": "utility"
|
|
7458
7628
|
},
|
|
7459
7629
|
"path": [
|
|
7460
7630
|
"color",
|
|
7461
7631
|
"light-mode",
|
|
7462
7632
|
"status",
|
|
7463
|
-
"
|
|
7633
|
+
"warning",
|
|
7464
7634
|
"utility"
|
|
7465
7635
|
]
|
|
7466
7636
|
},
|
|
7467
7637
|
"background": {
|
|
7468
|
-
"value": "#
|
|
7638
|
+
"value": "#ffeed9",
|
|
7469
7639
|
"public": true,
|
|
7470
7640
|
"filePath": "tokens/color/semantic/status.light.json",
|
|
7471
7641
|
"isSource": true,
|
|
7472
7642
|
"original": {
|
|
7473
|
-
"value": "#
|
|
7643
|
+
"value": "#FFEED9",
|
|
7474
7644
|
"public": true
|
|
7475
7645
|
},
|
|
7476
|
-
"name": "color-light-mode-status-
|
|
7646
|
+
"name": "color-light-mode-status-warning-background",
|
|
7477
7647
|
"attributes": {
|
|
7478
7648
|
"category": "color",
|
|
7479
7649
|
"type": "light-mode",
|
|
7480
7650
|
"item": "status",
|
|
7481
|
-
"subitem": "
|
|
7651
|
+
"subitem": "warning",
|
|
7482
7652
|
"state": "background"
|
|
7483
7653
|
},
|
|
7484
7654
|
"path": [
|
|
7485
7655
|
"color",
|
|
7486
7656
|
"light-mode",
|
|
7487
7657
|
"status",
|
|
7488
|
-
"
|
|
7658
|
+
"warning",
|
|
7489
7659
|
"background"
|
|
7490
7660
|
]
|
|
7491
7661
|
}
|
|
@@ -7780,46 +7950,6 @@
|
|
|
7780
7950
|
"raised"
|
|
7781
7951
|
]
|
|
7782
7952
|
},
|
|
7783
|
-
"active": {
|
|
7784
|
-
"value": "0px 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 6px 14px 0px rgba(0, 0, 0, 0.08)",
|
|
7785
|
-
"type": "boxShadow",
|
|
7786
|
-
"public": true,
|
|
7787
|
-
"filePath": "tokens/elevation/base.light.json",
|
|
7788
|
-
"isSource": true,
|
|
7789
|
-
"original": {
|
|
7790
|
-
"value": [
|
|
7791
|
-
{
|
|
7792
|
-
"x": "0",
|
|
7793
|
-
"y": "0",
|
|
7794
|
-
"blur": "0",
|
|
7795
|
-
"spread": "1",
|
|
7796
|
-
"color": "rgba(0, 0, 0, 0.08)",
|
|
7797
|
-
"type": "dropShadow"
|
|
7798
|
-
},
|
|
7799
|
-
{
|
|
7800
|
-
"x": "0",
|
|
7801
|
-
"y": "6",
|
|
7802
|
-
"blur": "14",
|
|
7803
|
-
"spread": "0",
|
|
7804
|
-
"color": "rgba(0, 0, 0, 0.08)",
|
|
7805
|
-
"type": "dropShadow"
|
|
7806
|
-
}
|
|
7807
|
-
],
|
|
7808
|
-
"type": "boxShadow",
|
|
7809
|
-
"public": true
|
|
7810
|
-
},
|
|
7811
|
-
"name": "elevation-light-mode-active",
|
|
7812
|
-
"attributes": {
|
|
7813
|
-
"category": "elevation",
|
|
7814
|
-
"type": "light-mode",
|
|
7815
|
-
"item": "active"
|
|
7816
|
-
},
|
|
7817
|
-
"path": [
|
|
7818
|
-
"elevation",
|
|
7819
|
-
"light-mode",
|
|
7820
|
-
"active"
|
|
7821
|
-
]
|
|
7822
|
-
},
|
|
7823
7953
|
"overlay": {
|
|
7824
7954
|
"value": "0px 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.02), 0px 8px 16px -4px rgba(0, 0, 0, 0.04), 0px 24px 32px -8px rgba(0, 0, 0, 0.06)",
|
|
7825
7955
|
"type": "boxShadow",
|
|
@@ -7876,93 +8006,45 @@
|
|
|
7876
8006
|
"overlay"
|
|
7877
8007
|
]
|
|
7878
8008
|
},
|
|
7879
|
-
"
|
|
7880
|
-
"value": "
|
|
8009
|
+
"dashboard": {
|
|
8010
|
+
"value": "1px 1px 6px -2px rgba(140, 140, 140, 0.2), 1px 1px 0px 0px #f9f9f9",
|
|
7881
8011
|
"type": "boxShadow",
|
|
7882
8012
|
"public": true,
|
|
7883
|
-
"filePath": "tokens/elevation/
|
|
8013
|
+
"filePath": "tokens/elevation/dashboard.light.json",
|
|
7884
8014
|
"isSource": true,
|
|
7885
8015
|
"original": {
|
|
7886
8016
|
"value": [
|
|
7887
8017
|
{
|
|
7888
|
-
"x": "
|
|
8018
|
+
"x": "1",
|
|
7889
8019
|
"y": "1",
|
|
7890
|
-
"blur": "
|
|
7891
|
-
"spread": "
|
|
7892
|
-
"color": "rgba(
|
|
8020
|
+
"blur": "6",
|
|
8021
|
+
"spread": "-2",
|
|
8022
|
+
"color": "rgba(140, 140, 140, 0.2)",
|
|
7893
8023
|
"type": "dropShadow"
|
|
7894
8024
|
},
|
|
7895
8025
|
{
|
|
7896
|
-
"x": "
|
|
7897
|
-
"y": "
|
|
7898
|
-
"blur": "
|
|
8026
|
+
"x": "1",
|
|
8027
|
+
"y": "1",
|
|
8028
|
+
"blur": "0",
|
|
7899
8029
|
"spread": "0",
|
|
7900
|
-
"color": "
|
|
8030
|
+
"color": "#f9f9f9",
|
|
7901
8031
|
"type": "dropShadow"
|
|
7902
8032
|
}
|
|
7903
8033
|
],
|
|
7904
8034
|
"type": "boxShadow",
|
|
7905
8035
|
"public": true
|
|
7906
8036
|
},
|
|
7907
|
-
"name": "elevation-light-mode-
|
|
8037
|
+
"name": "elevation-light-mode-dashboard",
|
|
7908
8038
|
"attributes": {
|
|
7909
8039
|
"category": "elevation",
|
|
7910
8040
|
"type": "light-mode",
|
|
7911
|
-
"item": "
|
|
8041
|
+
"item": "dashboard"
|
|
7912
8042
|
},
|
|
7913
8043
|
"path": [
|
|
7914
8044
|
"elevation",
|
|
7915
8045
|
"light-mode",
|
|
7916
|
-
"
|
|
8046
|
+
"dashboard"
|
|
7917
8047
|
]
|
|
7918
|
-
},
|
|
7919
|
-
"card": {
|
|
7920
|
-
"default": {
|
|
7921
|
-
"value": "0px 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 2px 2px 0px rgba(0, 0, 0, 0.04), 0px 8px 8px -8px rgba(0, 0, 0, 0.04)",
|
|
7922
|
-
"public": true,
|
|
7923
|
-
"filePath": "tokens/elevation/card.light.json",
|
|
7924
|
-
"isSource": true,
|
|
7925
|
-
"original": {
|
|
7926
|
-
"value": "{elevation.light-mode.raised.value}",
|
|
7927
|
-
"public": true
|
|
7928
|
-
},
|
|
7929
|
-
"name": "elevation-light-mode-card-default",
|
|
7930
|
-
"attributes": {
|
|
7931
|
-
"category": "elevation",
|
|
7932
|
-
"type": "light-mode",
|
|
7933
|
-
"item": "card",
|
|
7934
|
-
"subitem": "default"
|
|
7935
|
-
},
|
|
7936
|
-
"path": [
|
|
7937
|
-
"elevation",
|
|
7938
|
-
"light-mode",
|
|
7939
|
-
"card",
|
|
7940
|
-
"default"
|
|
7941
|
-
]
|
|
7942
|
-
},
|
|
7943
|
-
"hover": {
|
|
7944
|
-
"value": "0px 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 6px 14px 0px rgba(0, 0, 0, 0.08)",
|
|
7945
|
-
"public": true,
|
|
7946
|
-
"filePath": "tokens/elevation/card.light.json",
|
|
7947
|
-
"isSource": true,
|
|
7948
|
-
"original": {
|
|
7949
|
-
"value": "{elevation.light-mode.active.value}",
|
|
7950
|
-
"public": true
|
|
7951
|
-
},
|
|
7952
|
-
"name": "elevation-light-mode-card-hover",
|
|
7953
|
-
"attributes": {
|
|
7954
|
-
"category": "elevation",
|
|
7955
|
-
"type": "light-mode",
|
|
7956
|
-
"item": "card",
|
|
7957
|
-
"subitem": "hover"
|
|
7958
|
-
},
|
|
7959
|
-
"path": [
|
|
7960
|
-
"elevation",
|
|
7961
|
-
"light-mode",
|
|
7962
|
-
"card",
|
|
7963
|
-
"hover"
|
|
7964
|
-
]
|
|
7965
|
-
}
|
|
7966
8048
|
}
|
|
7967
8049
|
}
|
|
7968
8050
|
}
|