@soyio/soyio-widget 2.18.0 → 2.20.0

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,2189 @@
1
+ {
2
+ "$ref": "#/definitions/SoyioAppearance",
3
+ "$schema": "http://json-schema.org/draft-07/schema#",
4
+ "definitions": {
5
+ "CSSProperties": {
6
+ "additionalProperties": false,
7
+ "properties": {
8
+ "WebkitAppearance": {
9
+ "type": "string"
10
+ },
11
+ "accentColor": {
12
+ "type": "string"
13
+ },
14
+ "alignItems": {
15
+ "enum": [
16
+ "flex-start",
17
+ "flex-end",
18
+ "center",
19
+ "baseline",
20
+ "stretch"
21
+ ],
22
+ "type": "string"
23
+ },
24
+ "appearance": {
25
+ "type": "string"
26
+ },
27
+ "backgroundColor": {
28
+ "type": "string"
29
+ },
30
+ "border": {
31
+ "type": "string"
32
+ },
33
+ "borderBottom": {
34
+ "type": "string"
35
+ },
36
+ "borderBottomColor": {
37
+ "type": "string"
38
+ },
39
+ "borderBottomLeftRadius": {
40
+ "type": "string"
41
+ },
42
+ "borderBottomRightRadius": {
43
+ "type": "string"
44
+ },
45
+ "borderBottomStyle": {
46
+ "type": "string"
47
+ },
48
+ "borderBottomWidth": {
49
+ "type": "string"
50
+ },
51
+ "borderColor": {
52
+ "type": "string"
53
+ },
54
+ "borderLeft": {
55
+ "type": "string"
56
+ },
57
+ "borderLeftColor": {
58
+ "type": "string"
59
+ },
60
+ "borderLeftStyle": {
61
+ "type": "string"
62
+ },
63
+ "borderLeftWidth": {
64
+ "type": "string"
65
+ },
66
+ "borderRadius": {
67
+ "type": "string"
68
+ },
69
+ "borderRight": {
70
+ "type": "string"
71
+ },
72
+ "borderRightColor": {
73
+ "type": "string"
74
+ },
75
+ "borderRightStyle": {
76
+ "type": "string"
77
+ },
78
+ "borderRightWidth": {
79
+ "type": "string"
80
+ },
81
+ "borderStyle": {
82
+ "type": "string"
83
+ },
84
+ "borderTop": {
85
+ "type": "string"
86
+ },
87
+ "borderTopColor": {
88
+ "type": "string"
89
+ },
90
+ "borderTopLeftRadius": {
91
+ "type": "string"
92
+ },
93
+ "borderTopRightRadius": {
94
+ "type": "string"
95
+ },
96
+ "borderTopStyle": {
97
+ "type": "string"
98
+ },
99
+ "borderTopWidth": {
100
+ "type": "string"
101
+ },
102
+ "borderWidth": {
103
+ "type": "string"
104
+ },
105
+ "bottom": {
106
+ "type": "string"
107
+ },
108
+ "boxShadow": {
109
+ "type": "string"
110
+ },
111
+ "color": {
112
+ "type": "string"
113
+ },
114
+ "cursor": {
115
+ "type": "string"
116
+ },
117
+ "display": {
118
+ "enum": [
119
+ "block",
120
+ "inline",
121
+ "inline-block",
122
+ "flex",
123
+ "inline-flex",
124
+ "grid",
125
+ "inline-grid",
126
+ "none"
127
+ ],
128
+ "type": "string"
129
+ },
130
+ "fill": {
131
+ "type": "string"
132
+ },
133
+ "fillOpacity": {
134
+ "type": "number"
135
+ },
136
+ "flex": {
137
+ "type": "string"
138
+ },
139
+ "flexDirection": {
140
+ "enum": [
141
+ "row",
142
+ "row-reverse",
143
+ "column",
144
+ "column-reverse"
145
+ ],
146
+ "type": "string"
147
+ },
148
+ "flexWrap": {
149
+ "enum": [
150
+ "nowrap",
151
+ "wrap",
152
+ "wrap-reverse"
153
+ ],
154
+ "type": "string"
155
+ },
156
+ "fontFamily": {
157
+ "type": "string"
158
+ },
159
+ "fontSize": {
160
+ "type": "string"
161
+ },
162
+ "fontVariant": {
163
+ "type": "string"
164
+ },
165
+ "fontWeight": {
166
+ "type": [
167
+ "string",
168
+ "number"
169
+ ]
170
+ },
171
+ "gap": {
172
+ "type": "string"
173
+ },
174
+ "height": {
175
+ "type": "string"
176
+ },
177
+ "justifyContent": {
178
+ "enum": [
179
+ "flex-start",
180
+ "flex-end",
181
+ "center",
182
+ "space-between",
183
+ "space-around",
184
+ "space-evenly"
185
+ ],
186
+ "type": "string"
187
+ },
188
+ "left": {
189
+ "type": "string"
190
+ },
191
+ "letterSpacing": {
192
+ "type": "string"
193
+ },
194
+ "lineHeight": {
195
+ "type": [
196
+ "string",
197
+ "number"
198
+ ]
199
+ },
200
+ "margin": {
201
+ "type": "string"
202
+ },
203
+ "marginBottom": {
204
+ "type": "string"
205
+ },
206
+ "marginLeft": {
207
+ "type": "string"
208
+ },
209
+ "marginRight": {
210
+ "type": "string"
211
+ },
212
+ "marginTop": {
213
+ "type": "string"
214
+ },
215
+ "mozOsxFontSmoothing": {
216
+ "enum": [
217
+ "auto",
218
+ "grayscale",
219
+ "unset"
220
+ ],
221
+ "type": "string"
222
+ },
223
+ "opacity": {
224
+ "type": "number"
225
+ },
226
+ "outline": {
227
+ "type": "string"
228
+ },
229
+ "outlineOffset": {
230
+ "type": "string"
231
+ },
232
+ "overflow": {
233
+ "enum": [
234
+ "visible",
235
+ "hidden",
236
+ "scroll",
237
+ "auto"
238
+ ],
239
+ "type": "string"
240
+ },
241
+ "overflowX": {
242
+ "enum": [
243
+ "visible",
244
+ "hidden",
245
+ "scroll",
246
+ "auto"
247
+ ],
248
+ "type": "string"
249
+ },
250
+ "overflowY": {
251
+ "enum": [
252
+ "visible",
253
+ "hidden",
254
+ "scroll",
255
+ "auto"
256
+ ],
257
+ "type": "string"
258
+ },
259
+ "padding": {
260
+ "type": "string"
261
+ },
262
+ "paddingBottom": {
263
+ "type": "string"
264
+ },
265
+ "paddingLeft": {
266
+ "type": "string"
267
+ },
268
+ "paddingRight": {
269
+ "type": "string"
270
+ },
271
+ "paddingTop": {
272
+ "type": "string"
273
+ },
274
+ "position": {
275
+ "enum": [
276
+ "static",
277
+ "relative",
278
+ "absolute",
279
+ "fixed",
280
+ "sticky"
281
+ ],
282
+ "type": "string"
283
+ },
284
+ "right": {
285
+ "type": "string"
286
+ },
287
+ "textAlign": {
288
+ "enum": [
289
+ "left",
290
+ "right",
291
+ "center",
292
+ "justify"
293
+ ],
294
+ "type": "string"
295
+ },
296
+ "textDecoration": {
297
+ "type": "string"
298
+ },
299
+ "textTransform": {
300
+ "enum": [
301
+ "none",
302
+ "capitalize",
303
+ "uppercase",
304
+ "lowercase"
305
+ ],
306
+ "type": "string"
307
+ },
308
+ "top": {
309
+ "type": "string"
310
+ },
311
+ "transform": {
312
+ "type": "string"
313
+ },
314
+ "transformOrigin": {
315
+ "type": "string"
316
+ },
317
+ "transition": {
318
+ "type": "string"
319
+ },
320
+ "transitionDelay": {
321
+ "type": "string"
322
+ },
323
+ "transitionDuration": {
324
+ "type": "string"
325
+ },
326
+ "transitionProperty": {
327
+ "type": "string"
328
+ },
329
+ "transitionTimingFunction": {
330
+ "type": "string"
331
+ },
332
+ "visibility": {
333
+ "enum": [
334
+ "visible",
335
+ "hidden",
336
+ "collapse"
337
+ ],
338
+ "type": "string"
339
+ },
340
+ "webkitFontSmoothing": {
341
+ "enum": [
342
+ "auto",
343
+ "antialiased",
344
+ "subpixel-antialiased"
345
+ ],
346
+ "type": "string"
347
+ },
348
+ "webkitTextFillColor": {
349
+ "type": "string"
350
+ },
351
+ "whiteSpace": {
352
+ "enum": [
353
+ "normal",
354
+ "nowrap",
355
+ "pre",
356
+ "pre-wrap",
357
+ "pre-line"
358
+ ],
359
+ "type": "string"
360
+ },
361
+ "width": {
362
+ "type": "string"
363
+ },
364
+ "wordBreak": {
365
+ "enum": [
366
+ "normal",
367
+ "break-all",
368
+ "keep-all",
369
+ "break-word"
370
+ ],
371
+ "type": "string"
372
+ },
373
+ "zIndex": {
374
+ "type": [
375
+ "number",
376
+ "string"
377
+ ]
378
+ }
379
+ },
380
+ "type": "object"
381
+ },
382
+ "IconWeight": {
383
+ "enum": [
384
+ "thin",
385
+ "light",
386
+ "regular",
387
+ "bold",
388
+ "fill",
389
+ "duotone"
390
+ ],
391
+ "type": "string"
392
+ },
393
+ "SoyioAppearance": {
394
+ "additionalProperties": false,
395
+ "properties": {
396
+ "config": {
397
+ "$ref": "#/definitions/SoyioAppearanceConfig"
398
+ },
399
+ "rules": {
400
+ "$ref": "#/definitions/SoyioRule"
401
+ },
402
+ "theme": {
403
+ "$ref": "#/definitions/SoyioTheme"
404
+ },
405
+ "variables": {
406
+ "$ref": "#/definitions/SoyioAppearanceVariables"
407
+ }
408
+ },
409
+ "type": "object"
410
+ },
411
+ "SoyioAppearanceConfig": {
412
+ "additionalProperties": false,
413
+ "properties": {
414
+ "brandTheme": {
415
+ "default": "default",
416
+ "description": "Theme variant for branded elements like the footer.\n- 'default': Standard Soyio brand colors (purple/indigo)\n- 'dark': Dark mode with gray tones\n- 'light': Mono color light version",
417
+ "enum": [
418
+ "default",
419
+ "dark",
420
+ "light"
421
+ ],
422
+ "type": "string"
423
+ },
424
+ "helperTextPosition": {
425
+ "enum": [
426
+ "top",
427
+ "bottom"
428
+ ],
429
+ "type": "string"
430
+ },
431
+ "hintIcon": {
432
+ "default": "Question",
433
+ "description": "Icon name to use for hint/help tooltips on input labels. Available icons: 'Question' (default), 'Info', 'QuestionMark', etc.",
434
+ "type": "string"
435
+ },
436
+ "icon": {
437
+ "$ref": "#/definitions/SoyioIconConfig",
438
+ "description": "Global icon appearance configuration. Controls default weight and size for all icons."
439
+ },
440
+ "iconRules": {
441
+ "additionalProperties": {
442
+ "$ref": "#/definitions/SoyioIconConfig"
443
+ },
444
+ "description": "Per-component icon overrides. Allows customizing icon styles for specific components.",
445
+ "type": "object"
446
+ },
447
+ "mainPageColumns": {
448
+ "default": 2,
449
+ "description": "Number of columns in the main page feature cards grid.",
450
+ "enum": [
451
+ 1,
452
+ 2,
453
+ 3,
454
+ 4
455
+ ],
456
+ "type": "number"
457
+ }
458
+ },
459
+ "type": "object"
460
+ },
461
+ "SoyioAppearanceVariables": {
462
+ "additionalProperties": false,
463
+ "properties": {
464
+ "borderRadius": {
465
+ "type": "string"
466
+ },
467
+ "borderStyle": {
468
+ "type": "string"
469
+ },
470
+ "borderWidth": {
471
+ "type": "string"
472
+ },
473
+ "colorBackground": {
474
+ "type": "string"
475
+ },
476
+ "colorBorder": {
477
+ "type": "string"
478
+ },
479
+ "colorBorderMuted": {
480
+ "type": "string"
481
+ },
482
+ "colorDanger": {
483
+ "type": "string"
484
+ },
485
+ "colorDangerBg": {
486
+ "type": "string"
487
+ },
488
+ "colorInfo": {
489
+ "type": "string"
490
+ },
491
+ "colorInfoBg": {
492
+ "type": "string"
493
+ },
494
+ "colorInputErrorFocus": {
495
+ "type": "string"
496
+ },
497
+ "colorInputFocus": {
498
+ "type": "string"
499
+ },
500
+ "colorLink": {
501
+ "type": "string"
502
+ },
503
+ "colorOverlay": {
504
+ "type": "string"
505
+ },
506
+ "colorPrimary": {
507
+ "type": "string"
508
+ },
509
+ "colorPrimarySurface": {
510
+ "type": "string"
511
+ },
512
+ "colorSecondary": {
513
+ "type": "string"
514
+ },
515
+ "colorSelectArrow": {
516
+ "type": "string"
517
+ },
518
+ "colorSuccess": {
519
+ "type": "string"
520
+ },
521
+ "colorSuccessBg": {
522
+ "type": "string"
523
+ },
524
+ "colorSurface": {
525
+ "type": "string"
526
+ },
527
+ "colorSurfaceMuted": {
528
+ "type": "string"
529
+ },
530
+ "colorSurfaceStrong": {
531
+ "type": "string"
532
+ },
533
+ "colorSwitchBorder": {
534
+ "type": "string"
535
+ },
536
+ "colorText": {
537
+ "type": "string"
538
+ },
539
+ "colorTextInverted": {
540
+ "type": "string"
541
+ },
542
+ "colorTextSecondary": {
543
+ "type": "string"
544
+ },
545
+ "colorTextSubtle": {
546
+ "type": "string"
547
+ },
548
+ "colorTextTitle": {
549
+ "type": "string"
550
+ },
551
+ "colorWarning": {
552
+ "type": "string"
553
+ },
554
+ "colorWarningBg": {
555
+ "type": "string"
556
+ },
557
+ "dataUseIconColor": {
558
+ "type": "string"
559
+ },
560
+ "fontFamily": {
561
+ "type": "string"
562
+ },
563
+ "fontFamilyBody": {
564
+ "type": "string"
565
+ },
566
+ "fontFamilyTitle": {
567
+ "type": "string"
568
+ },
569
+ "fontSizeBase": {
570
+ "type": "string"
571
+ }
572
+ },
573
+ "type": "object"
574
+ },
575
+ "SoyioIconConfig": {
576
+ "additionalProperties": false,
577
+ "properties": {
578
+ "dataUseVariant": {
579
+ "description": "Override variant for data use icons in consent management. If not set, uses the company's configured iconVariant.",
580
+ "enum": [
581
+ "duotone",
582
+ "outline",
583
+ "solid"
584
+ ],
585
+ "type": "string"
586
+ },
587
+ "size": {
588
+ "default": 24,
589
+ "description": "Default icon size in pixels.",
590
+ "type": "number"
591
+ },
592
+ "weight": {
593
+ "$ref": "#/definitions/IconWeight",
594
+ "default": "regular",
595
+ "description": "Icon weight/style variant.\n- thin: Thinnest stroke\n- light: Light stroke\n- regular: Default stroke (default)\n- bold: Bold stroke\n- fill: Filled/solid icons\n- duotone: Two-tone icons with opacity"
596
+ }
597
+ },
598
+ "type": "object"
599
+ },
600
+ "SoyioRule": {
601
+ "additionalProperties": {
602
+ "$ref": "#/definitions/CSSProperties"
603
+ },
604
+ "properties": {
605
+ ".Alert": {
606
+ "$ref": "#/definitions/CSSProperties"
607
+ },
608
+ ".Alert--checked": {
609
+ "$ref": "#/definitions/CSSProperties"
610
+ },
611
+ ".Alert--error": {
612
+ "$ref": "#/definitions/CSSProperties"
613
+ },
614
+ ".Alert--info": {
615
+ "$ref": "#/definitions/CSSProperties"
616
+ },
617
+ ".Alert--success": {
618
+ "$ref": "#/definitions/CSSProperties"
619
+ },
620
+ ".Alert--warning": {
621
+ "$ref": "#/definitions/CSSProperties"
622
+ },
623
+ ".Alert::placeholder": {
624
+ "$ref": "#/definitions/CSSProperties"
625
+ },
626
+ ".Alert::selection": {
627
+ "$ref": "#/definitions/CSSProperties"
628
+ },
629
+ ".Alert:active": {
630
+ "$ref": "#/definitions/CSSProperties"
631
+ },
632
+ ".Alert:autofill": {
633
+ "$ref": "#/definitions/CSSProperties"
634
+ },
635
+ ".Alert:disabled": {
636
+ "$ref": "#/definitions/CSSProperties"
637
+ },
638
+ ".Alert:focus": {
639
+ "$ref": "#/definitions/CSSProperties"
640
+ },
641
+ ".Alert:focus-visible": {
642
+ "$ref": "#/definitions/CSSProperties"
643
+ },
644
+ ".Alert:hover": {
645
+ "$ref": "#/definitions/CSSProperties"
646
+ },
647
+ ".AlertContent": {
648
+ "$ref": "#/definitions/CSSProperties"
649
+ },
650
+ ".AlertContent--checked": {
651
+ "$ref": "#/definitions/CSSProperties"
652
+ },
653
+ ".AlertContent::placeholder": {
654
+ "$ref": "#/definitions/CSSProperties"
655
+ },
656
+ ".AlertContent::selection": {
657
+ "$ref": "#/definitions/CSSProperties"
658
+ },
659
+ ".AlertContent:active": {
660
+ "$ref": "#/definitions/CSSProperties"
661
+ },
662
+ ".AlertContent:autofill": {
663
+ "$ref": "#/definitions/CSSProperties"
664
+ },
665
+ ".AlertContent:disabled": {
666
+ "$ref": "#/definitions/CSSProperties"
667
+ },
668
+ ".AlertContent:focus": {
669
+ "$ref": "#/definitions/CSSProperties"
670
+ },
671
+ ".AlertContent:focus-visible": {
672
+ "$ref": "#/definitions/CSSProperties"
673
+ },
674
+ ".AlertContent:hover": {
675
+ "$ref": "#/definitions/CSSProperties"
676
+ },
677
+ ".AlertIcon": {
678
+ "$ref": "#/definitions/CSSProperties"
679
+ },
680
+ ".AlertIcon--checked": {
681
+ "$ref": "#/definitions/CSSProperties"
682
+ },
683
+ ".AlertIcon::placeholder": {
684
+ "$ref": "#/definitions/CSSProperties"
685
+ },
686
+ ".AlertIcon::selection": {
687
+ "$ref": "#/definitions/CSSProperties"
688
+ },
689
+ ".AlertIcon:active": {
690
+ "$ref": "#/definitions/CSSProperties"
691
+ },
692
+ ".AlertIcon:autofill": {
693
+ "$ref": "#/definitions/CSSProperties"
694
+ },
695
+ ".AlertIcon:disabled": {
696
+ "$ref": "#/definitions/CSSProperties"
697
+ },
698
+ ".AlertIcon:focus": {
699
+ "$ref": "#/definitions/CSSProperties"
700
+ },
701
+ ".AlertIcon:focus-visible": {
702
+ "$ref": "#/definitions/CSSProperties"
703
+ },
704
+ ".AlertIcon:hover": {
705
+ "$ref": "#/definitions/CSSProperties"
706
+ },
707
+ ".Button": {
708
+ "$ref": "#/definitions/CSSProperties"
709
+ },
710
+ ".Button--checked": {
711
+ "$ref": "#/definitions/CSSProperties"
712
+ },
713
+ ".Button::placeholder": {
714
+ "$ref": "#/definitions/CSSProperties"
715
+ },
716
+ ".Button::selection": {
717
+ "$ref": "#/definitions/CSSProperties"
718
+ },
719
+ ".Button:active": {
720
+ "$ref": "#/definitions/CSSProperties"
721
+ },
722
+ ".Button:autofill": {
723
+ "$ref": "#/definitions/CSSProperties"
724
+ },
725
+ ".Button:disabled": {
726
+ "$ref": "#/definitions/CSSProperties"
727
+ },
728
+ ".Button:focus": {
729
+ "$ref": "#/definitions/CSSProperties"
730
+ },
731
+ ".Button:focus-visible": {
732
+ "$ref": "#/definitions/CSSProperties"
733
+ },
734
+ ".Button:hover": {
735
+ "$ref": "#/definitions/CSSProperties"
736
+ },
737
+ ".Card": {
738
+ "$ref": "#/definitions/CSSProperties"
739
+ },
740
+ ".Card--checked": {
741
+ "$ref": "#/definitions/CSSProperties"
742
+ },
743
+ ".Card::placeholder": {
744
+ "$ref": "#/definitions/CSSProperties"
745
+ },
746
+ ".Card::selection": {
747
+ "$ref": "#/definitions/CSSProperties"
748
+ },
749
+ ".Card:active": {
750
+ "$ref": "#/definitions/CSSProperties"
751
+ },
752
+ ".Card:autofill": {
753
+ "$ref": "#/definitions/CSSProperties"
754
+ },
755
+ ".Card:disabled": {
756
+ "$ref": "#/definitions/CSSProperties"
757
+ },
758
+ ".Card:focus": {
759
+ "$ref": "#/definitions/CSSProperties"
760
+ },
761
+ ".Card:focus-visible": {
762
+ "$ref": "#/definitions/CSSProperties"
763
+ },
764
+ ".Card:hover": {
765
+ "$ref": "#/definitions/CSSProperties"
766
+ },
767
+ ".CardTitle": {
768
+ "$ref": "#/definitions/CSSProperties"
769
+ },
770
+ ".CardTitle--checked": {
771
+ "$ref": "#/definitions/CSSProperties"
772
+ },
773
+ ".CardTitle::placeholder": {
774
+ "$ref": "#/definitions/CSSProperties"
775
+ },
776
+ ".CardTitle::selection": {
777
+ "$ref": "#/definitions/CSSProperties"
778
+ },
779
+ ".CardTitle:active": {
780
+ "$ref": "#/definitions/CSSProperties"
781
+ },
782
+ ".CardTitle:autofill": {
783
+ "$ref": "#/definitions/CSSProperties"
784
+ },
785
+ ".CardTitle:disabled": {
786
+ "$ref": "#/definitions/CSSProperties"
787
+ },
788
+ ".CardTitle:focus": {
789
+ "$ref": "#/definitions/CSSProperties"
790
+ },
791
+ ".CardTitle:focus-visible": {
792
+ "$ref": "#/definitions/CSSProperties"
793
+ },
794
+ ".CardTitle:hover": {
795
+ "$ref": "#/definitions/CSSProperties"
796
+ },
797
+ ".Checkbox": {
798
+ "$ref": "#/definitions/CSSProperties"
799
+ },
800
+ ".Checkbox--checked": {
801
+ "$ref": "#/definitions/CSSProperties"
802
+ },
803
+ ".Checkbox::placeholder": {
804
+ "$ref": "#/definitions/CSSProperties"
805
+ },
806
+ ".Checkbox::selection": {
807
+ "$ref": "#/definitions/CSSProperties"
808
+ },
809
+ ".Checkbox:active": {
810
+ "$ref": "#/definitions/CSSProperties"
811
+ },
812
+ ".Checkbox:autofill": {
813
+ "$ref": "#/definitions/CSSProperties"
814
+ },
815
+ ".Checkbox:disabled": {
816
+ "$ref": "#/definitions/CSSProperties"
817
+ },
818
+ ".Checkbox:focus": {
819
+ "$ref": "#/definitions/CSSProperties"
820
+ },
821
+ ".Checkbox:focus-visible": {
822
+ "$ref": "#/definitions/CSSProperties"
823
+ },
824
+ ".Checkbox:hover": {
825
+ "$ref": "#/definitions/CSSProperties"
826
+ },
827
+ ".CheckboxInput": {
828
+ "$ref": "#/definitions/CSSProperties"
829
+ },
830
+ ".CheckboxInput--checked": {
831
+ "$ref": "#/definitions/CSSProperties"
832
+ },
833
+ ".CheckboxInput::placeholder": {
834
+ "$ref": "#/definitions/CSSProperties"
835
+ },
836
+ ".CheckboxInput::selection": {
837
+ "$ref": "#/definitions/CSSProperties"
838
+ },
839
+ ".CheckboxInput:active": {
840
+ "$ref": "#/definitions/CSSProperties"
841
+ },
842
+ ".CheckboxInput:autofill": {
843
+ "$ref": "#/definitions/CSSProperties"
844
+ },
845
+ ".CheckboxInput:disabled": {
846
+ "$ref": "#/definitions/CSSProperties"
847
+ },
848
+ ".CheckboxInput:focus": {
849
+ "$ref": "#/definitions/CSSProperties"
850
+ },
851
+ ".CheckboxInput:focus-visible": {
852
+ "$ref": "#/definitions/CSSProperties"
853
+ },
854
+ ".CheckboxInput:hover": {
855
+ "$ref": "#/definitions/CSSProperties"
856
+ },
857
+ ".CheckboxLabel": {
858
+ "$ref": "#/definitions/CSSProperties"
859
+ },
860
+ ".CheckboxLabel--checked": {
861
+ "$ref": "#/definitions/CSSProperties"
862
+ },
863
+ ".CheckboxLabel::placeholder": {
864
+ "$ref": "#/definitions/CSSProperties"
865
+ },
866
+ ".CheckboxLabel::selection": {
867
+ "$ref": "#/definitions/CSSProperties"
868
+ },
869
+ ".CheckboxLabel:active": {
870
+ "$ref": "#/definitions/CSSProperties"
871
+ },
872
+ ".CheckboxLabel:autofill": {
873
+ "$ref": "#/definitions/CSSProperties"
874
+ },
875
+ ".CheckboxLabel:disabled": {
876
+ "$ref": "#/definitions/CSSProperties"
877
+ },
878
+ ".CheckboxLabel:focus": {
879
+ "$ref": "#/definitions/CSSProperties"
880
+ },
881
+ ".CheckboxLabel:focus-visible": {
882
+ "$ref": "#/definitions/CSSProperties"
883
+ },
884
+ ".CheckboxLabel:hover": {
885
+ "$ref": "#/definitions/CSSProperties"
886
+ },
887
+ ".Chip": {
888
+ "$ref": "#/definitions/CSSProperties"
889
+ },
890
+ ".Chip--amber": {
891
+ "$ref": "#/definitions/CSSProperties"
892
+ },
893
+ ".Chip--checked": {
894
+ "$ref": "#/definitions/CSSProperties"
895
+ },
896
+ ".Chip--green": {
897
+ "$ref": "#/definitions/CSSProperties"
898
+ },
899
+ ".Chip--info": {
900
+ "$ref": "#/definitions/CSSProperties"
901
+ },
902
+ ".Chip--red": {
903
+ "$ref": "#/definitions/CSSProperties"
904
+ },
905
+ ".Chip::placeholder": {
906
+ "$ref": "#/definitions/CSSProperties"
907
+ },
908
+ ".Chip::selection": {
909
+ "$ref": "#/definitions/CSSProperties"
910
+ },
911
+ ".Chip:active": {
912
+ "$ref": "#/definitions/CSSProperties"
913
+ },
914
+ ".Chip:autofill": {
915
+ "$ref": "#/definitions/CSSProperties"
916
+ },
917
+ ".Chip:disabled": {
918
+ "$ref": "#/definitions/CSSProperties"
919
+ },
920
+ ".Chip:focus": {
921
+ "$ref": "#/definitions/CSSProperties"
922
+ },
923
+ ".Chip:focus-visible": {
924
+ "$ref": "#/definitions/CSSProperties"
925
+ },
926
+ ".Chip:hover": {
927
+ "$ref": "#/definitions/CSSProperties"
928
+ },
929
+ ".Combobox": {
930
+ "$ref": "#/definitions/CSSProperties"
931
+ },
932
+ ".Combobox--checked": {
933
+ "$ref": "#/definitions/CSSProperties"
934
+ },
935
+ ".Combobox::placeholder": {
936
+ "$ref": "#/definitions/CSSProperties"
937
+ },
938
+ ".Combobox::selection": {
939
+ "$ref": "#/definitions/CSSProperties"
940
+ },
941
+ ".Combobox:active": {
942
+ "$ref": "#/definitions/CSSProperties"
943
+ },
944
+ ".Combobox:autofill": {
945
+ "$ref": "#/definitions/CSSProperties"
946
+ },
947
+ ".Combobox:disabled": {
948
+ "$ref": "#/definitions/CSSProperties"
949
+ },
950
+ ".Combobox:focus": {
951
+ "$ref": "#/definitions/CSSProperties"
952
+ },
953
+ ".Combobox:focus-visible": {
954
+ "$ref": "#/definitions/CSSProperties"
955
+ },
956
+ ".Combobox:hover": {
957
+ "$ref": "#/definitions/CSSProperties"
958
+ },
959
+ ".Description": {
960
+ "$ref": "#/definitions/CSSProperties"
961
+ },
962
+ ".Description--checked": {
963
+ "$ref": "#/definitions/CSSProperties"
964
+ },
965
+ ".Description::placeholder": {
966
+ "$ref": "#/definitions/CSSProperties"
967
+ },
968
+ ".Description::selection": {
969
+ "$ref": "#/definitions/CSSProperties"
970
+ },
971
+ ".Description:active": {
972
+ "$ref": "#/definitions/CSSProperties"
973
+ },
974
+ ".Description:autofill": {
975
+ "$ref": "#/definitions/CSSProperties"
976
+ },
977
+ ".Description:disabled": {
978
+ "$ref": "#/definitions/CSSProperties"
979
+ },
980
+ ".Description:focus": {
981
+ "$ref": "#/definitions/CSSProperties"
982
+ },
983
+ ".Description:focus-visible": {
984
+ "$ref": "#/definitions/CSSProperties"
985
+ },
986
+ ".Description:hover": {
987
+ "$ref": "#/definitions/CSSProperties"
988
+ },
989
+ ".Dialog": {
990
+ "$ref": "#/definitions/CSSProperties"
991
+ },
992
+ ".Dialog--checked": {
993
+ "$ref": "#/definitions/CSSProperties"
994
+ },
995
+ ".Dialog::placeholder": {
996
+ "$ref": "#/definitions/CSSProperties"
997
+ },
998
+ ".Dialog::selection": {
999
+ "$ref": "#/definitions/CSSProperties"
1000
+ },
1001
+ ".Dialog:active": {
1002
+ "$ref": "#/definitions/CSSProperties"
1003
+ },
1004
+ ".Dialog:autofill": {
1005
+ "$ref": "#/definitions/CSSProperties"
1006
+ },
1007
+ ".Dialog:disabled": {
1008
+ "$ref": "#/definitions/CSSProperties"
1009
+ },
1010
+ ".Dialog:focus": {
1011
+ "$ref": "#/definitions/CSSProperties"
1012
+ },
1013
+ ".Dialog:focus-visible": {
1014
+ "$ref": "#/definitions/CSSProperties"
1015
+ },
1016
+ ".Dialog:hover": {
1017
+ "$ref": "#/definitions/CSSProperties"
1018
+ },
1019
+ ".DialogContent": {
1020
+ "$ref": "#/definitions/CSSProperties"
1021
+ },
1022
+ ".DialogContent--checked": {
1023
+ "$ref": "#/definitions/CSSProperties"
1024
+ },
1025
+ ".DialogContent::placeholder": {
1026
+ "$ref": "#/definitions/CSSProperties"
1027
+ },
1028
+ ".DialogContent::selection": {
1029
+ "$ref": "#/definitions/CSSProperties"
1030
+ },
1031
+ ".DialogContent:active": {
1032
+ "$ref": "#/definitions/CSSProperties"
1033
+ },
1034
+ ".DialogContent:autofill": {
1035
+ "$ref": "#/definitions/CSSProperties"
1036
+ },
1037
+ ".DialogContent:disabled": {
1038
+ "$ref": "#/definitions/CSSProperties"
1039
+ },
1040
+ ".DialogContent:focus": {
1041
+ "$ref": "#/definitions/CSSProperties"
1042
+ },
1043
+ ".DialogContent:focus-visible": {
1044
+ "$ref": "#/definitions/CSSProperties"
1045
+ },
1046
+ ".DialogContent:hover": {
1047
+ "$ref": "#/definitions/CSSProperties"
1048
+ },
1049
+ ".DialogDescription": {
1050
+ "$ref": "#/definitions/CSSProperties"
1051
+ },
1052
+ ".DialogDescription--checked": {
1053
+ "$ref": "#/definitions/CSSProperties"
1054
+ },
1055
+ ".DialogDescription::placeholder": {
1056
+ "$ref": "#/definitions/CSSProperties"
1057
+ },
1058
+ ".DialogDescription::selection": {
1059
+ "$ref": "#/definitions/CSSProperties"
1060
+ },
1061
+ ".DialogDescription:active": {
1062
+ "$ref": "#/definitions/CSSProperties"
1063
+ },
1064
+ ".DialogDescription:autofill": {
1065
+ "$ref": "#/definitions/CSSProperties"
1066
+ },
1067
+ ".DialogDescription:disabled": {
1068
+ "$ref": "#/definitions/CSSProperties"
1069
+ },
1070
+ ".DialogDescription:focus": {
1071
+ "$ref": "#/definitions/CSSProperties"
1072
+ },
1073
+ ".DialogDescription:focus-visible": {
1074
+ "$ref": "#/definitions/CSSProperties"
1075
+ },
1076
+ ".DialogDescription:hover": {
1077
+ "$ref": "#/definitions/CSSProperties"
1078
+ },
1079
+ ".DialogOverlay": {
1080
+ "$ref": "#/definitions/CSSProperties"
1081
+ },
1082
+ ".DialogOverlay--checked": {
1083
+ "$ref": "#/definitions/CSSProperties"
1084
+ },
1085
+ ".DialogOverlay::placeholder": {
1086
+ "$ref": "#/definitions/CSSProperties"
1087
+ },
1088
+ ".DialogOverlay::selection": {
1089
+ "$ref": "#/definitions/CSSProperties"
1090
+ },
1091
+ ".DialogOverlay:active": {
1092
+ "$ref": "#/definitions/CSSProperties"
1093
+ },
1094
+ ".DialogOverlay:autofill": {
1095
+ "$ref": "#/definitions/CSSProperties"
1096
+ },
1097
+ ".DialogOverlay:disabled": {
1098
+ "$ref": "#/definitions/CSSProperties"
1099
+ },
1100
+ ".DialogOverlay:focus": {
1101
+ "$ref": "#/definitions/CSSProperties"
1102
+ },
1103
+ ".DialogOverlay:focus-visible": {
1104
+ "$ref": "#/definitions/CSSProperties"
1105
+ },
1106
+ ".DialogOverlay:hover": {
1107
+ "$ref": "#/definitions/CSSProperties"
1108
+ },
1109
+ ".DialogTitle": {
1110
+ "$ref": "#/definitions/CSSProperties"
1111
+ },
1112
+ ".DialogTitle--checked": {
1113
+ "$ref": "#/definitions/CSSProperties"
1114
+ },
1115
+ ".DialogTitle::placeholder": {
1116
+ "$ref": "#/definitions/CSSProperties"
1117
+ },
1118
+ ".DialogTitle::selection": {
1119
+ "$ref": "#/definitions/CSSProperties"
1120
+ },
1121
+ ".DialogTitle:active": {
1122
+ "$ref": "#/definitions/CSSProperties"
1123
+ },
1124
+ ".DialogTitle:autofill": {
1125
+ "$ref": "#/definitions/CSSProperties"
1126
+ },
1127
+ ".DialogTitle:disabled": {
1128
+ "$ref": "#/definitions/CSSProperties"
1129
+ },
1130
+ ".DialogTitle:focus": {
1131
+ "$ref": "#/definitions/CSSProperties"
1132
+ },
1133
+ ".DialogTitle:focus-visible": {
1134
+ "$ref": "#/definitions/CSSProperties"
1135
+ },
1136
+ ".DialogTitle:hover": {
1137
+ "$ref": "#/definitions/CSSProperties"
1138
+ },
1139
+ ".ErrorMessage": {
1140
+ "$ref": "#/definitions/CSSProperties"
1141
+ },
1142
+ ".ErrorMessage--checked": {
1143
+ "$ref": "#/definitions/CSSProperties"
1144
+ },
1145
+ ".ErrorMessage::placeholder": {
1146
+ "$ref": "#/definitions/CSSProperties"
1147
+ },
1148
+ ".ErrorMessage::selection": {
1149
+ "$ref": "#/definitions/CSSProperties"
1150
+ },
1151
+ ".ErrorMessage:active": {
1152
+ "$ref": "#/definitions/CSSProperties"
1153
+ },
1154
+ ".ErrorMessage:autofill": {
1155
+ "$ref": "#/definitions/CSSProperties"
1156
+ },
1157
+ ".ErrorMessage:disabled": {
1158
+ "$ref": "#/definitions/CSSProperties"
1159
+ },
1160
+ ".ErrorMessage:focus": {
1161
+ "$ref": "#/definitions/CSSProperties"
1162
+ },
1163
+ ".ErrorMessage:focus-visible": {
1164
+ "$ref": "#/definitions/CSSProperties"
1165
+ },
1166
+ ".ErrorMessage:hover": {
1167
+ "$ref": "#/definitions/CSSProperties"
1168
+ },
1169
+ ".HintIcon": {
1170
+ "$ref": "#/definitions/CSSProperties"
1171
+ },
1172
+ ".HintIcon--checked": {
1173
+ "$ref": "#/definitions/CSSProperties"
1174
+ },
1175
+ ".HintIcon::placeholder": {
1176
+ "$ref": "#/definitions/CSSProperties"
1177
+ },
1178
+ ".HintIcon::selection": {
1179
+ "$ref": "#/definitions/CSSProperties"
1180
+ },
1181
+ ".HintIcon:active": {
1182
+ "$ref": "#/definitions/CSSProperties"
1183
+ },
1184
+ ".HintIcon:autofill": {
1185
+ "$ref": "#/definitions/CSSProperties"
1186
+ },
1187
+ ".HintIcon:disabled": {
1188
+ "$ref": "#/definitions/CSSProperties"
1189
+ },
1190
+ ".HintIcon:focus": {
1191
+ "$ref": "#/definitions/CSSProperties"
1192
+ },
1193
+ ".HintIcon:focus-visible": {
1194
+ "$ref": "#/definitions/CSSProperties"
1195
+ },
1196
+ ".HintIcon:hover": {
1197
+ "$ref": "#/definitions/CSSProperties"
1198
+ },
1199
+ ".Input": {
1200
+ "$ref": "#/definitions/CSSProperties"
1201
+ },
1202
+ ".Input--checked": {
1203
+ "$ref": "#/definitions/CSSProperties"
1204
+ },
1205
+ ".Input--error": {
1206
+ "$ref": "#/definitions/CSSProperties"
1207
+ },
1208
+ ".Input::placeholder": {
1209
+ "$ref": "#/definitions/CSSProperties"
1210
+ },
1211
+ ".Input::selection": {
1212
+ "$ref": "#/definitions/CSSProperties"
1213
+ },
1214
+ ".Input:active": {
1215
+ "$ref": "#/definitions/CSSProperties"
1216
+ },
1217
+ ".Input:autofill": {
1218
+ "$ref": "#/definitions/CSSProperties"
1219
+ },
1220
+ ".Input:disabled": {
1221
+ "$ref": "#/definitions/CSSProperties"
1222
+ },
1223
+ ".Input:focus": {
1224
+ "$ref": "#/definitions/CSSProperties"
1225
+ },
1226
+ ".Input:focus-visible": {
1227
+ "$ref": "#/definitions/CSSProperties"
1228
+ },
1229
+ ".Input:hover": {
1230
+ "$ref": "#/definitions/CSSProperties"
1231
+ },
1232
+ ".Label": {
1233
+ "$ref": "#/definitions/CSSProperties"
1234
+ },
1235
+ ".Label--checked": {
1236
+ "$ref": "#/definitions/CSSProperties"
1237
+ },
1238
+ ".Label::placeholder": {
1239
+ "$ref": "#/definitions/CSSProperties"
1240
+ },
1241
+ ".Label::selection": {
1242
+ "$ref": "#/definitions/CSSProperties"
1243
+ },
1244
+ ".Label:active": {
1245
+ "$ref": "#/definitions/CSSProperties"
1246
+ },
1247
+ ".Label:autofill": {
1248
+ "$ref": "#/definitions/CSSProperties"
1249
+ },
1250
+ ".Label:disabled": {
1251
+ "$ref": "#/definitions/CSSProperties"
1252
+ },
1253
+ ".Label:focus": {
1254
+ "$ref": "#/definitions/CSSProperties"
1255
+ },
1256
+ ".Label:focus-visible": {
1257
+ "$ref": "#/definitions/CSSProperties"
1258
+ },
1259
+ ".Label:hover": {
1260
+ "$ref": "#/definitions/CSSProperties"
1261
+ },
1262
+ ".Link": {
1263
+ "$ref": "#/definitions/CSSProperties"
1264
+ },
1265
+ ".Link--checked": {
1266
+ "$ref": "#/definitions/CSSProperties"
1267
+ },
1268
+ ".Link::placeholder": {
1269
+ "$ref": "#/definitions/CSSProperties"
1270
+ },
1271
+ ".Link::selection": {
1272
+ "$ref": "#/definitions/CSSProperties"
1273
+ },
1274
+ ".Link:active": {
1275
+ "$ref": "#/definitions/CSSProperties"
1276
+ },
1277
+ ".Link:autofill": {
1278
+ "$ref": "#/definitions/CSSProperties"
1279
+ },
1280
+ ".Link:disabled": {
1281
+ "$ref": "#/definitions/CSSProperties"
1282
+ },
1283
+ ".Link:focus": {
1284
+ "$ref": "#/definitions/CSSProperties"
1285
+ },
1286
+ ".Link:focus-visible": {
1287
+ "$ref": "#/definitions/CSSProperties"
1288
+ },
1289
+ ".Link:hover": {
1290
+ "$ref": "#/definitions/CSSProperties"
1291
+ },
1292
+ ".Loader": {
1293
+ "$ref": "#/definitions/CSSProperties"
1294
+ },
1295
+ ".Loader--checked": {
1296
+ "$ref": "#/definitions/CSSProperties"
1297
+ },
1298
+ ".Loader::placeholder": {
1299
+ "$ref": "#/definitions/CSSProperties"
1300
+ },
1301
+ ".Loader::selection": {
1302
+ "$ref": "#/definitions/CSSProperties"
1303
+ },
1304
+ ".Loader:active": {
1305
+ "$ref": "#/definitions/CSSProperties"
1306
+ },
1307
+ ".Loader:autofill": {
1308
+ "$ref": "#/definitions/CSSProperties"
1309
+ },
1310
+ ".Loader:disabled": {
1311
+ "$ref": "#/definitions/CSSProperties"
1312
+ },
1313
+ ".Loader:focus": {
1314
+ "$ref": "#/definitions/CSSProperties"
1315
+ },
1316
+ ".Loader:focus-visible": {
1317
+ "$ref": "#/definitions/CSSProperties"
1318
+ },
1319
+ ".Loader:hover": {
1320
+ "$ref": "#/definitions/CSSProperties"
1321
+ },
1322
+ ".MainContainer": {
1323
+ "$ref": "#/definitions/CSSProperties"
1324
+ },
1325
+ ".MainContainer--checked": {
1326
+ "$ref": "#/definitions/CSSProperties"
1327
+ },
1328
+ ".MainContainer::placeholder": {
1329
+ "$ref": "#/definitions/CSSProperties"
1330
+ },
1331
+ ".MainContainer::selection": {
1332
+ "$ref": "#/definitions/CSSProperties"
1333
+ },
1334
+ ".MainContainer:active": {
1335
+ "$ref": "#/definitions/CSSProperties"
1336
+ },
1337
+ ".MainContainer:autofill": {
1338
+ "$ref": "#/definitions/CSSProperties"
1339
+ },
1340
+ ".MainContainer:disabled": {
1341
+ "$ref": "#/definitions/CSSProperties"
1342
+ },
1343
+ ".MainContainer:focus": {
1344
+ "$ref": "#/definitions/CSSProperties"
1345
+ },
1346
+ ".MainContainer:focus-visible": {
1347
+ "$ref": "#/definitions/CSSProperties"
1348
+ },
1349
+ ".MainContainer:hover": {
1350
+ "$ref": "#/definitions/CSSProperties"
1351
+ },
1352
+ ".NinInput": {
1353
+ "$ref": "#/definitions/CSSProperties"
1354
+ },
1355
+ ".NinInput--checked": {
1356
+ "$ref": "#/definitions/CSSProperties"
1357
+ },
1358
+ ".NinInput::placeholder": {
1359
+ "$ref": "#/definitions/CSSProperties"
1360
+ },
1361
+ ".NinInput::selection": {
1362
+ "$ref": "#/definitions/CSSProperties"
1363
+ },
1364
+ ".NinInput:active": {
1365
+ "$ref": "#/definitions/CSSProperties"
1366
+ },
1367
+ ".NinInput:autofill": {
1368
+ "$ref": "#/definitions/CSSProperties"
1369
+ },
1370
+ ".NinInput:disabled": {
1371
+ "$ref": "#/definitions/CSSProperties"
1372
+ },
1373
+ ".NinInput:focus": {
1374
+ "$ref": "#/definitions/CSSProperties"
1375
+ },
1376
+ ".NinInput:focus-visible": {
1377
+ "$ref": "#/definitions/CSSProperties"
1378
+ },
1379
+ ".NinInput:hover": {
1380
+ "$ref": "#/definitions/CSSProperties"
1381
+ },
1382
+ ".Radio": {
1383
+ "$ref": "#/definitions/CSSProperties"
1384
+ },
1385
+ ".Radio--checked": {
1386
+ "$ref": "#/definitions/CSSProperties"
1387
+ },
1388
+ ".Radio::placeholder": {
1389
+ "$ref": "#/definitions/CSSProperties"
1390
+ },
1391
+ ".Radio::selection": {
1392
+ "$ref": "#/definitions/CSSProperties"
1393
+ },
1394
+ ".Radio:active": {
1395
+ "$ref": "#/definitions/CSSProperties"
1396
+ },
1397
+ ".Radio:autofill": {
1398
+ "$ref": "#/definitions/CSSProperties"
1399
+ },
1400
+ ".Radio:disabled": {
1401
+ "$ref": "#/definitions/CSSProperties"
1402
+ },
1403
+ ".Radio:focus": {
1404
+ "$ref": "#/definitions/CSSProperties"
1405
+ },
1406
+ ".Radio:focus-visible": {
1407
+ "$ref": "#/definitions/CSSProperties"
1408
+ },
1409
+ ".Radio:hover": {
1410
+ "$ref": "#/definitions/CSSProperties"
1411
+ },
1412
+ ".RadioButton": {
1413
+ "$ref": "#/definitions/CSSProperties"
1414
+ },
1415
+ ".RadioButton--checked": {
1416
+ "$ref": "#/definitions/CSSProperties"
1417
+ },
1418
+ ".RadioButton::placeholder": {
1419
+ "$ref": "#/definitions/CSSProperties"
1420
+ },
1421
+ ".RadioButton::selection": {
1422
+ "$ref": "#/definitions/CSSProperties"
1423
+ },
1424
+ ".RadioButton:active": {
1425
+ "$ref": "#/definitions/CSSProperties"
1426
+ },
1427
+ ".RadioButton:autofill": {
1428
+ "$ref": "#/definitions/CSSProperties"
1429
+ },
1430
+ ".RadioButton:disabled": {
1431
+ "$ref": "#/definitions/CSSProperties"
1432
+ },
1433
+ ".RadioButton:focus": {
1434
+ "$ref": "#/definitions/CSSProperties"
1435
+ },
1436
+ ".RadioButton:focus-visible": {
1437
+ "$ref": "#/definitions/CSSProperties"
1438
+ },
1439
+ ".RadioButton:hover": {
1440
+ "$ref": "#/definitions/CSSProperties"
1441
+ },
1442
+ ".RadioCard": {
1443
+ "$ref": "#/definitions/CSSProperties"
1444
+ },
1445
+ ".RadioCard--checked": {
1446
+ "$ref": "#/definitions/CSSProperties"
1447
+ },
1448
+ ".RadioCard::placeholder": {
1449
+ "$ref": "#/definitions/CSSProperties"
1450
+ },
1451
+ ".RadioCard::selection": {
1452
+ "$ref": "#/definitions/CSSProperties"
1453
+ },
1454
+ ".RadioCard:active": {
1455
+ "$ref": "#/definitions/CSSProperties"
1456
+ },
1457
+ ".RadioCard:autofill": {
1458
+ "$ref": "#/definitions/CSSProperties"
1459
+ },
1460
+ ".RadioCard:disabled": {
1461
+ "$ref": "#/definitions/CSSProperties"
1462
+ },
1463
+ ".RadioCard:focus": {
1464
+ "$ref": "#/definitions/CSSProperties"
1465
+ },
1466
+ ".RadioCard:focus-visible": {
1467
+ "$ref": "#/definitions/CSSProperties"
1468
+ },
1469
+ ".RadioCard:hover": {
1470
+ "$ref": "#/definitions/CSSProperties"
1471
+ },
1472
+ ".RadioCardButton": {
1473
+ "$ref": "#/definitions/CSSProperties"
1474
+ },
1475
+ ".RadioCardButton--checked": {
1476
+ "$ref": "#/definitions/CSSProperties"
1477
+ },
1478
+ ".RadioCardButton::placeholder": {
1479
+ "$ref": "#/definitions/CSSProperties"
1480
+ },
1481
+ ".RadioCardButton::selection": {
1482
+ "$ref": "#/definitions/CSSProperties"
1483
+ },
1484
+ ".RadioCardButton:active": {
1485
+ "$ref": "#/definitions/CSSProperties"
1486
+ },
1487
+ ".RadioCardButton:autofill": {
1488
+ "$ref": "#/definitions/CSSProperties"
1489
+ },
1490
+ ".RadioCardButton:disabled": {
1491
+ "$ref": "#/definitions/CSSProperties"
1492
+ },
1493
+ ".RadioCardButton:focus": {
1494
+ "$ref": "#/definitions/CSSProperties"
1495
+ },
1496
+ ".RadioCardButton:focus-visible": {
1497
+ "$ref": "#/definitions/CSSProperties"
1498
+ },
1499
+ ".RadioCardButton:hover": {
1500
+ "$ref": "#/definitions/CSSProperties"
1501
+ },
1502
+ ".RadioCardIndicator": {
1503
+ "$ref": "#/definitions/CSSProperties"
1504
+ },
1505
+ ".RadioCardIndicator--checked": {
1506
+ "$ref": "#/definitions/CSSProperties"
1507
+ },
1508
+ ".RadioCardIndicator::placeholder": {
1509
+ "$ref": "#/definitions/CSSProperties"
1510
+ },
1511
+ ".RadioCardIndicator::selection": {
1512
+ "$ref": "#/definitions/CSSProperties"
1513
+ },
1514
+ ".RadioCardIndicator:active": {
1515
+ "$ref": "#/definitions/CSSProperties"
1516
+ },
1517
+ ".RadioCardIndicator:autofill": {
1518
+ "$ref": "#/definitions/CSSProperties"
1519
+ },
1520
+ ".RadioCardIndicator:disabled": {
1521
+ "$ref": "#/definitions/CSSProperties"
1522
+ },
1523
+ ".RadioCardIndicator:focus": {
1524
+ "$ref": "#/definitions/CSSProperties"
1525
+ },
1526
+ ".RadioCardIndicator:focus-visible": {
1527
+ "$ref": "#/definitions/CSSProperties"
1528
+ },
1529
+ ".RadioCardIndicator:hover": {
1530
+ "$ref": "#/definitions/CSSProperties"
1531
+ },
1532
+ ".RadioCardTitle": {
1533
+ "$ref": "#/definitions/CSSProperties"
1534
+ },
1535
+ ".RadioCardTitle--checked": {
1536
+ "$ref": "#/definitions/CSSProperties"
1537
+ },
1538
+ ".RadioCardTitle::placeholder": {
1539
+ "$ref": "#/definitions/CSSProperties"
1540
+ },
1541
+ ".RadioCardTitle::selection": {
1542
+ "$ref": "#/definitions/CSSProperties"
1543
+ },
1544
+ ".RadioCardTitle:active": {
1545
+ "$ref": "#/definitions/CSSProperties"
1546
+ },
1547
+ ".RadioCardTitle:autofill": {
1548
+ "$ref": "#/definitions/CSSProperties"
1549
+ },
1550
+ ".RadioCardTitle:disabled": {
1551
+ "$ref": "#/definitions/CSSProperties"
1552
+ },
1553
+ ".RadioCardTitle:focus": {
1554
+ "$ref": "#/definitions/CSSProperties"
1555
+ },
1556
+ ".RadioCardTitle:focus-visible": {
1557
+ "$ref": "#/definitions/CSSProperties"
1558
+ },
1559
+ ".RadioCardTitle:hover": {
1560
+ "$ref": "#/definitions/CSSProperties"
1561
+ },
1562
+ ".RadioIndicator": {
1563
+ "$ref": "#/definitions/CSSProperties"
1564
+ },
1565
+ ".RadioIndicator--checked": {
1566
+ "$ref": "#/definitions/CSSProperties"
1567
+ },
1568
+ ".RadioIndicator::placeholder": {
1569
+ "$ref": "#/definitions/CSSProperties"
1570
+ },
1571
+ ".RadioIndicator::selection": {
1572
+ "$ref": "#/definitions/CSSProperties"
1573
+ },
1574
+ ".RadioIndicator:active": {
1575
+ "$ref": "#/definitions/CSSProperties"
1576
+ },
1577
+ ".RadioIndicator:autofill": {
1578
+ "$ref": "#/definitions/CSSProperties"
1579
+ },
1580
+ ".RadioIndicator:disabled": {
1581
+ "$ref": "#/definitions/CSSProperties"
1582
+ },
1583
+ ".RadioIndicator:focus": {
1584
+ "$ref": "#/definitions/CSSProperties"
1585
+ },
1586
+ ".RadioIndicator:focus-visible": {
1587
+ "$ref": "#/definitions/CSSProperties"
1588
+ },
1589
+ ".RadioIndicator:hover": {
1590
+ "$ref": "#/definitions/CSSProperties"
1591
+ },
1592
+ ".RadioLabel": {
1593
+ "$ref": "#/definitions/CSSProperties"
1594
+ },
1595
+ ".RadioLabel--checked": {
1596
+ "$ref": "#/definitions/CSSProperties"
1597
+ },
1598
+ ".RadioLabel::placeholder": {
1599
+ "$ref": "#/definitions/CSSProperties"
1600
+ },
1601
+ ".RadioLabel::selection": {
1602
+ "$ref": "#/definitions/CSSProperties"
1603
+ },
1604
+ ".RadioLabel:active": {
1605
+ "$ref": "#/definitions/CSSProperties"
1606
+ },
1607
+ ".RadioLabel:autofill": {
1608
+ "$ref": "#/definitions/CSSProperties"
1609
+ },
1610
+ ".RadioLabel:disabled": {
1611
+ "$ref": "#/definitions/CSSProperties"
1612
+ },
1613
+ ".RadioLabel:focus": {
1614
+ "$ref": "#/definitions/CSSProperties"
1615
+ },
1616
+ ".RadioLabel:focus-visible": {
1617
+ "$ref": "#/definitions/CSSProperties"
1618
+ },
1619
+ ".RadioLabel:hover": {
1620
+ "$ref": "#/definitions/CSSProperties"
1621
+ },
1622
+ ".Select": {
1623
+ "$ref": "#/definitions/CSSProperties"
1624
+ },
1625
+ ".Select--checked": {
1626
+ "$ref": "#/definitions/CSSProperties"
1627
+ },
1628
+ ".Select::placeholder": {
1629
+ "$ref": "#/definitions/CSSProperties"
1630
+ },
1631
+ ".Select::selection": {
1632
+ "$ref": "#/definitions/CSSProperties"
1633
+ },
1634
+ ".Select:active": {
1635
+ "$ref": "#/definitions/CSSProperties"
1636
+ },
1637
+ ".Select:autofill": {
1638
+ "$ref": "#/definitions/CSSProperties"
1639
+ },
1640
+ ".Select:disabled": {
1641
+ "$ref": "#/definitions/CSSProperties"
1642
+ },
1643
+ ".Select:focus": {
1644
+ "$ref": "#/definitions/CSSProperties"
1645
+ },
1646
+ ".Select:focus-visible": {
1647
+ "$ref": "#/definitions/CSSProperties"
1648
+ },
1649
+ ".Select:hover": {
1650
+ "$ref": "#/definitions/CSSProperties"
1651
+ },
1652
+ ".StepIndicator": {
1653
+ "$ref": "#/definitions/CSSProperties"
1654
+ },
1655
+ ".StepIndicator--active": {
1656
+ "$ref": "#/definitions/CSSProperties"
1657
+ },
1658
+ ".StepIndicator--checked": {
1659
+ "$ref": "#/definitions/CSSProperties"
1660
+ },
1661
+ ".StepIndicator--completed": {
1662
+ "$ref": "#/definitions/CSSProperties"
1663
+ },
1664
+ ".StepIndicator--pending": {
1665
+ "$ref": "#/definitions/CSSProperties"
1666
+ },
1667
+ ".StepIndicator::placeholder": {
1668
+ "$ref": "#/definitions/CSSProperties"
1669
+ },
1670
+ ".StepIndicator::selection": {
1671
+ "$ref": "#/definitions/CSSProperties"
1672
+ },
1673
+ ".StepIndicator:active": {
1674
+ "$ref": "#/definitions/CSSProperties"
1675
+ },
1676
+ ".StepIndicator:autofill": {
1677
+ "$ref": "#/definitions/CSSProperties"
1678
+ },
1679
+ ".StepIndicator:disabled": {
1680
+ "$ref": "#/definitions/CSSProperties"
1681
+ },
1682
+ ".StepIndicator:focus": {
1683
+ "$ref": "#/definitions/CSSProperties"
1684
+ },
1685
+ ".StepIndicator:focus-visible": {
1686
+ "$ref": "#/definitions/CSSProperties"
1687
+ },
1688
+ ".StepIndicator:hover": {
1689
+ "$ref": "#/definitions/CSSProperties"
1690
+ },
1691
+ ".StepIndicatorContainer": {
1692
+ "$ref": "#/definitions/CSSProperties"
1693
+ },
1694
+ ".StepIndicatorContainer--checked": {
1695
+ "$ref": "#/definitions/CSSProperties"
1696
+ },
1697
+ ".StepIndicatorContainer::placeholder": {
1698
+ "$ref": "#/definitions/CSSProperties"
1699
+ },
1700
+ ".StepIndicatorContainer::selection": {
1701
+ "$ref": "#/definitions/CSSProperties"
1702
+ },
1703
+ ".StepIndicatorContainer:active": {
1704
+ "$ref": "#/definitions/CSSProperties"
1705
+ },
1706
+ ".StepIndicatorContainer:autofill": {
1707
+ "$ref": "#/definitions/CSSProperties"
1708
+ },
1709
+ ".StepIndicatorContainer:disabled": {
1710
+ "$ref": "#/definitions/CSSProperties"
1711
+ },
1712
+ ".StepIndicatorContainer:focus": {
1713
+ "$ref": "#/definitions/CSSProperties"
1714
+ },
1715
+ ".StepIndicatorContainer:focus-visible": {
1716
+ "$ref": "#/definitions/CSSProperties"
1717
+ },
1718
+ ".StepIndicatorContainer:hover": {
1719
+ "$ref": "#/definitions/CSSProperties"
1720
+ },
1721
+ ".StepIndicatorDot": {
1722
+ "$ref": "#/definitions/CSSProperties"
1723
+ },
1724
+ ".StepIndicatorDot--checked": {
1725
+ "$ref": "#/definitions/CSSProperties"
1726
+ },
1727
+ ".StepIndicatorDot::placeholder": {
1728
+ "$ref": "#/definitions/CSSProperties"
1729
+ },
1730
+ ".StepIndicatorDot::selection": {
1731
+ "$ref": "#/definitions/CSSProperties"
1732
+ },
1733
+ ".StepIndicatorDot:active": {
1734
+ "$ref": "#/definitions/CSSProperties"
1735
+ },
1736
+ ".StepIndicatorDot:autofill": {
1737
+ "$ref": "#/definitions/CSSProperties"
1738
+ },
1739
+ ".StepIndicatorDot:disabled": {
1740
+ "$ref": "#/definitions/CSSProperties"
1741
+ },
1742
+ ".StepIndicatorDot:focus": {
1743
+ "$ref": "#/definitions/CSSProperties"
1744
+ },
1745
+ ".StepIndicatorDot:focus-visible": {
1746
+ "$ref": "#/definitions/CSSProperties"
1747
+ },
1748
+ ".StepIndicatorDot:hover": {
1749
+ "$ref": "#/definitions/CSSProperties"
1750
+ },
1751
+ ".StepIndicatorIcon": {
1752
+ "$ref": "#/definitions/CSSProperties"
1753
+ },
1754
+ ".StepIndicatorIcon--checked": {
1755
+ "$ref": "#/definitions/CSSProperties"
1756
+ },
1757
+ ".StepIndicatorIcon::placeholder": {
1758
+ "$ref": "#/definitions/CSSProperties"
1759
+ },
1760
+ ".StepIndicatorIcon::selection": {
1761
+ "$ref": "#/definitions/CSSProperties"
1762
+ },
1763
+ ".StepIndicatorIcon:active": {
1764
+ "$ref": "#/definitions/CSSProperties"
1765
+ },
1766
+ ".StepIndicatorIcon:autofill": {
1767
+ "$ref": "#/definitions/CSSProperties"
1768
+ },
1769
+ ".StepIndicatorIcon:disabled": {
1770
+ "$ref": "#/definitions/CSSProperties"
1771
+ },
1772
+ ".StepIndicatorIcon:focus": {
1773
+ "$ref": "#/definitions/CSSProperties"
1774
+ },
1775
+ ".StepIndicatorIcon:focus-visible": {
1776
+ "$ref": "#/definitions/CSSProperties"
1777
+ },
1778
+ ".StepIndicatorIcon:hover": {
1779
+ "$ref": "#/definitions/CSSProperties"
1780
+ },
1781
+ ".StepIndicatorLine": {
1782
+ "$ref": "#/definitions/CSSProperties"
1783
+ },
1784
+ ".StepIndicatorLine--bottom": {
1785
+ "$ref": "#/definitions/CSSProperties"
1786
+ },
1787
+ ".StepIndicatorLine--checked": {
1788
+ "$ref": "#/definitions/CSSProperties"
1789
+ },
1790
+ ".StepIndicatorLine--top": {
1791
+ "$ref": "#/definitions/CSSProperties"
1792
+ },
1793
+ ".StepIndicatorLine::placeholder": {
1794
+ "$ref": "#/definitions/CSSProperties"
1795
+ },
1796
+ ".StepIndicatorLine::selection": {
1797
+ "$ref": "#/definitions/CSSProperties"
1798
+ },
1799
+ ".StepIndicatorLine:active": {
1800
+ "$ref": "#/definitions/CSSProperties"
1801
+ },
1802
+ ".StepIndicatorLine:autofill": {
1803
+ "$ref": "#/definitions/CSSProperties"
1804
+ },
1805
+ ".StepIndicatorLine:disabled": {
1806
+ "$ref": "#/definitions/CSSProperties"
1807
+ },
1808
+ ".StepIndicatorLine:focus": {
1809
+ "$ref": "#/definitions/CSSProperties"
1810
+ },
1811
+ ".StepIndicatorLine:focus-visible": {
1812
+ "$ref": "#/definitions/CSSProperties"
1813
+ },
1814
+ ".StepIndicatorLine:hover": {
1815
+ "$ref": "#/definitions/CSSProperties"
1816
+ },
1817
+ ".StepIndicatorNumber": {
1818
+ "$ref": "#/definitions/CSSProperties"
1819
+ },
1820
+ ".StepIndicatorNumber--checked": {
1821
+ "$ref": "#/definitions/CSSProperties"
1822
+ },
1823
+ ".StepIndicatorNumber::placeholder": {
1824
+ "$ref": "#/definitions/CSSProperties"
1825
+ },
1826
+ ".StepIndicatorNumber::selection": {
1827
+ "$ref": "#/definitions/CSSProperties"
1828
+ },
1829
+ ".StepIndicatorNumber:active": {
1830
+ "$ref": "#/definitions/CSSProperties"
1831
+ },
1832
+ ".StepIndicatorNumber:autofill": {
1833
+ "$ref": "#/definitions/CSSProperties"
1834
+ },
1835
+ ".StepIndicatorNumber:disabled": {
1836
+ "$ref": "#/definitions/CSSProperties"
1837
+ },
1838
+ ".StepIndicatorNumber:focus": {
1839
+ "$ref": "#/definitions/CSSProperties"
1840
+ },
1841
+ ".StepIndicatorNumber:focus-visible": {
1842
+ "$ref": "#/definitions/CSSProperties"
1843
+ },
1844
+ ".StepIndicatorNumber:hover": {
1845
+ "$ref": "#/definitions/CSSProperties"
1846
+ },
1847
+ ".StepTitle": {
1848
+ "$ref": "#/definitions/CSSProperties"
1849
+ },
1850
+ ".StepTitle--checked": {
1851
+ "$ref": "#/definitions/CSSProperties"
1852
+ },
1853
+ ".StepTitle::placeholder": {
1854
+ "$ref": "#/definitions/CSSProperties"
1855
+ },
1856
+ ".StepTitle::selection": {
1857
+ "$ref": "#/definitions/CSSProperties"
1858
+ },
1859
+ ".StepTitle:active": {
1860
+ "$ref": "#/definitions/CSSProperties"
1861
+ },
1862
+ ".StepTitle:autofill": {
1863
+ "$ref": "#/definitions/CSSProperties"
1864
+ },
1865
+ ".StepTitle:disabled": {
1866
+ "$ref": "#/definitions/CSSProperties"
1867
+ },
1868
+ ".StepTitle:focus": {
1869
+ "$ref": "#/definitions/CSSProperties"
1870
+ },
1871
+ ".StepTitle:focus-visible": {
1872
+ "$ref": "#/definitions/CSSProperties"
1873
+ },
1874
+ ".StepTitle:hover": {
1875
+ "$ref": "#/definitions/CSSProperties"
1876
+ },
1877
+ ".Switch": {
1878
+ "$ref": "#/definitions/CSSProperties"
1879
+ },
1880
+ ".Switch--checked": {
1881
+ "$ref": "#/definitions/CSSProperties"
1882
+ },
1883
+ ".Switch::placeholder": {
1884
+ "$ref": "#/definitions/CSSProperties"
1885
+ },
1886
+ ".Switch::selection": {
1887
+ "$ref": "#/definitions/CSSProperties"
1888
+ },
1889
+ ".Switch:active": {
1890
+ "$ref": "#/definitions/CSSProperties"
1891
+ },
1892
+ ".Switch:autofill": {
1893
+ "$ref": "#/definitions/CSSProperties"
1894
+ },
1895
+ ".Switch:disabled": {
1896
+ "$ref": "#/definitions/CSSProperties"
1897
+ },
1898
+ ".Switch:focus": {
1899
+ "$ref": "#/definitions/CSSProperties"
1900
+ },
1901
+ ".Switch:focus-visible": {
1902
+ "$ref": "#/definitions/CSSProperties"
1903
+ },
1904
+ ".Switch:hover": {
1905
+ "$ref": "#/definitions/CSSProperties"
1906
+ },
1907
+ ".SwitchIcon": {
1908
+ "$ref": "#/definitions/CSSProperties"
1909
+ },
1910
+ ".SwitchIcon--checked": {
1911
+ "$ref": "#/definitions/CSSProperties"
1912
+ },
1913
+ ".SwitchIcon::placeholder": {
1914
+ "$ref": "#/definitions/CSSProperties"
1915
+ },
1916
+ ".SwitchIcon::selection": {
1917
+ "$ref": "#/definitions/CSSProperties"
1918
+ },
1919
+ ".SwitchIcon:active": {
1920
+ "$ref": "#/definitions/CSSProperties"
1921
+ },
1922
+ ".SwitchIcon:autofill": {
1923
+ "$ref": "#/definitions/CSSProperties"
1924
+ },
1925
+ ".SwitchIcon:disabled": {
1926
+ "$ref": "#/definitions/CSSProperties"
1927
+ },
1928
+ ".SwitchIcon:focus": {
1929
+ "$ref": "#/definitions/CSSProperties"
1930
+ },
1931
+ ".SwitchIcon:focus-visible": {
1932
+ "$ref": "#/definitions/CSSProperties"
1933
+ },
1934
+ ".SwitchIcon:hover": {
1935
+ "$ref": "#/definitions/CSSProperties"
1936
+ },
1937
+ ".SwitchRoot": {
1938
+ "$ref": "#/definitions/CSSProperties"
1939
+ },
1940
+ ".SwitchRoot--checked": {
1941
+ "$ref": "#/definitions/CSSProperties"
1942
+ },
1943
+ ".SwitchRoot::placeholder": {
1944
+ "$ref": "#/definitions/CSSProperties"
1945
+ },
1946
+ ".SwitchRoot::selection": {
1947
+ "$ref": "#/definitions/CSSProperties"
1948
+ },
1949
+ ".SwitchRoot:active": {
1950
+ "$ref": "#/definitions/CSSProperties"
1951
+ },
1952
+ ".SwitchRoot:autofill": {
1953
+ "$ref": "#/definitions/CSSProperties"
1954
+ },
1955
+ ".SwitchRoot:disabled": {
1956
+ "$ref": "#/definitions/CSSProperties"
1957
+ },
1958
+ ".SwitchRoot:focus": {
1959
+ "$ref": "#/definitions/CSSProperties"
1960
+ },
1961
+ ".SwitchRoot:focus-visible": {
1962
+ "$ref": "#/definitions/CSSProperties"
1963
+ },
1964
+ ".SwitchRoot:hover": {
1965
+ "$ref": "#/definitions/CSSProperties"
1966
+ },
1967
+ ".SwitchThumb": {
1968
+ "$ref": "#/definitions/CSSProperties"
1969
+ },
1970
+ ".SwitchThumb--checked": {
1971
+ "$ref": "#/definitions/CSSProperties"
1972
+ },
1973
+ ".SwitchThumb::placeholder": {
1974
+ "$ref": "#/definitions/CSSProperties"
1975
+ },
1976
+ ".SwitchThumb::selection": {
1977
+ "$ref": "#/definitions/CSSProperties"
1978
+ },
1979
+ ".SwitchThumb:active": {
1980
+ "$ref": "#/definitions/CSSProperties"
1981
+ },
1982
+ ".SwitchThumb:autofill": {
1983
+ "$ref": "#/definitions/CSSProperties"
1984
+ },
1985
+ ".SwitchThumb:disabled": {
1986
+ "$ref": "#/definitions/CSSProperties"
1987
+ },
1988
+ ".SwitchThumb:focus": {
1989
+ "$ref": "#/definitions/CSSProperties"
1990
+ },
1991
+ ".SwitchThumb:focus-visible": {
1992
+ "$ref": "#/definitions/CSSProperties"
1993
+ },
1994
+ ".SwitchThumb:hover": {
1995
+ "$ref": "#/definitions/CSSProperties"
1996
+ },
1997
+ ".TextArea": {
1998
+ "$ref": "#/definitions/CSSProperties"
1999
+ },
2000
+ ".TextArea--checked": {
2001
+ "$ref": "#/definitions/CSSProperties"
2002
+ },
2003
+ ".TextArea::placeholder": {
2004
+ "$ref": "#/definitions/CSSProperties"
2005
+ },
2006
+ ".TextArea::selection": {
2007
+ "$ref": "#/definitions/CSSProperties"
2008
+ },
2009
+ ".TextArea:active": {
2010
+ "$ref": "#/definitions/CSSProperties"
2011
+ },
2012
+ ".TextArea:autofill": {
2013
+ "$ref": "#/definitions/CSSProperties"
2014
+ },
2015
+ ".TextArea:disabled": {
2016
+ "$ref": "#/definitions/CSSProperties"
2017
+ },
2018
+ ".TextArea:focus": {
2019
+ "$ref": "#/definitions/CSSProperties"
2020
+ },
2021
+ ".TextArea:focus-visible": {
2022
+ "$ref": "#/definitions/CSSProperties"
2023
+ },
2024
+ ".TextArea:hover": {
2025
+ "$ref": "#/definitions/CSSProperties"
2026
+ },
2027
+ ".Title": {
2028
+ "$ref": "#/definitions/CSSProperties"
2029
+ },
2030
+ ".Title--checked": {
2031
+ "$ref": "#/definitions/CSSProperties"
2032
+ },
2033
+ ".Title::placeholder": {
2034
+ "$ref": "#/definitions/CSSProperties"
2035
+ },
2036
+ ".Title::selection": {
2037
+ "$ref": "#/definitions/CSSProperties"
2038
+ },
2039
+ ".Title:active": {
2040
+ "$ref": "#/definitions/CSSProperties"
2041
+ },
2042
+ ".Title:autofill": {
2043
+ "$ref": "#/definitions/CSSProperties"
2044
+ },
2045
+ ".Title:disabled": {
2046
+ "$ref": "#/definitions/CSSProperties"
2047
+ },
2048
+ ".Title:focus": {
2049
+ "$ref": "#/definitions/CSSProperties"
2050
+ },
2051
+ ".Title:focus-visible": {
2052
+ "$ref": "#/definitions/CSSProperties"
2053
+ },
2054
+ ".Title:hover": {
2055
+ "$ref": "#/definitions/CSSProperties"
2056
+ },
2057
+ ".TooltipContent": {
2058
+ "$ref": "#/definitions/CSSProperties"
2059
+ },
2060
+ ".TooltipContent--checked": {
2061
+ "$ref": "#/definitions/CSSProperties"
2062
+ },
2063
+ ".TooltipContent::placeholder": {
2064
+ "$ref": "#/definitions/CSSProperties"
2065
+ },
2066
+ ".TooltipContent::selection": {
2067
+ "$ref": "#/definitions/CSSProperties"
2068
+ },
2069
+ ".TooltipContent:active": {
2070
+ "$ref": "#/definitions/CSSProperties"
2071
+ },
2072
+ ".TooltipContent:autofill": {
2073
+ "$ref": "#/definitions/CSSProperties"
2074
+ },
2075
+ ".TooltipContent:disabled": {
2076
+ "$ref": "#/definitions/CSSProperties"
2077
+ },
2078
+ ".TooltipContent:focus": {
2079
+ "$ref": "#/definitions/CSSProperties"
2080
+ },
2081
+ ".TooltipContent:focus-visible": {
2082
+ "$ref": "#/definitions/CSSProperties"
2083
+ },
2084
+ ".TooltipContent:hover": {
2085
+ "$ref": "#/definitions/CSSProperties"
2086
+ },
2087
+ ".TrackingCodeInput": {
2088
+ "$ref": "#/definitions/CSSProperties"
2089
+ },
2090
+ ".TrackingCodeInput--checked": {
2091
+ "$ref": "#/definitions/CSSProperties"
2092
+ },
2093
+ ".TrackingCodeInput::placeholder": {
2094
+ "$ref": "#/definitions/CSSProperties"
2095
+ },
2096
+ ".TrackingCodeInput::selection": {
2097
+ "$ref": "#/definitions/CSSProperties"
2098
+ },
2099
+ ".TrackingCodeInput:active": {
2100
+ "$ref": "#/definitions/CSSProperties"
2101
+ },
2102
+ ".TrackingCodeInput:autofill": {
2103
+ "$ref": "#/definitions/CSSProperties"
2104
+ },
2105
+ ".TrackingCodeInput:disabled": {
2106
+ "$ref": "#/definitions/CSSProperties"
2107
+ },
2108
+ ".TrackingCodeInput:focus": {
2109
+ "$ref": "#/definitions/CSSProperties"
2110
+ },
2111
+ ".TrackingCodeInput:focus-visible": {
2112
+ "$ref": "#/definitions/CSSProperties"
2113
+ },
2114
+ ".TrackingCodeInput:hover": {
2115
+ "$ref": "#/definitions/CSSProperties"
2116
+ },
2117
+ ".TrackingCodeInputCell": {
2118
+ "$ref": "#/definitions/CSSProperties"
2119
+ },
2120
+ ".TrackingCodeInputCell--checked": {
2121
+ "$ref": "#/definitions/CSSProperties"
2122
+ },
2123
+ ".TrackingCodeInputCell::placeholder": {
2124
+ "$ref": "#/definitions/CSSProperties"
2125
+ },
2126
+ ".TrackingCodeInputCell::selection": {
2127
+ "$ref": "#/definitions/CSSProperties"
2128
+ },
2129
+ ".TrackingCodeInputCell:active": {
2130
+ "$ref": "#/definitions/CSSProperties"
2131
+ },
2132
+ ".TrackingCodeInputCell:autofill": {
2133
+ "$ref": "#/definitions/CSSProperties"
2134
+ },
2135
+ ".TrackingCodeInputCell:disabled": {
2136
+ "$ref": "#/definitions/CSSProperties"
2137
+ },
2138
+ ".TrackingCodeInputCell:focus": {
2139
+ "$ref": "#/definitions/CSSProperties"
2140
+ },
2141
+ ".TrackingCodeInputCell:focus-visible": {
2142
+ "$ref": "#/definitions/CSSProperties"
2143
+ },
2144
+ ".TrackingCodeInputCell:hover": {
2145
+ "$ref": "#/definitions/CSSProperties"
2146
+ },
2147
+ ".TrackingCodeInputSeparator": {
2148
+ "$ref": "#/definitions/CSSProperties"
2149
+ },
2150
+ ".TrackingCodeInputSeparator--checked": {
2151
+ "$ref": "#/definitions/CSSProperties"
2152
+ },
2153
+ ".TrackingCodeInputSeparator::placeholder": {
2154
+ "$ref": "#/definitions/CSSProperties"
2155
+ },
2156
+ ".TrackingCodeInputSeparator::selection": {
2157
+ "$ref": "#/definitions/CSSProperties"
2158
+ },
2159
+ ".TrackingCodeInputSeparator:active": {
2160
+ "$ref": "#/definitions/CSSProperties"
2161
+ },
2162
+ ".TrackingCodeInputSeparator:autofill": {
2163
+ "$ref": "#/definitions/CSSProperties"
2164
+ },
2165
+ ".TrackingCodeInputSeparator:disabled": {
2166
+ "$ref": "#/definitions/CSSProperties"
2167
+ },
2168
+ ".TrackingCodeInputSeparator:focus": {
2169
+ "$ref": "#/definitions/CSSProperties"
2170
+ },
2171
+ ".TrackingCodeInputSeparator:focus-visible": {
2172
+ "$ref": "#/definitions/CSSProperties"
2173
+ },
2174
+ ".TrackingCodeInputSeparator:hover": {
2175
+ "$ref": "#/definitions/CSSProperties"
2176
+ }
2177
+ },
2178
+ "type": "object"
2179
+ },
2180
+ "SoyioTheme": {
2181
+ "enum": [
2182
+ "soyio",
2183
+ "night",
2184
+ "flat"
2185
+ ],
2186
+ "type": "string"
2187
+ }
2188
+ }
2189
+ }