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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. package/build/components/AccordionAdapter/style.d.ts +2 -2
  2. package/build/components/AccountDropdown/style.d.ts +1 -1
  3. package/build/components/ActionMenu/style.d.ts +1 -1
  4. package/build/components/ActivityAreaChart/styles.d.ts +3 -3
  5. package/build/components/AppServices/style.d.ts +1 -1
  6. package/build/components/AppWindowWrapper/AppWindow/style.d.ts +2 -2
  7. package/build/components/Button/style.d.ts +1 -1
  8. package/build/components/Calender/style.d.ts +4 -4
  9. package/build/components/Chip/style.d.ts +6 -6
  10. package/build/components/CircularProgressWithLabel/style.d.ts +1 -1
  11. package/build/components/ColorPicker/style.d.ts +3 -3
  12. package/build/components/ConfirmDialog/styles.d.ts +1 -1
  13. package/build/components/CountBadge/style.d.ts +6 -6
  14. package/build/components/Dialog/style.d.ts +6 -6
  15. package/build/components/DockButton/style.d.ts +1 -1
  16. package/build/components/DropdownButton/constants.d.ts +2 -2
  17. package/build/components/DropdownButton/style.d.ts +2 -2
  18. package/build/components/DropdownMenu/styles.d.ts +2 -2
  19. package/build/components/ErrorBoundary/style.d.ts +1 -1
  20. package/build/components/ErrorToast/style.d.ts +1 -1
  21. package/build/components/FileUpload/style.d.ts +3 -3
  22. package/build/components/FileUploader/style.d.ts +1 -1
  23. package/build/components/FlippingCard/style.d.ts +6 -6
  24. package/build/components/IconWithLabel/style.d.ts +1 -1
  25. package/build/components/IconsDropdown/style.d.ts +2 -2
  26. package/build/components/ImageWrapper/ImageWrapper.d.ts +6 -6
  27. package/build/components/InputBase/SelectBase/style.d.ts +1 -1
  28. package/build/components/Inputs/FileInput/style.d.ts +1 -1
  29. package/build/components/JSONViewer/style.d.ts +13 -13
  30. package/build/components/LabeledIconDropdown/style.d.ts +3 -3
  31. package/build/components/LeftPeekRightExpandingChip/style.d.ts +18 -18
  32. package/build/components/MultiSelectStatusButton/style.d.ts +1 -1
  33. package/build/components/MultiSelectWithSearch/style.d.ts +3 -3
  34. package/build/components/NestedDropdown/styles.d.ts +1 -1
  35. package/build/components/ProgressBar/style.d.ts +1 -1
  36. package/build/components/ProgressRing/style.d.ts +2 -2
  37. package/build/components/RFH/Inputs/SelectWithAccordion/style.d.ts +3 -3
  38. package/build/components/RangeCalender/components/QuickFilters/style.d.ts +1 -1
  39. package/build/components/RangeCalender/components/RangeDatepicker/style.d.ts +1 -1
  40. package/build/components/RangeCalender/style.d.ts +3 -3
  41. package/build/components/RightLeftExpandingCenterChip/style.d.ts +78 -78
  42. package/build/components/SearchButton/styles.d.ts +17 -17
  43. package/build/components/SelectDropdown/SelectDropdown.d.ts +1 -3
  44. package/build/components/SelectDropdown/SelectDropdown.js +3 -4
  45. package/build/components/SelectDropdown/style.d.ts +1 -1
  46. package/build/components/SelectWithSearch/SelectWithSearch.d.ts +1 -1
  47. package/build/components/SelectWithSearch/SelectWithSearch.js +2 -2
  48. package/build/components/SelectWithSearch/style.d.ts +3 -3
  49. package/build/components/SelectWithSearch/type.d.ts +0 -1
  50. package/build/components/StatusButton/style.d.ts +2 -2
  51. package/build/components/StatusIcons/AuthIcons/style.d.ts +12 -12
  52. package/build/components/StatusIcons/AuthorizationAutoIcons/style.d.ts +6 -6
  53. package/build/components/StatusIcons/ChargeStatusIcon/style.d.ts +36 -36
  54. package/build/components/StatusIcons/SourceIcons/style.d.ts +6 -6
  55. package/build/components/StatusLabel/style.d.ts +1 -1
  56. package/build/components/TableCells/CustomCells/ActionCell/hooks/useActionCell.d.ts +1 -1
  57. package/build/components/TableCells/CustomCells/ActionCell/style.d.ts +8 -8
  58. package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.d.ts +6 -6
  59. package/build/components/TableCells/CustomCells/AuthenticationCell/style.d.ts +12 -12
  60. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.d.ts +30 -30
  61. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.d.ts +30 -30
  62. package/build/components/TableCells/CustomCells/BalanceCell/style.d.ts +6 -6
  63. package/build/components/TableCells/CustomCells/ChannelsCell/style.d.ts +6 -6
  64. package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.d.ts +6 -6
  65. package/build/components/TableCells/CustomCells/DestinationStatusCell/style.d.ts +30 -30
  66. package/build/components/TableCells/CustomCells/DueDateCell/style.d.ts +6 -6
  67. package/build/components/TableCells/CustomCells/IDButton/style.d.ts +12 -12
  68. package/build/components/TableCells/CustomCells/IntentsStatusCell/style.d.ts +6 -6
  69. package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.d.ts +6 -6
  70. package/build/components/TableCells/CustomCells/PayoutStatusCell/style.d.ts +30 -30
  71. package/build/components/TableCells/CustomCells/ProductsCell/style.d.ts +6 -6
  72. package/build/components/TableCells/CustomCells/ReferenceCell/style.d.ts +6 -6
  73. package/build/components/TableCells/CustomCells/RefundChargeCell/style.d.ts +12 -12
  74. package/build/components/TableCells/CustomCells/RefundStatusCell/style.d.ts +6 -6
  75. package/build/components/TableCells/CustomCells/SalesChannelCell/style.d.ts +6 -6
  76. package/build/components/TableCells/CustomCells/SegmentsCell/style.d.ts +6 -6
  77. package/build/components/TableCells/CustomCells/SourceCell/style.d.ts +6 -6
  78. package/build/components/TableCells/CustomCells/StatusCell/style.d.ts +37 -37
  79. package/build/components/TableCells/CustomCells/TokenStatusCell/style.d.ts +30 -30
  80. package/build/components/TableCells/CustomCells/style.d.ts +7 -7
  81. package/build/components/TableHeader/style.d.ts +1 -1
  82. package/build/components/Timepicker/style.d.ts +2 -2
  83. package/build/components/ToolbarIcon/ExpandButton/style.d.ts +1 -1
  84. package/build/components/VirtualTables/SheetViewVirtualTable/style.d.ts +2 -2
  85. package/build/components/VirtualTables/components/ColumnFilter/Inputs/style.d.ts +1 -1
  86. package/build/components/VirtualTables/components/ColumnFilter/style.d.ts +2 -2
  87. package/build/components/VirtualTables/components/ErrorList/styles.d.ts +1 -1
  88. package/build/components/VirtualTables/components/TableFooter/style.d.ts +2 -2
  89. package/build/components/VirtualTables/components/TableHeader/style.d.ts +2 -2
  90. package/build/components/VirtualTables/components/style.d.ts +8 -8
  91. package/build/components/Widget/style.d.ts +1 -1
  92. package/build/components/Window/style.d.ts +12 -12
  93. package/build/components/WindowAppIcon/style.d.ts +1 -1
  94. package/build/constants/apps.d.ts +1 -0
  95. package/build/constants/apps.js +1 -0
  96. package/build/hooks/index.d.ts +3 -0
  97. package/build/hooks/index.js +3 -0
  98. package/build/hooks/useAppEventListener.d.ts +2 -0
  99. package/build/hooks/useAppEventListener.js +13 -0
  100. package/build/hooks/useAppEventPublisher.d.ts +2 -0
  101. package/build/hooks/useAppEventPublisher.js +7 -0
  102. package/build/hooks/useAppsInfo.d.ts +17 -0
  103. package/build/hooks/useAppsInfo.js +21 -0
  104. package/build/types/appEvents.d.ts +44 -0
  105. package/build/types/appEvents.js +14 -0
  106. package/build/types/apps.d.ts +25 -18
  107. package/build/types/index.d.ts +1 -0
  108. package/build/types/index.js +1 -0
  109. package/build/utils/table.d.ts +12 -1
  110. package/build/utils/table.js +147 -1
  111. package/package.json +2 -2
@@ -9,14 +9,9 @@ export declare const StyledInput: import("@emotion/styled").StyledComponent<{
9
9
  color?: string | undefined;
10
10
  content?: string | undefined;
11
11
  translate?: "yes" | "no" | undefined;
12
- name?: string | undefined;
13
12
  value?: string | number | readonly string[] | undefined;
14
13
  list?: string | undefined;
15
14
  form?: string | undefined;
16
- slot?: string | undefined;
17
- title?: string | undefined;
18
- className?: string | undefined;
19
- pattern?: string | undefined;
20
15
  defaultChecked?: boolean | undefined;
21
16
  defaultValue?: string | number | readonly string[] | undefined;
22
17
  suppressContentEditableWarning?: boolean | undefined;
@@ -24,15 +19,18 @@ export declare const StyledInput: import("@emotion/styled").StyledComponent<{
24
19
  accessKey?: string | undefined;
25
20
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
26
21
  autoFocus?: boolean | undefined;
22
+ className?: string | undefined;
27
23
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
28
24
  contextMenu?: string | undefined;
29
25
  dir?: string | undefined;
30
26
  draggable?: (boolean | "false" | "true") | undefined;
31
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
27
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
32
28
  lang?: string | undefined;
33
29
  nonce?: string | undefined;
30
+ slot?: string | undefined;
34
31
  spellCheck?: (boolean | "false" | "true") | undefined;
35
32
  tabIndex?: number | undefined;
33
+ title?: string | undefined;
36
34
  radioGroup?: string | undefined;
37
35
  role?: import("react").AriaRole | undefined;
38
36
  about?: string | undefined;
@@ -55,7 +53,7 @@ export declare const StyledInput: import("@emotion/styled").StyledComponent<{
55
53
  results?: number | undefined;
56
54
  security?: string | undefined;
57
55
  unselectable?: "off" | "on" | undefined;
58
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
56
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
59
57
  is?: string | undefined;
60
58
  exportparts?: string | undefined;
61
59
  part?: string | undefined;
@@ -81,7 +79,7 @@ export declare const StyledInput: import("@emotion/styled").StyledComponent<{
81
79
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
82
80
  "aria-flowto"?: string | undefined;
83
81
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
84
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
82
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
85
83
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
86
84
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
87
85
  "aria-keyshortcuts"?: string | undefined;
@@ -269,6 +267,9 @@ export declare const StyledInput: import("@emotion/styled").StyledComponent<{
269
267
  onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLInputElement> | undefined;
270
268
  onTransitionEnd?: import("react").TransitionEventHandler<HTMLInputElement> | undefined;
271
269
  onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLInputElement> | undefined;
270
+ capture?: boolean | "user" | "environment" | undefined;
271
+ name?: string | undefined;
272
+ pattern?: string | undefined;
272
273
  size?: number | undefined;
273
274
  multiple?: boolean | undefined;
274
275
  step?: string | number | undefined;
@@ -278,14 +279,13 @@ export declare const StyledInput: import("@emotion/styled").StyledComponent<{
278
279
  required?: boolean | undefined;
279
280
  max?: string | number | undefined;
280
281
  src?: string | undefined;
281
- alt?: string | undefined;
282
282
  formAction?: string | undefined;
283
283
  formMethod?: string | undefined;
284
284
  formNoValidate?: boolean | undefined;
285
285
  formTarget?: string | undefined;
286
+ alt?: string | undefined;
286
287
  min?: string | number | undefined;
287
288
  accept?: string | undefined;
288
- capture?: boolean | "user" | "environment" | undefined;
289
289
  checked?: boolean | undefined;
290
290
  formEncType?: string | undefined;
291
291
  maxLength?: number | undefined;
@@ -299,10 +299,6 @@ export declare const Icon: import("@emotion/styled").StyledComponent<{
299
299
  color?: string | undefined;
300
300
  content?: string | undefined;
301
301
  translate?: "yes" | "no" | undefined;
302
- slot?: string | undefined;
303
- title?: string | undefined;
304
- referrerPolicy?: import("react").HTMLAttributeReferrerPolicy | undefined;
305
- className?: string | undefined;
306
302
  defaultChecked?: boolean | undefined;
307
303
  defaultValue?: string | number | readonly string[] | undefined;
308
304
  suppressContentEditableWarning?: boolean | undefined;
@@ -310,15 +306,18 @@ export declare const Icon: import("@emotion/styled").StyledComponent<{
310
306
  accessKey?: string | undefined;
311
307
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
312
308
  autoFocus?: boolean | undefined;
309
+ className?: string | undefined;
313
310
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
314
311
  contextMenu?: string | undefined;
315
312
  dir?: string | undefined;
316
313
  draggable?: (boolean | "false" | "true") | undefined;
317
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
314
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
318
315
  lang?: string | undefined;
319
316
  nonce?: string | undefined;
317
+ slot?: string | undefined;
320
318
  spellCheck?: (boolean | "false" | "true") | undefined;
321
319
  tabIndex?: number | undefined;
320
+ title?: string | undefined;
322
321
  radioGroup?: string | undefined;
323
322
  role?: import("react").AriaRole | undefined;
324
323
  about?: string | undefined;
@@ -341,7 +340,7 @@ export declare const Icon: import("@emotion/styled").StyledComponent<{
341
340
  results?: number | undefined;
342
341
  security?: string | undefined;
343
342
  unselectable?: "off" | "on" | undefined;
344
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
343
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
345
344
  is?: string | undefined;
346
345
  exportparts?: string | undefined;
347
346
  part?: string | undefined;
@@ -367,7 +366,7 @@ export declare const Icon: import("@emotion/styled").StyledComponent<{
367
366
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
368
367
  "aria-flowto"?: string | undefined;
369
368
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
370
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
369
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
371
370
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
372
371
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
373
372
  "aria-keyshortcuts"?: string | undefined;
@@ -555,6 +554,7 @@ export declare const Icon: import("@emotion/styled").StyledComponent<{
555
554
  onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLImageElement> | undefined;
556
555
  onTransitionEnd?: import("react").TransitionEventHandler<HTMLImageElement> | undefined;
557
556
  onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLImageElement> | undefined;
557
+ referrerPolicy?: import("react").HTMLAttributeReferrerPolicy | undefined;
558
558
  useMap?: string | undefined;
559
559
  crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
560
560
  sizes?: string | undefined;
@@ -10,9 +10,7 @@ interface DropdownI {
10
10
  disabled?: boolean;
11
11
  listWrapperSx?: SxProps;
12
12
  hideArrow?: boolean;
13
- onClear?: () => void;
14
- hasValue?: boolean;
15
13
  }
16
- declare function SelectDropdown({ onClose, open, anchorEl, trigger, onOpen, children, disabled, listWrapperSx, hideArrow, onClear, hasValue }: DropdownI): import("react/jsx-runtime").JSX.Element;
14
+ declare function SelectDropdown({ onClose, open, anchorEl, trigger, onOpen, children, disabled, listWrapperSx, hideArrow }: DropdownI): import("react/jsx-runtime").JSX.Element;
17
15
  declare const _default: import("react").MemoExoticComponent<typeof SelectDropdown>;
18
16
  export default _default;
@@ -2,11 +2,10 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { memo } from 'react';
3
3
  import Box from '@mui/material/Box';
4
4
  import Popover from '@mui/material/Popover';
5
- import { blueDropdownArrowIcon, closeXIcon, downArrowIcon } from '../../constants/index.js';
5
+ import { blueDropdownArrowIcon, downArrowIcon } from '../../constants/index.js';
6
6
  import { HeaderWrapper, ListWrapper } from './style';
7
- function SelectDropdown({ onClose, open, anchorEl, trigger, onOpen, children, disabled, listWrapperSx, hideArrow, onClear, hasValue }) {
8
- const isClearButtonVisible = onClear && hasValue;
9
- return (_jsxs(HeaderWrapper, Object.assign({ open: open, onClick: onOpen, "data-testid": "Dropdown", disabled: disabled }, { children: [_jsx(Box, Object.assign({ sx: { flex: 1, cursor: 'pointer' } }, { children: trigger })), !hideArrow && !isClearButtonVisible && (_jsx(Box, Object.assign({ sx: { width: 16, height: 16, display: 'flex', alignItems: 'center', position: 'absolute', right: 8 } }, { children: _jsx(Box, { component: "img", src: open ? blueDropdownArrowIcon : downArrowIcon, alt: "arrow", sx: Object.assign({ width: 16, height: 16 }, (open && { width: 12, height: 12, padding: '2px' })) }) }))), isClearButtonVisible && (_jsx(Box, Object.assign({ sx: { width: 16, height: 16, display: 'flex', alignItems: 'center', position: 'absolute', right: 8 } }, { children: _jsx(Box, { component: "img", src: closeXIcon, alt: "clear", onClick: onClear }) }))), _jsx(Popover, Object.assign({ open: open, anchorEl: anchorEl, sx: { width: anchorEl === null || anchorEl === void 0 ? void 0 : anchorEl.clientWidth }, onClose: onClose, anchorOrigin: {
7
+ function SelectDropdown({ onClose, open, anchorEl, trigger, onOpen, children, disabled, listWrapperSx, hideArrow }) {
8
+ return (_jsxs(HeaderWrapper, Object.assign({ open: open, onClick: onOpen, "data-testid": "Dropdown", disabled: disabled }, { children: [_jsx(Box, Object.assign({ sx: { flex: 1, cursor: 'pointer' } }, { children: trigger })), !hideArrow && (_jsx(Box, Object.assign({ sx: { width: 16, height: 16, display: 'flex', alignItems: 'center', position: 'absolute', right: 8 } }, { children: _jsx(Box, { component: "img", src: open ? blueDropdownArrowIcon : downArrowIcon, alt: "arrow", sx: Object.assign({ width: 16, height: 16 }, (open && { width: 12, height: 12, padding: '2px' })) }) }))), _jsx(Popover, Object.assign({ open: open, anchorEl: anchorEl, sx: { width: anchorEl === null || anchorEl === void 0 ? void 0 : anchorEl.clientWidth }, onClose: onClose, anchorOrigin: {
10
9
  vertical: 'bottom',
11
10
  horizontal: 'left',
12
11
  }, slotProps: {
@@ -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,3 +1,3 @@
1
1
  import { SelectWithSearchProps } from './type';
2
- declare function SelectWithSearch({ options, onChangeOption, selectedOption, placeholder, label, isLoading, renderOption, iconUrl, disabled, onClearValue, }: SelectWithSearchProps): import("react/jsx-runtime").JSX.Element;
2
+ declare function SelectWithSearch({ options, onChangeOption, selectedOption, placeholder, label, isLoading, renderOption, iconUrl, disabled, }: SelectWithSearchProps): import("react/jsx-runtime").JSX.Element;
3
3
  export default SelectWithSearch;
@@ -6,7 +6,7 @@ import { InputStyled, Container, ItemStyled } from './style';
6
6
  import { InputBase } from '../InputBase';
7
7
  import SelectDropdown from '../SelectDropdown';
8
8
  import { CircularProgress } from '@mui/material';
9
- function SelectWithSearch({ options, onChangeOption, selectedOption, placeholder, label, isLoading, renderOption, iconUrl, disabled, onClearValue, }) {
9
+ function SelectWithSearch({ options, onChangeOption, selectedOption, placeholder, label, isLoading, renderOption, iconUrl, disabled, }) {
10
10
  const [anchorEl, setAnchorEl] = useState(null);
11
11
  const [searchValue, setSearchValue] = useState('');
12
12
  const open = Boolean(anchorEl);
@@ -32,7 +32,7 @@ function SelectWithSearch({ options, onChangeOption, selectedOption, placeholder
32
32
  });
33
33
  }, [options, searchValue]);
34
34
  const startAdornment = useMemo(() => (_jsx(Box, Object.assign({ sx: { display: 'flex', alignItems: 'center', maxWidth: 16 } }, { children: _jsx(Box, { component: "img", src: iconUrl, alt: "icon", sx: { maxWidth: 12, height: 12 } }) }))), [iconUrl]);
35
- return (_jsx(SelectDropdown, Object.assign({ disabled: disabled, open: open, anchorEl: anchorEl, onOpen: (e) => !disabled && openDropdown(e), onClose: closeDropdown, hasValue: !!(selectedOption === null || selectedOption === void 0 ? void 0 : selectedOption.value), onClear: onClearValue, trigger: _jsx(InputBase, { name: "name", placeholder: "Please Select", hasError: false, label: label, sx: { cursor: 'pointer' }, value: (selectedOption === null || selectedOption === void 0 ? void 0 : selectedOption.label) || '', InputLabelProps: {
35
+ return (_jsx(SelectDropdown, Object.assign({ disabled: disabled, open: open, anchorEl: anchorEl, onOpen: (e) => !disabled && openDropdown(e), onClose: closeDropdown, trigger: _jsx(InputBase, { name: "name", placeholder: "Please Select", hasError: false, label: label, sx: { cursor: 'pointer' }, value: (selectedOption === null || selectedOption === void 0 ? void 0 : selectedOption.label) || '', InputLabelProps: {
36
36
  filled: !!(selectedOption === null || selectedOption === void 0 ? void 0 : selectedOption.label),
37
37
  }, InputProps: Object.assign({ disableUnderline: true }, (!!iconUrl && {
38
38
  startAdornment,
@@ -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;
@@ -15,5 +15,4 @@ export interface SelectWithSearchProps extends Omit<SelectProps, 'placeholder'>
15
15
  open: boolean;
16
16
  }) => ReactNode;
17
17
  iconUrl?: string;
18
- onClearValue?: () => void;
19
18
  }
@@ -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
  };
@@ -7,9 +7,6 @@ export declare const PaymentSourcesContainer: import("@emotion/styled").StyledCo
7
7
  color?: string | undefined;
8
8
  content?: string | undefined;
9
9
  translate?: "yes" | "no" | undefined;
10
- slot?: string | undefined;
11
- title?: string | undefined;
12
- className?: string | undefined;
13
10
  defaultChecked?: boolean | undefined;
14
11
  defaultValue?: string | number | readonly string[] | undefined;
15
12
  suppressContentEditableWarning?: boolean | undefined;
@@ -17,15 +14,18 @@ export declare const PaymentSourcesContainer: import("@emotion/styled").StyledCo
17
14
  accessKey?: string | undefined;
18
15
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
19
16
  autoFocus?: boolean | undefined;
17
+ className?: string | undefined;
20
18
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
21
19
  contextMenu?: string | undefined;
22
20
  dir?: string | undefined;
23
21
  draggable?: (boolean | "false" | "true") | undefined;
24
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
22
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
25
23
  lang?: string | undefined;
26
24
  nonce?: string | undefined;
25
+ slot?: string | undefined;
27
26
  spellCheck?: (boolean | "false" | "true") | undefined;
28
27
  tabIndex?: number | undefined;
28
+ title?: string | undefined;
29
29
  radioGroup?: string | undefined;
30
30
  role?: import("react").AriaRole | undefined;
31
31
  about?: string | undefined;
@@ -48,7 +48,7 @@ export declare const PaymentSourcesContainer: import("@emotion/styled").StyledCo
48
48
  results?: number | undefined;
49
49
  security?: string | undefined;
50
50
  unselectable?: "off" | "on" | undefined;
51
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
51
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
52
52
  is?: string | undefined;
53
53
  exportparts?: string | undefined;
54
54
  part?: string | undefined;
@@ -74,7 +74,7 @@ export declare const PaymentSourcesContainer: import("@emotion/styled").StyledCo
74
74
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
75
75
  "aria-flowto"?: string | undefined;
76
76
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
77
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
77
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
78
78
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
79
79
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
80
80
  "aria-keyshortcuts"?: string | undefined;
@@ -274,9 +274,6 @@ export declare const AuthCellContainer: import("@emotion/styled").StyledComponen
274
274
  color?: string | undefined;
275
275
  content?: string | undefined;
276
276
  translate?: "yes" | "no" | undefined;
277
- slot?: string | undefined;
278
- title?: string | undefined;
279
- className?: string | undefined;
280
277
  defaultChecked?: boolean | undefined;
281
278
  defaultValue?: string | number | readonly string[] | undefined;
282
279
  suppressContentEditableWarning?: boolean | undefined;
@@ -284,15 +281,18 @@ export declare const AuthCellContainer: import("@emotion/styled").StyledComponen
284
281
  accessKey?: string | undefined;
285
282
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
286
283
  autoFocus?: boolean | undefined;
284
+ className?: string | undefined;
287
285
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
288
286
  contextMenu?: string | undefined;
289
287
  dir?: string | undefined;
290
288
  draggable?: (boolean | "false" | "true") | undefined;
291
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
289
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
292
290
  lang?: string | undefined;
293
291
  nonce?: string | undefined;
292
+ slot?: string | undefined;
294
293
  spellCheck?: (boolean | "false" | "true") | undefined;
295
294
  tabIndex?: number | undefined;
295
+ title?: string | undefined;
296
296
  radioGroup?: string | undefined;
297
297
  role?: import("react").AriaRole | undefined;
298
298
  about?: string | undefined;
@@ -315,7 +315,7 @@ export declare const AuthCellContainer: import("@emotion/styled").StyledComponen
315
315
  results?: number | undefined;
316
316
  security?: string | undefined;
317
317
  unselectable?: "off" | "on" | undefined;
318
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
318
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
319
319
  is?: string | undefined;
320
320
  exportparts?: string | undefined;
321
321
  part?: string | undefined;
@@ -341,7 +341,7 @@ export declare const AuthCellContainer: import("@emotion/styled").StyledComponen
341
341
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
342
342
  "aria-flowto"?: string | undefined;
343
343
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
344
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
344
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
345
345
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
346
346
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
347
347
  "aria-keyshortcuts"?: string | undefined;
@@ -5,9 +5,6 @@ export declare const BalanceCellContainer: import("@emotion/styled").StyledCompo
5
5
  color?: string | undefined;
6
6
  content?: string | undefined;
7
7
  translate?: "yes" | "no" | undefined;
8
- slot?: string | undefined;
9
- title?: string | undefined;
10
- className?: string | undefined;
11
8
  defaultChecked?: boolean | undefined;
12
9
  defaultValue?: string | number | readonly string[] | undefined;
13
10
  suppressContentEditableWarning?: boolean | undefined;
@@ -15,15 +12,18 @@ export declare const BalanceCellContainer: import("@emotion/styled").StyledCompo
15
12
  accessKey?: string | undefined;
16
13
  autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
17
14
  autoFocus?: boolean | undefined;
15
+ className?: string | undefined;
18
16
  contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
19
17
  contextMenu?: string | undefined;
20
18
  dir?: string | undefined;
21
19
  draggable?: (boolean | "false" | "true") | undefined;
22
- enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
20
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
23
21
  lang?: string | undefined;
24
22
  nonce?: string | undefined;
23
+ slot?: string | undefined;
25
24
  spellCheck?: (boolean | "false" | "true") | undefined;
26
25
  tabIndex?: number | undefined;
26
+ title?: string | undefined;
27
27
  radioGroup?: string | undefined;
28
28
  role?: import("react").AriaRole | undefined;
29
29
  about?: string | undefined;
@@ -46,7 +46,7 @@ export declare const BalanceCellContainer: import("@emotion/styled").StyledCompo
46
46
  results?: number | undefined;
47
47
  security?: string | undefined;
48
48
  unselectable?: "off" | "on" | undefined;
49
- inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
49
+ inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
50
50
  is?: string | undefined;
51
51
  exportparts?: string | undefined;
52
52
  part?: string | undefined;
@@ -72,7 +72,7 @@ export declare const BalanceCellContainer: import("@emotion/styled").StyledCompo
72
72
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
73
73
  "aria-flowto"?: string | undefined;
74
74
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
75
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
75
+ "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
76
76
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
77
77
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
78
78
  "aria-keyshortcuts"?: string | undefined;