@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,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const StyledInput: import("@emotion/styled").StyledComponent<{
4
3
  width?: string | number | undefined;
5
4
  height?: string | number | undefined;
@@ -10,14 +9,9 @@ export declare const StyledInput: import("@emotion/styled").StyledComponent<{
10
9
  color?: string | undefined;
11
10
  content?: string | undefined;
12
11
  translate?: "yes" | "no" | undefined;
13
- name?: string | undefined;
14
12
  value?: string | number | readonly string[] | undefined;
15
13
  list?: string | undefined;
16
14
  form?: string | undefined;
17
- slot?: string | undefined;
18
- title?: string | undefined;
19
- className?: string | undefined;
20
- pattern?: string | undefined;
21
15
  defaultChecked?: boolean | undefined;
22
16
  defaultValue?: string | number | readonly string[] | undefined;
23
17
  suppressContentEditableWarning?: boolean | undefined;
@@ -25,15 +19,18 @@ export declare const StyledInput: import("@emotion/styled").StyledComponent<{
25
19
  accessKey?: string | undefined;
26
20
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
27
21
  autoFocus?: boolean | undefined;
22
+ className?: string | undefined;
28
23
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
29
24
  contextMenu?: string | undefined;
30
25
  dir?: string | undefined;
31
26
  draggable?: (boolean | "false" | "true") | undefined;
32
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
27
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
33
28
  lang?: string | undefined;
34
29
  nonce?: string | undefined;
30
+ slot?: string | undefined;
35
31
  spellCheck?: (boolean | "false" | "true") | undefined;
36
32
  tabIndex?: number | undefined;
33
+ title?: string | undefined;
37
34
  radioGroup?: string | undefined;
38
35
  role?: import("react").AriaRole | undefined;
39
36
  about?: string | undefined;
@@ -56,7 +53,7 @@ export declare const StyledInput: import("@emotion/styled").StyledComponent<{
56
53
  results?: number | undefined;
57
54
  security?: string | undefined;
58
55
  unselectable?: "off" | "on" | undefined;
59
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
56
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
60
57
  is?: string | undefined;
61
58
  exportparts?: string | undefined;
62
59
  part?: string | undefined;
@@ -82,7 +79,7 @@ export declare const StyledInput: import("@emotion/styled").StyledComponent<{
82
79
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
83
80
  "aria-flowto"?: string | undefined;
84
81
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
85
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
82
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
86
83
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
87
84
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
88
85
  "aria-keyshortcuts"?: string | undefined;
@@ -270,6 +267,9 @@ export declare const StyledInput: import("@emotion/styled").StyledComponent<{
270
267
  onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLInputElement> | undefined;
271
268
  onTransitionEnd?: import("react").TransitionEventHandler<HTMLInputElement> | undefined;
272
269
  onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLInputElement> | undefined;
270
+ capture?: boolean | "user" | "environment" | undefined;
271
+ name?: string | undefined;
272
+ pattern?: string | undefined;
273
273
  size?: number | undefined;
274
274
  multiple?: boolean | undefined;
275
275
  step?: string | number | undefined;
@@ -279,14 +279,13 @@ export declare const StyledInput: import("@emotion/styled").StyledComponent<{
279
279
  required?: boolean | undefined;
280
280
  max?: string | number | undefined;
281
281
  src?: string | undefined;
282
- alt?: string | undefined;
283
282
  formAction?: string | undefined;
284
283
  formMethod?: string | undefined;
285
284
  formNoValidate?: boolean | undefined;
286
285
  formTarget?: string | undefined;
286
+ alt?: string | undefined;
287
287
  min?: string | number | undefined;
288
288
  accept?: string | undefined;
289
- capture?: boolean | "user" | "environment" | undefined;
290
289
  checked?: boolean | undefined;
291
290
  formEncType?: string | undefined;
292
291
  maxLength?: number | undefined;
@@ -300,10 +299,6 @@ export declare const Icon: import("@emotion/styled").StyledComponent<{
300
299
  color?: string | undefined;
301
300
  content?: string | undefined;
302
301
  translate?: "yes" | "no" | undefined;
303
- slot?: string | undefined;
304
- title?: string | undefined;
305
- referrerPolicy?: import("react").HTMLAttributeReferrerPolicy | undefined;
306
- className?: string | undefined;
307
302
  defaultChecked?: boolean | undefined;
308
303
  defaultValue?: string | number | readonly string[] | undefined;
309
304
  suppressContentEditableWarning?: boolean | undefined;
@@ -311,15 +306,18 @@ export declare const Icon: import("@emotion/styled").StyledComponent<{
311
306
  accessKey?: string | undefined;
312
307
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
313
308
  autoFocus?: boolean | undefined;
309
+ className?: string | undefined;
314
310
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
315
311
  contextMenu?: string | undefined;
316
312
  dir?: string | undefined;
317
313
  draggable?: (boolean | "false" | "true") | undefined;
318
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
314
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
319
315
  lang?: string | undefined;
320
316
  nonce?: string | undefined;
317
+ slot?: string | undefined;
321
318
  spellCheck?: (boolean | "false" | "true") | undefined;
322
319
  tabIndex?: number | undefined;
320
+ title?: string | undefined;
323
321
  radioGroup?: string | undefined;
324
322
  role?: import("react").AriaRole | undefined;
325
323
  about?: string | undefined;
@@ -342,7 +340,7 @@ export declare const Icon: import("@emotion/styled").StyledComponent<{
342
340
  results?: number | undefined;
343
341
  security?: string | undefined;
344
342
  unselectable?: "off" | "on" | undefined;
345
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
343
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
346
344
  is?: string | undefined;
347
345
  exportparts?: string | undefined;
348
346
  part?: string | undefined;
@@ -368,7 +366,7 @@ export declare const Icon: import("@emotion/styled").StyledComponent<{
368
366
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
369
367
  "aria-flowto"?: string | undefined;
370
368
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
371
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
369
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
372
370
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
373
371
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
374
372
  "aria-keyshortcuts"?: string | undefined;
@@ -556,6 +554,7 @@ export declare const Icon: import("@emotion/styled").StyledComponent<{
556
554
  onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLImageElement> | undefined;
557
555
  onTransitionEnd?: import("react").TransitionEventHandler<HTMLImageElement> | undefined;
558
556
  onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLImageElement> | undefined;
557
+ referrerPolicy?: import("react").HTMLAttributeReferrerPolicy | undefined;
559
558
  useMap?: string | undefined;
560
559
  crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
561
560
  sizes?: string | undefined;
@@ -10,7 +10,7 @@ export declare const ListWrapper: import("@emotion/styled").StyledComponent<impo
10
10
  }, keyof import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
11
11
  export declare const ItemStyled: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
12
12
  ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
13
- }, "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"> & {
13
+ }, "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"> & {
14
14
  component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
15
15
  } & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
16
16
  selected: boolean;
@@ -1,12 +1,12 @@
1
1
  /// <reference types="react" />
2
2
  export declare const Caption: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
3
3
  ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
4
- }, "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"> & {
4
+ }, "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"> & {
5
5
  component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
6
6
  } & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
7
7
  export declare const Title: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
8
8
  ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
9
- }, "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"> & {
9
+ }, "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"> & {
10
10
  component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
11
11
  } & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
12
12
  export declare const AccordionWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
@@ -25,7 +25,7 @@ export declare const SelectedBadge: import("@emotion/styled").StyledComponent<im
25
25
  }, keyof import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
26
26
  export declare const ItemStyled: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
27
27
  ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
28
- }, "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"> & {
28
+ }, "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"> & {
29
29
  component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
30
30
  } & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
31
31
  selected: boolean;
@@ -4,12 +4,12 @@ import { StatusButtonProps } from './type';
4
4
  export declare const statusButtonVariants: {
5
5
  active: import("@emotion/styled").StyledComponent<import("@mui/material").ButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
6
6
  ref?: ((instance: HTMLButtonElement | null) => void) | React.RefObject<HTMLButtonElement> | null | undefined;
7
- }, "disabled" | "color" | "style" | "className" | "classes" | "tabIndex" | "children" | "sx" | "variant" | "size" | "fullWidth" | "href" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "startIcon"> & import("@mui/system").MUIStyledCommonProps<Theme> & {
7
+ }, "disabled" | "color" | "classes" | "className" | "style" | "tabIndex" | "children" | "sx" | "variant" | "size" | "fullWidth" | "href" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "startIcon"> & import("@mui/system").MUIStyledCommonProps<Theme> & {
8
8
  icon?: string | undefined;
9
9
  }, {}, {}>;
10
10
  inActive: import("@emotion/styled").StyledComponent<import("@mui/material").ButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
11
11
  ref?: ((instance: HTMLButtonElement | null) => void) | React.RefObject<HTMLButtonElement> | null | undefined;
12
- }, "disabled" | "color" | "style" | "className" | "classes" | "tabIndex" | "children" | "sx" | "variant" | "size" | "fullWidth" | "href" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "startIcon"> & import("@mui/system").MUIStyledCommonProps<Theme> & {
12
+ }, "disabled" | "color" | "classes" | "className" | "style" | "tabIndex" | "children" | "sx" | "variant" | "size" | "fullWidth" | "href" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "startIcon"> & import("@mui/system").MUIStyledCommonProps<Theme> & {
13
13
  icon?: string | undefined;
14
14
  }, {}, {}>;
15
15
  };
@@ -13,7 +13,7 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
13
  import { useState } from 'react';
14
14
  import { useTranslation } from 'react-i18next';
15
15
  import { AnimatePresence, motion } from 'framer-motion';
16
- import { copyText as copyTextHandler } from '../../utils/index.js';
16
+ import { copyText as copyTextHandler, isArabic } from '../../utils/index.js';
17
17
  import { copyIcon, greenCheckIcon } from '../../constants/index.js';
18
18
  import { ChipStyled, Wrapper, CopyWrapper } from './style';
19
19
  import { emptyStatusChipColors } from '../../constants/index.js';
@@ -43,7 +43,7 @@ const StatusChip = (_a) => {
43
43
  left: isCopyActive && expandDirection === 'left' ? -12 : 0,
44
44
  }, transition: { delay: isSelected ? 0 : 0.2, duration: 0.2 } }, { children: _jsx(ChipStyled, Object.assign({}, props, { isSelected: isSelected }, chipStyles, { children: _jsxs(motion.div, Object.assign({ layout: "size", style: { display: 'flex', gap: '4px' }, animate: {
45
45
  paddingRight: isCopyActive ? 12 : 0,
46
- }, transition: { delay: isSelected ? 0 : 0.2, duration: 0.2 } }, { children: [_jsx(Wrapper, { children: children }), _jsx(AnimatePresence, { children: isCopyActive && (_jsx(CopyWrapper, { children: _jsx(motion.img, { initial: { opacity: 0, x: -5 }, animate: { opacity: 1, x: 0 }, exit: { opacity: 0, x: -2 }, transition: { delay: 0.2, duration: 0.1 }, onClick: handleCopy, src: showCopy ? greenCheckIcon : copyIcon, style: {
46
+ }, transition: { delay: isSelected ? 0 : 0.2, duration: 0.2 } }, { children: [_jsx(Wrapper, Object.assign({ "data-is-arabic": typeof children === 'string' && isArabic(children) }, { children: children })), _jsx(AnimatePresence, { children: isCopyActive && (_jsx(CopyWrapper, { children: _jsx(motion.img, { initial: { opacity: 0, x: -5 }, animate: { opacity: 1, x: 0 }, exit: { opacity: 0, x: -2 }, transition: { delay: 0.2, duration: 0.1 }, onClick: handleCopy, src: showCopy ? greenCheckIcon : copyIcon, style: {
47
47
  height: 12,
48
48
  width: 12,
49
49
  objectFit: 'contain',
@@ -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;
@@ -275,9 +274,6 @@ export declare const AuthCellContainer: import("@emotion/styled").StyledComponen
275
274
  color?: string | undefined;
276
275
  content?: string | undefined;
277
276
  translate?: "yes" | "no" | undefined;
278
- slot?: string | undefined;
279
- title?: string | undefined;
280
- className?: string | undefined;
281
277
  defaultChecked?: boolean | undefined;
282
278
  defaultValue?: string | number | readonly string[] | undefined;
283
279
  suppressContentEditableWarning?: boolean | undefined;
@@ -285,15 +281,18 @@ export declare const AuthCellContainer: import("@emotion/styled").StyledComponen
285
281
  accessKey?: string | undefined;
286
282
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
287
283
  autoFocus?: boolean | undefined;
284
+ className?: string | undefined;
288
285
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
289
286
  contextMenu?: string | undefined;
290
287
  dir?: string | undefined;
291
288
  draggable?: (boolean | "false" | "true") | undefined;
292
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
289
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
293
290
  lang?: string | undefined;
294
291
  nonce?: string | undefined;
292
+ slot?: string | undefined;
295
293
  spellCheck?: (boolean | "false" | "true") | undefined;
296
294
  tabIndex?: number | undefined;
295
+ title?: string | undefined;
297
296
  radioGroup?: string | undefined;
298
297
  role?: import("react").AriaRole | undefined;
299
298
  about?: string | undefined;
@@ -316,7 +315,7 @@ export declare const AuthCellContainer: import("@emotion/styled").StyledComponen
316
315
  results?: number | undefined;
317
316
  security?: string | undefined;
318
317
  unselectable?: "off" | "on" | undefined;
319
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
318
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
320
319
  is?: string | undefined;
321
320
  exportparts?: string | undefined;
322
321
  part?: string | undefined;
@@ -342,7 +341,7 @@ export declare const AuthCellContainer: import("@emotion/styled").StyledComponen
342
341
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
343
342
  "aria-flowto"?: string | undefined;
344
343
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
345
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
344
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
346
345
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
347
346
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
348
347
  "aria-keyshortcuts"?: string | undefined;
@@ -1,14 +1,10 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const BalanceCellContainer: 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 BalanceCellContainer: import("@emotion/styled").StyledCompo
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 BalanceCellContainer: import("@emotion/styled").StyledCompo
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 BalanceCellContainer: import("@emotion/styled").StyledCompo
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;