@tap-payments/os-micro-frontend-shared 0.1.91 → 0.1.92

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 (95) hide show
  1. package/build/components/AccountDropdown/style.d.ts +1 -1
  2. package/build/components/ActionMenu/style.d.ts +1 -1
  3. package/build/components/ActivityAreaChart/styles.d.ts +3 -3
  4. package/build/components/AppServices/style.d.ts +1 -1
  5. package/build/components/AppWindowWrapper/AppWindow/style.d.ts +2 -2
  6. package/build/components/Calender/style.d.ts +4 -4
  7. package/build/components/Chip/style.d.ts +5 -5
  8. package/build/components/CircularProgressWithLabel/style.d.ts +1 -1
  9. package/build/components/ColorPicker/style.d.ts +2 -2
  10. package/build/components/ConfirmDialog/styles.d.ts +1 -1
  11. package/build/components/CountBadge/style.d.ts +5 -5
  12. package/build/components/Dialog/style.d.ts +5 -5
  13. package/build/components/DockButton/style.d.ts +1 -1
  14. package/build/components/DropdownButton/constants.d.ts +2 -2
  15. package/build/components/DropdownButton/style.d.ts +2 -2
  16. package/build/components/ErrorBoundary/style.d.ts +1 -1
  17. package/build/components/FileUpload/style.d.ts +3 -3
  18. package/build/components/FileUploader/style.d.ts +1 -1
  19. package/build/components/FlippingCard/style.d.ts +5 -5
  20. package/build/components/IconWithLabel/style.d.ts +1 -1
  21. package/build/components/IconsDropdown/style.d.ts +2 -2
  22. package/build/components/ImageWrapper/ImageWrapper.d.ts +5 -5
  23. package/build/components/InputBase/SelectBase/style.d.ts +1 -1
  24. package/build/components/Inputs/FileInput/style.d.ts +1 -1
  25. package/build/components/JSONViewer/style.d.ts +11 -11
  26. package/build/components/LabeledIconDropdown/style.d.ts +3 -3
  27. package/build/components/LeftPeekRightExpandingChip/style.d.ts +15 -15
  28. package/build/components/MultiSelectStatusButton/style.d.ts +1 -1
  29. package/build/components/MultiSelectWithSearch/style.d.ts +3 -3
  30. package/build/components/NestedDropdown/NestedDropdown.d.ts +2 -4
  31. package/build/components/NestedDropdown/NestedDropdown.js +2 -13
  32. package/build/components/NestedDropdown/NestedMenuItem.d.ts +1 -4
  33. package/build/components/NestedDropdown/NestedMenuItem.js +4 -2
  34. package/build/components/NestedDropdown/styles.d.ts +1 -1
  35. package/build/components/NestedDropdown/types.d.ts +1 -1
  36. package/build/components/ProgressBar/style.d.ts +1 -1
  37. package/build/components/ProgressRing/style.d.ts +2 -2
  38. package/build/components/RFH/Inputs/SelectWithAccordion/style.d.ts +3 -3
  39. package/build/components/RangeCalender/components/QuickFilters/style.d.ts +1 -1
  40. package/build/components/RangeCalender/components/RangeDatepicker/style.d.ts +1 -1
  41. package/build/components/RangeCalender/style.d.ts +3 -3
  42. package/build/components/RightLeftExpandingCenterChip/style.d.ts +65 -65
  43. package/build/components/SearchButton/styles.d.ts +10 -10
  44. package/build/components/SelectDropdown/style.d.ts +1 -1
  45. package/build/components/SelectWithSearch/style.d.ts +3 -3
  46. package/build/components/StatusButton/style.d.ts +2 -2
  47. package/build/components/StatusIcons/AuthIcons/style.d.ts +10 -10
  48. package/build/components/StatusIcons/AuthorizationAutoIcons/style.d.ts +5 -5
  49. package/build/components/StatusIcons/ChargeStatusIcon/style.d.ts +30 -30
  50. package/build/components/StatusIcons/SourceIcons/style.d.ts +5 -5
  51. package/build/components/StatusLabel/style.d.ts +1 -1
  52. package/build/components/TableCells/CustomCells/ActionCell/style.d.ts +5 -5
  53. package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.d.ts +5 -5
  54. package/build/components/TableCells/CustomCells/AuthenticationCell/style.d.ts +10 -10
  55. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.d.ts +25 -25
  56. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.d.ts +25 -25
  57. package/build/components/TableCells/CustomCells/BalanceCell/style.d.ts +5 -5
  58. package/build/components/TableCells/CustomCells/ChannelsCell/style.d.ts +5 -5
  59. package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.d.ts +5 -5
  60. package/build/components/TableCells/CustomCells/DestinationStatusCell/style.d.ts +25 -25
  61. package/build/components/TableCells/CustomCells/DueDateCell/style.d.ts +5 -5
  62. package/build/components/TableCells/CustomCells/IDButton/style.d.ts +10 -10
  63. package/build/components/TableCells/CustomCells/IntentsStatusCell/style.d.ts +5 -5
  64. package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.d.ts +5 -5
  65. package/build/components/TableCells/CustomCells/PayoutStatusCell/style.d.ts +25 -25
  66. package/build/components/TableCells/CustomCells/ProductsCell/style.d.ts +5 -5
  67. package/build/components/TableCells/CustomCells/ReferenceCell/style.d.ts +5 -5
  68. package/build/components/TableCells/CustomCells/RefundChargeCell/style.d.ts +10 -10
  69. package/build/components/TableCells/CustomCells/RefundStatusCell/style.d.ts +5 -5
  70. package/build/components/TableCells/CustomCells/SalesChannelCell/style.d.ts +5 -5
  71. package/build/components/TableCells/CustomCells/SegmentsCell/style.d.ts +5 -5
  72. package/build/components/TableCells/CustomCells/SourceCell/style.d.ts +5 -5
  73. package/build/components/TableCells/CustomCells/SourceMergedCell/style.d.ts +30 -30
  74. package/build/components/TableCells/CustomCells/StatusCell/style.d.ts +30 -30
  75. package/build/components/TableCells/CustomCells/TokenStatusCell/style.d.ts +25 -25
  76. package/build/components/TableCells/CustomCells/style.d.ts +5 -5
  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/components/ColumnFilter/Inputs/style.d.ts +1 -1
  81. package/build/components/VirtualTables/components/ColumnFilter/style.d.ts +2 -2
  82. package/build/components/VirtualTables/components/ErrorList/styles.d.ts +1 -1
  83. package/build/components/VirtualTables/components/TableFooter/style.d.ts +2 -2
  84. package/build/components/VirtualTables/components/style.d.ts +5 -5
  85. package/build/components/Widget/style.d.ts +1 -1
  86. package/build/components/Window/style.d.ts +10 -10
  87. package/build/components/WindowAppIcon/style.d.ts +1 -1
  88. package/build/constants/assets.d.ts +2 -0
  89. package/build/constants/assets.js +2 -0
  90. package/build/constants/index.d.ts +1 -0
  91. package/build/constants/index.js +1 -0
  92. package/build/constants/segment.d.ts +12 -0
  93. package/build/constants/segment.js +11 -0
  94. package/build/types/column.d.ts +0 -3
  95. package/package.json +1 -1
@@ -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" | "m" | "order" | "p" | "style" | "color" | "border" | "borderRadius" | "borderColor" | "borderBottom" | "flex" | "display" | "alignItems" | "borderTop" | "borderRight" | "borderLeft" | "className" | "classes" | "children" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignContent" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "zIndex" | "position" | "boxShadow" | "maxWidth" | "minWidth" | "maxHeight" | "boxSizing" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform" | "align" | "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" | "m" | "order" | "p" | "style" | "color" | "border" | "borderRadius" | "borderColor" | "borderBottom" | "flex" | "display" | "alignItems" | "borderTop" | "borderRight" | "borderLeft" | "className" | "classes" | "children" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignContent" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "zIndex" | "position" | "boxShadow" | "maxWidth" | "minWidth" | "maxHeight" | "boxSizing" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform" | "align" | "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" | "m" | "order" | "p" | "style" | "color" | "border" | "borderRadius" | "borderColor" | "borderBottom" | "flex" | "display" | "alignItems" | "borderTop" | "borderRight" | "borderLeft" | "className" | "classes" | "children" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignContent" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "zIndex" | "position" | "boxShadow" | "maxWidth" | "minWidth" | "maxHeight" | "boxSizing" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform" | "align" | "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" | "m" | "order" | "p" | "style" | "color" | "border" | "borderRadius" | "borderColor" | "borderBottom" | "flex" | "display" | "alignItems" | "borderTop" | "borderRight" | "borderLeft" | "className" | "classes" | "children" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignContent" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "zIndex" | "position" | "boxShadow" | "maxWidth" | "minWidth" | "maxHeight" | "boxSizing" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform" | "align" | "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;
@@ -3,12 +3,12 @@ import { type Theme } from '@mui/material';
3
3
  export declare const statusButtonVariants: {
4
4
  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"> & {
5
5
  ref?: ((instance: HTMLButtonElement | null) => void) | React.RefObject<HTMLButtonElement> | null | undefined;
6
- }, "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> & {
6
+ }, "disabled" | "style" | "color" | "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
7
  icon?: string | undefined;
8
8
  }, {}, {}>;
9
9
  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"> & {
10
10
  ref?: ((instance: HTMLButtonElement | null) => void) | React.RefObject<HTMLButtonElement> | null | undefined;
11
- }, "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> & {
11
+ }, "disabled" | "style" | "color" | "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
12
  icon?: string | undefined;
13
13
  }, {}, {}>;
14
14
  };
@@ -4,11 +4,9 @@ export declare const StyledSourceImage: import("@emotion/styled").StyledComponen
4
4
  export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
5
5
  hidden?: boolean | undefined;
6
6
  id?: string | undefined;
7
- color?: string | undefined;
8
- content?: string | undefined;
9
- translate?: "yes" | "no" | undefined;
10
7
  slot?: string | undefined;
11
8
  title?: string | undefined;
9
+ color?: string | undefined;
12
10
  className?: string | undefined;
13
11
  defaultChecked?: boolean | undefined;
14
12
  defaultValue?: string | number | readonly string[] | undefined;
@@ -26,9 +24,11 @@ export declare const PaymentSourcesContainer: import("@emotion/styled").StyledCo
26
24
  nonce?: string | undefined;
27
25
  spellCheck?: (boolean | "false" | "true") | undefined;
28
26
  tabIndex?: number | undefined;
27
+ translate?: "yes" | "no" | undefined;
29
28
  radioGroup?: string | undefined;
30
29
  role?: import("react").AriaRole | undefined;
31
30
  about?: string | undefined;
31
+ content?: string | undefined;
32
32
  datatype?: string | undefined;
33
33
  inlist?: any;
34
34
  prefix?: string | undefined;
@@ -64,7 +64,7 @@ export declare const PaymentSourcesContainer: import("@emotion/styled").StyledCo
64
64
  "aria-colindextext"?: string | undefined;
65
65
  "aria-colspan"?: number | undefined;
66
66
  "aria-controls"?: string | undefined;
67
- "aria-current"?: boolean | "page" | "date" | "false" | "true" | "time" | "step" | "location" | undefined;
67
+ "aria-current"?: boolean | "date" | "false" | "true" | "time" | "page" | "step" | "location" | undefined;
68
68
  "aria-describedby"?: string | undefined;
69
69
  "aria-description"?: string | undefined;
70
70
  "aria-details"?: 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 | "false" | "true" | "dialog" | "menu" | "grid" | "listbox" | "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;
@@ -271,11 +271,9 @@ export declare const SourceIconWrapper: import("@emotion/styled").StyledComponen
271
271
  export declare const AuthCellContainer: import("@emotion/styled").StyledComponent<{
272
272
  hidden?: boolean | undefined;
273
273
  id?: string | undefined;
274
- color?: string | undefined;
275
- content?: string | undefined;
276
- translate?: "yes" | "no" | undefined;
277
274
  slot?: string | undefined;
278
275
  title?: string | undefined;
276
+ color?: string | undefined;
279
277
  className?: string | undefined;
280
278
  defaultChecked?: boolean | undefined;
281
279
  defaultValue?: string | number | readonly string[] | undefined;
@@ -293,9 +291,11 @@ export declare const AuthCellContainer: import("@emotion/styled").StyledComponen
293
291
  nonce?: string | undefined;
294
292
  spellCheck?: (boolean | "false" | "true") | undefined;
295
293
  tabIndex?: number | undefined;
294
+ translate?: "yes" | "no" | undefined;
296
295
  radioGroup?: string | undefined;
297
296
  role?: import("react").AriaRole | undefined;
298
297
  about?: string | undefined;
298
+ content?: string | undefined;
299
299
  datatype?: string | undefined;
300
300
  inlist?: any;
301
301
  prefix?: string | undefined;
@@ -331,7 +331,7 @@ export declare const AuthCellContainer: import("@emotion/styled").StyledComponen
331
331
  "aria-colindextext"?: string | undefined;
332
332
  "aria-colspan"?: number | undefined;
333
333
  "aria-controls"?: string | undefined;
334
- "aria-current"?: boolean | "page" | "date" | "false" | "true" | "time" | "step" | "location" | undefined;
334
+ "aria-current"?: boolean | "date" | "false" | "true" | "time" | "page" | "step" | "location" | undefined;
335
335
  "aria-describedby"?: string | undefined;
336
336
  "aria-description"?: string | undefined;
337
337
  "aria-details"?: 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 | "false" | "true" | "dialog" | "menu" | "grid" | "listbox" | "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;
@@ -2,11 +2,9 @@
2
2
  export declare const BalanceCellContainer: import("@emotion/styled").StyledComponent<{
3
3
  hidden?: boolean | undefined;
4
4
  id?: string | undefined;
5
- color?: string | undefined;
6
- content?: string | undefined;
7
- translate?: "yes" | "no" | undefined;
8
5
  slot?: string | undefined;
9
6
  title?: string | undefined;
7
+ color?: string | undefined;
10
8
  className?: string | undefined;
11
9
  defaultChecked?: boolean | undefined;
12
10
  defaultValue?: string | number | readonly string[] | undefined;
@@ -24,9 +22,11 @@ export declare const BalanceCellContainer: import("@emotion/styled").StyledCompo
24
22
  nonce?: string | undefined;
25
23
  spellCheck?: (boolean | "false" | "true") | undefined;
26
24
  tabIndex?: number | undefined;
25
+ translate?: "yes" | "no" | undefined;
27
26
  radioGroup?: string | undefined;
28
27
  role?: import("react").AriaRole | undefined;
29
28
  about?: string | undefined;
29
+ content?: string | undefined;
30
30
  datatype?: string | undefined;
31
31
  inlist?: any;
32
32
  prefix?: string | undefined;
@@ -62,7 +62,7 @@ export declare const BalanceCellContainer: import("@emotion/styled").StyledCompo
62
62
  "aria-colindextext"?: string | undefined;
63
63
  "aria-colspan"?: number | undefined;
64
64
  "aria-controls"?: string | undefined;
65
- "aria-current"?: boolean | "page" | "date" | "false" | "true" | "time" | "step" | "location" | undefined;
65
+ "aria-current"?: boolean | "date" | "false" | "true" | "time" | "page" | "step" | "location" | undefined;
66
66
  "aria-describedby"?: string | undefined;
67
67
  "aria-description"?: string | undefined;
68
68
  "aria-details"?: 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 | "false" | "true" | "dialog" | "menu" | "grid" | "listbox" | "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;
@@ -2,11 +2,9 @@
2
2
  export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
3
3
  hidden?: boolean | undefined;
4
4
  id?: string | undefined;
5
- color?: string | undefined;
6
- content?: string | undefined;
7
- translate?: "yes" | "no" | undefined;
8
5
  slot?: string | undefined;
9
6
  title?: string | undefined;
7
+ color?: string | undefined;
10
8
  className?: string | undefined;
11
9
  defaultChecked?: boolean | undefined;
12
10
  defaultValue?: string | number | readonly string[] | undefined;
@@ -24,9 +22,11 @@ export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
24
22
  nonce?: string | undefined;
25
23
  spellCheck?: (boolean | "false" | "true") | undefined;
26
24
  tabIndex?: number | undefined;
25
+ translate?: "yes" | "no" | undefined;
27
26
  radioGroup?: string | undefined;
28
27
  role?: import("react").AriaRole | undefined;
29
28
  about?: string | undefined;
29
+ content?: string | undefined;
30
30
  datatype?: string | undefined;
31
31
  inlist?: any;
32
32
  prefix?: string | undefined;
@@ -62,7 +62,7 @@ export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
62
62
  "aria-colindextext"?: string | undefined;
63
63
  "aria-colspan"?: number | undefined;
64
64
  "aria-controls"?: string | undefined;
65
- "aria-current"?: boolean | "page" | "date" | "false" | "true" | "time" | "step" | "location" | undefined;
65
+ "aria-current"?: boolean | "date" | "false" | "true" | "time" | "page" | "step" | "location" | undefined;
66
66
  "aria-describedby"?: string | undefined;
67
67
  "aria-description"?: string | undefined;
68
68
  "aria-details"?: string | undefined;
@@ -72,7 +72,7 @@ export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
72
72
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
73
73
  "aria-flowto"?: string | undefined;
74
74
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
75
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
75
+ "aria-haspopup"?: boolean | "false" | "true" | "dialog" | "menu" | "grid" | "listbox" | "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;
@@ -264,11 +264,9 @@ export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
264
264
  export declare const ErrorCodeWrapper: import("@emotion/styled").StyledComponent<{
265
265
  hidden?: boolean | undefined;
266
266
  id?: string | undefined;
267
- color?: string | undefined;
268
- content?: string | undefined;
269
- translate?: "yes" | "no" | undefined;
270
267
  slot?: string | undefined;
271
268
  title?: string | undefined;
269
+ color?: string | undefined;
272
270
  className?: string | undefined;
273
271
  defaultChecked?: boolean | undefined;
274
272
  defaultValue?: string | number | readonly string[] | undefined;
@@ -286,9 +284,11 @@ export declare const ErrorCodeWrapper: import("@emotion/styled").StyledComponent
286
284
  nonce?: string | undefined;
287
285
  spellCheck?: (boolean | "false" | "true") | undefined;
288
286
  tabIndex?: number | undefined;
287
+ translate?: "yes" | "no" | undefined;
289
288
  radioGroup?: string | undefined;
290
289
  role?: import("react").AriaRole | undefined;
291
290
  about?: string | undefined;
291
+ content?: string | undefined;
292
292
  datatype?: string | undefined;
293
293
  inlist?: any;
294
294
  prefix?: string | undefined;
@@ -324,7 +324,7 @@ export declare const ErrorCodeWrapper: import("@emotion/styled").StyledComponent
324
324
  "aria-colindextext"?: string | undefined;
325
325
  "aria-colspan"?: number | undefined;
326
326
  "aria-controls"?: string | undefined;
327
- "aria-current"?: boolean | "page" | "date" | "false" | "true" | "time" | "step" | "location" | undefined;
327
+ "aria-current"?: boolean | "date" | "false" | "true" | "time" | "page" | "step" | "location" | undefined;
328
328
  "aria-describedby"?: string | undefined;
329
329
  "aria-description"?: string | undefined;
330
330
  "aria-details"?: string | undefined;
@@ -334,7 +334,7 @@ export declare const ErrorCodeWrapper: import("@emotion/styled").StyledComponent
334
334
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
335
335
  "aria-flowto"?: string | undefined;
336
336
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
337
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
337
+ "aria-haspopup"?: boolean | "false" | "true" | "dialog" | "menu" | "grid" | "listbox" | "tree" | undefined;
338
338
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
339
339
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
340
340
  "aria-keyshortcuts"?: string | undefined;
@@ -527,11 +527,9 @@ export declare const GateWayIcon: import("@emotion/styled").StyledComponent<impo
527
527
  export declare const GatewayIconWrapper: import("@emotion/styled").StyledComponent<{
528
528
  hidden?: boolean | undefined;
529
529
  id?: string | undefined;
530
- color?: string | undefined;
531
- content?: string | undefined;
532
- translate?: "yes" | "no" | undefined;
533
530
  slot?: string | undefined;
534
531
  title?: string | undefined;
532
+ color?: string | undefined;
535
533
  className?: string | undefined;
536
534
  defaultChecked?: boolean | undefined;
537
535
  defaultValue?: string | number | readonly string[] | undefined;
@@ -549,9 +547,11 @@ export declare const GatewayIconWrapper: import("@emotion/styled").StyledCompone
549
547
  nonce?: string | undefined;
550
548
  spellCheck?: (boolean | "false" | "true") | undefined;
551
549
  tabIndex?: number | undefined;
550
+ translate?: "yes" | "no" | undefined;
552
551
  radioGroup?: string | undefined;
553
552
  role?: import("react").AriaRole | undefined;
554
553
  about?: string | undefined;
554
+ content?: string | undefined;
555
555
  datatype?: string | undefined;
556
556
  inlist?: any;
557
557
  prefix?: string | undefined;
@@ -587,7 +587,7 @@ export declare const GatewayIconWrapper: import("@emotion/styled").StyledCompone
587
587
  "aria-colindextext"?: string | undefined;
588
588
  "aria-colspan"?: number | undefined;
589
589
  "aria-controls"?: string | undefined;
590
- "aria-current"?: boolean | "page" | "date" | "false" | "true" | "time" | "step" | "location" | undefined;
590
+ "aria-current"?: boolean | "date" | "false" | "true" | "time" | "page" | "step" | "location" | undefined;
591
591
  "aria-describedby"?: string | undefined;
592
592
  "aria-description"?: string | undefined;
593
593
  "aria-details"?: string | undefined;
@@ -597,7 +597,7 @@ export declare const GatewayIconWrapper: import("@emotion/styled").StyledCompone
597
597
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
598
598
  "aria-flowto"?: string | undefined;
599
599
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
600
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
600
+ "aria-haspopup"?: boolean | "false" | "true" | "dialog" | "menu" | "grid" | "listbox" | "tree" | undefined;
601
601
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
602
602
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
603
603
  "aria-keyshortcuts"?: string | undefined;
@@ -789,11 +789,9 @@ export declare const GatewayIconWrapper: import("@emotion/styled").StyledCompone
789
789
  export declare const GatewaysContainer: import("@emotion/styled").StyledComponent<{
790
790
  hidden?: boolean | undefined;
791
791
  id?: string | undefined;
792
- color?: string | undefined;
793
- content?: string | undefined;
794
- translate?: "yes" | "no" | undefined;
795
792
  slot?: string | undefined;
796
793
  title?: string | undefined;
794
+ color?: string | undefined;
797
795
  className?: string | undefined;
798
796
  defaultChecked?: boolean | undefined;
799
797
  defaultValue?: string | number | readonly string[] | undefined;
@@ -811,9 +809,11 @@ export declare const GatewaysContainer: import("@emotion/styled").StyledComponen
811
809
  nonce?: string | undefined;
812
810
  spellCheck?: (boolean | "false" | "true") | undefined;
813
811
  tabIndex?: number | undefined;
812
+ translate?: "yes" | "no" | undefined;
814
813
  radioGroup?: string | undefined;
815
814
  role?: import("react").AriaRole | undefined;
816
815
  about?: string | undefined;
816
+ content?: string | undefined;
817
817
  datatype?: string | undefined;
818
818
  inlist?: any;
819
819
  prefix?: string | undefined;
@@ -849,7 +849,7 @@ export declare const GatewaysContainer: import("@emotion/styled").StyledComponen
849
849
  "aria-colindextext"?: string | undefined;
850
850
  "aria-colspan"?: number | undefined;
851
851
  "aria-controls"?: string | undefined;
852
- "aria-current"?: boolean | "page" | "date" | "false" | "true" | "time" | "step" | "location" | undefined;
852
+ "aria-current"?: boolean | "date" | "false" | "true" | "time" | "page" | "step" | "location" | undefined;
853
853
  "aria-describedby"?: string | undefined;
854
854
  "aria-description"?: string | undefined;
855
855
  "aria-details"?: string | undefined;
@@ -859,7 +859,7 @@ export declare const GatewaysContainer: import("@emotion/styled").StyledComponen
859
859
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
860
860
  "aria-flowto"?: string | undefined;
861
861
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
862
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
862
+ "aria-haspopup"?: boolean | "false" | "true" | "dialog" | "menu" | "grid" | "listbox" | "tree" | undefined;
863
863
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
864
864
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
865
865
  "aria-keyshortcuts"?: string | undefined;
@@ -1053,11 +1053,9 @@ export declare const GatewaysContainer: import("@emotion/styled").StyledComponen
1053
1053
  export declare const UnCapturedBadge: import("@emotion/styled").StyledComponent<{
1054
1054
  hidden?: boolean | undefined;
1055
1055
  id?: string | undefined;
1056
- color?: string | undefined;
1057
- content?: string | undefined;
1058
- translate?: "yes" | "no" | undefined;
1059
1056
  slot?: string | undefined;
1060
1057
  title?: string | undefined;
1058
+ color?: string | undefined;
1061
1059
  className?: string | undefined;
1062
1060
  defaultChecked?: boolean | undefined;
1063
1061
  defaultValue?: string | number | readonly string[] | undefined;
@@ -1075,9 +1073,11 @@ export declare const UnCapturedBadge: import("@emotion/styled").StyledComponent<
1075
1073
  nonce?: string | undefined;
1076
1074
  spellCheck?: (boolean | "false" | "true") | undefined;
1077
1075
  tabIndex?: number | undefined;
1076
+ translate?: "yes" | "no" | undefined;
1078
1077
  radioGroup?: string | undefined;
1079
1078
  role?: import("react").AriaRole | undefined;
1080
1079
  about?: string | undefined;
1080
+ content?: string | undefined;
1081
1081
  datatype?: string | undefined;
1082
1082
  inlist?: any;
1083
1083
  prefix?: string | undefined;
@@ -1113,7 +1113,7 @@ export declare const UnCapturedBadge: import("@emotion/styled").StyledComponent<
1113
1113
  "aria-colindextext"?: string | undefined;
1114
1114
  "aria-colspan"?: number | undefined;
1115
1115
  "aria-controls"?: string | undefined;
1116
- "aria-current"?: boolean | "page" | "date" | "false" | "true" | "time" | "step" | "location" | undefined;
1116
+ "aria-current"?: boolean | "date" | "false" | "true" | "time" | "page" | "step" | "location" | undefined;
1117
1117
  "aria-describedby"?: string | undefined;
1118
1118
  "aria-description"?: string | undefined;
1119
1119
  "aria-details"?: string | undefined;
@@ -1123,7 +1123,7 @@ export declare const UnCapturedBadge: import("@emotion/styled").StyledComponent<
1123
1123
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
1124
1124
  "aria-flowto"?: string | undefined;
1125
1125
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
1126
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
1126
+ "aria-haspopup"?: boolean | "false" | "true" | "dialog" | "menu" | "grid" | "listbox" | "tree" | undefined;
1127
1127
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
1128
1128
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1129
1129
  "aria-keyshortcuts"?: string | undefined;
@@ -1315,11 +1315,9 @@ export declare const UnCapturedBadge: import("@emotion/styled").StyledComponent<
1315
1315
  export declare const UnCapturedContainer: import("@emotion/styled").StyledComponent<{
1316
1316
  hidden?: boolean | undefined;
1317
1317
  id?: string | undefined;
1318
- color?: string | undefined;
1319
- content?: string | undefined;
1320
- translate?: "yes" | "no" | undefined;
1321
1318
  slot?: string | undefined;
1322
1319
  title?: string | undefined;
1320
+ color?: string | undefined;
1323
1321
  className?: string | undefined;
1324
1322
  defaultChecked?: boolean | undefined;
1325
1323
  defaultValue?: string | number | readonly string[] | undefined;
@@ -1337,9 +1335,11 @@ export declare const UnCapturedContainer: import("@emotion/styled").StyledCompon
1337
1335
  nonce?: string | undefined;
1338
1336
  spellCheck?: (boolean | "false" | "true") | undefined;
1339
1337
  tabIndex?: number | undefined;
1338
+ translate?: "yes" | "no" | undefined;
1340
1339
  radioGroup?: string | undefined;
1341
1340
  role?: import("react").AriaRole | undefined;
1342
1341
  about?: string | undefined;
1342
+ content?: string | undefined;
1343
1343
  datatype?: string | undefined;
1344
1344
  inlist?: any;
1345
1345
  prefix?: string | undefined;
@@ -1375,7 +1375,7 @@ export declare const UnCapturedContainer: import("@emotion/styled").StyledCompon
1375
1375
  "aria-colindextext"?: string | undefined;
1376
1376
  "aria-colspan"?: number | undefined;
1377
1377
  "aria-controls"?: string | undefined;
1378
- "aria-current"?: boolean | "page" | "date" | "false" | "true" | "time" | "step" | "location" | undefined;
1378
+ "aria-current"?: boolean | "date" | "false" | "true" | "time" | "page" | "step" | "location" | undefined;
1379
1379
  "aria-describedby"?: string | undefined;
1380
1380
  "aria-description"?: string | undefined;
1381
1381
  "aria-details"?: string | undefined;
@@ -1385,7 +1385,7 @@ export declare const UnCapturedContainer: import("@emotion/styled").StyledCompon
1385
1385
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
1386
1386
  "aria-flowto"?: string | undefined;
1387
1387
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
1388
- "aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "menu" | "listbox" | "tree" | undefined;
1388
+ "aria-haspopup"?: boolean | "false" | "true" | "dialog" | "menu" | "grid" | "listbox" | "tree" | undefined;
1389
1389
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
1390
1390
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1391
1391
  "aria-keyshortcuts"?: string | undefined;
@@ -4,11 +4,9 @@ export declare const StyledSourceImage: import("@emotion/styled").StyledComponen
4
4
  export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
5
5
  hidden?: boolean | undefined;
6
6
  id?: string | undefined;
7
- color?: string | undefined;
8
- content?: string | undefined;
9
- translate?: "yes" | "no" | undefined;
10
7
  slot?: string | undefined;
11
8
  title?: string | undefined;
9
+ color?: string | undefined;
12
10
  className?: string | undefined;
13
11
  defaultChecked?: boolean | undefined;
14
12
  defaultValue?: string | number | readonly string[] | undefined;
@@ -26,9 +24,11 @@ export declare const PaymentSourcesContainer: import("@emotion/styled").StyledCo
26
24
  nonce?: string | undefined;
27
25
  spellCheck?: (boolean | "false" | "true") | undefined;
28
26
  tabIndex?: number | undefined;
27
+ translate?: "yes" | "no" | undefined;
29
28
  radioGroup?: string | undefined;
30
29
  role?: import("react").AriaRole | undefined;
31
30
  about?: string | undefined;
31
+ content?: string | undefined;
32
32
  datatype?: string | undefined;
33
33
  inlist?: any;
34
34
  prefix?: string | undefined;
@@ -64,7 +64,7 @@ export declare const PaymentSourcesContainer: import("@emotion/styled").StyledCo
64
64
  "aria-colindextext"?: string | undefined;
65
65
  "aria-colspan"?: number | undefined;
66
66
  "aria-controls"?: string | undefined;
67
- "aria-current"?: boolean | "page" | "date" | "false" | "true" | "time" | "step" | "location" | undefined;
67
+ "aria-current"?: boolean | "date" | "false" | "true" | "time" | "page" | "step" | "location" | undefined;
68
68
  "aria-describedby"?: string | undefined;
69
69
  "aria-description"?: string | undefined;
70
70
  "aria-details"?: 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 | "false" | "true" | "dialog" | "menu" | "grid" | "listbox" | "tree" | undefined;
78
78
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
79
79
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
80
80
  "aria-keyshortcuts"?: string | undefined;
@@ -4,6 +4,6 @@ export declare const Wrapper: import("@emotion/styled").StyledComponent<import("
4
4
  }, keyof import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
5
5
  export declare const TextStyled: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
6
6
  ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
7
- }, "width" | "minHeight" | "height" | "bottom" | "left" | "right" | "top" | "border" | "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "color" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "visibility" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "style" | "className" | "classes" | "children" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "sx" | "variant" | "variantMapping"> & {
7
+ }, "width" | "minHeight" | "height" | "bottom" | "left" | "right" | "top" | "m" | "order" | "p" | "style" | "color" | "border" | "borderRadius" | "borderColor" | "borderBottom" | "flex" | "display" | "alignItems" | "borderTop" | "borderRight" | "borderLeft" | "className" | "classes" | "children" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignContent" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "zIndex" | "position" | "boxShadow" | "maxWidth" | "minWidth" | "maxHeight" | "boxSizing" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "sx" | "variant" | "variantMapping"> & {
8
8
  component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
9
9
  } & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;