@tap-payments/os-micro-frontend-shared 0.1.236-test.2 → 0.1.236-test.5

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 (111) hide show
  1. package/build/components/AccordionAdapter/style.d.ts +2 -2
  2. package/build/components/AccountDropdown/style.d.ts +1 -1
  3. package/build/components/ActionMenu/style.d.ts +1 -1
  4. package/build/components/ActivityAreaChart/styles.d.ts +3 -3
  5. package/build/components/AppServices/style.d.ts +1 -1
  6. package/build/components/AppWindowWrapper/AppWindow/style.d.ts +2 -2
  7. package/build/components/Button/style.d.ts +1 -1
  8. package/build/components/Calender/style.d.ts +4 -4
  9. package/build/components/Chip/style.d.ts +6 -6
  10. package/build/components/CircularProgressWithLabel/style.d.ts +1 -1
  11. package/build/components/ColorPicker/style.d.ts +3 -3
  12. package/build/components/ConfirmDialog/styles.d.ts +1 -1
  13. package/build/components/CountBadge/style.d.ts +6 -6
  14. package/build/components/Dialog/style.d.ts +6 -6
  15. package/build/components/DockButton/style.d.ts +1 -1
  16. package/build/components/DropdownButton/constants.d.ts +2 -2
  17. package/build/components/DropdownButton/style.d.ts +2 -2
  18. package/build/components/DropdownMenu/styles.d.ts +2 -2
  19. package/build/components/ErrorBoundary/style.d.ts +1 -1
  20. package/build/components/ErrorToast/style.d.ts +1 -1
  21. package/build/components/FileUpload/style.d.ts +3 -3
  22. package/build/components/FileUploader/style.d.ts +1 -1
  23. package/build/components/FlippingCard/style.d.ts +6 -6
  24. package/build/components/IconWithLabel/style.d.ts +1 -1
  25. package/build/components/IconsDropdown/style.d.ts +2 -2
  26. package/build/components/ImageWrapper/ImageWrapper.d.ts +6 -6
  27. package/build/components/InputBase/SelectBase/style.d.ts +1 -1
  28. package/build/components/Inputs/FileInput/style.d.ts +1 -1
  29. package/build/components/JSONViewer/style.d.ts +13 -13
  30. package/build/components/LabeledIconDropdown/style.d.ts +3 -3
  31. package/build/components/LeftPeekRightExpandingChip/style.d.ts +18 -18
  32. package/build/components/MultiSelectStatusButton/style.d.ts +1 -1
  33. package/build/components/MultiSelectWithSearch/style.d.ts +3 -3
  34. package/build/components/NestedDropdown/styles.d.ts +1 -1
  35. package/build/components/ProgressBar/style.d.ts +1 -1
  36. package/build/components/ProgressRing/style.d.ts +2 -2
  37. package/build/components/RFH/Inputs/SelectWithAccordion/style.d.ts +3 -3
  38. package/build/components/RangeCalender/components/QuickFilters/style.d.ts +1 -1
  39. package/build/components/RangeCalender/components/RangeDatepicker/style.d.ts +1 -1
  40. package/build/components/RangeCalender/style.d.ts +3 -3
  41. package/build/components/RightLeftExpandingCenterChip/style.d.ts +78 -78
  42. package/build/components/SearchButton/styles.d.ts +17 -17
  43. package/build/components/SelectDropdown/SelectDropdown.d.ts +1 -3
  44. package/build/components/SelectDropdown/SelectDropdown.js +3 -4
  45. package/build/components/SelectDropdown/style.d.ts +1 -1
  46. package/build/components/SelectWithSearch/SelectWithSearch.d.ts +1 -1
  47. package/build/components/SelectWithSearch/SelectWithSearch.js +2 -2
  48. package/build/components/SelectWithSearch/style.d.ts +3 -3
  49. package/build/components/SelectWithSearch/type.d.ts +0 -1
  50. package/build/components/StatusButton/style.d.ts +2 -2
  51. package/build/components/StatusIcons/AuthIcons/style.d.ts +12 -12
  52. package/build/components/StatusIcons/AuthorizationAutoIcons/style.d.ts +6 -6
  53. package/build/components/StatusIcons/ChargeStatusIcon/style.d.ts +36 -36
  54. package/build/components/StatusIcons/SourceIcons/style.d.ts +6 -6
  55. package/build/components/StatusLabel/style.d.ts +1 -1
  56. package/build/components/TableCells/CustomCells/ActionCell/hooks/useActionCell.d.ts +1 -1
  57. package/build/components/TableCells/CustomCells/ActionCell/style.d.ts +8 -8
  58. package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.d.ts +6 -6
  59. package/build/components/TableCells/CustomCells/AuthenticationCell/style.d.ts +12 -12
  60. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.d.ts +30 -30
  61. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.d.ts +30 -30
  62. package/build/components/TableCells/CustomCells/BalanceCell/style.d.ts +6 -6
  63. package/build/components/TableCells/CustomCells/ChannelsCell/style.d.ts +6 -6
  64. package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.d.ts +6 -6
  65. package/build/components/TableCells/CustomCells/DestinationStatusCell/style.d.ts +30 -30
  66. package/build/components/TableCells/CustomCells/DueDateCell/style.d.ts +6 -6
  67. package/build/components/TableCells/CustomCells/IDButton/style.d.ts +12 -12
  68. package/build/components/TableCells/CustomCells/IntentsStatusCell/style.d.ts +6 -6
  69. package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.d.ts +6 -6
  70. package/build/components/TableCells/CustomCells/PayoutStatusCell/style.d.ts +30 -30
  71. package/build/components/TableCells/CustomCells/ProductsCell/style.d.ts +6 -6
  72. package/build/components/TableCells/CustomCells/ReferenceCell/style.d.ts +6 -6
  73. package/build/components/TableCells/CustomCells/RefundChargeCell/style.d.ts +12 -12
  74. package/build/components/TableCells/CustomCells/RefundStatusCell/style.d.ts +6 -6
  75. package/build/components/TableCells/CustomCells/SalesChannelCell/style.d.ts +6 -6
  76. package/build/components/TableCells/CustomCells/SegmentsCell/style.d.ts +6 -6
  77. package/build/components/TableCells/CustomCells/SourceCell/style.d.ts +6 -6
  78. package/build/components/TableCells/CustomCells/StatusCell/style.d.ts +37 -37
  79. package/build/components/TableCells/CustomCells/TokenStatusCell/style.d.ts +30 -30
  80. package/build/components/TableCells/CustomCells/style.d.ts +7 -7
  81. package/build/components/TableHeader/style.d.ts +1 -1
  82. package/build/components/Timepicker/style.d.ts +2 -2
  83. package/build/components/ToolbarIcon/ExpandButton/style.d.ts +1 -1
  84. package/build/components/VirtualTables/SheetViewVirtualTable/style.d.ts +2 -2
  85. package/build/components/VirtualTables/components/ColumnFilter/Inputs/style.d.ts +1 -1
  86. package/build/components/VirtualTables/components/ColumnFilter/style.d.ts +2 -2
  87. package/build/components/VirtualTables/components/ErrorList/styles.d.ts +1 -1
  88. package/build/components/VirtualTables/components/TableFooter/style.d.ts +2 -2
  89. package/build/components/VirtualTables/components/TableHeader/style.d.ts +2 -2
  90. package/build/components/VirtualTables/components/style.d.ts +8 -8
  91. package/build/components/Widget/style.d.ts +1 -1
  92. package/build/components/Window/style.d.ts +12 -12
  93. package/build/components/WindowAppIcon/style.d.ts +1 -1
  94. package/build/constants/apps.d.ts +1 -0
  95. package/build/constants/apps.js +1 -0
  96. package/build/hooks/index.d.ts +3 -0
  97. package/build/hooks/index.js +3 -0
  98. package/build/hooks/useAppEventListener.d.ts +2 -0
  99. package/build/hooks/useAppEventListener.js +13 -0
  100. package/build/hooks/useAppEventPublisher.d.ts +2 -0
  101. package/build/hooks/useAppEventPublisher.js +7 -0
  102. package/build/hooks/useAppsInfo.d.ts +17 -0
  103. package/build/hooks/useAppsInfo.js +21 -0
  104. package/build/types/appEvents.d.ts +44 -0
  105. package/build/types/appEvents.js +14 -0
  106. package/build/types/apps.d.ts +25 -18
  107. package/build/types/index.d.ts +1 -0
  108. package/build/types/index.js +1 -0
  109. package/build/utils/table.d.ts +12 -1
  110. package/build/utils/table.js +147 -1
  111. package/package.json +2 -2
@@ -7,10 +7,6 @@ export declare const MultiRefundIcon: import("@emotion/styled").StyledComponent<
7
7
  color?: string | undefined;
8
8
  content?: string | undefined;
9
9
  translate?: "yes" | "no" | undefined;
10
- slot?: string | undefined;
11
- title?: string | undefined;
12
- referrerPolicy?: import("react").HTMLAttributeReferrerPolicy | undefined;
13
- className?: string | undefined;
14
10
  defaultChecked?: boolean | undefined;
15
11
  defaultValue?: string | number | readonly string[] | undefined;
16
12
  suppressContentEditableWarning?: boolean | undefined;
@@ -18,15 +14,18 @@ export declare const MultiRefundIcon: import("@emotion/styled").StyledComponent<
18
14
  accessKey?: string | undefined;
19
15
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
20
16
  autoFocus?: boolean | undefined;
17
+ className?: string | undefined;
21
18
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
22
19
  contextMenu?: string | undefined;
23
20
  dir?: string | undefined;
24
21
  draggable?: (boolean | "false" | "true") | undefined;
25
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
22
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
26
23
  lang?: string | undefined;
27
24
  nonce?: string | undefined;
25
+ slot?: string | undefined;
28
26
  spellCheck?: (boolean | "false" | "true") | undefined;
29
27
  tabIndex?: number | undefined;
28
+ title?: string | undefined;
30
29
  radioGroup?: string | undefined;
31
30
  role?: import("react").AriaRole | undefined;
32
31
  about?: string | undefined;
@@ -49,7 +48,7 @@ export declare const MultiRefundIcon: import("@emotion/styled").StyledComponent<
49
48
  results?: number | undefined;
50
49
  security?: string | undefined;
51
50
  unselectable?: "off" | "on" | undefined;
52
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
51
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
53
52
  is?: string | undefined;
54
53
  exportparts?: string | undefined;
55
54
  part?: string | undefined;
@@ -75,7 +74,7 @@ export declare const MultiRefundIcon: import("@emotion/styled").StyledComponent<
75
74
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
76
75
  "aria-flowto"?: string | undefined;
77
76
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
78
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
77
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
79
78
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
80
79
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
81
80
  "aria-keyshortcuts"?: string | undefined;
@@ -263,6 +262,7 @@ export declare const MultiRefundIcon: import("@emotion/styled").StyledComponent<
263
262
  onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLImageElement> | undefined;
264
263
  onTransitionEnd?: import("react").TransitionEventHandler<HTMLImageElement> | undefined;
265
264
  onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLImageElement> | undefined;
265
+ referrerPolicy?: import("react").HTMLAttributeReferrerPolicy | undefined;
266
266
  useMap?: string | undefined;
267
267
  crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
268
268
  sizes?: string | undefined;
@@ -279,9 +279,6 @@ export declare const RefundsCountBadge: import("@emotion/styled").StyledComponen
279
279
  color?: string | undefined;
280
280
  content?: string | undefined;
281
281
  translate?: "yes" | "no" | undefined;
282
- slot?: string | undefined;
283
- title?: string | undefined;
284
- className?: string | undefined;
285
282
  defaultChecked?: boolean | undefined;
286
283
  defaultValue?: string | number | readonly string[] | undefined;
287
284
  suppressContentEditableWarning?: boolean | undefined;
@@ -289,15 +286,18 @@ export declare const RefundsCountBadge: import("@emotion/styled").StyledComponen
289
286
  accessKey?: string | undefined;
290
287
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
291
288
  autoFocus?: boolean | undefined;
289
+ className?: string | undefined;
292
290
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
293
291
  contextMenu?: string | undefined;
294
292
  dir?: string | undefined;
295
293
  draggable?: (boolean | "false" | "true") | undefined;
296
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
294
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
297
295
  lang?: string | undefined;
298
296
  nonce?: string | undefined;
297
+ slot?: string | undefined;
299
298
  spellCheck?: (boolean | "false" | "true") | undefined;
300
299
  tabIndex?: number | undefined;
300
+ title?: string | undefined;
301
301
  radioGroup?: string | undefined;
302
302
  role?: import("react").AriaRole | undefined;
303
303
  about?: string | undefined;
@@ -320,7 +320,7 @@ export declare const RefundsCountBadge: import("@emotion/styled").StyledComponen
320
320
  results?: number | undefined;
321
321
  security?: string | undefined;
322
322
  unselectable?: "off" | "on" | undefined;
323
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
323
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
324
324
  is?: string | undefined;
325
325
  exportparts?: string | undefined;
326
326
  part?: string | undefined;
@@ -346,7 +346,7 @@ export declare const RefundsCountBadge: import("@emotion/styled").StyledComponen
346
346
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
347
347
  "aria-flowto"?: string | undefined;
348
348
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
349
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
349
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
350
350
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
351
351
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
352
352
  "aria-keyshortcuts"?: string | undefined;
@@ -541,9 +541,6 @@ export declare const MultiRefundContainer: import("@emotion/styled").StyledCompo
541
541
  color?: string | undefined;
542
542
  content?: string | undefined;
543
543
  translate?: "yes" | "no" | undefined;
544
- slot?: string | undefined;
545
- title?: string | undefined;
546
- className?: string | undefined;
547
544
  defaultChecked?: boolean | undefined;
548
545
  defaultValue?: string | number | readonly string[] | undefined;
549
546
  suppressContentEditableWarning?: boolean | undefined;
@@ -551,15 +548,18 @@ export declare const MultiRefundContainer: import("@emotion/styled").StyledCompo
551
548
  accessKey?: string | undefined;
552
549
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
553
550
  autoFocus?: boolean | undefined;
551
+ className?: string | undefined;
554
552
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
555
553
  contextMenu?: string | undefined;
556
554
  dir?: string | undefined;
557
555
  draggable?: (boolean | "false" | "true") | undefined;
558
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
556
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
559
557
  lang?: string | undefined;
560
558
  nonce?: string | undefined;
559
+ slot?: string | undefined;
561
560
  spellCheck?: (boolean | "false" | "true") | undefined;
562
561
  tabIndex?: number | undefined;
562
+ title?: string | undefined;
563
563
  radioGroup?: string | undefined;
564
564
  role?: import("react").AriaRole | undefined;
565
565
  about?: string | undefined;
@@ -582,7 +582,7 @@ export declare const MultiRefundContainer: import("@emotion/styled").StyledCompo
582
582
  results?: number | undefined;
583
583
  security?: string | undefined;
584
584
  unselectable?: "off" | "on" | undefined;
585
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
585
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
586
586
  is?: string | undefined;
587
587
  exportparts?: string | undefined;
588
588
  part?: string | undefined;
@@ -608,7 +608,7 @@ export declare const MultiRefundContainer: import("@emotion/styled").StyledCompo
608
608
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
609
609
  "aria-flowto"?: string | undefined;
610
610
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
611
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
611
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
612
612
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
613
613
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
614
614
  "aria-keyshortcuts"?: string | undefined;
@@ -822,9 +822,6 @@ export declare const StatusIcon: import("@emotion/styled").StyledComponent<{
822
822
  color?: string | undefined;
823
823
  content?: string | undefined;
824
824
  translate?: "yes" | "no" | undefined;
825
- slot?: string | undefined;
826
- title?: string | undefined;
827
- className?: string | undefined;
828
825
  defaultChecked?: boolean | undefined;
829
826
  defaultValue?: string | number | readonly string[] | undefined;
830
827
  suppressContentEditableWarning?: boolean | undefined;
@@ -832,15 +829,18 @@ export declare const StatusIcon: import("@emotion/styled").StyledComponent<{
832
829
  accessKey?: string | undefined;
833
830
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
834
831
  autoFocus?: boolean | undefined;
832
+ className?: string | undefined;
835
833
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
836
834
  contextMenu?: string | undefined;
837
835
  dir?: string | undefined;
838
836
  draggable?: (boolean | "false" | "true") | undefined;
839
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
837
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
840
838
  lang?: string | undefined;
841
839
  nonce?: string | undefined;
840
+ slot?: string | undefined;
842
841
  spellCheck?: (boolean | "false" | "true") | undefined;
843
842
  tabIndex?: number | undefined;
843
+ title?: string | undefined;
844
844
  radioGroup?: string | undefined;
845
845
  role?: import("react").AriaRole | undefined;
846
846
  about?: string | undefined;
@@ -863,7 +863,7 @@ export declare const StatusIcon: import("@emotion/styled").StyledComponent<{
863
863
  results?: number | undefined;
864
864
  security?: string | undefined;
865
865
  unselectable?: "off" | "on" | undefined;
866
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
866
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
867
867
  is?: string | undefined;
868
868
  exportparts?: string | undefined;
869
869
  part?: string | undefined;
@@ -889,7 +889,7 @@ export declare const StatusIcon: import("@emotion/styled").StyledComponent<{
889
889
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
890
890
  "aria-flowto"?: string | undefined;
891
891
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
892
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
892
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
893
893
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
894
894
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
895
895
  "aria-keyshortcuts"?: string | undefined;
@@ -1086,9 +1086,6 @@ export declare const StatusWrapper: import("@emotion/styled").StyledComponent<{
1086
1086
  color?: string | undefined;
1087
1087
  content?: string | undefined;
1088
1088
  translate?: "yes" | "no" | undefined;
1089
- slot?: string | undefined;
1090
- title?: string | undefined;
1091
- className?: string | undefined;
1092
1089
  defaultChecked?: boolean | undefined;
1093
1090
  defaultValue?: string | number | readonly string[] | undefined;
1094
1091
  suppressContentEditableWarning?: boolean | undefined;
@@ -1096,15 +1093,18 @@ export declare const StatusWrapper: import("@emotion/styled").StyledComponent<{
1096
1093
  accessKey?: string | undefined;
1097
1094
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
1098
1095
  autoFocus?: boolean | undefined;
1096
+ className?: string | undefined;
1099
1097
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
1100
1098
  contextMenu?: string | undefined;
1101
1099
  dir?: string | undefined;
1102
1100
  draggable?: (boolean | "false" | "true") | undefined;
1103
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
1101
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
1104
1102
  lang?: string | undefined;
1105
1103
  nonce?: string | undefined;
1104
+ slot?: string | undefined;
1106
1105
  spellCheck?: (boolean | "false" | "true") | undefined;
1107
1106
  tabIndex?: number | undefined;
1107
+ title?: string | undefined;
1108
1108
  radioGroup?: string | undefined;
1109
1109
  role?: import("react").AriaRole | undefined;
1110
1110
  about?: string | undefined;
@@ -1127,7 +1127,7 @@ export declare const StatusWrapper: import("@emotion/styled").StyledComponent<{
1127
1127
  results?: number | undefined;
1128
1128
  security?: string | undefined;
1129
1129
  unselectable?: "off" | "on" | undefined;
1130
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
1130
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
1131
1131
  is?: string | undefined;
1132
1132
  exportparts?: string | undefined;
1133
1133
  part?: string | undefined;
@@ -1153,7 +1153,7 @@ export declare const StatusWrapper: import("@emotion/styled").StyledComponent<{
1153
1153
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
1154
1154
  "aria-flowto"?: string | undefined;
1155
1155
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
1156
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
1156
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
1157
1157
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
1158
1158
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1159
1159
  "aria-keyshortcuts"?: string | undefined;
@@ -1350,9 +1350,6 @@ export declare const StatusContainer: import("@emotion/styled").StyledComponent<
1350
1350
  color?: string | undefined;
1351
1351
  content?: string | undefined;
1352
1352
  translate?: "yes" | "no" | undefined;
1353
- slot?: string | undefined;
1354
- title?: string | undefined;
1355
- className?: string | undefined;
1356
1353
  defaultChecked?: boolean | undefined;
1357
1354
  defaultValue?: string | number | readonly string[] | undefined;
1358
1355
  suppressContentEditableWarning?: boolean | undefined;
@@ -1360,15 +1357,18 @@ export declare const StatusContainer: import("@emotion/styled").StyledComponent<
1360
1357
  accessKey?: string | undefined;
1361
1358
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
1362
1359
  autoFocus?: boolean | undefined;
1360
+ className?: string | undefined;
1363
1361
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
1364
1362
  contextMenu?: string | undefined;
1365
1363
  dir?: string | undefined;
1366
1364
  draggable?: (boolean | "false" | "true") | undefined;
1367
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
1365
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
1368
1366
  lang?: string | undefined;
1369
1367
  nonce?: string | undefined;
1368
+ slot?: string | undefined;
1370
1369
  spellCheck?: (boolean | "false" | "true") | undefined;
1371
1370
  tabIndex?: number | undefined;
1371
+ title?: string | undefined;
1372
1372
  radioGroup?: string | undefined;
1373
1373
  role?: import("react").AriaRole | undefined;
1374
1374
  about?: string | undefined;
@@ -1391,7 +1391,7 @@ export declare const StatusContainer: import("@emotion/styled").StyledComponent<
1391
1391
  results?: number | undefined;
1392
1392
  security?: string | undefined;
1393
1393
  unselectable?: "off" | "on" | undefined;
1394
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
1394
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
1395
1395
  is?: string | undefined;
1396
1396
  exportparts?: string | undefined;
1397
1397
  part?: string | undefined;
@@ -1417,7 +1417,7 @@ export declare const StatusContainer: import("@emotion/styled").StyledComponent<
1417
1417
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
1418
1418
  "aria-flowto"?: string | undefined;
1419
1419
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
1420
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
1420
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
1421
1421
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
1422
1422
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1423
1423
  "aria-keyshortcuts"?: string | undefined;
@@ -5,9 +5,6 @@ export declare const UnCapturedContainer: import("@emotion/styled").StyledCompon
5
5
  color?: string | undefined;
6
6
  content?: string | undefined;
7
7
  translate?: "yes" | "no" | undefined;
8
- slot?: string | undefined;
9
- title?: string | undefined;
10
- className?: string | undefined;
11
8
  defaultChecked?: boolean | undefined;
12
9
  defaultValue?: string | number | readonly string[] | undefined;
13
10
  suppressContentEditableWarning?: boolean | undefined;
@@ -15,15 +12,18 @@ export declare const UnCapturedContainer: import("@emotion/styled").StyledCompon
15
12
  accessKey?: string | undefined;
16
13
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
17
14
  autoFocus?: boolean | undefined;
15
+ className?: string | undefined;
18
16
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
19
17
  contextMenu?: string | undefined;
20
18
  dir?: string | undefined;
21
19
  draggable?: (boolean | "false" | "true") | undefined;
22
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
20
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
23
21
  lang?: string | undefined;
24
22
  nonce?: string | undefined;
23
+ slot?: string | undefined;
25
24
  spellCheck?: (boolean | "false" | "true") | undefined;
26
25
  tabIndex?: number | undefined;
26
+ title?: string | undefined;
27
27
  radioGroup?: string | undefined;
28
28
  role?: import("react").AriaRole | undefined;
29
29
  about?: string | undefined;
@@ -46,7 +46,7 @@ export declare const UnCapturedContainer: import("@emotion/styled").StyledCompon
46
46
  results?: number | undefined;
47
47
  security?: string | undefined;
48
48
  unselectable?: "off" | "on" | undefined;
49
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
49
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
50
50
  is?: string | undefined;
51
51
  exportparts?: string | undefined;
52
52
  part?: string | undefined;
@@ -72,7 +72,7 @@ export declare const UnCapturedContainer: import("@emotion/styled").StyledCompon
72
72
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
73
73
  "aria-flowto"?: string | undefined;
74
74
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
75
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
75
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
76
76
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
77
77
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
78
78
  "aria-keyshortcuts"?: string | undefined;
@@ -267,9 +267,6 @@ export declare const ErrorCodeWrapper: import("@emotion/styled").StyledComponent
267
267
  color?: string | undefined;
268
268
  content?: string | undefined;
269
269
  translate?: "yes" | "no" | undefined;
270
- slot?: string | undefined;
271
- title?: string | undefined;
272
- className?: string | undefined;
273
270
  defaultChecked?: boolean | undefined;
274
271
  defaultValue?: string | number | readonly string[] | undefined;
275
272
  suppressContentEditableWarning?: boolean | undefined;
@@ -277,15 +274,18 @@ export declare const ErrorCodeWrapper: import("@emotion/styled").StyledComponent
277
274
  accessKey?: string | undefined;
278
275
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
279
276
  autoFocus?: boolean | undefined;
277
+ className?: string | undefined;
280
278
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
281
279
  contextMenu?: string | undefined;
282
280
  dir?: string | undefined;
283
281
  draggable?: (boolean | "false" | "true") | undefined;
284
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
282
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
285
283
  lang?: string | undefined;
286
284
  nonce?: string | undefined;
285
+ slot?: string | undefined;
287
286
  spellCheck?: (boolean | "false" | "true") | undefined;
288
287
  tabIndex?: number | undefined;
288
+ title?: string | undefined;
289
289
  radioGroup?: string | undefined;
290
290
  role?: import("react").AriaRole | undefined;
291
291
  about?: string | undefined;
@@ -308,7 +308,7 @@ export declare const ErrorCodeWrapper: import("@emotion/styled").StyledComponent
308
308
  results?: number | undefined;
309
309
  security?: string | undefined;
310
310
  unselectable?: "off" | "on" | undefined;
311
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
311
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
312
312
  is?: string | undefined;
313
313
  exportparts?: string | undefined;
314
314
  part?: string | undefined;
@@ -334,7 +334,7 @@ export declare const ErrorCodeWrapper: import("@emotion/styled").StyledComponent
334
334
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
335
335
  "aria-flowto"?: string | undefined;
336
336
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
337
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
337
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
338
338
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
339
339
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
340
340
  "aria-keyshortcuts"?: string | undefined;
@@ -529,9 +529,6 @@ export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
529
529
  color?: string | undefined;
530
530
  content?: string | undefined;
531
531
  translate?: "yes" | "no" | undefined;
532
- slot?: string | undefined;
533
- title?: string | undefined;
534
- className?: string | undefined;
535
532
  defaultChecked?: boolean | undefined;
536
533
  defaultValue?: string | number | readonly string[] | undefined;
537
534
  suppressContentEditableWarning?: boolean | undefined;
@@ -539,15 +536,18 @@ export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
539
536
  accessKey?: string | undefined;
540
537
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
541
538
  autoFocus?: boolean | undefined;
539
+ className?: string | undefined;
542
540
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
543
541
  contextMenu?: string | undefined;
544
542
  dir?: string | undefined;
545
543
  draggable?: (boolean | "false" | "true") | undefined;
546
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
544
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
547
545
  lang?: string | undefined;
548
546
  nonce?: string | undefined;
547
+ slot?: string | undefined;
549
548
  spellCheck?: (boolean | "false" | "true") | undefined;
550
549
  tabIndex?: number | undefined;
550
+ title?: string | undefined;
551
551
  radioGroup?: string | undefined;
552
552
  role?: import("react").AriaRole | undefined;
553
553
  about?: string | undefined;
@@ -570,7 +570,7 @@ export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
570
570
  results?: number | undefined;
571
571
  security?: string | undefined;
572
572
  unselectable?: "off" | "on" | undefined;
573
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
573
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
574
574
  is?: string | undefined;
575
575
  exportparts?: string | undefined;
576
576
  part?: string | undefined;
@@ -596,7 +596,7 @@ export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
596
596
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
597
597
  "aria-flowto"?: string | undefined;
598
598
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
599
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
599
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
600
600
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
601
601
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
602
602
  "aria-keyshortcuts"?: string | undefined;
@@ -792,9 +792,6 @@ export declare const GatewayIconWrapper: import("@emotion/styled").StyledCompone
792
792
  color?: string | undefined;
793
793
  content?: string | undefined;
794
794
  translate?: "yes" | "no" | undefined;
795
- slot?: string | undefined;
796
- title?: string | undefined;
797
- className?: string | undefined;
798
795
  defaultChecked?: boolean | undefined;
799
796
  defaultValue?: string | number | readonly string[] | undefined;
800
797
  suppressContentEditableWarning?: boolean | undefined;
@@ -802,15 +799,18 @@ export declare const GatewayIconWrapper: import("@emotion/styled").StyledCompone
802
799
  accessKey?: string | undefined;
803
800
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
804
801
  autoFocus?: boolean | undefined;
802
+ className?: string | undefined;
805
803
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
806
804
  contextMenu?: string | undefined;
807
805
  dir?: string | undefined;
808
806
  draggable?: (boolean | "false" | "true") | undefined;
809
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
807
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
810
808
  lang?: string | undefined;
811
809
  nonce?: string | undefined;
810
+ slot?: string | undefined;
812
811
  spellCheck?: (boolean | "false" | "true") | undefined;
813
812
  tabIndex?: number | undefined;
813
+ title?: string | undefined;
814
814
  radioGroup?: string | undefined;
815
815
  role?: import("react").AriaRole | undefined;
816
816
  about?: string | undefined;
@@ -833,7 +833,7 @@ export declare const GatewayIconWrapper: import("@emotion/styled").StyledCompone
833
833
  results?: number | undefined;
834
834
  security?: string | undefined;
835
835
  unselectable?: "off" | "on" | undefined;
836
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
836
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
837
837
  is?: string | undefined;
838
838
  exportparts?: string | undefined;
839
839
  part?: string | undefined;
@@ -859,7 +859,7 @@ export declare const GatewayIconWrapper: import("@emotion/styled").StyledCompone
859
859
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
860
860
  "aria-flowto"?: string | undefined;
861
861
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
862
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
862
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
863
863
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
864
864
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
865
865
  "aria-keyshortcuts"?: string | undefined;
@@ -1054,9 +1054,6 @@ export declare const GatewaysContainer: import("@emotion/styled").StyledComponen
1054
1054
  color?: string | undefined;
1055
1055
  content?: string | undefined;
1056
1056
  translate?: "yes" | "no" | undefined;
1057
- slot?: string | undefined;
1058
- title?: string | undefined;
1059
- className?: string | undefined;
1060
1057
  defaultChecked?: boolean | undefined;
1061
1058
  defaultValue?: string | number | readonly string[] | undefined;
1062
1059
  suppressContentEditableWarning?: boolean | undefined;
@@ -1064,15 +1061,18 @@ export declare const GatewaysContainer: import("@emotion/styled").StyledComponen
1064
1061
  accessKey?: string | undefined;
1065
1062
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
1066
1063
  autoFocus?: boolean | undefined;
1064
+ className?: string | undefined;
1067
1065
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
1068
1066
  contextMenu?: string | undefined;
1069
1067
  dir?: string | undefined;
1070
1068
  draggable?: (boolean | "false" | "true") | undefined;
1071
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
1069
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
1072
1070
  lang?: string | undefined;
1073
1071
  nonce?: string | undefined;
1072
+ slot?: string | undefined;
1074
1073
  spellCheck?: (boolean | "false" | "true") | undefined;
1075
1074
  tabIndex?: number | undefined;
1075
+ title?: string | undefined;
1076
1076
  radioGroup?: string | undefined;
1077
1077
  role?: import("react").AriaRole | undefined;
1078
1078
  about?: string | undefined;
@@ -1095,7 +1095,7 @@ export declare const GatewaysContainer: import("@emotion/styled").StyledComponen
1095
1095
  results?: number | undefined;
1096
1096
  security?: string | undefined;
1097
1097
  unselectable?: "off" | "on" | undefined;
1098
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
1098
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
1099
1099
  is?: string | undefined;
1100
1100
  exportparts?: string | undefined;
1101
1101
  part?: string | undefined;
@@ -1121,7 +1121,7 @@ export declare const GatewaysContainer: import("@emotion/styled").StyledComponen
1121
1121
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
1122
1122
  "aria-flowto"?: string | undefined;
1123
1123
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
1124
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
1124
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
1125
1125
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
1126
1126
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1127
1127
  "aria-keyshortcuts"?: string | undefined;
@@ -10,9 +10,6 @@ export declare const BadgeWrapper: import("@emotion/styled").StyledComponent<{
10
10
  color?: string | undefined;
11
11
  content?: string | undefined;
12
12
  translate?: "yes" | "no" | undefined;
13
- slot?: string | undefined;
14
- title?: string | undefined;
15
- className?: string | undefined;
16
13
  defaultChecked?: boolean | undefined;
17
14
  defaultValue?: string | number | readonly string[] | undefined;
18
15
  suppressContentEditableWarning?: boolean | undefined;
@@ -20,15 +17,18 @@ export declare const BadgeWrapper: import("@emotion/styled").StyledComponent<{
20
17
  accessKey?: string | undefined;
21
18
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
22
19
  autoFocus?: boolean | undefined;
20
+ className?: string | undefined;
23
21
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
24
22
  contextMenu?: string | undefined;
25
23
  dir?: string | undefined;
26
24
  draggable?: (boolean | "false" | "true") | undefined;
27
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
25
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
28
26
  lang?: string | undefined;
29
27
  nonce?: string | undefined;
28
+ slot?: string | undefined;
30
29
  spellCheck?: (boolean | "false" | "true") | undefined;
31
30
  tabIndex?: number | undefined;
31
+ title?: string | undefined;
32
32
  radioGroup?: string | undefined;
33
33
  role?: import("react").AriaRole | undefined;
34
34
  about?: string | undefined;
@@ -51,7 +51,7 @@ export declare const BadgeWrapper: import("@emotion/styled").StyledComponent<{
51
51
  results?: number | undefined;
52
52
  security?: string | undefined;
53
53
  unselectable?: "off" | "on" | undefined;
54
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
54
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
55
55
  is?: string | undefined;
56
56
  exportparts?: string | undefined;
57
57
  part?: string | undefined;
@@ -77,7 +77,7 @@ export declare const BadgeWrapper: import("@emotion/styled").StyledComponent<{
77
77
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
78
78
  "aria-flowto"?: string | undefined;
79
79
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
80
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
80
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
81
81
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
82
82
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
83
83
  "aria-keyshortcuts"?: string | undefined;
@@ -274,7 +274,7 @@ export declare const CountBadge: import("@emotion/styled").StyledComponent<impor
274
274
  export declare const IdButtonContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
275
275
  export declare const AvatarStyled: import("@emotion/styled").StyledComponent<import("@mui/material").AvatarOwnProps & import("@mui/material").AvatarSlotsAndSlotProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
276
276
  ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
277
- }, "style" | "className" | "classes" | "children" | "sx" | "variant" | "slotProps" | "slots" | "sizes" | "src" | "alt" | "srcSet" | "imgProps"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
277
+ }, "classes" | "className" | "style" | "children" | "sx" | "variant" | "slotProps" | "slots" | "sizes" | "src" | "alt" | "srcSet" | "imgProps"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
278
278
  export declare const TextLabel: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
279
279
  export declare const CaptureTextLabel: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, {}, {}>;
280
280
  export declare const VoidTextLabel: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, {}, {}>;
@@ -7,7 +7,7 @@ export declare const TableHeaderContainer: import("@emotion/styled").StyledCompo
7
7
  }, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
8
8
  export declare const TableHeaderTitle: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
9
9
  ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
10
- }, "width" | "minHeight" | "height" | "bottom" | "left" | "right" | "top" | "border" | "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "color" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "visibility" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "style" | "className" | "classes" | "children" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "sx" | "variant" | "variantMapping"> & {
10
+ }, "width" | "minHeight" | "height" | "bottom" | "left" | "right" | "top" | "border" | "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "color" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "visibility" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "classes" | "align" | "className" | "style" | "children" | "gutterBottom" | "noWrap" | "paragraph" | "sx" | "variant" | "variantMapping"> & {
11
11
  component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
12
12
  } & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
13
13
  export declare const TableHeaderRow: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {