@pantheon-systems/pds-design-tokens 1.0.0-dev.97 → 1.0.0-dev.99
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 +15 -15
- package/build/css/pds-design-tokens-light-mode.css +12 -12
- package/build/figma/pds-design-tokens-figma.json +80 -102
- package/build/json/pds-design-tokens-dark-mode.json +38 -52
- package/build/json/pds-design-tokens-light-mode.json +42 -50
- package/package.json +1 -1
|
@@ -64,15 +64,15 @@
|
|
|
64
64
|
--pds-color-button-brand-secondary-foreground-active: #e7e7eb;
|
|
65
65
|
--pds-color-button-brand-secondary-foreground-default: #e7e7eb;
|
|
66
66
|
--pds-color-button-brand-secondary-foreground-hover: #ffffff;
|
|
67
|
-
--pds-color-button-critical-background-active: #
|
|
68
|
-
--pds-color-button-critical-background-default:
|
|
69
|
-
--pds-color-button-critical-background-hover:
|
|
70
|
-
--pds-color-button-critical-border-active:
|
|
71
|
-
--pds-color-button-critical-border-default:
|
|
72
|
-
--pds-color-button-critical-border-hover:
|
|
73
|
-
--pds-color-button-critical-foreground-active:
|
|
74
|
-
--pds-color-button-critical-foreground-default:
|
|
75
|
-
--pds-color-button-critical-foreground-hover:
|
|
67
|
+
--pds-color-button-critical-background-active: #4b2d28;
|
|
68
|
+
--pds-color-button-critical-background-default: var(--pds-color-background-default);
|
|
69
|
+
--pds-color-button-critical-background-hover: var(--pds-color-semantic-critical-background);
|
|
70
|
+
--pds-color-button-critical-border-active: var(--pds-color-semantic-critical-foreground);
|
|
71
|
+
--pds-color-button-critical-border-default: var(--pds-color-semantic-critical-foreground);
|
|
72
|
+
--pds-color-button-critical-border-hover: var(--pds-color-semantic-critical-foreground);
|
|
73
|
+
--pds-color-button-critical-foreground-active: var(--pds-color-semantic-critical-foreground);
|
|
74
|
+
--pds-color-button-critical-foreground-default: var(--pds-color-semantic-critical-foreground);
|
|
75
|
+
--pds-color-button-critical-foreground-hover: var(--pds-color-semantic-critical-foreground);
|
|
76
76
|
--pds-color-button-navbar-foreground-active: var(--pds-color-link-active);
|
|
77
77
|
--pds-color-button-navbar-foreground-default: #ffffff;
|
|
78
78
|
--pds-color-button-navbar-foreground-hover: var(--pds-color-link-hover);
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
--pds-color-button-subtle-background-default: rgba(0, 0, 0, 0);
|
|
98
98
|
--pds-color-button-subtle-border-default: rgba(0, 0, 0, 0);
|
|
99
99
|
--pds-color-button-subtle-foreground-active: var(--pds-color-link-active);
|
|
100
|
-
--pds-color-button-subtle-foreground-default: #
|
|
100
|
+
--pds-color-button-subtle-foreground-default: #d0c6ff;
|
|
101
101
|
--pds-color-button-subtle-foreground-hover: var(--pds-color-link-hover);
|
|
102
102
|
--pds-color-card-border: #504e62;
|
|
103
103
|
--pds-color-code-inline-background: #282839;
|
|
@@ -123,13 +123,13 @@
|
|
|
123
123
|
--pds-color-input-background-critical: #1d1d29;
|
|
124
124
|
--pds-color-input-background-default: #1d1d29;
|
|
125
125
|
--pds-color-input-background-hover: #282839;
|
|
126
|
-
--pds-color-input-border-critical: #
|
|
126
|
+
--pds-color-input-border-critical: #ef5c48;
|
|
127
127
|
--pds-color-input-border-default: #858299;
|
|
128
128
|
--pds-color-input-border-hover: #ad9bff;
|
|
129
129
|
--pds-color-input-border-success: #2abb7f;
|
|
130
130
|
--pds-color-input-checked-background: var(--pds-color-interactive-focus);
|
|
131
131
|
--pds-color-input-checked-foreground: #ffffff;
|
|
132
|
-
--pds-color-input-foreground-critical: #
|
|
132
|
+
--pds-color-input-foreground-critical: #ef5c48;
|
|
133
133
|
--pds-color-input-foreground-default: #ffffff;
|
|
134
134
|
--pds-color-input-foreground-success: #2abb7f;
|
|
135
135
|
--pds-color-input-placeholder-text: #a6a3b4;
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
--pds-color-progress-empty: #a6a3b4;
|
|
169
169
|
--pds-color-progress-partial: #388bff;
|
|
170
170
|
--pds-color-semantic-critical-background: #391813;
|
|
171
|
-
--pds-color-semantic-critical-foreground: #
|
|
171
|
+
--pds-color-semantic-critical-foreground: #ef5c48;
|
|
172
172
|
--pds-color-semantic-discovery-background: #231c3f;
|
|
173
173
|
--pds-color-semantic-discovery-foreground: #8f7ee7;
|
|
174
174
|
--pds-color-semantic-info-background: #082145;
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
--pds-color-strength-fair: #cf9f02;
|
|
181
181
|
--pds-color-strength-strong: #2abb7f;
|
|
182
182
|
--pds-color-strength-very-weak: #a6a3b4;
|
|
183
|
-
--pds-color-strength-weak: #
|
|
183
|
+
--pds-color-strength-weak: #ef5c48;
|
|
184
184
|
--pds-color-table-sort-arrow-active: #8a70ff;
|
|
185
185
|
--pds-color-table-sort-arrow-inactive: #a6a3b4;
|
|
186
186
|
--pds-color-tabs-accent: #ad9bff;
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
--pds-color-toggle-button-foreground-off: #e7e7eb;
|
|
211
211
|
--pds-color-tooltip-background: #a6a3b4;
|
|
212
212
|
--pds-color-tooltip-text: #121219;
|
|
213
|
-
--pds-color-tooltip-trigger-icon-critical: #
|
|
213
|
+
--pds-color-tooltip-trigger-icon-critical: #ef5c48;
|
|
214
214
|
--pds-color-tooltip-trigger-icon-default: #e7e7eb;
|
|
215
215
|
--pds-elevation-dropdown: 0px 8px 12px 0px rgba(18, 18, 25, 0.6);
|
|
216
216
|
--pds-elevation-overlay: 0px 8px 12px 0px rgba(18, 18, 25, 0.6);
|
|
@@ -64,15 +64,15 @@
|
|
|
64
64
|
--pds-color-button-brand-secondary-foreground-active: #23232d;
|
|
65
65
|
--pds-color-button-brand-secondary-foreground-default: #23232d;
|
|
66
66
|
--pds-color-button-brand-secondary-foreground-hover: #23232d;
|
|
67
|
-
--pds-color-button-critical-background-active: #
|
|
68
|
-
--pds-color-button-critical-background-default:
|
|
69
|
-
--pds-color-button-critical-background-hover:
|
|
70
|
-
--pds-color-button-critical-border-active: #
|
|
71
|
-
--pds-color-button-critical-border-default:
|
|
72
|
-
--pds-color-button-critical-border-hover:
|
|
73
|
-
--pds-color-button-critical-foreground-active: #
|
|
74
|
-
--pds-color-button-critical-foreground-default:
|
|
75
|
-
--pds-color-button-critical-foreground-hover:
|
|
67
|
+
--pds-color-button-critical-background-active: #ffdcd8;
|
|
68
|
+
--pds-color-button-critical-background-default: var(--pds-color-background-default);
|
|
69
|
+
--pds-color-button-critical-background-hover: var(--pds-color-semantic-critical-background);
|
|
70
|
+
--pds-color-button-critical-border-active: #b52f1d;
|
|
71
|
+
--pds-color-button-critical-border-default: var(--pds-color-semantic-critical-foreground);
|
|
72
|
+
--pds-color-button-critical-border-hover: var(--pds-color-semantic-critical-foreground);
|
|
73
|
+
--pds-color-button-critical-foreground-active: #b52f1d;
|
|
74
|
+
--pds-color-button-critical-foreground-default: var(--pds-color-semantic-critical-foreground);
|
|
75
|
+
--pds-color-button-critical-foreground-hover: var(--pds-color-semantic-critical-foreground);
|
|
76
76
|
--pds-color-button-navbar-foreground-active: var(--pds-color-link-active);
|
|
77
77
|
--pds-color-button-navbar-foreground-default: var(--pds-color-foreground-default);
|
|
78
78
|
--pds-color-button-navbar-foreground-hover: var(--pds-color-link-hover);
|
|
@@ -96,9 +96,9 @@
|
|
|
96
96
|
--pds-color-button-secondary-foreground-hover: #3017a1;
|
|
97
97
|
--pds-color-button-subtle-background-default: rgba(0, 0, 0, 0);
|
|
98
98
|
--pds-color-button-subtle-border-default: rgba(0, 0, 0, 0);
|
|
99
|
-
--pds-color-button-subtle-foreground-active:
|
|
100
|
-
--pds-color-button-subtle-foreground-default:
|
|
101
|
-
--pds-color-button-subtle-foreground-hover:
|
|
99
|
+
--pds-color-button-subtle-foreground-active: #11005d;
|
|
100
|
+
--pds-color-button-subtle-foreground-default: #3017a1;
|
|
101
|
+
--pds-color-button-subtle-foreground-hover: #5f41e5;
|
|
102
102
|
--pds-color-card-border: var(--pds-color-border-default);
|
|
103
103
|
--pds-color-code-inline-background: #f0ecff;
|
|
104
104
|
--pds-color-code-inline-border: #e5dbff;
|
|
@@ -2137,7 +2137,7 @@
|
|
|
2137
2137
|
]
|
|
2138
2138
|
},
|
|
2139
2139
|
"critical": {
|
|
2140
|
-
"value": "#
|
|
2140
|
+
"value": "#ef5c48",
|
|
2141
2141
|
"public": true,
|
|
2142
2142
|
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2143
2143
|
"isSource": true,
|
|
@@ -3324,13 +3324,13 @@
|
|
|
3324
3324
|
},
|
|
3325
3325
|
"foreground": {
|
|
3326
3326
|
"default": {
|
|
3327
|
-
"value": "#
|
|
3327
|
+
"value": "#d0c6ff",
|
|
3328
3328
|
"public": true,
|
|
3329
3329
|
"isReferenceToInternal": true,
|
|
3330
3330
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
3331
3331
|
"isSource": true,
|
|
3332
3332
|
"original": {
|
|
3333
|
-
"value": "{color.dark-mode.
|
|
3333
|
+
"value": "{color.dark-mode.brand.secondary.200.value}",
|
|
3334
3334
|
"public": true,
|
|
3335
3335
|
"isReferenceToInternal": true
|
|
3336
3336
|
},
|
|
@@ -3926,15 +3926,13 @@
|
|
|
3926
3926
|
"critical": {
|
|
3927
3927
|
"background": {
|
|
3928
3928
|
"default": {
|
|
3929
|
-
"value": "#
|
|
3929
|
+
"value": "#1d1d29",
|
|
3930
3930
|
"public": true,
|
|
3931
|
-
"isReferenceToInternal": true,
|
|
3932
3931
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
3933
3932
|
"isSource": true,
|
|
3934
3933
|
"original": {
|
|
3935
|
-
"value": "{color.dark-mode.
|
|
3936
|
-
"public": true
|
|
3937
|
-
"isReferenceToInternal": true
|
|
3934
|
+
"value": "{color.dark-mode.background.default.value}",
|
|
3935
|
+
"public": true
|
|
3938
3936
|
},
|
|
3939
3937
|
"name": "color-dark-mode-button-critical-background-default",
|
|
3940
3938
|
"attributes": {
|
|
@@ -3954,12 +3952,12 @@
|
|
|
3954
3952
|
]
|
|
3955
3953
|
},
|
|
3956
3954
|
"hover": {
|
|
3957
|
-
"value": "#
|
|
3955
|
+
"value": "#391813",
|
|
3958
3956
|
"public": true,
|
|
3959
3957
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
3960
3958
|
"isSource": true,
|
|
3961
3959
|
"original": {
|
|
3962
|
-
"value": "
|
|
3960
|
+
"value": "{color.dark-mode.semantic.critical.background.value}",
|
|
3963
3961
|
"public": true
|
|
3964
3962
|
},
|
|
3965
3963
|
"name": "color-dark-mode-button-critical-background-hover",
|
|
@@ -3980,12 +3978,12 @@
|
|
|
3980
3978
|
]
|
|
3981
3979
|
},
|
|
3982
3980
|
"active": {
|
|
3983
|
-
"value": "#
|
|
3981
|
+
"value": "#4b2d28",
|
|
3984
3982
|
"public": true,
|
|
3985
3983
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
3986
3984
|
"isSource": true,
|
|
3987
3985
|
"original": {
|
|
3988
|
-
"value": "#
|
|
3986
|
+
"value": "#4b2d28",
|
|
3989
3987
|
"public": true
|
|
3990
3988
|
},
|
|
3991
3989
|
"name": "color-dark-mode-button-critical-background-active",
|
|
@@ -4008,15 +4006,13 @@
|
|
|
4008
4006
|
},
|
|
4009
4007
|
"border": {
|
|
4010
4008
|
"default": {
|
|
4011
|
-
"value": "#
|
|
4009
|
+
"value": "#ef5c48",
|
|
4012
4010
|
"public": true,
|
|
4013
|
-
"isReferenceToInternal": true,
|
|
4014
4011
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
4015
4012
|
"isSource": true,
|
|
4016
4013
|
"original": {
|
|
4017
|
-
"value": "{color.dark-mode.
|
|
4018
|
-
"public": true
|
|
4019
|
-
"isReferenceToInternal": true
|
|
4014
|
+
"value": "{color.dark-mode.semantic.critical.foreground.value}",
|
|
4015
|
+
"public": true
|
|
4020
4016
|
},
|
|
4021
4017
|
"name": "color-dark-mode-button-critical-border-default",
|
|
4022
4018
|
"attributes": {
|
|
@@ -4036,15 +4032,13 @@
|
|
|
4036
4032
|
]
|
|
4037
4033
|
},
|
|
4038
4034
|
"hover": {
|
|
4039
|
-
"value": "#
|
|
4035
|
+
"value": "#ef5c48",
|
|
4040
4036
|
"public": true,
|
|
4041
|
-
"isReferenceToInternal": true,
|
|
4042
4037
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
4043
4038
|
"isSource": true,
|
|
4044
4039
|
"original": {
|
|
4045
|
-
"value": "{color.dark-mode.
|
|
4046
|
-
"public": true
|
|
4047
|
-
"isReferenceToInternal": true
|
|
4040
|
+
"value": "{color.dark-mode.semantic.critical.foreground.value}",
|
|
4041
|
+
"public": true
|
|
4048
4042
|
},
|
|
4049
4043
|
"name": "color-dark-mode-button-critical-border-hover",
|
|
4050
4044
|
"attributes": {
|
|
@@ -4064,15 +4058,13 @@
|
|
|
4064
4058
|
]
|
|
4065
4059
|
},
|
|
4066
4060
|
"active": {
|
|
4067
|
-
"value": "#
|
|
4061
|
+
"value": "#ef5c48",
|
|
4068
4062
|
"public": true,
|
|
4069
|
-
"isReferenceToInternal": true,
|
|
4070
4063
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
4071
4064
|
"isSource": true,
|
|
4072
4065
|
"original": {
|
|
4073
|
-
"value": "{color.dark-mode.
|
|
4074
|
-
"public": true
|
|
4075
|
-
"isReferenceToInternal": true
|
|
4066
|
+
"value": "{color.dark-mode.semantic.critical.foreground.value}",
|
|
4067
|
+
"public": true
|
|
4076
4068
|
},
|
|
4077
4069
|
"name": "color-dark-mode-button-critical-border-active",
|
|
4078
4070
|
"attributes": {
|
|
@@ -4094,15 +4086,13 @@
|
|
|
4094
4086
|
},
|
|
4095
4087
|
"foreground": {
|
|
4096
4088
|
"default": {
|
|
4097
|
-
"value": "#
|
|
4089
|
+
"value": "#ef5c48",
|
|
4098
4090
|
"public": true,
|
|
4099
|
-
"isReferenceToInternal": true,
|
|
4100
4091
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
4101
4092
|
"isSource": true,
|
|
4102
4093
|
"original": {
|
|
4103
|
-
"value": "{color.dark-mode.
|
|
4104
|
-
"public": true
|
|
4105
|
-
"isReferenceToInternal": true
|
|
4094
|
+
"value": "{color.dark-mode.semantic.critical.foreground.value}",
|
|
4095
|
+
"public": true
|
|
4106
4096
|
},
|
|
4107
4097
|
"name": "color-dark-mode-button-critical-foreground-default",
|
|
4108
4098
|
"attributes": {
|
|
@@ -4122,15 +4112,13 @@
|
|
|
4122
4112
|
]
|
|
4123
4113
|
},
|
|
4124
4114
|
"hover": {
|
|
4125
|
-
"value": "#
|
|
4115
|
+
"value": "#ef5c48",
|
|
4126
4116
|
"public": true,
|
|
4127
|
-
"isReferenceToInternal": true,
|
|
4128
4117
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
4129
4118
|
"isSource": true,
|
|
4130
4119
|
"original": {
|
|
4131
|
-
"value": "{color.dark-mode.
|
|
4132
|
-
"public": true
|
|
4133
|
-
"isReferenceToInternal": true
|
|
4120
|
+
"value": "{color.dark-mode.semantic.critical.foreground.value}",
|
|
4121
|
+
"public": true
|
|
4134
4122
|
},
|
|
4135
4123
|
"name": "color-dark-mode-button-critical-foreground-hover",
|
|
4136
4124
|
"attributes": {
|
|
@@ -4150,15 +4138,13 @@
|
|
|
4150
4138
|
]
|
|
4151
4139
|
},
|
|
4152
4140
|
"active": {
|
|
4153
|
-
"value": "#
|
|
4141
|
+
"value": "#ef5c48",
|
|
4154
4142
|
"public": true,
|
|
4155
|
-
"isReferenceToInternal": true,
|
|
4156
4143
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
4157
4144
|
"isSource": true,
|
|
4158
4145
|
"original": {
|
|
4159
|
-
"value": "{color.dark-mode.
|
|
4160
|
-
"public": true
|
|
4161
|
-
"isReferenceToInternal": true
|
|
4146
|
+
"value": "{color.dark-mode.semantic.critical.foreground.value}",
|
|
4147
|
+
"public": true
|
|
4162
4148
|
},
|
|
4163
4149
|
"name": "color-dark-mode-button-critical-foreground-active",
|
|
4164
4150
|
"attributes": {
|
|
@@ -4384,7 +4370,7 @@
|
|
|
4384
4370
|
"critical": {
|
|
4385
4371
|
"background": {
|
|
4386
4372
|
"default": {
|
|
4387
|
-
"value": "#
|
|
4373
|
+
"value": "#1d1d29",
|
|
4388
4374
|
"public": true,
|
|
4389
4375
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
4390
4376
|
"isSource": true,
|
|
@@ -4410,7 +4396,7 @@
|
|
|
4410
4396
|
]
|
|
4411
4397
|
},
|
|
4412
4398
|
"hover": {
|
|
4413
|
-
"value": "#
|
|
4399
|
+
"value": "#391813",
|
|
4414
4400
|
"public": true,
|
|
4415
4401
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
4416
4402
|
"isSource": true,
|
|
@@ -4436,7 +4422,7 @@
|
|
|
4436
4422
|
]
|
|
4437
4423
|
},
|
|
4438
4424
|
"active": {
|
|
4439
|
-
"value": "#
|
|
4425
|
+
"value": "#4b2d28",
|
|
4440
4426
|
"public": true,
|
|
4441
4427
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
4442
4428
|
"isSource": true,
|
|
@@ -4464,7 +4450,7 @@
|
|
|
4464
4450
|
},
|
|
4465
4451
|
"foreground": {
|
|
4466
4452
|
"default": {
|
|
4467
|
-
"value": "#
|
|
4453
|
+
"value": "#ef5c48",
|
|
4468
4454
|
"public": true,
|
|
4469
4455
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
4470
4456
|
"isSource": true,
|
|
@@ -4970,7 +4956,7 @@
|
|
|
4970
4956
|
]
|
|
4971
4957
|
},
|
|
4972
4958
|
"weak": {
|
|
4973
|
-
"value": "#
|
|
4959
|
+
"value": "#ef5c48",
|
|
4974
4960
|
"public": true,
|
|
4975
4961
|
"isReferenceToInternal": true,
|
|
4976
4962
|
"filePath": "tokens/color/alias/indicators.dark.json",
|
|
@@ -5212,7 +5198,7 @@
|
|
|
5212
5198
|
]
|
|
5213
5199
|
},
|
|
5214
5200
|
"critical": {
|
|
5215
|
-
"value": "#
|
|
5201
|
+
"value": "#ef5c48",
|
|
5216
5202
|
"public": true,
|
|
5217
5203
|
"isReferenceToInternal": true,
|
|
5218
5204
|
"filePath": "tokens/color/alias/input.dark.json",
|
|
@@ -5295,7 +5281,7 @@
|
|
|
5295
5281
|
]
|
|
5296
5282
|
},
|
|
5297
5283
|
"critical": {
|
|
5298
|
-
"value": "#
|
|
5284
|
+
"value": "#ef5c48",
|
|
5299
5285
|
"public": true,
|
|
5300
5286
|
"isReferenceToInternal": true,
|
|
5301
5287
|
"filePath": "tokens/color/alias/input.dark.json",
|
|
@@ -6780,7 +6766,7 @@
|
|
|
6780
6766
|
]
|
|
6781
6767
|
},
|
|
6782
6768
|
"critical": {
|
|
6783
|
-
"value": "#
|
|
6769
|
+
"value": "#ef5c48",
|
|
6784
6770
|
"public": true,
|
|
6785
6771
|
"isReferenceToInternal": true,
|
|
6786
6772
|
"filePath": "tokens/color/alias/tooltip.dark.json",
|
|
@@ -8090,12 +8076,12 @@
|
|
|
8090
8076
|
},
|
|
8091
8077
|
"critical": {
|
|
8092
8078
|
"foreground": {
|
|
8093
|
-
"value": "#
|
|
8079
|
+
"value": "#ef5c48",
|
|
8094
8080
|
"public": true,
|
|
8095
8081
|
"filePath": "tokens/color/base/semantic.dark.json",
|
|
8096
8082
|
"isSource": true,
|
|
8097
8083
|
"original": {
|
|
8098
|
-
"value": "#
|
|
8084
|
+
"value": "#ef5c48",
|
|
8099
8085
|
"public": true
|
|
8100
8086
|
},
|
|
8101
8087
|
"name": "color-dark-mode-semantic-critical-foreground",
|
|
@@ -9598,13 +9584,15 @@
|
|
|
9598
9584
|
},
|
|
9599
9585
|
"foreground": {
|
|
9600
9586
|
"default": {
|
|
9601
|
-
"value": "#
|
|
9587
|
+
"value": "#3017a1",
|
|
9602
9588
|
"public": true,
|
|
9589
|
+
"isReferenceToInternal": true,
|
|
9603
9590
|
"filePath": "tokens/color/alias/button.light.json",
|
|
9604
9591
|
"isSource": true,
|
|
9605
9592
|
"original": {
|
|
9606
|
-
"value": "{color.light-mode.
|
|
9607
|
-
"public": true
|
|
9593
|
+
"value": "{color.light-mode.brand.secondary.400.value}",
|
|
9594
|
+
"public": true,
|
|
9595
|
+
"isReferenceToInternal": true
|
|
9608
9596
|
},
|
|
9609
9597
|
"name": "color-light-mode-button-subtle-foreground-default",
|
|
9610
9598
|
"attributes": {
|
|
@@ -9626,11 +9614,13 @@
|
|
|
9626
9614
|
"hover": {
|
|
9627
9615
|
"value": "#5f41e5",
|
|
9628
9616
|
"public": true,
|
|
9617
|
+
"isReferenceToInternal": true,
|
|
9629
9618
|
"filePath": "tokens/color/alias/button.light.json",
|
|
9630
9619
|
"isSource": true,
|
|
9631
9620
|
"original": {
|
|
9632
|
-
"value": "{color.light-mode.
|
|
9633
|
-
"public": true
|
|
9621
|
+
"value": "{color.light-mode.brand.secondary.300.value}",
|
|
9622
|
+
"public": true,
|
|
9623
|
+
"isReferenceToInternal": true
|
|
9634
9624
|
},
|
|
9635
9625
|
"name": "color-light-mode-button-subtle-foreground-hover",
|
|
9636
9626
|
"attributes": {
|
|
@@ -9650,13 +9640,15 @@
|
|
|
9650
9640
|
]
|
|
9651
9641
|
},
|
|
9652
9642
|
"active": {
|
|
9653
|
-
"value": "#
|
|
9643
|
+
"value": "#11005d",
|
|
9654
9644
|
"public": true,
|
|
9645
|
+
"isReferenceToInternal": true,
|
|
9655
9646
|
"filePath": "tokens/color/alias/button.light.json",
|
|
9656
9647
|
"isSource": true,
|
|
9657
9648
|
"original": {
|
|
9658
|
-
"value": "{color.light-mode.
|
|
9659
|
-
"public": true
|
|
9649
|
+
"value": "{color.light-mode.brand.secondary.500.value}",
|
|
9650
|
+
"public": true,
|
|
9651
|
+
"isReferenceToInternal": true
|
|
9660
9652
|
},
|
|
9661
9653
|
"name": "color-light-mode-button-subtle-foreground-active",
|
|
9662
9654
|
"attributes": {
|
|
@@ -10198,15 +10190,13 @@
|
|
|
10198
10190
|
"critical": {
|
|
10199
10191
|
"background": {
|
|
10200
10192
|
"default": {
|
|
10201
|
-
"value": "#
|
|
10193
|
+
"value": "#ffffff",
|
|
10202
10194
|
"public": true,
|
|
10203
|
-
"isReferenceToInternal": true,
|
|
10204
10195
|
"filePath": "tokens/color/alias/button.light.json",
|
|
10205
10196
|
"isSource": true,
|
|
10206
10197
|
"original": {
|
|
10207
|
-
"value": "{color.light-mode.
|
|
10208
|
-
"public": true
|
|
10209
|
-
"isReferenceToInternal": true
|
|
10198
|
+
"value": "{color.light-mode.background.default.value}",
|
|
10199
|
+
"public": true
|
|
10210
10200
|
},
|
|
10211
10201
|
"name": "color-light-mode-button-critical-background-default",
|
|
10212
10202
|
"attributes": {
|
|
@@ -10226,12 +10216,12 @@
|
|
|
10226
10216
|
]
|
|
10227
10217
|
},
|
|
10228
10218
|
"hover": {
|
|
10229
|
-
"value": "#
|
|
10219
|
+
"value": "#ffedeb",
|
|
10230
10220
|
"public": true,
|
|
10231
10221
|
"filePath": "tokens/color/alias/button.light.json",
|
|
10232
10222
|
"isSource": true,
|
|
10233
10223
|
"original": {
|
|
10234
|
-
"value": "
|
|
10224
|
+
"value": "{color.light-mode.semantic.critical.background.value}",
|
|
10235
10225
|
"public": true
|
|
10236
10226
|
},
|
|
10237
10227
|
"name": "color-light-mode-button-critical-background-hover",
|
|
@@ -10252,12 +10242,12 @@
|
|
|
10252
10242
|
]
|
|
10253
10243
|
},
|
|
10254
10244
|
"active": {
|
|
10255
|
-
"value": "#
|
|
10245
|
+
"value": "#ffdcd8",
|
|
10256
10246
|
"public": true,
|
|
10257
10247
|
"filePath": "tokens/color/alias/button.light.json",
|
|
10258
10248
|
"isSource": true,
|
|
10259
10249
|
"original": {
|
|
10260
|
-
"value": "#
|
|
10250
|
+
"value": "#ffdcd8",
|
|
10261
10251
|
"public": true
|
|
10262
10252
|
},
|
|
10263
10253
|
"name": "color-light-mode-button-critical-background-active",
|
|
@@ -10282,13 +10272,11 @@
|
|
|
10282
10272
|
"default": {
|
|
10283
10273
|
"value": "#ca3521",
|
|
10284
10274
|
"public": true,
|
|
10285
|
-
"isReferenceToInternal": true,
|
|
10286
10275
|
"filePath": "tokens/color/alias/button.light.json",
|
|
10287
10276
|
"isSource": true,
|
|
10288
10277
|
"original": {
|
|
10289
|
-
"value": "{color.light-mode.
|
|
10290
|
-
"public": true
|
|
10291
|
-
"isReferenceToInternal": true
|
|
10278
|
+
"value": "{color.light-mode.semantic.critical.foreground.value}",
|
|
10279
|
+
"public": true
|
|
10292
10280
|
},
|
|
10293
10281
|
"name": "color-light-mode-button-critical-border-default",
|
|
10294
10282
|
"attributes": {
|
|
@@ -10308,15 +10296,13 @@
|
|
|
10308
10296
|
]
|
|
10309
10297
|
},
|
|
10310
10298
|
"hover": {
|
|
10311
|
-
"value": "#
|
|
10299
|
+
"value": "#ca3521",
|
|
10312
10300
|
"public": true,
|
|
10313
|
-
"isReferenceToInternal": true,
|
|
10314
10301
|
"filePath": "tokens/color/alias/button.light.json",
|
|
10315
10302
|
"isSource": true,
|
|
10316
10303
|
"original": {
|
|
10317
|
-
"value": "{color.light-mode.
|
|
10318
|
-
"public": true
|
|
10319
|
-
"isReferenceToInternal": true
|
|
10304
|
+
"value": "{color.light-mode.semantic.critical.foreground.value}",
|
|
10305
|
+
"public": true
|
|
10320
10306
|
},
|
|
10321
10307
|
"name": "color-light-mode-button-critical-border-hover",
|
|
10322
10308
|
"attributes": {
|
|
@@ -10336,15 +10322,13 @@
|
|
|
10336
10322
|
]
|
|
10337
10323
|
},
|
|
10338
10324
|
"active": {
|
|
10339
|
-
"value": "#
|
|
10325
|
+
"value": "#b52f1d",
|
|
10340
10326
|
"public": true,
|
|
10341
|
-
"isReferenceToInternal": true,
|
|
10342
10327
|
"filePath": "tokens/color/alias/button.light.json",
|
|
10343
10328
|
"isSource": true,
|
|
10344
10329
|
"original": {
|
|
10345
|
-
"value": "
|
|
10346
|
-
"public": true
|
|
10347
|
-
"isReferenceToInternal": true
|
|
10330
|
+
"value": "#b52f1d",
|
|
10331
|
+
"public": true
|
|
10348
10332
|
},
|
|
10349
10333
|
"name": "color-light-mode-button-critical-border-active",
|
|
10350
10334
|
"attributes": {
|
|
@@ -10366,15 +10350,13 @@
|
|
|
10366
10350
|
},
|
|
10367
10351
|
"foreground": {
|
|
10368
10352
|
"default": {
|
|
10369
|
-
"value": "#
|
|
10353
|
+
"value": "#ca3521",
|
|
10370
10354
|
"public": true,
|
|
10371
|
-
"isReferenceToInternal": true,
|
|
10372
10355
|
"filePath": "tokens/color/alias/button.light.json",
|
|
10373
10356
|
"isSource": true,
|
|
10374
10357
|
"original": {
|
|
10375
|
-
"value": "{color.light-mode.
|
|
10376
|
-
"public": true
|
|
10377
|
-
"isReferenceToInternal": true
|
|
10358
|
+
"value": "{color.light-mode.semantic.critical.foreground.value}",
|
|
10359
|
+
"public": true
|
|
10378
10360
|
},
|
|
10379
10361
|
"name": "color-light-mode-button-critical-foreground-default",
|
|
10380
10362
|
"attributes": {
|
|
@@ -10394,15 +10376,13 @@
|
|
|
10394
10376
|
]
|
|
10395
10377
|
},
|
|
10396
10378
|
"hover": {
|
|
10397
|
-
"value": "#
|
|
10379
|
+
"value": "#ca3521",
|
|
10398
10380
|
"public": true,
|
|
10399
|
-
"isReferenceToInternal": true,
|
|
10400
10381
|
"filePath": "tokens/color/alias/button.light.json",
|
|
10401
10382
|
"isSource": true,
|
|
10402
10383
|
"original": {
|
|
10403
|
-
"value": "{color.light-mode.
|
|
10404
|
-
"public": true
|
|
10405
|
-
"isReferenceToInternal": true
|
|
10384
|
+
"value": "{color.light-mode.semantic.critical.foreground.value}",
|
|
10385
|
+
"public": true
|
|
10406
10386
|
},
|
|
10407
10387
|
"name": "color-light-mode-button-critical-foreground-hover",
|
|
10408
10388
|
"attributes": {
|
|
@@ -10422,15 +10402,13 @@
|
|
|
10422
10402
|
]
|
|
10423
10403
|
},
|
|
10424
10404
|
"active": {
|
|
10425
|
-
"value": "#
|
|
10405
|
+
"value": "#b52f1d",
|
|
10426
10406
|
"public": true,
|
|
10427
|
-
"isReferenceToInternal": true,
|
|
10428
10407
|
"filePath": "tokens/color/alias/button.light.json",
|
|
10429
10408
|
"isSource": true,
|
|
10430
10409
|
"original": {
|
|
10431
|
-
"value": "
|
|
10432
|
-
"public": true
|
|
10433
|
-
"isReferenceToInternal": true
|
|
10410
|
+
"value": "#b52f1d",
|
|
10411
|
+
"public": true
|
|
10434
10412
|
},
|
|
10435
10413
|
"name": "color-light-mode-button-critical-foreground-active",
|
|
10436
10414
|
"attributes": {
|
|
@@ -10654,7 +10632,7 @@
|
|
|
10654
10632
|
"critical": {
|
|
10655
10633
|
"background": {
|
|
10656
10634
|
"default": {
|
|
10657
|
-
"value": "#
|
|
10635
|
+
"value": "#ffffff",
|
|
10658
10636
|
"public": true,
|
|
10659
10637
|
"filePath": "tokens/color/alias/button.light.json",
|
|
10660
10638
|
"isSource": true,
|
|
@@ -10680,7 +10658,7 @@
|
|
|
10680
10658
|
]
|
|
10681
10659
|
},
|
|
10682
10660
|
"hover": {
|
|
10683
|
-
"value": "#
|
|
10661
|
+
"value": "#ffedeb",
|
|
10684
10662
|
"public": true,
|
|
10685
10663
|
"filePath": "tokens/color/alias/button.light.json",
|
|
10686
10664
|
"isSource": true,
|
|
@@ -10706,7 +10684,7 @@
|
|
|
10706
10684
|
]
|
|
10707
10685
|
},
|
|
10708
10686
|
"active": {
|
|
10709
|
-
"value": "#
|
|
10687
|
+
"value": "#ffdcd8",
|
|
10710
10688
|
"public": true,
|
|
10711
10689
|
"filePath": "tokens/color/alias/button.light.json",
|
|
10712
10690
|
"isSource": true,
|
|
@@ -10734,7 +10712,7 @@
|
|
|
10734
10712
|
},
|
|
10735
10713
|
"foreground": {
|
|
10736
10714
|
"default": {
|
|
10737
|
-
"value": "#
|
|
10715
|
+
"value": "#ca3521",
|
|
10738
10716
|
"public": true,
|
|
10739
10717
|
"filePath": "tokens/color/alias/button.light.json",
|
|
10740
10718
|
"isSource": true,
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
]
|
|
159
159
|
},
|
|
160
160
|
"critical": {
|
|
161
|
-
"value": "#
|
|
161
|
+
"value": "#ef5c48",
|
|
162
162
|
"public": true,
|
|
163
163
|
"filePath": "tokens/color/alias/badge.dark.json",
|
|
164
164
|
"isSource": true,
|
|
@@ -1345,13 +1345,13 @@
|
|
|
1345
1345
|
},
|
|
1346
1346
|
"foreground": {
|
|
1347
1347
|
"default": {
|
|
1348
|
-
"value": "#
|
|
1348
|
+
"value": "#d0c6ff",
|
|
1349
1349
|
"public": true,
|
|
1350
1350
|
"isReferenceToInternal": true,
|
|
1351
1351
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
1352
1352
|
"isSource": true,
|
|
1353
1353
|
"original": {
|
|
1354
|
-
"value": "{color.dark-mode.
|
|
1354
|
+
"value": "{color.dark-mode.brand.secondary.200.value}",
|
|
1355
1355
|
"public": true,
|
|
1356
1356
|
"isReferenceToInternal": true
|
|
1357
1357
|
},
|
|
@@ -1947,15 +1947,13 @@
|
|
|
1947
1947
|
"critical": {
|
|
1948
1948
|
"background": {
|
|
1949
1949
|
"default": {
|
|
1950
|
-
"value": "#
|
|
1950
|
+
"value": "#1d1d29",
|
|
1951
1951
|
"public": true,
|
|
1952
|
-
"isReferenceToInternal": true,
|
|
1953
1952
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
1954
1953
|
"isSource": true,
|
|
1955
1954
|
"original": {
|
|
1956
|
-
"value": "{color.dark-mode.
|
|
1957
|
-
"public": true
|
|
1958
|
-
"isReferenceToInternal": true
|
|
1955
|
+
"value": "{color.dark-mode.background.default.value}",
|
|
1956
|
+
"public": true
|
|
1959
1957
|
},
|
|
1960
1958
|
"name": "color-dark-mode-button-critical-background-default",
|
|
1961
1959
|
"attributes": {
|
|
@@ -1975,12 +1973,12 @@
|
|
|
1975
1973
|
]
|
|
1976
1974
|
},
|
|
1977
1975
|
"hover": {
|
|
1978
|
-
"value": "#
|
|
1976
|
+
"value": "#391813",
|
|
1979
1977
|
"public": true,
|
|
1980
1978
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
1981
1979
|
"isSource": true,
|
|
1982
1980
|
"original": {
|
|
1983
|
-
"value": "
|
|
1981
|
+
"value": "{color.dark-mode.semantic.critical.background.value}",
|
|
1984
1982
|
"public": true
|
|
1985
1983
|
},
|
|
1986
1984
|
"name": "color-dark-mode-button-critical-background-hover",
|
|
@@ -2001,12 +1999,12 @@
|
|
|
2001
1999
|
]
|
|
2002
2000
|
},
|
|
2003
2001
|
"active": {
|
|
2004
|
-
"value": "#
|
|
2002
|
+
"value": "#4b2d28",
|
|
2005
2003
|
"public": true,
|
|
2006
2004
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
2007
2005
|
"isSource": true,
|
|
2008
2006
|
"original": {
|
|
2009
|
-
"value": "#
|
|
2007
|
+
"value": "#4b2d28",
|
|
2010
2008
|
"public": true
|
|
2011
2009
|
},
|
|
2012
2010
|
"name": "color-dark-mode-button-critical-background-active",
|
|
@@ -2029,15 +2027,13 @@
|
|
|
2029
2027
|
},
|
|
2030
2028
|
"border": {
|
|
2031
2029
|
"default": {
|
|
2032
|
-
"value": "#
|
|
2030
|
+
"value": "#ef5c48",
|
|
2033
2031
|
"public": true,
|
|
2034
|
-
"isReferenceToInternal": true,
|
|
2035
2032
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
2036
2033
|
"isSource": true,
|
|
2037
2034
|
"original": {
|
|
2038
|
-
"value": "{color.dark-mode.
|
|
2039
|
-
"public": true
|
|
2040
|
-
"isReferenceToInternal": true
|
|
2035
|
+
"value": "{color.dark-mode.semantic.critical.foreground.value}",
|
|
2036
|
+
"public": true
|
|
2041
2037
|
},
|
|
2042
2038
|
"name": "color-dark-mode-button-critical-border-default",
|
|
2043
2039
|
"attributes": {
|
|
@@ -2057,15 +2053,13 @@
|
|
|
2057
2053
|
]
|
|
2058
2054
|
},
|
|
2059
2055
|
"hover": {
|
|
2060
|
-
"value": "#
|
|
2056
|
+
"value": "#ef5c48",
|
|
2061
2057
|
"public": true,
|
|
2062
|
-
"isReferenceToInternal": true,
|
|
2063
2058
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
2064
2059
|
"isSource": true,
|
|
2065
2060
|
"original": {
|
|
2066
|
-
"value": "{color.dark-mode.
|
|
2067
|
-
"public": true
|
|
2068
|
-
"isReferenceToInternal": true
|
|
2061
|
+
"value": "{color.dark-mode.semantic.critical.foreground.value}",
|
|
2062
|
+
"public": true
|
|
2069
2063
|
},
|
|
2070
2064
|
"name": "color-dark-mode-button-critical-border-hover",
|
|
2071
2065
|
"attributes": {
|
|
@@ -2085,15 +2079,13 @@
|
|
|
2085
2079
|
]
|
|
2086
2080
|
},
|
|
2087
2081
|
"active": {
|
|
2088
|
-
"value": "#
|
|
2082
|
+
"value": "#ef5c48",
|
|
2089
2083
|
"public": true,
|
|
2090
|
-
"isReferenceToInternal": true,
|
|
2091
2084
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
2092
2085
|
"isSource": true,
|
|
2093
2086
|
"original": {
|
|
2094
|
-
"value": "{color.dark-mode.
|
|
2095
|
-
"public": true
|
|
2096
|
-
"isReferenceToInternal": true
|
|
2087
|
+
"value": "{color.dark-mode.semantic.critical.foreground.value}",
|
|
2088
|
+
"public": true
|
|
2097
2089
|
},
|
|
2098
2090
|
"name": "color-dark-mode-button-critical-border-active",
|
|
2099
2091
|
"attributes": {
|
|
@@ -2115,15 +2107,13 @@
|
|
|
2115
2107
|
},
|
|
2116
2108
|
"foreground": {
|
|
2117
2109
|
"default": {
|
|
2118
|
-
"value": "#
|
|
2110
|
+
"value": "#ef5c48",
|
|
2119
2111
|
"public": true,
|
|
2120
|
-
"isReferenceToInternal": true,
|
|
2121
2112
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
2122
2113
|
"isSource": true,
|
|
2123
2114
|
"original": {
|
|
2124
|
-
"value": "{color.dark-mode.
|
|
2125
|
-
"public": true
|
|
2126
|
-
"isReferenceToInternal": true
|
|
2115
|
+
"value": "{color.dark-mode.semantic.critical.foreground.value}",
|
|
2116
|
+
"public": true
|
|
2127
2117
|
},
|
|
2128
2118
|
"name": "color-dark-mode-button-critical-foreground-default",
|
|
2129
2119
|
"attributes": {
|
|
@@ -2143,15 +2133,13 @@
|
|
|
2143
2133
|
]
|
|
2144
2134
|
},
|
|
2145
2135
|
"hover": {
|
|
2146
|
-
"value": "#
|
|
2136
|
+
"value": "#ef5c48",
|
|
2147
2137
|
"public": true,
|
|
2148
|
-
"isReferenceToInternal": true,
|
|
2149
2138
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
2150
2139
|
"isSource": true,
|
|
2151
2140
|
"original": {
|
|
2152
|
-
"value": "{color.dark-mode.
|
|
2153
|
-
"public": true
|
|
2154
|
-
"isReferenceToInternal": true
|
|
2141
|
+
"value": "{color.dark-mode.semantic.critical.foreground.value}",
|
|
2142
|
+
"public": true
|
|
2155
2143
|
},
|
|
2156
2144
|
"name": "color-dark-mode-button-critical-foreground-hover",
|
|
2157
2145
|
"attributes": {
|
|
@@ -2171,15 +2159,13 @@
|
|
|
2171
2159
|
]
|
|
2172
2160
|
},
|
|
2173
2161
|
"active": {
|
|
2174
|
-
"value": "#
|
|
2162
|
+
"value": "#ef5c48",
|
|
2175
2163
|
"public": true,
|
|
2176
|
-
"isReferenceToInternal": true,
|
|
2177
2164
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
2178
2165
|
"isSource": true,
|
|
2179
2166
|
"original": {
|
|
2180
|
-
"value": "{color.dark-mode.
|
|
2181
|
-
"public": true
|
|
2182
|
-
"isReferenceToInternal": true
|
|
2167
|
+
"value": "{color.dark-mode.semantic.critical.foreground.value}",
|
|
2168
|
+
"public": true
|
|
2183
2169
|
},
|
|
2184
2170
|
"name": "color-dark-mode-button-critical-foreground-active",
|
|
2185
2171
|
"attributes": {
|
|
@@ -2405,7 +2391,7 @@
|
|
|
2405
2391
|
"critical": {
|
|
2406
2392
|
"background": {
|
|
2407
2393
|
"default": {
|
|
2408
|
-
"value": "#
|
|
2394
|
+
"value": "#1d1d29",
|
|
2409
2395
|
"public": true,
|
|
2410
2396
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
2411
2397
|
"isSource": true,
|
|
@@ -2431,7 +2417,7 @@
|
|
|
2431
2417
|
]
|
|
2432
2418
|
},
|
|
2433
2419
|
"hover": {
|
|
2434
|
-
"value": "#
|
|
2420
|
+
"value": "#391813",
|
|
2435
2421
|
"public": true,
|
|
2436
2422
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
2437
2423
|
"isSource": true,
|
|
@@ -2457,7 +2443,7 @@
|
|
|
2457
2443
|
]
|
|
2458
2444
|
},
|
|
2459
2445
|
"active": {
|
|
2460
|
-
"value": "#
|
|
2446
|
+
"value": "#4b2d28",
|
|
2461
2447
|
"public": true,
|
|
2462
2448
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
2463
2449
|
"isSource": true,
|
|
@@ -2485,7 +2471,7 @@
|
|
|
2485
2471
|
},
|
|
2486
2472
|
"foreground": {
|
|
2487
2473
|
"default": {
|
|
2488
|
-
"value": "#
|
|
2474
|
+
"value": "#ef5c48",
|
|
2489
2475
|
"public": true,
|
|
2490
2476
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
2491
2477
|
"isSource": true,
|
|
@@ -2991,7 +2977,7 @@
|
|
|
2991
2977
|
]
|
|
2992
2978
|
},
|
|
2993
2979
|
"weak": {
|
|
2994
|
-
"value": "#
|
|
2980
|
+
"value": "#ef5c48",
|
|
2995
2981
|
"public": true,
|
|
2996
2982
|
"isReferenceToInternal": true,
|
|
2997
2983
|
"filePath": "tokens/color/alias/indicators.dark.json",
|
|
@@ -3233,7 +3219,7 @@
|
|
|
3233
3219
|
]
|
|
3234
3220
|
},
|
|
3235
3221
|
"critical": {
|
|
3236
|
-
"value": "#
|
|
3222
|
+
"value": "#ef5c48",
|
|
3237
3223
|
"public": true,
|
|
3238
3224
|
"isReferenceToInternal": true,
|
|
3239
3225
|
"filePath": "tokens/color/alias/input.dark.json",
|
|
@@ -3316,7 +3302,7 @@
|
|
|
3316
3302
|
]
|
|
3317
3303
|
},
|
|
3318
3304
|
"critical": {
|
|
3319
|
-
"value": "#
|
|
3305
|
+
"value": "#ef5c48",
|
|
3320
3306
|
"public": true,
|
|
3321
3307
|
"isReferenceToInternal": true,
|
|
3322
3308
|
"filePath": "tokens/color/alias/input.dark.json",
|
|
@@ -4801,7 +4787,7 @@
|
|
|
4801
4787
|
]
|
|
4802
4788
|
},
|
|
4803
4789
|
"critical": {
|
|
4804
|
-
"value": "#
|
|
4790
|
+
"value": "#ef5c48",
|
|
4805
4791
|
"public": true,
|
|
4806
4792
|
"isReferenceToInternal": true,
|
|
4807
4793
|
"filePath": "tokens/color/alias/tooltip.dark.json",
|
|
@@ -6224,12 +6210,12 @@
|
|
|
6224
6210
|
},
|
|
6225
6211
|
"critical": {
|
|
6226
6212
|
"foreground": {
|
|
6227
|
-
"value": "#
|
|
6213
|
+
"value": "#ef5c48",
|
|
6228
6214
|
"public": true,
|
|
6229
6215
|
"filePath": "tokens/color/base/semantic.dark.json",
|
|
6230
6216
|
"isSource": true,
|
|
6231
6217
|
"original": {
|
|
6232
|
-
"value": "#
|
|
6218
|
+
"value": "#ef5c48",
|
|
6233
6219
|
"public": true
|
|
6234
6220
|
},
|
|
6235
6221
|
"name": "color-dark-mode-semantic-critical-foreground",
|
|
@@ -1339,13 +1339,15 @@
|
|
|
1339
1339
|
},
|
|
1340
1340
|
"foreground": {
|
|
1341
1341
|
"default": {
|
|
1342
|
-
"value": "#
|
|
1342
|
+
"value": "#3017a1",
|
|
1343
1343
|
"public": true,
|
|
1344
|
+
"isReferenceToInternal": true,
|
|
1344
1345
|
"filePath": "tokens/color/alias/button.light.json",
|
|
1345
1346
|
"isSource": true,
|
|
1346
1347
|
"original": {
|
|
1347
|
-
"value": "{color.light-mode.
|
|
1348
|
-
"public": true
|
|
1348
|
+
"value": "{color.light-mode.brand.secondary.400.value}",
|
|
1349
|
+
"public": true,
|
|
1350
|
+
"isReferenceToInternal": true
|
|
1349
1351
|
},
|
|
1350
1352
|
"name": "color-light-mode-button-subtle-foreground-default",
|
|
1351
1353
|
"attributes": {
|
|
@@ -1367,11 +1369,13 @@
|
|
|
1367
1369
|
"hover": {
|
|
1368
1370
|
"value": "#5f41e5",
|
|
1369
1371
|
"public": true,
|
|
1372
|
+
"isReferenceToInternal": true,
|
|
1370
1373
|
"filePath": "tokens/color/alias/button.light.json",
|
|
1371
1374
|
"isSource": true,
|
|
1372
1375
|
"original": {
|
|
1373
|
-
"value": "{color.light-mode.
|
|
1374
|
-
"public": true
|
|
1376
|
+
"value": "{color.light-mode.brand.secondary.300.value}",
|
|
1377
|
+
"public": true,
|
|
1378
|
+
"isReferenceToInternal": true
|
|
1375
1379
|
},
|
|
1376
1380
|
"name": "color-light-mode-button-subtle-foreground-hover",
|
|
1377
1381
|
"attributes": {
|
|
@@ -1391,13 +1395,15 @@
|
|
|
1391
1395
|
]
|
|
1392
1396
|
},
|
|
1393
1397
|
"active": {
|
|
1394
|
-
"value": "#
|
|
1398
|
+
"value": "#11005d",
|
|
1395
1399
|
"public": true,
|
|
1400
|
+
"isReferenceToInternal": true,
|
|
1396
1401
|
"filePath": "tokens/color/alias/button.light.json",
|
|
1397
1402
|
"isSource": true,
|
|
1398
1403
|
"original": {
|
|
1399
|
-
"value": "{color.light-mode.
|
|
1400
|
-
"public": true
|
|
1404
|
+
"value": "{color.light-mode.brand.secondary.500.value}",
|
|
1405
|
+
"public": true,
|
|
1406
|
+
"isReferenceToInternal": true
|
|
1401
1407
|
},
|
|
1402
1408
|
"name": "color-light-mode-button-subtle-foreground-active",
|
|
1403
1409
|
"attributes": {
|
|
@@ -1939,15 +1945,13 @@
|
|
|
1939
1945
|
"critical": {
|
|
1940
1946
|
"background": {
|
|
1941
1947
|
"default": {
|
|
1942
|
-
"value": "#
|
|
1948
|
+
"value": "#ffffff",
|
|
1943
1949
|
"public": true,
|
|
1944
|
-
"isReferenceToInternal": true,
|
|
1945
1950
|
"filePath": "tokens/color/alias/button.light.json",
|
|
1946
1951
|
"isSource": true,
|
|
1947
1952
|
"original": {
|
|
1948
|
-
"value": "{color.light-mode.
|
|
1949
|
-
"public": true
|
|
1950
|
-
"isReferenceToInternal": true
|
|
1953
|
+
"value": "{color.light-mode.background.default.value}",
|
|
1954
|
+
"public": true
|
|
1951
1955
|
},
|
|
1952
1956
|
"name": "color-light-mode-button-critical-background-default",
|
|
1953
1957
|
"attributes": {
|
|
@@ -1967,12 +1971,12 @@
|
|
|
1967
1971
|
]
|
|
1968
1972
|
},
|
|
1969
1973
|
"hover": {
|
|
1970
|
-
"value": "#
|
|
1974
|
+
"value": "#ffedeb",
|
|
1971
1975
|
"public": true,
|
|
1972
1976
|
"filePath": "tokens/color/alias/button.light.json",
|
|
1973
1977
|
"isSource": true,
|
|
1974
1978
|
"original": {
|
|
1975
|
-
"value": "
|
|
1979
|
+
"value": "{color.light-mode.semantic.critical.background.value}",
|
|
1976
1980
|
"public": true
|
|
1977
1981
|
},
|
|
1978
1982
|
"name": "color-light-mode-button-critical-background-hover",
|
|
@@ -1993,12 +1997,12 @@
|
|
|
1993
1997
|
]
|
|
1994
1998
|
},
|
|
1995
1999
|
"active": {
|
|
1996
|
-
"value": "#
|
|
2000
|
+
"value": "#ffdcd8",
|
|
1997
2001
|
"public": true,
|
|
1998
2002
|
"filePath": "tokens/color/alias/button.light.json",
|
|
1999
2003
|
"isSource": true,
|
|
2000
2004
|
"original": {
|
|
2001
|
-
"value": "#
|
|
2005
|
+
"value": "#ffdcd8",
|
|
2002
2006
|
"public": true
|
|
2003
2007
|
},
|
|
2004
2008
|
"name": "color-light-mode-button-critical-background-active",
|
|
@@ -2023,13 +2027,11 @@
|
|
|
2023
2027
|
"default": {
|
|
2024
2028
|
"value": "#ca3521",
|
|
2025
2029
|
"public": true,
|
|
2026
|
-
"isReferenceToInternal": true,
|
|
2027
2030
|
"filePath": "tokens/color/alias/button.light.json",
|
|
2028
2031
|
"isSource": true,
|
|
2029
2032
|
"original": {
|
|
2030
|
-
"value": "{color.light-mode.
|
|
2031
|
-
"public": true
|
|
2032
|
-
"isReferenceToInternal": true
|
|
2033
|
+
"value": "{color.light-mode.semantic.critical.foreground.value}",
|
|
2034
|
+
"public": true
|
|
2033
2035
|
},
|
|
2034
2036
|
"name": "color-light-mode-button-critical-border-default",
|
|
2035
2037
|
"attributes": {
|
|
@@ -2049,15 +2051,13 @@
|
|
|
2049
2051
|
]
|
|
2050
2052
|
},
|
|
2051
2053
|
"hover": {
|
|
2052
|
-
"value": "#
|
|
2054
|
+
"value": "#ca3521",
|
|
2053
2055
|
"public": true,
|
|
2054
|
-
"isReferenceToInternal": true,
|
|
2055
2056
|
"filePath": "tokens/color/alias/button.light.json",
|
|
2056
2057
|
"isSource": true,
|
|
2057
2058
|
"original": {
|
|
2058
|
-
"value": "{color.light-mode.
|
|
2059
|
-
"public": true
|
|
2060
|
-
"isReferenceToInternal": true
|
|
2059
|
+
"value": "{color.light-mode.semantic.critical.foreground.value}",
|
|
2060
|
+
"public": true
|
|
2061
2061
|
},
|
|
2062
2062
|
"name": "color-light-mode-button-critical-border-hover",
|
|
2063
2063
|
"attributes": {
|
|
@@ -2077,15 +2077,13 @@
|
|
|
2077
2077
|
]
|
|
2078
2078
|
},
|
|
2079
2079
|
"active": {
|
|
2080
|
-
"value": "#
|
|
2080
|
+
"value": "#b52f1d",
|
|
2081
2081
|
"public": true,
|
|
2082
|
-
"isReferenceToInternal": true,
|
|
2083
2082
|
"filePath": "tokens/color/alias/button.light.json",
|
|
2084
2083
|
"isSource": true,
|
|
2085
2084
|
"original": {
|
|
2086
|
-
"value": "
|
|
2087
|
-
"public": true
|
|
2088
|
-
"isReferenceToInternal": true
|
|
2085
|
+
"value": "#b52f1d",
|
|
2086
|
+
"public": true
|
|
2089
2087
|
},
|
|
2090
2088
|
"name": "color-light-mode-button-critical-border-active",
|
|
2091
2089
|
"attributes": {
|
|
@@ -2107,15 +2105,13 @@
|
|
|
2107
2105
|
},
|
|
2108
2106
|
"foreground": {
|
|
2109
2107
|
"default": {
|
|
2110
|
-
"value": "#
|
|
2108
|
+
"value": "#ca3521",
|
|
2111
2109
|
"public": true,
|
|
2112
|
-
"isReferenceToInternal": true,
|
|
2113
2110
|
"filePath": "tokens/color/alias/button.light.json",
|
|
2114
2111
|
"isSource": true,
|
|
2115
2112
|
"original": {
|
|
2116
|
-
"value": "{color.light-mode.
|
|
2117
|
-
"public": true
|
|
2118
|
-
"isReferenceToInternal": true
|
|
2113
|
+
"value": "{color.light-mode.semantic.critical.foreground.value}",
|
|
2114
|
+
"public": true
|
|
2119
2115
|
},
|
|
2120
2116
|
"name": "color-light-mode-button-critical-foreground-default",
|
|
2121
2117
|
"attributes": {
|
|
@@ -2135,15 +2131,13 @@
|
|
|
2135
2131
|
]
|
|
2136
2132
|
},
|
|
2137
2133
|
"hover": {
|
|
2138
|
-
"value": "#
|
|
2134
|
+
"value": "#ca3521",
|
|
2139
2135
|
"public": true,
|
|
2140
|
-
"isReferenceToInternal": true,
|
|
2141
2136
|
"filePath": "tokens/color/alias/button.light.json",
|
|
2142
2137
|
"isSource": true,
|
|
2143
2138
|
"original": {
|
|
2144
|
-
"value": "{color.light-mode.
|
|
2145
|
-
"public": true
|
|
2146
|
-
"isReferenceToInternal": true
|
|
2139
|
+
"value": "{color.light-mode.semantic.critical.foreground.value}",
|
|
2140
|
+
"public": true
|
|
2147
2141
|
},
|
|
2148
2142
|
"name": "color-light-mode-button-critical-foreground-hover",
|
|
2149
2143
|
"attributes": {
|
|
@@ -2163,15 +2157,13 @@
|
|
|
2163
2157
|
]
|
|
2164
2158
|
},
|
|
2165
2159
|
"active": {
|
|
2166
|
-
"value": "#
|
|
2160
|
+
"value": "#b52f1d",
|
|
2167
2161
|
"public": true,
|
|
2168
|
-
"isReferenceToInternal": true,
|
|
2169
2162
|
"filePath": "tokens/color/alias/button.light.json",
|
|
2170
2163
|
"isSource": true,
|
|
2171
2164
|
"original": {
|
|
2172
|
-
"value": "
|
|
2173
|
-
"public": true
|
|
2174
|
-
"isReferenceToInternal": true
|
|
2165
|
+
"value": "#b52f1d",
|
|
2166
|
+
"public": true
|
|
2175
2167
|
},
|
|
2176
2168
|
"name": "color-light-mode-button-critical-foreground-active",
|
|
2177
2169
|
"attributes": {
|
|
@@ -2395,7 +2387,7 @@
|
|
|
2395
2387
|
"critical": {
|
|
2396
2388
|
"background": {
|
|
2397
2389
|
"default": {
|
|
2398
|
-
"value": "#
|
|
2390
|
+
"value": "#ffffff",
|
|
2399
2391
|
"public": true,
|
|
2400
2392
|
"filePath": "tokens/color/alias/button.light.json",
|
|
2401
2393
|
"isSource": true,
|
|
@@ -2421,7 +2413,7 @@
|
|
|
2421
2413
|
]
|
|
2422
2414
|
},
|
|
2423
2415
|
"hover": {
|
|
2424
|
-
"value": "#
|
|
2416
|
+
"value": "#ffedeb",
|
|
2425
2417
|
"public": true,
|
|
2426
2418
|
"filePath": "tokens/color/alias/button.light.json",
|
|
2427
2419
|
"isSource": true,
|
|
@@ -2447,7 +2439,7 @@
|
|
|
2447
2439
|
]
|
|
2448
2440
|
},
|
|
2449
2441
|
"active": {
|
|
2450
|
-
"value": "#
|
|
2442
|
+
"value": "#ffdcd8",
|
|
2451
2443
|
"public": true,
|
|
2452
2444
|
"filePath": "tokens/color/alias/button.light.json",
|
|
2453
2445
|
"isSource": true,
|
|
@@ -2475,7 +2467,7 @@
|
|
|
2475
2467
|
},
|
|
2476
2468
|
"foreground": {
|
|
2477
2469
|
"default": {
|
|
2478
|
-
"value": "#
|
|
2470
|
+
"value": "#ca3521",
|
|
2479
2471
|
"public": true,
|
|
2480
2472
|
"filePath": "tokens/color/alias/button.light.json",
|
|
2481
2473
|
"isSource": true,
|