@xyo-network/react-xns 4.2.11 → 4.2.12
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.
|
@@ -28,113 +28,113 @@ export declare const useXnsNameCaptureRouting: (props: XnsNameCaptureProps) => {
|
|
|
28
28
|
classes?: Partial<import("@mui/material").ClassNameMap<never>> | undefined;
|
|
29
29
|
className?: string | undefined;
|
|
30
30
|
style?: React.CSSProperties | undefined;
|
|
31
|
-
children?:
|
|
31
|
+
children?: import("react").ReactNode;
|
|
32
32
|
color?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Color | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Color | undefined>);
|
|
33
33
|
margin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | readonly NonNullable<import("csstype").Property.Margin<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | readonly NonNullable<import("csstype").Property.Margin<string | number> | undefined>[] | undefined>);
|
|
34
34
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
35
35
|
p?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | readonly NonNullable<import("csstype").Property.Padding<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | readonly NonNullable<import("csstype").Property.Padding<string | number> | undefined>[] | undefined>);
|
|
36
|
-
slot?: string | undefined;
|
|
37
|
-
title?: string | undefined;
|
|
36
|
+
slot?: string | undefined | undefined;
|
|
37
|
+
title?: string | undefined | undefined;
|
|
38
38
|
key?: import("react").Key | null | undefined;
|
|
39
|
-
defaultChecked?: boolean | undefined;
|
|
39
|
+
defaultChecked?: boolean | undefined | undefined;
|
|
40
40
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
41
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
42
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
43
|
-
accessKey?: string | undefined;
|
|
44
|
-
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
41
|
+
suppressContentEditableWarning?: boolean | undefined | undefined;
|
|
42
|
+
suppressHydrationWarning?: boolean | undefined | undefined;
|
|
43
|
+
accessKey?: string | undefined | undefined;
|
|
44
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {}) | undefined;
|
|
45
45
|
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
46
|
-
contextMenu?: string | undefined;
|
|
47
|
-
dir?: string | undefined;
|
|
46
|
+
contextMenu?: string | undefined | undefined;
|
|
47
|
+
dir?: string | undefined | undefined;
|
|
48
48
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
49
|
-
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
50
|
-
hidden?: boolean | undefined;
|
|
51
|
-
id?: string | undefined;
|
|
52
|
-
lang?: string | undefined;
|
|
53
|
-
nonce?: string | undefined;
|
|
49
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
50
|
+
hidden?: boolean | undefined | undefined;
|
|
51
|
+
id?: string | undefined | undefined;
|
|
52
|
+
lang?: string | undefined | undefined;
|
|
53
|
+
nonce?: string | undefined | undefined;
|
|
54
54
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
55
|
-
tabIndex?: number | undefined;
|
|
56
|
-
translate?: "yes" | "no" | undefined;
|
|
57
|
-
radioGroup?: string | undefined;
|
|
55
|
+
tabIndex?: number | undefined | undefined;
|
|
56
|
+
translate?: "yes" | "no" | undefined | undefined;
|
|
57
|
+
radioGroup?: string | undefined | undefined;
|
|
58
58
|
role?: import("react").AriaRole | undefined;
|
|
59
|
-
about?: string | undefined;
|
|
60
|
-
content?: string | undefined;
|
|
61
|
-
datatype?: string | undefined;
|
|
59
|
+
about?: string | undefined | undefined;
|
|
60
|
+
content?: string | undefined | undefined;
|
|
61
|
+
datatype?: string | undefined | undefined;
|
|
62
62
|
inlist?: any;
|
|
63
|
-
prefix?: string | undefined;
|
|
64
|
-
property?: string | undefined;
|
|
65
|
-
rel?: string | undefined;
|
|
66
|
-
resource?: string | undefined;
|
|
67
|
-
rev?: string | undefined;
|
|
68
|
-
typeof?: string | undefined;
|
|
69
|
-
vocab?: string | undefined;
|
|
70
|
-
autoCorrect?: string | undefined;
|
|
71
|
-
autoSave?: string | undefined;
|
|
72
|
-
itemProp?: string | undefined;
|
|
73
|
-
itemScope?: boolean | undefined;
|
|
74
|
-
itemType?: string | undefined;
|
|
75
|
-
itemID?: string | undefined;
|
|
76
|
-
itemRef?: string | undefined;
|
|
77
|
-
results?: number | undefined;
|
|
78
|
-
security?: string | undefined;
|
|
79
|
-
unselectable?: "on" | "off" | undefined;
|
|
80
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
81
|
-
is?: string | undefined;
|
|
82
|
-
"aria-activedescendant"?: string | undefined;
|
|
63
|
+
prefix?: string | undefined | undefined;
|
|
64
|
+
property?: string | undefined | undefined;
|
|
65
|
+
rel?: string | undefined | undefined;
|
|
66
|
+
resource?: string | undefined | undefined;
|
|
67
|
+
rev?: string | undefined | undefined;
|
|
68
|
+
typeof?: string | undefined | undefined;
|
|
69
|
+
vocab?: string | undefined | undefined;
|
|
70
|
+
autoCorrect?: string | undefined | undefined;
|
|
71
|
+
autoSave?: string | undefined | undefined;
|
|
72
|
+
itemProp?: string | undefined | undefined;
|
|
73
|
+
itemScope?: boolean | undefined | undefined;
|
|
74
|
+
itemType?: string | undefined | undefined;
|
|
75
|
+
itemID?: string | undefined | undefined;
|
|
76
|
+
itemRef?: string | undefined | undefined;
|
|
77
|
+
results?: number | undefined | undefined;
|
|
78
|
+
security?: string | undefined | undefined;
|
|
79
|
+
unselectable?: "on" | "off" | undefined | undefined;
|
|
80
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
81
|
+
is?: string | undefined | undefined;
|
|
82
|
+
"aria-activedescendant"?: string | undefined | undefined;
|
|
83
83
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
84
|
-
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
85
|
-
"aria-braillelabel"?: string | undefined;
|
|
86
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
84
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
85
|
+
"aria-braillelabel"?: string | undefined | undefined;
|
|
86
|
+
"aria-brailleroledescription"?: string | undefined | undefined;
|
|
87
87
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
88
|
-
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
89
|
-
"aria-colcount"?: number | undefined;
|
|
90
|
-
"aria-colindex"?: number | undefined;
|
|
91
|
-
"aria-colindextext"?: string | undefined;
|
|
92
|
-
"aria-colspan"?: number | undefined;
|
|
93
|
-
"aria-controls"?: string | undefined;
|
|
94
|
-
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
95
|
-
"aria-describedby"?: string | undefined;
|
|
96
|
-
"aria-description"?: string | undefined;
|
|
97
|
-
"aria-details"?: string | undefined;
|
|
88
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
89
|
+
"aria-colcount"?: number | undefined | undefined;
|
|
90
|
+
"aria-colindex"?: number | undefined | undefined;
|
|
91
|
+
"aria-colindextext"?: string | undefined | undefined;
|
|
92
|
+
"aria-colspan"?: number | undefined | undefined;
|
|
93
|
+
"aria-controls"?: string | undefined | undefined;
|
|
94
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
|
|
95
|
+
"aria-describedby"?: string | undefined | undefined;
|
|
96
|
+
"aria-description"?: string | undefined | undefined;
|
|
97
|
+
"aria-details"?: string | undefined | undefined;
|
|
98
98
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
99
|
-
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
100
|
-
"aria-errormessage"?: string | undefined;
|
|
99
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
|
|
100
|
+
"aria-errormessage"?: string | undefined | undefined;
|
|
101
101
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
102
|
-
"aria-flowto"?: string | undefined;
|
|
102
|
+
"aria-flowto"?: string | undefined | undefined;
|
|
103
103
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
104
|
-
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
104
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
|
|
105
105
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
106
|
-
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
107
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
108
|
-
"aria-label"?: string | undefined;
|
|
109
|
-
"aria-labelledby"?: string | undefined;
|
|
110
|
-
"aria-level"?: number | undefined;
|
|
111
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
106
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
|
|
107
|
+
"aria-keyshortcuts"?: string | undefined | undefined;
|
|
108
|
+
"aria-label"?: string | undefined | undefined;
|
|
109
|
+
"aria-labelledby"?: string | undefined | undefined;
|
|
110
|
+
"aria-level"?: number | undefined | undefined;
|
|
111
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
|
|
112
112
|
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
113
113
|
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
114
114
|
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
115
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
116
|
-
"aria-owns"?: string | undefined;
|
|
117
|
-
"aria-placeholder"?: string | undefined;
|
|
118
|
-
"aria-posinset"?: number | undefined;
|
|
119
|
-
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
115
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
|
|
116
|
+
"aria-owns"?: string | undefined | undefined;
|
|
117
|
+
"aria-placeholder"?: string | undefined | undefined;
|
|
118
|
+
"aria-posinset"?: number | undefined | undefined;
|
|
119
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
120
120
|
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
121
|
-
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
121
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
|
|
122
122
|
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
123
|
-
"aria-roledescription"?: string | undefined;
|
|
124
|
-
"aria-rowcount"?: number | undefined;
|
|
125
|
-
"aria-rowindex"?: number | undefined;
|
|
126
|
-
"aria-rowindextext"?: string | undefined;
|
|
127
|
-
"aria-rowspan"?: number | undefined;
|
|
123
|
+
"aria-roledescription"?: string | undefined | undefined;
|
|
124
|
+
"aria-rowcount"?: number | undefined | undefined;
|
|
125
|
+
"aria-rowindex"?: number | undefined | undefined;
|
|
126
|
+
"aria-rowindextext"?: string | undefined | undefined;
|
|
127
|
+
"aria-rowspan"?: number | undefined | undefined;
|
|
128
128
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
129
|
-
"aria-setsize"?: number | undefined;
|
|
130
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
131
|
-
"aria-valuemax"?: number | undefined;
|
|
132
|
-
"aria-valuemin"?: number | undefined;
|
|
133
|
-
"aria-valuenow"?: number | undefined;
|
|
134
|
-
"aria-valuetext"?: string | undefined;
|
|
129
|
+
"aria-setsize"?: number | undefined | undefined;
|
|
130
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
|
|
131
|
+
"aria-valuemax"?: number | undefined | undefined;
|
|
132
|
+
"aria-valuemin"?: number | undefined | undefined;
|
|
133
|
+
"aria-valuenow"?: number | undefined | undefined;
|
|
134
|
+
"aria-valuetext"?: string | undefined | undefined;
|
|
135
135
|
dangerouslySetInnerHTML?: {
|
|
136
136
|
__html: string | TrustedHTML;
|
|
137
|
-
} | undefined;
|
|
137
|
+
} | undefined | undefined;
|
|
138
138
|
onCopy?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
139
139
|
onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
140
140
|
onCut?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
@@ -295,6 +295,7 @@ export declare const useXnsNameCaptureRouting: (props: XnsNameCaptureProps) => {
|
|
|
295
295
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
296
296
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
297
297
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
298
|
+
component?: React.ElementType | undefined;
|
|
298
299
|
border?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<number | "hidden" | "medium" | (string & {}) | "none" | "inherit" | "-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" | "grey" | "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("@mui/system/styleFunctionSx").ResponsiveStyleValue<number | "hidden" | "medium" | (string & {}) | "none" | "inherit" | "-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" | "grey" | "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>);
|
|
299
300
|
height?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Height<string | number> | readonly NonNullable<import("csstype").Property.Height<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Height<string | number> | readonly NonNullable<import("csstype").Property.Height<string | number> | undefined>[] | undefined>);
|
|
300
301
|
width?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Width<string | number> | readonly NonNullable<import("csstype").Property.Width<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.Width<string | number> | readonly NonNullable<import("csstype").Property.Width<string | number> | undefined>[] | undefined>);
|
package/dist/browser/components/XnsNameCapture/hooks/routing/useXnsNameCaptureRouting.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useXnsNameCaptureRouting.d.ts","sourceRoot":"","sources":["../../../../../../src/components/XnsNameCapture/hooks/routing/useXnsNameCaptureRouting.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAA;AAGzD,eAAO,MAAM,wBAAwB,UAAW,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAe0tC,MAAO,aAAa
|
|
1
|
+
{"version":3,"file":"useXnsNameCaptureRouting.d.ts","sourceRoot":"","sources":["../../../../../../src/components/XnsNameCapture/hooks/routing/useXnsNameCaptureRouting.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAA;AAGzD,eAAO,MAAM,wBAAwB,UAAW,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAe0tC,MAAO,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAHjuC,MAAO,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEjG,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-xns",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.12",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -44,24 +44,24 @@
|
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@xylabs/pixel": "^2.0.6",
|
|
47
|
-
"@xylabs/react-button": "^5.3.
|
|
48
|
-
"@xylabs/react-flexbox": "^5.3.
|
|
49
|
-
"@xylabs/react-link": "^5.3.
|
|
50
|
-
"@xylabs/react-pixel": "^5.3.
|
|
51
|
-
"@xyo-network/xns-record-payloadset-plugins": "^3.1.
|
|
47
|
+
"@xylabs/react-button": "^5.3.13",
|
|
48
|
+
"@xylabs/react-flexbox": "^5.3.13",
|
|
49
|
+
"@xylabs/react-link": "^5.3.13",
|
|
50
|
+
"@xylabs/react-pixel": "^5.3.13",
|
|
51
|
+
"@xyo-network/xns-record-payloadset-plugins": "^3.1.2"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@mui/icons-material": "^6.1
|
|
55
|
-
"@mui/material": "^6.1
|
|
56
|
-
"@mui/styles": "^6.1
|
|
57
|
-
"@storybook/react": "^8.4.
|
|
58
|
-
"@xylabs/ts-scripts-yarn3": "^4.2.
|
|
59
|
-
"@xylabs/tsconfig-react": "^4.2.
|
|
54
|
+
"@mui/icons-material": "^6.2.1",
|
|
55
|
+
"@mui/material": "^6.2.1",
|
|
56
|
+
"@mui/styles": "^6.2.1",
|
|
57
|
+
"@storybook/react": "^8.4.7",
|
|
58
|
+
"@xylabs/ts-scripts-yarn3": "^4.2.6",
|
|
59
|
+
"@xylabs/tsconfig-react": "^4.2.6",
|
|
60
60
|
"react": "^18.3.1",
|
|
61
61
|
"react-dom": "^18.3.1",
|
|
62
|
-
"react-router-dom": "^
|
|
63
|
-
"storybook": "^8.4.
|
|
64
|
-
"typescript": "^5.
|
|
62
|
+
"react-router-dom": "^7.0.2",
|
|
63
|
+
"storybook": "^8.4.7",
|
|
64
|
+
"typescript": "^5.7.2"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
67
|
"@emotion/react": "^11",
|