cozy-ui 123.0.0 → 123.1.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.
@@ -1,1580 +0,0 @@
1
- export function makeLightNormalCozyOverrides(theme: any): {
2
- MuiSelect: {
3
- iconOutlined: {
4
- top: string;
5
- right: number;
6
- };
7
- outlined: {
8
- '&&': {
9
- paddingRight: number;
10
- };
11
- };
12
- };
13
- MuiOutlinedInput: {
14
- root: {
15
- borderRadius: number;
16
- '&$disabled': {
17
- background: any;
18
- };
19
- '&$focused $notchedOutline': {
20
- borderWidth: string;
21
- };
22
- '&$error $notchedOutline': {
23
- borderColor: string;
24
- };
25
- '&$focused&$error $notchedOutline': {
26
- borderColor: any;
27
- };
28
- '&:hover $notchedOutline': {
29
- borderColor: any;
30
- };
31
- '&:hover&$error $notchedOutline': {
32
- borderColor: any;
33
- };
34
- };
35
- notchedOutline: {
36
- borderColor: any;
37
- transition: string;
38
- };
39
- input: {
40
- textAlign: string;
41
- padding: string;
42
- };
43
- inputMarginDense: {
44
- paddingTop: number;
45
- paddingBottom: number;
46
- };
47
- };
48
- MuiInputLabel: {
49
- outlined: {
50
- '&$marginDense': {
51
- transform: string;
52
- };
53
- '&:not($shrink)': {
54
- '&$error': {
55
- color: any;
56
- };
57
- };
58
- };
59
- };
60
- MuiToggleButtonGroup: {
61
- groupedHorizontal: {
62
- '&.rounded': {
63
- marginRight: number;
64
- '&:last-child': {
65
- marginRight: number;
66
- };
67
- '&:not(:first-child)': {
68
- borderTopLeftRadius: string;
69
- borderBottomLeftRadius: string;
70
- marginLeft: string;
71
- borderLeft: string;
72
- };
73
- '&:not(:last-child)': {
74
- '&.rounded': {
75
- borderTopRightRadius: string;
76
- borderBottomRightRadius: string;
77
- };
78
- };
79
- };
80
- };
81
- };
82
- MuiToggleButton: {
83
- root: {
84
- borderRadius: number;
85
- color: any;
86
- border: string;
87
- padding: number;
88
- '&$selected': {
89
- color: any;
90
- backgroundColor: string;
91
- '&:not($disabled)': {
92
- '&.customColor': {
93
- '&-primary': {
94
- color: any;
95
- };
96
- };
97
- };
98
- };
99
- '&$disabled': {
100
- color: any;
101
- };
102
- '&.rounded': {
103
- border: number;
104
- borderRadius: any;
105
- padding: string;
106
- '&$selected': {
107
- backgroundColor: any;
108
- '&:not($disabled)': {
109
- '&.customColor': {
110
- '&-primary': {
111
- color: any;
112
- backgroundColor: string;
113
- '&:hover': {
114
- textDecoration: string;
115
- backgroundColor: string;
116
- '@media (hover: none)': {
117
- backgroundColor: string;
118
- };
119
- };
120
- };
121
- };
122
- };
123
- };
124
- };
125
- };
126
- sizeSmall: {
127
- padding: number;
128
- '&.rounded': {
129
- padding: string;
130
- };
131
- };
132
- sizeLarge: {
133
- padding: number;
134
- '&.rounded': {
135
- padding: number;
136
- };
137
- };
138
- };
139
- MuiButton: {
140
- root: {
141
- borderRadius: number;
142
- lineHeight: string;
143
- padding: string;
144
- '&.customSize': {
145
- '&-default': {
146
- height: string;
147
- };
148
- '&-auto': {
149
- minHeight: string;
150
- };
151
- };
152
- '&.ghost': {
153
- borderStyle: string;
154
- '&:hover': {
155
- borderStyle: string;
156
- };
157
- };
158
- };
159
- sizeSmall: {
160
- padding: string;
161
- '&.customSize': {
162
- '&-default': {
163
- height: string;
164
- };
165
- '&-auto': {
166
- minHeight: string;
167
- };
168
- };
169
- '&$text': {
170
- padding: string;
171
- };
172
- };
173
- sizeLarge: {
174
- padding: string;
175
- '&.customSize': {
176
- '&-default': {
177
- height: string;
178
- };
179
- '&-auto': {
180
- minHeight: string;
181
- };
182
- };
183
- '&$text': {
184
- padding: string;
185
- };
186
- };
187
- text: {
188
- minWidth: string;
189
- padding: string;
190
- '&:not($disabled)': {
191
- '&.customColor': {
192
- '&-success': {
193
- color: any;
194
- '&:hover': {
195
- backgroundColor: string;
196
- '@media (hover: none)': {
197
- backgroundColor: string;
198
- };
199
- };
200
- };
201
- '&-warning': {
202
- color: any;
203
- '&:hover': {
204
- backgroundColor: string;
205
- '@media (hover: none)': {
206
- backgroundColor: string;
207
- };
208
- };
209
- };
210
- '&-error': {
211
- color: any;
212
- '&:hover': {
213
- backgroundColor: string;
214
- '@media (hover: none)': {
215
- backgroundColor: string;
216
- };
217
- };
218
- };
219
- '&-info': {
220
- color: any;
221
- '&:hover': {
222
- backgroundColor: string;
223
- '@media (hover: none)': {
224
- backgroundColor: string;
225
- };
226
- };
227
- };
228
- };
229
- };
230
- };
231
- outlined: {
232
- '&:not($disabled)': {
233
- '&.ghost': {
234
- backgroundColor: string;
235
- '&:hover': {
236
- backgroundColor: string;
237
- '@media (hover: none)': {
238
- backgroundColor: string;
239
- };
240
- };
241
- };
242
- '&.customColor': {
243
- '&-primary': {
244
- color: any;
245
- borderColor: any;
246
- '&:hover': {
247
- backgroundColor: any;
248
- '@media (hover: none)': {
249
- backgroundColor: string;
250
- };
251
- };
252
- '&.ghost': {
253
- color: any;
254
- borderColor: string;
255
- };
256
- };
257
- '&-success': {
258
- color: any;
259
- borderColor: any;
260
- '&:hover': {
261
- backgroundColor: string;
262
- '@media (hover: none)': {
263
- backgroundColor: string;
264
- };
265
- };
266
- '&.ghost': {
267
- backgroundColor: string;
268
- '&:hover': {
269
- backgroundColor: string;
270
- '@media (hover: none)': {
271
- backgroundColor: string;
272
- };
273
- };
274
- };
275
- };
276
- '&-warning': {
277
- color: any;
278
- borderColor: any;
279
- '&:hover': {
280
- backgroundColor: string;
281
- '@media (hover: none)': {
282
- backgroundColor: string;
283
- };
284
- };
285
- '&.ghost': {
286
- backgroundColor: string;
287
- '&:hover': {
288
- backgroundColor: string;
289
- '@media (hover: none)': {
290
- backgroundColor: string;
291
- };
292
- };
293
- };
294
- };
295
- '&-error': {
296
- color: any;
297
- borderColor: any;
298
- '&:hover': {
299
- backgroundColor: string;
300
- '@media (hover: none)': {
301
- backgroundColor: string;
302
- };
303
- };
304
- '&.ghost': {
305
- backgroundColor: string;
306
- '&:hover': {
307
- backgroundColor: string;
308
- '@media (hover: none)': {
309
- backgroundColor: string;
310
- };
311
- };
312
- };
313
- };
314
- '&-info': {
315
- color: any;
316
- borderColor: any;
317
- '&:hover': {
318
- backgroundColor: string;
319
- '@media (hover: none)': {
320
- backgroundColor: string;
321
- };
322
- };
323
- '&.ghost': {
324
- backgroundColor: string;
325
- '&:hover': {
326
- backgroundColor: string;
327
- '@media (hover: none)': {
328
- backgroundColor: string;
329
- };
330
- };
331
- };
332
- };
333
- };
334
- };
335
- };
336
- contained: {
337
- boxShadow: number;
338
- '&:not($disabled)': {
339
- '&.customColor': {
340
- '&-success': {
341
- color: any;
342
- backgroundColor: any;
343
- '&:hover': {
344
- backgroundColor: any;
345
- '@media (hover: none)': {
346
- backgroundColor: any;
347
- };
348
- };
349
- };
350
- '&-warning': {
351
- color: any;
352
- backgroundColor: any;
353
- '&:hover': {
354
- backgroundColor: any;
355
- '@media (hover: none)': {
356
- backgroundColor: any;
357
- };
358
- };
359
- };
360
- '&-error': {
361
- color: any;
362
- backgroundColor: any;
363
- '&:hover': {
364
- backgroundColor: any;
365
- '@media (hover: none)': {
366
- backgroundColor: any;
367
- };
368
- };
369
- };
370
- '&-info': {
371
- color: any;
372
- backgroundColor: any;
373
- '&:hover': {
374
- backgroundColor: any;
375
- '@media (hover: none)': {
376
- backgroundColor: any;
377
- };
378
- };
379
- };
380
- };
381
- };
382
- };
383
- startIcon: {
384
- marginLeft: string;
385
- };
386
- };
387
- MuiTabs: {
388
- root: {
389
- '&.segmented': {
390
- borderRadius: string;
391
- backgroundColor: any;
392
- overflow: string;
393
- minHeight: string;
394
- '& $indicator': {
395
- top: string;
396
- height: string;
397
- transform: string;
398
- borderRadius: string;
399
- zIndex: number;
400
- boxShadow: any;
401
- backgroundColor: any;
402
- };
403
- '& $fixed': {
404
- overflow: string;
405
- };
406
- '& $scrollButtons': {
407
- borderRadius: string;
408
- };
409
- };
410
- };
411
- };
412
- MuiTab: {
413
- root: any;
414
- };
415
- MuiAccordion: {
416
- rounded: {
417
- borderRadius: any;
418
- };
419
- root: {
420
- boxShadow: string;
421
- borderWidth: string;
422
- borderStyle: string;
423
- borderColor: any;
424
- overflow: string;
425
- marginBottom: string;
426
- };
427
- };
428
- MuiAccordionSummary: {
429
- expanded: {};
430
- root: {
431
- backgroundColor: any;
432
- textTransform: string;
433
- fontWeight: string;
434
- fontSize: string;
435
- minHeight: string;
436
- padding: number;
437
- color: any;
438
- '&$expanded': {
439
- minHeight: string;
440
- };
441
- };
442
- expandIcon: {
443
- order: number;
444
- '&&': {
445
- marginLeft: string;
446
- };
447
- transform: string;
448
- '&$expanded': {
449
- marginLeft: string;
450
- transform: string;
451
- };
452
- };
453
- content: {
454
- margin: string;
455
- paddingLeft: string;
456
- paddingRight: string;
457
- order: number;
458
- '& > :last-child': {
459
- paddingRight: number;
460
- };
461
- '&$expanded': {
462
- margin: string;
463
- };
464
- };
465
- };
466
- MuiAccordionDetails: {
467
- root: {
468
- padding: number;
469
- borderTop: string;
470
- };
471
- };
472
- MuiStepConnector: {
473
- line: {
474
- borderColor: any;
475
- };
476
- };
477
- MuiStepContent: {
478
- root: {
479
- borderColor: any;
480
- };
481
- };
482
- MuiStepLabel: {
483
- label: any;
484
- };
485
- MuiListItemIcon: {
486
- root: {
487
- minWidth: string;
488
- width: number;
489
- height: number;
490
- alignItems: string;
491
- justifyContent: string;
492
- color: any;
493
- };
494
- };
495
- MuiListItem: {
496
- root: {
497
- gap: number;
498
- paddingTop: number;
499
- paddingBottom: number;
500
- minHeight: number;
501
- '&.small': {
502
- paddingTop: number;
503
- paddingBottom: number;
504
- minHeight: number;
505
- };
506
- '&.large': {
507
- paddingTop: number;
508
- paddingBottom: number;
509
- minHeight: number;
510
- };
511
- '&.cozyActionsItem': {
512
- wordBreak: string;
513
- };
514
- };
515
- dense: {
516
- paddingTop: number;
517
- paddingBottom: number;
518
- minHeight: number;
519
- '&.small': {
520
- paddingTop: number;
521
- paddingBottom: number;
522
- minHeight: number;
523
- };
524
- '&.large': {
525
- paddingTop: number;
526
- paddingBottom: number;
527
- minHeight: number;
528
- };
529
- };
530
- };
531
- MuiListSubheader: {
532
- root: any;
533
- sticky: {
534
- backgroundColor: any;
535
- };
536
- };
537
- MuiListItemText: {
538
- root: {
539
- marginTop: number;
540
- marginBottom: number;
541
- };
542
- multiline: {
543
- marginTop: number;
544
- marginBottom: number;
545
- };
546
- secondary: {
547
- marginTop: number;
548
- };
549
- };
550
- MuiListItemSecondaryAction: {
551
- root: {
552
- right: number;
553
- };
554
- };
555
- MuiMenu: {
556
- paper: {
557
- maxWidth: number;
558
- };
559
- };
560
- MuiMenuItem: {
561
- root: {
562
- [x: number]: {
563
- minHeight: number;
564
- };
565
- whiteSpace: string;
566
- overflow: string;
567
- wordBreak: string;
568
- paddingTop: number;
569
- paddingBottom: number;
570
- '&.cozyActionsItem': {
571
- minWidth: number;
572
- };
573
- '& .cozyListItemIcon': {
574
- width: number;
575
- height: number;
576
- };
577
- };
578
- gutters: {
579
- paddingLeft: number;
580
- paddingRight: number;
581
- };
582
- };
583
- MuiFormLabel: {
584
- root: {
585
- color: any;
586
- '&$disabled&$error': {
587
- color: any;
588
- };
589
- };
590
- };
591
- MuiFormHelperText: {
592
- root: {
593
- fontStyle: string;
594
- fontSize: string;
595
- marginTop: number;
596
- '&$disabled&$error': {
597
- color: any;
598
- };
599
- };
600
- };
601
- MuiDialog: {
602
- paper: {
603
- '&.small': {
604
- [x: number]: {
605
- margin: string;
606
- padding: string;
607
- height: string;
608
- maxHeight: string;
609
- borderRadius: string;
610
- '& .divider--dialog': {
611
- marginLeft: string;
612
- marginRight: string;
613
- };
614
- };
615
- width: string;
616
- maxWidth: string;
617
- };
618
- '&.medium': {
619
- [x: number]: {
620
- width: string;
621
- maxWidth: string;
622
- };
623
- };
624
- '&.large': {
625
- [x: number]: {
626
- width: string;
627
- maxWidth: string;
628
- };
629
- };
630
- '&.full': {
631
- width: string;
632
- maxWidth: string;
633
- };
634
- };
635
- scrollPaper: {
636
- '&.alignTop': {
637
- alignItems: string;
638
- };
639
- };
640
- paperFullScreen: {
641
- '& .cozyDialogActions': {
642
- paddingBottom: string;
643
- };
644
- '& [class*="DialogCloseButton"]': {
645
- transform: string;
646
- };
647
- '& [class*="DialogBackButton"]': {
648
- transform: string;
649
- };
650
- '.flagship-app & .cozyDialogTitle': {
651
- paddingTop: string;
652
- };
653
- '.flagship-app & .cozyDialogContent': {
654
- marginBottom: string;
655
- };
656
- };
657
- };
658
- MuiDialogTitle: {
659
- root: any;
660
- };
661
- MuiDialogContent: {
662
- root: {
663
- [x: number]: {
664
- padding: string;
665
- };
666
- padding: string;
667
- '&.disableGutters': {
668
- padding: number;
669
- '& .dialogContentInner': {
670
- marginBottom: number;
671
- };
672
- '& .dialogTitleFluidContainer': {
673
- marginLeft: number;
674
- marginRight: number;
675
- marginTop: number;
676
- };
677
- };
678
- '& .dialogContentInner': {
679
- marginBottom: string;
680
- '&.withFluidActions': {
681
- [x: number]: {
682
- marginBottom: number;
683
- display: string;
684
- flexDirection: string;
685
- height: string;
686
- '& .dialogContentWrapper': {
687
- flexGrow: number;
688
- '&:not(.withActions)': {
689
- paddingBottom: string;
690
- };
691
- };
692
- '& .cozyDialogActions': {
693
- paddingBottom: string;
694
- };
695
- };
696
- };
697
- '& .dialogTitleFluidContainer': {
698
- [x: number]: {
699
- marginLeft: string;
700
- marginRight: string;
701
- marginTop: string;
702
- };
703
- marginLeft: string;
704
- marginRight: string;
705
- };
706
- };
707
- };
708
- };
709
- MuiDialogActions: {
710
- root: {
711
- [x: number]: {
712
- margin: string;
713
- '& button': {
714
- flexGrow: number;
715
- };
716
- };
717
- margin: string;
718
- padding: number;
719
- '&.dialogActionsFluid': {
720
- margin: string;
721
- };
722
- '&.columnLayout': {
723
- display: string;
724
- flexDirection: string;
725
- '& button': {
726
- width: string;
727
- margin: number;
728
- '&:not(:first-child)': {
729
- marginBottom: string;
730
- };
731
- };
732
- };
733
- '&:not(.columnLayout) > :not(:first-child):not(:first-child)': {
734
- marginLeft: number;
735
- };
736
- };
737
- };
738
- MuiDivider: {
739
- inset: {
740
- marginLeft: number;
741
- '&.divider--dialog': {
742
- marginLeft: number;
743
- };
744
- };
745
- };
746
- MuiAvatarGroup: {
747
- avatar: {
748
- border: string;
749
- };
750
- };
751
- MuiAvatar: {
752
- root: {
753
- fontWeight: number;
754
- '&.size': {
755
- '&-xs': {
756
- width: number;
757
- height: number;
758
- fontSize: number;
759
- '& svg': {
760
- width: number;
761
- height: number;
762
- };
763
- };
764
- '&-s': {
765
- width: number;
766
- height: number;
767
- fontSize: number;
768
- '& svg': {
769
- width: number;
770
- height: number;
771
- };
772
- };
773
- '&-m': {
774
- width: number;
775
- height: number;
776
- fontSize: number;
777
- '& svg': {
778
- width: number;
779
- height: number;
780
- };
781
- };
782
- '&-l': {
783
- width: number;
784
- height: number;
785
- fontSize: number;
786
- '& svg': {
787
- width: number;
788
- height: number;
789
- };
790
- };
791
- '&-xl': {
792
- width: number;
793
- height: number;
794
- fontSize: number;
795
- '& svg': {
796
- width: number;
797
- height: number;
798
- };
799
- };
800
- };
801
- '&.disabled': {
802
- color: any;
803
- background: string;
804
- '& img': {
805
- filter: string;
806
- opacity: number;
807
- };
808
- };
809
- '&.border': {
810
- border: string;
811
- };
812
- '&.innerBorder': {
813
- boxShadow: string;
814
- };
815
- };
816
- };
817
- MuiCheckbox: {
818
- colorSecondary: {
819
- '&$checked': {
820
- color: any;
821
- };
822
- };
823
- };
824
- MuiSwitch: {
825
- checked: {
826
- '& + $track$track': {
827
- opacity: number;
828
- };
829
- };
830
- switchBase: {
831
- top: number;
832
- '&$checked': {
833
- transform: string;
834
- };
835
- };
836
- thumb: {
837
- width: number;
838
- height: number;
839
- backgroundColor: any;
840
- };
841
- track: {
842
- width: number;
843
- height: number;
844
- opacity: number;
845
- backgroundColor: any;
846
- };
847
- colorSecondary: {
848
- '&$checked': {
849
- '& + $track': {
850
- backgroundColor: any;
851
- };
852
- };
853
- };
854
- disabled: {
855
- '&$checked + $track': {
856
- backgroundColor: string;
857
- };
858
- '& $thumb': {
859
- backgroundColor: any;
860
- };
861
- };
862
- };
863
- MuiTooltip: {
864
- tooltip: {
865
- borderRadius: string;
866
- fontSize: string;
867
- lineHeight: string;
868
- padding: string;
869
- };
870
- };
871
- MuiIconButton: {
872
- root: {
873
- color: any;
874
- '&.small': {
875
- padding: number;
876
- };
877
- '&.medium': {
878
- padding: number;
879
- };
880
- '&.large': {
881
- padding: number;
882
- };
883
- '&.dialogIconButton': {
884
- backgroundColor: any;
885
- '&:hover': {
886
- backgroundColor: any;
887
- };
888
- };
889
- '&.cozyStyles': {
890
- '&-error': {
891
- color: any;
892
- '&:hover': {
893
- backgroundColor: string;
894
- '@media (hover: none)': {
895
- backgroundColor: string;
896
- };
897
- };
898
- };
899
- };
900
- };
901
- };
902
- MuiBadge: {
903
- badge: {
904
- boxSizing: string;
905
- padding: number;
906
- borderRadius: string;
907
- '&.badgeBorder': {
908
- border: string;
909
- };
910
- '&.badgeSizeLarge': {
911
- fontSize: string;
912
- height: string;
913
- minWidth: string;
914
- };
915
- '&.badgeSizeMedium': {
916
- height: string;
917
- minWidth: string;
918
- fontSize: string;
919
- };
920
- '&.badgeSizeSmall': {
921
- height: string;
922
- minWidth: string;
923
- fontSize: string;
924
- };
925
- };
926
- colorPrimary: {
927
- '&.colorSuccess': {
928
- backgroundColor: any;
929
- color: any;
930
- };
931
- '&.colorWarning': {
932
- backgroundColor: any;
933
- color: any;
934
- };
935
- '&.colorInfo': {
936
- backgroundColor: any;
937
- color: any;
938
- };
939
- };
940
- anchorOriginTopRightRectangular: {
941
- transform: string;
942
- };
943
- anchorOriginBottomRightRectangular: {
944
- transform: string;
945
- };
946
- anchorOriginBottomLeftRectangular: {
947
- transform: string;
948
- };
949
- anchorOriginTopLeftRectangular: {
950
- transform: string;
951
- };
952
- dot: {
953
- borderRadius: string;
954
- padding: number;
955
- '&.badgeSizeLarge': {
956
- height: string;
957
- minWidth: string;
958
- };
959
- '&.badgeSizeMedium': {
960
- height: string;
961
- minWidth: string;
962
- };
963
- '&.badgeSizeSmall': {
964
- height: string;
965
- minWidth: string;
966
- };
967
- };
968
- };
969
- MuiRadio: {
970
- root: {
971
- padding: string;
972
- '&$disabled svg': {
973
- borderRadius: string;
974
- backgroundColor: any;
975
- fill: any;
976
- };
977
- '&:not($checked) svg': {
978
- fill: any;
979
- };
980
- };
981
- colorPrimary: {
982
- '&$checked svg': {
983
- fill: any;
984
- };
985
- '&$disabled&$checked svg': {
986
- fill: any;
987
- };
988
- };
989
- colorSecondary: {
990
- '&$checked svg': {
991
- fill: any;
992
- };
993
- '&$disabled&$checked svg': {
994
- fill: any;
995
- };
996
- };
997
- };
998
- MuiChip: {
999
- root: {
1000
- '&.noLabel': {
1001
- width: string;
1002
- '& $label': {
1003
- display: string;
1004
- };
1005
- '& $icon': {
1006
- margin: number;
1007
- };
1008
- };
1009
- '&.customColor': {
1010
- '&-primary': {
1011
- color: any;
1012
- borderColor: any;
1013
- '&$clickable, &$deletable': {
1014
- '&:hover, &:focus': {
1015
- borderColor: any;
1016
- backgroundColor: any;
1017
- };
1018
- };
1019
- '& $icon': {
1020
- color: any;
1021
- fill: any;
1022
- };
1023
- '& $deleteIcon': {
1024
- color: any;
1025
- fill: any;
1026
- };
1027
- '&$colorPrimary': {
1028
- padding: string;
1029
- color: any;
1030
- backgroundColor: any;
1031
- '& $icon, & $deleteIcon': {
1032
- color: any;
1033
- fill: any;
1034
- };
1035
- '&$disabled': {
1036
- opacity: number;
1037
- color: any;
1038
- backgroundColor: any;
1039
- '& $icon, & $deleteIcon': {
1040
- color: any;
1041
- fill: any;
1042
- };
1043
- };
1044
- '&$clickable, &$deletable': {
1045
- '&:hover, &:focus': {
1046
- backgroundColor: any;
1047
- };
1048
- };
1049
- };
1050
- '&.ghost': {
1051
- borderWidth: string;
1052
- borderStyle: string;
1053
- '&:not($disabled)': {
1054
- color: any;
1055
- borderColor: string;
1056
- backgroundColor: string;
1057
- '& $icon, & $deleteIcon': {
1058
- color: any;
1059
- fill: any;
1060
- };
1061
- };
1062
- '&$clickable, &$deletable': {
1063
- '&:hover, &:focus': {
1064
- borderColor: string;
1065
- backgroundColor: string;
1066
- };
1067
- };
1068
- };
1069
- };
1070
- '&-success': {
1071
- color: any;
1072
- borderColor: any;
1073
- '&$clickable, &$deletable': {
1074
- '&:hover, &:focus': {
1075
- borderColor: any;
1076
- backgroundColor: any;
1077
- };
1078
- };
1079
- '& $icon': {
1080
- color: any;
1081
- fill: any;
1082
- };
1083
- '& $deleteIcon': {
1084
- color: any;
1085
- fill: any;
1086
- };
1087
- '&$colorPrimary': {
1088
- padding: string;
1089
- color: any;
1090
- backgroundColor: any;
1091
- '& $icon, & $deleteIcon': {
1092
- color: any;
1093
- fill: any;
1094
- };
1095
- '&$disabled': {
1096
- opacity: number;
1097
- color: any;
1098
- backgroundColor: any;
1099
- '& $icon, & $deleteIcon': {
1100
- color: any;
1101
- fill: any;
1102
- };
1103
- };
1104
- '&$clickable, &$deletable': {
1105
- '&:hover, &:focus': {
1106
- backgroundColor: any;
1107
- };
1108
- };
1109
- };
1110
- '&.ghost': {
1111
- borderWidth: string;
1112
- borderStyle: string;
1113
- '&:not($disabled)': {
1114
- color: any;
1115
- borderColor: string;
1116
- backgroundColor: string;
1117
- '& $icon, & $deleteIcon': {
1118
- color: any;
1119
- fill: any;
1120
- };
1121
- };
1122
- '&$clickable, &$deletable': {
1123
- '&:hover, &:focus': {
1124
- borderColor: string;
1125
- backgroundColor: string;
1126
- };
1127
- };
1128
- };
1129
- };
1130
- '&-error': {
1131
- color: any;
1132
- borderColor: any;
1133
- '&$clickable, &$deletable': {
1134
- '&:hover, &:focus': {
1135
- borderColor: any;
1136
- backgroundColor: any;
1137
- };
1138
- };
1139
- '& $icon': {
1140
- color: any;
1141
- fill: any;
1142
- };
1143
- '& $deleteIcon': {
1144
- color: any;
1145
- fill: any;
1146
- };
1147
- '&$colorPrimary': {
1148
- padding: string;
1149
- color: any;
1150
- backgroundColor: any;
1151
- '& $icon, & $deleteIcon': {
1152
- color: any;
1153
- fill: any;
1154
- };
1155
- '&$disabled': {
1156
- opacity: number;
1157
- color: any;
1158
- backgroundColor: any;
1159
- '& $icon, & $deleteIcon': {
1160
- color: any;
1161
- fill: any;
1162
- };
1163
- };
1164
- '&$clickable, &$deletable': {
1165
- '&:hover, &:focus': {
1166
- backgroundColor: any;
1167
- };
1168
- };
1169
- };
1170
- '&.ghost': {
1171
- borderWidth: string;
1172
- borderStyle: string;
1173
- '&:not($disabled)': {
1174
- color: any;
1175
- borderColor: string;
1176
- backgroundColor: string;
1177
- '& $icon, & $deleteIcon': {
1178
- color: any;
1179
- fill: any;
1180
- };
1181
- };
1182
- '&$clickable, &$deletable': {
1183
- '&:hover, &:focus': {
1184
- borderColor: string;
1185
- backgroundColor: string;
1186
- };
1187
- };
1188
- };
1189
- };
1190
- '&-warning': {
1191
- color: any;
1192
- borderColor: any;
1193
- '&$clickable, &$deletable': {
1194
- '&:hover, &:focus': {
1195
- borderColor: any;
1196
- backgroundColor: any;
1197
- };
1198
- };
1199
- '& $icon': {
1200
- color: any;
1201
- fill: any;
1202
- };
1203
- '& $deleteIcon': {
1204
- color: any;
1205
- fill: any;
1206
- };
1207
- '&$colorPrimary': {
1208
- padding: string;
1209
- color: any;
1210
- backgroundColor: any;
1211
- '& $icon, & $deleteIcon': {
1212
- color: any;
1213
- fill: any;
1214
- };
1215
- '&$disabled': {
1216
- opacity: number;
1217
- color: any;
1218
- backgroundColor: any;
1219
- '& $icon, & $deleteIcon': {
1220
- color: any;
1221
- fill: any;
1222
- };
1223
- };
1224
- '&$clickable, &$deletable': {
1225
- '&:hover, &:focus': {
1226
- backgroundColor: any;
1227
- };
1228
- };
1229
- };
1230
- '&.ghost': {
1231
- borderWidth: string;
1232
- borderStyle: string;
1233
- '&:not($disabled)': {
1234
- color: any;
1235
- borderColor: string;
1236
- backgroundColor: string;
1237
- '& $icon, & $deleteIcon': {
1238
- color: any;
1239
- fill: any;
1240
- };
1241
- };
1242
- '&$clickable, &$deletable': {
1243
- '&:hover, &:focus': {
1244
- borderColor: string;
1245
- backgroundColor: string;
1246
- };
1247
- };
1248
- };
1249
- };
1250
- '&-info': {
1251
- color: any;
1252
- borderColor: any;
1253
- '&$clickable, &$deletable': {
1254
- '&:hover, &:focus': {
1255
- borderColor: any;
1256
- backgroundColor: any;
1257
- };
1258
- };
1259
- '& $icon': {
1260
- color: any;
1261
- fill: any;
1262
- };
1263
- '& $deleteIcon': {
1264
- color: any;
1265
- fill: any;
1266
- };
1267
- '&$colorPrimary': {
1268
- padding: string;
1269
- color: any;
1270
- backgroundColor: any;
1271
- '& $icon, & $deleteIcon': {
1272
- color: any;
1273
- fill: any;
1274
- };
1275
- '&$disabled': {
1276
- opacity: number;
1277
- color: any;
1278
- backgroundColor: any;
1279
- '& $icon, & $deleteIcon': {
1280
- color: any;
1281
- fill: any;
1282
- };
1283
- };
1284
- '&$clickable, &$deletable': {
1285
- '&:hover, &:focus': {
1286
- backgroundColor: any;
1287
- };
1288
- };
1289
- };
1290
- '&.ghost': {
1291
- borderWidth: string;
1292
- borderStyle: string;
1293
- '&:not($disabled)': {
1294
- color: any;
1295
- borderColor: string;
1296
- backgroundColor: string;
1297
- '& $icon, & $deleteIcon': {
1298
- color: any;
1299
- fill: any;
1300
- };
1301
- };
1302
- '&$clickable, &$deletable': {
1303
- '&:hover, &:focus': {
1304
- borderColor: string;
1305
- backgroundColor: string;
1306
- };
1307
- };
1308
- };
1309
- };
1310
- };
1311
- };
1312
- };
1313
- MuiAlert: {
1314
- root: {
1315
- padding: string;
1316
- '&.cozyStyles': {
1317
- '&-primary': {
1318
- '&-standard': {
1319
- color: any;
1320
- backgroundColor: string;
1321
- '& $icon': {
1322
- color: any;
1323
- };
1324
- '& $action': {
1325
- '& button[title="Close"]': {
1326
- color: any;
1327
- };
1328
- };
1329
- };
1330
- '&-outlined': {
1331
- color: any;
1332
- border: string;
1333
- '& $icon': {
1334
- color: any;
1335
- };
1336
- };
1337
- '&-filled': {
1338
- color: any;
1339
- backgroundColor: any;
1340
- '& $action': {
1341
- '& button[title="Close"]': {
1342
- color: any;
1343
- };
1344
- };
1345
- };
1346
- };
1347
- '&-secondary': {
1348
- '&-standard': {
1349
- color: any;
1350
- backgroundColor: string;
1351
- '& $icon': {
1352
- color: any;
1353
- };
1354
- '& $action': {
1355
- '& button[title="Close"]': {
1356
- color: any;
1357
- };
1358
- };
1359
- };
1360
- '&-outlined': {
1361
- color: any;
1362
- border: string;
1363
- '& $icon': {
1364
- color: any;
1365
- };
1366
- };
1367
- '&-filled': {
1368
- color: any;
1369
- backgroundColor: any;
1370
- '& $action': {
1371
- '& button[title="Close"]': {
1372
- color: any;
1373
- };
1374
- };
1375
- };
1376
- };
1377
- '&-success': {
1378
- '&-standard': {
1379
- color: any;
1380
- backgroundColor: string;
1381
- '& $icon': {
1382
- color: any;
1383
- };
1384
- '& $action': {
1385
- '& button[title="Close"]': {
1386
- color: any;
1387
- };
1388
- };
1389
- };
1390
- '&-outlined': {
1391
- color: any;
1392
- border: string;
1393
- '& $icon': {
1394
- color: any;
1395
- };
1396
- };
1397
- '&-filled': {
1398
- color: any;
1399
- backgroundColor: any;
1400
- '& $action': {
1401
- '& button[title="Close"]': {
1402
- color: any;
1403
- };
1404
- };
1405
- };
1406
- };
1407
- '&-error': {
1408
- '&-standard': {
1409
- color: any;
1410
- backgroundColor: string;
1411
- '& $icon': {
1412
- color: any;
1413
- };
1414
- '& $action': {
1415
- '& button[title="Close"]': {
1416
- color: any;
1417
- };
1418
- };
1419
- };
1420
- '&-outlined': {
1421
- color: any;
1422
- border: string;
1423
- '& $icon': {
1424
- color: any;
1425
- };
1426
- };
1427
- '&-filled': {
1428
- color: any;
1429
- backgroundColor: any;
1430
- '& $action': {
1431
- '& button[title="Close"]': {
1432
- color: any;
1433
- };
1434
- };
1435
- };
1436
- };
1437
- '&-warning': {
1438
- '&-standard': {
1439
- color: any;
1440
- backgroundColor: string;
1441
- '& $icon': {
1442
- color: any;
1443
- };
1444
- '& $action': {
1445
- '& button[title="Close"]': {
1446
- color: any;
1447
- };
1448
- };
1449
- };
1450
- '&-outlined': {
1451
- color: any;
1452
- border: string;
1453
- '& $icon': {
1454
- color: any;
1455
- };
1456
- };
1457
- '&-filled': {
1458
- color: any;
1459
- backgroundColor: any;
1460
- '& $action': {
1461
- '& button[title="Close"]': {
1462
- color: any;
1463
- };
1464
- };
1465
- };
1466
- };
1467
- '&-info': {
1468
- '&-standard': {
1469
- color: any;
1470
- backgroundColor: string;
1471
- '& $icon': {
1472
- color: any;
1473
- };
1474
- '& $action': {
1475
- '& button[title="Close"]': {
1476
- color: any;
1477
- };
1478
- };
1479
- };
1480
- '&-outlined': {
1481
- color: any;
1482
- border: string;
1483
- '& $icon': {
1484
- color: any;
1485
- };
1486
- };
1487
- '&-filled': {
1488
- color: any;
1489
- backgroundColor: any;
1490
- '& $action': {
1491
- '& button[title="Close"]': {
1492
- color: any;
1493
- };
1494
- };
1495
- };
1496
- };
1497
- };
1498
- '& $icon': {
1499
- paddingTop: string;
1500
- };
1501
- '&.block': {
1502
- flexWrap: string;
1503
- '& $action': {
1504
- width: string;
1505
- paddingLeft: number;
1506
- justifyContent: string;
1507
- };
1508
- };
1509
- };
1510
- message: {
1511
- flex: string;
1512
- display: string;
1513
- alignItems: string;
1514
- flexWrap: string;
1515
- };
1516
- action: {
1517
- marginRight: string;
1518
- };
1519
- };
1520
- MuiAlertTitle: {
1521
- root: {
1522
- width: string;
1523
- fontWeight: string;
1524
- };
1525
- };
1526
- MuiSnackbarContent: {
1527
- root: {
1528
- padding: string;
1529
- backgroundColor: any;
1530
- };
1531
- };
1532
- MuiFab: {
1533
- root: {
1534
- color: any;
1535
- backgroundColor: any;
1536
- '&:hover': {
1537
- backgroundColor: string;
1538
- };
1539
- '@media (hover: none)': {
1540
- backgroundColor: any;
1541
- };
1542
- };
1543
- extended: {
1544
- borderRadius: number;
1545
- height: number;
1546
- minWidth: number;
1547
- padding: string;
1548
- '&$sizeSmall': {
1549
- borderRadius: number;
1550
- height: number;
1551
- minWidth: number;
1552
- padding: string;
1553
- };
1554
- '&$sizeMedium': {
1555
- borderRadius: number;
1556
- height: number;
1557
- minWidth: number;
1558
- padding: string;
1559
- };
1560
- };
1561
- };
1562
- MuiMobileStepper: {
1563
- root: {
1564
- background: string;
1565
- height: number;
1566
- padding: number;
1567
- };
1568
- dot: {
1569
- backgroundColor: string;
1570
- width: string;
1571
- height: string;
1572
- margin: string;
1573
- border: string;
1574
- boxSizing: string;
1575
- };
1576
- dotActive: {
1577
- border: string;
1578
- };
1579
- };
1580
- };