@pantheon-systems/pds-design-tokens 1.0.0-dev.14 → 1.0.0-dev.15
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 +7 -6
- package/build/css/pds-design-tokens-light-mode.css +5 -4
- package/build/figma/pds-design-tokens-figma.json +166 -216
- package/build/json/pds-design-tokens-dark-mode.json +89 -114
- package/build/json/pds-design-tokens-light-mode.json +75 -100
- package/build/scss/_pds-design-tokens-dark-mode.scss +7 -6
- package/build/scss/_pds-design-tokens-light-mode.scss +5 -4
- package/package.json +1 -1
|
@@ -65,21 +65,22 @@
|
|
|
65
65
|
--pds-color-gradient-sunset: linear-gradient(48.24deg, #EF13AD 0%, #300068 66.25%);
|
|
66
66
|
--pds-color-input-background-critical: #1d1d29;
|
|
67
67
|
--pds-color-input-background-default: #1d1d29;
|
|
68
|
+
--pds-color-input-background-hover: #282839;
|
|
68
69
|
--pds-color-input-border-critical: #e05757;
|
|
69
70
|
--pds-color-input-border-default: #a6a3b4;
|
|
70
|
-
--pds-color-input-border-hover:
|
|
71
|
-
--pds-color-input-border-success: #
|
|
71
|
+
--pds-color-input-border-hover: #5f41e5;
|
|
72
|
+
--pds-color-input-border-success: #3cb683;
|
|
72
73
|
--pds-color-input-checked-background: var(--pds-color-interactive-focus);
|
|
73
74
|
--pds-color-input-checked-foreground: #ffffff;
|
|
74
75
|
--pds-color-input-foreground-critical: #e05757;
|
|
75
76
|
--pds-color-input-foreground-default: #ffffff;
|
|
76
|
-
--pds-color-input-foreground-success: #
|
|
77
|
+
--pds-color-input-foreground-success: #3cb683;
|
|
77
78
|
--pds-color-input-placeholder-text: #a6a3b4;
|
|
78
79
|
--pds-color-interactive-focus: #36a3ff;
|
|
79
|
-
--pds-color-link-active: #
|
|
80
|
+
--pds-color-link-active: #5f41e5;
|
|
80
81
|
--pds-color-link-default: #36a3ff;
|
|
81
|
-
--pds-color-link-hover: #
|
|
82
|
-
--pds-color-link-visited: #
|
|
82
|
+
--pds-color-link-hover: #5f41e5;
|
|
83
|
+
--pds-color-link-visited: #5f41e5;
|
|
83
84
|
--pds-color-menu-background: #282839;
|
|
84
85
|
--pds-color-menu-item-background-active: #858299;
|
|
85
86
|
--pds-color-menu-item-background-default: #282839;
|
|
@@ -65,9 +65,10 @@
|
|
|
65
65
|
--pds-color-gradient-sunset: linear-gradient(48.24deg, #EF13AD 0%, #300068 66.25%);
|
|
66
66
|
--pds-color-input-background-critical: #ffebeb;
|
|
67
67
|
--pds-color-input-background-default: #ffffff;
|
|
68
|
+
--pds-color-input-background-hover: #f0ecff;
|
|
68
69
|
--pds-color-input-border-critical: #d61f1f;
|
|
69
70
|
--pds-color-input-border-default: #8f8f99;
|
|
70
|
-
--pds-color-input-border-hover:
|
|
71
|
+
--pds-color-input-border-hover: #5f41e5;
|
|
71
72
|
--pds-color-input-border-success: #1f845a;
|
|
72
73
|
--pds-color-input-checked-background: var(--pds-color-interactive-focus);
|
|
73
74
|
--pds-color-input-checked-foreground: #ffffff;
|
|
@@ -76,10 +77,10 @@
|
|
|
76
77
|
--pds-color-input-foreground-success: #1f845a;
|
|
77
78
|
--pds-color-input-placeholder-text: #71717c;
|
|
78
79
|
--pds-color-interactive-focus: #0f62fe;
|
|
79
|
-
--pds-color-link-active: #
|
|
80
|
+
--pds-color-link-active: #5f41e5;
|
|
80
81
|
--pds-color-link-default: #0f62fe;
|
|
81
|
-
--pds-color-link-hover: #
|
|
82
|
-
--pds-color-link-visited: #
|
|
82
|
+
--pds-color-link-hover: #5f41e5;
|
|
83
|
+
--pds-color-link-visited: #5f41e5;
|
|
83
84
|
--pds-color-menu-background: #ffffff;
|
|
84
85
|
--pds-color-menu-item-background-active: #cfcfd3;
|
|
85
86
|
--pds-color-menu-item-background-default: #ffffff;
|
|
@@ -660,7 +660,7 @@
|
|
|
660
660
|
"value": {
|
|
661
661
|
"fontSize": "1 * 16",
|
|
662
662
|
"fontFamily": "Poppins",
|
|
663
|
-
"fontWeight":
|
|
663
|
+
"fontWeight": 600,
|
|
664
664
|
"lineHeight": "125%"
|
|
665
665
|
},
|
|
666
666
|
"type": "typography",
|
|
@@ -670,7 +670,7 @@
|
|
|
670
670
|
"value": {
|
|
671
671
|
"fontSize": "{typography.size.M} * {figma.typography.size.base}",
|
|
672
672
|
"fontFamily": "Poppins",
|
|
673
|
-
"fontWeight": "{typography.font-weight.
|
|
673
|
+
"fontWeight": "{typography.font-weight.semibold}",
|
|
674
674
|
"lineHeight": "{typography.line-height.S}"
|
|
675
675
|
},
|
|
676
676
|
"type": "typography"
|
|
@@ -3150,6 +3150,33 @@
|
|
|
3150
3150
|
"default"
|
|
3151
3151
|
]
|
|
3152
3152
|
},
|
|
3153
|
+
"hover": {
|
|
3154
|
+
"value": "#282839",
|
|
3155
|
+
"public": true,
|
|
3156
|
+
"isReferenceToInternal": true,
|
|
3157
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
3158
|
+
"isSource": true,
|
|
3159
|
+
"original": {
|
|
3160
|
+
"value": "{color.dark-mode.neutral.500.value}",
|
|
3161
|
+
"public": true,
|
|
3162
|
+
"isReferenceToInternal": true
|
|
3163
|
+
},
|
|
3164
|
+
"name": "color-dark-mode-input-background-hover",
|
|
3165
|
+
"attributes": {
|
|
3166
|
+
"category": "color",
|
|
3167
|
+
"type": "dark-mode",
|
|
3168
|
+
"item": "input",
|
|
3169
|
+
"subitem": "background",
|
|
3170
|
+
"state": "hover"
|
|
3171
|
+
},
|
|
3172
|
+
"path": [
|
|
3173
|
+
"color",
|
|
3174
|
+
"dark-mode",
|
|
3175
|
+
"input",
|
|
3176
|
+
"background",
|
|
3177
|
+
"hover"
|
|
3178
|
+
]
|
|
3179
|
+
},
|
|
3153
3180
|
"critical": {
|
|
3154
3181
|
"value": "#1d1d29",
|
|
3155
3182
|
"public": true,
|
|
@@ -3207,13 +3234,15 @@
|
|
|
3207
3234
|
]
|
|
3208
3235
|
},
|
|
3209
3236
|
"hover": {
|
|
3210
|
-
"value": "#
|
|
3237
|
+
"value": "#5f41e5",
|
|
3211
3238
|
"public": true,
|
|
3239
|
+
"isReferenceToInternal": true,
|
|
3212
3240
|
"filePath": "tokens/color/alias/form.dark.json",
|
|
3213
3241
|
"isSource": true,
|
|
3214
3242
|
"original": {
|
|
3215
|
-
"value": "{color.dark-mode.interactive.
|
|
3216
|
-
"public": true
|
|
3243
|
+
"value": "{color.dark-mode.interactive.visited.value}",
|
|
3244
|
+
"public": true,
|
|
3245
|
+
"isReferenceToInternal": true
|
|
3217
3246
|
},
|
|
3218
3247
|
"name": "color-dark-mode-input-border-hover",
|
|
3219
3248
|
"attributes": {
|
|
@@ -3232,7 +3261,7 @@
|
|
|
3232
3261
|
]
|
|
3233
3262
|
},
|
|
3234
3263
|
"success": {
|
|
3235
|
-
"value": "#
|
|
3264
|
+
"value": "#3cb683",
|
|
3236
3265
|
"public": true,
|
|
3237
3266
|
"isReferenceToInternal": true,
|
|
3238
3267
|
"filePath": "tokens/color/alias/form.dark.json",
|
|
@@ -3315,7 +3344,7 @@
|
|
|
3315
3344
|
]
|
|
3316
3345
|
},
|
|
3317
3346
|
"success": {
|
|
3318
|
-
"value": "#
|
|
3347
|
+
"value": "#3cb683",
|
|
3319
3348
|
"public": true,
|
|
3320
3349
|
"isReferenceToInternal": true,
|
|
3321
3350
|
"filePath": "tokens/color/alias/form.dark.json",
|
|
@@ -3457,7 +3486,7 @@
|
|
|
3457
3486
|
"filePath": "tokens/color/alias/link.dark.json",
|
|
3458
3487
|
"isSource": true,
|
|
3459
3488
|
"original": {
|
|
3460
|
-
"value": "{color.dark-mode.interactive.link.
|
|
3489
|
+
"value": "{color.dark-mode.interactive.link.value}",
|
|
3461
3490
|
"public": true,
|
|
3462
3491
|
"isReferenceToInternal": true
|
|
3463
3492
|
},
|
|
@@ -3476,13 +3505,13 @@
|
|
|
3476
3505
|
]
|
|
3477
3506
|
},
|
|
3478
3507
|
"hover": {
|
|
3479
|
-
"value": "#
|
|
3508
|
+
"value": "#5f41e5",
|
|
3480
3509
|
"public": true,
|
|
3481
3510
|
"isReferenceToInternal": true,
|
|
3482
3511
|
"filePath": "tokens/color/alias/link.dark.json",
|
|
3483
3512
|
"isSource": true,
|
|
3484
3513
|
"original": {
|
|
3485
|
-
"value": "{color.dark-mode.interactive.
|
|
3514
|
+
"value": "{color.dark-mode.interactive.visited.value}",
|
|
3486
3515
|
"public": true,
|
|
3487
3516
|
"isReferenceToInternal": true
|
|
3488
3517
|
},
|
|
@@ -3501,13 +3530,13 @@
|
|
|
3501
3530
|
]
|
|
3502
3531
|
},
|
|
3503
3532
|
"active": {
|
|
3504
|
-
"value": "#
|
|
3533
|
+
"value": "#5f41e5",
|
|
3505
3534
|
"public": true,
|
|
3506
3535
|
"isReferenceToInternal": true,
|
|
3507
3536
|
"filePath": "tokens/color/alias/link.dark.json",
|
|
3508
3537
|
"isSource": true,
|
|
3509
3538
|
"original": {
|
|
3510
|
-
"value": "{color.dark-mode.interactive.
|
|
3539
|
+
"value": "{color.dark-mode.interactive.visited.value}",
|
|
3511
3540
|
"public": true,
|
|
3512
3541
|
"isReferenceToInternal": true
|
|
3513
3542
|
},
|
|
@@ -3526,13 +3555,13 @@
|
|
|
3526
3555
|
]
|
|
3527
3556
|
},
|
|
3528
3557
|
"visited": {
|
|
3529
|
-
"value": "#
|
|
3558
|
+
"value": "#5f41e5",
|
|
3530
3559
|
"public": true,
|
|
3531
3560
|
"isReferenceToInternal": true,
|
|
3532
3561
|
"filePath": "tokens/color/alias/link.dark.json",
|
|
3533
3562
|
"isSource": true,
|
|
3534
3563
|
"original": {
|
|
3535
|
-
"value": "{color.dark-mode.interactive.visited.
|
|
3564
|
+
"value": "{color.dark-mode.interactive.visited.value}",
|
|
3536
3565
|
"public": true,
|
|
3537
3566
|
"isReferenceToInternal": true
|
|
3538
3567
|
},
|
|
@@ -4899,100 +4928,46 @@
|
|
|
4899
4928
|
},
|
|
4900
4929
|
"interactive": {
|
|
4901
4930
|
"link": {
|
|
4902
|
-
"
|
|
4903
|
-
|
|
4904
|
-
|
|
4905
|
-
|
|
4906
|
-
"
|
|
4907
|
-
"value": "#36A3FF"
|
|
4908
|
-
},
|
|
4909
|
-
"name": "color-dark-mode-interactive-link-400",
|
|
4910
|
-
"attributes": {
|
|
4911
|
-
"category": "color",
|
|
4912
|
-
"type": "dark-mode",
|
|
4913
|
-
"item": "interactive",
|
|
4914
|
-
"subitem": "link",
|
|
4915
|
-
"state": "400"
|
|
4916
|
-
},
|
|
4917
|
-
"path": [
|
|
4918
|
-
"color",
|
|
4919
|
-
"dark-mode",
|
|
4920
|
-
"interactive",
|
|
4921
|
-
"link",
|
|
4922
|
-
"400"
|
|
4923
|
-
]
|
|
4931
|
+
"value": "#36a3ff",
|
|
4932
|
+
"filePath": "tokens/color/base/interactive.dark.json",
|
|
4933
|
+
"isSource": true,
|
|
4934
|
+
"original": {
|
|
4935
|
+
"value": "#36A3FF"
|
|
4924
4936
|
},
|
|
4925
|
-
"
|
|
4926
|
-
|
|
4927
|
-
"
|
|
4928
|
-
"
|
|
4929
|
-
"
|
|
4930
|
-
|
|
4931
|
-
|
|
4932
|
-
|
|
4933
|
-
"
|
|
4934
|
-
|
|
4935
|
-
|
|
4936
|
-
|
|
4937
|
-
|
|
4938
|
-
"state": "500"
|
|
4939
|
-
},
|
|
4940
|
-
"path": [
|
|
4941
|
-
"color",
|
|
4942
|
-
"dark-mode",
|
|
4943
|
-
"interactive",
|
|
4944
|
-
"link",
|
|
4945
|
-
"500"
|
|
4946
|
-
]
|
|
4947
|
-
}
|
|
4937
|
+
"name": "color-dark-mode-interactive-link",
|
|
4938
|
+
"attributes": {
|
|
4939
|
+
"category": "color",
|
|
4940
|
+
"type": "dark-mode",
|
|
4941
|
+
"item": "interactive",
|
|
4942
|
+
"subitem": "link"
|
|
4943
|
+
},
|
|
4944
|
+
"path": [
|
|
4945
|
+
"color",
|
|
4946
|
+
"dark-mode",
|
|
4947
|
+
"interactive",
|
|
4948
|
+
"link"
|
|
4949
|
+
]
|
|
4948
4950
|
},
|
|
4949
4951
|
"visited": {
|
|
4950
|
-
"
|
|
4951
|
-
|
|
4952
|
-
|
|
4953
|
-
|
|
4954
|
-
"
|
|
4955
|
-
"value": "#967FFF"
|
|
4956
|
-
},
|
|
4957
|
-
"name": "color-dark-mode-interactive-visited-400",
|
|
4958
|
-
"attributes": {
|
|
4959
|
-
"category": "color",
|
|
4960
|
-
"type": "dark-mode",
|
|
4961
|
-
"item": "interactive",
|
|
4962
|
-
"subitem": "visited",
|
|
4963
|
-
"state": "400"
|
|
4964
|
-
},
|
|
4965
|
-
"path": [
|
|
4966
|
-
"color",
|
|
4967
|
-
"dark-mode",
|
|
4968
|
-
"interactive",
|
|
4969
|
-
"visited",
|
|
4970
|
-
"400"
|
|
4971
|
-
]
|
|
4952
|
+
"value": "#5f41e5",
|
|
4953
|
+
"filePath": "tokens/color/base/interactive.dark.json",
|
|
4954
|
+
"isSource": true,
|
|
4955
|
+
"original": {
|
|
4956
|
+
"value": "#5F41E5"
|
|
4972
4957
|
},
|
|
4973
|
-
"
|
|
4974
|
-
|
|
4975
|
-
"
|
|
4976
|
-
"
|
|
4977
|
-
"
|
|
4978
|
-
|
|
4979
|
-
|
|
4980
|
-
|
|
4981
|
-
"
|
|
4982
|
-
|
|
4983
|
-
|
|
4984
|
-
|
|
4985
|
-
|
|
4986
|
-
"state": "500"
|
|
4987
|
-
},
|
|
4988
|
-
"path": [
|
|
4989
|
-
"color",
|
|
4990
|
-
"dark-mode",
|
|
4991
|
-
"interactive",
|
|
4992
|
-
"visited",
|
|
4993
|
-
"500"
|
|
4994
|
-
]
|
|
4995
|
-
}
|
|
4958
|
+
"name": "color-dark-mode-interactive-visited",
|
|
4959
|
+
"attributes": {
|
|
4960
|
+
"category": "color",
|
|
4961
|
+
"type": "dark-mode",
|
|
4962
|
+
"item": "interactive",
|
|
4963
|
+
"subitem": "visited"
|
|
4964
|
+
},
|
|
4965
|
+
"path": [
|
|
4966
|
+
"color",
|
|
4967
|
+
"dark-mode",
|
|
4968
|
+
"interactive",
|
|
4969
|
+
"visited"
|
|
4970
|
+
]
|
|
4996
4971
|
},
|
|
4997
4972
|
"focus": {
|
|
4998
4973
|
"value": "#36a3ff",
|
|
@@ -5492,11 +5467,11 @@
|
|
|
5492
5467
|
},
|
|
5493
5468
|
"success": {
|
|
5494
5469
|
"100": {
|
|
5495
|
-
"value": "#
|
|
5470
|
+
"value": "#f0fff9",
|
|
5496
5471
|
"filePath": "tokens/color/base/semantic.dark.json",
|
|
5497
5472
|
"isSource": true,
|
|
5498
5473
|
"original": {
|
|
5499
|
-
"value": "#
|
|
5474
|
+
"value": "#F0FFF9"
|
|
5500
5475
|
},
|
|
5501
5476
|
"name": "color-dark-mode-semantic-success-100",
|
|
5502
5477
|
"attributes": {
|
|
@@ -5515,11 +5490,11 @@
|
|
|
5515
5490
|
]
|
|
5516
5491
|
},
|
|
5517
5492
|
"200": {
|
|
5518
|
-
"value": "#
|
|
5493
|
+
"value": "#afffde",
|
|
5519
5494
|
"filePath": "tokens/color/base/semantic.dark.json",
|
|
5520
5495
|
"isSource": true,
|
|
5521
5496
|
"original": {
|
|
5522
|
-
"value": "#
|
|
5497
|
+
"value": "#AFFFDE"
|
|
5523
5498
|
},
|
|
5524
5499
|
"name": "color-dark-mode-semantic-success-200",
|
|
5525
5500
|
"attributes": {
|
|
@@ -5538,11 +5513,11 @@
|
|
|
5538
5513
|
]
|
|
5539
5514
|
},
|
|
5540
5515
|
"300": {
|
|
5541
|
-
"value": "#
|
|
5516
|
+
"value": "#3cb683",
|
|
5542
5517
|
"filePath": "tokens/color/base/semantic.dark.json",
|
|
5543
5518
|
"isSource": true,
|
|
5544
5519
|
"original": {
|
|
5545
|
-
"value": "#
|
|
5520
|
+
"value": "#3CB683"
|
|
5546
5521
|
},
|
|
5547
5522
|
"name": "color-dark-mode-semantic-success-300",
|
|
5548
5523
|
"attributes": {
|
|
@@ -5561,11 +5536,11 @@
|
|
|
5561
5536
|
]
|
|
5562
5537
|
},
|
|
5563
5538
|
"400": {
|
|
5564
|
-
"value": "#
|
|
5539
|
+
"value": "#299467",
|
|
5565
5540
|
"filePath": "tokens/color/base/semantic.dark.json",
|
|
5566
5541
|
"isSource": true,
|
|
5567
5542
|
"original": {
|
|
5568
|
-
"value": "#
|
|
5543
|
+
"value": "#299467"
|
|
5569
5544
|
},
|
|
5570
5545
|
"name": "color-dark-mode-semantic-success-400",
|
|
5571
5546
|
"attributes": {
|
|
@@ -5584,11 +5559,11 @@
|
|
|
5584
5559
|
]
|
|
5585
5560
|
},
|
|
5586
5561
|
"500": {
|
|
5587
|
-
"value": "#
|
|
5562
|
+
"value": "#1a724d",
|
|
5588
5563
|
"filePath": "tokens/color/base/semantic.dark.json",
|
|
5589
5564
|
"isSource": true,
|
|
5590
5565
|
"original": {
|
|
5591
|
-
"value": "#
|
|
5566
|
+
"value": "#1A724D"
|
|
5592
5567
|
},
|
|
5593
5568
|
"name": "color-dark-mode-semantic-success-500",
|
|
5594
5569
|
"attributes": {
|
|
@@ -5607,11 +5582,11 @@
|
|
|
5607
5582
|
]
|
|
5608
5583
|
},
|
|
5609
5584
|
"600": {
|
|
5610
|
-
"value": "#
|
|
5585
|
+
"value": "#0e5034",
|
|
5611
5586
|
"filePath": "tokens/color/base/semantic.dark.json",
|
|
5612
5587
|
"isSource": true,
|
|
5613
5588
|
"original": {
|
|
5614
|
-
"value": "#
|
|
5589
|
+
"value": "#0E5034"
|
|
5615
5590
|
},
|
|
5616
5591
|
"name": "color-dark-mode-semantic-success-600",
|
|
5617
5592
|
"attributes": {
|
|
@@ -7123,6 +7098,33 @@
|
|
|
7123
7098
|
"default"
|
|
7124
7099
|
]
|
|
7125
7100
|
},
|
|
7101
|
+
"hover": {
|
|
7102
|
+
"value": "#f0ecff",
|
|
7103
|
+
"public": true,
|
|
7104
|
+
"isReferenceToInternal": true,
|
|
7105
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
7106
|
+
"isSource": true,
|
|
7107
|
+
"original": {
|
|
7108
|
+
"value": "{color.light-mode.brand.secondary.100.value}",
|
|
7109
|
+
"public": true,
|
|
7110
|
+
"isReferenceToInternal": true
|
|
7111
|
+
},
|
|
7112
|
+
"name": "color-light-mode-input-background-hover",
|
|
7113
|
+
"attributes": {
|
|
7114
|
+
"category": "color",
|
|
7115
|
+
"type": "light-mode",
|
|
7116
|
+
"item": "input",
|
|
7117
|
+
"subitem": "background",
|
|
7118
|
+
"state": "hover"
|
|
7119
|
+
},
|
|
7120
|
+
"path": [
|
|
7121
|
+
"color",
|
|
7122
|
+
"light-mode",
|
|
7123
|
+
"input",
|
|
7124
|
+
"background",
|
|
7125
|
+
"hover"
|
|
7126
|
+
]
|
|
7127
|
+
},
|
|
7126
7128
|
"critical": {
|
|
7127
7129
|
"value": "#ffebeb",
|
|
7128
7130
|
"public": true,
|
|
@@ -7180,13 +7182,15 @@
|
|
|
7180
7182
|
]
|
|
7181
7183
|
},
|
|
7182
7184
|
"hover": {
|
|
7183
|
-
"value": "#
|
|
7185
|
+
"value": "#5f41e5",
|
|
7184
7186
|
"public": true,
|
|
7187
|
+
"isReferenceToInternal": true,
|
|
7185
7188
|
"filePath": "tokens/color/alias/form.light.json",
|
|
7186
7189
|
"isSource": true,
|
|
7187
7190
|
"original": {
|
|
7188
|
-
"value": "{color.light-mode.interactive.
|
|
7189
|
-
"public": true
|
|
7191
|
+
"value": "{color.light-mode.interactive.visited.value}",
|
|
7192
|
+
"public": true,
|
|
7193
|
+
"isReferenceToInternal": true
|
|
7190
7194
|
},
|
|
7191
7195
|
"name": "color-light-mode-input-border-hover",
|
|
7192
7196
|
"attributes": {
|
|
@@ -7430,7 +7434,7 @@
|
|
|
7430
7434
|
"filePath": "tokens/color/alias/link.light.json",
|
|
7431
7435
|
"isSource": true,
|
|
7432
7436
|
"original": {
|
|
7433
|
-
"value": "{color.light-mode.interactive.link.
|
|
7437
|
+
"value": "{color.light-mode.interactive.link.value}",
|
|
7434
7438
|
"public": true,
|
|
7435
7439
|
"isReferenceToInternal": true
|
|
7436
7440
|
},
|
|
@@ -7449,13 +7453,13 @@
|
|
|
7449
7453
|
]
|
|
7450
7454
|
},
|
|
7451
7455
|
"hover": {
|
|
7452
|
-
"value": "#
|
|
7456
|
+
"value": "#5f41e5",
|
|
7453
7457
|
"public": true,
|
|
7454
7458
|
"isReferenceToInternal": true,
|
|
7455
7459
|
"filePath": "tokens/color/alias/link.light.json",
|
|
7456
7460
|
"isSource": true,
|
|
7457
7461
|
"original": {
|
|
7458
|
-
"value": "{color.light-mode.interactive.
|
|
7462
|
+
"value": "{color.light-mode.interactive.visited.value}",
|
|
7459
7463
|
"public": true,
|
|
7460
7464
|
"isReferenceToInternal": true
|
|
7461
7465
|
},
|
|
@@ -7474,13 +7478,13 @@
|
|
|
7474
7478
|
]
|
|
7475
7479
|
},
|
|
7476
7480
|
"active": {
|
|
7477
|
-
"value": "#
|
|
7481
|
+
"value": "#5f41e5",
|
|
7478
7482
|
"public": true,
|
|
7479
7483
|
"isReferenceToInternal": true,
|
|
7480
7484
|
"filePath": "tokens/color/alias/link.light.json",
|
|
7481
7485
|
"isSource": true,
|
|
7482
7486
|
"original": {
|
|
7483
|
-
"value": "{color.light-mode.interactive.
|
|
7487
|
+
"value": "{color.light-mode.interactive.visited.value}",
|
|
7484
7488
|
"public": true,
|
|
7485
7489
|
"isReferenceToInternal": true
|
|
7486
7490
|
},
|
|
@@ -7499,13 +7503,13 @@
|
|
|
7499
7503
|
]
|
|
7500
7504
|
},
|
|
7501
7505
|
"visited": {
|
|
7502
|
-
"value": "#
|
|
7506
|
+
"value": "#5f41e5",
|
|
7503
7507
|
"public": true,
|
|
7504
7508
|
"isReferenceToInternal": true,
|
|
7505
7509
|
"filePath": "tokens/color/alias/link.light.json",
|
|
7506
7510
|
"isSource": true,
|
|
7507
7511
|
"original": {
|
|
7508
|
-
"value": "{color.light-mode.interactive.visited.
|
|
7512
|
+
"value": "{color.light-mode.interactive.visited.value}",
|
|
7509
7513
|
"public": true,
|
|
7510
7514
|
"isReferenceToInternal": true
|
|
7511
7515
|
},
|
|
@@ -8845,100 +8849,46 @@
|
|
|
8845
8849
|
},
|
|
8846
8850
|
"interactive": {
|
|
8847
8851
|
"link": {
|
|
8848
|
-
"
|
|
8849
|
-
|
|
8850
|
-
|
|
8851
|
-
|
|
8852
|
-
"
|
|
8853
|
-
"value": "#0F62FE"
|
|
8854
|
-
},
|
|
8855
|
-
"name": "color-light-mode-interactive-link-400",
|
|
8856
|
-
"attributes": {
|
|
8857
|
-
"category": "color",
|
|
8858
|
-
"type": "light-mode",
|
|
8859
|
-
"item": "interactive",
|
|
8860
|
-
"subitem": "link",
|
|
8861
|
-
"state": "400"
|
|
8862
|
-
},
|
|
8863
|
-
"path": [
|
|
8864
|
-
"color",
|
|
8865
|
-
"light-mode",
|
|
8866
|
-
"interactive",
|
|
8867
|
-
"link",
|
|
8868
|
-
"400"
|
|
8869
|
-
]
|
|
8852
|
+
"value": "#0f62fe",
|
|
8853
|
+
"filePath": "tokens/color/base/interactive.light.json",
|
|
8854
|
+
"isSource": true,
|
|
8855
|
+
"original": {
|
|
8856
|
+
"value": "#0F62FE"
|
|
8870
8857
|
},
|
|
8871
|
-
"
|
|
8872
|
-
|
|
8873
|
-
"
|
|
8874
|
-
"
|
|
8875
|
-
"
|
|
8876
|
-
|
|
8877
|
-
|
|
8878
|
-
|
|
8879
|
-
"
|
|
8880
|
-
|
|
8881
|
-
|
|
8882
|
-
|
|
8883
|
-
|
|
8884
|
-
"state": "500"
|
|
8885
|
-
},
|
|
8886
|
-
"path": [
|
|
8887
|
-
"color",
|
|
8888
|
-
"light-mode",
|
|
8889
|
-
"interactive",
|
|
8890
|
-
"link",
|
|
8891
|
-
"500"
|
|
8892
|
-
]
|
|
8893
|
-
}
|
|
8858
|
+
"name": "color-light-mode-interactive-link",
|
|
8859
|
+
"attributes": {
|
|
8860
|
+
"category": "color",
|
|
8861
|
+
"type": "light-mode",
|
|
8862
|
+
"item": "interactive",
|
|
8863
|
+
"subitem": "link"
|
|
8864
|
+
},
|
|
8865
|
+
"path": [
|
|
8866
|
+
"color",
|
|
8867
|
+
"light-mode",
|
|
8868
|
+
"interactive",
|
|
8869
|
+
"link"
|
|
8870
|
+
]
|
|
8894
8871
|
},
|
|
8895
8872
|
"visited": {
|
|
8896
|
-
"
|
|
8897
|
-
|
|
8898
|
-
|
|
8899
|
-
|
|
8900
|
-
"
|
|
8901
|
-
"value": "#967FFF"
|
|
8902
|
-
},
|
|
8903
|
-
"name": "color-light-mode-interactive-visited-400",
|
|
8904
|
-
"attributes": {
|
|
8905
|
-
"category": "color",
|
|
8906
|
-
"type": "light-mode",
|
|
8907
|
-
"item": "interactive",
|
|
8908
|
-
"subitem": "visited",
|
|
8909
|
-
"state": "400"
|
|
8910
|
-
},
|
|
8911
|
-
"path": [
|
|
8912
|
-
"color",
|
|
8913
|
-
"light-mode",
|
|
8914
|
-
"interactive",
|
|
8915
|
-
"visited",
|
|
8916
|
-
"400"
|
|
8917
|
-
]
|
|
8873
|
+
"value": "#5f41e5",
|
|
8874
|
+
"filePath": "tokens/color/base/interactive.light.json",
|
|
8875
|
+
"isSource": true,
|
|
8876
|
+
"original": {
|
|
8877
|
+
"value": "#5F41E5"
|
|
8918
8878
|
},
|
|
8919
|
-
"
|
|
8920
|
-
|
|
8921
|
-
"
|
|
8922
|
-
"
|
|
8923
|
-
"
|
|
8924
|
-
|
|
8925
|
-
|
|
8926
|
-
|
|
8927
|
-
"
|
|
8928
|
-
|
|
8929
|
-
|
|
8930
|
-
|
|
8931
|
-
|
|
8932
|
-
"state": "500"
|
|
8933
|
-
},
|
|
8934
|
-
"path": [
|
|
8935
|
-
"color",
|
|
8936
|
-
"light-mode",
|
|
8937
|
-
"interactive",
|
|
8938
|
-
"visited",
|
|
8939
|
-
"500"
|
|
8940
|
-
]
|
|
8941
|
-
}
|
|
8879
|
+
"name": "color-light-mode-interactive-visited",
|
|
8880
|
+
"attributes": {
|
|
8881
|
+
"category": "color",
|
|
8882
|
+
"type": "light-mode",
|
|
8883
|
+
"item": "interactive",
|
|
8884
|
+
"subitem": "visited"
|
|
8885
|
+
},
|
|
8886
|
+
"path": [
|
|
8887
|
+
"color",
|
|
8888
|
+
"light-mode",
|
|
8889
|
+
"interactive",
|
|
8890
|
+
"visited"
|
|
8891
|
+
]
|
|
8942
8892
|
},
|
|
8943
8893
|
"focus": {
|
|
8944
8894
|
"value": "#0f62fe",
|
|
@@ -1351,6 +1351,33 @@
|
|
|
1351
1351
|
"default"
|
|
1352
1352
|
]
|
|
1353
1353
|
},
|
|
1354
|
+
"hover": {
|
|
1355
|
+
"value": "#282839",
|
|
1356
|
+
"public": true,
|
|
1357
|
+
"isReferenceToInternal": true,
|
|
1358
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
1359
|
+
"isSource": true,
|
|
1360
|
+
"original": {
|
|
1361
|
+
"value": "{color.dark-mode.neutral.500.value}",
|
|
1362
|
+
"public": true,
|
|
1363
|
+
"isReferenceToInternal": true
|
|
1364
|
+
},
|
|
1365
|
+
"name": "color-dark-mode-input-background-hover",
|
|
1366
|
+
"attributes": {
|
|
1367
|
+
"category": "color",
|
|
1368
|
+
"type": "dark-mode",
|
|
1369
|
+
"item": "input",
|
|
1370
|
+
"subitem": "background",
|
|
1371
|
+
"state": "hover"
|
|
1372
|
+
},
|
|
1373
|
+
"path": [
|
|
1374
|
+
"color",
|
|
1375
|
+
"dark-mode",
|
|
1376
|
+
"input",
|
|
1377
|
+
"background",
|
|
1378
|
+
"hover"
|
|
1379
|
+
]
|
|
1380
|
+
},
|
|
1354
1381
|
"critical": {
|
|
1355
1382
|
"value": "#1d1d29",
|
|
1356
1383
|
"public": true,
|
|
@@ -1408,13 +1435,15 @@
|
|
|
1408
1435
|
]
|
|
1409
1436
|
},
|
|
1410
1437
|
"hover": {
|
|
1411
|
-
"value": "#
|
|
1438
|
+
"value": "#5f41e5",
|
|
1412
1439
|
"public": true,
|
|
1440
|
+
"isReferenceToInternal": true,
|
|
1413
1441
|
"filePath": "tokens/color/alias/form.dark.json",
|
|
1414
1442
|
"isSource": true,
|
|
1415
1443
|
"original": {
|
|
1416
|
-
"value": "{color.dark-mode.interactive.
|
|
1417
|
-
"public": true
|
|
1444
|
+
"value": "{color.dark-mode.interactive.visited.value}",
|
|
1445
|
+
"public": true,
|
|
1446
|
+
"isReferenceToInternal": true
|
|
1418
1447
|
},
|
|
1419
1448
|
"name": "color-dark-mode-input-border-hover",
|
|
1420
1449
|
"attributes": {
|
|
@@ -1433,7 +1462,7 @@
|
|
|
1433
1462
|
]
|
|
1434
1463
|
},
|
|
1435
1464
|
"success": {
|
|
1436
|
-
"value": "#
|
|
1465
|
+
"value": "#3cb683",
|
|
1437
1466
|
"public": true,
|
|
1438
1467
|
"isReferenceToInternal": true,
|
|
1439
1468
|
"filePath": "tokens/color/alias/form.dark.json",
|
|
@@ -1516,7 +1545,7 @@
|
|
|
1516
1545
|
]
|
|
1517
1546
|
},
|
|
1518
1547
|
"success": {
|
|
1519
|
-
"value": "#
|
|
1548
|
+
"value": "#3cb683",
|
|
1520
1549
|
"public": true,
|
|
1521
1550
|
"isReferenceToInternal": true,
|
|
1522
1551
|
"filePath": "tokens/color/alias/form.dark.json",
|
|
@@ -1658,7 +1687,7 @@
|
|
|
1658
1687
|
"filePath": "tokens/color/alias/link.dark.json",
|
|
1659
1688
|
"isSource": true,
|
|
1660
1689
|
"original": {
|
|
1661
|
-
"value": "{color.dark-mode.interactive.link.
|
|
1690
|
+
"value": "{color.dark-mode.interactive.link.value}",
|
|
1662
1691
|
"public": true,
|
|
1663
1692
|
"isReferenceToInternal": true
|
|
1664
1693
|
},
|
|
@@ -1677,13 +1706,13 @@
|
|
|
1677
1706
|
]
|
|
1678
1707
|
},
|
|
1679
1708
|
"hover": {
|
|
1680
|
-
"value": "#
|
|
1709
|
+
"value": "#5f41e5",
|
|
1681
1710
|
"public": true,
|
|
1682
1711
|
"isReferenceToInternal": true,
|
|
1683
1712
|
"filePath": "tokens/color/alias/link.dark.json",
|
|
1684
1713
|
"isSource": true,
|
|
1685
1714
|
"original": {
|
|
1686
|
-
"value": "{color.dark-mode.interactive.
|
|
1715
|
+
"value": "{color.dark-mode.interactive.visited.value}",
|
|
1687
1716
|
"public": true,
|
|
1688
1717
|
"isReferenceToInternal": true
|
|
1689
1718
|
},
|
|
@@ -1702,13 +1731,13 @@
|
|
|
1702
1731
|
]
|
|
1703
1732
|
},
|
|
1704
1733
|
"active": {
|
|
1705
|
-
"value": "#
|
|
1734
|
+
"value": "#5f41e5",
|
|
1706
1735
|
"public": true,
|
|
1707
1736
|
"isReferenceToInternal": true,
|
|
1708
1737
|
"filePath": "tokens/color/alias/link.dark.json",
|
|
1709
1738
|
"isSource": true,
|
|
1710
1739
|
"original": {
|
|
1711
|
-
"value": "{color.dark-mode.interactive.
|
|
1740
|
+
"value": "{color.dark-mode.interactive.visited.value}",
|
|
1712
1741
|
"public": true,
|
|
1713
1742
|
"isReferenceToInternal": true
|
|
1714
1743
|
},
|
|
@@ -1727,13 +1756,13 @@
|
|
|
1727
1756
|
]
|
|
1728
1757
|
},
|
|
1729
1758
|
"visited": {
|
|
1730
|
-
"value": "#
|
|
1759
|
+
"value": "#5f41e5",
|
|
1731
1760
|
"public": true,
|
|
1732
1761
|
"isReferenceToInternal": true,
|
|
1733
1762
|
"filePath": "tokens/color/alias/link.dark.json",
|
|
1734
1763
|
"isSource": true,
|
|
1735
1764
|
"original": {
|
|
1736
|
-
"value": "{color.dark-mode.interactive.visited.
|
|
1765
|
+
"value": "{color.dark-mode.interactive.visited.value}",
|
|
1737
1766
|
"public": true,
|
|
1738
1767
|
"isReferenceToInternal": true
|
|
1739
1768
|
},
|
|
@@ -3100,100 +3129,46 @@
|
|
|
3100
3129
|
},
|
|
3101
3130
|
"interactive": {
|
|
3102
3131
|
"link": {
|
|
3103
|
-
"
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
"
|
|
3108
|
-
"value": "#36A3FF"
|
|
3109
|
-
},
|
|
3110
|
-
"name": "color-dark-mode-interactive-link-400",
|
|
3111
|
-
"attributes": {
|
|
3112
|
-
"category": "color",
|
|
3113
|
-
"type": "dark-mode",
|
|
3114
|
-
"item": "interactive",
|
|
3115
|
-
"subitem": "link",
|
|
3116
|
-
"state": "400"
|
|
3117
|
-
},
|
|
3118
|
-
"path": [
|
|
3119
|
-
"color",
|
|
3120
|
-
"dark-mode",
|
|
3121
|
-
"interactive",
|
|
3122
|
-
"link",
|
|
3123
|
-
"400"
|
|
3124
|
-
]
|
|
3132
|
+
"value": "#36a3ff",
|
|
3133
|
+
"filePath": "tokens/color/base/interactive.dark.json",
|
|
3134
|
+
"isSource": true,
|
|
3135
|
+
"original": {
|
|
3136
|
+
"value": "#36A3FF"
|
|
3125
3137
|
},
|
|
3126
|
-
"
|
|
3127
|
-
|
|
3128
|
-
"
|
|
3129
|
-
"
|
|
3130
|
-
"
|
|
3131
|
-
|
|
3132
|
-
|
|
3133
|
-
|
|
3134
|
-
"
|
|
3135
|
-
|
|
3136
|
-
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
"state": "500"
|
|
3140
|
-
},
|
|
3141
|
-
"path": [
|
|
3142
|
-
"color",
|
|
3143
|
-
"dark-mode",
|
|
3144
|
-
"interactive",
|
|
3145
|
-
"link",
|
|
3146
|
-
"500"
|
|
3147
|
-
]
|
|
3148
|
-
}
|
|
3138
|
+
"name": "color-dark-mode-interactive-link",
|
|
3139
|
+
"attributes": {
|
|
3140
|
+
"category": "color",
|
|
3141
|
+
"type": "dark-mode",
|
|
3142
|
+
"item": "interactive",
|
|
3143
|
+
"subitem": "link"
|
|
3144
|
+
},
|
|
3145
|
+
"path": [
|
|
3146
|
+
"color",
|
|
3147
|
+
"dark-mode",
|
|
3148
|
+
"interactive",
|
|
3149
|
+
"link"
|
|
3150
|
+
]
|
|
3149
3151
|
},
|
|
3150
3152
|
"visited": {
|
|
3151
|
-
"
|
|
3152
|
-
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
"
|
|
3156
|
-
"value": "#967FFF"
|
|
3157
|
-
},
|
|
3158
|
-
"name": "color-dark-mode-interactive-visited-400",
|
|
3159
|
-
"attributes": {
|
|
3160
|
-
"category": "color",
|
|
3161
|
-
"type": "dark-mode",
|
|
3162
|
-
"item": "interactive",
|
|
3163
|
-
"subitem": "visited",
|
|
3164
|
-
"state": "400"
|
|
3165
|
-
},
|
|
3166
|
-
"path": [
|
|
3167
|
-
"color",
|
|
3168
|
-
"dark-mode",
|
|
3169
|
-
"interactive",
|
|
3170
|
-
"visited",
|
|
3171
|
-
"400"
|
|
3172
|
-
]
|
|
3153
|
+
"value": "#5f41e5",
|
|
3154
|
+
"filePath": "tokens/color/base/interactive.dark.json",
|
|
3155
|
+
"isSource": true,
|
|
3156
|
+
"original": {
|
|
3157
|
+
"value": "#5F41E5"
|
|
3173
3158
|
},
|
|
3174
|
-
"
|
|
3175
|
-
|
|
3176
|
-
"
|
|
3177
|
-
"
|
|
3178
|
-
"
|
|
3179
|
-
|
|
3180
|
-
|
|
3181
|
-
|
|
3182
|
-
"
|
|
3183
|
-
|
|
3184
|
-
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
"state": "500"
|
|
3188
|
-
},
|
|
3189
|
-
"path": [
|
|
3190
|
-
"color",
|
|
3191
|
-
"dark-mode",
|
|
3192
|
-
"interactive",
|
|
3193
|
-
"visited",
|
|
3194
|
-
"500"
|
|
3195
|
-
]
|
|
3196
|
-
}
|
|
3159
|
+
"name": "color-dark-mode-interactive-visited",
|
|
3160
|
+
"attributes": {
|
|
3161
|
+
"category": "color",
|
|
3162
|
+
"type": "dark-mode",
|
|
3163
|
+
"item": "interactive",
|
|
3164
|
+
"subitem": "visited"
|
|
3165
|
+
},
|
|
3166
|
+
"path": [
|
|
3167
|
+
"color",
|
|
3168
|
+
"dark-mode",
|
|
3169
|
+
"interactive",
|
|
3170
|
+
"visited"
|
|
3171
|
+
]
|
|
3197
3172
|
},
|
|
3198
3173
|
"focus": {
|
|
3199
3174
|
"value": "#36a3ff",
|
|
@@ -3693,11 +3668,11 @@
|
|
|
3693
3668
|
},
|
|
3694
3669
|
"success": {
|
|
3695
3670
|
"100": {
|
|
3696
|
-
"value": "#
|
|
3671
|
+
"value": "#f0fff9",
|
|
3697
3672
|
"filePath": "tokens/color/base/semantic.dark.json",
|
|
3698
3673
|
"isSource": true,
|
|
3699
3674
|
"original": {
|
|
3700
|
-
"value": "#
|
|
3675
|
+
"value": "#F0FFF9"
|
|
3701
3676
|
},
|
|
3702
3677
|
"name": "color-dark-mode-semantic-success-100",
|
|
3703
3678
|
"attributes": {
|
|
@@ -3716,11 +3691,11 @@
|
|
|
3716
3691
|
]
|
|
3717
3692
|
},
|
|
3718
3693
|
"200": {
|
|
3719
|
-
"value": "#
|
|
3694
|
+
"value": "#afffde",
|
|
3720
3695
|
"filePath": "tokens/color/base/semantic.dark.json",
|
|
3721
3696
|
"isSource": true,
|
|
3722
3697
|
"original": {
|
|
3723
|
-
"value": "#
|
|
3698
|
+
"value": "#AFFFDE"
|
|
3724
3699
|
},
|
|
3725
3700
|
"name": "color-dark-mode-semantic-success-200",
|
|
3726
3701
|
"attributes": {
|
|
@@ -3739,11 +3714,11 @@
|
|
|
3739
3714
|
]
|
|
3740
3715
|
},
|
|
3741
3716
|
"300": {
|
|
3742
|
-
"value": "#
|
|
3717
|
+
"value": "#3cb683",
|
|
3743
3718
|
"filePath": "tokens/color/base/semantic.dark.json",
|
|
3744
3719
|
"isSource": true,
|
|
3745
3720
|
"original": {
|
|
3746
|
-
"value": "#
|
|
3721
|
+
"value": "#3CB683"
|
|
3747
3722
|
},
|
|
3748
3723
|
"name": "color-dark-mode-semantic-success-300",
|
|
3749
3724
|
"attributes": {
|
|
@@ -3762,11 +3737,11 @@
|
|
|
3762
3737
|
]
|
|
3763
3738
|
},
|
|
3764
3739
|
"400": {
|
|
3765
|
-
"value": "#
|
|
3740
|
+
"value": "#299467",
|
|
3766
3741
|
"filePath": "tokens/color/base/semantic.dark.json",
|
|
3767
3742
|
"isSource": true,
|
|
3768
3743
|
"original": {
|
|
3769
|
-
"value": "#
|
|
3744
|
+
"value": "#299467"
|
|
3770
3745
|
},
|
|
3771
3746
|
"name": "color-dark-mode-semantic-success-400",
|
|
3772
3747
|
"attributes": {
|
|
@@ -3785,11 +3760,11 @@
|
|
|
3785
3760
|
]
|
|
3786
3761
|
},
|
|
3787
3762
|
"500": {
|
|
3788
|
-
"value": "#
|
|
3763
|
+
"value": "#1a724d",
|
|
3789
3764
|
"filePath": "tokens/color/base/semantic.dark.json",
|
|
3790
3765
|
"isSource": true,
|
|
3791
3766
|
"original": {
|
|
3792
|
-
"value": "#
|
|
3767
|
+
"value": "#1A724D"
|
|
3793
3768
|
},
|
|
3794
3769
|
"name": "color-dark-mode-semantic-success-500",
|
|
3795
3770
|
"attributes": {
|
|
@@ -3808,11 +3783,11 @@
|
|
|
3808
3783
|
]
|
|
3809
3784
|
},
|
|
3810
3785
|
"600": {
|
|
3811
|
-
"value": "#
|
|
3786
|
+
"value": "#0e5034",
|
|
3812
3787
|
"filePath": "tokens/color/base/semantic.dark.json",
|
|
3813
3788
|
"isSource": true,
|
|
3814
3789
|
"original": {
|
|
3815
|
-
"value": "#
|
|
3790
|
+
"value": "#0E5034"
|
|
3816
3791
|
},
|
|
3817
3792
|
"name": "color-dark-mode-semantic-success-600",
|
|
3818
3793
|
"attributes": {
|
|
@@ -1351,6 +1351,33 @@
|
|
|
1351
1351
|
"default"
|
|
1352
1352
|
]
|
|
1353
1353
|
},
|
|
1354
|
+
"hover": {
|
|
1355
|
+
"value": "#f0ecff",
|
|
1356
|
+
"public": true,
|
|
1357
|
+
"isReferenceToInternal": true,
|
|
1358
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
1359
|
+
"isSource": true,
|
|
1360
|
+
"original": {
|
|
1361
|
+
"value": "{color.light-mode.brand.secondary.100.value}",
|
|
1362
|
+
"public": true,
|
|
1363
|
+
"isReferenceToInternal": true
|
|
1364
|
+
},
|
|
1365
|
+
"name": "color-light-mode-input-background-hover",
|
|
1366
|
+
"attributes": {
|
|
1367
|
+
"category": "color",
|
|
1368
|
+
"type": "light-mode",
|
|
1369
|
+
"item": "input",
|
|
1370
|
+
"subitem": "background",
|
|
1371
|
+
"state": "hover"
|
|
1372
|
+
},
|
|
1373
|
+
"path": [
|
|
1374
|
+
"color",
|
|
1375
|
+
"light-mode",
|
|
1376
|
+
"input",
|
|
1377
|
+
"background",
|
|
1378
|
+
"hover"
|
|
1379
|
+
]
|
|
1380
|
+
},
|
|
1354
1381
|
"critical": {
|
|
1355
1382
|
"value": "#ffebeb",
|
|
1356
1383
|
"public": true,
|
|
@@ -1408,13 +1435,15 @@
|
|
|
1408
1435
|
]
|
|
1409
1436
|
},
|
|
1410
1437
|
"hover": {
|
|
1411
|
-
"value": "#
|
|
1438
|
+
"value": "#5f41e5",
|
|
1412
1439
|
"public": true,
|
|
1440
|
+
"isReferenceToInternal": true,
|
|
1413
1441
|
"filePath": "tokens/color/alias/form.light.json",
|
|
1414
1442
|
"isSource": true,
|
|
1415
1443
|
"original": {
|
|
1416
|
-
"value": "{color.light-mode.interactive.
|
|
1417
|
-
"public": true
|
|
1444
|
+
"value": "{color.light-mode.interactive.visited.value}",
|
|
1445
|
+
"public": true,
|
|
1446
|
+
"isReferenceToInternal": true
|
|
1418
1447
|
},
|
|
1419
1448
|
"name": "color-light-mode-input-border-hover",
|
|
1420
1449
|
"attributes": {
|
|
@@ -1658,7 +1687,7 @@
|
|
|
1658
1687
|
"filePath": "tokens/color/alias/link.light.json",
|
|
1659
1688
|
"isSource": true,
|
|
1660
1689
|
"original": {
|
|
1661
|
-
"value": "{color.light-mode.interactive.link.
|
|
1690
|
+
"value": "{color.light-mode.interactive.link.value}",
|
|
1662
1691
|
"public": true,
|
|
1663
1692
|
"isReferenceToInternal": true
|
|
1664
1693
|
},
|
|
@@ -1677,13 +1706,13 @@
|
|
|
1677
1706
|
]
|
|
1678
1707
|
},
|
|
1679
1708
|
"hover": {
|
|
1680
|
-
"value": "#
|
|
1709
|
+
"value": "#5f41e5",
|
|
1681
1710
|
"public": true,
|
|
1682
1711
|
"isReferenceToInternal": true,
|
|
1683
1712
|
"filePath": "tokens/color/alias/link.light.json",
|
|
1684
1713
|
"isSource": true,
|
|
1685
1714
|
"original": {
|
|
1686
|
-
"value": "{color.light-mode.interactive.
|
|
1715
|
+
"value": "{color.light-mode.interactive.visited.value}",
|
|
1687
1716
|
"public": true,
|
|
1688
1717
|
"isReferenceToInternal": true
|
|
1689
1718
|
},
|
|
@@ -1702,13 +1731,13 @@
|
|
|
1702
1731
|
]
|
|
1703
1732
|
},
|
|
1704
1733
|
"active": {
|
|
1705
|
-
"value": "#
|
|
1734
|
+
"value": "#5f41e5",
|
|
1706
1735
|
"public": true,
|
|
1707
1736
|
"isReferenceToInternal": true,
|
|
1708
1737
|
"filePath": "tokens/color/alias/link.light.json",
|
|
1709
1738
|
"isSource": true,
|
|
1710
1739
|
"original": {
|
|
1711
|
-
"value": "{color.light-mode.interactive.
|
|
1740
|
+
"value": "{color.light-mode.interactive.visited.value}",
|
|
1712
1741
|
"public": true,
|
|
1713
1742
|
"isReferenceToInternal": true
|
|
1714
1743
|
},
|
|
@@ -1727,13 +1756,13 @@
|
|
|
1727
1756
|
]
|
|
1728
1757
|
},
|
|
1729
1758
|
"visited": {
|
|
1730
|
-
"value": "#
|
|
1759
|
+
"value": "#5f41e5",
|
|
1731
1760
|
"public": true,
|
|
1732
1761
|
"isReferenceToInternal": true,
|
|
1733
1762
|
"filePath": "tokens/color/alias/link.light.json",
|
|
1734
1763
|
"isSource": true,
|
|
1735
1764
|
"original": {
|
|
1736
|
-
"value": "{color.light-mode.interactive.visited.
|
|
1765
|
+
"value": "{color.light-mode.interactive.visited.value}",
|
|
1737
1766
|
"public": true,
|
|
1738
1767
|
"isReferenceToInternal": true
|
|
1739
1768
|
},
|
|
@@ -3073,100 +3102,46 @@
|
|
|
3073
3102
|
},
|
|
3074
3103
|
"interactive": {
|
|
3075
3104
|
"link": {
|
|
3076
|
-
"
|
|
3077
|
-
|
|
3078
|
-
|
|
3079
|
-
|
|
3080
|
-
"
|
|
3081
|
-
"value": "#0F62FE"
|
|
3082
|
-
},
|
|
3083
|
-
"name": "color-light-mode-interactive-link-400",
|
|
3084
|
-
"attributes": {
|
|
3085
|
-
"category": "color",
|
|
3086
|
-
"type": "light-mode",
|
|
3087
|
-
"item": "interactive",
|
|
3088
|
-
"subitem": "link",
|
|
3089
|
-
"state": "400"
|
|
3090
|
-
},
|
|
3091
|
-
"path": [
|
|
3092
|
-
"color",
|
|
3093
|
-
"light-mode",
|
|
3094
|
-
"interactive",
|
|
3095
|
-
"link",
|
|
3096
|
-
"400"
|
|
3097
|
-
]
|
|
3105
|
+
"value": "#0f62fe",
|
|
3106
|
+
"filePath": "tokens/color/base/interactive.light.json",
|
|
3107
|
+
"isSource": true,
|
|
3108
|
+
"original": {
|
|
3109
|
+
"value": "#0F62FE"
|
|
3098
3110
|
},
|
|
3099
|
-
"
|
|
3100
|
-
|
|
3101
|
-
"
|
|
3102
|
-
"
|
|
3103
|
-
"
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
"
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
"state": "500"
|
|
3113
|
-
},
|
|
3114
|
-
"path": [
|
|
3115
|
-
"color",
|
|
3116
|
-
"light-mode",
|
|
3117
|
-
"interactive",
|
|
3118
|
-
"link",
|
|
3119
|
-
"500"
|
|
3120
|
-
]
|
|
3121
|
-
}
|
|
3111
|
+
"name": "color-light-mode-interactive-link",
|
|
3112
|
+
"attributes": {
|
|
3113
|
+
"category": "color",
|
|
3114
|
+
"type": "light-mode",
|
|
3115
|
+
"item": "interactive",
|
|
3116
|
+
"subitem": "link"
|
|
3117
|
+
},
|
|
3118
|
+
"path": [
|
|
3119
|
+
"color",
|
|
3120
|
+
"light-mode",
|
|
3121
|
+
"interactive",
|
|
3122
|
+
"link"
|
|
3123
|
+
]
|
|
3122
3124
|
},
|
|
3123
3125
|
"visited": {
|
|
3124
|
-
"
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
"
|
|
3129
|
-
"value": "#967FFF"
|
|
3130
|
-
},
|
|
3131
|
-
"name": "color-light-mode-interactive-visited-400",
|
|
3132
|
-
"attributes": {
|
|
3133
|
-
"category": "color",
|
|
3134
|
-
"type": "light-mode",
|
|
3135
|
-
"item": "interactive",
|
|
3136
|
-
"subitem": "visited",
|
|
3137
|
-
"state": "400"
|
|
3138
|
-
},
|
|
3139
|
-
"path": [
|
|
3140
|
-
"color",
|
|
3141
|
-
"light-mode",
|
|
3142
|
-
"interactive",
|
|
3143
|
-
"visited",
|
|
3144
|
-
"400"
|
|
3145
|
-
]
|
|
3126
|
+
"value": "#5f41e5",
|
|
3127
|
+
"filePath": "tokens/color/base/interactive.light.json",
|
|
3128
|
+
"isSource": true,
|
|
3129
|
+
"original": {
|
|
3130
|
+
"value": "#5F41E5"
|
|
3146
3131
|
},
|
|
3147
|
-
"
|
|
3148
|
-
|
|
3149
|
-
"
|
|
3150
|
-
"
|
|
3151
|
-
"
|
|
3152
|
-
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
"
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
3160
|
-
"state": "500"
|
|
3161
|
-
},
|
|
3162
|
-
"path": [
|
|
3163
|
-
"color",
|
|
3164
|
-
"light-mode",
|
|
3165
|
-
"interactive",
|
|
3166
|
-
"visited",
|
|
3167
|
-
"500"
|
|
3168
|
-
]
|
|
3169
|
-
}
|
|
3132
|
+
"name": "color-light-mode-interactive-visited",
|
|
3133
|
+
"attributes": {
|
|
3134
|
+
"category": "color",
|
|
3135
|
+
"type": "light-mode",
|
|
3136
|
+
"item": "interactive",
|
|
3137
|
+
"subitem": "visited"
|
|
3138
|
+
},
|
|
3139
|
+
"path": [
|
|
3140
|
+
"color",
|
|
3141
|
+
"light-mode",
|
|
3142
|
+
"interactive",
|
|
3143
|
+
"visited"
|
|
3144
|
+
]
|
|
3170
3145
|
},
|
|
3171
3146
|
"focus": {
|
|
3172
3147
|
"value": "#0f62fe",
|
|
@@ -63,21 +63,22 @@ $pds-color-gradient-sunrise: linear-gradient(227.79deg, #300068 38.28%, #E65F35
|
|
|
63
63
|
$pds-color-gradient-sunset: linear-gradient(48.24deg, #EF13AD 0%, #300068 66.25%);
|
|
64
64
|
$pds-color-input-background-critical: #1d1d29;
|
|
65
65
|
$pds-color-input-background-default: #1d1d29;
|
|
66
|
+
$pds-color-input-background-hover: #282839;
|
|
66
67
|
$pds-color-input-border-critical: #e05757;
|
|
67
68
|
$pds-color-input-border-default: #a6a3b4;
|
|
68
|
-
$pds-color-input-border-hover:
|
|
69
|
-
$pds-color-input-border-success: #
|
|
69
|
+
$pds-color-input-border-hover: #5f41e5;
|
|
70
|
+
$pds-color-input-border-success: #3cb683;
|
|
70
71
|
$pds-color-input-checked-background: $pds-color-interactive-focus;
|
|
71
72
|
$pds-color-input-checked-foreground: #ffffff;
|
|
72
73
|
$pds-color-input-foreground-critical: #e05757;
|
|
73
74
|
$pds-color-input-foreground-default: #ffffff;
|
|
74
|
-
$pds-color-input-foreground-success: #
|
|
75
|
+
$pds-color-input-foreground-success: #3cb683;
|
|
75
76
|
$pds-color-input-placeholder-text: #a6a3b4;
|
|
76
77
|
$pds-color-interactive-focus: #36a3ff;
|
|
77
|
-
$pds-color-link-active: #
|
|
78
|
+
$pds-color-link-active: #5f41e5;
|
|
78
79
|
$pds-color-link-default: #36a3ff;
|
|
79
|
-
$pds-color-link-hover: #
|
|
80
|
-
$pds-color-link-visited: #
|
|
80
|
+
$pds-color-link-hover: #5f41e5;
|
|
81
|
+
$pds-color-link-visited: #5f41e5;
|
|
81
82
|
$pds-color-menu-background: #282839;
|
|
82
83
|
$pds-color-menu-item-background-active: #858299;
|
|
83
84
|
$pds-color-menu-item-background-default: #282839;
|
|
@@ -63,9 +63,10 @@ $pds-color-gradient-sunrise: linear-gradient(227.79deg, #300068 38.28%, #E65F35
|
|
|
63
63
|
$pds-color-gradient-sunset: linear-gradient(48.24deg, #EF13AD 0%, #300068 66.25%);
|
|
64
64
|
$pds-color-input-background-critical: #ffebeb;
|
|
65
65
|
$pds-color-input-background-default: #ffffff;
|
|
66
|
+
$pds-color-input-background-hover: #f0ecff;
|
|
66
67
|
$pds-color-input-border-critical: #d61f1f;
|
|
67
68
|
$pds-color-input-border-default: #8f8f99;
|
|
68
|
-
$pds-color-input-border-hover:
|
|
69
|
+
$pds-color-input-border-hover: #5f41e5;
|
|
69
70
|
$pds-color-input-border-success: #1f845a;
|
|
70
71
|
$pds-color-input-checked-background: $pds-color-interactive-focus;
|
|
71
72
|
$pds-color-input-checked-foreground: #ffffff;
|
|
@@ -74,10 +75,10 @@ $pds-color-input-foreground-default: #23232d;
|
|
|
74
75
|
$pds-color-input-foreground-success: #1f845a;
|
|
75
76
|
$pds-color-input-placeholder-text: #71717c;
|
|
76
77
|
$pds-color-interactive-focus: #0f62fe;
|
|
77
|
-
$pds-color-link-active: #
|
|
78
|
+
$pds-color-link-active: #5f41e5;
|
|
78
79
|
$pds-color-link-default: #0f62fe;
|
|
79
|
-
$pds-color-link-hover: #
|
|
80
|
-
$pds-color-link-visited: #
|
|
80
|
+
$pds-color-link-hover: #5f41e5;
|
|
81
|
+
$pds-color-link-visited: #5f41e5;
|
|
81
82
|
$pds-color-menu-background: #ffffff;
|
|
82
83
|
$pds-color-menu-item-background-active: #cfcfd3;
|
|
83
84
|
$pds-color-menu-item-background-default: #ffffff;
|