@tap-payments/os-micro-frontend-shared 0.1.236 → 0.1.237-test.1

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 (107) 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 -7
  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 -7
  14. package/build/components/Dialog/style.d.ts +6 -7
  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 -7
  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 -7
  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 -14
  30. package/build/components/LabeledIconDropdown/style.d.ts +3 -3
  31. package/build/components/LeftPeekRightExpandingChip/style.d.ts +18 -19
  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 -79
  42. package/build/components/SearchButton/styles.d.ts +17 -18
  43. package/build/components/SelectDropdown/style.d.ts +1 -1
  44. package/build/components/SelectWithSearch/style.d.ts +3 -3
  45. package/build/components/StatusButton/style.d.ts +2 -2
  46. package/build/components/StatusChip/StatusChip.js +2 -2
  47. package/build/components/StatusIcons/AuthIcons/style.d.ts +12 -13
  48. package/build/components/StatusIcons/AuthorizationAutoIcons/style.d.ts +6 -7
  49. package/build/components/StatusIcons/ChargeStatusIcon/style.d.ts +36 -37
  50. package/build/components/StatusIcons/SourceIcons/style.d.ts +6 -7
  51. package/build/components/StatusLabel/style.d.ts +1 -1
  52. package/build/components/TableCells/CustomCells/ActionCell/hooks/useActionCell.d.ts +1 -1
  53. package/build/components/TableCells/CustomCells/ActionCell/style.d.ts +8 -9
  54. package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.d.ts +6 -7
  55. package/build/components/TableCells/CustomCells/AuthenticationCell/style.d.ts +12 -13
  56. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.d.ts +30 -31
  57. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.d.ts +30 -31
  58. package/build/components/TableCells/CustomCells/BalanceCell/style.d.ts +6 -7
  59. package/build/components/TableCells/CustomCells/ChannelsCell/style.d.ts +6 -7
  60. package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.d.ts +6 -7
  61. package/build/components/TableCells/CustomCells/DestinationStatusCell/style.d.ts +30 -31
  62. package/build/components/TableCells/CustomCells/DueDateCell/style.d.ts +6 -7
  63. package/build/components/TableCells/CustomCells/IDButton/style.d.ts +12 -13
  64. package/build/components/TableCells/CustomCells/IntentsStatusCell/style.d.ts +6 -7
  65. package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.d.ts +6 -7
  66. package/build/components/TableCells/CustomCells/PayoutStatusCell/style.d.ts +30 -31
  67. package/build/components/TableCells/CustomCells/ProductsCell/style.d.ts +6 -7
  68. package/build/components/TableCells/CustomCells/ReferenceCell/style.d.ts +6 -7
  69. package/build/components/TableCells/CustomCells/RefundChargeCell/style.d.ts +12 -13
  70. package/build/components/TableCells/CustomCells/RefundStatusCell/style.d.ts +6 -7
  71. package/build/components/TableCells/CustomCells/SalesChannelCell/style.d.ts +6 -7
  72. package/build/components/TableCells/CustomCells/SegmentsCell/style.d.ts +6 -7
  73. package/build/components/TableCells/CustomCells/SourceCell/style.d.ts +6 -7
  74. package/build/components/TableCells/CustomCells/StatusCell/style.d.ts +37 -38
  75. package/build/components/TableCells/CustomCells/TokenStatusCell/style.d.ts +30 -31
  76. package/build/components/TableCells/CustomCells/style.d.ts +7 -8
  77. package/build/components/TableHeader/style.d.ts +1 -1
  78. package/build/components/Timepicker/style.d.ts +2 -2
  79. package/build/components/ToolbarIcon/ExpandButton/style.d.ts +1 -1
  80. package/build/components/VirtualTables/SheetViewVirtualTable/style.d.ts +2 -2
  81. package/build/components/VirtualTables/components/ColumnFilter/Inputs/style.d.ts +1 -1
  82. package/build/components/VirtualTables/components/ColumnFilter/style.d.ts +2 -2
  83. package/build/components/VirtualTables/components/ErrorList/styles.d.ts +1 -1
  84. package/build/components/VirtualTables/components/TableFooter/style.d.ts +2 -2
  85. package/build/components/VirtualTables/components/TableHeader/style.d.ts +2 -2
  86. package/build/components/VirtualTables/components/style.d.ts +8 -9
  87. package/build/components/Widget/style.d.ts +1 -1
  88. package/build/components/Window/style.d.ts +12 -12
  89. package/build/components/WindowAppIcon/style.d.ts +1 -1
  90. package/build/constants/apps.d.ts +1 -0
  91. package/build/constants/apps.js +1 -0
  92. package/build/hooks/index.d.ts +3 -0
  93. package/build/hooks/index.js +3 -0
  94. package/build/hooks/useAppEventListener.d.ts +2 -0
  95. package/build/hooks/useAppEventListener.js +13 -0
  96. package/build/hooks/useAppEventPublisher.d.ts +2 -0
  97. package/build/hooks/useAppEventPublisher.js +7 -0
  98. package/build/hooks/useAppsInfo.d.ts +17 -0
  99. package/build/hooks/useAppsInfo.js +21 -0
  100. package/build/types/appEvents.d.ts +44 -0
  101. package/build/types/appEvents.js +14 -0
  102. package/build/types/apps.d.ts +25 -18
  103. package/build/types/index.d.ts +1 -0
  104. package/build/types/index.js +1 -0
  105. package/build/utils/table.d.ts +12 -1
  106. package/build/utils/table.js +147 -1
  107. package/package.json +3 -3
@@ -1,14 +1,10 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
6
5
  color?: string | undefined;
7
6
  content?: string | undefined;
8
7
  translate?: "yes" | "no" | undefined;
9
- slot?: string | undefined;
10
- title?: string | undefined;
11
- className?: string | undefined;
12
8
  defaultChecked?: boolean | undefined;
13
9
  defaultValue?: string | number | readonly string[] | undefined;
14
10
  suppressContentEditableWarning?: boolean | undefined;
@@ -16,15 +12,18 @@ export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
16
12
  accessKey?: string | undefined;
17
13
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
18
14
  autoFocus?: boolean | undefined;
15
+ className?: string | undefined;
19
16
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
20
17
  contextMenu?: string | undefined;
21
18
  dir?: string | undefined;
22
19
  draggable?: (boolean | "false" | "true") | undefined;
23
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
20
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
24
21
  lang?: string | undefined;
25
22
  nonce?: string | undefined;
23
+ slot?: string | undefined;
26
24
  spellCheck?: (boolean | "false" | "true") | undefined;
27
25
  tabIndex?: number | undefined;
26
+ title?: string | undefined;
28
27
  radioGroup?: string | undefined;
29
28
  role?: import("react").AriaRole | undefined;
30
29
  about?: string | undefined;
@@ -47,7 +46,7 @@ export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
47
46
  results?: number | undefined;
48
47
  security?: string | undefined;
49
48
  unselectable?: "off" | "on" | undefined;
50
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
49
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
51
50
  is?: string | undefined;
52
51
  exportparts?: string | undefined;
53
52
  part?: string | undefined;
@@ -73,7 +72,7 @@ export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
73
72
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
74
73
  "aria-flowto"?: string | undefined;
75
74
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
76
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
75
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
77
76
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
78
77
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
79
78
  "aria-keyshortcuts"?: string | undefined;
@@ -268,9 +267,6 @@ export declare const ErrorCodeWrapper: import("@emotion/styled").StyledComponent
268
267
  color?: string | undefined;
269
268
  content?: string | undefined;
270
269
  translate?: "yes" | "no" | undefined;
271
- slot?: string | undefined;
272
- title?: string | undefined;
273
- className?: string | undefined;
274
270
  defaultChecked?: boolean | undefined;
275
271
  defaultValue?: string | number | readonly string[] | undefined;
276
272
  suppressContentEditableWarning?: boolean | undefined;
@@ -278,15 +274,18 @@ export declare const ErrorCodeWrapper: import("@emotion/styled").StyledComponent
278
274
  accessKey?: string | undefined;
279
275
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
280
276
  autoFocus?: boolean | undefined;
277
+ className?: string | undefined;
281
278
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
282
279
  contextMenu?: string | undefined;
283
280
  dir?: string | undefined;
284
281
  draggable?: (boolean | "false" | "true") | undefined;
285
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
282
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
286
283
  lang?: string | undefined;
287
284
  nonce?: string | undefined;
285
+ slot?: string | undefined;
288
286
  spellCheck?: (boolean | "false" | "true") | undefined;
289
287
  tabIndex?: number | undefined;
288
+ title?: string | undefined;
290
289
  radioGroup?: string | undefined;
291
290
  role?: import("react").AriaRole | undefined;
292
291
  about?: string | undefined;
@@ -309,7 +308,7 @@ export declare const ErrorCodeWrapper: import("@emotion/styled").StyledComponent
309
308
  results?: number | undefined;
310
309
  security?: string | undefined;
311
310
  unselectable?: "off" | "on" | undefined;
312
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
311
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
313
312
  is?: string | undefined;
314
313
  exportparts?: string | undefined;
315
314
  part?: string | undefined;
@@ -335,7 +334,7 @@ export declare const ErrorCodeWrapper: import("@emotion/styled").StyledComponent
335
334
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
336
335
  "aria-flowto"?: string | undefined;
337
336
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
338
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
337
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
339
338
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
340
339
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
341
340
  "aria-keyshortcuts"?: string | undefined;
@@ -531,9 +530,6 @@ export declare const GatewayIconWrapper: import("@emotion/styled").StyledCompone
531
530
  color?: string | undefined;
532
531
  content?: string | undefined;
533
532
  translate?: "yes" | "no" | undefined;
534
- slot?: string | undefined;
535
- title?: string | undefined;
536
- className?: string | undefined;
537
533
  defaultChecked?: boolean | undefined;
538
534
  defaultValue?: string | number | readonly string[] | undefined;
539
535
  suppressContentEditableWarning?: boolean | undefined;
@@ -541,15 +537,18 @@ export declare const GatewayIconWrapper: import("@emotion/styled").StyledCompone
541
537
  accessKey?: string | undefined;
542
538
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
543
539
  autoFocus?: boolean | undefined;
540
+ className?: string | undefined;
544
541
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
545
542
  contextMenu?: string | undefined;
546
543
  dir?: string | undefined;
547
544
  draggable?: (boolean | "false" | "true") | undefined;
548
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
545
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
549
546
  lang?: string | undefined;
550
547
  nonce?: string | undefined;
548
+ slot?: string | undefined;
551
549
  spellCheck?: (boolean | "false" | "true") | undefined;
552
550
  tabIndex?: number | undefined;
551
+ title?: string | undefined;
553
552
  radioGroup?: string | undefined;
554
553
  role?: import("react").AriaRole | undefined;
555
554
  about?: string | undefined;
@@ -572,7 +571,7 @@ export declare const GatewayIconWrapper: import("@emotion/styled").StyledCompone
572
571
  results?: number | undefined;
573
572
  security?: string | undefined;
574
573
  unselectable?: "off" | "on" | undefined;
575
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
574
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
576
575
  is?: string | undefined;
577
576
  exportparts?: string | undefined;
578
577
  part?: string | undefined;
@@ -598,7 +597,7 @@ export declare const GatewayIconWrapper: import("@emotion/styled").StyledCompone
598
597
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
599
598
  "aria-flowto"?: string | undefined;
600
599
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
601
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
600
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
602
601
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
603
602
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
604
603
  "aria-keyshortcuts"?: string | undefined;
@@ -793,9 +792,6 @@ export declare const GatewaysContainer: import("@emotion/styled").StyledComponen
793
792
  color?: string | undefined;
794
793
  content?: string | undefined;
795
794
  translate?: "yes" | "no" | undefined;
796
- slot?: string | undefined;
797
- title?: string | undefined;
798
- className?: string | undefined;
799
795
  defaultChecked?: boolean | undefined;
800
796
  defaultValue?: string | number | readonly string[] | undefined;
801
797
  suppressContentEditableWarning?: boolean | undefined;
@@ -803,15 +799,18 @@ export declare const GatewaysContainer: import("@emotion/styled").StyledComponen
803
799
  accessKey?: string | undefined;
804
800
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
805
801
  autoFocus?: boolean | undefined;
802
+ className?: string | undefined;
806
803
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
807
804
  contextMenu?: string | undefined;
808
805
  dir?: string | undefined;
809
806
  draggable?: (boolean | "false" | "true") | undefined;
810
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
807
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
811
808
  lang?: string | undefined;
812
809
  nonce?: string | undefined;
810
+ slot?: string | undefined;
813
811
  spellCheck?: (boolean | "false" | "true") | undefined;
814
812
  tabIndex?: number | undefined;
813
+ title?: string | undefined;
815
814
  radioGroup?: string | undefined;
816
815
  role?: import("react").AriaRole | undefined;
817
816
  about?: string | undefined;
@@ -834,7 +833,7 @@ export declare const GatewaysContainer: import("@emotion/styled").StyledComponen
834
833
  results?: number | undefined;
835
834
  security?: string | undefined;
836
835
  unselectable?: "off" | "on" | undefined;
837
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
836
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
838
837
  is?: string | undefined;
839
838
  exportparts?: string | undefined;
840
839
  part?: string | undefined;
@@ -860,7 +859,7 @@ export declare const GatewaysContainer: import("@emotion/styled").StyledComponen
860
859
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
861
860
  "aria-flowto"?: string | undefined;
862
861
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
863
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
862
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
864
863
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
865
864
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
866
865
  "aria-keyshortcuts"?: string | undefined;
@@ -1057,9 +1056,6 @@ export declare const UnCapturedBadge: import("@emotion/styled").StyledComponent<
1057
1056
  color?: string | undefined;
1058
1057
  content?: string | undefined;
1059
1058
  translate?: "yes" | "no" | undefined;
1060
- slot?: string | undefined;
1061
- title?: string | undefined;
1062
- className?: string | undefined;
1063
1059
  defaultChecked?: boolean | undefined;
1064
1060
  defaultValue?: string | number | readonly string[] | undefined;
1065
1061
  suppressContentEditableWarning?: boolean | undefined;
@@ -1067,15 +1063,18 @@ export declare const UnCapturedBadge: import("@emotion/styled").StyledComponent<
1067
1063
  accessKey?: string | undefined;
1068
1064
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
1069
1065
  autoFocus?: boolean | undefined;
1066
+ className?: string | undefined;
1070
1067
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
1071
1068
  contextMenu?: string | undefined;
1072
1069
  dir?: string | undefined;
1073
1070
  draggable?: (boolean | "false" | "true") | undefined;
1074
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
1071
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
1075
1072
  lang?: string | undefined;
1076
1073
  nonce?: string | undefined;
1074
+ slot?: string | undefined;
1077
1075
  spellCheck?: (boolean | "false" | "true") | undefined;
1078
1076
  tabIndex?: number | undefined;
1077
+ title?: string | undefined;
1079
1078
  radioGroup?: string | undefined;
1080
1079
  role?: import("react").AriaRole | undefined;
1081
1080
  about?: string | undefined;
@@ -1098,7 +1097,7 @@ export declare const UnCapturedBadge: import("@emotion/styled").StyledComponent<
1098
1097
  results?: number | undefined;
1099
1098
  security?: string | undefined;
1100
1099
  unselectable?: "off" | "on" | undefined;
1101
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
1100
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
1102
1101
  is?: string | undefined;
1103
1102
  exportparts?: string | undefined;
1104
1103
  part?: string | undefined;
@@ -1124,7 +1123,7 @@ export declare const UnCapturedBadge: import("@emotion/styled").StyledComponent<
1124
1123
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
1125
1124
  "aria-flowto"?: string | undefined;
1126
1125
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
1127
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
1126
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
1128
1127
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
1129
1128
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1130
1129
  "aria-keyshortcuts"?: string | undefined;
@@ -1319,9 +1318,6 @@ export declare const UnCapturedContainer: import("@emotion/styled").StyledCompon
1319
1318
  color?: string | undefined;
1320
1319
  content?: string | undefined;
1321
1320
  translate?: "yes" | "no" | undefined;
1322
- slot?: string | undefined;
1323
- title?: string | undefined;
1324
- className?: string | undefined;
1325
1321
  defaultChecked?: boolean | undefined;
1326
1322
  defaultValue?: string | number | readonly string[] | undefined;
1327
1323
  suppressContentEditableWarning?: boolean | undefined;
@@ -1329,15 +1325,18 @@ export declare const UnCapturedContainer: import("@emotion/styled").StyledCompon
1329
1325
  accessKey?: string | undefined;
1330
1326
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
1331
1327
  autoFocus?: boolean | undefined;
1328
+ className?: string | undefined;
1332
1329
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
1333
1330
  contextMenu?: string | undefined;
1334
1331
  dir?: string | undefined;
1335
1332
  draggable?: (boolean | "false" | "true") | undefined;
1336
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
1333
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
1337
1334
  lang?: string | undefined;
1338
1335
  nonce?: string | undefined;
1336
+ slot?: string | undefined;
1339
1337
  spellCheck?: (boolean | "false" | "true") | undefined;
1340
1338
  tabIndex?: number | undefined;
1339
+ title?: string | undefined;
1341
1340
  radioGroup?: string | undefined;
1342
1341
  role?: import("react").AriaRole | undefined;
1343
1342
  about?: string | undefined;
@@ -1360,7 +1359,7 @@ export declare const UnCapturedContainer: import("@emotion/styled").StyledCompon
1360
1359
  results?: number | undefined;
1361
1360
  security?: string | undefined;
1362
1361
  unselectable?: "off" | "on" | undefined;
1363
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
1362
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
1364
1363
  is?: string | undefined;
1365
1364
  exportparts?: string | undefined;
1366
1365
  part?: string | undefined;
@@ -1386,7 +1385,7 @@ export declare const UnCapturedContainer: import("@emotion/styled").StyledCompon
1386
1385
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
1387
1386
  "aria-flowto"?: string | undefined;
1388
1387
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
1389
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
1388
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
1390
1389
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
1391
1390
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1392
1391
  "aria-keyshortcuts"?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
4
3
  export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
5
4
  export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
@@ -8,9 +7,6 @@ export declare const PaymentSourcesContainer: import("@emotion/styled").StyledCo
8
7
  color?: string | undefined;
9
8
  content?: string | undefined;
10
9
  translate?: "yes" | "no" | undefined;
11
- slot?: string | undefined;
12
- title?: string | 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 PaymentSourcesContainer: import("@emotion/styled").StyledCo
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 PaymentSourcesContainer: import("@emotion/styled").StyledCo
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 PaymentSourcesContainer: import("@emotion/styled").StyledCo
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;
@@ -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;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  import { TableMode } from '../../../../types/index.js';
4
3
  export declare const ActionCellContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
5
4
  tableMode?: TableMode | undefined;
@@ -18,10 +17,6 @@ export declare const ActionIcon: import("@emotion/styled").StyledComponent<{
18
17
  color?: string | undefined;
19
18
  content?: string | undefined;
20
19
  translate?: "yes" | "no" | undefined;
21
- slot?: string | undefined;
22
- title?: string | undefined;
23
- referrerPolicy?: import("react").HTMLAttributeReferrerPolicy | undefined;
24
- className?: string | undefined;
25
20
  defaultChecked?: boolean | undefined;
26
21
  defaultValue?: string | number | readonly string[] | undefined;
27
22
  suppressContentEditableWarning?: boolean | undefined;
@@ -29,15 +24,18 @@ export declare const ActionIcon: import("@emotion/styled").StyledComponent<{
29
24
  accessKey?: string | undefined;
30
25
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
31
26
  autoFocus?: boolean | undefined;
27
+ className?: string | undefined;
32
28
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
33
29
  contextMenu?: string | undefined;
34
30
  dir?: string | undefined;
35
31
  draggable?: (boolean | "false" | "true") | undefined;
36
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
32
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
37
33
  lang?: string | undefined;
38
34
  nonce?: string | undefined;
35
+ slot?: string | undefined;
39
36
  spellCheck?: (boolean | "false" | "true") | undefined;
40
37
  tabIndex?: number | undefined;
38
+ title?: string | undefined;
41
39
  radioGroup?: string | undefined;
42
40
  role?: import("react").AriaRole | undefined;
43
41
  about?: string | undefined;
@@ -60,7 +58,7 @@ export declare const ActionIcon: import("@emotion/styled").StyledComponent<{
60
58
  results?: number | undefined;
61
59
  security?: string | undefined;
62
60
  unselectable?: "off" | "on" | undefined;
63
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
61
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
64
62
  is?: string | undefined;
65
63
  exportparts?: string | undefined;
66
64
  part?: string | undefined;
@@ -86,7 +84,7 @@ export declare const ActionIcon: import("@emotion/styled").StyledComponent<{
86
84
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
87
85
  "aria-flowto"?: string | undefined;
88
86
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
89
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
87
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
90
88
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
91
89
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
92
90
  "aria-keyshortcuts"?: string | undefined;
@@ -274,6 +272,7 @@ export declare const ActionIcon: import("@emotion/styled").StyledComponent<{
274
272
  onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLImageElement> | undefined;
275
273
  onTransitionEnd?: import("react").TransitionEventHandler<HTMLImageElement> | undefined;
276
274
  onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLImageElement> | undefined;
275
+ referrerPolicy?: import("react").HTMLAttributeReferrerPolicy | undefined;
277
276
  useMap?: string | undefined;
278
277
  crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
279
278
  sizes?: string | undefined;
@@ -284,5 +283,5 @@ export declare const ActionIcon: import("@emotion/styled").StyledComponent<{
284
283
  fetchPriority?: "auto" | "high" | "low" | undefined;
285
284
  srcSet?: string | undefined;
286
285
  } & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLImageElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
287
- 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;
288
287
  }, {}, {}>;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const StyledAppsCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
4
3
  export declare const AppsStatusContainer: import("@emotion/styled").StyledComponent<{
5
4
  hidden?: boolean | undefined;
@@ -7,9 +6,6 @@ export declare const AppsStatusContainer: import("@emotion/styled").StyledCompon
7
6
  color?: string | undefined;
8
7
  content?: string | undefined;
9
8
  translate?: "yes" | "no" | undefined;
10
- slot?: string | undefined;
11
- title?: string | undefined;
12
- className?: string | undefined;
13
9
  defaultChecked?: boolean | undefined;
14
10
  defaultValue?: string | number | readonly string[] | undefined;
15
11
  suppressContentEditableWarning?: boolean | undefined;
@@ -17,15 +13,18 @@ export declare const AppsStatusContainer: import("@emotion/styled").StyledCompon
17
13
  accessKey?: string | undefined;
18
14
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
19
15
  autoFocus?: boolean | undefined;
16
+ className?: string | undefined;
20
17
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
21
18
  contextMenu?: string | undefined;
22
19
  dir?: string | undefined;
23
20
  draggable?: (boolean | "false" | "true") | undefined;
24
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
21
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
25
22
  lang?: string | undefined;
26
23
  nonce?: string | undefined;
24
+ slot?: string | undefined;
27
25
  spellCheck?: (boolean | "false" | "true") | undefined;
28
26
  tabIndex?: number | undefined;
27
+ title?: string | undefined;
29
28
  radioGroup?: string | undefined;
30
29
  role?: import("react").AriaRole | undefined;
31
30
  about?: string | undefined;
@@ -48,7 +47,7 @@ export declare const AppsStatusContainer: import("@emotion/styled").StyledCompon
48
47
  results?: number | undefined;
49
48
  security?: string | undefined;
50
49
  unselectable?: "off" | "on" | undefined;
51
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
50
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
52
51
  is?: string | undefined;
53
52
  exportparts?: string | undefined;
54
53
  part?: string | undefined;
@@ -74,7 +73,7 @@ export declare const AppsStatusContainer: import("@emotion/styled").StyledCompon
74
73
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
75
74
  "aria-flowto"?: string | undefined;
76
75
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
77
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
76
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
78
77
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
79
78
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
80
79
  "aria-keyshortcuts"?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const AuthIcon: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
4
3
  export declare const AuthCellContainer: import("@emotion/styled").StyledComponent<{
5
4
  hidden?: boolean | undefined;
@@ -7,9 +6,6 @@ export declare const AuthCellContainer: import("@emotion/styled").StyledComponen
7
6
  color?: string | undefined;
8
7
  content?: string | undefined;
9
8
  translate?: "yes" | "no" | undefined;
10
- slot?: string | undefined;
11
- title?: string | undefined;
12
- className?: string | undefined;
13
9
  defaultChecked?: boolean | undefined;
14
10
  defaultValue?: string | number | readonly string[] | undefined;
15
11
  suppressContentEditableWarning?: boolean | undefined;
@@ -17,15 +13,18 @@ export declare const AuthCellContainer: import("@emotion/styled").StyledComponen
17
13
  accessKey?: string | undefined;
18
14
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
19
15
  autoFocus?: boolean | undefined;
16
+ className?: string | undefined;
20
17
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
21
18
  contextMenu?: string | undefined;
22
19
  dir?: string | undefined;
23
20
  draggable?: (boolean | "false" | "true") | undefined;
24
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
21
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
25
22
  lang?: string | undefined;
26
23
  nonce?: string | undefined;
24
+ slot?: string | undefined;
27
25
  spellCheck?: (boolean | "false" | "true") | undefined;
28
26
  tabIndex?: number | undefined;
27
+ title?: string | undefined;
29
28
  radioGroup?: string | undefined;
30
29
  role?: import("react").AriaRole | undefined;
31
30
  about?: string | undefined;
@@ -48,7 +47,7 @@ export declare const AuthCellContainer: import("@emotion/styled").StyledComponen
48
47
  results?: number | undefined;
49
48
  security?: string | undefined;
50
49
  unselectable?: "off" | "on" | undefined;
51
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
50
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
52
51
  is?: string | undefined;
53
52
  exportparts?: string | undefined;
54
53
  part?: string | undefined;
@@ -74,7 +73,7 @@ export declare const AuthCellContainer: import("@emotion/styled").StyledComponen
74
73
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
75
74
  "aria-flowto"?: string | undefined;
76
75
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
77
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
76
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
78
77
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
79
78
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
80
79
  "aria-keyshortcuts"?: string | undefined;
@@ -274,9 +273,6 @@ export declare const AuthenticationStatusesContainer: import("@emotion/styled").
274
273
  color?: string | undefined;
275
274
  content?: string | undefined;
276
275
  translate?: "yes" | "no" | undefined;
277
- slot?: string | undefined;
278
- title?: string | undefined;
279
- className?: string | undefined;
280
276
  defaultChecked?: boolean | undefined;
281
277
  defaultValue?: string | number | readonly string[] | undefined;
282
278
  suppressContentEditableWarning?: boolean | undefined;
@@ -284,15 +280,18 @@ export declare const AuthenticationStatusesContainer: import("@emotion/styled").
284
280
  accessKey?: string | undefined;
285
281
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
286
282
  autoFocus?: boolean | undefined;
283
+ className?: string | undefined;
287
284
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
288
285
  contextMenu?: string | undefined;
289
286
  dir?: string | undefined;
290
287
  draggable?: (boolean | "false" | "true") | undefined;
291
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
288
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
292
289
  lang?: string | undefined;
293
290
  nonce?: string | undefined;
291
+ slot?: string | undefined;
294
292
  spellCheck?: (boolean | "false" | "true") | undefined;
295
293
  tabIndex?: number | undefined;
294
+ title?: string | undefined;
296
295
  radioGroup?: string | undefined;
297
296
  role?: import("react").AriaRole | undefined;
298
297
  about?: string | undefined;
@@ -315,7 +314,7 @@ export declare const AuthenticationStatusesContainer: import("@emotion/styled").
315
314
  results?: number | undefined;
316
315
  security?: string | undefined;
317
316
  unselectable?: "off" | "on" | undefined;
318
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
317
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
319
318
  is?: string | undefined;
320
319
  exportparts?: string | undefined;
321
320
  part?: string | undefined;
@@ -341,7 +340,7 @@ export declare const AuthenticationStatusesContainer: import("@emotion/styled").
341
340
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
342
341
  "aria-flowto"?: string | undefined;
343
342
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
344
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
343
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
345
344
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
346
345
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
347
346
  "aria-keyshortcuts"?: string | undefined;