@xyo-network/react-xns 5.0.7 → 5.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -17,8 +17,8 @@ export declare const useXnsNameCaptureRouting: (props: XnsNameCaptureProps) => {
|
|
|
17
17
|
to?: import("react-router-dom").To;
|
|
18
18
|
background?: boolean;
|
|
19
19
|
paper?: boolean;
|
|
20
|
-
children?:
|
|
21
|
-
ref?:
|
|
20
|
+
children?: import("react").ReactNode;
|
|
21
|
+
ref?: import("react").Ref<unknown>;
|
|
22
22
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
23
23
|
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>);
|
|
24
24
|
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>);
|
|
@@ -124,7 +124,7 @@ export declare const useXnsNameCaptureRouting: (props: XnsNameCaptureProps) => {
|
|
|
124
124
|
typography?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | undefined>);
|
|
125
125
|
displayPrint?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined>);
|
|
126
126
|
className?: string;
|
|
127
|
-
style?:
|
|
127
|
+
style?: import("react").CSSProperties;
|
|
128
128
|
classes?: Partial<import("@mui/material").ClassNameMap<never>> | undefined;
|
|
129
129
|
slot?: string | undefined | undefined;
|
|
130
130
|
title?: string | undefined | undefined;
|
|
@@ -176,6 +176,8 @@ export declare const useXnsNameCaptureRouting: (props: XnsNameCaptureProps) => {
|
|
|
176
176
|
inert?: boolean | undefined | undefined;
|
|
177
177
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
178
178
|
is?: string | undefined | undefined;
|
|
179
|
+
exportparts?: string | undefined | undefined;
|
|
180
|
+
part?: string | undefined | undefined;
|
|
179
181
|
"aria-activedescendant"?: string | undefined | undefined;
|
|
180
182
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
181
183
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
@@ -382,6 +384,8 @@ export declare const useXnsNameCaptureRouting: (props: XnsNameCaptureProps) => {
|
|
|
382
384
|
onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
383
385
|
onScroll?: import("react").UIEventHandler<HTMLDivElement> | undefined;
|
|
384
386
|
onScrollCapture?: import("react").UIEventHandler<HTMLDivElement> | undefined;
|
|
387
|
+
onScrollEnd?: import("react").UIEventHandler<HTMLDivElement> | undefined;
|
|
388
|
+
onScrollEndCapture?: import("react").UIEventHandler<HTMLDivElement> | undefined;
|
|
385
389
|
onWheel?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
|
|
386
390
|
onWheelCapture?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
|
|
387
391
|
onAnimationStart?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
package/dist/types/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,GAAI,OAAO,mBAAmB
|
|
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,GAAI,OAAO,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAYuB,MAAO,WAC7F;;;;;;;;;CACH,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-xns",
|
|
3
|
-
"version": "5.0
|
|
3
|
+
"version": "5.1.0",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -39,32 +39,30 @@
|
|
|
39
39
|
"module": "dist/browser/index.mjs",
|
|
40
40
|
"types": "dist/types/index.d.ts",
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@xylabs/react-button": "^6.0
|
|
43
|
-
"@xylabs/react-flexbox": "^6.0
|
|
44
|
-
"@xylabs/react-link": "^6.0
|
|
45
|
-
"@xylabs/react-pixel": "^6.0
|
|
46
|
-
"@xyo-network/xns-record-payloadset-plugins": "^3.4.
|
|
42
|
+
"@xylabs/react-button": "^6.1.0",
|
|
43
|
+
"@xylabs/react-flexbox": "^6.1.0",
|
|
44
|
+
"@xylabs/react-link": "^6.1.0",
|
|
45
|
+
"@xylabs/react-pixel": "^6.1.0",
|
|
46
|
+
"@xyo-network/xns-record-payloadset-plugins": "^3.4.5"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@mui/icons-material": "^
|
|
50
|
-
"@mui/material": "^
|
|
51
|
-
"@
|
|
52
|
-
"@storybook/react": "^8.6.7",
|
|
49
|
+
"@mui/icons-material": "^7.0.1",
|
|
50
|
+
"@mui/material": "^7.0.1",
|
|
51
|
+
"@storybook/react": "^8.6.11",
|
|
53
52
|
"@types/react": "^19.0.12",
|
|
54
|
-
"@xylabs/ts-scripts-yarn3": "^6.
|
|
55
|
-
"@xylabs/tsconfig-react": "^6.
|
|
56
|
-
"react": "^19.
|
|
57
|
-
"react-dom": "^19.
|
|
58
|
-
"react-router-dom": "^7.4.
|
|
59
|
-
"storybook": "^8.6.
|
|
53
|
+
"@xylabs/ts-scripts-yarn3": "^6.2.0",
|
|
54
|
+
"@xylabs/tsconfig-react": "^6.2.0",
|
|
55
|
+
"react": "^19.1.0",
|
|
56
|
+
"react-dom": "^19.1.0",
|
|
57
|
+
"react-router-dom": "^7.4.1",
|
|
58
|
+
"storybook": "^8.6.11",
|
|
60
59
|
"typescript": "^5.8.2"
|
|
61
60
|
},
|
|
62
61
|
"peerDependencies": {
|
|
63
62
|
"@emotion/react": "^11",
|
|
64
63
|
"@emotion/styled": "^11",
|
|
65
|
-
"@mui/icons-material": "
|
|
66
|
-
"@mui/material": "
|
|
67
|
-
"@mui/styles": "^6",
|
|
64
|
+
"@mui/icons-material": ">=6 <=7",
|
|
65
|
+
"@mui/material": ">=6 <=7",
|
|
68
66
|
"@xylabs/pixel": "^2",
|
|
69
67
|
"react": "^19",
|
|
70
68
|
"react-dom": "^19",
|