@xyo-network/react-property 7.3.10 → 7.4.1
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,20 +1,20 @@
|
|
|
1
1
|
import type { Meta } from '@storybook/react-vite';
|
|
2
2
|
import { Property } from './Property.tsx';
|
|
3
3
|
declare const StorybookEntry: Meta<typeof Property>;
|
|
4
|
-
declare const Default: import(".store/storybook-virtual-
|
|
5
|
-
declare const WithUndefinedData: import(".store/storybook-virtual-
|
|
6
|
-
declare const WithData: import(".store/storybook-virtual-
|
|
7
|
-
declare const WithDataSmall: import(".store/storybook-virtual-
|
|
8
|
-
declare const WithDataCompare: import(".store/storybook-virtual-
|
|
9
|
-
declare const WithDataAndBadgeSmall: import(".store/storybook-virtual-
|
|
10
|
-
declare const WithDataAndBadgeMedium: import(".store/storybook-virtual-
|
|
11
|
-
declare const WithDataAndBadgeLarge: import(".store/storybook-virtual-
|
|
12
|
-
declare const WithTip: import(".store/storybook-virtual-
|
|
13
|
-
declare const WithTipAndBadge: import(".store/storybook-virtual-
|
|
14
|
-
declare const WithActions: import(".store/storybook-virtual-
|
|
15
|
-
declare const LargeWithValue: import(".store/storybook-virtual-
|
|
16
|
-
declare const LargeWithValueAndActions: import(".store/storybook-virtual-
|
|
17
|
-
declare const SmallWithValueAndActions: import(".store/storybook-virtual-
|
|
4
|
+
declare const Default: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@storybook/react-vite").Args>;
|
|
5
|
+
declare const WithUndefinedData: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@storybook/react-vite").Args>;
|
|
6
|
+
declare const WithData: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@storybook/react-vite").Args>;
|
|
7
|
+
declare const WithDataSmall: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@storybook/react-vite").Args>;
|
|
8
|
+
declare const WithDataCompare: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@storybook/react-vite").Args>;
|
|
9
|
+
declare const WithDataAndBadgeSmall: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@storybook/react-vite").Args>;
|
|
10
|
+
declare const WithDataAndBadgeMedium: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@storybook/react-vite").Args>;
|
|
11
|
+
declare const WithDataAndBadgeLarge: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@storybook/react-vite").Args>;
|
|
12
|
+
declare const WithTip: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@storybook/react-vite").Args>;
|
|
13
|
+
declare const WithTipAndBadge: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@storybook/react-vite").Args>;
|
|
14
|
+
declare const WithActions: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@storybook/react-vite").Args>;
|
|
15
|
+
declare const LargeWithValue: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@storybook/react-vite").Args>;
|
|
16
|
+
declare const LargeWithValueAndActions: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@storybook/react-vite").Args>;
|
|
17
|
+
declare const SmallWithValueAndActions: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@storybook/react-vite").Args>;
|
|
18
18
|
export { Default, LargeWithValue, LargeWithValueAndActions, SmallWithValueAndActions, WithActions, WithData, WithDataAndBadgeLarge, WithDataAndBadgeMedium, WithDataAndBadgeSmall, WithDataCompare, WithDataSmall, WithTip, WithTipAndBadge, WithUndefinedData, };
|
|
19
19
|
export default StorybookEntry;
|
|
20
20
|
//# sourceMappingURL=PropertyBox.stories.d.ts.map
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import type { Meta } from '@storybook/react-vite';
|
|
2
2
|
import { Property } from './Property.tsx';
|
|
3
3
|
declare const StorybookEntry: Meta<typeof Property>;
|
|
4
|
-
declare const Default: import(".store/storybook-virtual-
|
|
5
|
-
declare const WithUndefinedData: import(".store/storybook-virtual-
|
|
6
|
-
declare const WithData: import(".store/storybook-virtual-
|
|
7
|
-
declare const WithDataSmall: import(".store/storybook-virtual-
|
|
8
|
-
declare const WithDataCompare: import(".store/storybook-virtual-
|
|
9
|
-
declare const WithDataCompareOutlined: import(".store/storybook-virtual-
|
|
10
|
-
declare const WithDataCompareElevation: import(".store/storybook-virtual-
|
|
11
|
-
declare const WithDataAndBadgeSmall: import(".store/storybook-virtual-
|
|
12
|
-
declare const WithDataAndBadgeMedium: import(".store/storybook-virtual-
|
|
13
|
-
declare const WithDataAndBadgeLarge: import(".store/storybook-virtual-
|
|
14
|
-
declare const WithTip: import(".store/storybook-virtual-
|
|
15
|
-
declare const WithTipAndBadge: import(".store/storybook-virtual-
|
|
16
|
-
declare const WithActions: import(".store/storybook-virtual-
|
|
17
|
-
declare const LargeWithValue: import(".store/storybook-virtual-
|
|
18
|
-
declare const LargeWithValueAndActions: import(".store/storybook-virtual-
|
|
19
|
-
declare const SmallWithValueAndActions: import(".store/storybook-virtual-
|
|
4
|
+
declare const Default: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@storybook/react-vite").Args>;
|
|
5
|
+
declare const WithUndefinedData: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@storybook/react-vite").Args>;
|
|
6
|
+
declare const WithData: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@storybook/react-vite").Args>;
|
|
7
|
+
declare const WithDataSmall: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@storybook/react-vite").Args>;
|
|
8
|
+
declare const WithDataCompare: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@storybook/react-vite").Args>;
|
|
9
|
+
declare const WithDataCompareOutlined: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@storybook/react-vite").Args>;
|
|
10
|
+
declare const WithDataCompareElevation: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@storybook/react-vite").Args>;
|
|
11
|
+
declare const WithDataAndBadgeSmall: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@storybook/react-vite").Args>;
|
|
12
|
+
declare const WithDataAndBadgeMedium: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@storybook/react-vite").Args>;
|
|
13
|
+
declare const WithDataAndBadgeLarge: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@storybook/react-vite").Args>;
|
|
14
|
+
declare const WithTip: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@storybook/react-vite").Args>;
|
|
15
|
+
declare const WithTipAndBadge: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@storybook/react-vite").Args>;
|
|
16
|
+
declare const WithActions: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@storybook/react-vite").Args>;
|
|
17
|
+
declare const LargeWithValue: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@storybook/react-vite").Args>;
|
|
18
|
+
declare const LargeWithValueAndActions: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@storybook/react-vite").Args>;
|
|
19
|
+
declare const SmallWithValueAndActions: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@storybook/react-vite").Args>;
|
|
20
20
|
export { Default, LargeWithValue, LargeWithValueAndActions, SmallWithValueAndActions, WithActions, WithData, WithDataAndBadgeLarge, WithDataAndBadgeMedium, WithDataAndBadgeSmall, WithDataCompare, WithDataCompareElevation, WithDataCompareOutlined, WithDataSmall, WithTip, WithTipAndBadge, WithUndefinedData, };
|
|
21
21
|
export default StorybookEntry;
|
|
22
22
|
//# sourceMappingURL=PropertyPaper.stories.d.ts.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { Meta } from '@storybook/react-vite';
|
|
2
2
|
import { PropertyTitle } from './Title.tsx';
|
|
3
3
|
declare const StorybookEntry: Meta<typeof PropertyTitle>;
|
|
4
|
-
declare const Default: import(".store/storybook-virtual-
|
|
5
|
-
declare const WithData: import(".store/storybook-virtual-
|
|
6
|
-
declare const WithDataAndActions: import(".store/storybook-virtual-
|
|
4
|
+
declare const Default: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Title.tsx").PropertyTitleProps>;
|
|
5
|
+
declare const WithData: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Title.tsx").PropertyTitleProps>;
|
|
6
|
+
declare const WithDataAndActions: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Title.tsx").PropertyTitleProps>;
|
|
7
7
|
export { Default, WithData, WithDataAndActions, };
|
|
8
8
|
export default StorybookEntry;
|
|
9
9
|
//# sourceMappingURL=Title.stories.d.ts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { Meta } from '@storybook/react-vite';
|
|
2
2
|
import { PropertyValue } from './Value.tsx';
|
|
3
3
|
declare const StorybookEntry: Meta<typeof PropertyValue>;
|
|
4
|
-
declare const Default: import(".store/storybook-virtual-
|
|
5
|
-
declare const WithData: import(".store/storybook-virtual-
|
|
4
|
+
declare const Default: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Value.tsx").PropertyValueProps>;
|
|
5
|
+
declare const WithData: import(".store/storybook-virtual-a067dd1507/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Value.tsx").PropertyValueProps>;
|
|
6
6
|
export { Default, WithData };
|
|
7
7
|
export default StorybookEntry;
|
|
8
8
|
//# sourceMappingURL=Value.stories.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-property",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.4.1",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -47,32 +47,32 @@
|
|
|
47
47
|
"@xylabs/react-identicon": "~7.1.8",
|
|
48
48
|
"@xylabs/react-quick-tip-button": "~7.1.8",
|
|
49
49
|
"@xylabs/react-theme": "~7.1.8",
|
|
50
|
-
"@xyo-network/react-shared": "^7.
|
|
51
|
-
"@xyo-network/typeof": "~5.
|
|
50
|
+
"@xyo-network/react-shared": "^7.4.1",
|
|
51
|
+
"@xyo-network/typeof": "~5.2.17"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@mui/icons-material": "~7.3.
|
|
55
|
-
"@mui/material": "~7.3.
|
|
56
|
-
"@storybook/react-vite": "~
|
|
57
|
-
"@types/react": "
|
|
54
|
+
"@mui/icons-material": "~7.3.6",
|
|
55
|
+
"@mui/material": "~7.3.6",
|
|
56
|
+
"@storybook/react-vite": "~10.1.4",
|
|
57
|
+
"@types/react": "^19.2.7",
|
|
58
58
|
"@xylabs/react-button": "~7.1.8",
|
|
59
59
|
"@xylabs/react-theme": "~7.1.8",
|
|
60
|
-
"@xylabs/ts-scripts-yarn3": "~7.
|
|
61
|
-
"@xylabs/tsconfig": "~7.
|
|
62
|
-
"@xylabs/tsconfig-dom": "~7.
|
|
63
|
-
"@xylabs/tsconfig-react": "~7.
|
|
64
|
-
"react": "
|
|
65
|
-
"react-dom": "
|
|
66
|
-
"react-router-dom": "^7.
|
|
67
|
-
"storybook": "~
|
|
68
|
-
"typescript": "
|
|
69
|
-
"vite": "~7.
|
|
60
|
+
"@xylabs/ts-scripts-yarn3": "~7.2.8",
|
|
61
|
+
"@xylabs/tsconfig": "~7.2.8",
|
|
62
|
+
"@xylabs/tsconfig-dom": "~7.2.8",
|
|
63
|
+
"@xylabs/tsconfig-react": "~7.2.8",
|
|
64
|
+
"react": "^19.2.1",
|
|
65
|
+
"react-dom": "^19.2.1",
|
|
66
|
+
"react-router-dom": "^7.10.0",
|
|
67
|
+
"storybook": "~10.1.4",
|
|
68
|
+
"typescript": "^5.9.3",
|
|
69
|
+
"vite": "~7.2.6"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
72
|
"@mui/icons-material": ">=6 <8",
|
|
73
73
|
"@mui/material": ">=6 <8",
|
|
74
|
-
"react": "
|
|
75
|
-
"react-dom": "
|
|
74
|
+
"react": "^19",
|
|
75
|
+
"react-dom": "^19",
|
|
76
76
|
"react-router-dom": "^7"
|
|
77
77
|
},
|
|
78
78
|
"publishConfig": {
|