@xyo-network/react-address-render 7.3.10 → 7.4.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.
|
@@ -2,25 +2,25 @@ import type { Meta } from '@storybook/react-vite';
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { AddressRenderRowBox } from './RenderRowBox.tsx';
|
|
4
4
|
declare const StorybookEntry: Meta<typeof AddressRenderRowBox>;
|
|
5
|
-
declare const Default: import(".store/storybook-virtual-
|
|
5
|
+
declare const Default: import(".store/storybook-virtual-8ff7720fec/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./RenderRowBox.tsx").AddressRenderRowBoxProps & {
|
|
6
6
|
ref?: React.RefObject<HTMLElement | null>;
|
|
7
7
|
}>;
|
|
8
|
-
declare const WithAddress: import(".store/storybook-virtual-
|
|
8
|
+
declare const WithAddress: import(".store/storybook-virtual-8ff7720fec/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./RenderRowBox.tsx").AddressRenderRowBoxProps & {
|
|
9
9
|
ref?: React.RefObject<HTMLElement | null>;
|
|
10
10
|
}>;
|
|
11
|
-
declare const WithIcon: import(".store/storybook-virtual-
|
|
11
|
+
declare const WithIcon: import(".store/storybook-virtual-8ff7720fec/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./RenderRowBox.tsx").AddressRenderRowBoxProps & {
|
|
12
12
|
ref?: React.RefObject<HTMLElement | null>;
|
|
13
13
|
}>;
|
|
14
|
-
declare const WithIconOnly: import(".store/storybook-virtual-
|
|
14
|
+
declare const WithIconOnly: import(".store/storybook-virtual-8ff7720fec/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./RenderRowBox.tsx").AddressRenderRowBoxProps & {
|
|
15
15
|
ref?: React.RefObject<HTMLElement | null>;
|
|
16
16
|
}>;
|
|
17
|
-
declare const WithFavorite: import(".store/storybook-virtual-
|
|
17
|
+
declare const WithFavorite: import(".store/storybook-virtual-8ff7720fec/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./RenderRowBox.tsx").AddressRenderRowBoxProps & {
|
|
18
18
|
ref?: React.RefObject<HTMLElement | null>;
|
|
19
19
|
}>;
|
|
20
|
-
declare const WithFavoriteAlias: import(".store/storybook-virtual-
|
|
20
|
+
declare const WithFavoriteAlias: import(".store/storybook-virtual-8ff7720fec/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./RenderRowBox.tsx").AddressRenderRowBoxProps & {
|
|
21
21
|
ref?: React.RefObject<HTMLElement | null>;
|
|
22
22
|
}>;
|
|
23
|
-
declare const WithChildren: import(".store/storybook-virtual-
|
|
23
|
+
declare const WithChildren: import(".store/storybook-virtual-8ff7720fec/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./RenderRowBox.tsx").AddressRenderRowBoxProps & {
|
|
24
24
|
ref?: React.RefObject<HTMLElement | null>;
|
|
25
25
|
}>;
|
|
26
26
|
export { Default, WithAddress, WithChildren, WithFavorite, WithFavoriteAlias, WithIcon, WithIconOnly, };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-address-render",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.4.0",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -46,26 +46,26 @@
|
|
|
46
46
|
"@xylabs/react-flexbox": "~7.1.8",
|
|
47
47
|
"@xylabs/react-hooks": "~7.1.8",
|
|
48
48
|
"@xylabs/react-identicon": "~7.1.8",
|
|
49
|
-
"@xyo-network/react-event": "^7.
|
|
50
|
-
"@xyo-network/react-shared": "^7.
|
|
49
|
+
"@xyo-network/react-event": "^7.4.0",
|
|
50
|
+
"@xyo-network/react-shared": "^7.4.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@mui/icons-material": "~7.3.
|
|
54
|
-
"@mui/material": "~7.3.
|
|
55
|
-
"@storybook/react-vite": "~
|
|
56
|
-
"@types/react": "~19.2.
|
|
57
|
-
"@xylabs/hex": "~5.0.
|
|
58
|
-
"@xylabs/ts-scripts-yarn3": "~7.
|
|
59
|
-
"@xylabs/tsconfig": "~7.
|
|
60
|
-
"@xylabs/tsconfig-dom": "~7.
|
|
61
|
-
"@xylabs/tsconfig-react": "~7.
|
|
53
|
+
"@mui/icons-material": "~7.3.5",
|
|
54
|
+
"@mui/material": "~7.3.5",
|
|
55
|
+
"@storybook/react-vite": "~10.0.8",
|
|
56
|
+
"@types/react": "~19.2.6",
|
|
57
|
+
"@xylabs/hex": "~5.0.42",
|
|
58
|
+
"@xylabs/ts-scripts-yarn3": "~7.2.8",
|
|
59
|
+
"@xylabs/tsconfig": "~7.2.8",
|
|
60
|
+
"@xylabs/tsconfig-dom": "~7.2.8",
|
|
61
|
+
"@xylabs/tsconfig-react": "~7.2.8",
|
|
62
62
|
"ethers": "~6.15.0",
|
|
63
63
|
"react": "~19.2.0",
|
|
64
64
|
"react-dom": "~19.2.0",
|
|
65
|
-
"react-router-dom": "^7.9.
|
|
66
|
-
"storybook": "~
|
|
65
|
+
"react-router-dom": "^7.9.6",
|
|
66
|
+
"storybook": "~10.0.8",
|
|
67
67
|
"typescript": "~5.9.3",
|
|
68
|
-
"vite": "~7.
|
|
68
|
+
"vite": "~7.2.4"
|
|
69
69
|
},
|
|
70
70
|
"peerDependencies": {
|
|
71
71
|
"@mui/icons-material": ">=6 <8",
|