@xyo-network/react-card 9.0.1 → 9.0.4

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.
@@ -9,13 +9,13 @@ export type CardContentExProps = CardContentProps & {
9
9
  export declare const CardContentExWithRef: {
10
10
  ({ ref, scrollToTop, refreshRef, ...props }: CardContentExProps & {
11
11
  ref?: React.RefObject<HTMLDivElement | null>;
12
- }): import("react/jsx-runtime").JSX.Element;
12
+ }): React.JSX.Element;
13
13
  displayName: string;
14
14
  };
15
15
  export declare const CardContentEx: {
16
16
  ({ ref, scrollToTop, refreshRef, ...props }: CardContentExProps & {
17
17
  ref?: React.RefObject<HTMLDivElement | null>;
18
- }): import("react/jsx-runtime").JSX.Element;
18
+ }): React.JSX.Element;
19
19
  displayName: string;
20
20
  };
21
21
  //# sourceMappingURL=CardContentEx.d.ts.map
@@ -1,13 +1,14 @@
1
1
  import type { CardProps } from '@mui/material';
2
+ import React from 'react';
2
3
  export interface CardExProps extends CardProps {
3
4
  gradient?: 'border' | 'background';
4
5
  }
5
6
  export declare const CardExWithRef: {
6
- ({ ref, style, gradient, ...props }: CardExProps): import("react/jsx-runtime").JSX.Element;
7
+ ({ ref, style, gradient, ...props }: CardExProps): React.JSX.Element;
7
8
  displayName: string;
8
9
  };
9
10
  export declare const CardEx: {
10
- ({ ref, style, gradient, ...props }: CardExProps): import("react/jsx-runtime").JSX.Element;
11
+ ({ ref, style, gradient, ...props }: CardExProps): React.JSX.Element;
11
12
  displayName: string;
12
13
  };
13
14
  //# sourceMappingURL=CardEx.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CardEx.d.ts","sourceRoot":"","sources":["../../../src/components/CardEx.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAA;AAK9C,MAAM,WAAW,WAAY,SAAQ,SAAS;IAC5C,QAAQ,CAAC,EAAE,QAAQ,GAAG,YAAY,CAAA;CACnC;AAED,eAAO,MAAM,aAAa;yCAEvB,WAAW;;CAkBb,CAAA;AAID,eAAO,MAAM,MAAM;yCAtBhB,WAAW;;CAsBqB,CAAA"}
1
+ {"version":3,"file":"CardEx.d.ts","sourceRoot":"","sources":["../../../src/components/CardEx.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAA;AAG9C,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,WAAW,WAAY,SAAQ,SAAS;IAC5C,QAAQ,CAAC,EAAE,QAAQ,GAAG,YAAY,CAAA;CACnC;AAED,eAAO,MAAM,aAAa;yCAEvB,WAAW;;CAkBb,CAAA;AAID,eAAO,MAAM,MAAM;yCAtBhB,WAAW;;CAsBqB,CAAA"}
@@ -1,5 +1,6 @@
1
1
  import type { CardHeaderProps } from '@mui/material';
2
2
  import type { ReactNode } from 'react';
3
+ import React from 'react';
3
4
  import type { CardExProps } from './CardEx.tsx';
4
5
  export interface PageCardProps extends CardExProps {
5
6
  action?: ReactNode;
@@ -7,7 +8,7 @@ export interface PageCardProps extends CardExProps {
7
8
  subheader?: CardHeaderProps['subheader'];
8
9
  }
9
10
  export declare const PageCard: {
10
- ({ ref, subheader, title, onRefresh, children, action, style, ...props }: PageCardProps): import("react/jsx-runtime").JSX.Element;
11
+ ({ ref, subheader, title, onRefresh, children, action, style, ...props }: PageCardProps): React.JSX.Element;
11
12
  displayName: string;
12
13
  };
13
14
  //# sourceMappingURL=PageCard.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PageCard.d.ts","sourceRoot":"","sources":["../../../src/components/PageCard.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAA;AAGpD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAGtC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAA;AAG/C,MAAM,WAAW,aAAc,SAAQ,WAAW;IAChD,MAAM,CAAC,EAAE,SAAS,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAA;IACtB,SAAS,CAAC,EAAE,eAAe,CAAC,WAAW,CAAC,CAAA;CACzC;AA0CD,eAAO,MAAM,QAAQ;8EAtClB,aAAa;;CAsCuB,CAAA"}
1
+ {"version":3,"file":"PageCard.d.ts","sourceRoot":"","sources":["../../../src/components/PageCard.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAA;AAGpD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AACtC,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAA;AAG/C,MAAM,WAAW,aAAc,SAAQ,WAAW;IAChD,MAAM,CAAC,EAAE,SAAS,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAA;IACtB,SAAS,CAAC,EAAE,eAAe,CAAC,WAAW,CAAC,CAAA;CACzC;AA0CD,eAAO,MAAM,QAAQ;8EAtClB,aAAa;;CAsCuB,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-card",
3
- "version": "9.0.1",
3
+ "version": "9.0.4",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -41,19 +41,23 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/react-shared": "~9.0.1"
44
+ "@xyo-network/react-shared": "~9.0.4"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@bitauth/libauth": "~3.0.0",
48
+ "@metamask/providers": "^22.1.1",
48
49
  "@mui/icons-material": "^9.0.1",
49
50
  "@mui/material": "^9.0.1",
51
+ "@noble/post-quantum": "~0.6.1",
50
52
  "@opentelemetry/api": "^1.9.1",
51
53
  "@opentelemetry/sdk-trace-base": "^2.7.1",
52
54
  "@react-spring/web": "~10.1.0",
53
55
  "@scure/base": "~2.2.0",
54
- "@storybook/react-vite": "~10.4.1",
55
- "@types/react": "^19.2.15",
56
- "@xylabs/pixel": "~6.0.4",
56
+ "@scure/bip39": "~2.2.0",
57
+ "@storybook/react-vite": "~10.4.2",
58
+ "@types/react": "^19.2.16",
59
+ "@xylabs/geo": "^6.0.7",
60
+ "@xylabs/pixel": "~6.0.7",
57
61
  "@xylabs/react-button": "~9.0.2",
58
62
  "@xylabs/react-flexbox": "~9.0.2",
59
63
  "@xylabs/react-hooks": "~9.0.2",
@@ -61,16 +65,15 @@
61
65
  "@xylabs/react-promise": "~9.0.2",
62
66
  "@xylabs/react-shared": "~9.0.2",
63
67
  "@xylabs/react-theme": "~9.0.2",
64
- "@xylabs/sdk-js": "^6.0.4",
65
- "@xylabs/threads": "^6.0.4",
66
- "@xylabs/toolchain": "~8.1.8",
67
- "@xylabs/tsconfig": "^8.1.8",
68
- "@xylabs/tsconfig-dom": "^8.1.8",
69
- "@xylabs/tsconfig-react": "~8.1.8",
70
- "@xyo-network/boundwitness-model": "^6.0.5",
71
- "@xyo-network/boundwitness-validator": "^6.0.5",
72
- "@xyo-network/payload-builder": "^6.0.5",
73
- "@xyo-network/payload-model": "^6.0.5",
68
+ "@xylabs/sdk-js": "^6.0.7",
69
+ "@xylabs/threads": "^6.0.7",
70
+ "@xylabs/toolchain": "~8.1.15",
71
+ "@xylabs/tsconfig": "^8.1.15",
72
+ "@xylabs/tsconfig-dom": "^8.1.15",
73
+ "@xylabs/tsconfig-react": "~8.1.15",
74
+ "@xyo-network/sdk-js": "^6.0.2",
75
+ "@xyo-network/sdk-protocol-js": "~6.0.7",
76
+ "ajv": "^8.20.0",
74
77
  "async-mutex": "^0.5.0",
75
78
  "bn.js": "^5.2.3",
76
79
  "bowser": "^2.14.1",
@@ -79,29 +82,35 @@
79
82
  "eslint": "^10.4.1",
80
83
  "ethers": "^6.16.0",
81
84
  "hash-wasm": "~4.12.0",
82
- "mixpanel-browser": "~2.80",
85
+ "idb": "^8.0.3",
86
+ "lru-cache": "^11.5.1",
87
+ "mixpanel-browser": "~2.80.0",
83
88
  "observable-fns": "~0.6.1",
84
89
  "pako": "^2.1.0",
85
90
  "query-string": "~9.4.0",
86
- "react": "^19.2.6",
87
- "react-dom": "^19.2.6",
91
+ "react": "^19.2.7",
92
+ "react-dom": "^19.2.7",
88
93
  "react-router-dom": "^7.16.0",
89
94
  "spark-md5": "~3.0.2",
90
- "storybook": "^10.4.1",
95
+ "storybook": "^10.4.2",
91
96
  "typescript": "^6.0.3",
92
- "vite": "^8.0.14",
93
- "wasm-feature-detect": "~1.8.0",
97
+ "vite": "^8.0.16",
98
+ "webextension-polyfill": "^0.12.0",
94
99
  "zod": "^4.4.3",
95
- "@xyo-network/react-storybook": "~9.0.1"
100
+ "@xyo-network/react-storybook": "~9.0.4"
96
101
  },
97
102
  "peerDependencies": {
98
103
  "@bitauth/libauth": "~3.0",
104
+ "@metamask/providers": "^22.1",
99
105
  "@mui/icons-material": "^9.0",
100
106
  "@mui/material": "^9.0",
107
+ "@noble/post-quantum": "~0.6.1",
101
108
  "@opentelemetry/api": "^1.9",
102
109
  "@opentelemetry/sdk-trace-base": "^2.7",
103
110
  "@react-spring/web": "~10.1",
104
111
  "@scure/base": "~2.2",
112
+ "@scure/bip39": "~2.2",
113
+ "@xylabs/geo": "^6.0",
105
114
  "@xylabs/pixel": "~6.0",
106
115
  "@xylabs/react-button": "~9.0",
107
116
  "@xylabs/react-flexbox": "~9.0",
@@ -112,10 +121,9 @@
112
121
  "@xylabs/react-theme": "~9.0",
113
122
  "@xylabs/sdk-js": "^6.0",
114
123
  "@xylabs/threads": "^6.0",
115
- "@xyo-network/boundwitness-model": "^6.0",
116
- "@xyo-network/boundwitness-validator": "^6.0",
117
- "@xyo-network/payload-builder": "^6.0",
118
- "@xyo-network/payload-model": "^6.0",
124
+ "@xyo-network/sdk-js": "^6.0",
125
+ "@xyo-network/sdk-protocol-js": "~6.0",
126
+ "ajv": "^8.20",
119
127
  "async-mutex": "^0.5",
120
128
  "bn.js": "^5.2",
121
129
  "bowser": "^2.14",
@@ -123,6 +131,8 @@
123
131
  "debug": "~4.4",
124
132
  "ethers": "^6.16",
125
133
  "hash-wasm": "~4.12",
134
+ "idb": "^8.0",
135
+ "lru-cache": "^11.3",
126
136
  "mixpanel-browser": "~2.80",
127
137
  "observable-fns": "~0.6",
128
138
  "pako": "^2.1",
@@ -131,7 +141,7 @@
131
141
  "react-dom": "^19.2",
132
142
  "react-router-dom": "^7.15",
133
143
  "spark-md5": "~3.0",
134
- "wasm-feature-detect": "~1.8",
144
+ "webextension-polyfill": "^0.12",
135
145
  "zod": "^4.4"
136
146
  },
137
147
  "publishConfig": {