@xyo-network/react-xns 7.0.0 → 7.0.2
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.
- package/dist/browser/components/EstimateName/EstimateNameTextField.stories.d.ts +2 -2
- package/dist/browser/components/EstimateName/EstimateNameTextField.stories.d.ts.map +1 -1
- package/dist/browser/components/XnsNameCapture/SecondaryLink.stories.d.ts +2 -2
- package/dist/browser/components/XnsNameCapture/SecondaryLink.stories.d.ts.map +1 -1
- package/dist/browser/components/XnsNameCapture/XnsNameCapture.stories.d.ts +2 -2
- package/dist/browser/components/XnsNameCapture/XnsNameCapture.stories.d.ts.map +1 -1
- package/dist/browser/components/XnsNameCapture/XnsNameCaptureWithContext.stories.d.ts +4 -4
- package/dist/browser/components/XnsNameCapture/XnsNameCaptureWithContext.stories.d.ts.map +1 -1
- package/dist/browser/components/XnsNameCapture/hooks/routing/useXnsNameCaptureRouting.d.ts +109 -111
- package/dist/browser/components/XnsNameCapture/hooks/routing/useXnsNameCaptureRouting.d.ts.map +1 -1
- package/dist/browser/index.mjs +202 -187
- package/dist/browser/index.mjs.map +1 -1
- package/package.json +25 -22
|
@@ -20,110 +20,110 @@ export declare const useXnsNameCaptureRouting: (props: XnsNameCaptureProps) => {
|
|
|
20
20
|
paper?: boolean;
|
|
21
21
|
children?: import("react").ReactNode;
|
|
22
22
|
ref?: import("react").Ref<unknown>;
|
|
23
|
-
sx?: import("@mui/
|
|
24
|
-
color?: import("
|
|
25
|
-
margin?: import("
|
|
26
|
-
p?: import("
|
|
27
|
-
border?: import("
|
|
28
|
-
height?: import("
|
|
29
|
-
width?: import("
|
|
30
|
-
position?: import("
|
|
31
|
-
boxShadow?: import("
|
|
32
|
-
fontWeight?: import("
|
|
33
|
-
zIndex?: import("
|
|
34
|
-
alignContent?: import("
|
|
35
|
-
alignItems?: import("
|
|
36
|
-
alignSelf?: import("
|
|
37
|
-
bottom?: import("
|
|
38
|
-
boxSizing?: import("
|
|
39
|
-
columnGap?: import("
|
|
40
|
-
display?: import("
|
|
41
|
-
flexBasis?: import("
|
|
42
|
-
flexDirection?: import("
|
|
43
|
-
flexGrow?: import("
|
|
44
|
-
flexShrink?: import("
|
|
45
|
-
flexWrap?: import("
|
|
46
|
-
fontFamily?: import("
|
|
47
|
-
fontSize?: import("
|
|
48
|
-
fontStyle?: import("
|
|
49
|
-
gridAutoColumns?: import("
|
|
50
|
-
gridAutoFlow?: import("
|
|
51
|
-
gridAutoRows?: import("
|
|
52
|
-
gridTemplateAreas?: import("
|
|
53
|
-
gridTemplateColumns?: import("
|
|
54
|
-
gridTemplateRows?: import("
|
|
55
|
-
justifyContent?: import("
|
|
56
|
-
justifyItems?: import("
|
|
57
|
-
justifySelf?: import("
|
|
58
|
-
left?: import("
|
|
59
|
-
letterSpacing?: import("
|
|
60
|
-
lineHeight?: import("
|
|
61
|
-
marginBlockEnd?: import("
|
|
62
|
-
marginBlockStart?: import("
|
|
63
|
-
marginBottom?: import("
|
|
64
|
-
marginInlineEnd?: import("
|
|
65
|
-
marginInlineStart?: import("
|
|
66
|
-
marginLeft?: import("
|
|
67
|
-
marginRight?: import("
|
|
68
|
-
marginTop?: import("
|
|
69
|
-
maxHeight?: import("
|
|
70
|
-
maxWidth?: import("
|
|
71
|
-
minHeight?: import("
|
|
72
|
-
minWidth?: import("
|
|
73
|
-
order?: import("
|
|
74
|
-
paddingBlockEnd?: import("
|
|
75
|
-
paddingBlockStart?: import("
|
|
76
|
-
paddingBottom?: import("
|
|
77
|
-
paddingInlineEnd?: import("
|
|
78
|
-
paddingInlineStart?: import("
|
|
79
|
-
paddingLeft?: import("
|
|
80
|
-
paddingRight?: import("
|
|
81
|
-
paddingTop?: import("
|
|
82
|
-
right?: import("
|
|
83
|
-
rowGap?: import("
|
|
84
|
-
textAlign?: import("
|
|
85
|
-
textOverflow?: import("
|
|
86
|
-
textTransform?: import("
|
|
87
|
-
top?: import("
|
|
88
|
-
visibility?: import("
|
|
89
|
-
whiteSpace?: import("
|
|
90
|
-
borderBottom?: import("
|
|
91
|
-
borderColor?: import("
|
|
92
|
-
borderLeft?: import("
|
|
93
|
-
borderRadius?: import("
|
|
94
|
-
borderRight?: import("
|
|
95
|
-
borderTop?: import("
|
|
96
|
-
flex?: import("
|
|
97
|
-
gap?: import("
|
|
98
|
-
gridArea?: import("
|
|
99
|
-
gridColumn?: import("
|
|
100
|
-
gridRow?: import("
|
|
101
|
-
marginBlock?: import("
|
|
102
|
-
marginInline?: import("
|
|
103
|
-
overflow?: import("
|
|
104
|
-
padding?: import("
|
|
105
|
-
paddingBlock?: import("
|
|
106
|
-
paddingInline?: import("
|
|
107
|
-
bgcolor?: import("
|
|
108
|
-
m?: import("
|
|
109
|
-
mt?: import("
|
|
110
|
-
mr?: import("
|
|
111
|
-
mb?: import("
|
|
112
|
-
ml?: import("
|
|
113
|
-
mx?: import("
|
|
114
|
-
marginX?: import("
|
|
115
|
-
my?: import("
|
|
116
|
-
marginY?: import("
|
|
117
|
-
pt?: import("
|
|
118
|
-
pr?: import("
|
|
119
|
-
pb?: import("
|
|
120
|
-
pl?: import("
|
|
121
|
-
px?: import("
|
|
122
|
-
paddingX?: import("
|
|
123
|
-
py?: import("
|
|
124
|
-
paddingY?: import("
|
|
125
|
-
typography?: import("
|
|
126
|
-
displayPrint?: import("
|
|
23
|
+
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
24
|
+
color?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Color | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Color | undefined>);
|
|
25
|
+
margin?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Margin<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Margin<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Margin<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Margin<string | number> | undefined>[] | undefined>);
|
|
26
|
+
p?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Padding<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Padding<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Padding<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Padding<string | number> | undefined>[] | undefined>);
|
|
27
|
+
border?: import(".store/@mui-system-virtual-08e51c7e26/package/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: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/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>);
|
|
28
|
+
height?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Height<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Height<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Height<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Height<string | number> | undefined>[] | undefined>);
|
|
29
|
+
width?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Width<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Width<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Width<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Width<string | number> | undefined>[] | undefined>);
|
|
30
|
+
position?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Position | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Position | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Position | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Position | undefined>[] | undefined>);
|
|
31
|
+
boxShadow?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<number | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.BoxShadow | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<number | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.BoxShadow | undefined>);
|
|
32
|
+
fontWeight?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<string | (string & {}) | (number & {}) | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<string | (string & {}) | (number & {}) | undefined>);
|
|
33
|
+
zIndex?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<string | (string & {}) | (number & {}) | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<string | (string & {}) | (number & {}) | undefined>);
|
|
34
|
+
alignContent?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.AlignContent | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.AlignContent | undefined>);
|
|
35
|
+
alignItems?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.AlignItems | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.AlignItems | undefined>);
|
|
36
|
+
alignSelf?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.AlignSelf | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.AlignSelf | undefined>);
|
|
37
|
+
bottom?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Bottom<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Bottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Bottom<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Bottom<string | number> | undefined>[] | undefined>);
|
|
38
|
+
boxSizing?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.BoxSizing | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.BoxSizing | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.BoxSizing | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.BoxSizing | undefined>[] | undefined>);
|
|
39
|
+
columnGap?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.ColumnGap<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.ColumnGap<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.ColumnGap<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.ColumnGap<string | number> | undefined>[] | undefined>);
|
|
40
|
+
display?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Display | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Display | undefined>);
|
|
41
|
+
flexBasis?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.FlexBasis<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.FlexBasis<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.FlexBasis<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.FlexBasis<string | number> | undefined>[] | undefined>);
|
|
42
|
+
flexDirection?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.FlexDirection | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.FlexDirection | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.FlexDirection | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.FlexDirection | undefined>[] | undefined>);
|
|
43
|
+
flexGrow?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.FlexGrow | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.FlexGrow | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.FlexGrow | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.FlexGrow | undefined>[] | undefined>);
|
|
44
|
+
flexShrink?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.FlexShrink | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.FlexShrink | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.FlexShrink | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.FlexShrink | undefined>[] | undefined>);
|
|
45
|
+
flexWrap?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.FlexWrap | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.FlexWrap | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.FlexWrap | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.FlexWrap | undefined>[] | undefined>);
|
|
46
|
+
fontFamily?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.FontFamily | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.FontFamily | undefined>);
|
|
47
|
+
fontSize?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.FontSize<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.FontSize<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.FontSize<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.FontSize<string | number> | undefined>[] | undefined>);
|
|
48
|
+
fontStyle?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.FontStyle | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.FontStyle | undefined>);
|
|
49
|
+
gridAutoColumns?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.GridAutoColumns<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.GridAutoColumns<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.GridAutoColumns<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.GridAutoColumns<string | number> | undefined>[] | undefined>);
|
|
50
|
+
gridAutoFlow?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.GridAutoFlow | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.GridAutoFlow | undefined>);
|
|
51
|
+
gridAutoRows?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.GridAutoRows<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.GridAutoRows<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.GridAutoRows<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.GridAutoRows<string | number> | undefined>[] | undefined>);
|
|
52
|
+
gridTemplateAreas?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.GridTemplateAreas | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.GridTemplateAreas | undefined>);
|
|
53
|
+
gridTemplateColumns?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.GridTemplateColumns<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.GridTemplateColumns<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.GridTemplateColumns<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.GridTemplateColumns<string | number> | undefined>[] | undefined>);
|
|
54
|
+
gridTemplateRows?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.GridTemplateRows<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.GridTemplateRows<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.GridTemplateRows<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.GridTemplateRows<string | number> | undefined>[] | undefined>);
|
|
55
|
+
justifyContent?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.JustifyContent | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.JustifyContent | undefined>);
|
|
56
|
+
justifyItems?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.JustifyItems | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.JustifyItems | undefined>);
|
|
57
|
+
justifySelf?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.JustifySelf | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.JustifySelf | undefined>);
|
|
58
|
+
left?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Left<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Left<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Left<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Left<string | number> | undefined>[] | undefined>);
|
|
59
|
+
letterSpacing?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.LetterSpacing<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.LetterSpacing<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.LetterSpacing<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.LetterSpacing<string | number> | undefined>[] | undefined>);
|
|
60
|
+
lineHeight?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.LineHeight<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.LineHeight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.LineHeight<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.LineHeight<string | number> | undefined>[] | undefined>);
|
|
61
|
+
marginBlockEnd?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginBlockEnd<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginBlockEnd<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginBlockEnd<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginBlockEnd<string | number> | undefined>[] | undefined>);
|
|
62
|
+
marginBlockStart?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginBlockStart<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginBlockStart<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginBlockStart<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginBlockStart<string | number> | undefined>[] | undefined>);
|
|
63
|
+
marginBottom?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginBottom<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginBottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginBottom<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginBottom<string | number> | undefined>[] | undefined>);
|
|
64
|
+
marginInlineEnd?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginInlineEnd<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginInlineEnd<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginInlineEnd<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginInlineEnd<string | number> | undefined>[] | undefined>);
|
|
65
|
+
marginInlineStart?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginInlineStart<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginInlineStart<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginInlineStart<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginInlineStart<string | number> | undefined>[] | undefined>);
|
|
66
|
+
marginLeft?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginLeft<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginLeft<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginLeft<string | number> | undefined>[] | undefined>);
|
|
67
|
+
marginRight?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginRight<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginRight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginRight<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginRight<string | number> | undefined>[] | undefined>);
|
|
68
|
+
marginTop?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginTop<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginTop<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginTop<string | number> | undefined>[] | undefined>);
|
|
69
|
+
maxHeight?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MaxHeight<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MaxHeight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MaxHeight<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MaxHeight<string | number> | undefined>[] | undefined>);
|
|
70
|
+
maxWidth?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MaxWidth<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MaxWidth<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MaxWidth<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MaxWidth<string | number> | undefined>[] | undefined>);
|
|
71
|
+
minHeight?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MinHeight<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MinHeight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MinHeight<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MinHeight<string | number> | undefined>[] | undefined>);
|
|
72
|
+
minWidth?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MinWidth<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MinWidth<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MinWidth<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MinWidth<string | number> | undefined>[] | undefined>);
|
|
73
|
+
order?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Order | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Order | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Order | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Order | undefined>[] | undefined>);
|
|
74
|
+
paddingBlockEnd?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingBlockEnd<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingBlockEnd<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingBlockEnd<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingBlockEnd<string | number> | undefined>[] | undefined>);
|
|
75
|
+
paddingBlockStart?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingBlockStart<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingBlockStart<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingBlockStart<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingBlockStart<string | number> | undefined>[] | undefined>);
|
|
76
|
+
paddingBottom?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingBottom<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingBottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingBottom<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingBottom<string | number> | undefined>[] | undefined>);
|
|
77
|
+
paddingInlineEnd?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingInlineEnd<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingInlineEnd<string | number> | undefined>[] | undefined>);
|
|
78
|
+
paddingInlineStart?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingInlineStart<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingInlineStart<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingInlineStart<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingInlineStart<string | number> | undefined>[] | undefined>);
|
|
79
|
+
paddingLeft?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingLeft<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingLeft<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingLeft<string | number> | undefined>[] | undefined>);
|
|
80
|
+
paddingRight?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingRight<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingRight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingRight<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingRight<string | number> | undefined>[] | undefined>);
|
|
81
|
+
paddingTop?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingTop<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingTop<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingTop<string | number> | undefined>[] | undefined>);
|
|
82
|
+
right?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Right<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Right<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Right<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Right<string | number> | undefined>[] | undefined>);
|
|
83
|
+
rowGap?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.RowGap<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.RowGap<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.RowGap<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.RowGap<string | number> | undefined>[] | undefined>);
|
|
84
|
+
textAlign?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.TextAlign | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.TextAlign | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.TextAlign | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.TextAlign | undefined>[] | undefined>);
|
|
85
|
+
textOverflow?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.TextOverflow | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.TextOverflow | undefined>);
|
|
86
|
+
textTransform?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.TextTransform | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.TextTransform | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.TextTransform | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.TextTransform | undefined>[] | undefined>);
|
|
87
|
+
top?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Top<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Top<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Top<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Top<string | number> | undefined>[] | undefined>);
|
|
88
|
+
visibility?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Visibility | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Visibility | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Visibility | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Visibility | undefined>[] | undefined>);
|
|
89
|
+
whiteSpace?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.WhiteSpace | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.WhiteSpace | undefined>);
|
|
90
|
+
borderBottom?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.BorderBottom<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.BorderBottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.BorderBottom<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.BorderBottom<string | number> | undefined>[] | undefined>);
|
|
91
|
+
borderColor?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.BorderColor | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.BorderColor | undefined>);
|
|
92
|
+
borderLeft?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.BorderLeft<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.BorderLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.BorderLeft<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.BorderLeft<string | number> | undefined>[] | undefined>);
|
|
93
|
+
borderRadius?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.BorderRadius<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.BorderRadius<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.BorderRadius<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.BorderRadius<string | number> | undefined>[] | undefined>);
|
|
94
|
+
borderRight?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.BorderRight<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.BorderRight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.BorderRight<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.BorderRight<string | number> | undefined>[] | undefined>);
|
|
95
|
+
borderTop?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.BorderTop<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.BorderTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.BorderTop<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.BorderTop<string | number> | undefined>[] | undefined>);
|
|
96
|
+
flex?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Flex<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Flex<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Flex<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Flex<string | number> | undefined>[] | undefined>);
|
|
97
|
+
gap?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Gap<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Gap<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Gap<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Gap<string | number> | undefined>[] | undefined>);
|
|
98
|
+
gridArea?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.GridArea | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.GridArea | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.GridArea | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.GridArea | undefined>[] | undefined>);
|
|
99
|
+
gridColumn?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.GridColumn | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.GridColumn | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.GridColumn | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.GridColumn | undefined>[] | undefined>);
|
|
100
|
+
gridRow?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.GridRow | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.GridRow | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.GridRow | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.GridRow | undefined>[] | undefined>);
|
|
101
|
+
marginBlock?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginBlock<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginBlock<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginBlock<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginBlock<string | number> | undefined>[] | undefined>);
|
|
102
|
+
marginInline?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginInline<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginInline<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginInline<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginInline<string | number> | undefined>[] | undefined>);
|
|
103
|
+
overflow?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Overflow | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Overflow | undefined>);
|
|
104
|
+
padding?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Padding<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Padding<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Padding<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Padding<string | number> | undefined>[] | undefined>);
|
|
105
|
+
paddingBlock?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingBlock<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingBlock<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingBlock<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingBlock<string | number> | undefined>[] | undefined>);
|
|
106
|
+
paddingInline?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingInline<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingInline<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingInline<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingInline<string | number> | undefined>[] | undefined>);
|
|
107
|
+
bgcolor?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.BackgroundColor | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.BackgroundColor | undefined>);
|
|
108
|
+
m?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Margin<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Margin<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Margin<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Margin<string | number> | undefined>[] | undefined>);
|
|
109
|
+
mt?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginTop<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginTop<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginTop<string | number> | undefined>[] | undefined>);
|
|
110
|
+
mr?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginRight<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginRight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginRight<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginRight<string | number> | undefined>[] | undefined>);
|
|
111
|
+
mb?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginBottom<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginBottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginBottom<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginBottom<string | number> | undefined>[] | undefined>);
|
|
112
|
+
ml?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginLeft<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginLeft<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginLeft<string | number> | undefined>[] | undefined>);
|
|
113
|
+
mx?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginLeft<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginLeft<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginLeft<string | number> | undefined>[] | undefined>);
|
|
114
|
+
marginX?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginLeft<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginLeft<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginLeft<string | number> | undefined>[] | undefined>);
|
|
115
|
+
my?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginTop<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginTop<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginTop<string | number> | undefined>[] | undefined>);
|
|
116
|
+
marginY?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginTop<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginTop<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.MarginTop<string | number> | undefined>[] | undefined>);
|
|
117
|
+
pt?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingTop<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingTop<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingTop<string | number> | undefined>[] | undefined>);
|
|
118
|
+
pr?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingRight<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingRight<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingRight<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingRight<string | number> | undefined>[] | undefined>);
|
|
119
|
+
pb?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingBottom<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingBottom<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingBottom<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingBottom<string | number> | undefined>[] | undefined>);
|
|
120
|
+
pl?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingLeft<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingLeft<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingLeft<string | number> | undefined>[] | undefined>);
|
|
121
|
+
px?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingLeft<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingLeft<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingLeft<string | number> | undefined>[] | undefined>);
|
|
122
|
+
paddingX?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingLeft<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingLeft<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingLeft<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingLeft<string | number> | undefined>[] | undefined>);
|
|
123
|
+
py?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingTop<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingTop<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingTop<string | number> | undefined>[] | undefined>);
|
|
124
|
+
paddingY?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingTop<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingTop<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingTop<string | number> | readonly NonNullable<import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.PaddingTop<string | number> | undefined>[] | undefined>);
|
|
125
|
+
typography?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<string | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<string | undefined>);
|
|
126
|
+
displayPrint?: import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Display | undefined> | ((theme: import("@mui/material").Theme) => import(".store/@mui-system-virtual-08e51c7e26/package/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import(".store/csstype-npm-3.1.3-e9a1c85013/package").Property.Display | undefined>);
|
|
127
127
|
className?: string;
|
|
128
128
|
style?: import("react").CSSProperties;
|
|
129
129
|
classes?: Partial<import("@mui/material").ClassNameMap<never>> | undefined;
|
|
@@ -253,7 +253,7 @@ export declare const useXnsNameCaptureRouting: (props: XnsNameCaptureProps) => {
|
|
|
253
253
|
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
254
254
|
onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
255
255
|
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
256
|
-
onBeforeInput?: import("react").
|
|
256
|
+
onBeforeInput?: import("react").InputEventHandler<HTMLDivElement> | undefined;
|
|
257
257
|
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
258
258
|
onInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
259
259
|
onInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -303,8 +303,6 @@ export declare const useXnsNameCaptureRouting: (props: XnsNameCaptureProps) => {
|
|
|
303
303
|
onProgressCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
304
304
|
onRateChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
305
305
|
onRateChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
306
|
-
onResize?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
307
|
-
onResizeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
308
306
|
onSeeked?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
309
307
|
onSeekedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
310
308
|
onSeeking?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
@@ -407,12 +405,12 @@ export declare const useXnsNameCaptureRouting: (props: XnsNameCaptureProps) => {
|
|
|
407
405
|
onTransitionStartCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
408
406
|
component?: React.ElementType;
|
|
409
407
|
busy?: boolean;
|
|
410
|
-
busyCircularProps?: import("
|
|
411
|
-
busyColor?: import("
|
|
412
|
-
busyLinearProps?: import("
|
|
408
|
+
busyCircularProps?: import(".store/@xylabs-react-shared-virtual-a32bcd6717/package").BusyCircularProgressProps;
|
|
409
|
+
busyColor?: import(".store/@xylabs-react-shared-virtual-a32bcd6717/package").MaterialUIThemeColor;
|
|
410
|
+
busyLinearProps?: import(".store/@xylabs-react-shared-virtual-a32bcd6717/package").BusyLinearProgressProps;
|
|
413
411
|
busyMinimum?: number;
|
|
414
412
|
busyOpacity?: string | number;
|
|
415
413
|
busySize?: number;
|
|
416
|
-
busyVariant?: import("
|
|
414
|
+
busyVariant?: import(".store/@xylabs-react-shared-virtual-a32bcd6717/package").BusyVariant;
|
|
417
415
|
};
|
|
418
416
|
//# sourceMappingURL=useXnsNameCaptureRouting.d.ts.map
|