@tap-payments/os-micro-frontend-shared 0.3.65 → 0.3.66

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 (109) hide show
  1. package/build/_chunks/{chunk-KZKC3NF7.js → chunk-6LH4XJTL.js} +1 -1
  2. package/build/_v2/components/index.d.ts +2 -2
  3. package/build/_v2/components/primitives/Avatar/Avatar.d.ts +4 -0
  4. package/build/_v2/components/primitives/Avatar/index.d.ts +2 -0
  5. package/build/_v2/components/primitives/Avatar/style.d.ts +7 -0
  6. package/build/_v2/components/primitives/Avatar/type.d.ts +11 -0
  7. package/build/_v2/components/primitives/Backdrop/Backdrop.d.ts +4 -0
  8. package/build/_v2/components/primitives/Backdrop/index.d.ts +2 -0
  9. package/build/_v2/components/primitives/Backdrop/style.d.ts +4 -0
  10. package/build/_v2/components/primitives/Backdrop/type.d.ts +10 -0
  11. package/build/_v2/components/primitives/Badge/Badge.d.ts +4 -0
  12. package/build/_v2/components/primitives/Badge/index.d.ts +2 -0
  13. package/build/_v2/components/primitives/Badge/style.d.ts +9 -0
  14. package/build/_v2/components/primitives/Badge/type.d.ts +14 -0
  15. package/build/_v2/components/primitives/Button/style.d.ts +5 -5
  16. package/build/_v2/components/primitives/Checkbox/Checkbox.d.ts +4 -0
  17. package/build/_v2/components/primitives/Checkbox/index.d.ts +2 -0
  18. package/build/_v2/components/primitives/Checkbox/style.d.ts +2 -0
  19. package/build/_v2/components/primitives/Checkbox/type.d.ts +11 -0
  20. package/build/_v2/components/primitives/Chip/Chip.d.ts +4 -0
  21. package/build/_v2/components/primitives/Chip/index.d.ts +2 -0
  22. package/build/_v2/components/primitives/Chip/style.d.ts +14 -0
  23. package/build/_v2/components/primitives/Chip/type.d.ts +22 -0
  24. package/build/_v2/components/primitives/CircularProgress/CircularProgress.d.ts +4 -0
  25. package/build/_v2/components/primitives/CircularProgress/index.d.ts +2 -0
  26. package/build/_v2/components/primitives/CircularProgress/style.d.ts +14 -0
  27. package/build/_v2/components/primitives/CircularProgress/type.d.ts +8 -0
  28. package/build/_v2/components/primitives/Collapse/Collapse.d.ts +4 -0
  29. package/build/_v2/components/primitives/Collapse/index.d.ts +2 -0
  30. package/build/_v2/components/primitives/Collapse/style.d.ts +1 -0
  31. package/build/_v2/components/primitives/Collapse/type.d.ts +6 -0
  32. package/build/_v2/components/primitives/CopyButton/CopyButton.d.ts +4 -0
  33. package/build/_v2/components/primitives/CopyButton/index.d.ts +2 -0
  34. package/build/_v2/components/primitives/CopyButton/style.d.ts +4 -0
  35. package/build/_v2/components/primitives/CopyButton/type.d.ts +10 -0
  36. package/build/_v2/components/primitives/Divider/Divider.d.ts +4 -0
  37. package/build/_v2/components/primitives/Divider/index.d.ts +2 -0
  38. package/build/_v2/components/primitives/Divider/style.d.ts +4 -0
  39. package/build/_v2/components/primitives/Divider/type.d.ts +6 -0
  40. package/build/_v2/components/primitives/Icon/style.d.ts +1 -1
  41. package/build/_v2/components/primitives/ProgressBar/ProgressBar.d.ts +4 -0
  42. package/build/_v2/components/primitives/ProgressBar/index.d.ts +2 -0
  43. package/build/_v2/components/primitives/ProgressBar/style.d.ts +19 -0
  44. package/build/_v2/components/primitives/ProgressBar/type.d.ts +9 -0
  45. package/build/_v2/components/primitives/RadioButton/RadioButton.d.ts +4 -0
  46. package/build/_v2/components/primitives/RadioButton/index.d.ts +2 -0
  47. package/build/_v2/components/primitives/RadioButton/style.d.ts +24 -0
  48. package/build/_v2/components/primitives/RadioButton/type.d.ts +20 -0
  49. package/build/_v2/components/primitives/Skeleton/Skeleton.d.ts +4 -0
  50. package/build/_v2/components/primitives/Skeleton/index.d.ts +2 -0
  51. package/build/_v2/components/primitives/Skeleton/style.d.ts +4 -0
  52. package/build/_v2/components/primitives/Skeleton/type.d.ts +6 -0
  53. package/build/_v2/components/primitives/Slider/Slider.d.ts +4 -0
  54. package/build/_v2/components/primitives/Slider/index.d.ts +2 -0
  55. package/build/_v2/components/primitives/Slider/style.d.ts +4 -0
  56. package/build/_v2/components/primitives/Slider/type.d.ts +18 -0
  57. package/build/_v2/components/primitives/Switch/Switch.d.ts +4 -0
  58. package/build/_v2/components/primitives/Switch/index.d.ts +2 -0
  59. package/build/_v2/components/primitives/Switch/style.d.ts +1 -0
  60. package/build/_v2/components/primitives/Switch/type.d.ts +6 -0
  61. package/build/_v2/components/primitives/Tooltip/Tooltip.d.ts +17 -0
  62. package/build/_v2/components/primitives/Tooltip/index.d.ts +2 -0
  63. package/build/_v2/components/primitives/Tooltip/style.d.ts +2 -0
  64. package/build/_v2/components/primitives/Tooltip/type.d.ts +16 -0
  65. package/build/_v2/components/primitives/Typography/Typography.d.ts +4 -0
  66. package/build/_v2/components/primitives/Typography/index.d.ts +2 -0
  67. package/build/_v2/components/primitives/Typography/style.d.ts +4 -0
  68. package/build/_v2/components/primitives/Typography/type.d.ts +18 -0
  69. package/build/_v2/components/primitives/index.d.ts +32 -0
  70. package/build/_v2/index.d.ts +2 -2
  71. package/build/components/Amount/index.js +1 -1
  72. package/build/components/AmountConversionFilter/index.js +1 -1
  73. package/build/components/AmountInput/index.js +1 -1
  74. package/build/components/AmountSlider/index.js +1 -1
  75. package/build/components/AppServices/index.js +1 -1
  76. package/build/components/AppServicesBar/index.js +1 -1
  77. package/build/components/BrandLogo/index.js +1 -1
  78. package/build/components/ColumnViews/index.js +1 -1
  79. package/build/components/CopyImage/index.js +1 -1
  80. package/build/components/CountryFilter/index.js +1 -1
  81. package/build/components/CurrencyFilter/index.js +1 -1
  82. package/build/components/Customer/index.js +1 -1
  83. package/build/components/DateFilter/index.js +1 -1
  84. package/build/components/Discount/index.js +1 -1
  85. package/build/components/FileInputPreview/index.js +1 -1
  86. package/build/components/FilterDropdown/index.js +1 -1
  87. package/build/components/Filters/index.js +1 -1
  88. package/build/components/LanguageDropdown/index.js +1 -1
  89. package/build/components/ListColumnFilter/index.js +1 -1
  90. package/build/components/ListHeader/index.js +1 -1
  91. package/build/components/MerchantCurrencyDropdown/index.js +1 -1
  92. package/build/components/MerchantLogo/index.js +1 -1
  93. package/build/components/MerchantsDropdown/index.js +1 -1
  94. package/build/components/PartnersFilter/index.js +1 -1
  95. package/build/components/PaymentSourceFilter/index.js +1 -1
  96. package/build/components/PhoneFilter/index.js +1 -1
  97. package/build/components/ReceiptsViewer/index.js +1 -1
  98. package/build/components/ReferenceTypeFilter/index.js +1 -1
  99. package/build/components/StatusFilter/index.js +1 -1
  100. package/build/components/TableCells/index.js +1 -1
  101. package/build/components/TableReports/index.js +1 -1
  102. package/build/components/TreeDropdown/index.js +1 -1
  103. package/build/components/VAT/index.js +1 -1
  104. package/build/components/VerificationIcon/index.js +1 -1
  105. package/build/components/ViewColumnRadioFilter/index.js +1 -1
  106. package/build/components/WindowSideBar/index.js +1 -1
  107. package/build/components/index.js +1 -1
  108. package/build/index.js +1 -1
  109. package/package.json +1 -1
@@ -1,2 +1,2 @@
1
- export { Button, Icon } from './primitives';
2
- export type { ButtonProps, ButtonVariant, ButtonSize, IconProps } from './primitives';
1
+ export { Button, Icon, Checkbox, Switch, Typography, RadioButton, CircularProgress, Tooltip, Skeleton, Avatar, Divider, Collapse, Badge, Backdrop, CopyButton, ProgressBar, Chip, Slider, } from './primitives';
2
+ export type { ButtonProps, ButtonVariant, ButtonSize, IconProps, CheckboxProps, SwitchProps, TypographyProps, TypographyVariant, TypographyAlign, TypographyColor, TypographyWeight, RadioButtonProps, RadioButtonSize, CircularProgressProps, TooltipProps, SkeletonProps, AvatarProps, AvatarSize, DividerProps, CollapseProps, BadgeProps, BadgeVariant, BackdropProps, CopyButtonProps, ProgressBarProps, ChipProps, ChipVariant, SliderProps, } from './primitives';
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type { AvatarProps } from './type';
3
+ declare const _default: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<Omit<AvatarProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>>;
4
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export { default } from './Avatar';
2
+ export type { AvatarProps, AvatarSize } from './type';
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import type { AvatarSize } from './type';
3
+ export declare const AvatarStyled: import("@emotion/styled").StyledComponent<import("@mui/material/Avatar").AvatarOwnProps & import("@mui/material/Avatar").AvatarSlotsAndSlotProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
4
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
5
+ }, "classes" | "className" | "style" | "children" | "sx" | "variant" | "slotProps" | "slots" | "sizes" | "src" | "alt" | "srcSet" | "imgProps"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
6
+ $size?: AvatarSize | undefined;
7
+ }, {}, {}>;
@@ -0,0 +1,11 @@
1
+ import type { AvatarProps as MuiAvatarProps } from '@mui/material/Avatar';
2
+ import type { SxProps, Theme } from '@mui/material/styles';
3
+ export type AvatarSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
4
+ export interface AvatarProps extends Omit<MuiAvatarProps, 'variant'> {
5
+ /** Preset size token */
6
+ size?: AvatarSize;
7
+ /** Shape variant */
8
+ shape?: 'circular' | 'rounded' | 'square';
9
+ /** MUI sx style overrides */
10
+ sx?: SxProps<Theme>;
11
+ }
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type { BackdropProps } from './type';
3
+ declare const _default: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<Omit<BackdropProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>>;
4
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export { default } from './Backdrop';
2
+ export type { BackdropProps } from './type';
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ export declare const BackdropStyled: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
3
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
4
+ }, keyof import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
@@ -0,0 +1,10 @@
1
+ import type { BoxProps } from '@mui/material/Box';
2
+ import type { SxProps, Theme } from '@mui/material/styles';
3
+ export interface BackdropProps extends Omit<BoxProps, 'children'> {
4
+ /** Controls visibility — when false the backdrop is not rendered at all */
5
+ open?: boolean;
6
+ /** Semantic close handler called on click (merged with onClick) */
7
+ onClose?: () => void;
8
+ /** MUI sx style overrides */
9
+ sx?: SxProps<Theme>;
10
+ }
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type { BadgeProps } from './type';
3
+ declare const _default: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<BadgeProps & import("react").RefAttributes<HTMLSpanElement>>>;
4
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export { default } from './Badge';
2
+ export type { BadgeProps, BadgeVariant } from './type';
@@ -0,0 +1,9 @@
1
+ /// <reference types="react" />
2
+ import type { Theme } from '@mui/material/styles';
3
+ import type { BadgeVariant } from './type';
4
+ export declare const BadgeStyled: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<Theme> & {
5
+ $variant?: BadgeVariant | undefined;
6
+ $compact?: boolean | undefined;
7
+ $round?: boolean | undefined;
8
+ $pointer?: boolean | undefined;
9
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
@@ -0,0 +1,14 @@
1
+ import type { SxProps, Theme } from '@mui/material/styles';
2
+ export type BadgeVariant = 'default' | 'primary' | 'secondary' | 'success' | 'warning' | 'error' | 'inactive' | 'active' | 'dark' | 'neutral' | 'gray' | 'orange' | 'red';
3
+ export interface BadgeProps extends Omit<React.HTMLAttributes<HTMLSpanElement>, 'color'> {
4
+ /** Visual colour style of the badge */
5
+ variant?: BadgeVariant;
6
+ /** Compact (tighter) padding */
7
+ compact?: boolean;
8
+ /** Fully round pill shape */
9
+ round?: boolean;
10
+ /** Show pointer cursor */
11
+ pointer?: boolean;
12
+ /** MUI sx style overrides */
13
+ sx?: SxProps<Theme>;
14
+ }
@@ -20,11 +20,11 @@ export declare const sizeStyles: {
20
20
  readonly fontWeight: 700;
21
21
  };
22
22
  };
23
- export declare const ButtonRoot: import("@emotion/styled").StyledComponent<import("@mui/material/ButtonBase").ButtonBaseOwnProps & Omit<import("@mui/material/ButtonBase").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
23
+ export declare const ButtonStyled: import("@emotion/styled").StyledComponent<import("@mui/material/ButtonBase").ButtonBaseOwnProps & Omit<import("@mui/material/ButtonBase").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
24
24
  ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
25
25
  }, "disabled" | "classes" | "className" | "style" | "tabIndex" | "children" | "sx" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
26
- variant?: ButtonVariant | undefined;
27
- size?: ButtonSize | undefined;
28
- fullWidth?: boolean | undefined;
29
- isLoading?: boolean | undefined;
26
+ $variant?: ButtonVariant | undefined;
27
+ $size?: ButtonSize | undefined;
28
+ $fullWidth?: boolean | undefined;
29
+ $isLoading?: boolean | undefined;
30
30
  }, {}, {}>;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type { CheckboxProps } from './type';
3
+ declare const _default: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<Omit<CheckboxProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>>;
4
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export { default } from './Checkbox';
2
+ export type { CheckboxProps } from './type';
@@ -0,0 +1,2 @@
1
+ export declare const CheckboxStyled: import("@emotion/styled").StyledComponent<import("@mui/material/Checkbox").CheckboxProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
2
+ export declare const CheckboxLabelStyled: import("@emotion/styled").StyledComponent<import("@mui/material/FormControlLabel").FormControlLabelProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
@@ -0,0 +1,11 @@
1
+ import type { ReactNode } from 'react';
2
+ import type { CheckboxProps as MuiCheckboxProps } from '@mui/material/Checkbox';
3
+ import type { SxProps, Theme } from '@mui/material/styles';
4
+ export interface CheckboxProps extends MuiCheckboxProps {
5
+ /** Optional label rendered inline next to the checkbox */
6
+ label?: ReactNode;
7
+ /** Position of the label relative to the checkbox */
8
+ labelPlacement?: 'end' | 'start' | 'top' | 'bottom';
9
+ /** MUI sx style overrides */
10
+ sx?: SxProps<Theme>;
11
+ }
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type { ChipProps } from './type';
3
+ declare const _default: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<Omit<ChipProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>>;
4
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export { default } from './Chip';
2
+ export type { ChipProps, ChipVariant } from './type';
@@ -0,0 +1,14 @@
1
+ /// <reference types="react" />
2
+ import type { ChipVariant } from './type';
3
+ export declare const ChipStyled: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
4
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
5
+ }, keyof import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
6
+ $variant?: ChipVariant | undefined;
7
+ $hasIcon?: boolean | undefined;
8
+ $isSelected?: boolean | undefined;
9
+ $disableAnimation?: boolean | undefined;
10
+ }, {}, {}>;
11
+ /** Label text container — a Part, not the ref target. */
12
+ export declare const ChipTextStyled: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
13
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
14
+ }, keyof import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
@@ -0,0 +1,22 @@
1
+ import type { BoxProps } from '@mui/material/Box';
2
+ import type { SxProps, Theme } from '@mui/material/styles';
3
+ import type { PropsWithChildren, ReactElement } from 'react';
4
+ export type ChipVariant = 'text' | 'circular' | 'pill-icon';
5
+ export interface ChipProps extends PropsWithChildren<Omit<BoxProps, 'variant'>> {
6
+ /** Visual shape — text (default), circular (avatar-style), or pill-icon */
7
+ variant?: ChipVariant;
8
+ /** Icon element shown to the left of the chip label */
9
+ icon?: ReactElement | null;
10
+ /** Dims the chip and disables pointer interaction */
11
+ disabled?: boolean;
12
+ /** Marks the chip as selected — shows a drop-shadow */
13
+ isSelected?: boolean;
14
+ /** When set, renders a CopyButton that copies this string */
15
+ copyText?: string;
16
+ /** Plain-text fallback when `children` is empty */
17
+ unknownText?: string;
18
+ /** Disable all transitions and animations */
19
+ disableAnimation?: boolean;
20
+ /** MUI sx style overrides */
21
+ sx?: SxProps<Theme>;
22
+ }
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type { CircularProgressProps } from './type';
3
+ declare const _default: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<Omit<CircularProgressProps, "ref"> & import("react").RefAttributes<HTMLSpanElement>>>;
4
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export { default } from './CircularProgress';
2
+ export type { CircularProgressProps } from './type';
@@ -0,0 +1,14 @@
1
+ /// <reference types="react" />
2
+ export declare const CircularProgressStyled: import("@emotion/styled").StyledComponent<import("@mui/material/CircularProgress").CircularProgressProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
3
+ /** Outer shell when a determinate label is shown — receives consumer `className` / `sx`. */
4
+ export declare const CircularProgressLabelStyled: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
5
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
6
+ }, keyof import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
7
+ /** Absolute overlay that centers the percentage label — not part of the public restyling surface. */
8
+ export declare const CircularProgressLabelOverlayStyled: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
9
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
10
+ }, keyof import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
11
+ /** Centered percentage label — not part of the public restyling surface. */
12
+ export declare const CircularProgressLabelTextStyled: import("@emotion/styled").StyledComponent<import("@mui/material/Typography").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
13
+ ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
14
+ }, "width" | "minWidth" | "minHeight" | "height" | "border" | "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxSizing" | "color" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "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"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
@@ -0,0 +1,8 @@
1
+ import type { CircularProgressProps as MuiCircularProgressProps } from '@mui/material/CircularProgress';
2
+ import type { SxProps, Theme } from '@mui/material/styles';
3
+ export interface CircularProgressProps extends MuiCircularProgressProps {
4
+ /** When true and `variant="determinate"`, shows a centered percentage label. Defaults to true. */
5
+ hasLabel?: boolean;
6
+ /** MUI sx style overrides */
7
+ sx?: SxProps<Theme>;
8
+ }
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type { CollapseProps } from './type';
3
+ declare const _default: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<Omit<CollapseProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>>;
4
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export { default } from './Collapse';
2
+ export type { CollapseProps } from './type';
@@ -0,0 +1 @@
1
+ export declare const CollapseStyled: import("@emotion/styled").StyledComponent<import("@mui/material/Collapse").CollapseProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
@@ -0,0 +1,6 @@
1
+ import type { CollapseProps as MuiCollapseProps } from '@mui/material/Collapse';
2
+ import type { SxProps, Theme } from '@mui/material/styles';
3
+ export interface CollapseProps extends MuiCollapseProps {
4
+ /** MUI sx style overrides */
5
+ sx?: SxProps<Theme>;
6
+ }
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type { CopyButtonProps } from './type';
3
+ declare const _default: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<CopyButtonProps & import("react").RefAttributes<HTMLImageElement>>>;
4
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export { default } from './CopyButton';
2
+ export type { CopyButtonProps } from './type';
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ export declare const CopyButtonStyled: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
3
+ $copied?: boolean | undefined;
4
+ }, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
@@ -0,0 +1,10 @@
1
+ import type { ImgHTMLAttributes } from 'react';
2
+ import type { SxProps, Theme } from '@mui/material/styles';
3
+ export interface CopyButtonProps extends Omit<ImgHTMLAttributes<HTMLImageElement>, 'src' | 'alt'> {
4
+ /** The text to copy to the clipboard when clicked */
5
+ text: string;
6
+ /** Duration in ms to show the success state before reverting */
7
+ feedbackMs?: number;
8
+ /** MUI sx style overrides */
9
+ sx?: SxProps<Theme>;
10
+ }
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type { DividerProps } from './type';
3
+ declare const _default: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<Omit<DividerProps, "ref"> & import("react").RefAttributes<HTMLHRElement>>>;
4
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export { default } from './Divider';
2
+ export type { DividerProps } from './type';
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ export declare const DividerStyled: import("@emotion/styled").StyledComponent<import("@mui/material/Divider").DividerOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHRElement>, HTMLHRElement>, "ref"> & {
3
+ ref?: ((instance: HTMLHRElement | null) => void) | import("react").RefObject<HTMLHRElement> | null | undefined;
4
+ }, "textAlign" | "light" | "classes" | "className" | "style" | "children" | "sx" | "variant" | "absolute" | "orientation" | "flexItem"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
@@ -0,0 +1,6 @@
1
+ import type { DividerProps as MuiDividerProps } from '@mui/material/Divider';
2
+ import type { SxProps, Theme } from '@mui/material/styles';
3
+ export interface DividerProps extends MuiDividerProps {
4
+ /** MUI sx style overrides */
5
+ sx?: SxProps<Theme>;
6
+ }
@@ -1,2 +1,2 @@
1
1
  /// <reference types="react" />
2
- export declare const IconRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
2
+ export declare const IconStyled: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type { ProgressBarProps } from './type';
3
+ declare const _default: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<ProgressBarProps & import("react").RefAttributes<HTMLDivElement>>>;
4
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export { default } from './ProgressBar';
2
+ export type { ProgressBarProps } from './type';
@@ -0,0 +1,19 @@
1
+ /// <reference types="react" />
2
+ export declare const ProgressBarStyled: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
3
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
4
+ }, keyof import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
5
+ $value: number;
6
+ $isDecimal: boolean;
7
+ }, {}, {}>;
8
+ /** Inner rounded cap — a Part, not the ref target. */
9
+ export declare const ProgressBarFillStyled: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
10
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
11
+ }, keyof import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
12
+ $value: number;
13
+ }, {}, {}>;
14
+ /** Centered percentage label — a Part, not the ref target. */
15
+ export declare const ProgressBarTextStyled: import("@emotion/styled").StyledComponent<import("@mui/material/Typography").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
16
+ ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
17
+ }, "width" | "minWidth" | "minHeight" | "height" | "border" | "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxSizing" | "color" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "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"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
18
+ $value: number;
19
+ }, {}, {}>;
@@ -0,0 +1,9 @@
1
+ import type { SxProps, Theme } from '@mui/material/styles';
2
+ export interface ProgressBarProps {
3
+ /** Percentage value 0-100 */
4
+ value: number;
5
+ /** Additional CSS class name */
6
+ className?: string;
7
+ /** MUI sx style overrides */
8
+ sx?: SxProps<Theme>;
9
+ }
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type { RadioButtonProps } from './type';
3
+ declare const _default: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<Omit<RadioButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>>;
4
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export { default } from './RadioButton';
2
+ export type { RadioButtonProps, RadioButtonSize } from './type';
@@ -0,0 +1,24 @@
1
+ /// <reference types="react" />
2
+ import type { RadioButtonSize } from './type';
3
+ /** Decorative checked-state icon — a Part, not the interactive root. */
4
+ export declare const RadioButtonCheckedIcon: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement>, {}, {}>;
5
+ export declare const RadioButtonStyled: import("@emotion/styled").StyledComponent<import("@mui/material/Radio").RadioProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
6
+ $iconSize?: number | undefined;
7
+ $checkedColor?: string | undefined;
8
+ $disabledColor?: string | undefined;
9
+ $hoverColor?: string | undefined;
10
+ $maxWidth?: string | undefined;
11
+ }, {}, {}>;
12
+ export declare function getRadioButtonSizeConfig(size?: RadioButtonSize): {
13
+ readonly iconSize: 15;
14
+ readonly maxWidth: "24px";
15
+ readonly muiSize: "small";
16
+ } | {
17
+ readonly iconSize: 18;
18
+ readonly maxWidth: "28px";
19
+ readonly muiSize: "medium";
20
+ } | {
21
+ readonly iconSize: 20;
22
+ readonly maxWidth: "32px";
23
+ readonly muiSize: "medium";
24
+ };
@@ -0,0 +1,20 @@
1
+ /// <reference types="react" />
2
+ import type { RadioProps } from '@mui/material/Radio';
3
+ import type { SxProps, Theme } from '@mui/material/styles';
4
+ export type RadioButtonSize = 'sm' | 'md' | 'lg';
5
+ export interface RadioButtonProps extends Omit<RadioProps, 'checkedIcon' | 'icon' | 'color' | 'size'> {
6
+ /** Radio circle size — sm (default), md, or lg */
7
+ size?: RadioButtonSize;
8
+ /** Custom node to replace the default checked state icon */
9
+ customCheckedIcon?: React.ReactNode;
10
+ /** Fill colour of the radio circle when checked */
11
+ checkedColor?: string;
12
+ /** Fill colour of the radio circle when disabled */
13
+ disabledColor?: string;
14
+ /** Fill colour of the radio circle on hover */
15
+ hoverColor?: string;
16
+ /** Width and height of the icon in pixels */
17
+ iconSize?: number;
18
+ /** MUI sx style overrides */
19
+ sx?: SxProps<Theme>;
20
+ }
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type { SkeletonProps } from './type';
3
+ declare const _default: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<Omit<SkeletonProps, "ref"> & import("react").RefAttributes<HTMLSpanElement>>>;
4
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export { default } from './Skeleton';
2
+ export type { SkeletonProps } from './type';
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ export declare const SkeletonStyled: import("@emotion/styled").StyledComponent<import("@mui/material/Skeleton").SkeletonOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
3
+ ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
4
+ }, "width" | "height" | "animation" | "classes" | "className" | "style" | "children" | "sx" | "variant"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
@@ -0,0 +1,6 @@
1
+ import type { SkeletonProps as MuiSkeletonProps } from '@mui/material/Skeleton';
2
+ import type { SxProps, Theme } from '@mui/material/styles';
3
+ export interface SkeletonProps extends MuiSkeletonProps {
4
+ /** MUI sx style overrides */
5
+ sx?: SxProps<Theme>;
6
+ }
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type { SliderProps } from './type';
3
+ declare const _default: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<Omit<SliderProps, "ref"> & import("react").RefAttributes<HTMLSpanElement>>>;
4
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export { default } from './Slider';
2
+ export type { SliderProps } from './type';
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ export declare const SliderStyled: import("@emotion/styled").StyledComponent<import("@mui/material/Slider").SliderOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
3
+ ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
4
+ }, "color" | "scale" | "disabled" | "value" | "track" | "classes" | "defaultValue" | "className" | "style" | "tabIndex" | "aria-label" | "aria-labelledby" | "aria-valuetext" | "onChange" | "sx" | "size" | "step" | "components" | "componentsProps" | "name" | "slotProps" | "slots" | "max" | "min" | "orientation" | "disableSwap" | "getAriaLabel" | "getAriaValueText" | "marks" | "onChangeCommitted" | "shiftStep" | "valueLabelDisplay" | "valueLabelFormat"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
@@ -0,0 +1,18 @@
1
+ import type { SliderProps as MuiSliderProps } from '@mui/material/Slider';
2
+ import type { SxProps, Theme } from '@mui/material/styles';
3
+ export interface SliderProps extends Omit<MuiSliderProps, 'value' | 'onChange'> {
4
+ /** Current value of the slider */
5
+ value: number;
6
+ /** Minimum value */
7
+ min: number;
8
+ /** Maximum value */
9
+ max: number;
10
+ /** Step increment */
11
+ step?: number;
12
+ /** Whether the slider is disabled */
13
+ disabled?: boolean;
14
+ /** Callback fired when the value changes */
15
+ onChange: (value: number) => void;
16
+ /** MUI sx style overrides */
17
+ sx?: SxProps<Theme>;
18
+ }
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type { SwitchProps } from './type';
3
+ declare const _default: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<Omit<SwitchProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>>;
4
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export { default } from './Switch';
2
+ export type { SwitchProps } from './type';
@@ -0,0 +1 @@
1
+ export declare const SwitchStyled: import("@emotion/styled").StyledComponent<import("@mui/material/Switch").SwitchProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
@@ -0,0 +1,6 @@
1
+ import type { SwitchProps as MuiSwitchProps } from '@mui/material/Switch';
2
+ import type { SxProps, Theme } from '@mui/material/styles';
3
+ export interface SwitchProps extends MuiSwitchProps {
4
+ /** MUI sx style overrides */
5
+ sx?: SxProps<Theme>;
6
+ }
@@ -0,0 +1,17 @@
1
+ /// <reference types="react" />
2
+ import type { TooltipProps } from './type';
3
+ /**
4
+ * Hover tooltip that wraps any child element in a Box. Shows `title` on hover with an arrow pointer.
5
+ * Defaults to `top` placement. Use `wrapperProps` to customise the Box that wraps children.
6
+ *
7
+ * Restyling note: MUI Tooltip clones its child and manages positioning internally — there is no
8
+ * owned interactive DOM node to forward `ref` to. Consumer `className` is routed to the popper
9
+ * bubble via the styled Tooltip's `className` prop (mapped to `classes.popper`), not to a root
10
+ * element directly.
11
+ */
12
+ declare function Tooltip({ className, title, placement, children, wrapperProps, sx, ...rest }: TooltipProps): import("react").JSX.Element;
13
+ declare namespace Tooltip {
14
+ var displayName: string;
15
+ }
16
+ declare const _default: import("react").MemoExoticComponent<typeof Tooltip>;
17
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export { default } from './Tooltip';
2
+ export type { TooltipProps } from './type';
@@ -0,0 +1,2 @@
1
+ import { type TooltipProps as MuiTooltipProps } from '@mui/material/Tooltip';
2
+ export declare const TooltipStyled: import("@emotion/styled").StyledComponent<MuiTooltipProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
@@ -0,0 +1,16 @@
1
+ import type { ReactElement, ReactNode } from 'react';
2
+ import type { BoxProps } from '@mui/material/Box';
3
+ import type { TooltipProps as MuiTooltipProps } from '@mui/material/Tooltip';
4
+ import type { SxProps, Theme } from '@mui/material/styles';
5
+ export interface TooltipProps extends Omit<MuiTooltipProps, 'children'> {
6
+ /** Content displayed inside the tooltip bubble */
7
+ title: ReactNode;
8
+ /** Position of the tooltip relative to its anchor */
9
+ placement?: MuiTooltipProps['placement'];
10
+ /** Element that triggers the tooltip on hover */
11
+ children?: ReactElement;
12
+ /** Props forwarded to the Box wrapper around children */
13
+ wrapperProps?: BoxProps;
14
+ /** MUI sx style overrides */
15
+ sx?: SxProps<Theme>;
16
+ }
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type { TypographyProps } from './type';
3
+ declare const _default: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<Omit<TypographyProps, "ref"> & import("react").RefAttributes<HTMLElement>>>;
4
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export { default } from './Typography';
2
+ export type { TypographyProps, TypographyVariant, TypographyAlign, TypographyColor, TypographyWeight } from './type';