@xyo-network/react-xns 7.3.6 → 7.3.7
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/XnsNameCapture/SecondaryLink.stories.d.ts +2 -2
- package/dist/browser/components/XnsNameCapture/XnsNameCapture.stories.d.ts +2 -2
- package/dist/browser/components/XnsNameCapture/XnsNameCaptureWithContext.stories.d.ts +4 -4
- package/dist/browser/components/XnsNameCapture/hooks/routing/useXnsNameCaptureRouting.d.ts +4 -4
- package/package.json +9 -9
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Meta } from '@storybook/react-vite';
|
|
2
2
|
declare const _default: Meta;
|
|
3
3
|
export default _default;
|
|
4
|
-
declare const Default: import(".store/storybook-virtual-
|
|
5
|
-
declare const WithExternalValue: import(".store/storybook-virtual-
|
|
4
|
+
declare const Default: import(".store/storybook-virtual-05b8402aa0/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./EstimateNameTextField.tsx").XnsEstimateNameTextFieldProps & import("@mui/material").TextFieldProps>;
|
|
5
|
+
declare const WithExternalValue: import(".store/storybook-virtual-05b8402aa0/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./EstimateNameTextField.tsx").XnsEstimateNameTextFieldProps & import("@mui/material").TextFieldProps>;
|
|
6
6
|
export { Default, WithExternalValue };
|
|
7
7
|
//# sourceMappingURL=EstimateNameTextField.stories.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Meta } from '@storybook/react-vite';
|
|
2
2
|
declare const _default: Meta;
|
|
3
3
|
export default _default;
|
|
4
|
-
declare const Default: import(".store/storybook-virtual-
|
|
5
|
-
declare const WithOnBuyName: import(".store/storybook-virtual-
|
|
4
|
+
declare const Default: import(".store/storybook-virtual-05b8402aa0/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./SecondaryLink.tsx").XnsCaptureSecondaryLinkProps>;
|
|
5
|
+
declare const WithOnBuyName: import(".store/storybook-virtual-05b8402aa0/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./SecondaryLink.tsx").XnsCaptureSecondaryLinkProps>;
|
|
6
6
|
export { Default, WithOnBuyName };
|
|
7
7
|
//# sourceMappingURL=SecondaryLink.stories.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Meta } from '@storybook/react-vite';
|
|
2
2
|
declare const _default: Meta;
|
|
3
3
|
export default _default;
|
|
4
|
-
declare const Default: import(".store/storybook-virtual-
|
|
5
|
-
declare const WithOnBuyName: import(".store/storybook-virtual-
|
|
4
|
+
declare const Default: import(".store/storybook-virtual-05b8402aa0/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Props.ts").XnsNameCaptureProps>;
|
|
5
|
+
declare const WithOnBuyName: import(".store/storybook-virtual-05b8402aa0/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Props.ts").XnsNameCaptureProps>;
|
|
6
6
|
export { Default, WithOnBuyName };
|
|
7
7
|
//# sourceMappingURL=XnsNameCapture.stories.d.ts.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { Meta } from '@storybook/react-vite';
|
|
2
2
|
declare const _default: Meta;
|
|
3
3
|
export default _default;
|
|
4
|
-
declare const Default: import(".store/storybook-virtual-
|
|
5
|
-
declare const WithOnCaptureName: import(".store/storybook-virtual-
|
|
6
|
-
declare const WithBadXnsNameInRoute: import(".store/storybook-virtual-
|
|
7
|
-
declare const WithUserName: import(".store/storybook-virtual-
|
|
4
|
+
declare const Default: import(".store/storybook-virtual-05b8402aa0/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Props.ts").XnsNameCaptureProps>;
|
|
5
|
+
declare const WithOnCaptureName: import(".store/storybook-virtual-05b8402aa0/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Props.ts").XnsNameCaptureProps>;
|
|
6
|
+
declare const WithBadXnsNameInRoute: import(".store/storybook-virtual-05b8402aa0/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Props.ts").XnsNameCaptureProps>;
|
|
7
|
+
declare const WithUserName: import(".store/storybook-virtual-05b8402aa0/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Props.ts").XnsNameCaptureProps>;
|
|
8
8
|
export { Default, WithBadXnsNameInRoute, WithOnCaptureName, WithUserName, };
|
|
9
9
|
//# sourceMappingURL=XnsNameCaptureWithContext.stories.d.ts.map
|
|
@@ -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-269d2fb34d/package").BusyCircularProgressProps;
|
|
409
|
+
busyColor?: import(".store/@xylabs-react-shared-virtual-269d2fb34d/package").MaterialUIThemeColor;
|
|
410
|
+
busyLinearProps?: import(".store/@xylabs-react-shared-virtual-269d2fb34d/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-269d2fb34d/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.7",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -43,17 +43,17 @@
|
|
|
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.7",
|
|
47
|
+
"@xylabs/react-flexbox": "~7.1.7",
|
|
48
|
+
"@xylabs/react-link": "~7.1.7",
|
|
49
|
+
"@xylabs/react-pixel": "~7.1.7",
|
|
50
|
+
"@xylabs/react-theme": "~7.1.7",
|
|
51
51
|
"@xyo-network/xns-record-payloadset-plugins": "~5.1.3"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@mui/icons-material": "~7.3.4",
|
|
55
55
|
"@mui/material": "~7.3.4",
|
|
56
|
-
"@storybook/react-vite": "~9.1.
|
|
56
|
+
"@storybook/react-vite": "~9.1.16",
|
|
57
57
|
"@types/react": "~19.2.2",
|
|
58
58
|
"@xylabs/ts-scripts-yarn3": "~7.1.8",
|
|
59
59
|
"@xylabs/tsconfig": "~7.1.8",
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"react": "~19.2.0",
|
|
63
63
|
"react-dom": "~19.2.0",
|
|
64
64
|
"react-router-dom": "^7.9.4",
|
|
65
|
-
"storybook": "~9.1.
|
|
65
|
+
"storybook": "~9.1.16",
|
|
66
66
|
"typescript": "~5.9.3",
|
|
67
|
-
"vite": "~7.1.
|
|
67
|
+
"vite": "~7.1.12"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
70
|
"@mui/icons-material": ">=6 <8",
|