@tuya-sat/sdf-main-sdk 2.0.0-alpha.99 → 2.0.1-outdoorSpaceUi

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.
Files changed (62) hide show
  1. package/dark-variable.less +1 -3
  2. package/dist/{131.95cff292.chunk.js → 131.40499d1c.chunk.js} +1 -1
  3. package/dist/{131.95cff292.chunk.js.map → 131.40499d1c.chunk.js.map} +1 -1
  4. package/dist/api/index.d.ts +7 -7
  5. package/dist/api/urls.d.ts +17 -0
  6. package/dist/components/403/index.d.ts +4 -1
  7. package/dist/components/BLayout/components/Logo.d.ts +4 -1
  8. package/dist/components/BLayout/components/MenuIcon.d.ts +2 -1
  9. package/dist/components/BLogin/component/UserName/index.d.ts +6 -3
  10. package/dist/components/BLogin/component/VerifyCode/VerifyCodeInput.d.ts +6 -0
  11. package/dist/components/ImageUpload/index.d.ts +4 -0
  12. package/dist/components/ImageUpload/utils.d.ts +1 -0
  13. package/dist/components/Layout/antd/Header/index.d.ts +11 -1
  14. package/dist/components/Layout/antd/Menu/BaseMenu.d.ts +1 -1
  15. package/dist/components/Layout/antd/Menu/HorizontalMenu/index.d.ts +1 -0
  16. package/dist/components/Layout/antd/Menu/index.d.ts +3 -0
  17. package/dist/components/Layout/antd/Sider/index.d.ts +2 -0
  18. package/dist/components/Layout/antd/components/AppDownload/index.d.ts +2 -6
  19. package/dist/components/Layout/antd/components/DynamicNavs/index.d.ts +1 -0
  20. package/dist/components/Layout/antd/components/NavItem/index.d.ts +2 -1
  21. package/dist/components/Layout/antd/components/ProjectSelect/index.d.ts +4 -0
  22. package/dist/components/Layout/antd/components/ProjectSelect/useOrgInfo.d.ts +44 -0
  23. package/dist/components/Layout/antd/components/UserAccount/UserAvatar.d.ts +8 -0
  24. package/dist/components/Layout/antd/components/UserAccount/index.d.ts +1 -0
  25. package/dist/components/Layout/antd/index.d.ts +2 -0
  26. package/dist/components/Layout/interface.d.ts +5 -1
  27. package/dist/components/MicroComponent/Header/index.d.ts +21 -2
  28. package/dist/components/PEnterprise/EnterpriseList.d.ts +3 -1
  29. package/dist/components/PSetting/AccountSetting.d.ts +10 -1
  30. package/dist/components/Register/components/CountryRegionCascader/RegionCascader.d.ts +19 -0
  31. package/dist/components/Register/components/CountryRegionCascader/index.d.ts +10 -0
  32. package/dist/components/Register/components/CountryRegionCascader/services.d.ts +9 -0
  33. package/dist/components/Register/components/RegisterForm/AccountForm.d.ts +23 -0
  34. package/dist/components/Register/components/RegisterForm/EnterpriseForm.d.ts +2 -0
  35. package/dist/components/Register/components/RegisterForm/index.d.ts +7 -0
  36. package/dist/components/Register/components/RegisterResult/index.d.ts +3 -0
  37. package/dist/components/Register/index.d.ts +1 -0
  38. package/dist/en.json +60 -6
  39. package/dist/hooks/index.d.ts +9 -4
  40. package/dist/index.d.ts +6 -1
  41. package/dist/lang/utils.d.ts +1 -1
  42. package/dist/main.bundle.js +1 -1
  43. package/dist/main.bundle.js.LICENSE.txt +43 -0
  44. package/dist/main.bundle.js.map +1 -1
  45. package/dist/main.css +739 -423
  46. package/dist/main.css.map +1 -1
  47. package/dist/manifest.json +7 -2
  48. package/dist/pages/403.d.ts +4 -1
  49. package/dist/pages/home/notice/hooks.d.ts +2 -2
  50. package/dist/qiankun/utils/index.d.ts +7 -5
  51. package/dist/static/img/5ed883a35968f1f1cd89.png +0 -0
  52. package/dist/static/img/7d9900e808e2197745be.png +0 -0
  53. package/dist/static/img/a10132bbdef90aa7baaf.png +0 -0
  54. package/dist/static/img/a20c372b6039996ba351.png +0 -0
  55. package/dist/static/img/b765d4caa82d7e5eae80.png +0 -0
  56. package/dist/utils/common.d.ts +6 -0
  57. package/dist/utils/index.d.ts +87 -5
  58. package/dist/utils/theme/antd5/index.d.ts +57 -141
  59. package/dist/utils/theme/antd5/token.d.ts +65 -138
  60. package/dist/utils/theme/store.d.ts +114 -282
  61. package/dist/zh.json +56 -4
  62. package/package.json +5 -1
@@ -16,8 +16,8 @@ export declare const themeSubscribe: {
16
16
  itemHeight: number;
17
17
  };
18
18
  Tooltip: {
19
- colorTextLightSolid: string;
20
19
  colorBgSpotlight: string;
20
+ borderRadius: string;
21
21
  };
22
22
  Button: {
23
23
  defaultBg: string;
@@ -33,6 +33,7 @@ export declare const themeSubscribe: {
33
33
  defaultShadow: string;
34
34
  primaryShadow: string;
35
35
  dangerShadow: string;
36
+ borderRadius: string;
36
37
  };
37
38
  Input: {
38
39
  colorBorder: string;
@@ -42,6 +43,14 @@ export declare const themeSubscribe: {
42
43
  colorBgContainerDisabled: string;
43
44
  colorTextPlaceholder: string;
44
45
  activeShadow: string;
46
+ addonBg: string;
47
+ };
48
+ InputNumber: {
49
+ handleBg: string;
50
+ handleActiveBg: string;
51
+ filledHandleBg: string;
52
+ hoverBg: string;
53
+ activeBg: string;
45
54
  };
46
55
  Select: {
47
56
  colorBorder: string;
@@ -51,9 +60,14 @@ export declare const themeSubscribe: {
51
60
  colorBgContainerDisabled: string;
52
61
  colorTextPlaceholder: string;
53
62
  activeShadow: string;
63
+ multipleItemBg: string;
54
64
  };
55
65
  Checkbox: {
56
66
  controlInteractiveSize: number;
67
+ borderRadiusSM: number;
68
+ colorBgContainerDisabled: string;
69
+ colorBorder: string;
70
+ colorTextDisabled: string;
57
71
  };
58
72
  Radio: {
59
73
  radioSize: number;
@@ -70,79 +84,31 @@ export declare const themeSubscribe: {
70
84
  Table: {
71
85
  colorSplit: string;
72
86
  headerBg: string;
87
+ headerColor: string;
88
+ headerSplitColor: string;
73
89
  borderColor: string;
90
+ cellPaddingInlineMD: number;
91
+ colorText: string;
74
92
  };
75
93
  Tag: {
76
94
  defaultBg: string;
77
95
  defaultColor: string;
96
+ fontSizeSM: number;
97
+ lineHeightSM: number;
78
98
  };
79
- } | {
80
- Alert: {
81
- lineType: string;
82
- };
83
- Menu: {
84
- itemHeight: number;
85
- };
86
- Tooltip: {
87
- colorTextLightSolid: string;
88
- colorBgSpotlight: string;
89
- };
90
- Button: {
91
- defaultBg: string;
92
- defaultHoverBg: string;
93
- defaultActiveBg: string;
94
- colorBgContainerDisabled: string;
95
- defaultBorderColor: string;
96
- defaultHoverBorderColor: string;
97
- defaultActiveBorderColor: string;
98
- borderColorDisabled: string;
99
- defaultHoverColor: string;
100
- boxShadow: string;
101
- defaultShadow: string;
102
- primaryShadow: string;
103
- dangerShadow: string;
104
- };
105
- Input: {
106
- colorBorder: string;
107
- colorBgContainer: string;
108
- hoverBg: string;
109
- activeBg: string;
110
- colorBgContainerDisabled: string;
111
- colorTextPlaceholder: string;
112
- activeShadow: string;
113
- };
114
- Select: {
115
- colorBorder: string;
116
- colorBgContainer: string;
117
- hoverBg: string;
118
- activeBg: string;
119
- colorBgContainerDisabled: string;
120
- colorTextPlaceholder: string;
121
- activeShadow: string;
122
- };
123
- Checkbox: {
124
- controlInteractiveSize: number;
125
- };
126
- Radio: {
127
- radioSize: number;
99
+ Form: {
100
+ labelColor: string;
128
101
  };
129
- DatePicker: {
130
- colorBorder: string;
131
- colorBgContainer: string;
132
- hoverBg: string;
133
- activeBg: string;
134
- colorBgContainerDisabled: string;
135
- colorTextPlaceholder: string;
136
- activeShadow: string;
102
+ Tree: {
103
+ colorText: string;
104
+ borderRadiusSM: number;
137
105
  };
138
- Table: {
139
- colorSplit: string;
140
- headerBg: string;
141
- borderColor: string;
106
+ Tabs: {
107
+ horizontalItemPadding: number;
142
108
  };
143
- Tag: {
144
- defaultBg: string;
145
- defaultColor: string;
109
+ Descriptions: {
110
+ labelColor: string;
111
+ contentColor: string;
146
112
  };
147
113
  } | {
148
114
  Alert: {
@@ -195,6 +161,9 @@ export declare const themeSubscribe: {
195
161
  };
196
162
  Checkbox: {
197
163
  controlInteractiveSize: number;
164
+ borderRadiusSM: number;
165
+ lineWidth: number;
166
+ colorBorder: string;
198
167
  };
199
168
  Radio: {
200
169
  radioSize: number;
@@ -256,9 +225,27 @@ export declare const themeSubscribe: {
256
225
  headerColor: string;
257
226
  footerColor: string;
258
227
  borderColor: string;
228
+ headerSplitColor: string;
229
+ colorText: string;
259
230
  };
260
231
  Tag: {
261
232
  defaultBg: string;
233
+ fontSizeSM: number;
234
+ lineHeightSM: number;
235
+ };
236
+ Form: {
237
+ labelColor: string;
238
+ };
239
+ Tree: {
240
+ colorText: string;
241
+ borderRadiusSM: number;
242
+ };
243
+ Tabs: {
244
+ horizontalItemPadding: number;
245
+ };
246
+ Descriptions: {
247
+ labelColor: string;
248
+ contentColor: string;
262
249
  };
263
250
  };
264
251
  token: {
@@ -266,8 +253,6 @@ export declare const themeSubscribe: {
266
253
  colorPrimary: string;
267
254
  colorLink: string;
268
255
  colorInfo: string;
269
- colorLinkActive: string;
270
- colorLinkHover: string;
271
256
  colorBgBase: string;
272
257
  colorBgContainer: string;
273
258
  colorBgElevated: string;
@@ -288,8 +273,6 @@ export declare const themeSubscribe: {
288
273
  colorTextQuaternary: string;
289
274
  colorBorder: string;
290
275
  colorBorderSecondary: string;
291
- boxShadow: string;
292
- boxShadowSecondary: string;
293
276
  colorErrorBg: string;
294
277
  colorErrorBgHover: string;
295
278
  colorErrorBorder: string;
@@ -320,73 +303,10 @@ export declare const themeSubscribe: {
320
303
  colorWarning: string;
321
304
  colorWarningText: string;
322
305
  colorWarningTextHover: string;
323
- colorPrimaryBg: string;
324
- colorPrimaryBgHover: string;
325
- colorPrimaryBorder: string;
326
- colorPrimaryBorderHover: string;
327
- } | {
328
- controlHeight: number;
329
- colorPrimary: string;
330
- colorLink: string;
331
- colorInfo: string;
332
- colorLinkActive?: undefined;
333
- colorLinkHover?: undefined;
334
- colorBgBase: string;
335
- colorBgContainer: string;
336
- colorBgElevated: string;
337
- colorBgLayout: string;
338
- colorBgSpotlight: string;
339
- colorBgSmall: string;
340
- colorBgSpecial: string;
341
- colorBgMask: string;
342
- colorFill: string;
343
- colorFillSecondary: string;
344
- colorFillTertiary: string;
345
- colorFillQuaternary: string;
346
- colorTextBase: string;
347
- colorText: string;
348
- colorTextSecondary: string;
349
- colorTextTertiary: string;
350
- colorTextTransitional: string;
351
- colorTextQuaternary: string;
352
- colorBorder: string;
353
- colorBorderSecondary: string;
306
+ defaultRadius: number;
307
+ borderRadius: number;
354
308
  boxShadow: string;
355
309
  boxShadowSecondary: string;
356
- colorErrorBg: string;
357
- colorErrorBgHover: string;
358
- colorErrorBorder: string;
359
- colorErrorBorderHover: string;
360
- colorErrorHover: string;
361
- colorErrorActive: string;
362
- colorErrorTextActive: string;
363
- colorError: string;
364
- colorErrorText: string;
365
- colorErrorTextHover: string;
366
- colorSuccessBg: string;
367
- colorSuccessBgHover: string;
368
- colorSuccessBorder: string;
369
- colorSuccessBorderHover: string;
370
- colorSuccessHover: string;
371
- colorSuccessActive: string;
372
- colorSuccessTextActive: string;
373
- colorSuccess: string;
374
- colorSuccessText: string;
375
- colorSuccessTextHover: string;
376
- colorWarningBg: string;
377
- colorWarningBgHover: string;
378
- colorWarningBorder: string;
379
- colorWarningBorderHover: string;
380
- colorWarningHover: string;
381
- colorWarningActive: string;
382
- colorWarningTextActive: string;
383
- colorWarning: string;
384
- colorWarningText: string;
385
- colorWarningTextHover: string;
386
- colorPrimaryBg: string;
387
- colorPrimaryBgHover: string;
388
- colorPrimaryBorder: string;
389
- colorPrimaryBorderHover: string;
390
310
  } | {
391
311
  controlHeight: number;
392
312
  colorPrimary: string;
@@ -412,8 +332,6 @@ export declare const themeSubscribe: {
412
332
  colorTextQuaternary: string;
413
333
  colorBorder: string;
414
334
  colorBorderSecondary: string;
415
- boxShadow: string;
416
- boxShadowSecondary: string;
417
335
  colorErrorBg: string;
418
336
  colorErrorBgHover: string;
419
337
  colorErrorBorder: string;
@@ -444,15 +362,13 @@ export declare const themeSubscribe: {
444
362
  colorWarning: string;
445
363
  colorWarningText: string;
446
364
  colorWarningTextHover: string;
365
+ boxShadow: string;
366
+ boxShadowSecondary: string;
447
367
  defaultRadius: number;
368
+ borderRadius: number;
448
369
  colorTransparent: string;
449
370
  };
450
371
  };
451
- alert: {
452
- style: {
453
- boxShadow: string;
454
- };
455
- };
456
372
  modal: {
457
373
  styles: {
458
374
  header: {
@@ -475,8 +391,8 @@ export declare const themeSubscribe: {
475
391
  itemHeight: number;
476
392
  };
477
393
  Tooltip: {
478
- colorTextLightSolid: string;
479
394
  colorBgSpotlight: string;
395
+ borderRadius: string;
480
396
  };
481
397
  Button: {
482
398
  defaultBg: string;
@@ -492,6 +408,7 @@ export declare const themeSubscribe: {
492
408
  defaultShadow: string;
493
409
  primaryShadow: string;
494
410
  dangerShadow: string;
411
+ borderRadius: string;
495
412
  };
496
413
  Input: {
497
414
  colorBorder: string;
@@ -501,6 +418,14 @@ export declare const themeSubscribe: {
501
418
  colorBgContainerDisabled: string;
502
419
  colorTextPlaceholder: string;
503
420
  activeShadow: string;
421
+ addonBg: string;
422
+ };
423
+ InputNumber: {
424
+ handleBg: string;
425
+ handleActiveBg: string;
426
+ filledHandleBg: string;
427
+ hoverBg: string;
428
+ activeBg: string;
504
429
  };
505
430
  Select: {
506
431
  colorBorder: string;
@@ -510,9 +435,14 @@ export declare const themeSubscribe: {
510
435
  colorBgContainerDisabled: string;
511
436
  colorTextPlaceholder: string;
512
437
  activeShadow: string;
438
+ multipleItemBg: string;
513
439
  };
514
440
  Checkbox: {
515
441
  controlInteractiveSize: number;
442
+ borderRadiusSM: number;
443
+ colorBgContainerDisabled: string;
444
+ colorBorder: string;
445
+ colorTextDisabled: string;
516
446
  };
517
447
  Radio: {
518
448
  radioSize: number;
@@ -529,79 +459,31 @@ export declare const themeSubscribe: {
529
459
  Table: {
530
460
  colorSplit: string;
531
461
  headerBg: string;
462
+ headerColor: string;
463
+ headerSplitColor: string;
532
464
  borderColor: string;
465
+ cellPaddingInlineMD: number;
466
+ colorText: string;
533
467
  };
534
468
  Tag: {
535
469
  defaultBg: string;
536
470
  defaultColor: string;
471
+ fontSizeSM: number;
472
+ lineHeightSM: number;
537
473
  };
538
- } | {
539
- Alert: {
540
- lineType: string;
541
- };
542
- Menu: {
543
- itemHeight: number;
544
- };
545
- Tooltip: {
546
- colorTextLightSolid: string;
547
- colorBgSpotlight: string;
548
- };
549
- Button: {
550
- defaultBg: string;
551
- defaultHoverBg: string;
552
- defaultActiveBg: string;
553
- colorBgContainerDisabled: string;
554
- defaultBorderColor: string;
555
- defaultHoverBorderColor: string;
556
- defaultActiveBorderColor: string;
557
- borderColorDisabled: string;
558
- defaultHoverColor: string;
559
- boxShadow: string;
560
- defaultShadow: string;
561
- primaryShadow: string;
562
- dangerShadow: string;
563
- };
564
- Input: {
565
- colorBorder: string;
566
- colorBgContainer: string;
567
- hoverBg: string;
568
- activeBg: string;
569
- colorBgContainerDisabled: string;
570
- colorTextPlaceholder: string;
571
- activeShadow: string;
572
- };
573
- Select: {
574
- colorBorder: string;
575
- colorBgContainer: string;
576
- hoverBg: string;
577
- activeBg: string;
578
- colorBgContainerDisabled: string;
579
- colorTextPlaceholder: string;
580
- activeShadow: string;
581
- };
582
- Checkbox: {
583
- controlInteractiveSize: number;
584
- };
585
- Radio: {
586
- radioSize: number;
474
+ Form: {
475
+ labelColor: string;
587
476
  };
588
- DatePicker: {
589
- colorBorder: string;
590
- colorBgContainer: string;
591
- hoverBg: string;
592
- activeBg: string;
593
- colorBgContainerDisabled: string;
594
- colorTextPlaceholder: string;
595
- activeShadow: string;
477
+ Tree: {
478
+ colorText: string;
479
+ borderRadiusSM: number;
596
480
  };
597
- Table: {
598
- colorSplit: string;
599
- headerBg: string;
600
- borderColor: string;
481
+ Tabs: {
482
+ horizontalItemPadding: number;
601
483
  };
602
- Tag: {
603
- defaultBg: string;
604
- defaultColor: string;
484
+ Descriptions: {
485
+ labelColor: string;
486
+ contentColor: string;
605
487
  };
606
488
  } | {
607
489
  Alert: {
@@ -654,6 +536,9 @@ export declare const themeSubscribe: {
654
536
  };
655
537
  Checkbox: {
656
538
  controlInteractiveSize: number;
539
+ borderRadiusSM: number;
540
+ lineWidth: number;
541
+ colorBorder: string;
657
542
  };
658
543
  Radio: {
659
544
  radioSize: number;
@@ -715,9 +600,27 @@ export declare const themeSubscribe: {
715
600
  headerColor: string;
716
601
  footerColor: string;
717
602
  borderColor: string;
603
+ headerSplitColor: string;
604
+ colorText: string;
718
605
  };
719
606
  Tag: {
720
607
  defaultBg: string;
608
+ fontSizeSM: number;
609
+ lineHeightSM: number;
610
+ };
611
+ Form: {
612
+ labelColor: string;
613
+ };
614
+ Tree: {
615
+ colorText: string;
616
+ borderRadiusSM: number;
617
+ };
618
+ Tabs: {
619
+ horizontalItemPadding: number;
620
+ };
621
+ Descriptions: {
622
+ labelColor: string;
623
+ contentColor: string;
721
624
  };
722
625
  };
723
626
  token: {
@@ -725,8 +628,6 @@ export declare const themeSubscribe: {
725
628
  colorPrimary: string;
726
629
  colorLink: string;
727
630
  colorInfo: string;
728
- colorLinkActive: string;
729
- colorLinkHover: string;
730
631
  colorBgBase: string;
731
632
  colorBgContainer: string;
732
633
  colorBgElevated: string;
@@ -747,8 +648,6 @@ export declare const themeSubscribe: {
747
648
  colorTextQuaternary: string;
748
649
  colorBorder: string;
749
650
  colorBorderSecondary: string;
750
- boxShadow: string;
751
- boxShadowSecondary: string;
752
651
  colorErrorBg: string;
753
652
  colorErrorBgHover: string;
754
653
  colorErrorBorder: string;
@@ -779,73 +678,10 @@ export declare const themeSubscribe: {
779
678
  colorWarning: string;
780
679
  colorWarningText: string;
781
680
  colorWarningTextHover: string;
782
- colorPrimaryBg: string;
783
- colorPrimaryBgHover: string;
784
- colorPrimaryBorder: string;
785
- colorPrimaryBorderHover: string;
786
- } | {
787
- controlHeight: number;
788
- colorPrimary: string;
789
- colorLink: string;
790
- colorInfo: string;
791
- colorLinkActive?: undefined;
792
- colorLinkHover?: undefined;
793
- colorBgBase: string;
794
- colorBgContainer: string;
795
- colorBgElevated: string;
796
- colorBgLayout: string;
797
- colorBgSpotlight: string;
798
- colorBgSmall: string;
799
- colorBgSpecial: string;
800
- colorBgMask: string;
801
- colorFill: string;
802
- colorFillSecondary: string;
803
- colorFillTertiary: string;
804
- colorFillQuaternary: string;
805
- colorTextBase: string;
806
- colorText: string;
807
- colorTextSecondary: string;
808
- colorTextTertiary: string;
809
- colorTextTransitional: string;
810
- colorTextQuaternary: string;
811
- colorBorder: string;
812
- colorBorderSecondary: string;
681
+ defaultRadius: number;
682
+ borderRadius: number;
813
683
  boxShadow: string;
814
684
  boxShadowSecondary: string;
815
- colorErrorBg: string;
816
- colorErrorBgHover: string;
817
- colorErrorBorder: string;
818
- colorErrorBorderHover: string;
819
- colorErrorHover: string;
820
- colorErrorActive: string;
821
- colorErrorTextActive: string;
822
- colorError: string;
823
- colorErrorText: string;
824
- colorErrorTextHover: string;
825
- colorSuccessBg: string;
826
- colorSuccessBgHover: string;
827
- colorSuccessBorder: string;
828
- colorSuccessBorderHover: string;
829
- colorSuccessHover: string;
830
- colorSuccessActive: string;
831
- colorSuccessTextActive: string;
832
- colorSuccess: string;
833
- colorSuccessText: string;
834
- colorSuccessTextHover: string;
835
- colorWarningBg: string;
836
- colorWarningBgHover: string;
837
- colorWarningBorder: string;
838
- colorWarningBorderHover: string;
839
- colorWarningHover: string;
840
- colorWarningActive: string;
841
- colorWarningTextActive: string;
842
- colorWarning: string;
843
- colorWarningText: string;
844
- colorWarningTextHover: string;
845
- colorPrimaryBg: string;
846
- colorPrimaryBgHover: string;
847
- colorPrimaryBorder: string;
848
- colorPrimaryBorderHover: string;
849
685
  } | {
850
686
  controlHeight: number;
851
687
  colorPrimary: string;
@@ -871,8 +707,6 @@ export declare const themeSubscribe: {
871
707
  colorTextQuaternary: string;
872
708
  colorBorder: string;
873
709
  colorBorderSecondary: string;
874
- boxShadow: string;
875
- boxShadowSecondary: string;
876
710
  colorErrorBg: string;
877
711
  colorErrorBgHover: string;
878
712
  colorErrorBorder: string;
@@ -903,15 +737,13 @@ export declare const themeSubscribe: {
903
737
  colorWarning: string;
904
738
  colorWarningText: string;
905
739
  colorWarningTextHover: string;
740
+ boxShadow: string;
741
+ boxShadowSecondary: string;
906
742
  defaultRadius: number;
743
+ borderRadius: number;
907
744
  colorTransparent: string;
908
745
  };
909
746
  };
910
- alert: {
911
- style: {
912
- boxShadow: string;
913
- };
914
- };
915
747
  modal: {
916
748
  styles: {
917
749
  header: {