@xyo-network/react-xns 5.3.15 → 6.1.0

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 (42) hide show
  1. package/dist/browser/components/EstimateName/EstimateNameTextField.stories.d.ts +7 -0
  2. package/dist/browser/components/EstimateName/EstimateNameTextField.stories.d.ts.map +1 -0
  3. package/dist/browser/components/XnsNameCapture/SecondaryLink.stories.d.ts +7 -0
  4. package/dist/browser/components/XnsNameCapture/SecondaryLink.stories.d.ts.map +1 -0
  5. package/dist/browser/components/XnsNameCapture/XnsNameCapture.stories.d.ts +7 -0
  6. package/dist/browser/components/XnsNameCapture/XnsNameCapture.stories.d.ts.map +1 -0
  7. package/dist/browser/components/XnsNameCapture/XnsNameCaptureWithContext.stories.d.ts +9 -0
  8. package/dist/browser/components/XnsNameCapture/XnsNameCaptureWithContext.stories.d.ts.map +1 -0
  9. package/dist/browser/index.d.ts +498 -0
  10. package/package.json +17 -16
  11. package/dist/types/index.d.ts +0 -2
  12. /package/dist/{types → browser}/components/EstimateName/EstimateNameTextField.d.ts +0 -0
  13. /package/dist/{types → browser}/components/EstimateName/EstimateNameTextField.d.ts.map +0 -0
  14. /package/dist/{types → browser}/components/EstimateName/index.d.ts +0 -0
  15. /package/dist/{types → browser}/components/EstimateName/index.d.ts.map +0 -0
  16. /package/dist/{types → browser}/components/XnsNameCapture/Errors.d.ts +0 -0
  17. /package/dist/{types → browser}/components/XnsNameCapture/Errors.d.ts.map +0 -0
  18. /package/dist/{types → browser}/components/XnsNameCapture/Props.d.ts +0 -0
  19. /package/dist/{types → browser}/components/XnsNameCapture/Props.d.ts.map +0 -0
  20. /package/dist/{types → browser}/components/XnsNameCapture/SecondaryLink.d.ts +0 -0
  21. /package/dist/{types → browser}/components/XnsNameCapture/SecondaryLink.d.ts.map +0 -0
  22. /package/dist/{types → browser}/components/XnsNameCapture/XnsNameCapture.d.ts +0 -0
  23. /package/dist/{types → browser}/components/XnsNameCapture/XnsNameCapture.d.ts.map +0 -0
  24. /package/dist/{types → browser}/components/XnsNameCapture/XnsNameCaptureWithContext.d.ts +0 -0
  25. /package/dist/{types → browser}/components/XnsNameCapture/XnsNameCaptureWithContext.d.ts.map +0 -0
  26. /package/dist/{types → browser}/components/XnsNameCapture/hooks/index.d.ts +0 -0
  27. /package/dist/{types → browser}/components/XnsNameCapture/hooks/index.d.ts.map +0 -0
  28. /package/dist/{types → browser}/components/XnsNameCapture/hooks/routing/index.d.ts +0 -0
  29. /package/dist/{types → browser}/components/XnsNameCapture/hooks/routing/index.d.ts.map +0 -0
  30. /package/dist/{types → browser}/components/XnsNameCapture/hooks/routing/useXnsNameCaptureRouting.d.ts +0 -0
  31. /package/dist/{types → browser}/components/XnsNameCapture/hooks/routing/useXnsNameCaptureRouting.d.ts.map +0 -0
  32. /package/dist/{types → browser}/components/XnsNameCapture/hooks/routing/useXnsNameFromLocation.d.ts +0 -0
  33. /package/dist/{types → browser}/components/XnsNameCapture/hooks/routing/useXnsNameFromLocation.d.ts.map +0 -0
  34. /package/dist/{types → browser}/components/XnsNameCapture/index.d.ts +0 -0
  35. /package/dist/{types → browser}/components/XnsNameCapture/index.d.ts.map +0 -0
  36. /package/dist/{types → browser}/components/XnsNameCapture/lib/index.d.ts +0 -0
  37. /package/dist/{types → browser}/components/XnsNameCapture/lib/index.d.ts.map +0 -0
  38. /package/dist/{types → browser}/components/XnsNameCapture/lib/navigateWithUsername.d.ts +0 -0
  39. /package/dist/{types → browser}/components/XnsNameCapture/lib/navigateWithUsername.d.ts.map +0 -0
  40. /package/dist/{types → browser}/components/index.d.ts +0 -0
  41. /package/dist/{types → browser}/components/index.d.ts.map +0 -0
  42. /package/dist/{types → browser}/index.d.ts.map +0 -0
@@ -0,0 +1,7 @@
1
+ import type { Meta } from '@storybook/react-vite';
2
+ declare const _default: Meta;
3
+ export default _default;
4
+ declare const Default: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./EstimateNameTextField.tsx").XnsEstimateNameTextFieldProps & import("@mui/material").TextFieldProps>;
5
+ declare const WithExternalValue: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./EstimateNameTextField.tsx").XnsEstimateNameTextFieldProps & import("@mui/material").TextFieldProps>;
6
+ export { Default, WithExternalValue };
7
+ //# sourceMappingURL=EstimateNameTextField.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EstimateNameTextField.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/EstimateName/EstimateNameTextField.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAW,MAAM,uBAAuB,CAAA;wBAKU,IAAI;AAAxE,wBAAwE;AAWxE,QAAA,MAAM,OAAO,gNAAoB,CAAA;AAGjC,QAAA,MAAM,iBAAiB,gNAAqC,CAAA;AAG5D,OAAO,EAAE,OAAO,EAAE,iBAAiB,EAAE,CAAA"}
@@ -0,0 +1,7 @@
1
+ import type { Meta } from '@storybook/react-vite';
2
+ declare const _default: Meta;
3
+ export default _default;
4
+ declare const Default: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./SecondaryLink.tsx").XnsCaptureSecondaryLinkProps>;
5
+ declare const WithOnBuyName: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./SecondaryLink.tsx").XnsCaptureSecondaryLinkProps>;
6
+ export { Default, WithOnBuyName };
7
+ //# sourceMappingURL=SecondaryLink.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SecondaryLink.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/XnsNameCapture/SecondaryLink.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAW,MAAM,uBAAuB,CAAA;wBAKS,IAAI;AAAvE,wBAAuE;AAMvE,QAAA,MAAM,OAAO,8JAAoB,CAAA;AAGjC,QAAA,MAAM,aAAa,8JAAoB,CAAA;AAGvC,OAAO,EAAE,OAAO,EAAE,aAAa,EAAE,CAAA"}
@@ -0,0 +1,7 @@
1
+ import type { Meta } from '@storybook/react-vite';
2
+ declare const _default: Meta;
3
+ export default _default;
4
+ declare const Default: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Props.ts").XnsNameCaptureProps>;
5
+ declare const WithOnBuyName: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Props.ts").XnsNameCaptureProps>;
6
+ export { Default, WithOnBuyName };
7
+ //# sourceMappingURL=XnsNameCapture.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"XnsNameCapture.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/XnsNameCapture/XnsNameCapture.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAW,MAAM,uBAAuB,CAAA;wBAMA,IAAI;AAA9D,wBAA8D;AAM9D,QAAA,MAAM,OAAO,4IAAoB,CAAA;AAGjC,QAAA,MAAM,aAAa,4IAAoB,CAAA;AAGvC,OAAO,EAAE,OAAO,EAAE,aAAa,EAAE,CAAA"}
@@ -0,0 +1,9 @@
1
+ import type { Meta } from '@storybook/react-vite';
2
+ declare const _default: Meta;
3
+ export default _default;
4
+ declare const Default: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Props.ts").XnsNameCaptureProps>;
5
+ declare const WithOnCaptureName: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Props.ts").XnsNameCaptureProps>;
6
+ declare const WithBadXnsNameInRoute: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Props.ts").XnsNameCaptureProps>;
7
+ declare const WithUserName: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Props.ts").XnsNameCaptureProps>;
8
+ export { Default, WithBadXnsNameInRoute, WithOnCaptureName, WithUserName, };
9
+ //# sourceMappingURL=XnsNameCaptureWithContext.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"XnsNameCaptureWithContext.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/XnsNameCapture/XnsNameCaptureWithContext.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACC,IAAI,EAChB,MAAM,uBAAuB,CAAA;wBAOuC,IAAI;AAAzE,wBAAyE;AA+BzE,QAAA,MAAM,OAAO,4IAAoB,CAAA;AAIjC,QAAA,MAAM,iBAAiB,4IAAoB,CAAA;AAI3C,QAAA,MAAM,qBAAqB,4IAAoB,CAAA;AAO/C,QAAA,MAAM,YAAY,4IAAoB,CAAA;AAItC,OAAO,EACL,OAAO,EAAE,qBAAqB,EAAE,iBAAiB,EAAE,YAAY,GAChE,CAAA"}
@@ -0,0 +1,498 @@
1
+ import * as _mui_material from '@mui/material';
2
+ import { TextFieldProps } from '@mui/material';
3
+ import * as react from 'react';
4
+ import react__default, { ReactNode, Dispatch } from 'react';
5
+ import * as _xylabs_react_shared from '@xylabs/react-shared';
6
+ import * as _mui_system_styleFunctionSx from '@mui/system/styleFunctionSx';
7
+ import * as csstype from 'csstype';
8
+ import * as _mui_system from '@mui/system';
9
+ import * as react_router_dom from 'react-router-dom';
10
+ import { To } from 'react-router-dom';
11
+ import { FlexBoxProps } from '@xylabs/react-flexbox';
12
+ import { LinkExProps } from '@xylabs/react-link';
13
+
14
+ interface XnsEstimateNameTextFieldProps {
15
+ maskOutput?: boolean;
16
+ }
17
+ declare const XnsEstimateNameTextField: react__default.FC<XnsEstimateNameTextFieldProps & TextFieldProps>;
18
+
19
+ interface XnsNameCaptureErrorsProps {
20
+ error?: Error;
21
+ errorUi?: 'alert' | 'toast';
22
+ resetError?: () => void;
23
+ }
24
+ declare const XnsNameCaptureErrors: react__default.FC<XnsNameCaptureErrorsProps>;
25
+
26
+ interface XnsNameCaptureBuyCallbacks {
27
+ onCaptureName?: (name: string) => Promise<void>;
28
+ }
29
+ /**
30
+ * Trackers for user actions
31
+ */
32
+ interface XnsNameCaptureTrackingProps {
33
+ funnel?: string;
34
+ intent?: string;
35
+ placement?: string;
36
+ }
37
+ /**
38
+ * Properties derived from the route and used for navigation
39
+ */
40
+ interface XnsNameCaptureRoutingProps {
41
+ navigate?: (to: string) => void;
42
+ paramsString?: string;
43
+ routingError?: Error;
44
+ to?: To;
45
+ }
46
+ /**
47
+ * Base properties for the XnsNameCapture component related to the UI and Events
48
+ */
49
+ interface XnsNameCaptureBaseProps {
50
+ autoFocus?: boolean;
51
+ buttonText?: string;
52
+ defaultXnsName?: string;
53
+ errorUi?: 'alert' | 'toast';
54
+ mobileButtonText?: string;
55
+ onNameChange?: (name: string) => void;
56
+ showSecondary?: boolean | ReactNode;
57
+ }
58
+ interface XnsNameCaptureProps extends XnsNameCaptureBaseProps, XnsNameCaptureTrackingProps, XnsNameCaptureBuyCallbacks, XnsNameCaptureRoutingProps, FlexBoxProps {
59
+ }
60
+ type WithXnsCapture<T> = T & {
61
+ XnsCapture?: React.FC<XnsNameCaptureProps>;
62
+ };
63
+
64
+ declare const useXnsNameCaptureRouting: (props: XnsNameCaptureProps) => {
65
+ defaultXnsName: string | undefined;
66
+ routingError: Error | undefined;
67
+ navigate: (to: string) => void;
68
+ paramsString: string;
69
+ autoFocus?: boolean;
70
+ buttonText?: string;
71
+ errorUi?: "alert" | "toast";
72
+ mobileButtonText?: string;
73
+ onNameChange?: (name: string) => void;
74
+ showSecondary?: boolean | react.ReactNode;
75
+ funnel?: string;
76
+ intent?: string;
77
+ placement?: string;
78
+ onCaptureName?: (name: string) => Promise<void>;
79
+ to?: react_router_dom.To;
80
+ background?: boolean;
81
+ paper?: boolean;
82
+ children?: react.ReactNode;
83
+ ref?: react.Ref<unknown>;
84
+ sx?: _mui_system.SxProps<_mui_material.Theme> | undefined;
85
+ color?: _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.Color | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.Color | undefined>);
86
+ margin?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.Margin<string | number> | readonly NonNullable<csstype.Property.Margin<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.Margin<string | number> | readonly NonNullable<csstype.Property.Margin<string | number> | undefined>[] | undefined>);
87
+ p?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.Padding<string | number> | readonly NonNullable<csstype.Property.Padding<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.Padding<string | number> | readonly NonNullable<csstype.Property.Padding<string | number> | undefined>[] | undefined>);
88
+ border?: _mui_system_styleFunctionSx.ResponsiveStyleValue<number | "hidden" | "medium" | (string & {}) | "none" | "inherit" | "grey" | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "inset" | "thick" | "thin" | "dashed" | "dotted" | "double" | "groove" | "outset" | "ridge" | "solid" | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<number | "hidden" | "medium" | (string & {}) | "none" | "inherit" | "grey" | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "inset" | "thick" | "thin" | "dashed" | "dotted" | "double" | "groove" | "outset" | "ridge" | "solid" | undefined>);
89
+ height?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.Height<string | number> | readonly NonNullable<csstype.Property.Height<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.Height<string | number> | readonly NonNullable<csstype.Property.Height<string | number> | undefined>[] | undefined>);
90
+ width?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.Width<string | number> | readonly NonNullable<csstype.Property.Width<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.Width<string | number> | readonly NonNullable<csstype.Property.Width<string | number> | undefined>[] | undefined>);
91
+ position?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.Position | readonly NonNullable<csstype.Property.Position | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.Position | readonly NonNullable<csstype.Property.Position | undefined>[] | undefined>);
92
+ boxShadow?: _mui_system_styleFunctionSx.ResponsiveStyleValue<number | csstype.Property.BoxShadow | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<number | csstype.Property.BoxShadow | undefined>);
93
+ fontWeight?: _mui_system_styleFunctionSx.ResponsiveStyleValue<string | (string & {}) | (number & {}) | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<string | (string & {}) | (number & {}) | undefined>);
94
+ zIndex?: _mui_system_styleFunctionSx.ResponsiveStyleValue<string | (string & {}) | (number & {}) | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<string | (string & {}) | (number & {}) | undefined>);
95
+ alignContent?: _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.AlignContent | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.AlignContent | undefined>);
96
+ alignItems?: _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.AlignItems | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.AlignItems | undefined>);
97
+ alignSelf?: _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.AlignSelf | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.AlignSelf | undefined>);
98
+ bottom?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.Bottom<string | number> | readonly NonNullable<csstype.Property.Bottom<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.Bottom<string | number> | readonly NonNullable<csstype.Property.Bottom<string | number> | undefined>[] | undefined>);
99
+ boxSizing?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.BoxSizing | readonly NonNullable<csstype.Property.BoxSizing | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.BoxSizing | readonly NonNullable<csstype.Property.BoxSizing | undefined>[] | undefined>);
100
+ columnGap?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.ColumnGap<string | number> | readonly NonNullable<csstype.Property.ColumnGap<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.ColumnGap<string | number> | readonly NonNullable<csstype.Property.ColumnGap<string | number> | undefined>[] | undefined>);
101
+ display?: _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.Display | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.Display | undefined>);
102
+ flexBasis?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.FlexBasis<string | number> | readonly NonNullable<csstype.Property.FlexBasis<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.FlexBasis<string | number> | readonly NonNullable<csstype.Property.FlexBasis<string | number> | undefined>[] | undefined>);
103
+ flexDirection?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.FlexDirection | readonly NonNullable<csstype.Property.FlexDirection | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.FlexDirection | readonly NonNullable<csstype.Property.FlexDirection | undefined>[] | undefined>);
104
+ flexGrow?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.FlexGrow | readonly NonNullable<csstype.Property.FlexGrow | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.FlexGrow | readonly NonNullable<csstype.Property.FlexGrow | undefined>[] | undefined>);
105
+ flexShrink?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.FlexShrink | readonly NonNullable<csstype.Property.FlexShrink | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.FlexShrink | readonly NonNullable<csstype.Property.FlexShrink | undefined>[] | undefined>);
106
+ flexWrap?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.FlexWrap | readonly NonNullable<csstype.Property.FlexWrap | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.FlexWrap | readonly NonNullable<csstype.Property.FlexWrap | undefined>[] | undefined>);
107
+ fontFamily?: _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.FontFamily | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.FontFamily | undefined>);
108
+ fontSize?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.FontSize<string | number> | readonly NonNullable<csstype.Property.FontSize<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.FontSize<string | number> | readonly NonNullable<csstype.Property.FontSize<string | number> | undefined>[] | undefined>);
109
+ fontStyle?: _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.FontStyle | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.FontStyle | undefined>);
110
+ gridAutoColumns?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.GridAutoColumns<string | number> | readonly NonNullable<csstype.Property.GridAutoColumns<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.GridAutoColumns<string | number> | readonly NonNullable<csstype.Property.GridAutoColumns<string | number> | undefined>[] | undefined>);
111
+ gridAutoFlow?: _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.GridAutoFlow | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.GridAutoFlow | undefined>);
112
+ gridAutoRows?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.GridAutoRows<string | number> | readonly NonNullable<csstype.Property.GridAutoRows<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.GridAutoRows<string | number> | readonly NonNullable<csstype.Property.GridAutoRows<string | number> | undefined>[] | undefined>);
113
+ gridTemplateAreas?: _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.GridTemplateAreas | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.GridTemplateAreas | undefined>);
114
+ gridTemplateColumns?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.GridTemplateColumns<string | number> | readonly NonNullable<csstype.Property.GridTemplateColumns<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.GridTemplateColumns<string | number> | readonly NonNullable<csstype.Property.GridTemplateColumns<string | number> | undefined>[] | undefined>);
115
+ gridTemplateRows?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.GridTemplateRows<string | number> | readonly NonNullable<csstype.Property.GridTemplateRows<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.GridTemplateRows<string | number> | readonly NonNullable<csstype.Property.GridTemplateRows<string | number> | undefined>[] | undefined>);
116
+ justifyContent?: _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.JustifyContent | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.JustifyContent | undefined>);
117
+ justifyItems?: _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.JustifyItems | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.JustifyItems | undefined>);
118
+ justifySelf?: _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.JustifySelf | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.JustifySelf | undefined>);
119
+ left?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.Left<string | number> | readonly NonNullable<csstype.Property.Left<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.Left<string | number> | readonly NonNullable<csstype.Property.Left<string | number> | undefined>[] | undefined>);
120
+ letterSpacing?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.LetterSpacing<string | number> | readonly NonNullable<csstype.Property.LetterSpacing<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.LetterSpacing<string | number> | readonly NonNullable<csstype.Property.LetterSpacing<string | number> | undefined>[] | undefined>);
121
+ lineHeight?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.LineHeight<string | number> | readonly NonNullable<csstype.Property.LineHeight<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.LineHeight<string | number> | readonly NonNullable<csstype.Property.LineHeight<string | number> | undefined>[] | undefined>);
122
+ marginBlockEnd?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginBlockEnd<string | number> | readonly NonNullable<csstype.Property.MarginBlockEnd<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginBlockEnd<string | number> | readonly NonNullable<csstype.Property.MarginBlockEnd<string | number> | undefined>[] | undefined>);
123
+ marginBlockStart?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginBlockStart<string | number> | readonly NonNullable<csstype.Property.MarginBlockStart<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginBlockStart<string | number> | readonly NonNullable<csstype.Property.MarginBlockStart<string | number> | undefined>[] | undefined>);
124
+ marginBottom?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginBottom<string | number> | readonly NonNullable<csstype.Property.MarginBottom<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginBottom<string | number> | readonly NonNullable<csstype.Property.MarginBottom<string | number> | undefined>[] | undefined>);
125
+ marginInlineEnd?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginInlineEnd<string | number> | readonly NonNullable<csstype.Property.MarginInlineEnd<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginInlineEnd<string | number> | readonly NonNullable<csstype.Property.MarginInlineEnd<string | number> | undefined>[] | undefined>);
126
+ marginInlineStart?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginInlineStart<string | number> | readonly NonNullable<csstype.Property.MarginInlineStart<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginInlineStart<string | number> | readonly NonNullable<csstype.Property.MarginInlineStart<string | number> | undefined>[] | undefined>);
127
+ marginLeft?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginLeft<string | number> | readonly NonNullable<csstype.Property.MarginLeft<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginLeft<string | number> | readonly NonNullable<csstype.Property.MarginLeft<string | number> | undefined>[] | undefined>);
128
+ marginRight?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginRight<string | number> | readonly NonNullable<csstype.Property.MarginRight<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginRight<string | number> | readonly NonNullable<csstype.Property.MarginRight<string | number> | undefined>[] | undefined>);
129
+ marginTop?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginTop<string | number> | readonly NonNullable<csstype.Property.MarginTop<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginTop<string | number> | readonly NonNullable<csstype.Property.MarginTop<string | number> | undefined>[] | undefined>);
130
+ maxHeight?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MaxHeight<string | number> | readonly NonNullable<csstype.Property.MaxHeight<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MaxHeight<string | number> | readonly NonNullable<csstype.Property.MaxHeight<string | number> | undefined>[] | undefined>);
131
+ maxWidth?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MaxWidth<string | number> | readonly NonNullable<csstype.Property.MaxWidth<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MaxWidth<string | number> | readonly NonNullable<csstype.Property.MaxWidth<string | number> | undefined>[] | undefined>);
132
+ minHeight?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MinHeight<string | number> | readonly NonNullable<csstype.Property.MinHeight<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MinHeight<string | number> | readonly NonNullable<csstype.Property.MinHeight<string | number> | undefined>[] | undefined>);
133
+ minWidth?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MinWidth<string | number> | readonly NonNullable<csstype.Property.MinWidth<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MinWidth<string | number> | readonly NonNullable<csstype.Property.MinWidth<string | number> | undefined>[] | undefined>);
134
+ order?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.Order | readonly NonNullable<csstype.Property.Order | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.Order | readonly NonNullable<csstype.Property.Order | undefined>[] | undefined>);
135
+ paddingBlockEnd?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingBlockEnd<string | number> | readonly NonNullable<csstype.Property.PaddingBlockEnd<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingBlockEnd<string | number> | readonly NonNullable<csstype.Property.PaddingBlockEnd<string | number> | undefined>[] | undefined>);
136
+ paddingBlockStart?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingBlockStart<string | number> | readonly NonNullable<csstype.Property.PaddingBlockStart<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingBlockStart<string | number> | readonly NonNullable<csstype.Property.PaddingBlockStart<string | number> | undefined>[] | undefined>);
137
+ paddingBottom?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingBottom<string | number> | readonly NonNullable<csstype.Property.PaddingBottom<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingBottom<string | number> | readonly NonNullable<csstype.Property.PaddingBottom<string | number> | undefined>[] | undefined>);
138
+ paddingInlineEnd?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingInlineEnd<string | number> | readonly NonNullable<csstype.Property.PaddingInlineEnd<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingInlineEnd<string | number> | readonly NonNullable<csstype.Property.PaddingInlineEnd<string | number> | undefined>[] | undefined>);
139
+ paddingInlineStart?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingInlineStart<string | number> | readonly NonNullable<csstype.Property.PaddingInlineStart<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingInlineStart<string | number> | readonly NonNullable<csstype.Property.PaddingInlineStart<string | number> | undefined>[] | undefined>);
140
+ paddingLeft?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingLeft<string | number> | readonly NonNullable<csstype.Property.PaddingLeft<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingLeft<string | number> | readonly NonNullable<csstype.Property.PaddingLeft<string | number> | undefined>[] | undefined>);
141
+ paddingRight?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingRight<string | number> | readonly NonNullable<csstype.Property.PaddingRight<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingRight<string | number> | readonly NonNullable<csstype.Property.PaddingRight<string | number> | undefined>[] | undefined>);
142
+ paddingTop?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingTop<string | number> | readonly NonNullable<csstype.Property.PaddingTop<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingTop<string | number> | readonly NonNullable<csstype.Property.PaddingTop<string | number> | undefined>[] | undefined>);
143
+ right?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.Right<string | number> | readonly NonNullable<csstype.Property.Right<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.Right<string | number> | readonly NonNullable<csstype.Property.Right<string | number> | undefined>[] | undefined>);
144
+ rowGap?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.RowGap<string | number> | readonly NonNullable<csstype.Property.RowGap<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.RowGap<string | number> | readonly NonNullable<csstype.Property.RowGap<string | number> | undefined>[] | undefined>);
145
+ textAlign?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.TextAlign | readonly NonNullable<csstype.Property.TextAlign | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.TextAlign | readonly NonNullable<csstype.Property.TextAlign | undefined>[] | undefined>);
146
+ textOverflow?: _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.TextOverflow | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.TextOverflow | undefined>);
147
+ textTransform?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.TextTransform | readonly NonNullable<csstype.Property.TextTransform | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.TextTransform | readonly NonNullable<csstype.Property.TextTransform | undefined>[] | undefined>);
148
+ top?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.Top<string | number> | readonly NonNullable<csstype.Property.Top<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.Top<string | number> | readonly NonNullable<csstype.Property.Top<string | number> | undefined>[] | undefined>);
149
+ visibility?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.Visibility | readonly NonNullable<csstype.Property.Visibility | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.Visibility | readonly NonNullable<csstype.Property.Visibility | undefined>[] | undefined>);
150
+ whiteSpace?: _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.WhiteSpace | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.WhiteSpace | undefined>);
151
+ borderBottom?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.BorderBottom<string | number> | readonly NonNullable<csstype.Property.BorderBottom<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.BorderBottom<string | number> | readonly NonNullable<csstype.Property.BorderBottom<string | number> | undefined>[] | undefined>);
152
+ borderColor?: _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.BorderColor | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.BorderColor | undefined>);
153
+ borderLeft?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.BorderLeft<string | number> | readonly NonNullable<csstype.Property.BorderLeft<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.BorderLeft<string | number> | readonly NonNullable<csstype.Property.BorderLeft<string | number> | undefined>[] | undefined>);
154
+ borderRadius?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.BorderRadius<string | number> | readonly NonNullable<csstype.Property.BorderRadius<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.BorderRadius<string | number> | readonly NonNullable<csstype.Property.BorderRadius<string | number> | undefined>[] | undefined>);
155
+ borderRight?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.BorderRight<string | number> | readonly NonNullable<csstype.Property.BorderRight<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.BorderRight<string | number> | readonly NonNullable<csstype.Property.BorderRight<string | number> | undefined>[] | undefined>);
156
+ borderTop?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.BorderTop<string | number> | readonly NonNullable<csstype.Property.BorderTop<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.BorderTop<string | number> | readonly NonNullable<csstype.Property.BorderTop<string | number> | undefined>[] | undefined>);
157
+ flex?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.Flex<string | number> | readonly NonNullable<csstype.Property.Flex<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.Flex<string | number> | readonly NonNullable<csstype.Property.Flex<string | number> | undefined>[] | undefined>);
158
+ gap?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.Gap<string | number> | readonly NonNullable<csstype.Property.Gap<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.Gap<string | number> | readonly NonNullable<csstype.Property.Gap<string | number> | undefined>[] | undefined>);
159
+ gridArea?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.GridArea | readonly NonNullable<csstype.Property.GridArea | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.GridArea | readonly NonNullable<csstype.Property.GridArea | undefined>[] | undefined>);
160
+ gridColumn?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.GridColumn | readonly NonNullable<csstype.Property.GridColumn | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.GridColumn | readonly NonNullable<csstype.Property.GridColumn | undefined>[] | undefined>);
161
+ gridRow?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.GridRow | readonly NonNullable<csstype.Property.GridRow | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.GridRow | readonly NonNullable<csstype.Property.GridRow | undefined>[] | undefined>);
162
+ marginBlock?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginBlock<string | number> | readonly NonNullable<csstype.Property.MarginBlock<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginBlock<string | number> | readonly NonNullable<csstype.Property.MarginBlock<string | number> | undefined>[] | undefined>);
163
+ marginInline?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginInline<string | number> | readonly NonNullable<csstype.Property.MarginInline<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginInline<string | number> | readonly NonNullable<csstype.Property.MarginInline<string | number> | undefined>[] | undefined>);
164
+ overflow?: _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.Overflow | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.Overflow | undefined>);
165
+ padding?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.Padding<string | number> | readonly NonNullable<csstype.Property.Padding<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.Padding<string | number> | readonly NonNullable<csstype.Property.Padding<string | number> | undefined>[] | undefined>);
166
+ paddingBlock?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingBlock<string | number> | readonly NonNullable<csstype.Property.PaddingBlock<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingBlock<string | number> | readonly NonNullable<csstype.Property.PaddingBlock<string | number> | undefined>[] | undefined>);
167
+ paddingInline?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingInline<string | number> | readonly NonNullable<csstype.Property.PaddingInline<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingInline<string | number> | readonly NonNullable<csstype.Property.PaddingInline<string | number> | undefined>[] | undefined>);
168
+ bgcolor?: _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.BackgroundColor | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.BackgroundColor | undefined>);
169
+ m?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.Margin<string | number> | readonly NonNullable<csstype.Property.Margin<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.Margin<string | number> | readonly NonNullable<csstype.Property.Margin<string | number> | undefined>[] | undefined>);
170
+ mt?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginTop<string | number> | readonly NonNullable<csstype.Property.MarginTop<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginTop<string | number> | readonly NonNullable<csstype.Property.MarginTop<string | number> | undefined>[] | undefined>);
171
+ mr?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginRight<string | number> | readonly NonNullable<csstype.Property.MarginRight<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginRight<string | number> | readonly NonNullable<csstype.Property.MarginRight<string | number> | undefined>[] | undefined>);
172
+ mb?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginBottom<string | number> | readonly NonNullable<csstype.Property.MarginBottom<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginBottom<string | number> | readonly NonNullable<csstype.Property.MarginBottom<string | number> | undefined>[] | undefined>);
173
+ ml?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginLeft<string | number> | readonly NonNullable<csstype.Property.MarginLeft<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginLeft<string | number> | readonly NonNullable<csstype.Property.MarginLeft<string | number> | undefined>[] | undefined>);
174
+ mx?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginLeft<string | number> | readonly NonNullable<csstype.Property.MarginLeft<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginLeft<string | number> | readonly NonNullable<csstype.Property.MarginLeft<string | number> | undefined>[] | undefined>);
175
+ marginX?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginLeft<string | number> | readonly NonNullable<csstype.Property.MarginLeft<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginLeft<string | number> | readonly NonNullable<csstype.Property.MarginLeft<string | number> | undefined>[] | undefined>);
176
+ my?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginTop<string | number> | readonly NonNullable<csstype.Property.MarginTop<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginTop<string | number> | readonly NonNullable<csstype.Property.MarginTop<string | number> | undefined>[] | undefined>);
177
+ marginY?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginTop<string | number> | readonly NonNullable<csstype.Property.MarginTop<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.MarginTop<string | number> | readonly NonNullable<csstype.Property.MarginTop<string | number> | undefined>[] | undefined>);
178
+ pt?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingTop<string | number> | readonly NonNullable<csstype.Property.PaddingTop<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingTop<string | number> | readonly NonNullable<csstype.Property.PaddingTop<string | number> | undefined>[] | undefined>);
179
+ pr?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingRight<string | number> | readonly NonNullable<csstype.Property.PaddingRight<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingRight<string | number> | readonly NonNullable<csstype.Property.PaddingRight<string | number> | undefined>[] | undefined>);
180
+ pb?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingBottom<string | number> | readonly NonNullable<csstype.Property.PaddingBottom<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingBottom<string | number> | readonly NonNullable<csstype.Property.PaddingBottom<string | number> | undefined>[] | undefined>);
181
+ pl?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingLeft<string | number> | readonly NonNullable<csstype.Property.PaddingLeft<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingLeft<string | number> | readonly NonNullable<csstype.Property.PaddingLeft<string | number> | undefined>[] | undefined>);
182
+ px?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingLeft<string | number> | readonly NonNullable<csstype.Property.PaddingLeft<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingLeft<string | number> | readonly NonNullable<csstype.Property.PaddingLeft<string | number> | undefined>[] | undefined>);
183
+ paddingX?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingLeft<string | number> | readonly NonNullable<csstype.Property.PaddingLeft<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingLeft<string | number> | readonly NonNullable<csstype.Property.PaddingLeft<string | number> | undefined>[] | undefined>);
184
+ py?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingTop<string | number> | readonly NonNullable<csstype.Property.PaddingTop<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingTop<string | number> | readonly NonNullable<csstype.Property.PaddingTop<string | number> | undefined>[] | undefined>);
185
+ paddingY?: _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingTop<string | number> | readonly NonNullable<csstype.Property.PaddingTop<string | number> | undefined>[] | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<csstype.Property.PaddingTop<string | number> | readonly NonNullable<csstype.Property.PaddingTop<string | number> | undefined>[] | undefined>);
186
+ typography?: _mui_system_styleFunctionSx.ResponsiveStyleValue<string | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<string | undefined>);
187
+ displayPrint?: _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.Display | undefined> | ((theme: _mui_material.Theme) => _mui_system_styleFunctionSx.ResponsiveStyleValue<readonly string[] | csstype.Property.Display | undefined>);
188
+ className?: string;
189
+ style?: react.CSSProperties;
190
+ classes?: Partial<_mui_material.ClassNameMap<never>> | undefined;
191
+ slot?: string | undefined | undefined;
192
+ title?: string | undefined | undefined;
193
+ key?: react.Key | null | undefined;
194
+ defaultChecked?: boolean | undefined | undefined;
195
+ defaultValue?: string | number | readonly string[] | undefined;
196
+ suppressContentEditableWarning?: boolean | undefined | undefined;
197
+ suppressHydrationWarning?: boolean | undefined | undefined;
198
+ accessKey?: string | undefined | undefined;
199
+ autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {}) | undefined;
200
+ contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
201
+ contextMenu?: string | undefined | undefined;
202
+ dir?: string | undefined | undefined;
203
+ draggable?: (boolean | "true" | "false") | undefined;
204
+ enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
205
+ hidden?: boolean | undefined | undefined;
206
+ id?: string | undefined | undefined;
207
+ lang?: string | undefined | undefined;
208
+ nonce?: string | undefined | undefined;
209
+ spellCheck?: (boolean | "true" | "false") | undefined;
210
+ tabIndex?: number | undefined | undefined;
211
+ translate?: "yes" | "no" | undefined | undefined;
212
+ radioGroup?: string | undefined | undefined;
213
+ role?: react.AriaRole | undefined;
214
+ about?: string | undefined | undefined;
215
+ content?: string | undefined | undefined;
216
+ datatype?: string | undefined | undefined;
217
+ inlist?: any;
218
+ prefix?: string | undefined | undefined;
219
+ property?: string | undefined | undefined;
220
+ rel?: string | undefined | undefined;
221
+ resource?: string | undefined | undefined;
222
+ rev?: string | undefined | undefined;
223
+ typeof?: string | undefined | undefined;
224
+ vocab?: string | undefined | undefined;
225
+ autoCorrect?: string | undefined | undefined;
226
+ autoSave?: string | undefined | undefined;
227
+ itemProp?: string | undefined | undefined;
228
+ itemScope?: boolean | undefined | undefined;
229
+ itemType?: string | undefined | undefined;
230
+ itemID?: string | undefined | undefined;
231
+ itemRef?: string | undefined | undefined;
232
+ results?: number | undefined | undefined;
233
+ security?: string | undefined | undefined;
234
+ unselectable?: "on" | "off" | undefined | undefined;
235
+ popover?: "" | "auto" | "manual" | undefined | undefined;
236
+ popoverTargetAction?: "toggle" | "show" | "hide" | undefined | undefined;
237
+ popoverTarget?: string | undefined | undefined;
238
+ inert?: boolean | undefined | undefined;
239
+ inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
240
+ is?: string | undefined | undefined;
241
+ exportparts?: string | undefined | undefined;
242
+ part?: string | undefined | undefined;
243
+ "aria-activedescendant"?: string | undefined | undefined;
244
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
245
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
246
+ "aria-braillelabel"?: string | undefined | undefined;
247
+ "aria-brailleroledescription"?: string | undefined | undefined;
248
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
249
+ "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
250
+ "aria-colcount"?: number | undefined | undefined;
251
+ "aria-colindex"?: number | undefined | undefined;
252
+ "aria-colindextext"?: string | undefined | undefined;
253
+ "aria-colspan"?: number | undefined | undefined;
254
+ "aria-controls"?: string | undefined | undefined;
255
+ "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
256
+ "aria-describedby"?: string | undefined | undefined;
257
+ "aria-description"?: string | undefined | undefined;
258
+ "aria-details"?: string | undefined | undefined;
259
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
260
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
261
+ "aria-errormessage"?: string | undefined | undefined;
262
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
263
+ "aria-flowto"?: string | undefined | undefined;
264
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
265
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
266
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
267
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
268
+ "aria-keyshortcuts"?: string | undefined | undefined;
269
+ "aria-label"?: string | undefined | undefined;
270
+ "aria-labelledby"?: string | undefined | undefined;
271
+ "aria-level"?: number | undefined | undefined;
272
+ "aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
273
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
274
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
275
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
276
+ "aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
277
+ "aria-owns"?: string | undefined | undefined;
278
+ "aria-placeholder"?: string | undefined | undefined;
279
+ "aria-posinset"?: number | undefined | undefined;
280
+ "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
281
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
282
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
283
+ "aria-required"?: (boolean | "true" | "false") | undefined;
284
+ "aria-roledescription"?: string | undefined | undefined;
285
+ "aria-rowcount"?: number | undefined | undefined;
286
+ "aria-rowindex"?: number | undefined | undefined;
287
+ "aria-rowindextext"?: string | undefined | undefined;
288
+ "aria-rowspan"?: number | undefined | undefined;
289
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
290
+ "aria-setsize"?: number | undefined | undefined;
291
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
292
+ "aria-valuemax"?: number | undefined | undefined;
293
+ "aria-valuemin"?: number | undefined | undefined;
294
+ "aria-valuenow"?: number | undefined | undefined;
295
+ "aria-valuetext"?: string | undefined | undefined;
296
+ dangerouslySetInnerHTML?: {
297
+ __html: string | TrustedHTML;
298
+ } | undefined | undefined;
299
+ onCopy?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
300
+ onCopyCapture?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
301
+ onCut?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
302
+ onCutCapture?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
303
+ onPaste?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
304
+ onPasteCapture?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
305
+ onCompositionEnd?: react.CompositionEventHandler<HTMLDivElement> | undefined;
306
+ onCompositionEndCapture?: react.CompositionEventHandler<HTMLDivElement> | undefined;
307
+ onCompositionStart?: react.CompositionEventHandler<HTMLDivElement> | undefined;
308
+ onCompositionStartCapture?: react.CompositionEventHandler<HTMLDivElement> | undefined;
309
+ onCompositionUpdate?: react.CompositionEventHandler<HTMLDivElement> | undefined;
310
+ onCompositionUpdateCapture?: react.CompositionEventHandler<HTMLDivElement> | undefined;
311
+ onFocus?: react.FocusEventHandler<HTMLDivElement> | undefined;
312
+ onFocusCapture?: react.FocusEventHandler<HTMLDivElement> | undefined;
313
+ onBlur?: react.FocusEventHandler<HTMLDivElement> | undefined;
314
+ onBlurCapture?: react.FocusEventHandler<HTMLDivElement> | undefined;
315
+ onChange?: react.FormEventHandler<HTMLDivElement> | undefined;
316
+ onChangeCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
317
+ onBeforeInput?: react.FormEventHandler<HTMLDivElement> | undefined;
318
+ onBeforeInputCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
319
+ onInput?: react.FormEventHandler<HTMLDivElement> | undefined;
320
+ onInputCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
321
+ onReset?: react.FormEventHandler<HTMLDivElement> | undefined;
322
+ onResetCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
323
+ onSubmit?: react.FormEventHandler<HTMLDivElement> | undefined;
324
+ onSubmitCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
325
+ onInvalid?: react.FormEventHandler<HTMLDivElement> | undefined;
326
+ onInvalidCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
327
+ onLoad?: react.ReactEventHandler<HTMLDivElement> | undefined;
328
+ onLoadCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
329
+ onError?: react.ReactEventHandler<HTMLDivElement> | undefined;
330
+ onErrorCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
331
+ onKeyDown?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
332
+ onKeyDownCapture?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
333
+ onKeyPress?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
334
+ onKeyPressCapture?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
335
+ onKeyUp?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
336
+ onKeyUpCapture?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
337
+ onAbort?: react.ReactEventHandler<HTMLDivElement> | undefined;
338
+ onAbortCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
339
+ onCanPlay?: react.ReactEventHandler<HTMLDivElement> | undefined;
340
+ onCanPlayCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
341
+ onCanPlayThrough?: react.ReactEventHandler<HTMLDivElement> | undefined;
342
+ onCanPlayThroughCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
343
+ onDurationChange?: react.ReactEventHandler<HTMLDivElement> | undefined;
344
+ onDurationChangeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
345
+ onEmptied?: react.ReactEventHandler<HTMLDivElement> | undefined;
346
+ onEmptiedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
347
+ onEncrypted?: react.ReactEventHandler<HTMLDivElement> | undefined;
348
+ onEncryptedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
349
+ onEnded?: react.ReactEventHandler<HTMLDivElement> | undefined;
350
+ onEndedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
351
+ onLoadedData?: react.ReactEventHandler<HTMLDivElement> | undefined;
352
+ onLoadedDataCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
353
+ onLoadedMetadata?: react.ReactEventHandler<HTMLDivElement> | undefined;
354
+ onLoadedMetadataCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
355
+ onLoadStart?: react.ReactEventHandler<HTMLDivElement> | undefined;
356
+ onLoadStartCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
357
+ onPause?: react.ReactEventHandler<HTMLDivElement> | undefined;
358
+ onPauseCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
359
+ onPlay?: react.ReactEventHandler<HTMLDivElement> | undefined;
360
+ onPlayCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
361
+ onPlaying?: react.ReactEventHandler<HTMLDivElement> | undefined;
362
+ onPlayingCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
363
+ onProgress?: react.ReactEventHandler<HTMLDivElement> | undefined;
364
+ onProgressCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
365
+ onRateChange?: react.ReactEventHandler<HTMLDivElement> | undefined;
366
+ onRateChangeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
367
+ onResize?: react.ReactEventHandler<HTMLDivElement> | undefined;
368
+ onResizeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
369
+ onSeeked?: react.ReactEventHandler<HTMLDivElement> | undefined;
370
+ onSeekedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
371
+ onSeeking?: react.ReactEventHandler<HTMLDivElement> | undefined;
372
+ onSeekingCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
373
+ onStalled?: react.ReactEventHandler<HTMLDivElement> | undefined;
374
+ onStalledCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
375
+ onSuspend?: react.ReactEventHandler<HTMLDivElement> | undefined;
376
+ onSuspendCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
377
+ onTimeUpdate?: react.ReactEventHandler<HTMLDivElement> | undefined;
378
+ onTimeUpdateCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
379
+ onVolumeChange?: react.ReactEventHandler<HTMLDivElement> | undefined;
380
+ onVolumeChangeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
381
+ onWaiting?: react.ReactEventHandler<HTMLDivElement> | undefined;
382
+ onWaitingCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
383
+ onAuxClick?: react.MouseEventHandler<HTMLDivElement> | undefined;
384
+ onAuxClickCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
385
+ onClick?: react.MouseEventHandler<HTMLDivElement> | undefined;
386
+ onClickCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
387
+ onContextMenu?: react.MouseEventHandler<HTMLDivElement> | undefined;
388
+ onContextMenuCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
389
+ onDoubleClick?: react.MouseEventHandler<HTMLDivElement> | undefined;
390
+ onDoubleClickCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
391
+ onDrag?: react.DragEventHandler<HTMLDivElement> | undefined;
392
+ onDragCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
393
+ onDragEnd?: react.DragEventHandler<HTMLDivElement> | undefined;
394
+ onDragEndCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
395
+ onDragEnter?: react.DragEventHandler<HTMLDivElement> | undefined;
396
+ onDragEnterCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
397
+ onDragExit?: react.DragEventHandler<HTMLDivElement> | undefined;
398
+ onDragExitCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
399
+ onDragLeave?: react.DragEventHandler<HTMLDivElement> | undefined;
400
+ onDragLeaveCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
401
+ onDragOver?: react.DragEventHandler<HTMLDivElement> | undefined;
402
+ onDragOverCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
403
+ onDragStart?: react.DragEventHandler<HTMLDivElement> | undefined;
404
+ onDragStartCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
405
+ onDrop?: react.DragEventHandler<HTMLDivElement> | undefined;
406
+ onDropCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
407
+ onMouseDown?: react.MouseEventHandler<HTMLDivElement> | undefined;
408
+ onMouseDownCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
409
+ onMouseEnter?: react.MouseEventHandler<HTMLDivElement> | undefined;
410
+ onMouseLeave?: react.MouseEventHandler<HTMLDivElement> | undefined;
411
+ onMouseMove?: react.MouseEventHandler<HTMLDivElement> | undefined;
412
+ onMouseMoveCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
413
+ onMouseOut?: react.MouseEventHandler<HTMLDivElement> | undefined;
414
+ onMouseOutCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
415
+ onMouseOver?: react.MouseEventHandler<HTMLDivElement> | undefined;
416
+ onMouseOverCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
417
+ onMouseUp?: react.MouseEventHandler<HTMLDivElement> | undefined;
418
+ onMouseUpCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
419
+ onSelect?: react.ReactEventHandler<HTMLDivElement> | undefined;
420
+ onSelectCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
421
+ onTouchCancel?: react.TouchEventHandler<HTMLDivElement> | undefined;
422
+ onTouchCancelCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
423
+ onTouchEnd?: react.TouchEventHandler<HTMLDivElement> | undefined;
424
+ onTouchEndCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
425
+ onTouchMove?: react.TouchEventHandler<HTMLDivElement> | undefined;
426
+ onTouchMoveCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
427
+ onTouchStart?: react.TouchEventHandler<HTMLDivElement> | undefined;
428
+ onTouchStartCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
429
+ onPointerDown?: react.PointerEventHandler<HTMLDivElement> | undefined;
430
+ onPointerDownCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
431
+ onPointerMove?: react.PointerEventHandler<HTMLDivElement> | undefined;
432
+ onPointerMoveCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
433
+ onPointerUp?: react.PointerEventHandler<HTMLDivElement> | undefined;
434
+ onPointerUpCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
435
+ onPointerCancel?: react.PointerEventHandler<HTMLDivElement> | undefined;
436
+ onPointerCancelCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
437
+ onPointerEnter?: react.PointerEventHandler<HTMLDivElement> | undefined;
438
+ onPointerLeave?: react.PointerEventHandler<HTMLDivElement> | undefined;
439
+ onPointerOver?: react.PointerEventHandler<HTMLDivElement> | undefined;
440
+ onPointerOverCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
441
+ onPointerOut?: react.PointerEventHandler<HTMLDivElement> | undefined;
442
+ onPointerOutCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
443
+ onGotPointerCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
444
+ onGotPointerCaptureCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
445
+ onLostPointerCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
446
+ onLostPointerCaptureCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
447
+ onScroll?: react.UIEventHandler<HTMLDivElement> | undefined;
448
+ onScrollCapture?: react.UIEventHandler<HTMLDivElement> | undefined;
449
+ onScrollEnd?: react.UIEventHandler<HTMLDivElement> | undefined;
450
+ onScrollEndCapture?: react.UIEventHandler<HTMLDivElement> | undefined;
451
+ onWheel?: react.WheelEventHandler<HTMLDivElement> | undefined;
452
+ onWheelCapture?: react.WheelEventHandler<HTMLDivElement> | undefined;
453
+ onAnimationStart?: react.AnimationEventHandler<HTMLDivElement> | undefined;
454
+ onAnimationStartCapture?: react.AnimationEventHandler<HTMLDivElement> | undefined;
455
+ onAnimationEnd?: react.AnimationEventHandler<HTMLDivElement> | undefined;
456
+ onAnimationEndCapture?: react.AnimationEventHandler<HTMLDivElement> | undefined;
457
+ onAnimationIteration?: react.AnimationEventHandler<HTMLDivElement> | undefined;
458
+ onAnimationIterationCapture?: react.AnimationEventHandler<HTMLDivElement> | undefined;
459
+ onToggle?: react.ToggleEventHandler<HTMLDivElement> | undefined;
460
+ onBeforeToggle?: react.ToggleEventHandler<HTMLDivElement> | undefined;
461
+ onTransitionCancel?: react.TransitionEventHandler<HTMLDivElement> | undefined;
462
+ onTransitionCancelCapture?: react.TransitionEventHandler<HTMLDivElement> | undefined;
463
+ onTransitionEnd?: react.TransitionEventHandler<HTMLDivElement> | undefined;
464
+ onTransitionEndCapture?: react.TransitionEventHandler<HTMLDivElement> | undefined;
465
+ onTransitionRun?: react.TransitionEventHandler<HTMLDivElement> | undefined;
466
+ onTransitionRunCapture?: react.TransitionEventHandler<HTMLDivElement> | undefined;
467
+ onTransitionStart?: react.TransitionEventHandler<HTMLDivElement> | undefined;
468
+ onTransitionStartCapture?: react.TransitionEventHandler<HTMLDivElement> | undefined;
469
+ component?: React.ElementType;
470
+ busy?: boolean;
471
+ busyCircularProps?: _xylabs_react_shared.BusyCircularProgressProps;
472
+ busyColor?: _xylabs_react_shared.MaterialUIThemeColor;
473
+ busyLinearProps?: _xylabs_react_shared.BusyLinearProgressProps;
474
+ busyMinimum?: number;
475
+ busyOpacity?: string | number;
476
+ busySize?: number;
477
+ busyVariant?: _xylabs_react_shared.BusyVariant;
478
+ };
479
+
480
+ /**
481
+ * Assumes the user was redirected with a link that contains a username query parameter.
482
+ * @returns The xNS name from the URI username query parameter.
483
+ */
484
+ declare const useXnsNameFromLocation: () => [name: string | undefined, error: Error | undefined];
485
+
486
+ type XnsCaptureSecondaryLinkProps = XnsNameCaptureTrackingProps & XnsNameCaptureRoutingProps & XnsNameCaptureBuyCallbacks & LinkExProps & {
487
+ setError?: Dispatch<Error | undefined>;
488
+ text?: string;
489
+ xnsName: string;
490
+ };
491
+ declare const XnsCaptureSecondaryLink: react__default.FC<XnsCaptureSecondaryLinkProps>;
492
+
493
+ declare const XnsNameCapture: react__default.FC<XnsNameCaptureProps>;
494
+
495
+ declare const XnsNameCaptureWithContext: react__default.FC<XnsNameCaptureProps>;
496
+
497
+ export { XnsCaptureSecondaryLink, XnsEstimateNameTextField, XnsNameCapture, XnsNameCaptureErrors, XnsNameCaptureWithContext, useXnsNameCaptureRouting, useXnsNameFromLocation };
498
+ export type { WithXnsCapture, XnsCaptureSecondaryLinkProps, XnsEstimateNameTextFieldProps, XnsNameCaptureBaseProps, XnsNameCaptureBuyCallbacks, XnsNameCaptureErrorsProps, XnsNameCaptureProps, XnsNameCaptureRoutingProps, XnsNameCaptureTrackingProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-xns",
3
- "version": "5.3.15",
3
+ "version": "6.1.0",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -28,34 +28,35 @@
28
28
  "exports": {
29
29
  ".": {
30
30
  "import": {
31
- "types": "./dist/types/index.d.ts",
31
+ "types": "./dist/browser/index.d.ts",
32
32
  "default": "./dist/browser/index.mjs"
33
33
  },
34
- "types": "./dist/types/index.d.ts",
34
+ "types": "./dist/browser/index.d.ts",
35
35
  "default": "./dist/browser/index.mjs"
36
36
  },
37
37
  "./package.json": "./package.json"
38
38
  },
39
39
  "module": "dist/browser/index.mjs",
40
- "types": "dist/types/index.d.ts",
40
+ "types": "dist/browser/index.d.ts",
41
41
  "dependencies": {
42
- "@xylabs/react-button": "^6.3.7",
43
- "@xylabs/react-flexbox": "^6.3.7",
44
- "@xylabs/react-link": "^6.3.7",
45
- "@xylabs/react-pixel": "^6.3.7",
46
- "@xylabs/react-theme": "^6.3.7",
47
- "@xyo-network/xns-record-payloadset-plugins": "^3.6.1"
42
+ "@xylabs/react-button": "^6.3.10",
43
+ "@xylabs/react-flexbox": "^6.3.10",
44
+ "@xylabs/react-link": "^6.3.10",
45
+ "@xylabs/react-pixel": "^6.3.10",
46
+ "@xylabs/react-theme": "^6.3.10",
47
+ "@xyo-network/xns-record-payloadset-plugins": "^4.0.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@mui/icons-material": "^7.1.1",
51
- "@mui/material": "^7.1.1",
50
+ "@mui/icons-material": "^7.2.0",
51
+ "@mui/material": "^7.2.0",
52
+ "@storybook/react-vite": "^9.0.16",
52
53
  "@types/react": "^19.1.8",
53
- "@xylabs/ts-scripts-yarn3": "^6.5.8",
54
- "@xylabs/tsconfig-react": "^6.5.8",
54
+ "@xylabs/ts-scripts-yarn3": "next",
55
+ "@xylabs/tsconfig-react": "next",
55
56
  "react": "^19.1.0",
56
57
  "react-dom": "^19.1.0",
57
- "react-router-dom": "^7.6.2",
58
- "storybook": "^9.0.12",
58
+ "react-router-dom": "^7.6.3",
59
+ "storybook": "^9.0.16",
59
60
  "typescript": "^5.8.3"
60
61
  },
61
62
  "peerDependencies": {
@@ -1,2 +0,0 @@
1
- export * from './components/index.ts';
2
- //# sourceMappingURL=index.d.ts.map
File without changes
File without changes