@primer/stylelint-config 12.7.1-rc.59e46db → 12.7.1-rc.bf11919

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.
@@ -0,0 +1,1396 @@
1
+ {
2
+ "--color-page-header-bg": [
3
+ {
4
+ "props": ["background"],
5
+ "replacement": "--page-header-bgColor"
6
+ }
7
+ ],
8
+ "--color-diff-blob-addition-num-text": [
9
+ {
10
+ "props": ["color", "fill"],
11
+ "replacement": "--diffBlob-addition-fgColor-num"
12
+ }
13
+ ],
14
+ "--color-diff-blob-addition-fg": [
15
+ {
16
+ "props": ["color", "fill"],
17
+ "replacement": "--diffBlob-addition-fgColor-text"
18
+ }
19
+ ],
20
+ "--color-diff-blob-addition-num-bg": [
21
+ {
22
+ "props": ["background"],
23
+ "replacement": "--diffBlob-addition-bgColor-num"
24
+ }
25
+ ],
26
+ "--color-diff-blob-addition-line-bg": [
27
+ {
28
+ "props": ["background"],
29
+ "replacement": "--diffBlob-addition-bgColor-line"
30
+ }
31
+ ],
32
+ "--color-diff-blob-addition-word-bg": [
33
+ {
34
+ "props": ["background"],
35
+ "replacement": "--diffBlob-addition-bgColor-word"
36
+ }
37
+ ],
38
+ "--color-diff-blob-deletion-num-text": [
39
+ {
40
+ "props": ["color", "fill"],
41
+ "replacement": "--diffBlob-deletion-fgColor-num"
42
+ }
43
+ ],
44
+ "--color-diff-blob-deletion-fg": [
45
+ {
46
+ "props": ["color", "fill"],
47
+ "replacement": "--diffBlob-deletion-fgColor-text"
48
+ }
49
+ ],
50
+ "--color-diff-blob-deletion-num-bg": [
51
+ {
52
+ "props": ["background"],
53
+ "replacement": "--diffBlob-deletion-bgColor-num"
54
+ }
55
+ ],
56
+ "--color-diff-blob-deletion-line-bg": [
57
+ {
58
+ "props": ["background"],
59
+ "replacement": "--diffBlob-deletion-bgColor-line"
60
+ }
61
+ ],
62
+ "--color-diff-blob-deletion-word-bg": [
63
+ {
64
+ "props": ["background"],
65
+ "replacement": "--diffBlob-deletion-bgColor-word"
66
+ }
67
+ ],
68
+ "--color-diff-blob-hunk-num-bg": [
69
+ {
70
+ "props": ["background"],
71
+ "replacement": "--diffBlob-hunk-bgColor-num"
72
+ }
73
+ ],
74
+ "--color-diff-blob-expander-icon": [
75
+ {
76
+ "props": ["color", "fill"],
77
+ "replacement": "--diffBlob-expander-iconColor"
78
+ }
79
+ ],
80
+ "--color-diffstat-deletion-border": [],
81
+ "--color-diffstat-addition-border": [],
82
+ "--color-diffstat-addition-bg": [
83
+ {
84
+ "props": ["background"],
85
+ "replacement": "--diffStat-addition-bgColor"
86
+ }
87
+ ],
88
+ "--color-search-keyword-hl": [
89
+ {
90
+ "props": ["background"],
91
+ "replacement": "--highlight-neutral-bgColor"
92
+ }
93
+ ],
94
+ "--color-codemirror-text": [
95
+ {
96
+ "props": ["color", "fill"],
97
+ "replacement": "--codeMirror-fgColor"
98
+ }
99
+ ],
100
+ "--color-codemirror-bg": [
101
+ {
102
+ "props": ["background"],
103
+ "replacement": "--codeMirror-bgColor"
104
+ }
105
+ ],
106
+ "--color-codemirror-gutters-bg": [
107
+ {
108
+ "props": ["background"],
109
+ "replacement": "--codeMirror-gutters-bgColor"
110
+ }
111
+ ],
112
+ "--color-codemirror-guttermarker-text": [
113
+ {
114
+ "props": ["color", "fill"],
115
+ "replacement": "--codeMirror-gutterMarker-fgColor-default"
116
+ }
117
+ ],
118
+ "--color-codemirror-guttermarker-subtle-text": [
119
+ {
120
+ "props": ["color", "fill"],
121
+ "replacement": "--codeMirror-gutterMarker-fgColor-muted"
122
+ }
123
+ ],
124
+ "--color-codemirror-linenumber-text": [
125
+ {
126
+ "props": ["color", "fill"],
127
+ "replacement": "--codeMirror-lineNumber-fgColor"
128
+ }
129
+ ],
130
+ "--color-codemirror-cursor": [
131
+ {
132
+ "props": ["color", "fill"],
133
+ "replacement": "--codeMirror-cursor-fgColor"
134
+ }
135
+ ],
136
+ "--color-codemirror-selection-bg": [
137
+ {
138
+ "props": ["background"],
139
+ "replacement": "--codeMirror-selection-bgColor"
140
+ }
141
+ ],
142
+ "--color-codemirror-activeline-bg": [
143
+ {
144
+ "props": ["background"],
145
+ "replacement": "--codeMirror-activeline-bgColor"
146
+ }
147
+ ],
148
+ "--color-codemirror-matchingbracket-text": [
149
+ {
150
+ "props": ["color", "fill"],
151
+ "replacement": "--codeMirror-matchingBracket-fgColor"
152
+ }
153
+ ],
154
+ "--color-codemirror-lines-bg": [
155
+ {
156
+ "props": ["background"],
157
+ "replacement": "--codeMirror-lines-bgColor"
158
+ }
159
+ ],
160
+ "--color-codemirror-syntax-comment": [
161
+ {
162
+ "props": ["color", "fill"],
163
+ "replacement": "--codeMirror-syntax-fgColor-comment"
164
+ }
165
+ ],
166
+ "--color-codemirror-syntax-constant": [
167
+ {
168
+ "props": ["color", "fill"],
169
+ "replacement": "--codeMirror-syntax-fgColor-constant"
170
+ }
171
+ ],
172
+ "--color-codemirror-syntax-entity": [
173
+ {
174
+ "props": ["color", "fill"],
175
+ "replacement": "--codeMirror-syntax-fgColor-entity"
176
+ }
177
+ ],
178
+ "--color-codemirror-syntax-keyword": [
179
+ {
180
+ "props": ["color", "fill"],
181
+ "replacement": "--codeMirror-syntax-fgColor-keyword"
182
+ }
183
+ ],
184
+ "--color-codemirror-syntax-storage": [
185
+ {
186
+ "props": ["color", "fill"],
187
+ "replacement": "--codeMirror-syntax-fgColor-storage"
188
+ }
189
+ ],
190
+ "--color-codemirror-syntax-string": [
191
+ {
192
+ "props": ["color", "fill"],
193
+ "replacement": "--codeMirror-syntax-fgColor-string"
194
+ }
195
+ ],
196
+ "--color-codemirror-syntax-support": [
197
+ {
198
+ "props": ["color", "fill"],
199
+ "replacement": "--codeMirror-syntax-fgColor-support"
200
+ }
201
+ ],
202
+ "--color-codemirror-syntax-variable": [
203
+ {
204
+ "props": ["color", "fill"],
205
+ "replacement": "--codeMirror-syntax-fgColor-variable"
206
+ }
207
+ ],
208
+ "--color-header-text": [
209
+ {
210
+ "props": ["color", "fill"],
211
+ "replacement": "--header-fgColor-default"
212
+ }
213
+ ],
214
+ "--color-header-bg": [
215
+ {
216
+ "props": ["background"],
217
+ "replacement": "--header-bgColor"
218
+ }
219
+ ],
220
+ "--color-header-divider": [
221
+ {
222
+ "props": ["border", "background"],
223
+ "replacement": "--header-borderColor-divider"
224
+ }
225
+ ],
226
+ "--color-header-logo": [
227
+ {
228
+ "props": ["color", "fill"],
229
+ "replacement": "--header-fgColor-logo"
230
+ }
231
+ ],
232
+ "--color-header-search-bg": [
233
+ {
234
+ "props": ["background"],
235
+ "replacement": "--headerSearch-bgColor"
236
+ }
237
+ ],
238
+ "--color-header-search-border": [
239
+ {
240
+ "props": ["border", "background"],
241
+ "replacement": "--headerSearch-borderColor"
242
+ }
243
+ ],
244
+ "--color-avatar-bg": [
245
+ {
246
+ "props": ["background"],
247
+ "replacement": "--avatar-bgColor"
248
+ }
249
+ ],
250
+ "--color-avatar-border": [
251
+ {
252
+ "props": ["border", "background"],
253
+ "replacement": "--avatar-borderColor"
254
+ }
255
+ ],
256
+ "--color-avatar-stack-fade": [
257
+ {
258
+ "props": ["background"],
259
+ "replacement": "--avatarStack-fade-bgColor-default"
260
+ }
261
+ ],
262
+ "--color-avatar-stack-fade-more": [
263
+ {
264
+ "props": ["background"],
265
+ "replacement": "--avatarStack-fade-bgColor-muted"
266
+ }
267
+ ],
268
+ "--color-topic-tag-border": [
269
+ {
270
+ "props": ["border", "background"],
271
+ "replacement": "--topicTag-borderColor"
272
+ }
273
+ ],
274
+ "--color-counter-border": [
275
+ {
276
+ "props": ["border", "background"],
277
+ "replacement": "--counter-borderColor"
278
+ }
279
+ ],
280
+ "--color-select-menu-backdrop-border": [
281
+ {
282
+ "props": ["border", "background"],
283
+ "replacement": "--selectMenu-borderColor"
284
+ }
285
+ ],
286
+ "--color-select-menu-tap-highlight": [
287
+ {
288
+ "props": ["background"],
289
+ "replacement": "--control-bgColor-active"
290
+ }
291
+ ],
292
+ "--color-select-menu-tap-focus-bg": [
293
+ {
294
+ "props": ["background"],
295
+ "replacement": "--selectMenu-bgColor-active"
296
+ }
297
+ ],
298
+ "--color-sidenav-selected-bg": [
299
+ {
300
+ "props": ["background"],
301
+ "replacement": "--sideNav-bgColor-selected"
302
+ }
303
+ ],
304
+ "--color-menu-bg-active": [
305
+ {
306
+ "props": ["background"],
307
+ "replacement": "--menu-bgColor-active"
308
+ }
309
+ ],
310
+ "--color-input-disabled-bg": [
311
+ {
312
+ "props": ["background"],
313
+ "replacement": "--control-bgColor-disabled"
314
+ }
315
+ ],
316
+ "--color-timeline-badge-bg": [
317
+ {
318
+ "props": ["background"],
319
+ "replacement": "--timelineBadge-bgColor"
320
+ }
321
+ ],
322
+ "--color-btn-bg": [
323
+ {
324
+ "props": ["background"],
325
+ "replacement": "--button-default-bgColor-rest"
326
+ }
327
+ ],
328
+ "--color-btn-border": [
329
+ {
330
+ "props": ["border", "background"],
331
+ "replacement": "--button-default-borderColor-rest"
332
+ }
333
+ ],
334
+ "--color-btn-hover-bg": [
335
+ {
336
+ "props": ["background"],
337
+ "replacement": "--button-default-bgColor-hover"
338
+ }
339
+ ],
340
+ "--color-btn-hover-border": [
341
+ {
342
+ "props": ["border", "background"],
343
+ "replacement": "--button-default-borderColor-hover"
344
+ }
345
+ ],
346
+ "--color-btn-active-bg": [
347
+ {
348
+ "props": ["background"],
349
+ "replacement": "--button-default-bgColor-active"
350
+ }
351
+ ],
352
+ "--color-btn-active-border": [
353
+ {
354
+ "props": ["border", "background"],
355
+ "replacement": "--button-default-borderColor-active"
356
+ }
357
+ ],
358
+ "--color-btn-selected-bg": [
359
+ {
360
+ "props": ["background"],
361
+ "replacement": "--button-default-bgColor-selected"
362
+ }
363
+ ],
364
+ "--color-btn-counter-bg": [
365
+ {
366
+ "props": ["background"],
367
+ "replacement": "--buttonCounter-default-bgColor-rest"
368
+ }
369
+ ],
370
+ "--color-btn-primary-text": [
371
+ {
372
+ "props": ["color", "fill"],
373
+ "replacement": "--button-primary-fgColor-rest"
374
+ }
375
+ ],
376
+ "--color-btn-primary-bg": [
377
+ {
378
+ "props": ["background"],
379
+ "replacement": "--button-primary-bgColor-rest"
380
+ }
381
+ ],
382
+ "--color-btn-primary-border": [
383
+ {
384
+ "props": ["border", "background"],
385
+ "replacement": "--button-primary-borderColor-rest"
386
+ }
387
+ ],
388
+ "--color-btn-primary-hover-bg": [
389
+ {
390
+ "props": ["background"],
391
+ "replacement": "--button-primary-bgColor-hover"
392
+ }
393
+ ],
394
+ "--color-btn-primary-hover-border": [
395
+ {
396
+ "props": ["border", "background"],
397
+ "replacement": "--button-primary-borderColor-hover"
398
+ }
399
+ ],
400
+ "--color-btn-primary-selected-bg": [
401
+ {
402
+ "props": ["background"],
403
+ "replacement": "--button-primary-bgColor-active"
404
+ }
405
+ ],
406
+ "--color-btn-primary-disabled-text": [
407
+ {
408
+ "props": ["color", "fill"],
409
+ "replacement": "--button-primary-fgColor-disabled"
410
+ }
411
+ ],
412
+ "--color-btn-primary-disabled-bg": [
413
+ {
414
+ "props": ["background"],
415
+ "replacement": "--button-primary-bgColor-disabled"
416
+ }
417
+ ],
418
+ "--color-btn-primary-disabled-border": [
419
+ {
420
+ "props": ["border", "background"],
421
+ "replacement": "--button-primary-borderColor-disabled"
422
+ }
423
+ ],
424
+ "--color-btn-primary-icon": [
425
+ {
426
+ "props": ["color", "fill"],
427
+ "replacement": "--button-primary-iconColor-rest"
428
+ }
429
+ ],
430
+ "--color-btn-primary-counter-bg": [
431
+ {
432
+ "props": ["background"],
433
+ "replacement": "--buttonCounter-primary-bgColor-rest"
434
+ }
435
+ ],
436
+ "--color-btn-outline-text": [
437
+ {
438
+ "props": ["color", "fill"],
439
+ "replacement": "--button-outline-fgColor-rest"
440
+ }
441
+ ],
442
+ "--color-btn-outline-hover-text": [
443
+ {
444
+ "props": ["color", "fill"],
445
+ "replacement": "--button-outline-fgColor-hover"
446
+ }
447
+ ],
448
+ "--color-btn-outline-hover-bg": [
449
+ {
450
+ "props": ["background"],
451
+ "replacement": "--button-outline-bgColor-hover"
452
+ }
453
+ ],
454
+ "--color-btn-outline-hover-border": [
455
+ {
456
+ "props": ["border", "background"],
457
+ "replacement": "--button-outline-borderColor-hover"
458
+ }
459
+ ],
460
+ "--color-btn-outline-hover-counter-bg": [
461
+ {
462
+ "props": ["background"],
463
+ "replacement": "--buttonCounter-outline-bgColor-hover"
464
+ }
465
+ ],
466
+ "--color-btn-outline-selected-text": [
467
+ {
468
+ "props": ["color", "fill"],
469
+ "replacement": "--button-outline-fgColor-active"
470
+ }
471
+ ],
472
+ "--color-btn-outline-selected-bg": [
473
+ {
474
+ "props": ["background"],
475
+ "replacement": "--button-outline-bgColor-active"
476
+ }
477
+ ],
478
+ "--color-btn-outline-selected-border": [
479
+ {
480
+ "props": ["border", "background"],
481
+ "replacement": "--button-outline-borderColor-active"
482
+ }
483
+ ],
484
+ "--color-btn-outline-disabled-text": [
485
+ {
486
+ "props": ["color", "fill"],
487
+ "replacement": "--button-outline-fgColor-disabled"
488
+ }
489
+ ],
490
+ "--color-btn-outline-disabled-bg": [
491
+ {
492
+ "props": ["background"],
493
+ "replacement": "--button-outline-bgColor-disabled"
494
+ }
495
+ ],
496
+ "--color-btn-outline-disabled-counter-bg": [
497
+ {
498
+ "props": ["background"],
499
+ "replacement": "--buttonCounter-outline-bgColor-disabled"
500
+ }
501
+ ],
502
+ "--color-btn-outline-counter-bg": [
503
+ {
504
+ "props": ["background"],
505
+ "replacement": "--buttonCounter-outline-bgColor-rest"
506
+ }
507
+ ],
508
+ "--color-btn-danger-text": [
509
+ {
510
+ "props": ["color", "fill"],
511
+ "replacement": "--button-danger-fgColor-rest"
512
+ }
513
+ ],
514
+ "--color-btn-danger-hover-text": [
515
+ {
516
+ "props": ["color", "fill"],
517
+ "replacement": "--button-danger-fgColor-hover"
518
+ }
519
+ ],
520
+ "--color-btn-danger-hover-bg": [
521
+ {
522
+ "props": ["background"],
523
+ "replacement": "--button-danger-bgColor-hover"
524
+ }
525
+ ],
526
+ "--color-btn-danger-hover-border": [
527
+ {
528
+ "props": ["border", "background"],
529
+ "replacement": "--button-danger-borderColor-hover"
530
+ }
531
+ ],
532
+ "--color-btn-danger-hover-counter-bg": [
533
+ {
534
+ "props": ["background"],
535
+ "replacement": "--buttonCounter-danger-bgColor-hover"
536
+ }
537
+ ],
538
+ "--color-btn-danger-selected-text": [
539
+ {
540
+ "props": ["color", "fill"],
541
+ "replacement": "--button-danger-fgColor-active"
542
+ }
543
+ ],
544
+ "--color-btn-danger-selected-bg": [
545
+ {
546
+ "props": ["background"],
547
+ "replacement": "--button-danger-bgColor-active"
548
+ }
549
+ ],
550
+ "--color-btn-danger-selected-border": [
551
+ {
552
+ "props": ["border", "background"],
553
+ "replacement": "--button-danger-borderColor-active"
554
+ }
555
+ ],
556
+ "--color-btn-danger-disabled-text": [
557
+ {
558
+ "props": ["color", "fill"],
559
+ "replacement": "--button-danger-fgColor-disabled"
560
+ }
561
+ ],
562
+ "--color-btn-danger-disabled-bg": [
563
+ {
564
+ "props": ["background"],
565
+ "replacement": "--button-danger-bgColor-disabled"
566
+ }
567
+ ],
568
+ "--color-btn-danger-disabled-counter-bg": [
569
+ {
570
+ "props": ["background"],
571
+ "replacement": "--buttonCounter-danger-bgColor-disabled"
572
+ }
573
+ ],
574
+ "--color-btn-danger-counter-bg": [
575
+ {
576
+ "props": ["background"],
577
+ "replacement": "--buttonCounter-danger-bgColor-rest"
578
+ }
579
+ ],
580
+ "--color-btn-danger-icon": [
581
+ {
582
+ "props": ["color", "fill"],
583
+ "replacement": "--button-danger-iconColor-rest"
584
+ }
585
+ ],
586
+ "--color-btn-danger-hover-icon": [
587
+ {
588
+ "props": ["color", "fill"],
589
+ "replacement": "--button-danger-iconColor-hover"
590
+ }
591
+ ],
592
+ "--color-underlinenav-icon": [
593
+ {
594
+ "props": ["color", "fill"],
595
+ "replacement": "--underlineNav-iconColor-rest"
596
+ }
597
+ ],
598
+ "--color-underlinenav-border-hover": [
599
+ {
600
+ "props": ["border", "background"],
601
+ "replacement": "--underlineNav-borderColor-hover"
602
+ }
603
+ ],
604
+ "--color-action-list-item-inline-divider": [
605
+ {
606
+ "props": ["border", "background"],
607
+ "replacement": "--borderColor-muted"
608
+ }
609
+ ],
610
+ "--color-action-list-item-default-hover-bg": [
611
+ {
612
+ "props": ["background"],
613
+ "replacement": "--control-transparent-bgColor-hover"
614
+ }
615
+ ],
616
+ "--color-action-list-item-default-hover-border": [
617
+ {
618
+ "props": ["border", "background"],
619
+ "replacement": "--control-transparent-borderColor-hover"
620
+ }
621
+ ],
622
+ "--color-action-list-item-default-active-bg": [
623
+ {
624
+ "props": ["background"],
625
+ "replacement": "--control-transparent-bgColor-active"
626
+ }
627
+ ],
628
+ "--color-action-list-item-default-active-border": [
629
+ {
630
+ "props": ["border", "background"],
631
+ "replacement": "--control-transparent-borderColor-active"
632
+ }
633
+ ],
634
+ "--color-action-list-item-default-selected-bg": [
635
+ {
636
+ "props": ["background"],
637
+ "replacement": "--control-transparent-bgColor-selected"
638
+ }
639
+ ],
640
+ "--color-action-list-item-danger-hover-bg": [
641
+ {
642
+ "props": ["background"],
643
+ "replacement": "--control-danger-bgColor-hover"
644
+ }
645
+ ],
646
+ "--color-action-list-item-danger-active-bg": [
647
+ {
648
+ "props": ["background"],
649
+ "replacement": "--control-danger-bgColor-active"
650
+ }
651
+ ],
652
+ "--color-action-list-item-danger-hover-text": [
653
+ {
654
+ "props": ["color", "fill"],
655
+ "replacement": "--control-danger-fgColor-hover"
656
+ }
657
+ ],
658
+ "--color-switch-track-bg": [
659
+ {
660
+ "props": ["background"],
661
+ "replacement": "--controlTrack-bgColor-rest"
662
+ }
663
+ ],
664
+ "--color-switch-track-hover-bg": [
665
+ {
666
+ "props": ["background"],
667
+ "replacement": "--controlTrack-bgColor-hover"
668
+ }
669
+ ],
670
+ "--color-switch-track-active-bg": [
671
+ {
672
+ "props": ["background"],
673
+ "replacement": "--controlTrack-bgColor-active"
674
+ }
675
+ ],
676
+ "--color-switch-track-disabled-bg": [
677
+ {
678
+ "props": ["background"],
679
+ "replacement": "--controlTrack-bgColor-disabled"
680
+ }
681
+ ],
682
+ "--color-switch-track-fg": [
683
+ {
684
+ "props": ["color", "fill"],
685
+ "replacement": "--controlTrack-fgColor-rest"
686
+ }
687
+ ],
688
+ "--color-switch-track-disabled-fg": [
689
+ {
690
+ "props": ["color", "fill"],
691
+ "replacement": "--controlTrack-fgColor-disabled"
692
+ }
693
+ ],
694
+ "--color-switch-track-border": [
695
+ {
696
+ "props": ["border", "background"],
697
+ "replacement": "--controlTrack-borderColor-rest"
698
+ }
699
+ ],
700
+ "--color-switch-track-checked-bg": [
701
+ {
702
+ "props": ["background"],
703
+ "replacement": "--control-checked-bgColor-rest"
704
+ }
705
+ ],
706
+ "--color-switch-track-checked-hover-bg": [
707
+ {
708
+ "props": ["background"],
709
+ "replacement": "--control-checked-bgColor-hover"
710
+ }
711
+ ],
712
+ "--color-switch-track-checked-active-bg": [
713
+ {
714
+ "props": ["background"],
715
+ "replacement": "--control-checked-bgColor-active"
716
+ }
717
+ ],
718
+ "--color-switch-track-checked-fg": [
719
+ {
720
+ "props": ["color", "fill"],
721
+ "replacement": "--control-checked-fgColor-rest"
722
+ }
723
+ ],
724
+ "--color-switch-track-checked-disabled-fg": [
725
+ {
726
+ "props": ["color", "fill"],
727
+ "replacement": "--control-checked-fgColor-disabled"
728
+ }
729
+ ],
730
+ "--color-switch-track-checked-border": [],
731
+ "--color-switch-knob-bg": [
732
+ {
733
+ "props": ["background"],
734
+ "replacement": "--controlKnob-bgColor-rest"
735
+ }
736
+ ],
737
+ "--color-switch-knob-disabled-bg": [
738
+ {
739
+ "props": ["background"],
740
+ "replacement": "--controlKnob-bgColor-disabled"
741
+ }
742
+ ],
743
+ "--color-switch-knob-border": [
744
+ {
745
+ "props": ["border", "background"],
746
+ "replacement": "--controlKnob-borderColor-rest"
747
+ }
748
+ ],
749
+ "--color-switch-knob-checked-bg": [
750
+ {
751
+ "props": ["background"],
752
+ "replacement": "--controlKnob-bgColor-checked"
753
+ }
754
+ ],
755
+ "--color-switch-knob-checked-disabled-bg": [
756
+ {
757
+ "props": ["background"],
758
+ "replacement": "--controlKnob-bgColor-disabled"
759
+ }
760
+ ],
761
+ "--color-switch-knob-checked-border": [
762
+ {
763
+ "props": ["border", "background"],
764
+ "replacement": "--controlKnob-borderColor-checked"
765
+ }
766
+ ],
767
+ "--color-segmented-control-bg": [
768
+ {
769
+ "props": ["background"],
770
+ "replacement": "--controlTrack-bgColor-rest"
771
+ }
772
+ ],
773
+ "--color-segmented-control-button-bg": [
774
+ {
775
+ "props": ["background"],
776
+ "replacement": "--controlKnob-bgColor-rest"
777
+ }
778
+ ],
779
+ "--color-segmented-control-button-hover-bg": [
780
+ {
781
+ "props": ["background"],
782
+ "replacement": "--controlTrack-bgColor-hover"
783
+ }
784
+ ],
785
+ "--color-segmented-control-button-active-bg": [
786
+ {
787
+ "props": ["background"],
788
+ "replacement": "--controlTrack-bgColor-active"
789
+ }
790
+ ],
791
+ "--color-segmented-control-button-selected-border": [
792
+ {
793
+ "props": ["border", "background"],
794
+ "replacement": "--controlKnob-borderColor-rest"
795
+ }
796
+ ],
797
+ "--color-tree-view-item-chevron-hover-bg": [
798
+ {
799
+ "props": ["background"],
800
+ "replacement": "--control-transparent-bgColor-hover"
801
+ }
802
+ ],
803
+ "--color-tree-view-item-directory-fill": [
804
+ {
805
+ "props": ["background"],
806
+ "replacement": "--treeViewItem-leadingVisual-bgColor-rest"
807
+ }
808
+ ],
809
+ "--color-canvas-default-transparent": [],
810
+ "--color-fg-default": [
811
+ {
812
+ "props": ["color", "fill"],
813
+ "replacement": "--fgColor-default"
814
+ },
815
+ {
816
+ "props": ["background"],
817
+ "replacement": "--fgColor-default"
818
+ }
819
+ ],
820
+ "--color-fg-muted": [
821
+ {
822
+ "props": ["color", "fill"],
823
+ "replacement": "--fgColor-muted"
824
+ }
825
+ ],
826
+ "--color-fg-subtle": [
827
+ {
828
+ "props": ["color", "fill"],
829
+ "replacement": "--fgColor-muted"
830
+ }
831
+ ],
832
+ "--color-fg-on-emphasis": [
833
+ {
834
+ "props": ["color", "fill"],
835
+ "replacement": "--fgColor-onEmphasis"
836
+ }
837
+ ],
838
+ "--color-canvas-default": [
839
+ {
840
+ "props": ["background"],
841
+ "replacement": "--bgColor-default"
842
+ },
843
+ {
844
+ "props": ["border", "box-shadow"],
845
+ "replacement": "--bgColor-default"
846
+ }
847
+ ],
848
+ "--color-canvas-overlay": [
849
+ {
850
+ "props": ["background"],
851
+ "replacement": "--overlay-bgColor"
852
+ }
853
+ ],
854
+ "--color-canvas-inset": [
855
+ {
856
+ "props": ["background"],
857
+ "replacement": "--bgColor-muted"
858
+ }
859
+ ],
860
+ "--color-canvas-subtle": [
861
+ {
862
+ "props": ["background"],
863
+ "replacement": "--bgColor-muted"
864
+ }
865
+ ],
866
+ "--color-border-default": [
867
+ {
868
+ "props": ["border", "background", "box-shadow"],
869
+ "replacement": "--borderColor-default"
870
+ }
871
+ ],
872
+ "--color-border-muted": [
873
+ {
874
+ "props": ["border", "background", "outline"],
875
+ "replacement": "--borderColor-muted"
876
+ }
877
+ ],
878
+ "--color-border-subtle": [
879
+ {
880
+ "props": ["border", "background", "outline"],
881
+ "replacement": "--borderColor-muted"
882
+ }
883
+ ],
884
+ "--color-neutral-emphasis-plus": [
885
+ {
886
+ "props": ["background", "border", "color"],
887
+ "replacement": "--bgColor-emphasis"
888
+ }
889
+ ],
890
+ "--color-neutral-emphasis": [
891
+ {
892
+ "props": ["background"],
893
+ "replacement": "--bgColor-neutral-emphasis"
894
+ },
895
+ {
896
+ "props": ["border", "box-shadow"],
897
+ "replacement": "--borderColor-neutral-emphasis"
898
+ },
899
+ {
900
+ "props": ["color"],
901
+ "replacement": "--fgColor-neutral"
902
+ }
903
+ ],
904
+ "--color-neutral-muted": [
905
+ {
906
+ "props": ["border", "box-shadow"],
907
+ "replacement": "--borderColor-neutral-muted"
908
+ },
909
+ {
910
+ "props": ["background"],
911
+ "replacement": "--bgColor-neutral-muted"
912
+ }
913
+ ],
914
+ "--color-neutral-subtle": [
915
+ {
916
+ "props": ["background"],
917
+ "replacement": "--bgColor-neutral-muted"
918
+ }
919
+ ],
920
+ "--color-accent-fg": [
921
+ {
922
+ "props": ["color", "fill"],
923
+ "replacement": "--fgColor-accent"
924
+ },
925
+ {
926
+ "props": ["border", "box-shadow"],
927
+ "replacement": "--borderColor-accent-emphasis"
928
+ },
929
+ {
930
+ "props": ["background"],
931
+ "replacement": "--bgColor-accent-emphasis"
932
+ }
933
+ ],
934
+ "--color-accent-emphasis": [
935
+ {
936
+ "props": ["background"],
937
+ "replacement": "--bgColor-accent-emphasis"
938
+ },
939
+ {
940
+ "props": ["border", "box-shadow"],
941
+ "replacement": "--borderColor-accent-emphasis"
942
+ },
943
+ {
944
+ "props": ["color", "fill"],
945
+ "replacement": "--fgColor-accent"
946
+ }
947
+ ],
948
+ "--color-accent-muted": [
949
+ {
950
+ "props": ["border", "box-shadow"],
951
+ "replacement": "--borderColor-accent-muted"
952
+ },
953
+ {
954
+ "props": ["background"],
955
+ "replacement": "--bgColor-accent-muted"
956
+ }
957
+ ],
958
+ "--color-accent-subtle": [
959
+ {
960
+ "props": ["background"],
961
+ "replacement": "--bgColor-accent-muted"
962
+ }
963
+ ],
964
+ "--color-success-fg": [
965
+ {
966
+ "props": ["color", "fill"],
967
+ "replacement": "--fgColor-success"
968
+ },
969
+ {
970
+ "props": ["background"],
971
+ "replacement": "--bgColor-success-emphasis"
972
+ }
973
+ ],
974
+ "--color-success-emphasis": [
975
+ {
976
+ "props": ["background"],
977
+ "replacement": "--bgColor-success-emphasis"
978
+ },
979
+ {
980
+ "props": ["border", "box-shadow"],
981
+ "replacement": "--borderColor-success-emphasis"
982
+ },
983
+ {
984
+ "props": ["color"],
985
+ "replacement": "--fgColor-success"
986
+ }
987
+ ],
988
+ "--color-success-muted": [
989
+ {
990
+ "props": ["border", "box-shadow"],
991
+ "replacement": "--borderColor-success-muted"
992
+ }
993
+ ],
994
+ "--color-success-subtle": [
995
+ {
996
+ "props": ["background"],
997
+ "replacement": "--bgColor-success-muted"
998
+ }
999
+ ],
1000
+ "--color-attention-fg": [
1001
+ {
1002
+ "props": ["color", "fill"],
1003
+ "replacement": "--fgColor-attention"
1004
+ },
1005
+ {
1006
+ "props": ["background"],
1007
+ "replacement": "--bgColor-attention-emphasis"
1008
+ }
1009
+ ],
1010
+ "--color-attention-emphasis": [
1011
+ {
1012
+ "props": ["background"],
1013
+ "replacement": "--bgColor-attention-emphasis"
1014
+ },
1015
+ {
1016
+ "props": ["border", "box-shadow"],
1017
+ "replacement": "--borderColor-attention-emphasis"
1018
+ },
1019
+ {
1020
+ "props": ["color"],
1021
+ "replacement": "--fgColor-attention"
1022
+ }
1023
+ ],
1024
+ "--color-attention-muted": [
1025
+ {
1026
+ "props": ["border", "box-shadow"],
1027
+ "replacement": "--borderColor-attention-muted"
1028
+ }
1029
+ ],
1030
+ "--color-attention-subtle": [
1031
+ {
1032
+ "props": ["background"],
1033
+ "replacement": "--bgColor-attention-muted"
1034
+ }
1035
+ ],
1036
+ "--color-severe-fg": [
1037
+ {
1038
+ "props": ["color", "fill"],
1039
+ "replacement": "--fgColor-severe"
1040
+ },
1041
+ {
1042
+ "props": ["background"],
1043
+ "replacement": "--bgColor-severe-emphasis"
1044
+ }
1045
+ ],
1046
+ "--color-severe-emphasis": [
1047
+ {
1048
+ "props": ["background"],
1049
+ "replacement": "--bgColor-severe-emphasis"
1050
+ },
1051
+ {
1052
+ "props": ["border", "box-shadow"],
1053
+ "replacement": "--borderColor-severe-emphasis"
1054
+ },
1055
+ {
1056
+ "props": ["color"],
1057
+ "replacement": "--fgColor-severe"
1058
+ }
1059
+ ],
1060
+ "--color-severe-muted": [
1061
+ {
1062
+ "props": ["border", "box-shadow"],
1063
+ "replacement": "--borderColor-severe-muted"
1064
+ }
1065
+ ],
1066
+ "--color-severe-subtle": [
1067
+ {
1068
+ "props": ["background"],
1069
+ "replacement": "--bgColor-severe-muted"
1070
+ }
1071
+ ],
1072
+ "--color-danger-fg": [
1073
+ {
1074
+ "props": ["color", "fill"],
1075
+ "replacement": "--fgColor-danger"
1076
+ },
1077
+ {
1078
+ "props": ["background"],
1079
+ "replacement": "--bgColor-danger-emphasis"
1080
+ }
1081
+ ],
1082
+ "--color-danger-emphasis": [
1083
+ {
1084
+ "props": ["background"],
1085
+ "replacement": "--bgColor-danger-emphasis"
1086
+ },
1087
+ {
1088
+ "props": ["border", "box-shadow"],
1089
+ "replacement": "--borderColor-danger-emphasis"
1090
+ },
1091
+ {
1092
+ "props": ["color"],
1093
+ "replacement": "--fgColor-danger"
1094
+ }
1095
+ ],
1096
+ "--color-danger-muted": [
1097
+ {
1098
+ "props": ["border", "box-shadow"],
1099
+ "replacement": "--borderColor-danger-muted"
1100
+ }
1101
+ ],
1102
+ "--color-danger-subtle": [
1103
+ {
1104
+ "props": ["background"],
1105
+ "replacement": "--bgColor-danger-muted"
1106
+ }
1107
+ ],
1108
+ "--color-open-fg": [
1109
+ {
1110
+ "props": ["color", "fill"],
1111
+ "replacement": "--fgColor-open"
1112
+ },
1113
+ {
1114
+ "props": ["background"],
1115
+ "replacement": "--bgColor-open-emphasis"
1116
+ }
1117
+ ],
1118
+ "--color-open-emphasis": [
1119
+ {
1120
+ "props": ["background"],
1121
+ "replacement": "--bgColor-open-emphasis"
1122
+ },
1123
+ {
1124
+ "props": ["border", "box-shadow"],
1125
+ "replacement": "--borderColor-open-emphasis"
1126
+ },
1127
+ {
1128
+ "props": ["color"],
1129
+ "replacement": "--fgColor-open"
1130
+ }
1131
+ ],
1132
+ "--color-open-muted": [
1133
+ {
1134
+ "props": ["border", "box-shadow"],
1135
+ "replacement": "--borderColor-open-muted"
1136
+ }
1137
+ ],
1138
+ "--color-open-subtle": [
1139
+ {
1140
+ "props": ["background"],
1141
+ "replacement": "--bgColor-open-muted"
1142
+ }
1143
+ ],
1144
+ "--color-closed-fg": [
1145
+ {
1146
+ "props": ["color", "fill"],
1147
+ "replacement": "--fgColor-closed"
1148
+ },
1149
+ {
1150
+ "props": ["background"],
1151
+ "replacement": "--bgColor-closed-emphasis"
1152
+ }
1153
+ ],
1154
+ "--color-closed-emphasis": [
1155
+ {
1156
+ "props": ["background"],
1157
+ "replacement": "--bgColor-closed-emphasis"
1158
+ },
1159
+ {
1160
+ "props": ["border", "box-shadow"],
1161
+ "replacement": "--borderColor-closed-emphasis"
1162
+ },
1163
+ {
1164
+ "props": ["color"],
1165
+ "replacement": "--fgColor-closed"
1166
+ }
1167
+ ],
1168
+ "--color-closed-muted": [
1169
+ {
1170
+ "props": ["border", "box-shadow"],
1171
+ "replacement": "--borderColor-closed-muted"
1172
+ }
1173
+ ],
1174
+ "--color-closed-subtle": [
1175
+ {
1176
+ "props": ["background"],
1177
+ "replacement": "--bgColor-closed-muted"
1178
+ }
1179
+ ],
1180
+ "--color-done-fg": [
1181
+ {
1182
+ "props": ["color", "fill"],
1183
+ "replacement": "--fgColor-done"
1184
+ },
1185
+ {
1186
+ "props": ["background"],
1187
+ "replacement": "--bgColor-done-emphasis"
1188
+ }
1189
+ ],
1190
+ "--color-done-emphasis": [
1191
+ {
1192
+ "props": ["background"],
1193
+ "replacement": "--bgColor-done-emphasis"
1194
+ },
1195
+ {
1196
+ "props": ["border", "box-shadow"],
1197
+ "replacement": "--borderColor-done-emphasis"
1198
+ },
1199
+ {
1200
+ "props": ["color"],
1201
+ "replacement": "--fgColor-done"
1202
+ }
1203
+ ],
1204
+ "--color-done-muted": [
1205
+ {
1206
+ "props": ["border", "box-shadow"],
1207
+ "replacement": "--borderColor-done-muted"
1208
+ }
1209
+ ],
1210
+ "--color-done-subtle": [
1211
+ {
1212
+ "props": ["background"],
1213
+ "replacement": "--bgColor-done-muted"
1214
+ }
1215
+ ],
1216
+ "--color-sponsors-fg": [
1217
+ {
1218
+ "props": ["color", "fill"],
1219
+ "replacement": "--fgColor-sponsors"
1220
+ },
1221
+ {
1222
+ "props": ["background"],
1223
+ "replacement": "--bgColor-sponsors-emphasis"
1224
+ }
1225
+ ],
1226
+ "--color-sponsors-emphasis": [
1227
+ {
1228
+ "props": ["background"],
1229
+ "replacement": "--bgColor-sponsors-emphasis"
1230
+ },
1231
+ {
1232
+ "props": ["border", "box-shadow"],
1233
+ "replacement": "--borderColor-sponsors-emphasis"
1234
+ },
1235
+ {
1236
+ "props": ["color"],
1237
+ "replacement": "--fgColor-sponsors"
1238
+ }
1239
+ ],
1240
+ "--color-sponsors-muted": [
1241
+ {
1242
+ "props": ["border", "box-shadow"],
1243
+ "replacement": "--borderColor-sponsors-muted"
1244
+ }
1245
+ ],
1246
+ "--color-sponsors-subtle": [
1247
+ {
1248
+ "props": ["background"],
1249
+ "replacement": "--bgColor-sponsors-muted"
1250
+ }
1251
+ ],
1252
+ "--color-primer-fg-disabled": [
1253
+ {
1254
+ "props": ["color", "fill"],
1255
+ "replacement": "--fgColor-disabled"
1256
+ }
1257
+ ],
1258
+ "--color-primer-canvas-backdrop": [
1259
+ {
1260
+ "props": ["background"],
1261
+ "replacement": "--overlay-backdrop-bgColor"
1262
+ }
1263
+ ],
1264
+ "--color-primer-border-active": [
1265
+ {
1266
+ "props": ["border", "background"],
1267
+ "replacement": "--underlineNav-borderColor-active"
1268
+ }
1269
+ ],
1270
+ "--color-primer-border-contrast": [
1271
+ {
1272
+ "props": ["border", "background"],
1273
+ "replacement": "--borderColor-muted"
1274
+ }
1275
+ ],
1276
+ "--color-avatar-child-shadow": [
1277
+ {
1278
+ "props": ["box-shadow"],
1279
+ "replacement": "--avatar-shadow"
1280
+ }
1281
+ ],
1282
+ "color-btn-text": [
1283
+ {
1284
+ "props": ["color"],
1285
+ "replacement": "--button-default-fgColor-rest"
1286
+ }
1287
+ ],
1288
+ "--color-btn-shadow": [
1289
+ {
1290
+ "props": ["box-shadow"],
1291
+ "replacement": "--button-default-shadow-resting"
1292
+ }
1293
+ ],
1294
+ "--color-btn-inset-shadow": [
1295
+ {
1296
+ "props": ["box-shadow"],
1297
+ "replacement": "--button-default-shadow-inset"
1298
+ }
1299
+ ],
1300
+ "--color-btn-primary-shadow": [
1301
+ {
1302
+ "props": ["box-shadow"],
1303
+ "replacement": "--shadow-resting-small"
1304
+ }
1305
+ ],
1306
+ "--color-btn-primary-inset-shadow": [
1307
+ {
1308
+ "props": ["box-shadow"],
1309
+ "replacement": "--shadow-highlight"
1310
+ }
1311
+ ],
1312
+ "--color-btn-primary-selected-shadow": [
1313
+ {
1314
+ "props": ["box-shadow"],
1315
+ "replacement": "--button-primary-shadow-selected"
1316
+ }
1317
+ ],
1318
+ "--color-btn-outline-hover-shadow": [
1319
+ {
1320
+ "props": ["box-shadow"],
1321
+ "replacement": "--shadow-resting-small"
1322
+ }
1323
+ ],
1324
+ "--color-btn-outline-hover-inset-shadow": [
1325
+ {
1326
+ "props": ["box-shadow"],
1327
+ "replacement": "--shadow-highlight"
1328
+ }
1329
+ ],
1330
+ "--color-btn-outline-selected-shadow": [
1331
+ {
1332
+ "props": ["box-shadow"],
1333
+ "replacement": "--button-outline-shadow-selected"
1334
+ }
1335
+ ],
1336
+ "--color-btn-danger-hover-shadow": [
1337
+ {
1338
+ "props": ["box-shadow"],
1339
+ "replacement": "--shadow-resting-small"
1340
+ }
1341
+ ],
1342
+ "--color-btn-danger-hover-inset-shadow": [
1343
+ {
1344
+ "props": ["box-shadow"],
1345
+ "replacement": "--shadow-highlight"
1346
+ }
1347
+ ],
1348
+ "--color-btn-danger-selected-shadow": [
1349
+ {
1350
+ "props": ["box-shadow"],
1351
+ "replacement": "--button-danger-shadow-selected"
1352
+ }
1353
+ ],
1354
+ "--color-overlay-shadow": [
1355
+ {
1356
+ "props": ["box-shadow"],
1357
+ "replacement": "--shadow-floating-small"
1358
+ }
1359
+ ],
1360
+ "--color-primer-shadow-highlight": [
1361
+ {
1362
+ "props": ["box-shadow"],
1363
+ "replacement": "--shadow-highlight"
1364
+ }
1365
+ ],
1366
+ "--color-primer-shadow-inset": [
1367
+ {
1368
+ "props": ["box-shadow"],
1369
+ "replacement": "--shadow-inset"
1370
+ }
1371
+ ],
1372
+ "--color-shadow-small": [
1373
+ {
1374
+ "props": ["box-shadow"],
1375
+ "replacement": "--shadow-resting-small"
1376
+ }
1377
+ ],
1378
+ "--color-shadow-medium": [
1379
+ {
1380
+ "props": ["box-shadow"],
1381
+ "replacement": "--shadow-resting-medium"
1382
+ }
1383
+ ],
1384
+ "--color-shadow-large": [
1385
+ {
1386
+ "props": ["box-shadow"],
1387
+ "replacement": "--shadow-floating-large"
1388
+ }
1389
+ ],
1390
+ "--color-shadow-extra-large": [
1391
+ {
1392
+ "props": ["box-shadow"],
1393
+ "replacement": "--shadow-floating-xlarge"
1394
+ }
1395
+ ]
1396
+ }