@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
@@ -5,9 +5,6 @@ export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
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 ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
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 ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
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 ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
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;
@@ -530,9 +530,6 @@ export declare const GatewayIconWrapper: import("@emotion/styled").StyledCompone
530
530
  color?: string | undefined;
531
531
  content?: string | undefined;
532
532
  translate?: "yes" | "no" | undefined;
533
- slot?: string | undefined;
534
- title?: string | undefined;
535
- className?: string | undefined;
536
533
  defaultChecked?: boolean | undefined;
537
534
  defaultValue?: string | number | readonly string[] | undefined;
538
535
  suppressContentEditableWarning?: boolean | undefined;
@@ -540,15 +537,18 @@ export declare const GatewayIconWrapper: import("@emotion/styled").StyledCompone
540
537
  accessKey?: string | undefined;
541
538
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
542
539
  autoFocus?: boolean | undefined;
540
+ className?: string | undefined;
543
541
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
544
542
  contextMenu?: string | undefined;
545
543
  dir?: string | undefined;
546
544
  draggable?: (boolean | "false" | "true") | undefined;
547
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
545
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
548
546
  lang?: string | undefined;
549
547
  nonce?: string | undefined;
548
+ slot?: string | undefined;
550
549
  spellCheck?: (boolean | "false" | "true") | undefined;
551
550
  tabIndex?: number | undefined;
551
+ title?: string | undefined;
552
552
  radioGroup?: string | undefined;
553
553
  role?: import("react").AriaRole | undefined;
554
554
  about?: string | undefined;
@@ -571,7 +571,7 @@ export declare const GatewayIconWrapper: import("@emotion/styled").StyledCompone
571
571
  results?: number | undefined;
572
572
  security?: string | undefined;
573
573
  unselectable?: "off" | "on" | undefined;
574
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
574
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
575
575
  is?: string | undefined;
576
576
  exportparts?: string | undefined;
577
577
  part?: string | undefined;
@@ -597,7 +597,7 @@ export declare const GatewayIconWrapper: import("@emotion/styled").StyledCompone
597
597
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
598
598
  "aria-flowto"?: string | undefined;
599
599
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
600
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
600
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
601
601
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
602
602
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
603
603
  "aria-keyshortcuts"?: string | undefined;
@@ -792,9 +792,6 @@ export declare const GatewaysContainer: import("@emotion/styled").StyledComponen
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 GatewaysContainer: import("@emotion/styled").StyledComponen
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 GatewaysContainer: import("@emotion/styled").StyledComponen
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 GatewaysContainer: import("@emotion/styled").StyledComponen
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;
@@ -1056,9 +1056,6 @@ export declare const UnCapturedBadge: import("@emotion/styled").StyledComponent<
1056
1056
  color?: string | undefined;
1057
1057
  content?: string | undefined;
1058
1058
  translate?: "yes" | "no" | undefined;
1059
- slot?: string | undefined;
1060
- title?: string | undefined;
1061
- className?: string | undefined;
1062
1059
  defaultChecked?: boolean | undefined;
1063
1060
  defaultValue?: string | number | readonly string[] | undefined;
1064
1061
  suppressContentEditableWarning?: boolean | undefined;
@@ -1066,15 +1063,18 @@ export declare const UnCapturedBadge: import("@emotion/styled").StyledComponent<
1066
1063
  accessKey?: string | undefined;
1067
1064
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
1068
1065
  autoFocus?: boolean | undefined;
1066
+ className?: string | undefined;
1069
1067
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
1070
1068
  contextMenu?: string | undefined;
1071
1069
  dir?: string | undefined;
1072
1070
  draggable?: (boolean | "false" | "true") | undefined;
1073
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
1071
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
1074
1072
  lang?: string | undefined;
1075
1073
  nonce?: string | undefined;
1074
+ slot?: string | undefined;
1076
1075
  spellCheck?: (boolean | "false" | "true") | undefined;
1077
1076
  tabIndex?: number | undefined;
1077
+ title?: string | undefined;
1078
1078
  radioGroup?: string | undefined;
1079
1079
  role?: import("react").AriaRole | undefined;
1080
1080
  about?: string | undefined;
@@ -1097,7 +1097,7 @@ export declare const UnCapturedBadge: import("@emotion/styled").StyledComponent<
1097
1097
  results?: number | undefined;
1098
1098
  security?: string | undefined;
1099
1099
  unselectable?: "off" | "on" | undefined;
1100
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
1100
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
1101
1101
  is?: string | undefined;
1102
1102
  exportparts?: string | undefined;
1103
1103
  part?: string | undefined;
@@ -1123,7 +1123,7 @@ export declare const UnCapturedBadge: import("@emotion/styled").StyledComponent<
1123
1123
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
1124
1124
  "aria-flowto"?: string | undefined;
1125
1125
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
1126
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
1126
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
1127
1127
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
1128
1128
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1129
1129
  "aria-keyshortcuts"?: string | undefined;
@@ -1318,9 +1318,6 @@ export declare const UnCapturedContainer: import("@emotion/styled").StyledCompon
1318
1318
  color?: string | undefined;
1319
1319
  content?: string | undefined;
1320
1320
  translate?: "yes" | "no" | undefined;
1321
- slot?: string | undefined;
1322
- title?: string | undefined;
1323
- className?: string | undefined;
1324
1321
  defaultChecked?: boolean | undefined;
1325
1322
  defaultValue?: string | number | readonly string[] | undefined;
1326
1323
  suppressContentEditableWarning?: boolean | undefined;
@@ -1328,15 +1325,18 @@ export declare const UnCapturedContainer: import("@emotion/styled").StyledCompon
1328
1325
  accessKey?: string | undefined;
1329
1326
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
1330
1327
  autoFocus?: boolean | undefined;
1328
+ className?: string | undefined;
1331
1329
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
1332
1330
  contextMenu?: string | undefined;
1333
1331
  dir?: string | undefined;
1334
1332
  draggable?: (boolean | "false" | "true") | undefined;
1335
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
1333
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
1336
1334
  lang?: string | undefined;
1337
1335
  nonce?: string | undefined;
1336
+ slot?: string | undefined;
1338
1337
  spellCheck?: (boolean | "false" | "true") | undefined;
1339
1338
  tabIndex?: number | undefined;
1339
+ title?: string | undefined;
1340
1340
  radioGroup?: string | undefined;
1341
1341
  role?: import("react").AriaRole | undefined;
1342
1342
  about?: string | undefined;
@@ -1359,7 +1359,7 @@ export declare const UnCapturedContainer: import("@emotion/styled").StyledCompon
1359
1359
  results?: number | undefined;
1360
1360
  security?: string | undefined;
1361
1361
  unselectable?: "off" | "on" | undefined;
1362
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
1362
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
1363
1363
  is?: string | undefined;
1364
1364
  exportparts?: string | undefined;
1365
1365
  part?: string | undefined;
@@ -1385,7 +1385,7 @@ export declare const UnCapturedContainer: import("@emotion/styled").StyledCompon
1385
1385
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
1386
1386
  "aria-flowto"?: string | undefined;
1387
1387
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
1388
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
1388
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
1389
1389
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
1390
1390
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1391
1391
  "aria-keyshortcuts"?: string | undefined;
@@ -7,9 +7,6 @@ export declare const PaymentSourcesContainer: import("@emotion/styled").StyledCo
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
- className?: string | undefined;
13
10
  defaultChecked?: boolean | undefined;
14
11
  defaultValue?: string | number | readonly string[] | undefined;
15
12
  suppressContentEditableWarning?: boolean | undefined;
@@ -17,15 +14,18 @@ export declare const PaymentSourcesContainer: import("@emotion/styled").StyledCo
17
14
  accessKey?: string | undefined;
18
15
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
19
16
  autoFocus?: boolean | undefined;
17
+ className?: string | undefined;
20
18
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
21
19
  contextMenu?: string | undefined;
22
20
  dir?: string | undefined;
23
21
  draggable?: (boolean | "false" | "true") | undefined;
24
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
22
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
25
23
  lang?: string | undefined;
26
24
  nonce?: string | undefined;
25
+ slot?: string | undefined;
27
26
  spellCheck?: (boolean | "false" | "true") | undefined;
28
27
  tabIndex?: number | undefined;
28
+ title?: string | undefined;
29
29
  radioGroup?: string | undefined;
30
30
  role?: import("react").AriaRole | undefined;
31
31
  about?: string | undefined;
@@ -48,7 +48,7 @@ export declare const PaymentSourcesContainer: import("@emotion/styled").StyledCo
48
48
  results?: number | undefined;
49
49
  security?: string | undefined;
50
50
  unselectable?: "off" | "on" | undefined;
51
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
51
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
52
52
  is?: string | undefined;
53
53
  exportparts?: string | undefined;
54
54
  part?: string | undefined;
@@ -74,7 +74,7 @@ export declare const PaymentSourcesContainer: import("@emotion/styled").StyledCo
74
74
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
75
75
  "aria-flowto"?: string | undefined;
76
76
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
77
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
77
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
78
78
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
79
79
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
80
80
  "aria-keyshortcuts"?: string | undefined;
@@ -4,6 +4,6 @@ export declare const Wrapper: import("@emotion/styled").StyledComponent<import("
4
4
  }, keyof import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
5
5
  export declare const TextStyled: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
6
6
  ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
7
- }, "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"> & {
7
+ }, "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"> & {
8
8
  component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
9
9
  } & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
@@ -13,7 +13,7 @@ export declare function useActionCell({ actions, isDropdownShown, onCloseDropdow
13
13
  label: string;
14
14
  onClick: (e: React.MouseEvent<HTMLLIElement, MouseEvent>) => void;
15
15
  onRightClick?: ((e: React.MouseEvent<HTMLLIElement, MouseEvent>) => void) | undefined;
16
- icon?: "brand" | "users" | "cancel" | "reverse" | "refund" | "destination" | "capture" | "flag" | "dispute" | "void" | "clock" | "invoice" | "clipboard" | "viewApi" | "viewReceipt" | undefined;
16
+ icon?: "brand" | "users" | "cancel" | "reverse" | "refund" | "destination" | "flag" | "dispute" | "void" | "capture" | "clock" | "invoice" | "clipboard" | "viewApi" | "viewReceipt" | undefined;
17
17
  isLoading?: boolean | undefined;
18
18
  isError?: boolean | undefined;
19
19
  isSuccess?: boolean | undefined;
@@ -17,10 +17,6 @@ export declare const ActionIcon: import("@emotion/styled").StyledComponent<{
17
17
  color?: string | undefined;
18
18
  content?: string | undefined;
19
19
  translate?: "yes" | "no" | undefined;
20
- slot?: string | undefined;
21
- title?: string | undefined;
22
- referrerPolicy?: import("react").HTMLAttributeReferrerPolicy | undefined;
23
- className?: string | undefined;
24
20
  defaultChecked?: boolean | undefined;
25
21
  defaultValue?: string | number | readonly string[] | undefined;
26
22
  suppressContentEditableWarning?: boolean | undefined;
@@ -28,15 +24,18 @@ export declare const ActionIcon: import("@emotion/styled").StyledComponent<{
28
24
  accessKey?: string | undefined;
29
25
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
30
26
  autoFocus?: boolean | undefined;
27
+ className?: string | undefined;
31
28
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
32
29
  contextMenu?: string | undefined;
33
30
  dir?: string | undefined;
34
31
  draggable?: (boolean | "false" | "true") | undefined;
35
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
32
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
36
33
  lang?: string | undefined;
37
34
  nonce?: string | undefined;
35
+ slot?: string | undefined;
38
36
  spellCheck?: (boolean | "false" | "true") | undefined;
39
37
  tabIndex?: number | undefined;
38
+ title?: string | undefined;
40
39
  radioGroup?: string | undefined;
41
40
  role?: import("react").AriaRole | undefined;
42
41
  about?: string | undefined;
@@ -59,7 +58,7 @@ export declare const ActionIcon: import("@emotion/styled").StyledComponent<{
59
58
  results?: number | undefined;
60
59
  security?: string | undefined;
61
60
  unselectable?: "off" | "on" | undefined;
62
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
61
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
63
62
  is?: string | undefined;
64
63
  exportparts?: string | undefined;
65
64
  part?: string | undefined;
@@ -85,7 +84,7 @@ export declare const ActionIcon: import("@emotion/styled").StyledComponent<{
85
84
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
86
85
  "aria-flowto"?: string | undefined;
87
86
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
88
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
87
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
89
88
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
90
89
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
91
90
  "aria-keyshortcuts"?: string | undefined;
@@ -273,6 +272,7 @@ export declare const ActionIcon: import("@emotion/styled").StyledComponent<{
273
272
  onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLImageElement> | undefined;
274
273
  onTransitionEnd?: import("react").TransitionEventHandler<HTMLImageElement> | undefined;
275
274
  onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLImageElement> | undefined;
275
+ referrerPolicy?: import("react").HTMLAttributeReferrerPolicy | undefined;
276
276
  useMap?: string | undefined;
277
277
  crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
278
278
  sizes?: string | undefined;
@@ -283,5 +283,5 @@ export declare const ActionIcon: import("@emotion/styled").StyledComponent<{
283
283
  fetchPriority?: "auto" | "high" | "low" | undefined;
284
284
  srcSet?: string | undefined;
285
285
  } & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLImageElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
286
- icon?: "brand" | "users" | "cancel" | "reverse" | "refund" | "destination" | "capture" | "flag" | "dispute" | "void" | "clock" | "invoice" | "clipboard" | "viewApi" | "viewReceipt" | undefined;
286
+ icon?: "brand" | "users" | "cancel" | "reverse" | "refund" | "destination" | "flag" | "dispute" | "void" | "capture" | "clock" | "invoice" | "clipboard" | "viewApi" | "viewReceipt" | undefined;
287
287
  }, {}, {}>;
@@ -6,9 +6,6 @@ export declare const AppsStatusContainer: import("@emotion/styled").StyledCompon
6
6
  color?: string | undefined;
7
7
  content?: string | undefined;
8
8
  translate?: "yes" | "no" | undefined;
9
- slot?: string | undefined;
10
- title?: string | undefined;
11
- className?: string | undefined;
12
9
  defaultChecked?: boolean | undefined;
13
10
  defaultValue?: string | number | readonly string[] | undefined;
14
11
  suppressContentEditableWarning?: boolean | undefined;
@@ -16,15 +13,18 @@ export declare const AppsStatusContainer: import("@emotion/styled").StyledCompon
16
13
  accessKey?: string | undefined;
17
14
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
18
15
  autoFocus?: boolean | undefined;
16
+ className?: string | undefined;
19
17
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
20
18
  contextMenu?: string | undefined;
21
19
  dir?: string | undefined;
22
20
  draggable?: (boolean | "false" | "true") | undefined;
23
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
21
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
24
22
  lang?: string | undefined;
25
23
  nonce?: string | undefined;
24
+ slot?: string | undefined;
26
25
  spellCheck?: (boolean | "false" | "true") | undefined;
27
26
  tabIndex?: number | undefined;
27
+ title?: string | undefined;
28
28
  radioGroup?: string | undefined;
29
29
  role?: import("react").AriaRole | undefined;
30
30
  about?: string | undefined;
@@ -47,7 +47,7 @@ export declare const AppsStatusContainer: import("@emotion/styled").StyledCompon
47
47
  results?: number | undefined;
48
48
  security?: string | undefined;
49
49
  unselectable?: "off" | "on" | undefined;
50
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
50
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
51
51
  is?: string | undefined;
52
52
  exportparts?: string | undefined;
53
53
  part?: string | undefined;
@@ -73,7 +73,7 @@ export declare const AppsStatusContainer: import("@emotion/styled").StyledCompon
73
73
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
74
74
  "aria-flowto"?: string | undefined;
75
75
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
76
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
76
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
77
77
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
78
78
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
79
79
  "aria-keyshortcuts"?: string | undefined;
@@ -6,9 +6,6 @@ export declare const AuthCellContainer: import("@emotion/styled").StyledComponen
6
6
  color?: string | undefined;
7
7
  content?: string | undefined;
8
8
  translate?: "yes" | "no" | undefined;
9
- slot?: string | undefined;
10
- title?: string | undefined;
11
- className?: string | undefined;
12
9
  defaultChecked?: boolean | undefined;
13
10
  defaultValue?: string | number | readonly string[] | undefined;
14
11
  suppressContentEditableWarning?: boolean | undefined;
@@ -16,15 +13,18 @@ export declare const AuthCellContainer: import("@emotion/styled").StyledComponen
16
13
  accessKey?: string | undefined;
17
14
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
18
15
  autoFocus?: boolean | undefined;
16
+ className?: string | undefined;
19
17
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
20
18
  contextMenu?: string | undefined;
21
19
  dir?: string | undefined;
22
20
  draggable?: (boolean | "false" | "true") | undefined;
23
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
21
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
24
22
  lang?: string | undefined;
25
23
  nonce?: string | undefined;
24
+ slot?: string | undefined;
26
25
  spellCheck?: (boolean | "false" | "true") | undefined;
27
26
  tabIndex?: number | undefined;
27
+ title?: string | undefined;
28
28
  radioGroup?: string | undefined;
29
29
  role?: import("react").AriaRole | undefined;
30
30
  about?: string | undefined;
@@ -47,7 +47,7 @@ export declare const AuthCellContainer: import("@emotion/styled").StyledComponen
47
47
  results?: number | undefined;
48
48
  security?: string | undefined;
49
49
  unselectable?: "off" | "on" | undefined;
50
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
50
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
51
51
  is?: string | undefined;
52
52
  exportparts?: string | undefined;
53
53
  part?: string | undefined;
@@ -73,7 +73,7 @@ export declare const AuthCellContainer: import("@emotion/styled").StyledComponen
73
73
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
74
74
  "aria-flowto"?: string | undefined;
75
75
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
76
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
76
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
77
77
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
78
78
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
79
79
  "aria-keyshortcuts"?: string | undefined;
@@ -273,9 +273,6 @@ export declare const AuthenticationStatusesContainer: import("@emotion/styled").
273
273
  color?: string | undefined;
274
274
  content?: string | undefined;
275
275
  translate?: "yes" | "no" | undefined;
276
- slot?: string | undefined;
277
- title?: string | undefined;
278
- className?: string | undefined;
279
276
  defaultChecked?: boolean | undefined;
280
277
  defaultValue?: string | number | readonly string[] | undefined;
281
278
  suppressContentEditableWarning?: boolean | undefined;
@@ -283,15 +280,18 @@ export declare const AuthenticationStatusesContainer: import("@emotion/styled").
283
280
  accessKey?: string | undefined;
284
281
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
285
282
  autoFocus?: boolean | undefined;
283
+ className?: string | undefined;
286
284
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
287
285
  contextMenu?: string | undefined;
288
286
  dir?: string | undefined;
289
287
  draggable?: (boolean | "false" | "true") | undefined;
290
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
288
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
291
289
  lang?: string | undefined;
292
290
  nonce?: string | undefined;
291
+ slot?: string | undefined;
293
292
  spellCheck?: (boolean | "false" | "true") | undefined;
294
293
  tabIndex?: number | undefined;
294
+ title?: string | undefined;
295
295
  radioGroup?: string | undefined;
296
296
  role?: import("react").AriaRole | undefined;
297
297
  about?: string | undefined;
@@ -314,7 +314,7 @@ export declare const AuthenticationStatusesContainer: import("@emotion/styled").
314
314
  results?: number | undefined;
315
315
  security?: string | undefined;
316
316
  unselectable?: "off" | "on" | undefined;
317
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
317
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
318
318
  is?: string | undefined;
319
319
  exportparts?: string | undefined;
320
320
  part?: string | undefined;
@@ -340,7 +340,7 @@ export declare const AuthenticationStatusesContainer: import("@emotion/styled").
340
340
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
341
341
  "aria-flowto"?: string | undefined;
342
342
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
343
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
343
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
344
344
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
345
345
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
346
346
  "aria-keyshortcuts"?: string | undefined;