@gitlab/ui 128.13.3 → 128.14.1
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/dist/components/base/banner/banner.js +1 -1
- package/dist/components/base/pagination/pagination.js +3 -2
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/tailwind.css +1 -1
- package/dist/tailwind.css.map +1 -1
- package/dist/tokens/build/js/tokens.dark.js +1 -1
- package/dist/tokens/build/js/tokens.js +1 -1
- package/package.json +2 -2
- package/src/components/base/banner/banner.vue +1 -1
- package/src/components/base/card/card.scss +33 -24
- package/src/components/base/pagination/pagination.vue +3 -2
- package/src/tokens/build/css/tokens.css +1 -1
- package/src/tokens/build/css/tokens.dark.css +1 -1
- package/src/tokens/build/figma/constants.dark.json +2 -2
- package/src/tokens/build/figma/constants.json +2 -2
- package/src/tokens/build/figma/mode.dark.json +466 -466
- package/src/tokens/build/figma/mode.json +473 -473
- package/src/tokens/build/js/tokens.dark.js +1 -1
- package/src/tokens/build/js/tokens.js +1 -1
- package/src/tokens/build/json/tokens.dark.json +2 -2
- package/src/tokens/build/json/tokens.json +2 -2
- package/src/tokens/build/scss/_tokens.dark.scss +1 -1
- package/src/tokens/build/scss/_tokens.scss +1 -1
- package/src/tokens/contextual/card.tokens.json +1 -1
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
]
|
|
101
101
|
}
|
|
102
102
|
},
|
|
103
|
-
"alert-border-radius": {
|
|
103
|
+
"🔒/alert-border-radius": {
|
|
104
104
|
"$value": "{border-radius-lg}",
|
|
105
105
|
"$type": "dimension",
|
|
106
106
|
"$description": "Used for alert border radius.",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
]
|
|
111
111
|
}
|
|
112
112
|
},
|
|
113
|
-
"alert-neutral-title-color": {
|
|
113
|
+
"🔒/alert-neutral-title-color": {
|
|
114
114
|
"$value": "{text-color-heading}",
|
|
115
115
|
"$type": "color",
|
|
116
116
|
"$description": "Used for the title color of a neutral alert.",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
]
|
|
121
121
|
}
|
|
122
122
|
},
|
|
123
|
-
"alert-neutral-background-color": {
|
|
123
|
+
"🔒/alert-neutral-background-color": {
|
|
124
124
|
"$value": "{feedback-neutral-background-color}",
|
|
125
125
|
"$type": "color",
|
|
126
126
|
"$description": "Used for the background color of a neutral alert.",
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
]
|
|
132
132
|
}
|
|
133
133
|
},
|
|
134
|
-
"alert-neutral-border-top-color": {
|
|
134
|
+
"🔒/alert-neutral-border-top-color": {
|
|
135
135
|
"$value": "{color-alpha-0}",
|
|
136
136
|
"$type": "color",
|
|
137
137
|
"$description": "Used for the border center color of a neutral alert.",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
]
|
|
142
142
|
}
|
|
143
143
|
},
|
|
144
|
-
"alert-neutral-border-bottom-color": {
|
|
144
|
+
"🔒/alert-neutral-border-bottom-color": {
|
|
145
145
|
"$value": "{color-alpha-0}",
|
|
146
146
|
"$type": "color",
|
|
147
147
|
"$description": "Used for the border bottom color of a neutral alert.",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
]
|
|
152
152
|
}
|
|
153
153
|
},
|
|
154
|
-
"alert-info-title-color": {
|
|
154
|
+
"🔒/alert-info-title-color": {
|
|
155
155
|
"$value": "{text-color-heading}",
|
|
156
156
|
"$type": "color",
|
|
157
157
|
"$description": "Used for the title color of an info alert.",
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
]
|
|
162
162
|
}
|
|
163
163
|
},
|
|
164
|
-
"alert-info-background-color": {
|
|
164
|
+
"🔒/alert-info-background-color": {
|
|
165
165
|
"$value": "{feedback-info-background-color}",
|
|
166
166
|
"$type": "color",
|
|
167
167
|
"$description": "Used for the background color of an info alert.",
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
]
|
|
173
173
|
}
|
|
174
174
|
},
|
|
175
|
-
"alert-info-border-top-color": {
|
|
175
|
+
"🔒/alert-info-border-top-color": {
|
|
176
176
|
"$value": "{color-alpha-0}",
|
|
177
177
|
"$type": "color",
|
|
178
178
|
"$description": "Used for the border color of an info alert.",
|
|
@@ -182,12 +182,12 @@
|
|
|
182
182
|
]
|
|
183
183
|
}
|
|
184
184
|
},
|
|
185
|
-
"alert-info-border-bottom-color": {
|
|
185
|
+
"🔒/alert-info-border-bottom-color": {
|
|
186
186
|
"$value": "{color-alpha-0}",
|
|
187
187
|
"$type": "color",
|
|
188
188
|
"$description": "Used for the border bottom color of an info alert."
|
|
189
189
|
},
|
|
190
|
-
"alert-success-title-color": {
|
|
190
|
+
"🔒/alert-success-title-color": {
|
|
191
191
|
"$value": "{text-color-heading}",
|
|
192
192
|
"$type": "color",
|
|
193
193
|
"$description": "Used for the title color of a success alert.",
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
]
|
|
198
198
|
}
|
|
199
199
|
},
|
|
200
|
-
"alert-success-background-color": {
|
|
200
|
+
"🔒/alert-success-background-color": {
|
|
201
201
|
"$value": "{feedback-success-background-color}",
|
|
202
202
|
"$type": "color",
|
|
203
203
|
"$description": "Used for the background color of a success alert.",
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
]
|
|
209
209
|
}
|
|
210
210
|
},
|
|
211
|
-
"alert-success-border-top-color": {
|
|
211
|
+
"🔒/alert-success-border-top-color": {
|
|
212
212
|
"$value": "{color-alpha-0}",
|
|
213
213
|
"$type": "color",
|
|
214
214
|
"$description": "Used for the border color of a success alert.",
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
]
|
|
219
219
|
}
|
|
220
220
|
},
|
|
221
|
-
"alert-success-border-bottom-color": {
|
|
221
|
+
"🔒/alert-success-border-bottom-color": {
|
|
222
222
|
"$value": "{color-alpha-0}",
|
|
223
223
|
"$type": "color",
|
|
224
224
|
"$description": "Used for the border bottom color of a success alert.",
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
]
|
|
229
229
|
}
|
|
230
230
|
},
|
|
231
|
-
"alert-warning-title-color": {
|
|
231
|
+
"🔒/alert-warning-title-color": {
|
|
232
232
|
"$value": "{text-color-heading}",
|
|
233
233
|
"$type": "color",
|
|
234
234
|
"$description": "Used for the title color of a warning alert.",
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
]
|
|
239
239
|
}
|
|
240
240
|
},
|
|
241
|
-
"alert-warning-background-color": {
|
|
241
|
+
"🔒/alert-warning-background-color": {
|
|
242
242
|
"$value": "{feedback-warning-background-color}",
|
|
243
243
|
"$type": "color",
|
|
244
244
|
"$description": "Used for the background color of a warning alert.",
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
]
|
|
250
250
|
}
|
|
251
251
|
},
|
|
252
|
-
"alert-warning-border-top-color": {
|
|
252
|
+
"🔒/alert-warning-border-top-color": {
|
|
253
253
|
"$value": "{color-alpha-0}",
|
|
254
254
|
"$type": "color",
|
|
255
255
|
"$description": "Used for the border color of a warning alert.",
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
]
|
|
260
260
|
}
|
|
261
261
|
},
|
|
262
|
-
"alert-warning-border-bottom-color": {
|
|
262
|
+
"🔒/alert-warning-border-bottom-color": {
|
|
263
263
|
"$value": "{color-alpha-0}",
|
|
264
264
|
"$type": "color",
|
|
265
265
|
"$description": "Used for the border bottom color of a warning alert.",
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
]
|
|
270
270
|
}
|
|
271
271
|
},
|
|
272
|
-
"alert-danger-title-color": {
|
|
272
|
+
"🔒/alert-danger-title-color": {
|
|
273
273
|
"$value": "{text-color-heading}",
|
|
274
274
|
"$type": "color",
|
|
275
275
|
"$description": "Used for the title color of a danger alert.",
|
|
@@ -279,7 +279,7 @@
|
|
|
279
279
|
]
|
|
280
280
|
}
|
|
281
281
|
},
|
|
282
|
-
"alert-danger-background-color": {
|
|
282
|
+
"🔒/alert-danger-background-color": {
|
|
283
283
|
"$value": "{feedback-danger-background-color}",
|
|
284
284
|
"$type": "color",
|
|
285
285
|
"$description": "Used for the background color of a danger alert.",
|
|
@@ -290,7 +290,7 @@
|
|
|
290
290
|
]
|
|
291
291
|
}
|
|
292
292
|
},
|
|
293
|
-
"alert-danger-border-top-color": {
|
|
293
|
+
"🔒/alert-danger-border-top-color": {
|
|
294
294
|
"$value": "{color-alpha-0}",
|
|
295
295
|
"$type": "color",
|
|
296
296
|
"$description": "Used for the border color of a danger alert.",
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
]
|
|
301
301
|
}
|
|
302
302
|
},
|
|
303
|
-
"alert-danger-border-bottom-color": {
|
|
303
|
+
"🔒/alert-danger-border-bottom-color": {
|
|
304
304
|
"$value": "{color-alpha-0}",
|
|
305
305
|
"$type": "color",
|
|
306
306
|
"$description": "Used for the border bottom color of a danger alert.",
|
|
@@ -310,7 +310,7 @@
|
|
|
310
310
|
]
|
|
311
311
|
}
|
|
312
312
|
},
|
|
313
|
-
"avatar-border-color-default": {
|
|
313
|
+
"🔒/avatar-border-color-default": {
|
|
314
314
|
"$value": "{color-alpha-dark-8}",
|
|
315
315
|
"$type": "color",
|
|
316
316
|
"$description": "Used to define the edge of an avatar.",
|
|
@@ -320,7 +320,7 @@
|
|
|
320
320
|
]
|
|
321
321
|
}
|
|
322
322
|
},
|
|
323
|
-
"avatar-border-color-hover": {
|
|
323
|
+
"🔒/avatar-border-color-hover": {
|
|
324
324
|
"$value": "{color-alpha-dark-24}",
|
|
325
325
|
"$type": "color",
|
|
326
326
|
"$description": "Used to increase the edge definition of an avatar in the hover state.",
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
]
|
|
331
331
|
}
|
|
332
332
|
},
|
|
333
|
-
"avatar-fallback-text-color-red": {
|
|
333
|
+
"🔒/avatar-fallback-text-color-red": {
|
|
334
334
|
"$value": "{color-red-800}",
|
|
335
335
|
"$type": "color",
|
|
336
336
|
"$description": "Red text color for avatar fallback with no particular meaning.",
|
|
@@ -340,7 +340,7 @@
|
|
|
340
340
|
]
|
|
341
341
|
}
|
|
342
342
|
},
|
|
343
|
-
"avatar-fallback-text-color-purple": {
|
|
343
|
+
"🔒/avatar-fallback-text-color-purple": {
|
|
344
344
|
"$value": "{color-purple-800}",
|
|
345
345
|
"$type": "color",
|
|
346
346
|
"$description": "Purple text color for avatar fallback with no particular meaning.",
|
|
@@ -350,7 +350,7 @@
|
|
|
350
350
|
]
|
|
351
351
|
}
|
|
352
352
|
},
|
|
353
|
-
"avatar-fallback-text-color-blue": {
|
|
353
|
+
"🔒/avatar-fallback-text-color-blue": {
|
|
354
354
|
"$value": "{color-blue-800}",
|
|
355
355
|
"$type": "color",
|
|
356
356
|
"$description": "Blue text color for avatar fallback with no particular meaning.",
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
]
|
|
361
361
|
}
|
|
362
362
|
},
|
|
363
|
-
"avatar-fallback-text-color-green": {
|
|
363
|
+
"🔒/avatar-fallback-text-color-green": {
|
|
364
364
|
"$value": "{color-green-800}",
|
|
365
365
|
"$type": "color",
|
|
366
366
|
"$description": "Green text color for avatar fallback with no particular meaning.",
|
|
@@ -370,7 +370,7 @@
|
|
|
370
370
|
]
|
|
371
371
|
}
|
|
372
372
|
},
|
|
373
|
-
"avatar-fallback-text-color-orange": {
|
|
373
|
+
"🔒/avatar-fallback-text-color-orange": {
|
|
374
374
|
"$value": "{color-orange-800}",
|
|
375
375
|
"$type": "color",
|
|
376
376
|
"$description": "Orange text color for avatar fallback with no particular meaning.",
|
|
@@ -380,7 +380,7 @@
|
|
|
380
380
|
]
|
|
381
381
|
}
|
|
382
382
|
},
|
|
383
|
-
"avatar-fallback-text-color-neutral": {
|
|
383
|
+
"🔒/avatar-fallback-text-color-neutral": {
|
|
384
384
|
"$value": "{color-neutral-800}",
|
|
385
385
|
"$type": "color",
|
|
386
386
|
"$description": "Neutral text color for avatar fallback with no particular meaning.",
|
|
@@ -390,7 +390,7 @@
|
|
|
390
390
|
]
|
|
391
391
|
}
|
|
392
392
|
},
|
|
393
|
-
"avatar-fallback-background-color-red": {
|
|
393
|
+
"🔒/avatar-fallback-background-color-red": {
|
|
394
394
|
"$value": {
|
|
395
395
|
"colorSpace": "srgb",
|
|
396
396
|
"components": [
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
]
|
|
410
410
|
}
|
|
411
411
|
},
|
|
412
|
-
"avatar-fallback-background-color-purple": {
|
|
412
|
+
"🔒/avatar-fallback-background-color-purple": {
|
|
413
413
|
"$value": {
|
|
414
414
|
"colorSpace": "srgb",
|
|
415
415
|
"components": [
|
|
@@ -428,7 +428,7 @@
|
|
|
428
428
|
]
|
|
429
429
|
}
|
|
430
430
|
},
|
|
431
|
-
"avatar-fallback-background-color-blue": {
|
|
431
|
+
"🔒/avatar-fallback-background-color-blue": {
|
|
432
432
|
"$value": {
|
|
433
433
|
"colorSpace": "srgb",
|
|
434
434
|
"components": [
|
|
@@ -447,7 +447,7 @@
|
|
|
447
447
|
]
|
|
448
448
|
}
|
|
449
449
|
},
|
|
450
|
-
"avatar-fallback-background-color-green": {
|
|
450
|
+
"🔒/avatar-fallback-background-color-green": {
|
|
451
451
|
"$value": {
|
|
452
452
|
"colorSpace": "srgb",
|
|
453
453
|
"components": [
|
|
@@ -466,7 +466,7 @@
|
|
|
466
466
|
]
|
|
467
467
|
}
|
|
468
468
|
},
|
|
469
|
-
"avatar-fallback-background-color-orange": {
|
|
469
|
+
"🔒/avatar-fallback-background-color-orange": {
|
|
470
470
|
"$value": {
|
|
471
471
|
"colorSpace": "srgb",
|
|
472
472
|
"components": [
|
|
@@ -485,7 +485,7 @@
|
|
|
485
485
|
]
|
|
486
486
|
}
|
|
487
487
|
},
|
|
488
|
-
"avatar-fallback-background-color-neutral": {
|
|
488
|
+
"🔒/avatar-fallback-background-color-neutral": {
|
|
489
489
|
"$value": {
|
|
490
490
|
"colorSpace": "srgb",
|
|
491
491
|
"components": [
|
|
@@ -504,7 +504,7 @@
|
|
|
504
504
|
]
|
|
505
505
|
}
|
|
506
506
|
},
|
|
507
|
-
"badge-muted-background-color-active": {
|
|
507
|
+
"🔒/badge-muted-background-color-active": {
|
|
508
508
|
"$value": "{color-neutral-100}",
|
|
509
509
|
"$type": "color",
|
|
510
510
|
"$description": "Used for the background of a muted badge in the active state.",
|
|
@@ -515,7 +515,7 @@
|
|
|
515
515
|
]
|
|
516
516
|
}
|
|
517
517
|
},
|
|
518
|
-
"badge-muted-border-color-default": {
|
|
518
|
+
"🔒/badge-muted-border-color-default": {
|
|
519
519
|
"$value": "{color-alpha-0}",
|
|
520
520
|
"$type": "color",
|
|
521
521
|
"$description": "Used for the border of a muted badge when static or the default state when linked.",
|
|
@@ -525,7 +525,7 @@
|
|
|
525
525
|
]
|
|
526
526
|
}
|
|
527
527
|
},
|
|
528
|
-
"badge-muted-border-color-hover": {
|
|
528
|
+
"🔒/badge-muted-border-color-hover": {
|
|
529
529
|
"$value": "{color-neutral-200}",
|
|
530
530
|
"$type": "color",
|
|
531
531
|
"$description": "Used for the border of a muted badge in the hover state.",
|
|
@@ -535,7 +535,7 @@
|
|
|
535
535
|
]
|
|
536
536
|
}
|
|
537
537
|
},
|
|
538
|
-
"badge-muted-border-color-focus": {
|
|
538
|
+
"🔒/badge-muted-border-color-focus": {
|
|
539
539
|
"$value": "{color-alpha-0}",
|
|
540
540
|
"$type": "color",
|
|
541
541
|
"$description": "Used for the border of a muted badge in the focus state.",
|
|
@@ -545,7 +545,7 @@
|
|
|
545
545
|
]
|
|
546
546
|
}
|
|
547
547
|
},
|
|
548
|
-
"badge-muted-border-color-active": {
|
|
548
|
+
"🔒/badge-muted-border-color-active": {
|
|
549
549
|
"$value": "{color-alpha-0}",
|
|
550
550
|
"$type": "color",
|
|
551
551
|
"$description": "Used for the border of a muted badge in the active state.",
|
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
]
|
|
556
556
|
}
|
|
557
557
|
},
|
|
558
|
-
"badge-muted-text-color-default": {
|
|
558
|
+
"🔒/badge-muted-text-color-default": {
|
|
559
559
|
"$value": "{color-neutral-600}",
|
|
560
560
|
"$type": "color",
|
|
561
561
|
"$description": "Used for the text of a muted badge when static or the default state when linked.",
|
|
@@ -565,7 +565,7 @@
|
|
|
565
565
|
]
|
|
566
566
|
}
|
|
567
567
|
},
|
|
568
|
-
"badge-muted-text-color-hover": {
|
|
568
|
+
"🔒/badge-muted-text-color-hover": {
|
|
569
569
|
"$value": "{color-neutral-700}",
|
|
570
570
|
"$type": "color",
|
|
571
571
|
"$description": "Used for the text of a muted badge in the hover state.",
|
|
@@ -575,7 +575,7 @@
|
|
|
575
575
|
]
|
|
576
576
|
}
|
|
577
577
|
},
|
|
578
|
-
"badge-muted-text-color-active": {
|
|
578
|
+
"🔒/badge-muted-text-color-active": {
|
|
579
579
|
"$value": "{color-neutral-800}",
|
|
580
580
|
"$type": "color",
|
|
581
581
|
"$description": "Used for the text of a muted badge in the active state.",
|
|
@@ -585,7 +585,7 @@
|
|
|
585
585
|
]
|
|
586
586
|
}
|
|
587
587
|
},
|
|
588
|
-
"badge-muted-icon-color-default": {
|
|
588
|
+
"🔒/badge-muted-icon-color-default": {
|
|
589
589
|
"$value": "{color-neutral-500}",
|
|
590
590
|
"$type": "color",
|
|
591
591
|
"$description": "Used for the icon of a muted badge when static or the default state when linked.",
|
|
@@ -596,7 +596,7 @@
|
|
|
596
596
|
]
|
|
597
597
|
}
|
|
598
598
|
},
|
|
599
|
-
"badge-muted-icon-color-hover": {
|
|
599
|
+
"🔒/badge-muted-icon-color-hover": {
|
|
600
600
|
"$value": "{color-neutral-600}",
|
|
601
601
|
"$type": "color",
|
|
602
602
|
"$description": "Used for the icon of a muted badge in the hover state.",
|
|
@@ -607,7 +607,7 @@
|
|
|
607
607
|
]
|
|
608
608
|
}
|
|
609
609
|
},
|
|
610
|
-
"badge-muted-icon-color-active": {
|
|
610
|
+
"🔒/badge-muted-icon-color-active": {
|
|
611
611
|
"$value": "{color-neutral-700}",
|
|
612
612
|
"$type": "color",
|
|
613
613
|
"$description": "Used for the icon of a muted badge in the active state.",
|
|
@@ -618,7 +618,7 @@
|
|
|
618
618
|
]
|
|
619
619
|
}
|
|
620
620
|
},
|
|
621
|
-
"badge-neutral-background-color-default": {
|
|
621
|
+
"🔒/badge-neutral-background-color-default": {
|
|
622
622
|
"$value": "{color-neutral-100}",
|
|
623
623
|
"$type": "color",
|
|
624
624
|
"$description": "Used for the background of a neutral badge when static or the default state when linked.",
|
|
@@ -629,8 +629,8 @@
|
|
|
629
629
|
]
|
|
630
630
|
}
|
|
631
631
|
},
|
|
632
|
-
"badge-neutral-background-color-hover": {
|
|
633
|
-
"$value": "{badge-neutral-background-color-default}",
|
|
632
|
+
"🔒/badge-neutral-background-color-hover": {
|
|
633
|
+
"$value": "{🔒/badge-neutral-background-color-default}",
|
|
634
634
|
"$type": "color",
|
|
635
635
|
"$description": "Used for the background of a neutral badge in the hover state.",
|
|
636
636
|
"$extensions": {
|
|
@@ -640,8 +640,8 @@
|
|
|
640
640
|
]
|
|
641
641
|
}
|
|
642
642
|
},
|
|
643
|
-
"badge-neutral-background-color-focus": {
|
|
644
|
-
"$value": "{badge-neutral-background-color-hover}",
|
|
643
|
+
"🔒/badge-neutral-background-color-focus": {
|
|
644
|
+
"$value": "{🔒/badge-neutral-background-color-hover}",
|
|
645
645
|
"$type": "color",
|
|
646
646
|
"$description": "Used for the background of a neutral badge in the focus state.",
|
|
647
647
|
"$extensions": {
|
|
@@ -651,7 +651,7 @@
|
|
|
651
651
|
]
|
|
652
652
|
}
|
|
653
653
|
},
|
|
654
|
-
"badge-neutral-background-color-active": {
|
|
654
|
+
"🔒/badge-neutral-background-color-active": {
|
|
655
655
|
"$value": "{color-neutral-200}",
|
|
656
656
|
"$type": "color",
|
|
657
657
|
"$description": "Used for the background of a neutral badge in the active state.",
|
|
@@ -662,7 +662,7 @@
|
|
|
662
662
|
]
|
|
663
663
|
}
|
|
664
664
|
},
|
|
665
|
-
"badge-neutral-border-color-default": {
|
|
665
|
+
"🔒/badge-neutral-border-color-default": {
|
|
666
666
|
"$value": "{color-alpha-0}",
|
|
667
667
|
"$type": "color",
|
|
668
668
|
"$description": "Used for the border of a neutral badge when static or the default state when linked.",
|
|
@@ -672,7 +672,7 @@
|
|
|
672
672
|
]
|
|
673
673
|
}
|
|
674
674
|
},
|
|
675
|
-
"badge-neutral-border-color-hover": {
|
|
675
|
+
"🔒/badge-neutral-border-color-hover": {
|
|
676
676
|
"$value": "{color-neutral-200}",
|
|
677
677
|
"$type": "color",
|
|
678
678
|
"$description": "Used for the border of a neutral badge in the hover state.",
|
|
@@ -682,7 +682,7 @@
|
|
|
682
682
|
]
|
|
683
683
|
}
|
|
684
684
|
},
|
|
685
|
-
"badge-neutral-border-color-focus": {
|
|
685
|
+
"🔒/badge-neutral-border-color-focus": {
|
|
686
686
|
"$value": "{color-alpha-0}",
|
|
687
687
|
"$type": "color",
|
|
688
688
|
"$description": "Used for the border of a neutral badge in the focus state.",
|
|
@@ -692,7 +692,7 @@
|
|
|
692
692
|
]
|
|
693
693
|
}
|
|
694
694
|
},
|
|
695
|
-
"badge-neutral-border-color-active": {
|
|
695
|
+
"🔒/badge-neutral-border-color-active": {
|
|
696
696
|
"$value": "{color-alpha-0}",
|
|
697
697
|
"$type": "color",
|
|
698
698
|
"$description": "Used for the border of a neutral badge in the active state.",
|
|
@@ -702,7 +702,7 @@
|
|
|
702
702
|
]
|
|
703
703
|
}
|
|
704
704
|
},
|
|
705
|
-
"badge-neutral-text-color-default": {
|
|
705
|
+
"🔒/badge-neutral-text-color-default": {
|
|
706
706
|
"$value": "{color-neutral-700}",
|
|
707
707
|
"$type": "color",
|
|
708
708
|
"$description": "Used for the text of a neutral badge when static or the default state when linked.",
|
|
@@ -712,7 +712,7 @@
|
|
|
712
712
|
]
|
|
713
713
|
}
|
|
714
714
|
},
|
|
715
|
-
"badge-neutral-text-color-hover": {
|
|
715
|
+
"🔒/badge-neutral-text-color-hover": {
|
|
716
716
|
"$value": "{color-neutral-800}",
|
|
717
717
|
"$type": "color",
|
|
718
718
|
"$description": "Used for the text of a neutral badge in the hover state.",
|
|
@@ -722,8 +722,8 @@
|
|
|
722
722
|
]
|
|
723
723
|
}
|
|
724
724
|
},
|
|
725
|
-
"badge-neutral-text-color-focus": {
|
|
726
|
-
"$value": "{badge-neutral-text-color-hover}",
|
|
725
|
+
"🔒/badge-neutral-text-color-focus": {
|
|
726
|
+
"$value": "{🔒/badge-neutral-text-color-hover}",
|
|
727
727
|
"$type": "color",
|
|
728
728
|
"$description": "Used for the text of a neutral badge in the focus state.",
|
|
729
729
|
"$extensions": {
|
|
@@ -732,7 +732,7 @@
|
|
|
732
732
|
]
|
|
733
733
|
}
|
|
734
734
|
},
|
|
735
|
-
"badge-neutral-text-color-active": {
|
|
735
|
+
"🔒/badge-neutral-text-color-active": {
|
|
736
736
|
"$value": "{color-neutral-900}",
|
|
737
737
|
"$type": "color",
|
|
738
738
|
"$description": "Used for the text of a neutral badge in the active state.",
|
|
@@ -742,7 +742,7 @@
|
|
|
742
742
|
]
|
|
743
743
|
}
|
|
744
744
|
},
|
|
745
|
-
"badge-neutral-icon-color-default": {
|
|
745
|
+
"🔒/badge-neutral-icon-color-default": {
|
|
746
746
|
"$value": "{color-neutral-500}",
|
|
747
747
|
"$type": "color",
|
|
748
748
|
"$description": "Used for the icon of a neutral badge when static or the default state when linked.",
|
|
@@ -753,7 +753,7 @@
|
|
|
753
753
|
]
|
|
754
754
|
}
|
|
755
755
|
},
|
|
756
|
-
"badge-neutral-icon-color-hover": {
|
|
756
|
+
"🔒/badge-neutral-icon-color-hover": {
|
|
757
757
|
"$value": "{color-neutral-600}",
|
|
758
758
|
"$type": "color",
|
|
759
759
|
"$description": "Used for the icon of a neutral badge in the hover state.",
|
|
@@ -764,8 +764,8 @@
|
|
|
764
764
|
]
|
|
765
765
|
}
|
|
766
766
|
},
|
|
767
|
-
"badge-neutral-icon-color-focus": {
|
|
768
|
-
"$value": "{badge-neutral-icon-color-hover}",
|
|
767
|
+
"🔒/badge-neutral-icon-color-focus": {
|
|
768
|
+
"$value": "{🔒/badge-neutral-icon-color-hover}",
|
|
769
769
|
"$type": "color",
|
|
770
770
|
"$description": "Used for the icon of a neutral badge in the focus state.",
|
|
771
771
|
"$extensions": {
|
|
@@ -775,7 +775,7 @@
|
|
|
775
775
|
]
|
|
776
776
|
}
|
|
777
777
|
},
|
|
778
|
-
"badge-neutral-icon-color-active": {
|
|
778
|
+
"🔒/badge-neutral-icon-color-active": {
|
|
779
779
|
"$value": "{color-neutral-700}",
|
|
780
780
|
"$type": "color",
|
|
781
781
|
"$description": "Used for the icon of a neutral badge in the active state.",
|
|
@@ -786,7 +786,7 @@
|
|
|
786
786
|
]
|
|
787
787
|
}
|
|
788
788
|
},
|
|
789
|
-
"badge-info-background-color-default": {
|
|
789
|
+
"🔒/badge-info-background-color-default": {
|
|
790
790
|
"$value": "{color-blue-100}",
|
|
791
791
|
"$type": "color",
|
|
792
792
|
"$description": "Used for the background of an informational badge when static or the default state when linked.",
|
|
@@ -797,8 +797,8 @@
|
|
|
797
797
|
]
|
|
798
798
|
}
|
|
799
799
|
},
|
|
800
|
-
"badge-info-background-color-hover": {
|
|
801
|
-
"$value": "{badge-info-background-color-default}",
|
|
800
|
+
"🔒/badge-info-background-color-hover": {
|
|
801
|
+
"$value": "{🔒/badge-info-background-color-default}",
|
|
802
802
|
"$type": "color",
|
|
803
803
|
"$description": "Used for the background of an informational badge in the hover state.",
|
|
804
804
|
"$extensions": {
|
|
@@ -808,8 +808,8 @@
|
|
|
808
808
|
]
|
|
809
809
|
}
|
|
810
810
|
},
|
|
811
|
-
"badge-info-background-color-focus": {
|
|
812
|
-
"$value": "{badge-info-background-color-hover}",
|
|
811
|
+
"🔒/badge-info-background-color-focus": {
|
|
812
|
+
"$value": "{🔒/badge-info-background-color-hover}",
|
|
813
813
|
"$type": "color",
|
|
814
814
|
"$description": "Used for the background of an informational badge in the focus state.",
|
|
815
815
|
"$extensions": {
|
|
@@ -819,7 +819,7 @@
|
|
|
819
819
|
]
|
|
820
820
|
}
|
|
821
821
|
},
|
|
822
|
-
"badge-info-background-color-active": {
|
|
822
|
+
"🔒/badge-info-background-color-active": {
|
|
823
823
|
"$value": "{color-blue-200}",
|
|
824
824
|
"$type": "color",
|
|
825
825
|
"$description": "Used for the background of an informational badge in the active state.",
|
|
@@ -830,7 +830,7 @@
|
|
|
830
830
|
]
|
|
831
831
|
}
|
|
832
832
|
},
|
|
833
|
-
"badge-info-border-color-default": {
|
|
833
|
+
"🔒/badge-info-border-color-default": {
|
|
834
834
|
"$value": "{color-alpha-0}",
|
|
835
835
|
"$type": "color",
|
|
836
836
|
"$description": "Used for the border of an informational badge when static or the default state when linked.",
|
|
@@ -840,7 +840,7 @@
|
|
|
840
840
|
]
|
|
841
841
|
}
|
|
842
842
|
},
|
|
843
|
-
"badge-info-border-color-hover": {
|
|
843
|
+
"🔒/badge-info-border-color-hover": {
|
|
844
844
|
"$value": "{color-blue-200}",
|
|
845
845
|
"$type": "color",
|
|
846
846
|
"$description": "Used for the border of an informational badge in the hover state.",
|
|
@@ -850,7 +850,7 @@
|
|
|
850
850
|
]
|
|
851
851
|
}
|
|
852
852
|
},
|
|
853
|
-
"badge-info-border-color-focus": {
|
|
853
|
+
"🔒/badge-info-border-color-focus": {
|
|
854
854
|
"$value": "{color-alpha-0}",
|
|
855
855
|
"$type": "color",
|
|
856
856
|
"$description": "Used for the border of an informational badge in the focus state.",
|
|
@@ -860,7 +860,7 @@
|
|
|
860
860
|
]
|
|
861
861
|
}
|
|
862
862
|
},
|
|
863
|
-
"badge-info-border-color-active": {
|
|
863
|
+
"🔒/badge-info-border-color-active": {
|
|
864
864
|
"$value": "{color-alpha-0}",
|
|
865
865
|
"$type": "color",
|
|
866
866
|
"$description": "Used for the border of an informational badge in the active state.",
|
|
@@ -870,7 +870,7 @@
|
|
|
870
870
|
]
|
|
871
871
|
}
|
|
872
872
|
},
|
|
873
|
-
"badge-info-text-color-default": {
|
|
873
|
+
"🔒/badge-info-text-color-default": {
|
|
874
874
|
"$value": "{color-blue-700}",
|
|
875
875
|
"$type": "color",
|
|
876
876
|
"$description": "Used for the text of an informational badge when static or the default state when linked.",
|
|
@@ -880,7 +880,7 @@
|
|
|
880
880
|
]
|
|
881
881
|
}
|
|
882
882
|
},
|
|
883
|
-
"badge-info-text-color-hover": {
|
|
883
|
+
"🔒/badge-info-text-color-hover": {
|
|
884
884
|
"$value": "{color-blue-800}",
|
|
885
885
|
"$type": "color",
|
|
886
886
|
"$description": "Used for the text of an informational badge in the hover state.",
|
|
@@ -890,8 +890,8 @@
|
|
|
890
890
|
]
|
|
891
891
|
}
|
|
892
892
|
},
|
|
893
|
-
"badge-info-text-color-focus": {
|
|
894
|
-
"$value": "{badge-info-text-color-hover}",
|
|
893
|
+
"🔒/badge-info-text-color-focus": {
|
|
894
|
+
"$value": "{🔒/badge-info-text-color-hover}",
|
|
895
895
|
"$type": "color",
|
|
896
896
|
"$description": "Used for the text of an informational badge in the focus state.",
|
|
897
897
|
"$extensions": {
|
|
@@ -900,7 +900,7 @@
|
|
|
900
900
|
]
|
|
901
901
|
}
|
|
902
902
|
},
|
|
903
|
-
"badge-info-text-color-active": {
|
|
903
|
+
"🔒/badge-info-text-color-active": {
|
|
904
904
|
"$value": "{color-blue-900}",
|
|
905
905
|
"$type": "color",
|
|
906
906
|
"$description": "Used for the text of an informational badge in the active state.",
|
|
@@ -910,7 +910,7 @@
|
|
|
910
910
|
]
|
|
911
911
|
}
|
|
912
912
|
},
|
|
913
|
-
"badge-info-icon-color-default": {
|
|
913
|
+
"🔒/badge-info-icon-color-default": {
|
|
914
914
|
"$value": "{color-blue-500}",
|
|
915
915
|
"$type": "color",
|
|
916
916
|
"$description": "Used for the icon of an informational badge when static or the default state when linked.",
|
|
@@ -921,7 +921,7 @@
|
|
|
921
921
|
]
|
|
922
922
|
}
|
|
923
923
|
},
|
|
924
|
-
"badge-info-icon-color-hover": {
|
|
924
|
+
"🔒/badge-info-icon-color-hover": {
|
|
925
925
|
"$value": "{color-blue-600}",
|
|
926
926
|
"$type": "color",
|
|
927
927
|
"$description": "Used for the icon of an informational badge in the hover state.",
|
|
@@ -932,8 +932,8 @@
|
|
|
932
932
|
]
|
|
933
933
|
}
|
|
934
934
|
},
|
|
935
|
-
"badge-info-icon-color-focus": {
|
|
936
|
-
"$value": "{badge-info-icon-color-hover}",
|
|
935
|
+
"🔒/badge-info-icon-color-focus": {
|
|
936
|
+
"$value": "{🔒/badge-info-icon-color-hover}",
|
|
937
937
|
"$type": "color",
|
|
938
938
|
"$description": "Used for the icon of an informational badge in the focus state.",
|
|
939
939
|
"$extensions": {
|
|
@@ -943,7 +943,7 @@
|
|
|
943
943
|
]
|
|
944
944
|
}
|
|
945
945
|
},
|
|
946
|
-
"badge-info-icon-color-active": {
|
|
946
|
+
"🔒/badge-info-icon-color-active": {
|
|
947
947
|
"$value": "{color-blue-700}",
|
|
948
948
|
"$type": "color",
|
|
949
949
|
"$description": "Used for the icon of an informational badge in the active state.",
|
|
@@ -954,7 +954,7 @@
|
|
|
954
954
|
]
|
|
955
955
|
}
|
|
956
956
|
},
|
|
957
|
-
"badge-success-background-color-default": {
|
|
957
|
+
"🔒/badge-success-background-color-default": {
|
|
958
958
|
"$value": "{color-green-100}",
|
|
959
959
|
"$type": "color",
|
|
960
960
|
"$description": "Used for the background of a success badge when static or the default state when linked.",
|
|
@@ -965,8 +965,8 @@
|
|
|
965
965
|
]
|
|
966
966
|
}
|
|
967
967
|
},
|
|
968
|
-
"badge-success-background-color-hover": {
|
|
969
|
-
"$value": "{badge-success-background-color-default}",
|
|
968
|
+
"🔒/badge-success-background-color-hover": {
|
|
969
|
+
"$value": "{🔒/badge-success-background-color-default}",
|
|
970
970
|
"$type": "color",
|
|
971
971
|
"$description": "Used for the background of a success badge in the hover state.",
|
|
972
972
|
"$extensions": {
|
|
@@ -976,8 +976,8 @@
|
|
|
976
976
|
]
|
|
977
977
|
}
|
|
978
978
|
},
|
|
979
|
-
"badge-success-background-color-focus": {
|
|
980
|
-
"$value": "{badge-success-background-color-hover}",
|
|
979
|
+
"🔒/badge-success-background-color-focus": {
|
|
980
|
+
"$value": "{🔒/badge-success-background-color-hover}",
|
|
981
981
|
"$type": "color",
|
|
982
982
|
"$description": "Used for the background of a success badge in the focus state.",
|
|
983
983
|
"$extensions": {
|
|
@@ -987,7 +987,7 @@
|
|
|
987
987
|
]
|
|
988
988
|
}
|
|
989
989
|
},
|
|
990
|
-
"badge-success-background-color-active": {
|
|
990
|
+
"🔒/badge-success-background-color-active": {
|
|
991
991
|
"$value": "{color-green-200}",
|
|
992
992
|
"$type": "color",
|
|
993
993
|
"$description": "Used for the background of a success badge in the active state.",
|
|
@@ -998,7 +998,7 @@
|
|
|
998
998
|
]
|
|
999
999
|
}
|
|
1000
1000
|
},
|
|
1001
|
-
"badge-success-border-color-default": {
|
|
1001
|
+
"🔒/badge-success-border-color-default": {
|
|
1002
1002
|
"$value": "{color-alpha-0}",
|
|
1003
1003
|
"$type": "color",
|
|
1004
1004
|
"$description": "Used for the border of a success badge when static or the default state when linked.",
|
|
@@ -1008,7 +1008,7 @@
|
|
|
1008
1008
|
]
|
|
1009
1009
|
}
|
|
1010
1010
|
},
|
|
1011
|
-
"badge-success-border-color-hover": {
|
|
1011
|
+
"🔒/badge-success-border-color-hover": {
|
|
1012
1012
|
"$value": "{color-green-200}",
|
|
1013
1013
|
"$type": "color",
|
|
1014
1014
|
"$description": "Used for the border of a success badge in the hover state.",
|
|
@@ -1018,7 +1018,7 @@
|
|
|
1018
1018
|
]
|
|
1019
1019
|
}
|
|
1020
1020
|
},
|
|
1021
|
-
"badge-success-border-color-focus": {
|
|
1021
|
+
"🔒/badge-success-border-color-focus": {
|
|
1022
1022
|
"$value": "{color-alpha-0}",
|
|
1023
1023
|
"$type": "color",
|
|
1024
1024
|
"$description": "Used for the border of a success badge in the focus state.",
|
|
@@ -1028,7 +1028,7 @@
|
|
|
1028
1028
|
]
|
|
1029
1029
|
}
|
|
1030
1030
|
},
|
|
1031
|
-
"badge-success-border-color-active": {
|
|
1031
|
+
"🔒/badge-success-border-color-active": {
|
|
1032
1032
|
"$value": "{color-alpha-0}",
|
|
1033
1033
|
"$type": "color",
|
|
1034
1034
|
"$description": "Used for the border of a success badge in the active state.",
|
|
@@ -1038,7 +1038,7 @@
|
|
|
1038
1038
|
]
|
|
1039
1039
|
}
|
|
1040
1040
|
},
|
|
1041
|
-
"badge-success-text-color-default": {
|
|
1041
|
+
"🔒/badge-success-text-color-default": {
|
|
1042
1042
|
"$value": "{color-green-700}",
|
|
1043
1043
|
"$type": "color",
|
|
1044
1044
|
"$description": "Used for the text of a success badge when static or the default state when linked.",
|
|
@@ -1048,7 +1048,7 @@
|
|
|
1048
1048
|
]
|
|
1049
1049
|
}
|
|
1050
1050
|
},
|
|
1051
|
-
"badge-success-text-color-hover": {
|
|
1051
|
+
"🔒/badge-success-text-color-hover": {
|
|
1052
1052
|
"$value": "{color-green-800}",
|
|
1053
1053
|
"$type": "color",
|
|
1054
1054
|
"$description": "Used for the text of a success badge in the hover state.",
|
|
@@ -1058,8 +1058,8 @@
|
|
|
1058
1058
|
]
|
|
1059
1059
|
}
|
|
1060
1060
|
},
|
|
1061
|
-
"badge-success-text-color-focus": {
|
|
1062
|
-
"$value": "{badge-success-text-color-hover}",
|
|
1061
|
+
"🔒/badge-success-text-color-focus": {
|
|
1062
|
+
"$value": "{🔒/badge-success-text-color-hover}",
|
|
1063
1063
|
"$type": "color",
|
|
1064
1064
|
"$description": "Used for the text of a success badge in the focus state.",
|
|
1065
1065
|
"$extensions": {
|
|
@@ -1068,7 +1068,7 @@
|
|
|
1068
1068
|
]
|
|
1069
1069
|
}
|
|
1070
1070
|
},
|
|
1071
|
-
"badge-success-text-color-active": {
|
|
1071
|
+
"🔒/badge-success-text-color-active": {
|
|
1072
1072
|
"$value": "{color-green-900}",
|
|
1073
1073
|
"$type": "color",
|
|
1074
1074
|
"$description": "Used for the text of a success badge in the active state.",
|
|
@@ -1078,7 +1078,7 @@
|
|
|
1078
1078
|
]
|
|
1079
1079
|
}
|
|
1080
1080
|
},
|
|
1081
|
-
"badge-success-icon-color-default": {
|
|
1081
|
+
"🔒/badge-success-icon-color-default": {
|
|
1082
1082
|
"$value": "{color-green-500}",
|
|
1083
1083
|
"$type": "color",
|
|
1084
1084
|
"$description": "Used for the icon of a success badge when static or the default state when linked.",
|
|
@@ -1089,7 +1089,7 @@
|
|
|
1089
1089
|
]
|
|
1090
1090
|
}
|
|
1091
1091
|
},
|
|
1092
|
-
"badge-success-icon-color-hover": {
|
|
1092
|
+
"🔒/badge-success-icon-color-hover": {
|
|
1093
1093
|
"$value": "{color-green-600}",
|
|
1094
1094
|
"$type": "color",
|
|
1095
1095
|
"$description": "Used for the icon of a success badge in the hover state.",
|
|
@@ -1100,8 +1100,8 @@
|
|
|
1100
1100
|
]
|
|
1101
1101
|
}
|
|
1102
1102
|
},
|
|
1103
|
-
"badge-success-icon-color-focus": {
|
|
1104
|
-
"$value": "{badge-success-icon-color-hover}",
|
|
1103
|
+
"🔒/badge-success-icon-color-focus": {
|
|
1104
|
+
"$value": "{🔒/badge-success-icon-color-hover}",
|
|
1105
1105
|
"$type": "color",
|
|
1106
1106
|
"$description": "Used for the icon of a success badge in the focus state.",
|
|
1107
1107
|
"$extensions": {
|
|
@@ -1111,7 +1111,7 @@
|
|
|
1111
1111
|
]
|
|
1112
1112
|
}
|
|
1113
1113
|
},
|
|
1114
|
-
"badge-success-icon-color-active": {
|
|
1114
|
+
"🔒/badge-success-icon-color-active": {
|
|
1115
1115
|
"$value": "{color-green-700}",
|
|
1116
1116
|
"$type": "color",
|
|
1117
1117
|
"$description": "Used for the icon of a success badge in the active state.",
|
|
@@ -1122,7 +1122,7 @@
|
|
|
1122
1122
|
]
|
|
1123
1123
|
}
|
|
1124
1124
|
},
|
|
1125
|
-
"badge-warning-background-color-default": {
|
|
1125
|
+
"🔒/badge-warning-background-color-default": {
|
|
1126
1126
|
"$value": "{color-orange-100}",
|
|
1127
1127
|
"$type": "color",
|
|
1128
1128
|
"$description": "Used for the background of a warning badge when static or the default state when linked.",
|
|
@@ -1133,8 +1133,8 @@
|
|
|
1133
1133
|
]
|
|
1134
1134
|
}
|
|
1135
1135
|
},
|
|
1136
|
-
"badge-warning-background-color-hover": {
|
|
1137
|
-
"$value": "{badge-warning-background-color-default}",
|
|
1136
|
+
"🔒/badge-warning-background-color-hover": {
|
|
1137
|
+
"$value": "{🔒/badge-warning-background-color-default}",
|
|
1138
1138
|
"$type": "color",
|
|
1139
1139
|
"$description": "Used for the background of a warning badge in the hover state.",
|
|
1140
1140
|
"$extensions": {
|
|
@@ -1144,8 +1144,8 @@
|
|
|
1144
1144
|
]
|
|
1145
1145
|
}
|
|
1146
1146
|
},
|
|
1147
|
-
"badge-warning-background-color-focus": {
|
|
1148
|
-
"$value": "{badge-warning-background-color-hover}",
|
|
1147
|
+
"🔒/badge-warning-background-color-focus": {
|
|
1148
|
+
"$value": "{🔒/badge-warning-background-color-hover}",
|
|
1149
1149
|
"$type": "color",
|
|
1150
1150
|
"$description": "Used for the background of a warning badge in the focus state.",
|
|
1151
1151
|
"$extensions": {
|
|
@@ -1155,7 +1155,7 @@
|
|
|
1155
1155
|
]
|
|
1156
1156
|
}
|
|
1157
1157
|
},
|
|
1158
|
-
"badge-warning-background-color-active": {
|
|
1158
|
+
"🔒/badge-warning-background-color-active": {
|
|
1159
1159
|
"$value": "{color-orange-200}",
|
|
1160
1160
|
"$type": "color",
|
|
1161
1161
|
"$description": "Used for the background of a warning badge in the active state.",
|
|
@@ -1166,7 +1166,7 @@
|
|
|
1166
1166
|
]
|
|
1167
1167
|
}
|
|
1168
1168
|
},
|
|
1169
|
-
"badge-warning-border-color-default": {
|
|
1169
|
+
"🔒/badge-warning-border-color-default": {
|
|
1170
1170
|
"$value": "{color-alpha-0}",
|
|
1171
1171
|
"$type": "color",
|
|
1172
1172
|
"$description": "Used for the border of a warning badge when static or the default state when linked.",
|
|
@@ -1176,7 +1176,7 @@
|
|
|
1176
1176
|
]
|
|
1177
1177
|
}
|
|
1178
1178
|
},
|
|
1179
|
-
"badge-warning-border-color-hover": {
|
|
1179
|
+
"🔒/badge-warning-border-color-hover": {
|
|
1180
1180
|
"$value": "{color-orange-200}",
|
|
1181
1181
|
"$type": "color",
|
|
1182
1182
|
"$description": "Used for the border of a warning badge in the hover state.",
|
|
@@ -1186,7 +1186,7 @@
|
|
|
1186
1186
|
]
|
|
1187
1187
|
}
|
|
1188
1188
|
},
|
|
1189
|
-
"badge-warning-border-color-focus": {
|
|
1189
|
+
"🔒/badge-warning-border-color-focus": {
|
|
1190
1190
|
"$value": "{color-alpha-0}",
|
|
1191
1191
|
"$type": "color",
|
|
1192
1192
|
"$description": "Used for the border of a warning badge in the focus state.",
|
|
@@ -1196,7 +1196,7 @@
|
|
|
1196
1196
|
]
|
|
1197
1197
|
}
|
|
1198
1198
|
},
|
|
1199
|
-
"badge-warning-border-color-active": {
|
|
1199
|
+
"🔒/badge-warning-border-color-active": {
|
|
1200
1200
|
"$value": "{color-alpha-0}",
|
|
1201
1201
|
"$type": "color",
|
|
1202
1202
|
"$description": "Used for the border of a warning badge in the active state.",
|
|
@@ -1206,7 +1206,7 @@
|
|
|
1206
1206
|
]
|
|
1207
1207
|
}
|
|
1208
1208
|
},
|
|
1209
|
-
"badge-warning-text-color-default": {
|
|
1209
|
+
"🔒/badge-warning-text-color-default": {
|
|
1210
1210
|
"$value": "{color-orange-700}",
|
|
1211
1211
|
"$type": "color",
|
|
1212
1212
|
"$description": "Used for the text of a warning badge when static or the default state when linked.",
|
|
@@ -1216,7 +1216,7 @@
|
|
|
1216
1216
|
]
|
|
1217
1217
|
}
|
|
1218
1218
|
},
|
|
1219
|
-
"badge-warning-text-color-hover": {
|
|
1219
|
+
"🔒/badge-warning-text-color-hover": {
|
|
1220
1220
|
"$value": "{color-orange-800}",
|
|
1221
1221
|
"$type": "color",
|
|
1222
1222
|
"$description": "Used for the text of a warning badge in the hover state.",
|
|
@@ -1226,8 +1226,8 @@
|
|
|
1226
1226
|
]
|
|
1227
1227
|
}
|
|
1228
1228
|
},
|
|
1229
|
-
"badge-warning-text-color-focus": {
|
|
1230
|
-
"$value": "{badge-warning-text-color-hover}",
|
|
1229
|
+
"🔒/badge-warning-text-color-focus": {
|
|
1230
|
+
"$value": "{🔒/badge-warning-text-color-hover}",
|
|
1231
1231
|
"$type": "color",
|
|
1232
1232
|
"$description": "Used for the text of a warning badge in the focus state.",
|
|
1233
1233
|
"$extensions": {
|
|
@@ -1236,7 +1236,7 @@
|
|
|
1236
1236
|
]
|
|
1237
1237
|
}
|
|
1238
1238
|
},
|
|
1239
|
-
"badge-warning-text-color-active": {
|
|
1239
|
+
"🔒/badge-warning-text-color-active": {
|
|
1240
1240
|
"$value": "{color-orange-900}",
|
|
1241
1241
|
"$type": "color",
|
|
1242
1242
|
"$description": "Used for the text of a warning badge in the active state.",
|
|
@@ -1246,7 +1246,7 @@
|
|
|
1246
1246
|
]
|
|
1247
1247
|
}
|
|
1248
1248
|
},
|
|
1249
|
-
"badge-warning-icon-color-default": {
|
|
1249
|
+
"🔒/badge-warning-icon-color-default": {
|
|
1250
1250
|
"$value": "{color-orange-500}",
|
|
1251
1251
|
"$type": "color",
|
|
1252
1252
|
"$description": "Used for the icon of a warning badge when static or the default state when linked.",
|
|
@@ -1257,7 +1257,7 @@
|
|
|
1257
1257
|
]
|
|
1258
1258
|
}
|
|
1259
1259
|
},
|
|
1260
|
-
"badge-warning-icon-color-hover": {
|
|
1260
|
+
"🔒/badge-warning-icon-color-hover": {
|
|
1261
1261
|
"$value": "{color-orange-600}",
|
|
1262
1262
|
"$type": "color",
|
|
1263
1263
|
"$description": "Used for the icon of a warning badge in the hover state.",
|
|
@@ -1268,8 +1268,8 @@
|
|
|
1268
1268
|
]
|
|
1269
1269
|
}
|
|
1270
1270
|
},
|
|
1271
|
-
"badge-warning-icon-color-focus": {
|
|
1272
|
-
"$value": "{badge-warning-icon-color-hover}",
|
|
1271
|
+
"🔒/badge-warning-icon-color-focus": {
|
|
1272
|
+
"$value": "{🔒/badge-warning-icon-color-hover}",
|
|
1273
1273
|
"$type": "color",
|
|
1274
1274
|
"$description": "Used for the icon of a warning badge in the focus state.",
|
|
1275
1275
|
"$extensions": {
|
|
@@ -1279,7 +1279,7 @@
|
|
|
1279
1279
|
]
|
|
1280
1280
|
}
|
|
1281
1281
|
},
|
|
1282
|
-
"badge-warning-icon-color-active": {
|
|
1282
|
+
"🔒/badge-warning-icon-color-active": {
|
|
1283
1283
|
"$value": "{color-orange-700}",
|
|
1284
1284
|
"$type": "color",
|
|
1285
1285
|
"$description": "Used for the icon of a warning badge in the active state.",
|
|
@@ -1290,7 +1290,7 @@
|
|
|
1290
1290
|
]
|
|
1291
1291
|
}
|
|
1292
1292
|
},
|
|
1293
|
-
"badge-danger-background-color-default": {
|
|
1293
|
+
"🔒/badge-danger-background-color-default": {
|
|
1294
1294
|
"$value": "{color-red-100}",
|
|
1295
1295
|
"$type": "color",
|
|
1296
1296
|
"$description": "Used for the background of a danger badge when static or the default state when linked.",
|
|
@@ -1301,8 +1301,8 @@
|
|
|
1301
1301
|
]
|
|
1302
1302
|
}
|
|
1303
1303
|
},
|
|
1304
|
-
"badge-danger-background-color-hover": {
|
|
1305
|
-
"$value": "{badge-danger-background-color-default}",
|
|
1304
|
+
"🔒/badge-danger-background-color-hover": {
|
|
1305
|
+
"$value": "{🔒/badge-danger-background-color-default}",
|
|
1306
1306
|
"$type": "color",
|
|
1307
1307
|
"$description": "Used for the background of a danger badge in the hover state.",
|
|
1308
1308
|
"$extensions": {
|
|
@@ -1312,8 +1312,8 @@
|
|
|
1312
1312
|
]
|
|
1313
1313
|
}
|
|
1314
1314
|
},
|
|
1315
|
-
"badge-danger-background-color-focus": {
|
|
1316
|
-
"$value": "{badge-danger-background-color-hover}",
|
|
1315
|
+
"🔒/badge-danger-background-color-focus": {
|
|
1316
|
+
"$value": "{🔒/badge-danger-background-color-hover}",
|
|
1317
1317
|
"$type": "color",
|
|
1318
1318
|
"$description": "Used for the background of a danger badge in the focus state.",
|
|
1319
1319
|
"$extensions": {
|
|
@@ -1323,7 +1323,7 @@
|
|
|
1323
1323
|
]
|
|
1324
1324
|
}
|
|
1325
1325
|
},
|
|
1326
|
-
"badge-danger-background-color-active": {
|
|
1326
|
+
"🔒/badge-danger-background-color-active": {
|
|
1327
1327
|
"$value": "{color-red-200}",
|
|
1328
1328
|
"$type": "color",
|
|
1329
1329
|
"$description": "Used for the background of a danger badge in the active state.",
|
|
@@ -1334,7 +1334,7 @@
|
|
|
1334
1334
|
]
|
|
1335
1335
|
}
|
|
1336
1336
|
},
|
|
1337
|
-
"badge-danger-border-color-default": {
|
|
1337
|
+
"🔒/badge-danger-border-color-default": {
|
|
1338
1338
|
"$value": "{color-alpha-0}",
|
|
1339
1339
|
"$type": "color",
|
|
1340
1340
|
"$description": "Used for the border of a danger badge when static or the default state when linked.",
|
|
@@ -1344,7 +1344,7 @@
|
|
|
1344
1344
|
]
|
|
1345
1345
|
}
|
|
1346
1346
|
},
|
|
1347
|
-
"badge-danger-border-color-hover": {
|
|
1347
|
+
"🔒/badge-danger-border-color-hover": {
|
|
1348
1348
|
"$value": "{color-red-200}",
|
|
1349
1349
|
"$type": "color",
|
|
1350
1350
|
"$description": "Used for the border of a danger badge in the hover state.",
|
|
@@ -1354,7 +1354,7 @@
|
|
|
1354
1354
|
]
|
|
1355
1355
|
}
|
|
1356
1356
|
},
|
|
1357
|
-
"badge-danger-border-color-focus": {
|
|
1357
|
+
"🔒/badge-danger-border-color-focus": {
|
|
1358
1358
|
"$value": "{color-alpha-0}",
|
|
1359
1359
|
"$type": "color",
|
|
1360
1360
|
"$description": "Used for the border of a danger badge in the focus state.",
|
|
@@ -1364,7 +1364,7 @@
|
|
|
1364
1364
|
]
|
|
1365
1365
|
}
|
|
1366
1366
|
},
|
|
1367
|
-
"badge-danger-border-color-active": {
|
|
1367
|
+
"🔒/badge-danger-border-color-active": {
|
|
1368
1368
|
"$value": "{color-alpha-0}",
|
|
1369
1369
|
"$type": "color",
|
|
1370
1370
|
"$description": "Used for the border of a danger badge in the active state.",
|
|
@@ -1374,7 +1374,7 @@
|
|
|
1374
1374
|
]
|
|
1375
1375
|
}
|
|
1376
1376
|
},
|
|
1377
|
-
"badge-danger-text-color-default": {
|
|
1377
|
+
"🔒/badge-danger-text-color-default": {
|
|
1378
1378
|
"$value": "{color-red-700}",
|
|
1379
1379
|
"$type": "color",
|
|
1380
1380
|
"$description": "Used for the text of a danger badge when static or the default state when linked.",
|
|
@@ -1384,7 +1384,7 @@
|
|
|
1384
1384
|
]
|
|
1385
1385
|
}
|
|
1386
1386
|
},
|
|
1387
|
-
"badge-danger-text-color-hover": {
|
|
1387
|
+
"🔒/badge-danger-text-color-hover": {
|
|
1388
1388
|
"$value": "{color-red-800}",
|
|
1389
1389
|
"$type": "color",
|
|
1390
1390
|
"$description": "Used for the text of a danger badge in the hover state.",
|
|
@@ -1394,8 +1394,8 @@
|
|
|
1394
1394
|
]
|
|
1395
1395
|
}
|
|
1396
1396
|
},
|
|
1397
|
-
"badge-danger-text-color-focus": {
|
|
1398
|
-
"$value": "{badge-danger-text-color-hover}",
|
|
1397
|
+
"🔒/badge-danger-text-color-focus": {
|
|
1398
|
+
"$value": "{🔒/badge-danger-text-color-hover}",
|
|
1399
1399
|
"$type": "color",
|
|
1400
1400
|
"$description": "Used for the text of a danger badge in the focus state.",
|
|
1401
1401
|
"$extensions": {
|
|
@@ -1404,7 +1404,7 @@
|
|
|
1404
1404
|
]
|
|
1405
1405
|
}
|
|
1406
1406
|
},
|
|
1407
|
-
"badge-danger-text-color-active": {
|
|
1407
|
+
"🔒/badge-danger-text-color-active": {
|
|
1408
1408
|
"$value": "{color-red-900}",
|
|
1409
1409
|
"$type": "color",
|
|
1410
1410
|
"$description": "Used for the text of a danger badge in the active state.",
|
|
@@ -1414,7 +1414,7 @@
|
|
|
1414
1414
|
]
|
|
1415
1415
|
}
|
|
1416
1416
|
},
|
|
1417
|
-
"badge-danger-icon-color-default": {
|
|
1417
|
+
"🔒/badge-danger-icon-color-default": {
|
|
1418
1418
|
"$value": "{color-red-700}",
|
|
1419
1419
|
"$type": "color",
|
|
1420
1420
|
"$description": "Used for the icon of a danger badge when static or the default state when linked.",
|
|
@@ -1425,7 +1425,7 @@
|
|
|
1425
1425
|
]
|
|
1426
1426
|
}
|
|
1427
1427
|
},
|
|
1428
|
-
"badge-danger-icon-color-hover": {
|
|
1428
|
+
"🔒/badge-danger-icon-color-hover": {
|
|
1429
1429
|
"$value": "{color-red-800}",
|
|
1430
1430
|
"$type": "color",
|
|
1431
1431
|
"$description": "Used for the icon of a danger badge in the hover state.",
|
|
@@ -1436,8 +1436,8 @@
|
|
|
1436
1436
|
]
|
|
1437
1437
|
}
|
|
1438
1438
|
},
|
|
1439
|
-
"badge-danger-icon-color-focus": {
|
|
1440
|
-
"$value": "{badge-danger-icon-color-hover}",
|
|
1439
|
+
"🔒/badge-danger-icon-color-focus": {
|
|
1440
|
+
"$value": "{🔒/badge-danger-icon-color-hover}",
|
|
1441
1441
|
"$type": "color",
|
|
1442
1442
|
"$description": "Used for the icon of a danger badge in the focus state.",
|
|
1443
1443
|
"$extensions": {
|
|
@@ -1447,7 +1447,7 @@
|
|
|
1447
1447
|
]
|
|
1448
1448
|
}
|
|
1449
1449
|
},
|
|
1450
|
-
"badge-danger-icon-color-active": {
|
|
1450
|
+
"🔒/badge-danger-icon-color-active": {
|
|
1451
1451
|
"$value": "{color-red-900}",
|
|
1452
1452
|
"$type": "color",
|
|
1453
1453
|
"$description": "Used for the icon of a danger badge in the active state.",
|
|
@@ -1458,7 +1458,7 @@
|
|
|
1458
1458
|
]
|
|
1459
1459
|
}
|
|
1460
1460
|
},
|
|
1461
|
-
"badge-tier-background-color-default": {
|
|
1461
|
+
"🔒/badge-tier-background-color-default": {
|
|
1462
1462
|
"$value": "{color-purple-100}",
|
|
1463
1463
|
"$type": "color",
|
|
1464
1464
|
"$description": "Used for the background of a tier related badge when static or the default state when linked.",
|
|
@@ -1469,8 +1469,8 @@
|
|
|
1469
1469
|
]
|
|
1470
1470
|
}
|
|
1471
1471
|
},
|
|
1472
|
-
"badge-tier-background-color-hover": {
|
|
1473
|
-
"$value": "{badge-tier-background-color-default}",
|
|
1472
|
+
"🔒/badge-tier-background-color-hover": {
|
|
1473
|
+
"$value": "{🔒/badge-tier-background-color-default}",
|
|
1474
1474
|
"$type": "color",
|
|
1475
1475
|
"$description": "Used for the background of a tier related badge in the hover state.",
|
|
1476
1476
|
"$extensions": {
|
|
@@ -1480,8 +1480,8 @@
|
|
|
1480
1480
|
]
|
|
1481
1481
|
}
|
|
1482
1482
|
},
|
|
1483
|
-
"badge-tier-background-color-focus": {
|
|
1484
|
-
"$value": "{badge-tier-background-color-hover}",
|
|
1483
|
+
"🔒/badge-tier-background-color-focus": {
|
|
1484
|
+
"$value": "{🔒/badge-tier-background-color-hover}",
|
|
1485
1485
|
"$type": "color",
|
|
1486
1486
|
"$description": "Used for the background of a tier related badge in the focus state.",
|
|
1487
1487
|
"$extensions": {
|
|
@@ -1491,7 +1491,7 @@
|
|
|
1491
1491
|
]
|
|
1492
1492
|
}
|
|
1493
1493
|
},
|
|
1494
|
-
"badge-tier-background-color-active": {
|
|
1494
|
+
"🔒/badge-tier-background-color-active": {
|
|
1495
1495
|
"$value": "{color-purple-200}",
|
|
1496
1496
|
"$type": "color",
|
|
1497
1497
|
"$description": "Used for the background of a tier related badge in the active state.",
|
|
@@ -1502,7 +1502,7 @@
|
|
|
1502
1502
|
]
|
|
1503
1503
|
}
|
|
1504
1504
|
},
|
|
1505
|
-
"badge-tier-border-color-default": {
|
|
1505
|
+
"🔒/badge-tier-border-color-default": {
|
|
1506
1506
|
"$value": "{color-alpha-0}",
|
|
1507
1507
|
"$type": "color",
|
|
1508
1508
|
"$description": "Used for the border of a tier related badge when static or the default state when linked.",
|
|
@@ -1512,7 +1512,7 @@
|
|
|
1512
1512
|
]
|
|
1513
1513
|
}
|
|
1514
1514
|
},
|
|
1515
|
-
"badge-tier-border-color-hover": {
|
|
1515
|
+
"🔒/badge-tier-border-color-hover": {
|
|
1516
1516
|
"$value": "{color-purple-200}",
|
|
1517
1517
|
"$type": "color",
|
|
1518
1518
|
"$description": "Used for the border of a tier related badge in the hover state.",
|
|
@@ -1522,7 +1522,7 @@
|
|
|
1522
1522
|
]
|
|
1523
1523
|
}
|
|
1524
1524
|
},
|
|
1525
|
-
"badge-tier-border-color-focus": {
|
|
1525
|
+
"🔒/badge-tier-border-color-focus": {
|
|
1526
1526
|
"$value": "{color-alpha-0}",
|
|
1527
1527
|
"$type": "color",
|
|
1528
1528
|
"$description": "Used for the border of a tier related badge in the focus state.",
|
|
@@ -1532,7 +1532,7 @@
|
|
|
1532
1532
|
]
|
|
1533
1533
|
}
|
|
1534
1534
|
},
|
|
1535
|
-
"badge-tier-border-color-active": {
|
|
1535
|
+
"🔒/badge-tier-border-color-active": {
|
|
1536
1536
|
"$value": "{color-alpha-0}",
|
|
1537
1537
|
"$type": "color",
|
|
1538
1538
|
"$description": "Used for the border of a tier related badge in the active state.",
|
|
@@ -1542,7 +1542,7 @@
|
|
|
1542
1542
|
]
|
|
1543
1543
|
}
|
|
1544
1544
|
},
|
|
1545
|
-
"badge-tier-text-color-default": {
|
|
1545
|
+
"🔒/badge-tier-text-color-default": {
|
|
1546
1546
|
"$value": "{color-purple-700}",
|
|
1547
1547
|
"$type": "color",
|
|
1548
1548
|
"$description": "Used for the text of a tier related badge when static or the default state when linked.",
|
|
@@ -1552,7 +1552,7 @@
|
|
|
1552
1552
|
]
|
|
1553
1553
|
}
|
|
1554
1554
|
},
|
|
1555
|
-
"badge-tier-text-color-hover": {
|
|
1555
|
+
"🔒/badge-tier-text-color-hover": {
|
|
1556
1556
|
"$value": "{color-purple-800}",
|
|
1557
1557
|
"$type": "color",
|
|
1558
1558
|
"$description": "Used for the text of a tier related badge in the hover state.",
|
|
@@ -1562,8 +1562,8 @@
|
|
|
1562
1562
|
]
|
|
1563
1563
|
}
|
|
1564
1564
|
},
|
|
1565
|
-
"badge-tier-text-color-focus": {
|
|
1566
|
-
"$value": "{badge-tier-text-color-hover}",
|
|
1565
|
+
"🔒/badge-tier-text-color-focus": {
|
|
1566
|
+
"$value": "{🔒/badge-tier-text-color-hover}",
|
|
1567
1567
|
"$type": "color",
|
|
1568
1568
|
"$description": "Used for the text of a tier related badge in the focus state.",
|
|
1569
1569
|
"$extensions": {
|
|
@@ -1572,7 +1572,7 @@
|
|
|
1572
1572
|
]
|
|
1573
1573
|
}
|
|
1574
1574
|
},
|
|
1575
|
-
"badge-tier-text-color-active": {
|
|
1575
|
+
"🔒/badge-tier-text-color-active": {
|
|
1576
1576
|
"$value": "{color-purple-900}",
|
|
1577
1577
|
"$type": "color",
|
|
1578
1578
|
"$description": "Used for the text of a tier related badge in the active state.",
|
|
@@ -1582,7 +1582,7 @@
|
|
|
1582
1582
|
]
|
|
1583
1583
|
}
|
|
1584
1584
|
},
|
|
1585
|
-
"badge-tier-icon-color-default": {
|
|
1585
|
+
"🔒/badge-tier-icon-color-default": {
|
|
1586
1586
|
"$value": "{color-purple-700}",
|
|
1587
1587
|
"$type": "color",
|
|
1588
1588
|
"$description": "Used for the icon of a tier related badge when static or the default state when linked.",
|
|
@@ -1593,7 +1593,7 @@
|
|
|
1593
1593
|
]
|
|
1594
1594
|
}
|
|
1595
1595
|
},
|
|
1596
|
-
"badge-tier-icon-color-hover": {
|
|
1596
|
+
"🔒/badge-tier-icon-color-hover": {
|
|
1597
1597
|
"$value": "{color-purple-800}",
|
|
1598
1598
|
"$type": "color",
|
|
1599
1599
|
"$description": "Used for the icon of a tier related badge in the hover state.",
|
|
@@ -1604,8 +1604,8 @@
|
|
|
1604
1604
|
]
|
|
1605
1605
|
}
|
|
1606
1606
|
},
|
|
1607
|
-
"badge-tier-icon-color-focus": {
|
|
1608
|
-
"$value": "{badge-tier-icon-color-hover}",
|
|
1607
|
+
"🔒/badge-tier-icon-color-focus": {
|
|
1608
|
+
"$value": "{🔒/badge-tier-icon-color-hover}",
|
|
1609
1609
|
"$type": "color",
|
|
1610
1610
|
"$description": "Used for the icon of a tier related badge in the focus state.",
|
|
1611
1611
|
"$extensions": {
|
|
@@ -1615,7 +1615,7 @@
|
|
|
1615
1615
|
]
|
|
1616
1616
|
}
|
|
1617
1617
|
},
|
|
1618
|
-
"badge-tier-icon-color-active": {
|
|
1618
|
+
"🔒/badge-tier-icon-color-active": {
|
|
1619
1619
|
"$value": "{color-purple-900}",
|
|
1620
1620
|
"$type": "color",
|
|
1621
1621
|
"$description": "Used for the icon of a tier related badge in the active state.",
|
|
@@ -1626,7 +1626,7 @@
|
|
|
1626
1626
|
]
|
|
1627
1627
|
}
|
|
1628
1628
|
},
|
|
1629
|
-
"banner-intro-border-color": {
|
|
1629
|
+
"🔒/banner-intro-border-color": {
|
|
1630
1630
|
"$value": "{color-blue-200}",
|
|
1631
1631
|
"$type": "color",
|
|
1632
1632
|
"$description": "Used for the border of an info banner.",
|
|
@@ -1636,7 +1636,7 @@
|
|
|
1636
1636
|
]
|
|
1637
1637
|
}
|
|
1638
1638
|
},
|
|
1639
|
-
"banner-promo-background-color": {
|
|
1639
|
+
"🔒/banner-promo-background-color": {
|
|
1640
1640
|
"$value": "{color-purple-50}",
|
|
1641
1641
|
"$type": "color",
|
|
1642
1642
|
"$description": "Used for the background of a promo banner.",
|
|
@@ -1647,7 +1647,7 @@
|
|
|
1647
1647
|
]
|
|
1648
1648
|
}
|
|
1649
1649
|
},
|
|
1650
|
-
"banner-promo-border-color": {
|
|
1650
|
+
"🔒/banner-promo-border-color": {
|
|
1651
1651
|
"$value": "{color-purple-200}",
|
|
1652
1652
|
"$type": "color",
|
|
1653
1653
|
"$description": "Used for the border of a promo banner.",
|
|
@@ -1657,7 +1657,7 @@
|
|
|
1657
1657
|
]
|
|
1658
1658
|
}
|
|
1659
1659
|
},
|
|
1660
|
-
"breadcrumb-separator-color": {
|
|
1660
|
+
"🔒/breadcrumb-separator-color": {
|
|
1661
1661
|
"$value": "{color-neutral-400}",
|
|
1662
1662
|
"$type": "color",
|
|
1663
1663
|
"$description": "Used for the breadcrumb level separator.",
|
|
@@ -1667,7 +1667,7 @@
|
|
|
1667
1667
|
]
|
|
1668
1668
|
}
|
|
1669
1669
|
},
|
|
1670
|
-
"broadcast-banner-background-color-blue": {
|
|
1670
|
+
"🔒/broadcast-banner-background-color-blue": {
|
|
1671
1671
|
"$value": "{color-theme-blue-700}",
|
|
1672
1672
|
"$type": "color",
|
|
1673
1673
|
"$description": "Used for the background for the blue banner type.",
|
|
@@ -1678,7 +1678,7 @@
|
|
|
1678
1678
|
]
|
|
1679
1679
|
}
|
|
1680
1680
|
},
|
|
1681
|
-
"broadcast-banner-background-color-dark": {
|
|
1681
|
+
"🔒/broadcast-banner-background-color-dark": {
|
|
1682
1682
|
"$value": "{color-neutral-500}",
|
|
1683
1683
|
"$type": "color",
|
|
1684
1684
|
"$description": "Used for the background for the dark banner type.",
|
|
@@ -1689,7 +1689,7 @@
|
|
|
1689
1689
|
]
|
|
1690
1690
|
}
|
|
1691
1691
|
},
|
|
1692
|
-
"broadcast-banner-background-color-green": {
|
|
1692
|
+
"🔒/broadcast-banner-background-color-green": {
|
|
1693
1693
|
"$value": "{color-theme-green-700}",
|
|
1694
1694
|
"$type": "color",
|
|
1695
1695
|
"$description": "Used for the background for the green banner type.",
|
|
@@ -1700,7 +1700,7 @@
|
|
|
1700
1700
|
]
|
|
1701
1701
|
}
|
|
1702
1702
|
},
|
|
1703
|
-
"broadcast-banner-background-color-indigo": {
|
|
1703
|
+
"🔒/broadcast-banner-background-color-indigo": {
|
|
1704
1704
|
"$value": "{color-theme-indigo-700}",
|
|
1705
1705
|
"$type": "color",
|
|
1706
1706
|
"$description": "Used for the background for the indigo banner type.",
|
|
@@ -1711,7 +1711,7 @@
|
|
|
1711
1711
|
]
|
|
1712
1712
|
}
|
|
1713
1713
|
},
|
|
1714
|
-
"broadcast-banner-background-color-light": {
|
|
1714
|
+
"🔒/broadcast-banner-background-color-light": {
|
|
1715
1715
|
"$value": "{color-neutral-50}",
|
|
1716
1716
|
"$type": "color",
|
|
1717
1717
|
"$description": "Used for the background for the light banner type.",
|
|
@@ -1722,7 +1722,7 @@
|
|
|
1722
1722
|
]
|
|
1723
1723
|
}
|
|
1724
1724
|
},
|
|
1725
|
-
"broadcast-banner-background-color-lightblue": {
|
|
1725
|
+
"🔒/broadcast-banner-background-color-lightblue": {
|
|
1726
1726
|
"$value": "{color-theme-blue-500}",
|
|
1727
1727
|
"$type": "color",
|
|
1728
1728
|
"$description": "Used for the background for the lightblue banner type.",
|
|
@@ -1733,7 +1733,7 @@
|
|
|
1733
1733
|
]
|
|
1734
1734
|
}
|
|
1735
1735
|
},
|
|
1736
|
-
"broadcast-banner-background-color-lightgreen": {
|
|
1736
|
+
"🔒/broadcast-banner-background-color-lightgreen": {
|
|
1737
1737
|
"$value": "{color-theme-green-500}",
|
|
1738
1738
|
"$type": "color",
|
|
1739
1739
|
"$description": "Used for the background for the lightgreen banner type.",
|
|
@@ -1744,7 +1744,7 @@
|
|
|
1744
1744
|
]
|
|
1745
1745
|
}
|
|
1746
1746
|
},
|
|
1747
|
-
"broadcast-banner-background-color-lightindigo": {
|
|
1747
|
+
"🔒/broadcast-banner-background-color-lightindigo": {
|
|
1748
1748
|
"$value": "{color-theme-indigo-500}",
|
|
1749
1749
|
"$type": "color",
|
|
1750
1750
|
"$description": "Used for the background for the lightindigo banner type.",
|
|
@@ -1755,7 +1755,7 @@
|
|
|
1755
1755
|
]
|
|
1756
1756
|
}
|
|
1757
1757
|
},
|
|
1758
|
-
"broadcast-banner-background-color-lightred": {
|
|
1758
|
+
"🔒/broadcast-banner-background-color-lightred": {
|
|
1759
1759
|
"$value": "{color-theme-red-500}",
|
|
1760
1760
|
"$type": "color",
|
|
1761
1761
|
"$description": "Used for the background for the lightred banner type.",
|
|
@@ -1766,7 +1766,7 @@
|
|
|
1766
1766
|
]
|
|
1767
1767
|
}
|
|
1768
1768
|
},
|
|
1769
|
-
"broadcast-banner-background-color-red": {
|
|
1769
|
+
"🔒/broadcast-banner-background-color-red": {
|
|
1770
1770
|
"$value": "{color-theme-red-700}",
|
|
1771
1771
|
"$type": "color",
|
|
1772
1772
|
"$description": "Used for the background for the red banner type.",
|
|
@@ -1777,7 +1777,7 @@
|
|
|
1777
1777
|
]
|
|
1778
1778
|
}
|
|
1779
1779
|
},
|
|
1780
|
-
"broadcast-banner-border-color-blue": {
|
|
1780
|
+
"🔒/broadcast-banner-border-color-blue": {
|
|
1781
1781
|
"$value": "{color-theme-blue-900}",
|
|
1782
1782
|
"$type": "color",
|
|
1783
1783
|
"$description": "Used for the border for the blue banner type.",
|
|
@@ -1787,7 +1787,7 @@
|
|
|
1787
1787
|
]
|
|
1788
1788
|
}
|
|
1789
1789
|
},
|
|
1790
|
-
"broadcast-banner-border-color-dark": {
|
|
1790
|
+
"🔒/broadcast-banner-border-color-dark": {
|
|
1791
1791
|
"$value": "{color-neutral-700}",
|
|
1792
1792
|
"$type": "color",
|
|
1793
1793
|
"$description": "Used for the border for the dark banner type.",
|
|
@@ -1797,7 +1797,7 @@
|
|
|
1797
1797
|
]
|
|
1798
1798
|
}
|
|
1799
1799
|
},
|
|
1800
|
-
"broadcast-banner-border-color-green": {
|
|
1800
|
+
"🔒/broadcast-banner-border-color-green": {
|
|
1801
1801
|
"$value": "{color-theme-green-900}",
|
|
1802
1802
|
"$type": "color",
|
|
1803
1803
|
"$description": "Used for the border for the green banner type.",
|
|
@@ -1807,7 +1807,7 @@
|
|
|
1807
1807
|
]
|
|
1808
1808
|
}
|
|
1809
1809
|
},
|
|
1810
|
-
"broadcast-banner-border-color-indigo": {
|
|
1810
|
+
"🔒/broadcast-banner-border-color-indigo": {
|
|
1811
1811
|
"$value": "{color-theme-indigo-900}",
|
|
1812
1812
|
"$type": "color",
|
|
1813
1813
|
"$description": "Used for the border for the indigo banner type.",
|
|
@@ -1817,7 +1817,7 @@
|
|
|
1817
1817
|
]
|
|
1818
1818
|
}
|
|
1819
1819
|
},
|
|
1820
|
-
"broadcast-banner-border-color-light": {
|
|
1820
|
+
"🔒/broadcast-banner-border-color-light": {
|
|
1821
1821
|
"$value": "{color-neutral-100}",
|
|
1822
1822
|
"$type": "color",
|
|
1823
1823
|
"$description": "Used for the border for the light banner type.",
|
|
@@ -1827,7 +1827,7 @@
|
|
|
1827
1827
|
]
|
|
1828
1828
|
}
|
|
1829
1829
|
},
|
|
1830
|
-
"broadcast-banner-border-color-lightblue": {
|
|
1830
|
+
"🔒/broadcast-banner-border-color-lightblue": {
|
|
1831
1831
|
"$value": "{color-theme-blue-700}",
|
|
1832
1832
|
"$type": "color",
|
|
1833
1833
|
"$description": "Used for the border for the lightblue banner type.",
|
|
@@ -1837,7 +1837,7 @@
|
|
|
1837
1837
|
]
|
|
1838
1838
|
}
|
|
1839
1839
|
},
|
|
1840
|
-
"broadcast-banner-border-color-lightgreen": {
|
|
1840
|
+
"🔒/broadcast-banner-border-color-lightgreen": {
|
|
1841
1841
|
"$value": "{color-theme-green-700}",
|
|
1842
1842
|
"$type": "color",
|
|
1843
1843
|
"$description": "Used for the border for the lightgreen banner type.",
|
|
@@ -1847,7 +1847,7 @@
|
|
|
1847
1847
|
]
|
|
1848
1848
|
}
|
|
1849
1849
|
},
|
|
1850
|
-
"broadcast-banner-border-color-lightindigo": {
|
|
1850
|
+
"🔒/broadcast-banner-border-color-lightindigo": {
|
|
1851
1851
|
"$value": "{color-theme-indigo-700}",
|
|
1852
1852
|
"$type": "color",
|
|
1853
1853
|
"$description": "Used for the border for the lightindigo banner type.",
|
|
@@ -1857,7 +1857,7 @@
|
|
|
1857
1857
|
]
|
|
1858
1858
|
}
|
|
1859
1859
|
},
|
|
1860
|
-
"broadcast-banner-border-color-lightred": {
|
|
1860
|
+
"🔒/broadcast-banner-border-color-lightred": {
|
|
1861
1861
|
"$value": "{color-theme-red-700}",
|
|
1862
1862
|
"$type": "color",
|
|
1863
1863
|
"$description": "Used for the border for the lightred banner type.",
|
|
@@ -1867,7 +1867,7 @@
|
|
|
1867
1867
|
]
|
|
1868
1868
|
}
|
|
1869
1869
|
},
|
|
1870
|
-
"broadcast-banner-border-color-red": {
|
|
1870
|
+
"🔒/broadcast-banner-border-color-red": {
|
|
1871
1871
|
"$value": "{color-theme-red-900}",
|
|
1872
1872
|
"$type": "color",
|
|
1873
1873
|
"$description": "Used for the border for the red banner type.",
|
|
@@ -1877,7 +1877,7 @@
|
|
|
1877
1877
|
]
|
|
1878
1878
|
}
|
|
1879
1879
|
},
|
|
1880
|
-
"broadcast-banner-border-radius": {
|
|
1880
|
+
"🔒/broadcast-banner-border-radius": {
|
|
1881
1881
|
"$value": "{border-radius-default}",
|
|
1882
1882
|
"$type": "dimension",
|
|
1883
1883
|
"$description": "Used for broadcast banner border radius.",
|
|
@@ -1887,7 +1887,7 @@
|
|
|
1887
1887
|
]
|
|
1888
1888
|
}
|
|
1889
1889
|
},
|
|
1890
|
-
"broadcast-banner-icon-color-blue": {
|
|
1890
|
+
"🔒/broadcast-banner-icon-color-blue": {
|
|
1891
1891
|
"$value": "{color-neutral-0}",
|
|
1892
1892
|
"$type": "color",
|
|
1893
1893
|
"$description": "Used for the icon for the blue banner type.",
|
|
@@ -1898,7 +1898,7 @@
|
|
|
1898
1898
|
]
|
|
1899
1899
|
}
|
|
1900
1900
|
},
|
|
1901
|
-
"broadcast-banner-icon-color-dark": {
|
|
1901
|
+
"🔒/broadcast-banner-icon-color-dark": {
|
|
1902
1902
|
"$value": "{color-neutral-0}",
|
|
1903
1903
|
"$type": "color",
|
|
1904
1904
|
"$description": "Used for the icon for the dark banner type.",
|
|
@@ -1909,7 +1909,7 @@
|
|
|
1909
1909
|
]
|
|
1910
1910
|
}
|
|
1911
1911
|
},
|
|
1912
|
-
"broadcast-banner-icon-color-green": {
|
|
1912
|
+
"🔒/broadcast-banner-icon-color-green": {
|
|
1913
1913
|
"$value": "{color-neutral-0}",
|
|
1914
1914
|
"$type": "color",
|
|
1915
1915
|
"$description": "Used for the icon for the green banner type.",
|
|
@@ -1920,7 +1920,7 @@
|
|
|
1920
1920
|
]
|
|
1921
1921
|
}
|
|
1922
1922
|
},
|
|
1923
|
-
"broadcast-banner-icon-color-indigo": {
|
|
1923
|
+
"🔒/broadcast-banner-icon-color-indigo": {
|
|
1924
1924
|
"$value": "{color-neutral-0}",
|
|
1925
1925
|
"$type": "color",
|
|
1926
1926
|
"$description": "Used for the icon for the indigo banner type.",
|
|
@@ -1931,7 +1931,7 @@
|
|
|
1931
1931
|
]
|
|
1932
1932
|
}
|
|
1933
1933
|
},
|
|
1934
|
-
"broadcast-banner-icon-color-light": {
|
|
1934
|
+
"🔒/broadcast-banner-icon-color-light": {
|
|
1935
1935
|
"$value": "{color-neutral-900}",
|
|
1936
1936
|
"$type": "color",
|
|
1937
1937
|
"$description": "Used for the icon for the light banner type.",
|
|
@@ -1942,7 +1942,7 @@
|
|
|
1942
1942
|
]
|
|
1943
1943
|
}
|
|
1944
1944
|
},
|
|
1945
|
-
"broadcast-banner-icon-color-lightblue": {
|
|
1945
|
+
"🔒/broadcast-banner-icon-color-lightblue": {
|
|
1946
1946
|
"$value": "{color-neutral-0}",
|
|
1947
1947
|
"$type": "color",
|
|
1948
1948
|
"$description": "Used for the icon for the lightblue banner type.",
|
|
@@ -1953,7 +1953,7 @@
|
|
|
1953
1953
|
]
|
|
1954
1954
|
}
|
|
1955
1955
|
},
|
|
1956
|
-
"broadcast-banner-icon-color-lightgreen": {
|
|
1956
|
+
"🔒/broadcast-banner-icon-color-lightgreen": {
|
|
1957
1957
|
"$value": "{color-neutral-0}",
|
|
1958
1958
|
"$type": "color",
|
|
1959
1959
|
"$description": "Used for the icon for the lightgreen banner type.",
|
|
@@ -1964,7 +1964,7 @@
|
|
|
1964
1964
|
]
|
|
1965
1965
|
}
|
|
1966
1966
|
},
|
|
1967
|
-
"broadcast-banner-icon-color-lightindigo": {
|
|
1967
|
+
"🔒/broadcast-banner-icon-color-lightindigo": {
|
|
1968
1968
|
"$value": "{color-neutral-0}",
|
|
1969
1969
|
"$type": "color",
|
|
1970
1970
|
"$description": "Used for the icon for the lightindigo banner type.",
|
|
@@ -1975,7 +1975,7 @@
|
|
|
1975
1975
|
]
|
|
1976
1976
|
}
|
|
1977
1977
|
},
|
|
1978
|
-
"broadcast-banner-icon-color-lightred": {
|
|
1978
|
+
"🔒/broadcast-banner-icon-color-lightred": {
|
|
1979
1979
|
"$value": "{color-neutral-0}",
|
|
1980
1980
|
"$type": "color",
|
|
1981
1981
|
"$description": "Used for the icon for the lightred banner type.",
|
|
@@ -1986,7 +1986,7 @@
|
|
|
1986
1986
|
]
|
|
1987
1987
|
}
|
|
1988
1988
|
},
|
|
1989
|
-
"broadcast-banner-icon-color-red": {
|
|
1989
|
+
"🔒/broadcast-banner-icon-color-red": {
|
|
1990
1990
|
"$value": "{color-neutral-0}",
|
|
1991
1991
|
"$type": "color",
|
|
1992
1992
|
"$description": "Used for the icon for the red banner type.",
|
|
@@ -1997,7 +1997,7 @@
|
|
|
1997
1997
|
]
|
|
1998
1998
|
}
|
|
1999
1999
|
},
|
|
2000
|
-
"broadcast-banner-text-color-blue": {
|
|
2000
|
+
"🔒/broadcast-banner-text-color-blue": {
|
|
2001
2001
|
"$value": "{color-neutral-0}",
|
|
2002
2002
|
"$type": "color",
|
|
2003
2003
|
"$description": "Used for the text for the blue banner type.",
|
|
@@ -2007,7 +2007,7 @@
|
|
|
2007
2007
|
]
|
|
2008
2008
|
}
|
|
2009
2009
|
},
|
|
2010
|
-
"broadcast-banner-text-color-dark": {
|
|
2010
|
+
"🔒/broadcast-banner-text-color-dark": {
|
|
2011
2011
|
"$value": "{color-neutral-0}",
|
|
2012
2012
|
"$type": "color",
|
|
2013
2013
|
"$description": "Used for the text for the dark banner type.",
|
|
@@ -2017,7 +2017,7 @@
|
|
|
2017
2017
|
]
|
|
2018
2018
|
}
|
|
2019
2019
|
},
|
|
2020
|
-
"broadcast-banner-text-color-green": {
|
|
2020
|
+
"🔒/broadcast-banner-text-color-green": {
|
|
2021
2021
|
"$value": "{color-neutral-0}",
|
|
2022
2022
|
"$type": "color",
|
|
2023
2023
|
"$description": "Used for the text for the green banner type.",
|
|
@@ -2027,7 +2027,7 @@
|
|
|
2027
2027
|
]
|
|
2028
2028
|
}
|
|
2029
2029
|
},
|
|
2030
|
-
"broadcast-banner-text-color-indigo": {
|
|
2030
|
+
"🔒/broadcast-banner-text-color-indigo": {
|
|
2031
2031
|
"$value": "{color-neutral-0}",
|
|
2032
2032
|
"$type": "color",
|
|
2033
2033
|
"$description": "Used for the text for the indigo banner type.",
|
|
@@ -2037,7 +2037,7 @@
|
|
|
2037
2037
|
]
|
|
2038
2038
|
}
|
|
2039
2039
|
},
|
|
2040
|
-
"broadcast-banner-text-color-light": {
|
|
2040
|
+
"🔒/broadcast-banner-text-color-light": {
|
|
2041
2041
|
"$value": "{color-neutral-900}",
|
|
2042
2042
|
"$type": "color",
|
|
2043
2043
|
"$description": "Used for the text for the light banner type.",
|
|
@@ -2047,7 +2047,7 @@
|
|
|
2047
2047
|
]
|
|
2048
2048
|
}
|
|
2049
2049
|
},
|
|
2050
|
-
"broadcast-banner-text-color-lightblue": {
|
|
2050
|
+
"🔒/broadcast-banner-text-color-lightblue": {
|
|
2051
2051
|
"$value": "{color-neutral-0}",
|
|
2052
2052
|
"$type": "color",
|
|
2053
2053
|
"$description": "Used for the text for the lightblue banner type.",
|
|
@@ -2057,7 +2057,7 @@
|
|
|
2057
2057
|
]
|
|
2058
2058
|
}
|
|
2059
2059
|
},
|
|
2060
|
-
"broadcast-banner-text-color-lightgreen": {
|
|
2060
|
+
"🔒/broadcast-banner-text-color-lightgreen": {
|
|
2061
2061
|
"$value": "{color-neutral-0}",
|
|
2062
2062
|
"$type": "color",
|
|
2063
2063
|
"$description": "Used for the text for the lightgreen banner type.",
|
|
@@ -2067,7 +2067,7 @@
|
|
|
2067
2067
|
]
|
|
2068
2068
|
}
|
|
2069
2069
|
},
|
|
2070
|
-
"broadcast-banner-text-color-lightindigo": {
|
|
2070
|
+
"🔒/broadcast-banner-text-color-lightindigo": {
|
|
2071
2071
|
"$value": "{color-neutral-0}",
|
|
2072
2072
|
"$type": "color",
|
|
2073
2073
|
"$description": "Used for the text for the lightindigo banner type.",
|
|
@@ -2077,7 +2077,7 @@
|
|
|
2077
2077
|
]
|
|
2078
2078
|
}
|
|
2079
2079
|
},
|
|
2080
|
-
"broadcast-banner-text-color-lightred": {
|
|
2080
|
+
"🔒/broadcast-banner-text-color-lightred": {
|
|
2081
2081
|
"$value": "{color-neutral-0}",
|
|
2082
2082
|
"$type": "color",
|
|
2083
2083
|
"$description": "Used for the text for the lightred banner type.",
|
|
@@ -2087,7 +2087,7 @@
|
|
|
2087
2087
|
]
|
|
2088
2088
|
}
|
|
2089
2089
|
},
|
|
2090
|
-
"broadcast-banner-text-color-red": {
|
|
2090
|
+
"🔒/broadcast-banner-text-color-red": {
|
|
2091
2091
|
"$value": "{color-neutral-0}",
|
|
2092
2092
|
"$type": "color",
|
|
2093
2093
|
"$description": "Used for the text for the red banner type.",
|
|
@@ -2097,7 +2097,7 @@
|
|
|
2097
2097
|
]
|
|
2098
2098
|
}
|
|
2099
2099
|
},
|
|
2100
|
-
"button-border-radius": {
|
|
2100
|
+
"🔒/button-border-radius": {
|
|
2101
2101
|
"$value": "{action-border-radius}",
|
|
2102
2102
|
"$type": "dimension",
|
|
2103
2103
|
"$description": "Used for button border radius.",
|
|
@@ -2107,7 +2107,7 @@
|
|
|
2107
2107
|
]
|
|
2108
2108
|
}
|
|
2109
2109
|
},
|
|
2110
|
-
"button-default-primary-foreground-color-default": {
|
|
2110
|
+
"🔒/button-default-primary-foreground-color-default": {
|
|
2111
2111
|
"$value": "{color-neutral-800}",
|
|
2112
2112
|
"$type": "color",
|
|
2113
2113
|
"$description": "Used for the foreground of a default primary button in the default state.",
|
|
@@ -2118,8 +2118,8 @@
|
|
|
2118
2118
|
]
|
|
2119
2119
|
}
|
|
2120
2120
|
},
|
|
2121
|
-
"button-default-primary-foreground-color-hover": {
|
|
2122
|
-
"$value": "{button-default-primary-foreground-color-default}",
|
|
2121
|
+
"🔒/button-default-primary-foreground-color-hover": {
|
|
2122
|
+
"$value": "{🔒/button-default-primary-foreground-color-default}",
|
|
2123
2123
|
"$type": "color",
|
|
2124
2124
|
"$description": "Used for the foreground of a default primary button in the hover state.",
|
|
2125
2125
|
"$extensions": {
|
|
@@ -2129,8 +2129,8 @@
|
|
|
2129
2129
|
]
|
|
2130
2130
|
}
|
|
2131
2131
|
},
|
|
2132
|
-
"button-default-primary-foreground-color-focus": {
|
|
2133
|
-
"$value": "{button-default-primary-foreground-color-default}",
|
|
2132
|
+
"🔒/button-default-primary-foreground-color-focus": {
|
|
2133
|
+
"$value": "{🔒/button-default-primary-foreground-color-default}",
|
|
2134
2134
|
"$type": "color",
|
|
2135
2135
|
"$description": "Used for the foreground of a default primary button in the focus state.",
|
|
2136
2136
|
"$extensions": {
|
|
@@ -2140,8 +2140,8 @@
|
|
|
2140
2140
|
]
|
|
2141
2141
|
}
|
|
2142
2142
|
},
|
|
2143
|
-
"button-default-primary-foreground-color-active": {
|
|
2144
|
-
"$value": "{button-default-primary-foreground-color-default}",
|
|
2143
|
+
"🔒/button-default-primary-foreground-color-active": {
|
|
2144
|
+
"$value": "{🔒/button-default-primary-foreground-color-default}",
|
|
2145
2145
|
"$type": "color",
|
|
2146
2146
|
"$description": "Used for the foreground of a default primary button in the active state.",
|
|
2147
2147
|
"$extensions": {
|
|
@@ -2151,7 +2151,7 @@
|
|
|
2151
2151
|
]
|
|
2152
2152
|
}
|
|
2153
2153
|
},
|
|
2154
|
-
"button-default-primary-background-color-default": {
|
|
2154
|
+
"🔒/button-default-primary-background-color-default": {
|
|
2155
2155
|
"$value": "{color-neutral-0}",
|
|
2156
2156
|
"$type": "color",
|
|
2157
2157
|
"$description": "Used for the background of an default primary button in the default state.",
|
|
@@ -2162,7 +2162,7 @@
|
|
|
2162
2162
|
]
|
|
2163
2163
|
}
|
|
2164
2164
|
},
|
|
2165
|
-
"button-default-primary-background-color-hover": {
|
|
2165
|
+
"🔒/button-default-primary-background-color-hover": {
|
|
2166
2166
|
"$value": "{color-neutral-50}",
|
|
2167
2167
|
"$type": "color",
|
|
2168
2168
|
"$description": "Used for the background of an default primary button in the hover state.",
|
|
@@ -2173,8 +2173,8 @@
|
|
|
2173
2173
|
]
|
|
2174
2174
|
}
|
|
2175
2175
|
},
|
|
2176
|
-
"button-default-primary-background-color-focus": {
|
|
2177
|
-
"$value": "{button-default-primary-background-color-hover}",
|
|
2176
|
+
"🔒/button-default-primary-background-color-focus": {
|
|
2177
|
+
"$value": "{🔒/button-default-primary-background-color-hover}",
|
|
2178
2178
|
"$type": "color",
|
|
2179
2179
|
"$description": "Used for the background of an default primary button in the focus state.",
|
|
2180
2180
|
"$extensions": {
|
|
@@ -2184,7 +2184,7 @@
|
|
|
2184
2184
|
]
|
|
2185
2185
|
}
|
|
2186
2186
|
},
|
|
2187
|
-
"button-default-primary-background-color-active": {
|
|
2187
|
+
"🔒/button-default-primary-background-color-active": {
|
|
2188
2188
|
"$value": "{color-neutral-100}",
|
|
2189
2189
|
"$type": "color",
|
|
2190
2190
|
"$description": "Used for the background of an default primary button in the active state.",
|
|
@@ -2195,7 +2195,7 @@
|
|
|
2195
2195
|
]
|
|
2196
2196
|
}
|
|
2197
2197
|
},
|
|
2198
|
-
"button-default-primary-border-color-default": {
|
|
2198
|
+
"🔒/button-default-primary-border-color-default": {
|
|
2199
2199
|
"$value": "{color-neutral-200}",
|
|
2200
2200
|
"$type": "color",
|
|
2201
2201
|
"$description": "Used for the border of an default primary button in the default state.",
|
|
@@ -2205,7 +2205,7 @@
|
|
|
2205
2205
|
]
|
|
2206
2206
|
}
|
|
2207
2207
|
},
|
|
2208
|
-
"button-default-primary-border-color-hover": {
|
|
2208
|
+
"🔒/button-default-primary-border-color-hover": {
|
|
2209
2209
|
"$value": "{color-neutral-400}",
|
|
2210
2210
|
"$type": "color",
|
|
2211
2211
|
"$description": "Used for the border of an default primary button in the hover state.",
|
|
@@ -2215,8 +2215,8 @@
|
|
|
2215
2215
|
]
|
|
2216
2216
|
}
|
|
2217
2217
|
},
|
|
2218
|
-
"button-default-primary-border-color-focus": {
|
|
2219
|
-
"$value": "{button-default-primary-border-color-hover}",
|
|
2218
|
+
"🔒/button-default-primary-border-color-focus": {
|
|
2219
|
+
"$value": "{🔒/button-default-primary-border-color-hover}",
|
|
2220
2220
|
"$type": "color",
|
|
2221
2221
|
"$description": "Used for the border of an default primary button in the focus state.",
|
|
2222
2222
|
"$extensions": {
|
|
@@ -2225,7 +2225,7 @@
|
|
|
2225
2225
|
]
|
|
2226
2226
|
}
|
|
2227
2227
|
},
|
|
2228
|
-
"button-default-primary-border-color-active": {
|
|
2228
|
+
"🔒/button-default-primary-border-color-active": {
|
|
2229
2229
|
"$value": "{color-neutral-600}",
|
|
2230
2230
|
"$type": "color",
|
|
2231
2231
|
"$description": "Used for the border of an default primary button in the active state.",
|
|
@@ -2235,7 +2235,7 @@
|
|
|
2235
2235
|
]
|
|
2236
2236
|
}
|
|
2237
2237
|
},
|
|
2238
|
-
"button-default-tertiary-foreground-color-default": {
|
|
2238
|
+
"🔒/button-default-tertiary-foreground-color-default": {
|
|
2239
2239
|
"$value": "{action-neutral-foreground-color-default}",
|
|
2240
2240
|
"$type": "color",
|
|
2241
2241
|
"$description": "Used for the foreground of a default borderless, tertiary button in the default state.",
|
|
@@ -2246,7 +2246,7 @@
|
|
|
2246
2246
|
]
|
|
2247
2247
|
}
|
|
2248
2248
|
},
|
|
2249
|
-
"button-default-tertiary-foreground-color-hover": {
|
|
2249
|
+
"🔒/button-default-tertiary-foreground-color-hover": {
|
|
2250
2250
|
"$value": "{action-neutral-foreground-color-hover}",
|
|
2251
2251
|
"$type": "color",
|
|
2252
2252
|
"$description": "Used for the foreground of a default borderless, tertiary button in the hover state.",
|
|
@@ -2257,7 +2257,7 @@
|
|
|
2257
2257
|
]
|
|
2258
2258
|
}
|
|
2259
2259
|
},
|
|
2260
|
-
"button-default-tertiary-foreground-color-focus": {
|
|
2260
|
+
"🔒/button-default-tertiary-foreground-color-focus": {
|
|
2261
2261
|
"$value": "{action-neutral-foreground-color-focus}",
|
|
2262
2262
|
"$type": "color",
|
|
2263
2263
|
"$description": "Used for the foreground of a default borderless, tertiary button in the focus state.",
|
|
@@ -2268,7 +2268,7 @@
|
|
|
2268
2268
|
]
|
|
2269
2269
|
}
|
|
2270
2270
|
},
|
|
2271
|
-
"button-default-tertiary-foreground-color-active": {
|
|
2271
|
+
"🔒/button-default-tertiary-foreground-color-active": {
|
|
2272
2272
|
"$value": "{action-neutral-foreground-color-active}",
|
|
2273
2273
|
"$type": "color",
|
|
2274
2274
|
"$description": "Used for the foreground of a default borderless, tertiary button in the active state.",
|
|
@@ -2279,7 +2279,7 @@
|
|
|
2279
2279
|
]
|
|
2280
2280
|
}
|
|
2281
2281
|
},
|
|
2282
|
-
"button-default-tertiary-background-color-default": {
|
|
2282
|
+
"🔒/button-default-tertiary-background-color-default": {
|
|
2283
2283
|
"$value": "{action-neutral-background-color-default}",
|
|
2284
2284
|
"$type": "color",
|
|
2285
2285
|
"$description": "Used for the background of a default borderless, tertiary button in the default state.",
|
|
@@ -2290,7 +2290,7 @@
|
|
|
2290
2290
|
]
|
|
2291
2291
|
}
|
|
2292
2292
|
},
|
|
2293
|
-
"button-default-tertiary-background-color-hover": {
|
|
2293
|
+
"🔒/button-default-tertiary-background-color-hover": {
|
|
2294
2294
|
"$value": "{action-neutral-background-color-hover}",
|
|
2295
2295
|
"$type": "color",
|
|
2296
2296
|
"$description": "Used for the background of a default borderless, tertiary button in the hover state.",
|
|
@@ -2301,7 +2301,7 @@
|
|
|
2301
2301
|
]
|
|
2302
2302
|
}
|
|
2303
2303
|
},
|
|
2304
|
-
"button-default-tertiary-background-color-focus": {
|
|
2304
|
+
"🔒/button-default-tertiary-background-color-focus": {
|
|
2305
2305
|
"$value": "{action-neutral-background-color-focus}",
|
|
2306
2306
|
"$type": "color",
|
|
2307
2307
|
"$description": "Used for the background of a default borderless, tertiary button in the focus state.",
|
|
@@ -2312,7 +2312,7 @@
|
|
|
2312
2312
|
]
|
|
2313
2313
|
}
|
|
2314
2314
|
},
|
|
2315
|
-
"button-default-tertiary-background-color-active": {
|
|
2315
|
+
"🔒/button-default-tertiary-background-color-active": {
|
|
2316
2316
|
"$value": "{action-neutral-background-color-active}",
|
|
2317
2317
|
"$type": "color",
|
|
2318
2318
|
"$description": "Used for the background of a default borderless, tertiary button in the active state.",
|
|
@@ -2323,7 +2323,7 @@
|
|
|
2323
2323
|
]
|
|
2324
2324
|
}
|
|
2325
2325
|
},
|
|
2326
|
-
"button-default-tertiary-border-color-default": {
|
|
2326
|
+
"🔒/button-default-tertiary-border-color-default": {
|
|
2327
2327
|
"$value": "{action-neutral-border-color-default}",
|
|
2328
2328
|
"$type": "color",
|
|
2329
2329
|
"$description": "Used for the border of a default borderless, tertiary button in the default state.",
|
|
@@ -2333,7 +2333,7 @@
|
|
|
2333
2333
|
]
|
|
2334
2334
|
}
|
|
2335
2335
|
},
|
|
2336
|
-
"button-default-tertiary-border-color-hover": {
|
|
2336
|
+
"🔒/button-default-tertiary-border-color-hover": {
|
|
2337
2337
|
"$value": "{action-neutral-border-color-hover}",
|
|
2338
2338
|
"$type": "color",
|
|
2339
2339
|
"$description": "Used for the border of a default borderless, tertiary button in the hover state.",
|
|
@@ -2343,7 +2343,7 @@
|
|
|
2343
2343
|
]
|
|
2344
2344
|
}
|
|
2345
2345
|
},
|
|
2346
|
-
"button-default-tertiary-border-color-focus": {
|
|
2346
|
+
"🔒/button-default-tertiary-border-color-focus": {
|
|
2347
2347
|
"$value": "{action-neutral-border-color-focus}",
|
|
2348
2348
|
"$type": "color",
|
|
2349
2349
|
"$description": "Used for the border of a default borderless, tertiary button in the focus state.",
|
|
@@ -2353,7 +2353,7 @@
|
|
|
2353
2353
|
]
|
|
2354
2354
|
}
|
|
2355
2355
|
},
|
|
2356
|
-
"button-default-tertiary-border-color-active": {
|
|
2356
|
+
"🔒/button-default-tertiary-border-color-active": {
|
|
2357
2357
|
"$value": "{action-neutral-border-color-active}",
|
|
2358
2358
|
"$type": "color",
|
|
2359
2359
|
"$description": "Used for the border of a default borderless, tertiary button in the active state.",
|
|
@@ -2363,7 +2363,7 @@
|
|
|
2363
2363
|
]
|
|
2364
2364
|
}
|
|
2365
2365
|
},
|
|
2366
|
-
"button-confirm-primary-foreground-color-default": {
|
|
2366
|
+
"🔒/button-confirm-primary-foreground-color-default": {
|
|
2367
2367
|
"$value": "{color-neutral-0}",
|
|
2368
2368
|
"$type": "color",
|
|
2369
2369
|
"$description": "Used for the foreground of a confirm (positive) primary button in the default state.",
|
|
@@ -2374,7 +2374,7 @@
|
|
|
2374
2374
|
]
|
|
2375
2375
|
}
|
|
2376
2376
|
},
|
|
2377
|
-
"button-confirm-primary-foreground-color-hover": {
|
|
2377
|
+
"🔒/button-confirm-primary-foreground-color-hover": {
|
|
2378
2378
|
"$value": "{action-strong-confirm-foreground-color-hover}",
|
|
2379
2379
|
"$type": "color",
|
|
2380
2380
|
"$description": "Used for the foreground of a confirm (positive) primary button in the hover state.",
|
|
@@ -2385,7 +2385,7 @@
|
|
|
2385
2385
|
]
|
|
2386
2386
|
}
|
|
2387
2387
|
},
|
|
2388
|
-
"button-confirm-primary-foreground-color-focus": {
|
|
2388
|
+
"🔒/button-confirm-primary-foreground-color-focus": {
|
|
2389
2389
|
"$value": "{action-strong-confirm-foreground-color-focus}",
|
|
2390
2390
|
"$type": "color",
|
|
2391
2391
|
"$description": "Used for the foreground of a confirm (positive) primary button in the focus state.",
|
|
@@ -2396,7 +2396,7 @@
|
|
|
2396
2396
|
]
|
|
2397
2397
|
}
|
|
2398
2398
|
},
|
|
2399
|
-
"button-confirm-primary-foreground-color-active": {
|
|
2399
|
+
"🔒/button-confirm-primary-foreground-color-active": {
|
|
2400
2400
|
"$value": "{action-strong-confirm-foreground-color-active}",
|
|
2401
2401
|
"$type": "color",
|
|
2402
2402
|
"$description": "Used for the foreground of a confirm (positive) primary button in the active state.",
|
|
@@ -2407,7 +2407,7 @@
|
|
|
2407
2407
|
]
|
|
2408
2408
|
}
|
|
2409
2409
|
},
|
|
2410
|
-
"button-confirm-primary-background-color-default": {
|
|
2410
|
+
"🔒/button-confirm-primary-background-color-default": {
|
|
2411
2411
|
"$value": "{action-strong-confirm-background-color-default}",
|
|
2412
2412
|
"$type": "color",
|
|
2413
2413
|
"$description": "Used for the background of a confirm (positive) primary button in the default state.",
|
|
@@ -2418,7 +2418,7 @@
|
|
|
2418
2418
|
]
|
|
2419
2419
|
}
|
|
2420
2420
|
},
|
|
2421
|
-
"button-confirm-primary-background-color-hover": {
|
|
2421
|
+
"🔒/button-confirm-primary-background-color-hover": {
|
|
2422
2422
|
"$value": "{action-strong-confirm-background-color-hover}",
|
|
2423
2423
|
"$type": "color",
|
|
2424
2424
|
"$description": "Used for the background of a confirm (positive) primary button in the hover state.",
|
|
@@ -2429,7 +2429,7 @@
|
|
|
2429
2429
|
]
|
|
2430
2430
|
}
|
|
2431
2431
|
},
|
|
2432
|
-
"button-confirm-primary-background-color-focus": {
|
|
2432
|
+
"🔒/button-confirm-primary-background-color-focus": {
|
|
2433
2433
|
"$value": "{action-strong-confirm-background-color-focus}",
|
|
2434
2434
|
"$type": "color",
|
|
2435
2435
|
"$description": "Used for the background of a confirm (positive) primary button in the focus state.",
|
|
@@ -2440,7 +2440,7 @@
|
|
|
2440
2440
|
]
|
|
2441
2441
|
}
|
|
2442
2442
|
},
|
|
2443
|
-
"button-confirm-primary-background-color-active": {
|
|
2443
|
+
"🔒/button-confirm-primary-background-color-active": {
|
|
2444
2444
|
"$value": "{action-strong-confirm-background-color-active}",
|
|
2445
2445
|
"$type": "color",
|
|
2446
2446
|
"$description": "Used for the background of a confirm (positive) primary button in the active state.",
|
|
@@ -2451,7 +2451,7 @@
|
|
|
2451
2451
|
]
|
|
2452
2452
|
}
|
|
2453
2453
|
},
|
|
2454
|
-
"button-confirm-primary-border-color-default": {
|
|
2454
|
+
"🔒/button-confirm-primary-border-color-default": {
|
|
2455
2455
|
"$value": "{color-blue-600}",
|
|
2456
2456
|
"$type": "color",
|
|
2457
2457
|
"$description": "Used for the border of a confirm (positive) primary button in the default state.",
|
|
@@ -2461,7 +2461,7 @@
|
|
|
2461
2461
|
]
|
|
2462
2462
|
}
|
|
2463
2463
|
},
|
|
2464
|
-
"button-confirm-primary-border-color-hover": {
|
|
2464
|
+
"🔒/button-confirm-primary-border-color-hover": {
|
|
2465
2465
|
"$value": "{color-blue-800}",
|
|
2466
2466
|
"$type": "color",
|
|
2467
2467
|
"$description": "Used for the border of a confirm (positive) primary button in the hover state.",
|
|
@@ -2471,8 +2471,8 @@
|
|
|
2471
2471
|
]
|
|
2472
2472
|
}
|
|
2473
2473
|
},
|
|
2474
|
-
"button-confirm-primary-border-color-focus": {
|
|
2475
|
-
"$value": "{button-confirm-primary-border-color-hover}",
|
|
2474
|
+
"🔒/button-confirm-primary-border-color-focus": {
|
|
2475
|
+
"$value": "{🔒/button-confirm-primary-border-color-hover}",
|
|
2476
2476
|
"$type": "color",
|
|
2477
2477
|
"$description": "Used for the border of a confirm (positive) primary button in the focus state.",
|
|
2478
2478
|
"$extensions": {
|
|
@@ -2481,7 +2481,7 @@
|
|
|
2481
2481
|
]
|
|
2482
2482
|
}
|
|
2483
2483
|
},
|
|
2484
|
-
"button-confirm-primary-border-color-active": {
|
|
2484
|
+
"🔒/button-confirm-primary-border-color-active": {
|
|
2485
2485
|
"$value": "{color-blue-900}",
|
|
2486
2486
|
"$type": "color",
|
|
2487
2487
|
"$description": "Used for the border of a confirm (positive) primary button in the active state.",
|
|
@@ -2491,7 +2491,7 @@
|
|
|
2491
2491
|
]
|
|
2492
2492
|
}
|
|
2493
2493
|
},
|
|
2494
|
-
"button-confirm-secondary-foreground-color-default": {
|
|
2494
|
+
"🔒/button-confirm-secondary-foreground-color-default": {
|
|
2495
2495
|
"$value": "{color-blue-500}",
|
|
2496
2496
|
"$type": "color",
|
|
2497
2497
|
"$description": "Used for the foreground of a confirm (positive) button in the default state.",
|
|
@@ -2502,7 +2502,7 @@
|
|
|
2502
2502
|
]
|
|
2503
2503
|
}
|
|
2504
2504
|
},
|
|
2505
|
-
"button-confirm-secondary-foreground-color-hover": {
|
|
2505
|
+
"🔒/button-confirm-secondary-foreground-color-hover": {
|
|
2506
2506
|
"$value": "{color-blue-700}",
|
|
2507
2507
|
"$type": "color",
|
|
2508
2508
|
"$description": "Used for the foreground of a confirm (positive) button in the hover state.",
|
|
@@ -2513,8 +2513,8 @@
|
|
|
2513
2513
|
]
|
|
2514
2514
|
}
|
|
2515
2515
|
},
|
|
2516
|
-
"button-confirm-secondary-foreground-color-focus": {
|
|
2517
|
-
"$value": "{button-confirm-secondary-foreground-color-hover}",
|
|
2516
|
+
"🔒/button-confirm-secondary-foreground-color-focus": {
|
|
2517
|
+
"$value": "{🔒/button-confirm-secondary-foreground-color-hover}",
|
|
2518
2518
|
"$type": "color",
|
|
2519
2519
|
"$description": "Used for the foreground of a confirm (positive) button in the focus state.",
|
|
2520
2520
|
"$extensions": {
|
|
@@ -2524,7 +2524,7 @@
|
|
|
2524
2524
|
]
|
|
2525
2525
|
}
|
|
2526
2526
|
},
|
|
2527
|
-
"button-confirm-secondary-foreground-color-active": {
|
|
2527
|
+
"🔒/button-confirm-secondary-foreground-color-active": {
|
|
2528
2528
|
"$value": "{color-blue-900}",
|
|
2529
2529
|
"$type": "color",
|
|
2530
2530
|
"$description": "Used for the foreground of a confirm (positive) button in the active state.",
|
|
@@ -2535,7 +2535,7 @@
|
|
|
2535
2535
|
]
|
|
2536
2536
|
}
|
|
2537
2537
|
},
|
|
2538
|
-
"button-confirm-secondary-background-color-default": {
|
|
2538
|
+
"🔒/button-confirm-secondary-background-color-default": {
|
|
2539
2539
|
"$value": "{color-neutral-0}",
|
|
2540
2540
|
"$type": "color",
|
|
2541
2541
|
"$description": "Used for the background of an outlined confirm (positive) button in the default state.",
|
|
@@ -2546,7 +2546,7 @@
|
|
|
2546
2546
|
]
|
|
2547
2547
|
}
|
|
2548
2548
|
},
|
|
2549
|
-
"button-confirm-secondary-background-color-hover": {
|
|
2549
|
+
"🔒/button-confirm-secondary-background-color-hover": {
|
|
2550
2550
|
"$value": "{color-blue-50}",
|
|
2551
2551
|
"$type": "color",
|
|
2552
2552
|
"$description": "Used for the background of an outlined confirm (positive) button in the hover state.",
|
|
@@ -2557,8 +2557,8 @@
|
|
|
2557
2557
|
]
|
|
2558
2558
|
}
|
|
2559
2559
|
},
|
|
2560
|
-
"button-confirm-secondary-background-color-focus": {
|
|
2561
|
-
"$value": "{button-confirm-secondary-background-color-hover}",
|
|
2560
|
+
"🔒/button-confirm-secondary-background-color-focus": {
|
|
2561
|
+
"$value": "{🔒/button-confirm-secondary-background-color-hover}",
|
|
2562
2562
|
"$type": "color",
|
|
2563
2563
|
"$description": "Used for the background of an outlined confirm (positive) button in the focus state.",
|
|
2564
2564
|
"$extensions": {
|
|
@@ -2568,7 +2568,7 @@
|
|
|
2568
2568
|
]
|
|
2569
2569
|
}
|
|
2570
2570
|
},
|
|
2571
|
-
"button-confirm-secondary-background-color-active": {
|
|
2571
|
+
"🔒/button-confirm-secondary-background-color-active": {
|
|
2572
2572
|
"$value": "{color-blue-100}",
|
|
2573
2573
|
"$type": "color",
|
|
2574
2574
|
"$description": "Used for the background of an outlined confirm (positive) button in the active state.",
|
|
@@ -2579,7 +2579,7 @@
|
|
|
2579
2579
|
]
|
|
2580
2580
|
}
|
|
2581
2581
|
},
|
|
2582
|
-
"button-confirm-secondary-border-color-default": {
|
|
2582
|
+
"🔒/button-confirm-secondary-border-color-default": {
|
|
2583
2583
|
"$value": "{color-blue-500}",
|
|
2584
2584
|
"$type": "color",
|
|
2585
2585
|
"$description": "Used for the border of an outlined confirm (positive) button in the default state.",
|
|
@@ -2589,7 +2589,7 @@
|
|
|
2589
2589
|
]
|
|
2590
2590
|
}
|
|
2591
2591
|
},
|
|
2592
|
-
"button-confirm-secondary-border-color-hover": {
|
|
2592
|
+
"🔒/button-confirm-secondary-border-color-hover": {
|
|
2593
2593
|
"$value": "{color-blue-700}",
|
|
2594
2594
|
"$type": "color",
|
|
2595
2595
|
"$description": "Used for the border of an outlined confirm (positive) button in the hover state.",
|
|
@@ -2599,8 +2599,8 @@
|
|
|
2599
2599
|
]
|
|
2600
2600
|
}
|
|
2601
2601
|
},
|
|
2602
|
-
"button-confirm-secondary-border-color-focus": {
|
|
2603
|
-
"$value": "{button-confirm-secondary-border-color-hover}",
|
|
2602
|
+
"🔒/button-confirm-secondary-border-color-focus": {
|
|
2603
|
+
"$value": "{🔒/button-confirm-secondary-border-color-hover}",
|
|
2604
2604
|
"$type": "color",
|
|
2605
2605
|
"$description": "Used for the border of an outlined confirm (positive) button in the focus state.",
|
|
2606
2606
|
"$extensions": {
|
|
@@ -2609,7 +2609,7 @@
|
|
|
2609
2609
|
]
|
|
2610
2610
|
}
|
|
2611
2611
|
},
|
|
2612
|
-
"button-confirm-secondary-border-color-active": {
|
|
2612
|
+
"🔒/button-confirm-secondary-border-color-active": {
|
|
2613
2613
|
"$value": "{color-blue-900}",
|
|
2614
2614
|
"$type": "color",
|
|
2615
2615
|
"$description": "Used for the border of an outlined confirm (positive) button in the active state.",
|
|
@@ -2619,7 +2619,7 @@
|
|
|
2619
2619
|
]
|
|
2620
2620
|
}
|
|
2621
2621
|
},
|
|
2622
|
-
"button-confirm-tertiary-foreground-color-default": {
|
|
2622
|
+
"🔒/button-confirm-tertiary-foreground-color-default": {
|
|
2623
2623
|
"$value": "{action-confirm-foreground-color-default}",
|
|
2624
2624
|
"$type": "color",
|
|
2625
2625
|
"$description": "Used for the foreground of a borderless, tertiary confirm (positive) button in the default state.",
|
|
@@ -2630,7 +2630,7 @@
|
|
|
2630
2630
|
]
|
|
2631
2631
|
}
|
|
2632
2632
|
},
|
|
2633
|
-
"button-confirm-tertiary-foreground-color-hover": {
|
|
2633
|
+
"🔒/button-confirm-tertiary-foreground-color-hover": {
|
|
2634
2634
|
"$value": "{action-confirm-foreground-color-hover}",
|
|
2635
2635
|
"$type": "color",
|
|
2636
2636
|
"$description": "Used for the foreground of a borderless, tertiary confirm (positive) button in the hover state.",
|
|
@@ -2641,7 +2641,7 @@
|
|
|
2641
2641
|
]
|
|
2642
2642
|
}
|
|
2643
2643
|
},
|
|
2644
|
-
"button-confirm-tertiary-foreground-color-focus": {
|
|
2644
|
+
"🔒/button-confirm-tertiary-foreground-color-focus": {
|
|
2645
2645
|
"$value": "{action-confirm-foreground-color-focus}",
|
|
2646
2646
|
"$type": "color",
|
|
2647
2647
|
"$description": "Used for the foreground of a borderless, tertiary confirm (positive) button in the focus state.",
|
|
@@ -2652,7 +2652,7 @@
|
|
|
2652
2652
|
]
|
|
2653
2653
|
}
|
|
2654
2654
|
},
|
|
2655
|
-
"button-confirm-tertiary-foreground-color-active": {
|
|
2655
|
+
"🔒/button-confirm-tertiary-foreground-color-active": {
|
|
2656
2656
|
"$value": "{action-confirm-foreground-color-active}",
|
|
2657
2657
|
"$type": "color",
|
|
2658
2658
|
"$description": "Used for the foreground of a borderless, tertiary confirm (positive) button in the active state.",
|
|
@@ -2663,7 +2663,7 @@
|
|
|
2663
2663
|
]
|
|
2664
2664
|
}
|
|
2665
2665
|
},
|
|
2666
|
-
"button-confirm-tertiary-background-color-default": {
|
|
2666
|
+
"🔒/button-confirm-tertiary-background-color-default": {
|
|
2667
2667
|
"$value": "{action-confirm-background-color-default}",
|
|
2668
2668
|
"$type": "color",
|
|
2669
2669
|
"$description": "Used for the background of a borderless, tertiary confirm (positive) button in the default state.",
|
|
@@ -2674,7 +2674,7 @@
|
|
|
2674
2674
|
]
|
|
2675
2675
|
}
|
|
2676
2676
|
},
|
|
2677
|
-
"button-confirm-tertiary-background-color-hover": {
|
|
2677
|
+
"🔒/button-confirm-tertiary-background-color-hover": {
|
|
2678
2678
|
"$value": "{action-confirm-background-color-hover}",
|
|
2679
2679
|
"$type": "color",
|
|
2680
2680
|
"$description": "Used for the background of a borderless, tertiary confirm (positive) button in the hover state.",
|
|
@@ -2685,7 +2685,7 @@
|
|
|
2685
2685
|
]
|
|
2686
2686
|
}
|
|
2687
2687
|
},
|
|
2688
|
-
"button-confirm-tertiary-background-color-focus": {
|
|
2688
|
+
"🔒/button-confirm-tertiary-background-color-focus": {
|
|
2689
2689
|
"$value": "{action-confirm-background-color-focus}",
|
|
2690
2690
|
"$type": "color",
|
|
2691
2691
|
"$description": "Used for the background of a borderless, tertiary confirm (positive) button in the focus state.",
|
|
@@ -2696,7 +2696,7 @@
|
|
|
2696
2696
|
]
|
|
2697
2697
|
}
|
|
2698
2698
|
},
|
|
2699
|
-
"button-confirm-tertiary-background-color-active": {
|
|
2699
|
+
"🔒/button-confirm-tertiary-background-color-active": {
|
|
2700
2700
|
"$value": "{action-confirm-background-color-active}",
|
|
2701
2701
|
"$type": "color",
|
|
2702
2702
|
"$description": "Used for the background of a borderless, tertiary confirm (positive) button in the active state.",
|
|
@@ -2707,7 +2707,7 @@
|
|
|
2707
2707
|
]
|
|
2708
2708
|
}
|
|
2709
2709
|
},
|
|
2710
|
-
"button-confirm-tertiary-border-color-default": {
|
|
2710
|
+
"🔒/button-confirm-tertiary-border-color-default": {
|
|
2711
2711
|
"$value": "{action-confirm-border-color-default}",
|
|
2712
2712
|
"$type": "color",
|
|
2713
2713
|
"$description": "Used for the border of a borderless, tertiary confirm (positive) button in the default state.",
|
|
@@ -2717,7 +2717,7 @@
|
|
|
2717
2717
|
]
|
|
2718
2718
|
}
|
|
2719
2719
|
},
|
|
2720
|
-
"button-confirm-tertiary-border-color-hover": {
|
|
2720
|
+
"🔒/button-confirm-tertiary-border-color-hover": {
|
|
2721
2721
|
"$value": "{action-confirm-border-color-hover}",
|
|
2722
2722
|
"$type": "color",
|
|
2723
2723
|
"$description": "Used for the border of a borderless, tertiary confirm (positive) button in the hover state.",
|
|
@@ -2727,7 +2727,7 @@
|
|
|
2727
2727
|
]
|
|
2728
2728
|
}
|
|
2729
2729
|
},
|
|
2730
|
-
"button-confirm-tertiary-border-color-focus": {
|
|
2730
|
+
"🔒/button-confirm-tertiary-border-color-focus": {
|
|
2731
2731
|
"$value": "{action-confirm-border-color-focus}",
|
|
2732
2732
|
"$type": "color",
|
|
2733
2733
|
"$description": "Used for the border of a borderless, tertiary confirm (positive) button in the focus state.",
|
|
@@ -2737,7 +2737,7 @@
|
|
|
2737
2737
|
]
|
|
2738
2738
|
}
|
|
2739
2739
|
},
|
|
2740
|
-
"button-confirm-tertiary-border-color-active": {
|
|
2740
|
+
"🔒/button-confirm-tertiary-border-color-active": {
|
|
2741
2741
|
"$value": "{action-confirm-border-color-active}",
|
|
2742
2742
|
"$type": "color",
|
|
2743
2743
|
"$description": "Used for the border of a borderless, tertiary confirm (positive) button in the active state.",
|
|
@@ -2747,7 +2747,7 @@
|
|
|
2747
2747
|
]
|
|
2748
2748
|
}
|
|
2749
2749
|
},
|
|
2750
|
-
"button-danger-primary-foreground-color-default": {
|
|
2750
|
+
"🔒/button-danger-primary-foreground-color-default": {
|
|
2751
2751
|
"$value": "{color-neutral-0}",
|
|
2752
2752
|
"$type": "color",
|
|
2753
2753
|
"$description": "Used for the foreground of a danger (destructive) primary button in the default state.",
|
|
@@ -2758,8 +2758,8 @@
|
|
|
2758
2758
|
]
|
|
2759
2759
|
}
|
|
2760
2760
|
},
|
|
2761
|
-
"button-danger-primary-foreground-color-hover": {
|
|
2762
|
-
"$value": "{button-danger-primary-foreground-color-default}",
|
|
2761
|
+
"🔒/button-danger-primary-foreground-color-hover": {
|
|
2762
|
+
"$value": "{🔒/button-danger-primary-foreground-color-default}",
|
|
2763
2763
|
"$type": "color",
|
|
2764
2764
|
"$description": "Used for the foreground of a danger (destructive) primary button in the hover state.",
|
|
2765
2765
|
"$extensions": {
|
|
@@ -2769,8 +2769,8 @@
|
|
|
2769
2769
|
]
|
|
2770
2770
|
}
|
|
2771
2771
|
},
|
|
2772
|
-
"button-danger-primary-foreground-color-focus": {
|
|
2773
|
-
"$value": "{button-danger-primary-foreground-color-default}",
|
|
2772
|
+
"🔒/button-danger-primary-foreground-color-focus": {
|
|
2773
|
+
"$value": "{🔒/button-danger-primary-foreground-color-default}",
|
|
2774
2774
|
"$type": "color",
|
|
2775
2775
|
"$description": "Used for the foreground of a danger (destructive) primary button in the focus state.",
|
|
2776
2776
|
"$extensions": {
|
|
@@ -2780,8 +2780,8 @@
|
|
|
2780
2780
|
]
|
|
2781
2781
|
}
|
|
2782
2782
|
},
|
|
2783
|
-
"button-danger-primary-foreground-color-active": {
|
|
2784
|
-
"$value": "{button-danger-primary-foreground-color-default}",
|
|
2783
|
+
"🔒/button-danger-primary-foreground-color-active": {
|
|
2784
|
+
"$value": "{🔒/button-danger-primary-foreground-color-default}",
|
|
2785
2785
|
"$type": "color",
|
|
2786
2786
|
"$description": "Used for the foreground of a danger (destructive) primary button in the active state.",
|
|
2787
2787
|
"$extensions": {
|
|
@@ -2791,7 +2791,7 @@
|
|
|
2791
2791
|
]
|
|
2792
2792
|
}
|
|
2793
2793
|
},
|
|
2794
|
-
"button-danger-primary-background-color-default": {
|
|
2794
|
+
"🔒/button-danger-primary-background-color-default": {
|
|
2795
2795
|
"$value": "{color-red-500}",
|
|
2796
2796
|
"$type": "color",
|
|
2797
2797
|
"$description": "Used for the background of a danger (destructive) primary button in the default state.",
|
|
@@ -2802,7 +2802,7 @@
|
|
|
2802
2802
|
]
|
|
2803
2803
|
}
|
|
2804
2804
|
},
|
|
2805
|
-
"button-danger-primary-background-color-hover": {
|
|
2805
|
+
"🔒/button-danger-primary-background-color-hover": {
|
|
2806
2806
|
"$value": "{color-red-600}",
|
|
2807
2807
|
"$type": "color",
|
|
2808
2808
|
"$description": "Used for the background of a danger (destructive) primary button in the hover state.",
|
|
@@ -2813,8 +2813,8 @@
|
|
|
2813
2813
|
]
|
|
2814
2814
|
}
|
|
2815
2815
|
},
|
|
2816
|
-
"button-danger-primary-background-color-focus": {
|
|
2817
|
-
"$value": "{button-danger-primary-background-color-hover}",
|
|
2816
|
+
"🔒/button-danger-primary-background-color-focus": {
|
|
2817
|
+
"$value": "{🔒/button-danger-primary-background-color-hover}",
|
|
2818
2818
|
"$type": "color",
|
|
2819
2819
|
"$description": "Used for the background of a danger (destructive) primary button in the focus state.",
|
|
2820
2820
|
"$extensions": {
|
|
@@ -2824,7 +2824,7 @@
|
|
|
2824
2824
|
]
|
|
2825
2825
|
}
|
|
2826
2826
|
},
|
|
2827
|
-
"button-danger-primary-background-color-active": {
|
|
2827
|
+
"🔒/button-danger-primary-background-color-active": {
|
|
2828
2828
|
"$value": "{color-red-800}",
|
|
2829
2829
|
"$type": "color",
|
|
2830
2830
|
"$description": "Used for the background of a danger (destructive) primary button in the active state.",
|
|
@@ -2835,7 +2835,7 @@
|
|
|
2835
2835
|
]
|
|
2836
2836
|
}
|
|
2837
2837
|
},
|
|
2838
|
-
"button-danger-primary-border-color-default": {
|
|
2838
|
+
"🔒/button-danger-primary-border-color-default": {
|
|
2839
2839
|
"$value": "{color-red-600}",
|
|
2840
2840
|
"$type": "color",
|
|
2841
2841
|
"$description": "Used for the border of a danger (destructive) primary button in the default state.",
|
|
@@ -2845,7 +2845,7 @@
|
|
|
2845
2845
|
]
|
|
2846
2846
|
}
|
|
2847
2847
|
},
|
|
2848
|
-
"button-danger-primary-border-color-hover": {
|
|
2848
|
+
"🔒/button-danger-primary-border-color-hover": {
|
|
2849
2849
|
"$value": "{color-red-800}",
|
|
2850
2850
|
"$type": "color",
|
|
2851
2851
|
"$description": "Used for the border of a danger (destructive) primary button in the hover state.",
|
|
@@ -2855,8 +2855,8 @@
|
|
|
2855
2855
|
]
|
|
2856
2856
|
}
|
|
2857
2857
|
},
|
|
2858
|
-
"button-danger-primary-border-color-focus": {
|
|
2859
|
-
"$value": "{button-danger-primary-border-color-hover}",
|
|
2858
|
+
"🔒/button-danger-primary-border-color-focus": {
|
|
2859
|
+
"$value": "{🔒/button-danger-primary-border-color-hover}",
|
|
2860
2860
|
"$type": "color",
|
|
2861
2861
|
"$description": "Used for the border of a danger (destructive) primary button in the focus state.",
|
|
2862
2862
|
"$extensions": {
|
|
@@ -2865,7 +2865,7 @@
|
|
|
2865
2865
|
]
|
|
2866
2866
|
}
|
|
2867
2867
|
},
|
|
2868
|
-
"button-danger-primary-border-color-active": {
|
|
2868
|
+
"🔒/button-danger-primary-border-color-active": {
|
|
2869
2869
|
"$value": "{color-red-900}",
|
|
2870
2870
|
"$type": "color",
|
|
2871
2871
|
"$description": "Used for the border of a danger (destructive) primary button in the active state.",
|
|
@@ -2875,7 +2875,7 @@
|
|
|
2875
2875
|
]
|
|
2876
2876
|
}
|
|
2877
2877
|
},
|
|
2878
|
-
"button-danger-secondary-foreground-color-default": {
|
|
2878
|
+
"🔒/button-danger-secondary-foreground-color-default": {
|
|
2879
2879
|
"$value": "{color-red-500}",
|
|
2880
2880
|
"$type": "color",
|
|
2881
2881
|
"$description": "Used for the foreground of a danger (destructive) button in the default state.",
|
|
@@ -2886,7 +2886,7 @@
|
|
|
2886
2886
|
]
|
|
2887
2887
|
}
|
|
2888
2888
|
},
|
|
2889
|
-
"button-danger-secondary-foreground-color-hover": {
|
|
2889
|
+
"🔒/button-danger-secondary-foreground-color-hover": {
|
|
2890
2890
|
"$value": "{color-red-700}",
|
|
2891
2891
|
"$type": "color",
|
|
2892
2892
|
"$description": "Used for the foreground of a danger (destructive) button in the hover state.",
|
|
@@ -2897,8 +2897,8 @@
|
|
|
2897
2897
|
]
|
|
2898
2898
|
}
|
|
2899
2899
|
},
|
|
2900
|
-
"button-danger-secondary-foreground-color-focus": {
|
|
2901
|
-
"$value": "{button-danger-secondary-foreground-color-hover}",
|
|
2900
|
+
"🔒/button-danger-secondary-foreground-color-focus": {
|
|
2901
|
+
"$value": "{🔒/button-danger-secondary-foreground-color-hover}",
|
|
2902
2902
|
"$type": "color",
|
|
2903
2903
|
"$description": "Used for the foreground of a danger (destructive) button in the focus state.",
|
|
2904
2904
|
"$extensions": {
|
|
@@ -2908,7 +2908,7 @@
|
|
|
2908
2908
|
]
|
|
2909
2909
|
}
|
|
2910
2910
|
},
|
|
2911
|
-
"button-danger-secondary-foreground-color-active": {
|
|
2911
|
+
"🔒/button-danger-secondary-foreground-color-active": {
|
|
2912
2912
|
"$value": "{color-red-900}",
|
|
2913
2913
|
"$type": "color",
|
|
2914
2914
|
"$description": "Used for the foreground of a danger (destructive) button in the active state.",
|
|
@@ -2919,7 +2919,7 @@
|
|
|
2919
2919
|
]
|
|
2920
2920
|
}
|
|
2921
2921
|
},
|
|
2922
|
-
"button-danger-secondary-background-color-default": {
|
|
2922
|
+
"🔒/button-danger-secondary-background-color-default": {
|
|
2923
2923
|
"$value": "{color-neutral-0}",
|
|
2924
2924
|
"$type": "color",
|
|
2925
2925
|
"$description": "Used for the background of an outlined danger (destructive) button in the default state.",
|
|
@@ -2930,7 +2930,7 @@
|
|
|
2930
2930
|
]
|
|
2931
2931
|
}
|
|
2932
2932
|
},
|
|
2933
|
-
"button-danger-secondary-background-color-hover": {
|
|
2933
|
+
"🔒/button-danger-secondary-background-color-hover": {
|
|
2934
2934
|
"$value": "{color-red-50}",
|
|
2935
2935
|
"$type": "color",
|
|
2936
2936
|
"$description": "Used for the background of an outlined danger (destructive) button in the hover state.",
|
|
@@ -2941,8 +2941,8 @@
|
|
|
2941
2941
|
]
|
|
2942
2942
|
}
|
|
2943
2943
|
},
|
|
2944
|
-
"button-danger-secondary-background-color-focus": {
|
|
2945
|
-
"$value": "{button-danger-secondary-background-color-hover}",
|
|
2944
|
+
"🔒/button-danger-secondary-background-color-focus": {
|
|
2945
|
+
"$value": "{🔒/button-danger-secondary-background-color-hover}",
|
|
2946
2946
|
"$type": "color",
|
|
2947
2947
|
"$description": "Used for the background of an outlined danger (destructive) button in the focus state.",
|
|
2948
2948
|
"$extensions": {
|
|
@@ -2952,7 +2952,7 @@
|
|
|
2952
2952
|
]
|
|
2953
2953
|
}
|
|
2954
2954
|
},
|
|
2955
|
-
"button-danger-secondary-background-color-active": {
|
|
2955
|
+
"🔒/button-danger-secondary-background-color-active": {
|
|
2956
2956
|
"$value": "{color-red-100}",
|
|
2957
2957
|
"$type": "color",
|
|
2958
2958
|
"$description": "Used for the background of an outlined danger (destructive) button in the active state.",
|
|
@@ -2963,7 +2963,7 @@
|
|
|
2963
2963
|
]
|
|
2964
2964
|
}
|
|
2965
2965
|
},
|
|
2966
|
-
"button-danger-secondary-border-color-default": {
|
|
2966
|
+
"🔒/button-danger-secondary-border-color-default": {
|
|
2967
2967
|
"$value": "{color-red-500}",
|
|
2968
2968
|
"$type": "color",
|
|
2969
2969
|
"$description": "Used for the border of an outlined danger (destructive) button in the default state.",
|
|
@@ -2973,7 +2973,7 @@
|
|
|
2973
2973
|
]
|
|
2974
2974
|
}
|
|
2975
2975
|
},
|
|
2976
|
-
"button-danger-secondary-border-color-hover": {
|
|
2976
|
+
"🔒/button-danger-secondary-border-color-hover": {
|
|
2977
2977
|
"$value": "{color-red-700}",
|
|
2978
2978
|
"$type": "color",
|
|
2979
2979
|
"$description": "Used for the border of an outlined danger (destructive) button in the hover state.",
|
|
@@ -2983,8 +2983,8 @@
|
|
|
2983
2983
|
]
|
|
2984
2984
|
}
|
|
2985
2985
|
},
|
|
2986
|
-
"button-danger-secondary-border-color-focus": {
|
|
2987
|
-
"$value": "{button-danger-secondary-border-color-hover}",
|
|
2986
|
+
"🔒/button-danger-secondary-border-color-focus": {
|
|
2987
|
+
"$value": "{🔒/button-danger-secondary-border-color-hover}",
|
|
2988
2988
|
"$type": "color",
|
|
2989
2989
|
"$description": "Used for the border of an outlined danger (destructive) button in the focus state.",
|
|
2990
2990
|
"$extensions": {
|
|
@@ -2993,7 +2993,7 @@
|
|
|
2993
2993
|
]
|
|
2994
2994
|
}
|
|
2995
2995
|
},
|
|
2996
|
-
"button-danger-secondary-border-color-active": {
|
|
2996
|
+
"🔒/button-danger-secondary-border-color-active": {
|
|
2997
2997
|
"$value": "{color-red-900}",
|
|
2998
2998
|
"$type": "color",
|
|
2999
2999
|
"$description": "Used for the border of an outlined danger (destructive) button in the active state.",
|
|
@@ -3003,7 +3003,7 @@
|
|
|
3003
3003
|
]
|
|
3004
3004
|
}
|
|
3005
3005
|
},
|
|
3006
|
-
"button-danger-tertiary-foreground-color-default": {
|
|
3006
|
+
"🔒/button-danger-tertiary-foreground-color-default": {
|
|
3007
3007
|
"$value": "{action-danger-foreground-color-default}",
|
|
3008
3008
|
"$type": "color",
|
|
3009
3009
|
"$description": "Used for the foreground of a borderless, tertiary danger (destructive) button in the default state.",
|
|
@@ -3014,7 +3014,7 @@
|
|
|
3014
3014
|
]
|
|
3015
3015
|
}
|
|
3016
3016
|
},
|
|
3017
|
-
"button-danger-tertiary-foreground-color-hover": {
|
|
3017
|
+
"🔒/button-danger-tertiary-foreground-color-hover": {
|
|
3018
3018
|
"$value": "{action-danger-foreground-color-hover}",
|
|
3019
3019
|
"$type": "color",
|
|
3020
3020
|
"$description": "Used for the foreground of a borderless, tertiary danger (destructive) button in the hover state.",
|
|
@@ -3025,7 +3025,7 @@
|
|
|
3025
3025
|
]
|
|
3026
3026
|
}
|
|
3027
3027
|
},
|
|
3028
|
-
"button-danger-tertiary-foreground-color-focus": {
|
|
3028
|
+
"🔒/button-danger-tertiary-foreground-color-focus": {
|
|
3029
3029
|
"$value": "{action-danger-foreground-color-focus}",
|
|
3030
3030
|
"$type": "color",
|
|
3031
3031
|
"$description": "Used for the foreground of a borderless, tertiary danger (destructive) button in the focus state.",
|
|
@@ -3036,7 +3036,7 @@
|
|
|
3036
3036
|
]
|
|
3037
3037
|
}
|
|
3038
3038
|
},
|
|
3039
|
-
"button-danger-tertiary-foreground-color-active": {
|
|
3039
|
+
"🔒/button-danger-tertiary-foreground-color-active": {
|
|
3040
3040
|
"$value": "{action-danger-foreground-color-active}",
|
|
3041
3041
|
"$type": "color",
|
|
3042
3042
|
"$description": "Used for the foreground of a borderless, tertiary danger (destructive) button in the active state.",
|
|
@@ -3047,7 +3047,7 @@
|
|
|
3047
3047
|
]
|
|
3048
3048
|
}
|
|
3049
3049
|
},
|
|
3050
|
-
"button-danger-tertiary-background-color-default": {
|
|
3050
|
+
"🔒/button-danger-tertiary-background-color-default": {
|
|
3051
3051
|
"$value": "{action-danger-background-color-default}",
|
|
3052
3052
|
"$type": "color",
|
|
3053
3053
|
"$description": "Used for the background of a borderless, tertiary danger (destructive) button in the default state.",
|
|
@@ -3058,7 +3058,7 @@
|
|
|
3058
3058
|
]
|
|
3059
3059
|
}
|
|
3060
3060
|
},
|
|
3061
|
-
"button-danger-tertiary-background-color-hover": {
|
|
3061
|
+
"🔒/button-danger-tertiary-background-color-hover": {
|
|
3062
3062
|
"$value": "{action-danger-background-color-hover}",
|
|
3063
3063
|
"$type": "color",
|
|
3064
3064
|
"$description": "Used for the background of a borderless, tertiary danger (destructive) button in the hover state.",
|
|
@@ -3069,7 +3069,7 @@
|
|
|
3069
3069
|
]
|
|
3070
3070
|
}
|
|
3071
3071
|
},
|
|
3072
|
-
"button-danger-tertiary-background-color-focus": {
|
|
3072
|
+
"🔒/button-danger-tertiary-background-color-focus": {
|
|
3073
3073
|
"$value": "{action-danger-background-color-focus}",
|
|
3074
3074
|
"$type": "color",
|
|
3075
3075
|
"$description": "Used for the background of a borderless, tertiary danger (destructive) button in the focus state.",
|
|
@@ -3080,7 +3080,7 @@
|
|
|
3080
3080
|
]
|
|
3081
3081
|
}
|
|
3082
3082
|
},
|
|
3083
|
-
"button-danger-tertiary-background-color-active": {
|
|
3083
|
+
"🔒/button-danger-tertiary-background-color-active": {
|
|
3084
3084
|
"$value": "{action-danger-background-color-active}",
|
|
3085
3085
|
"$type": "color",
|
|
3086
3086
|
"$description": "Used for the background of a borderless, tertiary danger (destructive) button in the active state.",
|
|
@@ -3091,7 +3091,7 @@
|
|
|
3091
3091
|
]
|
|
3092
3092
|
}
|
|
3093
3093
|
},
|
|
3094
|
-
"button-danger-tertiary-border-color-default": {
|
|
3094
|
+
"🔒/button-danger-tertiary-border-color-default": {
|
|
3095
3095
|
"$value": "{action-danger-border-color-default}",
|
|
3096
3096
|
"$type": "color",
|
|
3097
3097
|
"$description": "Used for the border of a borderless, tertiary danger (destructive) button in the default state.",
|
|
@@ -3101,7 +3101,7 @@
|
|
|
3101
3101
|
]
|
|
3102
3102
|
}
|
|
3103
3103
|
},
|
|
3104
|
-
"button-danger-tertiary-border-color-hover": {
|
|
3104
|
+
"🔒/button-danger-tertiary-border-color-hover": {
|
|
3105
3105
|
"$value": "{action-danger-border-color-hover}",
|
|
3106
3106
|
"$type": "color",
|
|
3107
3107
|
"$description": "Used for the border of a borderless, tertiary danger (destructive) button in the hover state.",
|
|
@@ -3111,7 +3111,7 @@
|
|
|
3111
3111
|
]
|
|
3112
3112
|
}
|
|
3113
3113
|
},
|
|
3114
|
-
"button-danger-tertiary-border-color-focus": {
|
|
3114
|
+
"🔒/button-danger-tertiary-border-color-focus": {
|
|
3115
3115
|
"$value": "{action-danger-border-color-focus}",
|
|
3116
3116
|
"$type": "color",
|
|
3117
3117
|
"$description": "Used for the border of a borderless, tertiary danger (destructive) button in the focus state.",
|
|
@@ -3121,7 +3121,7 @@
|
|
|
3121
3121
|
]
|
|
3122
3122
|
}
|
|
3123
3123
|
},
|
|
3124
|
-
"button-danger-tertiary-border-color-active": {
|
|
3124
|
+
"🔒/button-danger-tertiary-border-color-active": {
|
|
3125
3125
|
"$value": "{action-danger-border-color-active}",
|
|
3126
3126
|
"$type": "color",
|
|
3127
3127
|
"$description": "Used for the border of a borderless, tertiary danger (destructive) button in the active state.",
|
|
@@ -3131,7 +3131,7 @@
|
|
|
3131
3131
|
]
|
|
3132
3132
|
}
|
|
3133
3133
|
},
|
|
3134
|
-
"button-link-border-radius": {
|
|
3134
|
+
"🔒/button-link-border-radius": {
|
|
3135
3135
|
"$value": "{border-radius-md}",
|
|
3136
3136
|
"$type": "dimension",
|
|
3137
3137
|
"$description": "Used for link button border radius.",
|
|
@@ -3141,7 +3141,7 @@
|
|
|
3141
3141
|
]
|
|
3142
3142
|
}
|
|
3143
3143
|
},
|
|
3144
|
-
"button-link-text-color-default": {
|
|
3144
|
+
"🔒/button-link-text-color-default": {
|
|
3145
3145
|
"$value": "{text-color-link}",
|
|
3146
3146
|
"$type": "color",
|
|
3147
3147
|
"$description": "Used for the text of a link button in the default state.",
|
|
@@ -3152,8 +3152,8 @@
|
|
|
3152
3152
|
]
|
|
3153
3153
|
}
|
|
3154
3154
|
},
|
|
3155
|
-
"button-link-text-color-hover": {
|
|
3156
|
-
"$value": "{button-link-text-color-default}",
|
|
3155
|
+
"🔒/button-link-text-color-hover": {
|
|
3156
|
+
"$value": "{🔒/button-link-text-color-default}",
|
|
3157
3157
|
"$type": "color",
|
|
3158
3158
|
"$description": "Used for the text of a link button in the hover state.",
|
|
3159
3159
|
"$extensions": {
|
|
@@ -3163,8 +3163,8 @@
|
|
|
3163
3163
|
]
|
|
3164
3164
|
}
|
|
3165
3165
|
},
|
|
3166
|
-
"button-link-text-color-focus": {
|
|
3167
|
-
"$value": "{button-link-text-color-default}",
|
|
3166
|
+
"🔒/button-link-text-color-focus": {
|
|
3167
|
+
"$value": "{🔒/button-link-text-color-default}",
|
|
3168
3168
|
"$type": "color",
|
|
3169
3169
|
"$description": "Used for the text of a link button in the focus state.",
|
|
3170
3170
|
"$extensions": {
|
|
@@ -3174,8 +3174,8 @@
|
|
|
3174
3174
|
]
|
|
3175
3175
|
}
|
|
3176
3176
|
},
|
|
3177
|
-
"button-link-text-color-active": {
|
|
3178
|
-
"$value": "{button-link-text-color-default}",
|
|
3177
|
+
"🔒/button-link-text-color-active": {
|
|
3178
|
+
"$value": "{🔒/button-link-text-color-default}",
|
|
3179
3179
|
"$type": "color",
|
|
3180
3180
|
"$description": "Used for the text of a link button in the active state.",
|
|
3181
3181
|
"$extensions": {
|
|
@@ -3185,8 +3185,8 @@
|
|
|
3185
3185
|
]
|
|
3186
3186
|
}
|
|
3187
3187
|
},
|
|
3188
|
-
"button-selected-foreground-color-default": {
|
|
3189
|
-
"$value": "{button-default-primary-foreground-color-default}",
|
|
3188
|
+
"🔒/button-selected-foreground-color-default": {
|
|
3189
|
+
"$value": "{🔒/button-default-primary-foreground-color-default}",
|
|
3190
3190
|
"$type": "color",
|
|
3191
3191
|
"$description": "Used for the foreground of a selected button in the default state.",
|
|
3192
3192
|
"$extensions": {
|
|
@@ -3196,8 +3196,8 @@
|
|
|
3196
3196
|
]
|
|
3197
3197
|
}
|
|
3198
3198
|
},
|
|
3199
|
-
"button-selected-foreground-color-hover": {
|
|
3200
|
-
"$value": "{button-default-primary-foreground-color-hover}",
|
|
3199
|
+
"🔒/button-selected-foreground-color-hover": {
|
|
3200
|
+
"$value": "{🔒/button-default-primary-foreground-color-hover}",
|
|
3201
3201
|
"$type": "color",
|
|
3202
3202
|
"$description": "Used for the foreground of a selected button in the hover state.",
|
|
3203
3203
|
"$extensions": {
|
|
@@ -3207,8 +3207,8 @@
|
|
|
3207
3207
|
]
|
|
3208
3208
|
}
|
|
3209
3209
|
},
|
|
3210
|
-
"button-selected-foreground-color-focus": {
|
|
3211
|
-
"$value": "{button-default-primary-foreground-color-focus}",
|
|
3210
|
+
"🔒/button-selected-foreground-color-focus": {
|
|
3211
|
+
"$value": "{🔒/button-default-primary-foreground-color-focus}",
|
|
3212
3212
|
"$type": "color",
|
|
3213
3213
|
"$description": "Used for the foreground of a selected button in the focus state.",
|
|
3214
3214
|
"$extensions": {
|
|
@@ -3218,8 +3218,8 @@
|
|
|
3218
3218
|
]
|
|
3219
3219
|
}
|
|
3220
3220
|
},
|
|
3221
|
-
"button-selected-foreground-color-active": {
|
|
3222
|
-
"$value": "{button-default-primary-foreground-color-active}",
|
|
3221
|
+
"🔒/button-selected-foreground-color-active": {
|
|
3222
|
+
"$value": "{🔒/button-default-primary-foreground-color-active}",
|
|
3223
3223
|
"$type": "color",
|
|
3224
3224
|
"$description": "Used for the foreground of a selected button in the active state.",
|
|
3225
3225
|
"$extensions": {
|
|
@@ -3229,7 +3229,7 @@
|
|
|
3229
3229
|
]
|
|
3230
3230
|
}
|
|
3231
3231
|
},
|
|
3232
|
-
"button-selected-background-color-default": {
|
|
3232
|
+
"🔒/button-selected-background-color-default": {
|
|
3233
3233
|
"$value": "{color-neutral-50}",
|
|
3234
3234
|
"$type": "color",
|
|
3235
3235
|
"$description": "Used for the background of a selected button in the default state.",
|
|
@@ -3240,8 +3240,8 @@
|
|
|
3240
3240
|
]
|
|
3241
3241
|
}
|
|
3242
3242
|
},
|
|
3243
|
-
"button-selected-background-color-hover": {
|
|
3244
|
-
"$value": "{button-default-primary-background-color-hover}",
|
|
3243
|
+
"🔒/button-selected-background-color-hover": {
|
|
3244
|
+
"$value": "{🔒/button-default-primary-background-color-hover}",
|
|
3245
3245
|
"$type": "color",
|
|
3246
3246
|
"$description": "Used for the background of a selected button in the hover state.",
|
|
3247
3247
|
"$extensions": {
|
|
@@ -3251,8 +3251,8 @@
|
|
|
3251
3251
|
]
|
|
3252
3252
|
}
|
|
3253
3253
|
},
|
|
3254
|
-
"button-selected-background-color-focus": {
|
|
3255
|
-
"$value": "{button-default-primary-background-color-focus}",
|
|
3254
|
+
"🔒/button-selected-background-color-focus": {
|
|
3255
|
+
"$value": "{🔒/button-default-primary-background-color-focus}",
|
|
3256
3256
|
"$type": "color",
|
|
3257
3257
|
"$description": "Used for the background of a selected button in the focus state.",
|
|
3258
3258
|
"$extensions": {
|
|
@@ -3262,8 +3262,8 @@
|
|
|
3262
3262
|
]
|
|
3263
3263
|
}
|
|
3264
3264
|
},
|
|
3265
|
-
"button-selected-background-color-active": {
|
|
3266
|
-
"$value": "{button-default-primary-background-color-active}",
|
|
3265
|
+
"🔒/button-selected-background-color-active": {
|
|
3266
|
+
"$value": "{🔒/button-default-primary-background-color-active}",
|
|
3267
3267
|
"$type": "color",
|
|
3268
3268
|
"$description": "Used for the background of a selected button in the active state.",
|
|
3269
3269
|
"$extensions": {
|
|
@@ -3273,7 +3273,7 @@
|
|
|
3273
3273
|
]
|
|
3274
3274
|
}
|
|
3275
3275
|
},
|
|
3276
|
-
"button-selected-border-color-default": {
|
|
3276
|
+
"🔒/button-selected-border-color-default": {
|
|
3277
3277
|
"$value": "{color-neutral-300}",
|
|
3278
3278
|
"$type": "color",
|
|
3279
3279
|
"$description": "Used for the border of a selected button in the default state.",
|
|
@@ -3283,7 +3283,7 @@
|
|
|
3283
3283
|
]
|
|
3284
3284
|
}
|
|
3285
3285
|
},
|
|
3286
|
-
"button-selected-border-color-hover": {
|
|
3286
|
+
"🔒/button-selected-border-color-hover": {
|
|
3287
3287
|
"$value": "{color-neutral-400}",
|
|
3288
3288
|
"$type": "color",
|
|
3289
3289
|
"$description": "Used for the border of a selected button in the hover state.",
|
|
@@ -3293,8 +3293,8 @@
|
|
|
3293
3293
|
]
|
|
3294
3294
|
}
|
|
3295
3295
|
},
|
|
3296
|
-
"button-selected-border-color-focus": {
|
|
3297
|
-
"$value": "{button-selected-border-color-hover}",
|
|
3296
|
+
"🔒/button-selected-border-color-focus": {
|
|
3297
|
+
"$value": "{🔒/button-selected-border-color-hover}",
|
|
3298
3298
|
"$type": "color",
|
|
3299
3299
|
"$description": "Used for the border of a selected button in the focus state.",
|
|
3300
3300
|
"$extensions": {
|
|
@@ -3303,7 +3303,7 @@
|
|
|
3303
3303
|
]
|
|
3304
3304
|
}
|
|
3305
3305
|
},
|
|
3306
|
-
"button-selected-border-color-active": {
|
|
3306
|
+
"🔒/button-selected-border-color-active": {
|
|
3307
3307
|
"$value": "{color-neutral-600}",
|
|
3308
3308
|
"$type": "color",
|
|
3309
3309
|
"$description": "Used for the border of a selected button in the active state.",
|
|
@@ -3313,7 +3313,7 @@
|
|
|
3313
3313
|
]
|
|
3314
3314
|
}
|
|
3315
3315
|
},
|
|
3316
|
-
"button-disabled-foreground-color": {
|
|
3316
|
+
"🔒/button-disabled-foreground-color": {
|
|
3317
3317
|
"$value": "{color-neutral-500}",
|
|
3318
3318
|
"$type": "color",
|
|
3319
3319
|
"$description": "Used for the foreground of a disabled button.",
|
|
@@ -3324,7 +3324,7 @@
|
|
|
3324
3324
|
]
|
|
3325
3325
|
}
|
|
3326
3326
|
},
|
|
3327
|
-
"button-disabled-background-color": {
|
|
3327
|
+
"🔒/button-disabled-background-color": {
|
|
3328
3328
|
"$value": "{color-neutral-10}",
|
|
3329
3329
|
"$type": "color",
|
|
3330
3330
|
"$description": "Used for the background of a disabled button.",
|
|
@@ -3335,7 +3335,7 @@
|
|
|
3335
3335
|
]
|
|
3336
3336
|
}
|
|
3337
3337
|
},
|
|
3338
|
-
"button-disabled-border-color": {
|
|
3338
|
+
"🔒/button-disabled-border-color": {
|
|
3339
3339
|
"$value": "{color-neutral-100}",
|
|
3340
3340
|
"$type": "color",
|
|
3341
3341
|
"$description": "Used for the border of a disabled button.",
|
|
@@ -3345,7 +3345,7 @@
|
|
|
3345
3345
|
]
|
|
3346
3346
|
}
|
|
3347
3347
|
},
|
|
3348
|
-
"button-count-background-color": {
|
|
3348
|
+
"🔒/button-count-background-color": {
|
|
3349
3349
|
"$value": "{color-alpha-dark-8}",
|
|
3350
3350
|
"$type": "color",
|
|
3351
3351
|
"$description": "Used for the background of a button count element.",
|
|
@@ -3356,8 +3356,8 @@
|
|
|
3356
3356
|
]
|
|
3357
3357
|
}
|
|
3358
3358
|
},
|
|
3359
|
-
"card-border-radius": {
|
|
3360
|
-
"$value": "{border-radius-
|
|
3359
|
+
"🔒/card-border-radius": {
|
|
3360
|
+
"$value": "{border-radius-xl}",
|
|
3361
3361
|
"$type": "dimension",
|
|
3362
3362
|
"$description": "Used for card border radius.",
|
|
3363
3363
|
"$extensions": {
|
|
@@ -3366,7 +3366,7 @@
|
|
|
3366
3366
|
]
|
|
3367
3367
|
}
|
|
3368
3368
|
},
|
|
3369
|
-
"chart-axis-pointer-color": {
|
|
3369
|
+
"🔒/chart-axis-pointer-color": {
|
|
3370
3370
|
"$value": "{icon-color-subtle}",
|
|
3371
3371
|
"$type": "color",
|
|
3372
3372
|
"$description": "Used in charts for the color of the reference line and axis value under mouse pointer.",
|
|
@@ -3376,7 +3376,7 @@
|
|
|
3376
3376
|
]
|
|
3377
3377
|
}
|
|
3378
3378
|
},
|
|
3379
|
-
"chart-axis-line-color": {
|
|
3379
|
+
"🔒/chart-axis-line-color": {
|
|
3380
3380
|
"$value": "{color-neutral-200}",
|
|
3381
3381
|
"$type": "color",
|
|
3382
3382
|
"$description": "Used in charts for axis line color.",
|
|
@@ -3386,7 +3386,7 @@
|
|
|
3386
3386
|
]
|
|
3387
3387
|
}
|
|
3388
3388
|
},
|
|
3389
|
-
"chart-axis-text-color": {
|
|
3389
|
+
"🔒/chart-axis-text-color": {
|
|
3390
3390
|
"$value": "{text-color-subtle}",
|
|
3391
3391
|
"$type": "color",
|
|
3392
3392
|
"$description": "Used in charts for the text color of axis titles and labels.",
|
|
@@ -3396,7 +3396,7 @@
|
|
|
3396
3396
|
]
|
|
3397
3397
|
}
|
|
3398
3398
|
},
|
|
3399
|
-
"chart-threshold-area-color": {
|
|
3399
|
+
"🔒/chart-threshold-area-color": {
|
|
3400
3400
|
"$value": {
|
|
3401
3401
|
"colorSpace": "srgb",
|
|
3402
3402
|
"components": [
|
|
@@ -3414,7 +3414,7 @@
|
|
|
3414
3414
|
]
|
|
3415
3415
|
}
|
|
3416
3416
|
},
|
|
3417
|
-
"chart-threshold-line-color": {
|
|
3417
|
+
"🔒/chart-threshold-line-color": {
|
|
3418
3418
|
"$value": "{color-red-500}",
|
|
3419
3419
|
"$type": "color",
|
|
3420
3420
|
"$description": "Used in charts to divide a threshold area in a chart from other data.",
|
|
@@ -3424,7 +3424,7 @@
|
|
|
3424
3424
|
]
|
|
3425
3425
|
}
|
|
3426
3426
|
},
|
|
3427
|
-
"chart-zoom-filler-color": {
|
|
3427
|
+
"🔒/chart-zoom-filler-color": {
|
|
3428
3428
|
"$value": "{color-alpha-dark-8}",
|
|
3429
3429
|
"$type": "color",
|
|
3430
3430
|
"$description": "Used in charts for the overlay color when zooming in on a specific area of data.",
|
|
@@ -3434,7 +3434,7 @@
|
|
|
3434
3434
|
]
|
|
3435
3435
|
}
|
|
3436
3436
|
},
|
|
3437
|
-
"chart-zoom-handle-color": {
|
|
3437
|
+
"🔒/chart-zoom-handle-color": {
|
|
3438
3438
|
"$value": "{icon-color-subtle}",
|
|
3439
3439
|
"$type": "color",
|
|
3440
3440
|
"$description": "Used in charts for the handle color when zooming in on a specific area of data.",
|
|
@@ -3444,7 +3444,7 @@
|
|
|
3444
3444
|
]
|
|
3445
3445
|
}
|
|
3446
3446
|
},
|
|
3447
|
-
"datepicker-background-color": {
|
|
3447
|
+
"🔒/datepicker-background-color": {
|
|
3448
3448
|
"$value": "{color-neutral-0}",
|
|
3449
3449
|
"$type": "color",
|
|
3450
3450
|
"$description": "Used for the background color of datepicker.",
|
|
@@ -3455,7 +3455,7 @@
|
|
|
3455
3455
|
]
|
|
3456
3456
|
}
|
|
3457
3457
|
},
|
|
3458
|
-
"datepicker-date-text-color-selected": {
|
|
3458
|
+
"🔒/datepicker-date-text-color-selected": {
|
|
3459
3459
|
"$value": "{control-indicator-color-selected}",
|
|
3460
3460
|
"$type": "color",
|
|
3461
3461
|
"$description": "Used for the datepicker date text color state indicators.",
|
|
@@ -3465,7 +3465,7 @@
|
|
|
3465
3465
|
]
|
|
3466
3466
|
}
|
|
3467
3467
|
},
|
|
3468
|
-
"drawer-border-radius": {
|
|
3468
|
+
"🔒/drawer-border-radius": {
|
|
3469
3469
|
"$value": "{border-radius-2xl}",
|
|
3470
3470
|
"$type": "dimension",
|
|
3471
3471
|
"$description": "Used for drawer border radius.",
|
|
@@ -3475,7 +3475,7 @@
|
|
|
3475
3475
|
]
|
|
3476
3476
|
}
|
|
3477
3477
|
},
|
|
3478
|
-
"dropdown-background-color": {
|
|
3478
|
+
"🔒/dropdown-background-color": {
|
|
3479
3479
|
"$value": "{background-color-overlap}",
|
|
3480
3480
|
"$type": "color",
|
|
3481
3481
|
"$description": "Used for the background of a dropdown.",
|
|
@@ -3486,7 +3486,7 @@
|
|
|
3486
3486
|
]
|
|
3487
3487
|
}
|
|
3488
3488
|
},
|
|
3489
|
-
"dropdown-border-radius": {
|
|
3489
|
+
"🔒/dropdown-border-radius": {
|
|
3490
3490
|
"$value": "{border-radius-lg}",
|
|
3491
3491
|
"$type": "dimension",
|
|
3492
3492
|
"$description": "Used for the border radius of a dropdown.",
|
|
@@ -3496,7 +3496,7 @@
|
|
|
3496
3496
|
]
|
|
3497
3497
|
}
|
|
3498
3498
|
},
|
|
3499
|
-
"dropdown-divider-color": {
|
|
3499
|
+
"🔒/dropdown-divider-color": {
|
|
3500
3500
|
"$value": "{border-color-default}",
|
|
3501
3501
|
"$type": "color",
|
|
3502
3502
|
"$description": "Used for the divider of a dropdown.",
|
|
@@ -3507,7 +3507,7 @@
|
|
|
3507
3507
|
]
|
|
3508
3508
|
}
|
|
3509
3509
|
},
|
|
3510
|
-
"dropdown-option-text-color-default": {
|
|
3510
|
+
"🔒/dropdown-option-text-color-default": {
|
|
3511
3511
|
"$value": "{action-neutral-foreground-color-default}",
|
|
3512
3512
|
"$type": "color",
|
|
3513
3513
|
"$description": "Used for the text of a dropdown option in the default state.",
|
|
@@ -3517,7 +3517,7 @@
|
|
|
3517
3517
|
]
|
|
3518
3518
|
}
|
|
3519
3519
|
},
|
|
3520
|
-
"dropdown-option-text-color-hover": {
|
|
3520
|
+
"🔒/dropdown-option-text-color-hover": {
|
|
3521
3521
|
"$value": "{action-neutral-foreground-color-hover}",
|
|
3522
3522
|
"$type": "color",
|
|
3523
3523
|
"$description": "Used for the text of a dropdown option in the hover state.",
|
|
@@ -3527,7 +3527,7 @@
|
|
|
3527
3527
|
]
|
|
3528
3528
|
}
|
|
3529
3529
|
},
|
|
3530
|
-
"dropdown-option-text-color-focus": {
|
|
3530
|
+
"🔒/dropdown-option-text-color-focus": {
|
|
3531
3531
|
"$value": "{action-neutral-foreground-color-focus}",
|
|
3532
3532
|
"$type": "color",
|
|
3533
3533
|
"$description": "Used for the text of a dropdown option in the focus state.",
|
|
@@ -3537,7 +3537,7 @@
|
|
|
3537
3537
|
]
|
|
3538
3538
|
}
|
|
3539
3539
|
},
|
|
3540
|
-
"dropdown-option-text-color-active": {
|
|
3540
|
+
"🔒/dropdown-option-text-color-active": {
|
|
3541
3541
|
"$value": "{action-neutral-foreground-color-active}",
|
|
3542
3542
|
"$type": "color",
|
|
3543
3543
|
"$description": "Used for the text of a dropdown option in the active state.",
|
|
@@ -3547,7 +3547,7 @@
|
|
|
3547
3547
|
]
|
|
3548
3548
|
}
|
|
3549
3549
|
},
|
|
3550
|
-
"dropdown-option-text-color-disabled": {
|
|
3550
|
+
"🔒/dropdown-option-text-color-disabled": {
|
|
3551
3551
|
"$value": "{action-disabled-foreground-color}",
|
|
3552
3552
|
"$type": "color",
|
|
3553
3553
|
"$description": "Used for the text of a dropdown option in the disabled state.",
|
|
@@ -3557,7 +3557,7 @@
|
|
|
3557
3557
|
]
|
|
3558
3558
|
}
|
|
3559
3559
|
},
|
|
3560
|
-
"dropdown-option-indicator-color-selected-default": {
|
|
3560
|
+
"🔒/dropdown-option-indicator-color-selected-default": {
|
|
3561
3561
|
"$value": "{control-background-color-selected-default}",
|
|
3562
3562
|
"$type": "color",
|
|
3563
3563
|
"$description": "Used for the dropdown selected option indicator in the default state.",
|
|
@@ -3568,7 +3568,7 @@
|
|
|
3568
3568
|
]
|
|
3569
3569
|
}
|
|
3570
3570
|
},
|
|
3571
|
-
"dropdown-option-indicator-color-selected-hover": {
|
|
3571
|
+
"🔒/dropdown-option-indicator-color-selected-hover": {
|
|
3572
3572
|
"$value": "{control-background-color-selected-hover}",
|
|
3573
3573
|
"$type": "color",
|
|
3574
3574
|
"$description": "Used for the dropdown selected option indicator in the hover state.",
|
|
@@ -3579,7 +3579,7 @@
|
|
|
3579
3579
|
]
|
|
3580
3580
|
}
|
|
3581
3581
|
},
|
|
3582
|
-
"dropdown-option-indicator-color-selected-focus": {
|
|
3582
|
+
"🔒/dropdown-option-indicator-color-selected-focus": {
|
|
3583
3583
|
"$value": "{control-background-color-selected-focus}",
|
|
3584
3584
|
"$type": "color",
|
|
3585
3585
|
"$description": "Used for the dropdown selected option indicator in the focus state.",
|
|
@@ -3590,7 +3590,7 @@
|
|
|
3590
3590
|
]
|
|
3591
3591
|
}
|
|
3592
3592
|
},
|
|
3593
|
-
"dropdown-option-indicator-color-selected-active": {
|
|
3593
|
+
"🔒/dropdown-option-indicator-color-selected-active": {
|
|
3594
3594
|
"$value": "{control-background-color-selected-focus}",
|
|
3595
3595
|
"$type": "color",
|
|
3596
3596
|
"$description": "Used for the dropdown selected option indicator in the active state.",
|
|
@@ -3601,7 +3601,7 @@
|
|
|
3601
3601
|
]
|
|
3602
3602
|
}
|
|
3603
3603
|
},
|
|
3604
|
-
"dropdown-option-background-color-unselected-default": {
|
|
3604
|
+
"🔒/dropdown-option-background-color-unselected-default": {
|
|
3605
3605
|
"$value": "{action-neutral-background-color-default}",
|
|
3606
3606
|
"$type": "color",
|
|
3607
3607
|
"$description": "Used for the background of an unselected dropdown option in the default state.",
|
|
@@ -3612,7 +3612,7 @@
|
|
|
3612
3612
|
]
|
|
3613
3613
|
}
|
|
3614
3614
|
},
|
|
3615
|
-
"dropdown-option-background-color-unselected-hover": {
|
|
3615
|
+
"🔒/dropdown-option-background-color-unselected-hover": {
|
|
3616
3616
|
"$value": "{action-neutral-background-color-hover}",
|
|
3617
3617
|
"$type": "color",
|
|
3618
3618
|
"$description": "Used for the background of an unselected dropdown option in the hover state.",
|
|
@@ -3623,7 +3623,7 @@
|
|
|
3623
3623
|
]
|
|
3624
3624
|
}
|
|
3625
3625
|
},
|
|
3626
|
-
"dropdown-option-background-color-unselected-focus": {
|
|
3626
|
+
"🔒/dropdown-option-background-color-unselected-focus": {
|
|
3627
3627
|
"$value": "{action-neutral-background-color-focus}",
|
|
3628
3628
|
"$type": "color",
|
|
3629
3629
|
"$description": "Used for the background of an unselected dropdown option in the focus state.",
|
|
@@ -3634,7 +3634,7 @@
|
|
|
3634
3634
|
]
|
|
3635
3635
|
}
|
|
3636
3636
|
},
|
|
3637
|
-
"dropdown-option-background-color-unselected-active": {
|
|
3637
|
+
"🔒/dropdown-option-background-color-unselected-active": {
|
|
3638
3638
|
"$value": "{action-neutral-background-color-active}",
|
|
3639
3639
|
"$type": "color",
|
|
3640
3640
|
"$description": "Used for the background of an unselected dropdown option in the active state.",
|
|
@@ -3645,7 +3645,7 @@
|
|
|
3645
3645
|
]
|
|
3646
3646
|
}
|
|
3647
3647
|
},
|
|
3648
|
-
"dropdown-option-background-color-selected-default": {
|
|
3648
|
+
"🔒/dropdown-option-background-color-selected-default": {
|
|
3649
3649
|
"$value": "{color-neutral-50}",
|
|
3650
3650
|
"$type": "color",
|
|
3651
3651
|
"$description": "Used for the background of a selected dropdown option in the default state.",
|
|
@@ -3656,7 +3656,7 @@
|
|
|
3656
3656
|
]
|
|
3657
3657
|
}
|
|
3658
3658
|
},
|
|
3659
|
-
"dropdown-option-background-color-selected-hover": {
|
|
3659
|
+
"🔒/dropdown-option-background-color-selected-hover": {
|
|
3660
3660
|
"$value": "{color-neutral-100}",
|
|
3661
3661
|
"$type": "color",
|
|
3662
3662
|
"$description": "Used for the background of a selected dropdown option in the hover state.",
|
|
@@ -3667,8 +3667,8 @@
|
|
|
3667
3667
|
]
|
|
3668
3668
|
}
|
|
3669
3669
|
},
|
|
3670
|
-
"dropdown-option-background-color-selected-focus": {
|
|
3671
|
-
"$value": "{dropdown-option-background-color-selected-hover}",
|
|
3670
|
+
"🔒/dropdown-option-background-color-selected-focus": {
|
|
3671
|
+
"$value": "{🔒/dropdown-option-background-color-selected-hover}",
|
|
3672
3672
|
"$type": "color",
|
|
3673
3673
|
"$description": "Used for the background of a selected dropdown option in the focus state.",
|
|
3674
3674
|
"$extensions": {
|
|
@@ -3678,7 +3678,7 @@
|
|
|
3678
3678
|
]
|
|
3679
3679
|
}
|
|
3680
3680
|
},
|
|
3681
|
-
"dropdown-option-background-color-selected-active": {
|
|
3681
|
+
"🔒/dropdown-option-background-color-selected-active": {
|
|
3682
3682
|
"$value": "{color-neutral-200}",
|
|
3683
3683
|
"$type": "color",
|
|
3684
3684
|
"$description": "Used for the background of a selected dropdown option in the active state.",
|
|
@@ -3689,7 +3689,7 @@
|
|
|
3689
3689
|
]
|
|
3690
3690
|
}
|
|
3691
3691
|
},
|
|
3692
|
-
"dropdown-search-background-color": {
|
|
3692
|
+
"🔒/dropdown-search-background-color": {
|
|
3693
3693
|
"$value": "{color-alpha-dark-2}",
|
|
3694
3694
|
"$type": "color",
|
|
3695
3695
|
"$description": "Used for the background of a search input in a dropdown listbox.",
|
|
@@ -3700,7 +3700,7 @@
|
|
|
3700
3700
|
]
|
|
3701
3701
|
}
|
|
3702
3702
|
},
|
|
3703
|
-
"filtered-search-token-type-background-color-default": {
|
|
3703
|
+
"🔒/filtered-search-token-type-background-color-default": {
|
|
3704
3704
|
"$value": "{color-neutral-50}",
|
|
3705
3705
|
"$type": "color",
|
|
3706
3706
|
"$description": "Used for the filtered search type token background color in the default state.",
|
|
@@ -3711,7 +3711,7 @@
|
|
|
3711
3711
|
]
|
|
3712
3712
|
}
|
|
3713
3713
|
},
|
|
3714
|
-
"filtered-search-token-type-background-color-hover": {
|
|
3714
|
+
"🔒/filtered-search-token-type-background-color-hover": {
|
|
3715
3715
|
"$value": "{color-neutral-100}",
|
|
3716
3716
|
"$type": "color",
|
|
3717
3717
|
"$description": "Used for the filtered search type token background color in the hover state.",
|
|
@@ -3722,7 +3722,7 @@
|
|
|
3722
3722
|
]
|
|
3723
3723
|
}
|
|
3724
3724
|
},
|
|
3725
|
-
"filtered-search-token-data-background-color-default": {
|
|
3725
|
+
"🔒/filtered-search-token-data-background-color-default": {
|
|
3726
3726
|
"$value": "{color-neutral-100}",
|
|
3727
3727
|
"$type": "color",
|
|
3728
3728
|
"$description": "Used for the filtered search data background color in the default state.",
|
|
@@ -3733,7 +3733,7 @@
|
|
|
3733
3733
|
]
|
|
3734
3734
|
}
|
|
3735
3735
|
},
|
|
3736
|
-
"filtered-search-token-data-background-color-hover": {
|
|
3736
|
+
"🔒/filtered-search-token-data-background-color-hover": {
|
|
3737
3737
|
"$value": "{color-neutral-200}",
|
|
3738
3738
|
"$type": "color",
|
|
3739
3739
|
"$description": "Used for the filtered search data token background color in the hover state.",
|
|
@@ -3744,7 +3744,7 @@
|
|
|
3744
3744
|
]
|
|
3745
3745
|
}
|
|
3746
3746
|
},
|
|
3747
|
-
"filtered-search-token-operator-background-color-default": {
|
|
3747
|
+
"🔒/filtered-search-token-operator-background-color-default": {
|
|
3748
3748
|
"$value": "{color-neutral-50}",
|
|
3749
3749
|
"$type": "color",
|
|
3750
3750
|
"$description": "Used for the filtered search operator background color in the default state.",
|
|
@@ -3755,7 +3755,7 @@
|
|
|
3755
3755
|
]
|
|
3756
3756
|
}
|
|
3757
3757
|
},
|
|
3758
|
-
"filtered-search-token-operator-background-color-hover": {
|
|
3758
|
+
"🔒/filtered-search-token-operator-background-color-hover": {
|
|
3759
3759
|
"$value": "{color-neutral-100}",
|
|
3760
3760
|
"$type": "color",
|
|
3761
3761
|
"$description": "Used for the filtered search operator token background color in the hover state.",
|
|
@@ -3766,7 +3766,7 @@
|
|
|
3766
3766
|
]
|
|
3767
3767
|
}
|
|
3768
3768
|
},
|
|
3769
|
-
"illustration-stroke-color-default": {
|
|
3769
|
+
"🔒/illustration-stroke-color-default": {
|
|
3770
3770
|
"$value": {
|
|
3771
3771
|
"colorSpace": "srgb",
|
|
3772
3772
|
"components": [
|
|
@@ -3785,7 +3785,7 @@
|
|
|
3785
3785
|
]
|
|
3786
3786
|
}
|
|
3787
3787
|
},
|
|
3788
|
-
"illustration-stroke-width-default": {
|
|
3788
|
+
"🔒/illustration-stroke-width-default": {
|
|
3789
3789
|
"$value": "2",
|
|
3790
3790
|
"$type": "dimension",
|
|
3791
3791
|
"$description": "Default stroke width to define shape and provide essential detail.",
|
|
@@ -3795,7 +3795,7 @@
|
|
|
3795
3795
|
]
|
|
3796
3796
|
}
|
|
3797
3797
|
},
|
|
3798
|
-
"illustration-fill-color-default": {
|
|
3798
|
+
"🔒/illustration-fill-color-default": {
|
|
3799
3799
|
"$value": {
|
|
3800
3800
|
"colorSpace": "srgb",
|
|
3801
3801
|
"components": [
|
|
@@ -3814,7 +3814,7 @@
|
|
|
3814
3814
|
]
|
|
3815
3815
|
}
|
|
3816
3816
|
},
|
|
3817
|
-
"illustration-status-fill-color-neutral": {
|
|
3817
|
+
"🔒/illustration-status-fill-color-neutral": {
|
|
3818
3818
|
"$value": {
|
|
3819
3819
|
"colorSpace": "srgb",
|
|
3820
3820
|
"components": [
|
|
@@ -3833,7 +3833,7 @@
|
|
|
3833
3833
|
]
|
|
3834
3834
|
}
|
|
3835
3835
|
},
|
|
3836
|
-
"illustration-status-fill-color-success": {
|
|
3836
|
+
"🔒/illustration-status-fill-color-success": {
|
|
3837
3837
|
"$value": {
|
|
3838
3838
|
"colorSpace": "srgb",
|
|
3839
3839
|
"components": [
|
|
@@ -3852,7 +3852,7 @@
|
|
|
3852
3852
|
]
|
|
3853
3853
|
}
|
|
3854
3854
|
},
|
|
3855
|
-
"illustration-status-fill-color-warning": {
|
|
3855
|
+
"🔒/illustration-status-fill-color-warning": {
|
|
3856
3856
|
"$value": {
|
|
3857
3857
|
"colorSpace": "srgb",
|
|
3858
3858
|
"components": [
|
|
@@ -3871,7 +3871,7 @@
|
|
|
3871
3871
|
]
|
|
3872
3872
|
}
|
|
3873
3873
|
},
|
|
3874
|
-
"illustration-status-fill-color-danger": {
|
|
3874
|
+
"🔒/illustration-status-fill-color-danger": {
|
|
3875
3875
|
"$value": {
|
|
3876
3876
|
"colorSpace": "srgb",
|
|
3877
3877
|
"components": [
|
|
@@ -3890,7 +3890,7 @@
|
|
|
3890
3890
|
]
|
|
3891
3891
|
}
|
|
3892
3892
|
},
|
|
3893
|
-
"illustration-accent-stroke-color-orange": {
|
|
3893
|
+
"🔒/illustration-accent-stroke-color-orange": {
|
|
3894
3894
|
"$value": {
|
|
3895
3895
|
"colorSpace": "srgb",
|
|
3896
3896
|
"components": [
|
|
@@ -3909,7 +3909,7 @@
|
|
|
3909
3909
|
]
|
|
3910
3910
|
}
|
|
3911
3911
|
},
|
|
3912
|
-
"illustration-accent-stroke-color-teal": {
|
|
3912
|
+
"🔒/illustration-accent-stroke-color-teal": {
|
|
3913
3913
|
"$value": {
|
|
3914
3914
|
"colorSpace": "srgb",
|
|
3915
3915
|
"components": [
|
|
@@ -3928,7 +3928,7 @@
|
|
|
3928
3928
|
]
|
|
3929
3929
|
}
|
|
3930
3930
|
},
|
|
3931
|
-
"illustration-accent-stroke-color-strong": {
|
|
3931
|
+
"🔒/illustration-accent-stroke-color-strong": {
|
|
3932
3932
|
"$value": {
|
|
3933
3933
|
"colorSpace": "srgb",
|
|
3934
3934
|
"components": [
|
|
@@ -3947,7 +3947,7 @@
|
|
|
3947
3947
|
]
|
|
3948
3948
|
}
|
|
3949
3949
|
},
|
|
3950
|
-
"illustration-accent-fill-color-subtle": {
|
|
3950
|
+
"🔒/illustration-accent-fill-color-subtle": {
|
|
3951
3951
|
"$value": {
|
|
3952
3952
|
"colorSpace": "srgb",
|
|
3953
3953
|
"components": [
|
|
@@ -3966,7 +3966,7 @@
|
|
|
3966
3966
|
]
|
|
3967
3967
|
}
|
|
3968
3968
|
},
|
|
3969
|
-
"illustration-accent-fill-color-strong": {
|
|
3969
|
+
"🔒/illustration-accent-fill-color-strong": {
|
|
3970
3970
|
"$value": {
|
|
3971
3971
|
"colorSpace": "srgb",
|
|
3972
3972
|
"components": [
|
|
@@ -3985,7 +3985,7 @@
|
|
|
3985
3985
|
]
|
|
3986
3986
|
}
|
|
3987
3987
|
},
|
|
3988
|
-
"illustration-accent-fill-color-orange": {
|
|
3988
|
+
"🔒/illustration-accent-fill-color-orange": {
|
|
3989
3989
|
"$value": {
|
|
3990
3990
|
"colorSpace": "srgb",
|
|
3991
3991
|
"components": [
|
|
@@ -4004,7 +4004,7 @@
|
|
|
4004
4004
|
]
|
|
4005
4005
|
}
|
|
4006
4006
|
},
|
|
4007
|
-
"illustration-accent-fill-color-teal": {
|
|
4007
|
+
"🔒/illustration-accent-fill-color-teal": {
|
|
4008
4008
|
"$value": {
|
|
4009
4009
|
"colorSpace": "srgb",
|
|
4010
4010
|
"components": [
|
|
@@ -4023,7 +4023,7 @@
|
|
|
4023
4023
|
]
|
|
4024
4024
|
}
|
|
4025
4025
|
},
|
|
4026
|
-
"illustration-base-fill-color": {
|
|
4026
|
+
"🔒/illustration-base-fill-color": {
|
|
4027
4027
|
"$value": {
|
|
4028
4028
|
"colorSpace": "srgb",
|
|
4029
4029
|
"components": [
|
|
@@ -4042,7 +4042,7 @@
|
|
|
4042
4042
|
]
|
|
4043
4043
|
}
|
|
4044
4044
|
},
|
|
4045
|
-
"illustration-isometric-stroke-color-default": {
|
|
4045
|
+
"🔒/illustration-isometric-stroke-color-default": {
|
|
4046
4046
|
"$value": {
|
|
4047
4047
|
"colorSpace": "srgb",
|
|
4048
4048
|
"components": [
|
|
@@ -4061,7 +4061,7 @@
|
|
|
4061
4061
|
]
|
|
4062
4062
|
}
|
|
4063
4063
|
},
|
|
4064
|
-
"illustration-isometric-stroke-width-default": {
|
|
4064
|
+
"🔒/illustration-isometric-stroke-width-default": {
|
|
4065
4065
|
"$value": "2",
|
|
4066
4066
|
"$type": "dimension",
|
|
4067
4067
|
"$description": "Default stroke width to define shape and provide essential detail in isometric illustration.",
|
|
@@ -4071,7 +4071,7 @@
|
|
|
4071
4071
|
]
|
|
4072
4072
|
}
|
|
4073
4073
|
},
|
|
4074
|
-
"illustration-isometric-glyph-top-fill-color": {
|
|
4074
|
+
"🔒/illustration-isometric-glyph-top-fill-color": {
|
|
4075
4075
|
"$value": {
|
|
4076
4076
|
"colorSpace": "srgb",
|
|
4077
4077
|
"components": [
|
|
@@ -4090,7 +4090,7 @@
|
|
|
4090
4090
|
]
|
|
4091
4091
|
}
|
|
4092
4092
|
},
|
|
4093
|
-
"illustration-isometric-glyph-front-fill-color": {
|
|
4093
|
+
"🔒/illustration-isometric-glyph-front-fill-color": {
|
|
4094
4094
|
"$value": {
|
|
4095
4095
|
"colorSpace": "srgb",
|
|
4096
4096
|
"components": [
|
|
@@ -4109,7 +4109,7 @@
|
|
|
4109
4109
|
]
|
|
4110
4110
|
}
|
|
4111
4111
|
},
|
|
4112
|
-
"illustration-isometric-glyph-side-fill-color": {
|
|
4112
|
+
"🔒/illustration-isometric-glyph-side-fill-color": {
|
|
4113
4113
|
"$value": {
|
|
4114
4114
|
"colorSpace": "srgb",
|
|
4115
4115
|
"components": [
|
|
@@ -4128,7 +4128,7 @@
|
|
|
4128
4128
|
]
|
|
4129
4129
|
}
|
|
4130
4130
|
},
|
|
4131
|
-
"illustration-isometric-glyph-shadow-fill-color": {
|
|
4131
|
+
"🔒/illustration-isometric-glyph-shadow-fill-color": {
|
|
4132
4132
|
"$value": {
|
|
4133
4133
|
"colorSpace": "srgb",
|
|
4134
4134
|
"components": [
|
|
@@ -4148,7 +4148,7 @@
|
|
|
4148
4148
|
]
|
|
4149
4149
|
}
|
|
4150
4150
|
},
|
|
4151
|
-
"illustration-isometric-object-top-fill-color": {
|
|
4151
|
+
"🔒/illustration-isometric-object-top-fill-color": {
|
|
4152
4152
|
"$value": {
|
|
4153
4153
|
"colorSpace": "srgb",
|
|
4154
4154
|
"components": [
|
|
@@ -4167,7 +4167,7 @@
|
|
|
4167
4167
|
]
|
|
4168
4168
|
}
|
|
4169
4169
|
},
|
|
4170
|
-
"illustration-isometric-object-front-fill-color": {
|
|
4170
|
+
"🔒/illustration-isometric-object-front-fill-color": {
|
|
4171
4171
|
"$value": {
|
|
4172
4172
|
"colorSpace": "srgb",
|
|
4173
4173
|
"components": [
|
|
@@ -4186,7 +4186,7 @@
|
|
|
4186
4186
|
]
|
|
4187
4187
|
}
|
|
4188
4188
|
},
|
|
4189
|
-
"illustration-isometric-object-side-fill-color": {
|
|
4189
|
+
"🔒/illustration-isometric-object-side-fill-color": {
|
|
4190
4190
|
"$value": {
|
|
4191
4191
|
"colorSpace": "srgb",
|
|
4192
4192
|
"components": [
|
|
@@ -4205,7 +4205,7 @@
|
|
|
4205
4205
|
]
|
|
4206
4206
|
}
|
|
4207
4207
|
},
|
|
4208
|
-
"illustration-isometric-object-highlight-fill-color": {
|
|
4208
|
+
"🔒/illustration-isometric-object-highlight-fill-color": {
|
|
4209
4209
|
"$value": {
|
|
4210
4210
|
"colorSpace": "srgb",
|
|
4211
4211
|
"components": [
|
|
@@ -4224,7 +4224,7 @@
|
|
|
4224
4224
|
]
|
|
4225
4225
|
}
|
|
4226
4226
|
},
|
|
4227
|
-
"illustration-isometric-object-shadow-fill-color": {
|
|
4227
|
+
"🔒/illustration-isometric-object-shadow-fill-color": {
|
|
4228
4228
|
"$value": {
|
|
4229
4229
|
"colorSpace": "srgb",
|
|
4230
4230
|
"components": [
|
|
@@ -4244,7 +4244,7 @@
|
|
|
4244
4244
|
]
|
|
4245
4245
|
}
|
|
4246
4246
|
},
|
|
4247
|
-
"illustration-isometric-accent-top-fill-color": {
|
|
4247
|
+
"🔒/illustration-isometric-accent-top-fill-color": {
|
|
4248
4248
|
"$value": {
|
|
4249
4249
|
"colorSpace": "srgb",
|
|
4250
4250
|
"components": [
|
|
@@ -4263,7 +4263,7 @@
|
|
|
4263
4263
|
]
|
|
4264
4264
|
}
|
|
4265
4265
|
},
|
|
4266
|
-
"illustration-isometric-accent-front-fill-color": {
|
|
4266
|
+
"🔒/illustration-isometric-accent-front-fill-color": {
|
|
4267
4267
|
"$value": {
|
|
4268
4268
|
"colorSpace": "srgb",
|
|
4269
4269
|
"components": [
|
|
@@ -4282,7 +4282,7 @@
|
|
|
4282
4282
|
]
|
|
4283
4283
|
}
|
|
4284
4284
|
},
|
|
4285
|
-
"illustration-isometric-accent-side-fill-color": {
|
|
4285
|
+
"🔒/illustration-isometric-accent-side-fill-color": {
|
|
4286
4286
|
"$value": {
|
|
4287
4287
|
"colorSpace": "srgb",
|
|
4288
4288
|
"components": [
|
|
@@ -4301,7 +4301,7 @@
|
|
|
4301
4301
|
]
|
|
4302
4302
|
}
|
|
4303
4303
|
},
|
|
4304
|
-
"illustration-isometric-base-top-fill-color": {
|
|
4304
|
+
"🔒/illustration-isometric-base-top-fill-color": {
|
|
4305
4305
|
"$value": {
|
|
4306
4306
|
"colorSpace": "srgb",
|
|
4307
4307
|
"components": [
|
|
@@ -4320,7 +4320,7 @@
|
|
|
4320
4320
|
]
|
|
4321
4321
|
}
|
|
4322
4322
|
},
|
|
4323
|
-
"illustration-isometric-base-front-fill-color": {
|
|
4323
|
+
"🔒/illustration-isometric-base-front-fill-color": {
|
|
4324
4324
|
"$value": {
|
|
4325
4325
|
"colorSpace": "srgb",
|
|
4326
4326
|
"components": [
|
|
@@ -4339,7 +4339,7 @@
|
|
|
4339
4339
|
]
|
|
4340
4340
|
}
|
|
4341
4341
|
},
|
|
4342
|
-
"illustration-isometric-base-side-fill-color": {
|
|
4342
|
+
"🔒/illustration-isometric-base-side-fill-color": {
|
|
4343
4343
|
"$value": {
|
|
4344
4344
|
"colorSpace": "srgb",
|
|
4345
4345
|
"components": [
|
|
@@ -4358,7 +4358,7 @@
|
|
|
4358
4358
|
]
|
|
4359
4359
|
}
|
|
4360
4360
|
},
|
|
4361
|
-
"label-light-text-color": {
|
|
4361
|
+
"🔒/label-light-text-color": {
|
|
4362
4362
|
"$value": "{color-neutral-950}",
|
|
4363
4363
|
"$type": "color",
|
|
4364
4364
|
"$description": "Used for the label text color on a light background color.",
|
|
@@ -4368,7 +4368,7 @@
|
|
|
4368
4368
|
]
|
|
4369
4369
|
}
|
|
4370
4370
|
},
|
|
4371
|
-
"label-light-button-background-color-default": {
|
|
4371
|
+
"🔒/label-light-button-background-color-default": {
|
|
4372
4372
|
"$value": "{color-alpha-0}",
|
|
4373
4373
|
"$type": "color",
|
|
4374
4374
|
"$description": "Used for the label remove button background on a light background color in the default state.",
|
|
@@ -4379,7 +4379,7 @@
|
|
|
4379
4379
|
]
|
|
4380
4380
|
}
|
|
4381
4381
|
},
|
|
4382
|
-
"label-light-button-background-color-hover": {
|
|
4382
|
+
"🔒/label-light-button-background-color-hover": {
|
|
4383
4383
|
"$value": "{color-neutral-950}",
|
|
4384
4384
|
"$type": "color",
|
|
4385
4385
|
"$description": "Used for the label remove button background on a light background color in the hover state.",
|
|
@@ -4390,7 +4390,7 @@
|
|
|
4390
4390
|
]
|
|
4391
4391
|
}
|
|
4392
4392
|
},
|
|
4393
|
-
"label-light-button-icon-color-default": {
|
|
4393
|
+
"🔒/label-light-button-icon-color-default": {
|
|
4394
4394
|
"$value": "{color-neutral-950}",
|
|
4395
4395
|
"$type": "color",
|
|
4396
4396
|
"$description": "Used for the label remove button icon on a light background color in the default state.",
|
|
@@ -4401,7 +4401,7 @@
|
|
|
4401
4401
|
]
|
|
4402
4402
|
}
|
|
4403
4403
|
},
|
|
4404
|
-
"label-dark-text-color": {
|
|
4404
|
+
"🔒/label-dark-text-color": {
|
|
4405
4405
|
"$value": "{color-neutral-0}",
|
|
4406
4406
|
"$type": "color",
|
|
4407
4407
|
"$description": "Used for the label text color on a dark background color.",
|
|
@@ -4411,7 +4411,7 @@
|
|
|
4411
4411
|
]
|
|
4412
4412
|
}
|
|
4413
4413
|
},
|
|
4414
|
-
"label-dark-button-background-color-default": {
|
|
4414
|
+
"🔒/label-dark-button-background-color-default": {
|
|
4415
4415
|
"$value": "{color-alpha-0}",
|
|
4416
4416
|
"$type": "color",
|
|
4417
4417
|
"$description": "Used for the label remove button background on a dark background color in the default state.",
|
|
@@ -4422,7 +4422,7 @@
|
|
|
4422
4422
|
]
|
|
4423
4423
|
}
|
|
4424
4424
|
},
|
|
4425
|
-
"label-dark-button-background-color-hover": {
|
|
4425
|
+
"🔒/label-dark-button-background-color-hover": {
|
|
4426
4426
|
"$value": "{color-neutral-0}",
|
|
4427
4427
|
"$type": "color",
|
|
4428
4428
|
"$description": "Used for the label remove button background on a dark background color in the hover state.",
|
|
@@ -4433,7 +4433,7 @@
|
|
|
4433
4433
|
]
|
|
4434
4434
|
}
|
|
4435
4435
|
},
|
|
4436
|
-
"label-dark-button-icon-color-default": {
|
|
4436
|
+
"🔒/label-dark-button-icon-color-default": {
|
|
4437
4437
|
"$value": "{color-neutral-0}",
|
|
4438
4438
|
"$type": "color",
|
|
4439
4439
|
"$description": "Used for the label remove button icon on a dark background color in the default state.",
|
|
@@ -4444,7 +4444,7 @@
|
|
|
4444
4444
|
]
|
|
4445
4445
|
}
|
|
4446
4446
|
},
|
|
4447
|
-
"label-scoped-text-color": {
|
|
4447
|
+
"🔒/label-scoped-text-color": {
|
|
4448
4448
|
"$value": "{color-neutral-950}",
|
|
4449
4449
|
"$type": "color",
|
|
4450
4450
|
"$description": "Used for the scoped label text color.",
|
|
@@ -4454,7 +4454,7 @@
|
|
|
4454
4454
|
]
|
|
4455
4455
|
}
|
|
4456
4456
|
},
|
|
4457
|
-
"label-scoped-button-background-color-hover": {
|
|
4457
|
+
"🔒/label-scoped-button-background-color-hover": {
|
|
4458
4458
|
"$value": "{color-neutral-950}",
|
|
4459
4459
|
"$type": "color",
|
|
4460
4460
|
"$description": "Used for the scoped label remove button background in the hover state.",
|
|
@@ -4465,7 +4465,7 @@
|
|
|
4465
4465
|
]
|
|
4466
4466
|
}
|
|
4467
4467
|
},
|
|
4468
|
-
"label-scoped-button-icon-color-default": {
|
|
4468
|
+
"🔒/label-scoped-button-icon-color-default": {
|
|
4469
4469
|
"$value": "{color-neutral-950}",
|
|
4470
4470
|
"$type": "color",
|
|
4471
4471
|
"$description": "Used for the scoped label remove button icon in the default state.",
|
|
@@ -4476,7 +4476,7 @@
|
|
|
4476
4476
|
]
|
|
4477
4477
|
}
|
|
4478
4478
|
},
|
|
4479
|
-
"label-scoped-button-icon-color-hover": {
|
|
4479
|
+
"🔒/label-scoped-button-icon-color-hover": {
|
|
4480
4480
|
"$value": "{color-neutral-0}",
|
|
4481
4481
|
"$type": "color",
|
|
4482
4482
|
"$description": "Used for the scoped label remove button icon in the hover state.",
|
|
@@ -4487,7 +4487,7 @@
|
|
|
4487
4487
|
]
|
|
4488
4488
|
}
|
|
4489
4489
|
},
|
|
4490
|
-
"link-mention-text-color-default": {
|
|
4490
|
+
"🔒/link-mention-text-color-default": {
|
|
4491
4491
|
"$value": "{color-blue-800}",
|
|
4492
4492
|
"$type": "color",
|
|
4493
4493
|
"$description": "Used for the mention link text color.",
|
|
@@ -4497,7 +4497,7 @@
|
|
|
4497
4497
|
]
|
|
4498
4498
|
}
|
|
4499
4499
|
},
|
|
4500
|
-
"link-mention-text-color-current": {
|
|
4500
|
+
"🔒/link-mention-text-color-current": {
|
|
4501
4501
|
"$value": "{color-orange-800}",
|
|
4502
4502
|
"$type": "color",
|
|
4503
4503
|
"$description": "Used for the mention link text color when referencing the current user.",
|
|
@@ -4507,7 +4507,7 @@
|
|
|
4507
4507
|
]
|
|
4508
4508
|
}
|
|
4509
4509
|
},
|
|
4510
|
-
"link-mention-background-color-default": {
|
|
4510
|
+
"🔒/link-mention-background-color-default": {
|
|
4511
4511
|
"$value": "{color-blue-100}",
|
|
4512
4512
|
"$type": "color",
|
|
4513
4513
|
"$description": "Used for the mention link default background.",
|
|
@@ -4518,7 +4518,7 @@
|
|
|
4518
4518
|
]
|
|
4519
4519
|
}
|
|
4520
4520
|
},
|
|
4521
|
-
"link-mention-background-color-current": {
|
|
4521
|
+
"🔒/link-mention-background-color-current": {
|
|
4522
4522
|
"$value": "{color-orange-100}",
|
|
4523
4523
|
"$type": "color",
|
|
4524
4524
|
"$description": "Used for the mention link background when referencing the current user.",
|
|
@@ -4529,7 +4529,7 @@
|
|
|
4529
4529
|
]
|
|
4530
4530
|
}
|
|
4531
4531
|
},
|
|
4532
|
-
"modal-border-radius": {
|
|
4532
|
+
"🔒/modal-border-radius": {
|
|
4533
4533
|
"$value": "{border-radius-2xl}",
|
|
4534
4534
|
"$type": "dimension",
|
|
4535
4535
|
"$description": "Used for modal border radius.",
|
|
@@ -4539,7 +4539,7 @@
|
|
|
4539
4539
|
]
|
|
4540
4540
|
}
|
|
4541
4541
|
},
|
|
4542
|
-
"progress-bar-indicator-color-default": {
|
|
4542
|
+
"🔒/progress-bar-indicator-color-default": {
|
|
4543
4543
|
"$value": "{status-info-icon-color}",
|
|
4544
4544
|
"$type": "color",
|
|
4545
4545
|
"$description": "Used for the indicator color for the primary progress-bar variant.",
|
|
@@ -4550,7 +4550,7 @@
|
|
|
4550
4550
|
]
|
|
4551
4551
|
}
|
|
4552
4552
|
},
|
|
4553
|
-
"progress-bar-indicator-color-success": {
|
|
4553
|
+
"🔒/progress-bar-indicator-color-success": {
|
|
4554
4554
|
"$value": "{status-success-icon-color}",
|
|
4555
4555
|
"$type": "color",
|
|
4556
4556
|
"$description": "Used for the indicator color for the success progress-bar variant.",
|
|
@@ -4561,7 +4561,7 @@
|
|
|
4561
4561
|
]
|
|
4562
4562
|
}
|
|
4563
4563
|
},
|
|
4564
|
-
"progress-bar-indicator-color-warning": {
|
|
4564
|
+
"🔒/progress-bar-indicator-color-warning": {
|
|
4565
4565
|
"$value": "{status-warning-icon-color}",
|
|
4566
4566
|
"$type": "color",
|
|
4567
4567
|
"$description": "Used for the indicator color for the warning progress-bar variant.",
|
|
@@ -4572,7 +4572,7 @@
|
|
|
4572
4572
|
]
|
|
4573
4573
|
}
|
|
4574
4574
|
},
|
|
4575
|
-
"progress-bar-indicator-color-danger": {
|
|
4575
|
+
"🔒/progress-bar-indicator-color-danger": {
|
|
4576
4576
|
"$value": "{status-danger-icon-color}",
|
|
4577
4577
|
"$type": "color",
|
|
4578
4578
|
"$description": "Used for the indicator color for the danger progress-bar variant.",
|
|
@@ -4583,7 +4583,7 @@
|
|
|
4583
4583
|
]
|
|
4584
4584
|
}
|
|
4585
4585
|
},
|
|
4586
|
-
"progress-bar-track-color": {
|
|
4586
|
+
"🔒/progress-bar-track-color": {
|
|
4587
4587
|
"$value": "{color-neutral-200}",
|
|
4588
4588
|
"$type": "color",
|
|
4589
4589
|
"$description": "Used for the track color for all progress-bar variants.",
|
|
@@ -4594,7 +4594,7 @@
|
|
|
4594
4594
|
]
|
|
4595
4595
|
}
|
|
4596
4596
|
},
|
|
4597
|
-
"skeleton-loader-background-color": {
|
|
4597
|
+
"🔒/skeleton-loader-background-color": {
|
|
4598
4598
|
"$value": "{color-neutral-100}",
|
|
4599
4599
|
"$type": "color",
|
|
4600
4600
|
"$description": "Used for the skeleton loader background color.",
|
|
@@ -4604,7 +4604,7 @@
|
|
|
4604
4604
|
]
|
|
4605
4605
|
}
|
|
4606
4606
|
},
|
|
4607
|
-
"skeleton-loader-shimmer-color": {
|
|
4607
|
+
"🔒/skeleton-loader-shimmer-color": {
|
|
4608
4608
|
"$value": "{color-neutral-50}",
|
|
4609
4609
|
"$type": "color",
|
|
4610
4610
|
"$description": "Used for the animated shimmer effect in a skeleton loader.",
|
|
@@ -4614,7 +4614,7 @@
|
|
|
4614
4614
|
]
|
|
4615
4615
|
}
|
|
4616
4616
|
},
|
|
4617
|
-
"spinner-track-color-default": {
|
|
4617
|
+
"🔒/spinner-track-color-default": {
|
|
4618
4618
|
"$value": "{color-neutral-100}",
|
|
4619
4619
|
"$type": "color",
|
|
4620
4620
|
"$description": "Used for the static track (background) of a loading spinner.",
|
|
@@ -4624,7 +4624,7 @@
|
|
|
4624
4624
|
]
|
|
4625
4625
|
}
|
|
4626
4626
|
},
|
|
4627
|
-
"spinner-track-color-light": {
|
|
4627
|
+
"🔒/spinner-track-color-light": {
|
|
4628
4628
|
"$value": "{color-neutral-800}",
|
|
4629
4629
|
"$type": "color",
|
|
4630
4630
|
"$description": "Used for the static track (background) of a loading spinner on a dark background.",
|
|
@@ -4634,7 +4634,7 @@
|
|
|
4634
4634
|
]
|
|
4635
4635
|
}
|
|
4636
4636
|
},
|
|
4637
|
-
"spinner-segment-color-default": {
|
|
4637
|
+
"🔒/spinner-segment-color-default": {
|
|
4638
4638
|
"$value": "{color-neutral-700}",
|
|
4639
4639
|
"$type": "color",
|
|
4640
4640
|
"$description": "Used for the animated segment of a loading spinner.",
|
|
@@ -4644,7 +4644,7 @@
|
|
|
4644
4644
|
]
|
|
4645
4645
|
}
|
|
4646
4646
|
},
|
|
4647
|
-
"spinner-segment-color-light": {
|
|
4647
|
+
"🔒/spinner-segment-color-light": {
|
|
4648
4648
|
"$value": "{color-neutral-200}",
|
|
4649
4649
|
"$type": "color",
|
|
4650
4650
|
"$description": "Used for the animated segment of a loading spinner on a dark background.",
|
|
@@ -4654,7 +4654,7 @@
|
|
|
4654
4654
|
]
|
|
4655
4655
|
}
|
|
4656
4656
|
},
|
|
4657
|
-
"table-row-background-color-hover": {
|
|
4657
|
+
"🔒/table-row-background-color-hover": {
|
|
4658
4658
|
"$value": "{highlight-target-background-color}",
|
|
4659
4659
|
"$type": "color",
|
|
4660
4660
|
"$description": "Used for the background of a table row in hover state.",
|
|
@@ -4665,7 +4665,7 @@
|
|
|
4665
4665
|
]
|
|
4666
4666
|
}
|
|
4667
4667
|
},
|
|
4668
|
-
"table-sorting-icon-color": {
|
|
4668
|
+
"🔒/table-sorting-icon-color": {
|
|
4669
4669
|
"$value": "{text-color-heading}",
|
|
4670
4670
|
"$type": "color",
|
|
4671
4671
|
"$description": "Used for the color of the sorting icons in the column headers.",
|
|
@@ -4676,7 +4676,7 @@
|
|
|
4676
4676
|
]
|
|
4677
4677
|
}
|
|
4678
4678
|
},
|
|
4679
|
-
"tab-selected-indicator-color-default": {
|
|
4679
|
+
"🔒/tab-selected-indicator-color-default": {
|
|
4680
4680
|
"$value": "{color-blue-500}",
|
|
4681
4681
|
"$type": "color",
|
|
4682
4682
|
"$description": "Used for the selected indicator of a tab.",
|
|
@@ -4687,7 +4687,7 @@
|
|
|
4687
4687
|
]
|
|
4688
4688
|
}
|
|
4689
4689
|
},
|
|
4690
|
-
"toggle-switch-icon-color-unchecked-default": {
|
|
4690
|
+
"🔒/toggle-switch-icon-color-unchecked-default": {
|
|
4691
4691
|
"$value": "{action-strong-neutral-background-color-default}",
|
|
4692
4692
|
"$type": "color",
|
|
4693
4693
|
"$description": "Used for the icon color of an unchecked toggle switch in the default state.",
|
|
@@ -4697,7 +4697,7 @@
|
|
|
4697
4697
|
]
|
|
4698
4698
|
}
|
|
4699
4699
|
},
|
|
4700
|
-
"toggle-switch-icon-color-unchecked-hover": {
|
|
4700
|
+
"🔒/toggle-switch-icon-color-unchecked-hover": {
|
|
4701
4701
|
"$value": "{action-strong-neutral-background-color-hover}",
|
|
4702
4702
|
"$type": "color",
|
|
4703
4703
|
"$description": "Used for the icon color of an unchecked toggle switch in the hover state.",
|
|
@@ -4707,7 +4707,7 @@
|
|
|
4707
4707
|
]
|
|
4708
4708
|
}
|
|
4709
4709
|
},
|
|
4710
|
-
"toggle-switch-icon-color-unchecked-focus": {
|
|
4710
|
+
"🔒/toggle-switch-icon-color-unchecked-focus": {
|
|
4711
4711
|
"$value": "{action-strong-neutral-background-color-focus}",
|
|
4712
4712
|
"$type": "color",
|
|
4713
4713
|
"$description": "Used for the icon color of an unchecked toggle switch in the focus state.",
|
|
@@ -4717,7 +4717,7 @@
|
|
|
4717
4717
|
]
|
|
4718
4718
|
}
|
|
4719
4719
|
},
|
|
4720
|
-
"toggle-switch-icon-color-unchecked-active": {
|
|
4720
|
+
"🔒/toggle-switch-icon-color-unchecked-active": {
|
|
4721
4721
|
"$value": "{action-strong-neutral-background-color-active}",
|
|
4722
4722
|
"$type": "color",
|
|
4723
4723
|
"$description": "Used for the icon color of an unchecked toggle switch in the active state.",
|
|
@@ -4727,7 +4727,7 @@
|
|
|
4727
4727
|
]
|
|
4728
4728
|
}
|
|
4729
4729
|
},
|
|
4730
|
-
"toggle-switch-icon-color-checked-default": {
|
|
4730
|
+
"🔒/toggle-switch-icon-color-checked-default": {
|
|
4731
4731
|
"$value": "{action-strong-confirm-background-color-default}",
|
|
4732
4732
|
"$type": "color",
|
|
4733
4733
|
"$description": "Used for the icon color of a checked toggle switch in the default state.",
|
|
@@ -4737,7 +4737,7 @@
|
|
|
4737
4737
|
]
|
|
4738
4738
|
}
|
|
4739
4739
|
},
|
|
4740
|
-
"toggle-switch-icon-color-checked-hover": {
|
|
4740
|
+
"🔒/toggle-switch-icon-color-checked-hover": {
|
|
4741
4741
|
"$value": "{action-strong-confirm-background-color-hover}",
|
|
4742
4742
|
"$type": "color",
|
|
4743
4743
|
"$description": "Used for the icon color of a checked toggle switch in the hover state.",
|
|
@@ -4747,7 +4747,7 @@
|
|
|
4747
4747
|
]
|
|
4748
4748
|
}
|
|
4749
4749
|
},
|
|
4750
|
-
"toggle-switch-icon-color-checked-focus": {
|
|
4750
|
+
"🔒/toggle-switch-icon-color-checked-focus": {
|
|
4751
4751
|
"$value": "{action-strong-confirm-background-color-focus}",
|
|
4752
4752
|
"$type": "color",
|
|
4753
4753
|
"$description": "Used for the icon color of a checked toggle switch in the focus state.",
|
|
@@ -4757,7 +4757,7 @@
|
|
|
4757
4757
|
]
|
|
4758
4758
|
}
|
|
4759
4759
|
},
|
|
4760
|
-
"toggle-switch-icon-color-checked-active": {
|
|
4760
|
+
"🔒/toggle-switch-icon-color-checked-active": {
|
|
4761
4761
|
"$value": "{action-strong-confirm-background-color-active}",
|
|
4762
4762
|
"$type": "color",
|
|
4763
4763
|
"$description": "Used for the icon color of a checked toggle switch in the active state.",
|
|
@@ -4767,7 +4767,7 @@
|
|
|
4767
4767
|
]
|
|
4768
4768
|
}
|
|
4769
4769
|
},
|
|
4770
|
-
"toggle-switch-icon-color-disabled": {
|
|
4770
|
+
"🔒/toggle-switch-icon-color-disabled": {
|
|
4771
4771
|
"$value": "{action-disabled-background-color}",
|
|
4772
4772
|
"$type": "color",
|
|
4773
4773
|
"$description": "Used for the icon color of a disabled toggle switch.",
|
|
@@ -4777,7 +4777,7 @@
|
|
|
4777
4777
|
]
|
|
4778
4778
|
}
|
|
4779
4779
|
},
|
|
4780
|
-
"token-selector-token-container-token-background-color-focus": {
|
|
4780
|
+
"🔒/token-selector-token-container-token-background-color-focus": {
|
|
4781
4781
|
"$value": "{color-neutral-300}",
|
|
4782
4782
|
"$type": "color",
|
|
4783
4783
|
"$description": "Used for the background color of a token in a token-selector when it's token-container is in the focus state.",
|
|
@@ -4788,7 +4788,7 @@
|
|
|
4788
4788
|
]
|
|
4789
4789
|
}
|
|
4790
4790
|
},
|
|
4791
|
-
"token-border-radius": {
|
|
4791
|
+
"🔒/token-border-radius": {
|
|
4792
4792
|
"$value": "{border-radius-default}",
|
|
4793
4793
|
"$type": "dimension",
|
|
4794
4794
|
"$description": "Used for token border radius.",
|
|
@@ -4798,7 +4798,7 @@
|
|
|
4798
4798
|
]
|
|
4799
4799
|
}
|
|
4800
4800
|
},
|
|
4801
|
-
"token-foreground-color": {
|
|
4801
|
+
"🔒/token-foreground-color": {
|
|
4802
4802
|
"$value": "{text-color-default}",
|
|
4803
4803
|
"$type": "color",
|
|
4804
4804
|
"$description": "Used for the token foreground color.",
|
|
@@ -4809,7 +4809,7 @@
|
|
|
4809
4809
|
]
|
|
4810
4810
|
}
|
|
4811
4811
|
},
|
|
4812
|
-
"token-background-color": {
|
|
4812
|
+
"🔒/token-background-color": {
|
|
4813
4813
|
"$value": "{color-neutral-100}",
|
|
4814
4814
|
"$type": "color",
|
|
4815
4815
|
"$description": "Used for the token background color.",
|