@xyo-network/react-xns 7.3.7 → 7.3.8
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.
|
@@ -405,12 +405,12 @@ export declare const useXnsNameCaptureRouting: (props: XnsNameCaptureProps) => {
|
|
|
405
405
|
onTransitionStartCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
406
406
|
component?: React.ElementType;
|
|
407
407
|
busy?: boolean;
|
|
408
|
-
busyCircularProps?: import(".store/@xylabs-react-shared-virtual-
|
|
409
|
-
busyColor?: import(".store/@xylabs-react-shared-virtual-
|
|
410
|
-
busyLinearProps?: import(".store/@xylabs-react-shared-virtual-
|
|
408
|
+
busyCircularProps?: import(".store/@xylabs-react-shared-virtual-8ec96c2237/package").BusyCircularProgressProps;
|
|
409
|
+
busyColor?: import(".store/@xylabs-react-shared-virtual-8ec96c2237/package").MaterialUIThemeColor;
|
|
410
|
+
busyLinearProps?: import(".store/@xylabs-react-shared-virtual-8ec96c2237/package").BusyLinearProgressProps;
|
|
411
411
|
busyMinimum?: number;
|
|
412
412
|
busyOpacity?: string | number;
|
|
413
413
|
busySize?: number;
|
|
414
|
-
busyVariant?: import(".store/@xylabs-react-shared-virtual-
|
|
414
|
+
busyVariant?: import(".store/@xylabs-react-shared-virtual-8ec96c2237/package").BusyVariant;
|
|
415
415
|
};
|
|
416
416
|
//# sourceMappingURL=useXnsNameCaptureRouting.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-xns",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.8",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"src"
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@xylabs/react-button": "~7.1.
|
|
47
|
-
"@xylabs/react-flexbox": "~7.1.
|
|
48
|
-
"@xylabs/react-link": "~7.1.
|
|
49
|
-
"@xylabs/react-pixel": "~7.1.
|
|
50
|
-
"@xylabs/react-theme": "~7.1.
|
|
46
|
+
"@xylabs/react-button": "~7.1.8",
|
|
47
|
+
"@xylabs/react-flexbox": "~7.1.8",
|
|
48
|
+
"@xylabs/react-link": "~7.1.8",
|
|
49
|
+
"@xylabs/react-pixel": "~7.1.8",
|
|
50
|
+
"@xylabs/react-theme": "~7.1.8",
|
|
51
51
|
"@xyo-network/xns-record-payloadset-plugins": "~5.1.3"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|