@xyo-network/react-payload-details 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.
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
import type { Meta } from '@storybook/react-vite';
|
|
2
2
|
import { PayloadDetails } from './Details.tsx';
|
|
3
3
|
declare const StorybookEntry: Meta<typeof PayloadDetails>;
|
|
4
|
-
declare const Default: import(".store/storybook-virtual-
|
|
4
|
+
declare const Default: import(".store/storybook-virtual-05b8402aa0/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@xylabs/react-flexbox").BusyBoxProps & {
|
|
5
5
|
paper?: boolean;
|
|
6
6
|
payload?: import("@xyo-network/payload-model").Payload;
|
|
7
7
|
}>;
|
|
8
|
-
declare const WithSample: import(".store/storybook-virtual-
|
|
8
|
+
declare const WithSample: import(".store/storybook-virtual-05b8402aa0/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@xylabs/react-flexbox").BusyBoxProps & {
|
|
9
9
|
paper?: boolean;
|
|
10
10
|
payload?: import("@xyo-network/payload-model").Payload;
|
|
11
11
|
}>;
|
|
12
|
-
declare const WithBuilderSample: import(".store/storybook-virtual-
|
|
12
|
+
declare const WithBuilderSample: import(".store/storybook-virtual-05b8402aa0/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@xylabs/react-flexbox").BusyBoxProps & {
|
|
13
13
|
paper?: boolean;
|
|
14
14
|
payload?: import("@xyo-network/payload-model").Payload;
|
|
15
15
|
}>;
|
|
16
|
-
declare const WithArchiveLink: import(".store/storybook-virtual-
|
|
16
|
+
declare const WithArchiveLink: import(".store/storybook-virtual-05b8402aa0/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@xylabs/react-flexbox").BusyBoxProps & {
|
|
17
17
|
paper?: boolean;
|
|
18
18
|
payload?: import("@xyo-network/payload-model").Payload;
|
|
19
19
|
}>;
|
|
20
|
-
declare const DefaultPaper: import(".store/storybook-virtual-
|
|
20
|
+
declare const DefaultPaper: import(".store/storybook-virtual-05b8402aa0/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@xylabs/react-flexbox").BusyBoxProps & {
|
|
21
21
|
paper?: boolean;
|
|
22
22
|
payload?: import("@xyo-network/payload-model").Payload;
|
|
23
23
|
}>;
|
|
24
|
-
declare const WithSamplePaper: import(".store/storybook-virtual-
|
|
24
|
+
declare const WithSamplePaper: import(".store/storybook-virtual-05b8402aa0/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@xylabs/react-flexbox").BusyBoxProps & {
|
|
25
25
|
paper?: boolean;
|
|
26
26
|
payload?: import("@xyo-network/payload-model").Payload;
|
|
27
27
|
}>;
|
|
28
|
-
declare const WithBuilderSamplePaper: import(".store/storybook-virtual-
|
|
28
|
+
declare const WithBuilderSamplePaper: import(".store/storybook-virtual-05b8402aa0/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@xylabs/react-flexbox").BusyBoxProps & {
|
|
29
29
|
paper?: boolean;
|
|
30
30
|
payload?: import("@xyo-network/payload-model").Payload;
|
|
31
31
|
}>;
|
|
32
|
-
declare const WithArchiveLinkPaper: import(".store/storybook-virtual-
|
|
32
|
+
declare const WithArchiveLinkPaper: import(".store/storybook-virtual-05b8402aa0/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@xylabs/react-flexbox").BusyBoxProps & {
|
|
33
33
|
paper?: boolean;
|
|
34
34
|
payload?: import("@xyo-network/payload-model").Payload;
|
|
35
35
|
}>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { Meta } from '@storybook/react-vite';
|
|
2
2
|
import type { PayloadValidationDetailsProps } from './ValidationDetailsProps.ts';
|
|
3
3
|
declare const StorybookEntry: Meta;
|
|
4
|
-
declare const Default: import(".store/storybook-virtual-
|
|
5
|
-
declare const WithErrorsInToolTip: import(".store/storybook-virtual-
|
|
6
|
-
declare const SkipBody: import(".store/storybook-virtual-
|
|
4
|
+
declare const Default: import(".store/storybook-virtual-05b8402aa0/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, PayloadValidationDetailsProps>;
|
|
5
|
+
declare const WithErrorsInToolTip: import(".store/storybook-virtual-05b8402aa0/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, PayloadValidationDetailsProps>;
|
|
6
|
+
declare const SkipBody: import(".store/storybook-virtual-05b8402aa0/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, PayloadValidationDetailsProps>;
|
|
7
7
|
export { Default, SkipBody, WithErrorsInToolTip, };
|
|
8
8
|
export default StorybookEntry;
|
|
9
9
|
//# sourceMappingURL=ValidationDetails.stories.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-payload-details",
|
|
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,37 +43,37 @@
|
|
|
43
43
|
"src"
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@xylabs/forget": "~5.0.
|
|
47
|
-
"@xylabs/react-button": "~7.1.
|
|
48
|
-
"@xylabs/react-flexbox": "~7.1.
|
|
49
|
-
"@xylabs/react-promise": "~7.1.
|
|
50
|
-
"@xylabs/react-quick-tip-button": "~7.1.
|
|
51
|
-
"@xyo-network/payload-builder": "~5.1.
|
|
52
|
-
"@xyo-network/payload-model": "~5.1.
|
|
53
|
-
"@xyo-network/payload-validator": "~5.1.
|
|
54
|
-
"@xyo-network/react-payload-raw-info": "^7.3.
|
|
55
|
-
"@xyo-network/react-property": "^7.3.
|
|
56
|
-
"@xyo-network/react-schema": "^7.3.
|
|
57
|
-
"@xyo-network/react-shared": "^7.3.
|
|
46
|
+
"@xylabs/forget": "~5.0.14",
|
|
47
|
+
"@xylabs/react-button": "~7.1.7",
|
|
48
|
+
"@xylabs/react-flexbox": "~7.1.7",
|
|
49
|
+
"@xylabs/react-promise": "~7.1.7",
|
|
50
|
+
"@xylabs/react-quick-tip-button": "~7.1.7",
|
|
51
|
+
"@xyo-network/payload-builder": "~5.1.8",
|
|
52
|
+
"@xyo-network/payload-model": "~5.1.8",
|
|
53
|
+
"@xyo-network/payload-validator": "~5.1.8",
|
|
54
|
+
"@xyo-network/react-payload-raw-info": "^7.3.7",
|
|
55
|
+
"@xyo-network/react-property": "^7.3.7",
|
|
56
|
+
"@xyo-network/react-schema": "^7.3.7",
|
|
57
|
+
"@xyo-network/react-shared": "^7.3.7"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@emotion/react": "~11.14.0",
|
|
61
61
|
"@emotion/styled": "~11.14.1",
|
|
62
62
|
"@mui/icons-material": "~7.3.4",
|
|
63
63
|
"@mui/material": "~7.3.4",
|
|
64
|
-
"@storybook/react-vite": "~9.1.
|
|
64
|
+
"@storybook/react-vite": "~9.1.16",
|
|
65
65
|
"@types/react": "~19.2.2",
|
|
66
66
|
"@xylabs/ts-scripts-yarn3": "~7.1.8",
|
|
67
67
|
"@xylabs/tsconfig": "~7.1.8",
|
|
68
68
|
"@xylabs/tsconfig-dom": "~7.1.8",
|
|
69
69
|
"@xylabs/tsconfig-react": "~7.1.8",
|
|
70
|
-
"@xyo-network/react-storybook": "^7.3.
|
|
70
|
+
"@xyo-network/react-storybook": "^7.3.7",
|
|
71
71
|
"react": "~19.2.0",
|
|
72
72
|
"react-dom": "~19.2.0",
|
|
73
73
|
"react-router-dom": "^7.9.4",
|
|
74
|
-
"storybook": "~9.1.
|
|
74
|
+
"storybook": "~9.1.16",
|
|
75
75
|
"typescript": "~5.9.3",
|
|
76
|
-
"vite": "~7.1.
|
|
76
|
+
"vite": "~7.1.12"
|
|
77
77
|
},
|
|
78
78
|
"peerDependencies": {
|
|
79
79
|
"@emotion/react": "~11",
|