@xyo-network/react-card 9.0.0 → 9.0.2

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.0",
3
+ "version": "9.0.2",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -41,7 +41,7 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/react-shared": "~9.0.0"
44
+ "@xyo-network/react-shared": "~9.0.2"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@bitauth/libauth": "~3.0.0",
@@ -49,55 +49,49 @@
49
49
  "@mui/material": "^9.0.1",
50
50
  "@opentelemetry/api": "^1.9.1",
51
51
  "@opentelemetry/sdk-trace-base": "^2.7.1",
52
- "@react-spring/web": "~10.0.3",
52
+ "@react-spring/web": "~10.1.0",
53
53
  "@scure/base": "~2.2.0",
54
- "@storybook/react-vite": "~10.4.0",
55
- "@types/react": "^19.2.15",
56
- "@xylabs/pixel": "~6.0.2",
57
- "@xylabs/react-button": "~9.0.0",
58
- "@xylabs/react-flexbox": "~9.0.0",
59
- "@xylabs/react-hooks": "~9.0.0",
60
- "@xylabs/react-link": "~9.0.0",
61
- "@xylabs/react-promise": "~9.0.0",
62
- "@xylabs/react-shared": "~9.0.0",
63
- "@xylabs/react-theme": "~9.0.0",
64
- "@xylabs/sdk-js": "^6.0.2",
65
- "@xylabs/threads": "~6.0.2",
66
- "@xylabs/toolchain": "~8.1.1",
67
- "@xylabs/tsconfig": "^8.1.1",
68
- "@xylabs/tsconfig-dom": "^8.1.1",
69
- "@xylabs/tsconfig-react": "~8.1.1",
70
- "@xyo-network/boundwitness-model": "^6.0.0",
71
- "@xyo-network/boundwitness-validator": "^6.0.0",
72
- "@xyo-network/payload-builder": "^6.0.0",
73
- "@xyo-network/payload-model": "^6.0.0",
54
+ "@storybook/react-vite": "~10.4.1",
55
+ "@types/react": "^19.2.16",
56
+ "@xylabs/pixel": "~6.0.7",
57
+ "@xylabs/react-button": "~9.0.2",
58
+ "@xylabs/react-flexbox": "~9.0.2",
59
+ "@xylabs/react-hooks": "~9.0.2",
60
+ "@xylabs/react-link": "~9.0.2",
61
+ "@xylabs/react-promise": "~9.0.2",
62
+ "@xylabs/react-shared": "~9.0.2",
63
+ "@xylabs/react-theme": "~9.0.2",
64
+ "@xylabs/sdk-js": "^6.0.7",
65
+ "@xylabs/threads": "^6.0.7",
66
+ "@xylabs/toolchain": "~8.1.12",
67
+ "@xylabs/tsconfig": "^8.1.12",
68
+ "@xylabs/tsconfig-dom": "^8.1.12",
69
+ "@xylabs/tsconfig-react": "~8.1.12",
70
+ "@xyo-network/boundwitness-model": "^6.0.7",
71
+ "@xyo-network/boundwitness-validator": "^6.0.7",
72
+ "@xyo-network/payload-builder": "^6.0.7",
73
+ "@xyo-network/payload-model": "^6.0.7",
74
74
  "async-mutex": "^0.5.0",
75
75
  "bn.js": "^5.2.3",
76
76
  "bowser": "^2.14.1",
77
77
  "buffer": "^6.0.3",
78
- "chalk": "^5.6.2",
79
78
  "debug": "~4.4.3",
80
- "eslint": "^10.4.0",
79
+ "eslint": "^10.4.1",
81
80
  "ethers": "^6.16.0",
82
- "fast-deep-equal": "~3.1.3",
83
81
  "hash-wasm": "~4.12.0",
84
- "js-cookie": "~3.0.7",
85
- "mixpanel-browser": "~2.79.0",
82
+ "mixpanel-browser": "~2.80.0",
86
83
  "observable-fns": "~0.6.1",
87
84
  "pako": "^2.1.0",
88
- "query-string": "~9.3.1",
89
- "react": "^19.2.6",
90
- "react-dom": "^19.2.6",
91
- "react-is": "^19.2.6",
92
- "react-router-dom": "^7.15.1",
93
- "recharts": "~3.8.1",
85
+ "query-string": "~9.4.0",
86
+ "react": "^19.2.7",
87
+ "react-dom": "^19.2.7",
88
+ "react-router-dom": "^7.16.0",
94
89
  "spark-md5": "~3.0.2",
95
- "storybook": "^10.4.0",
90
+ "storybook": "^10.4.1",
96
91
  "typescript": "^6.0.3",
97
- "vite": "^8.0.13",
98
- "wasm-feature-detect": "~1.8.0",
92
+ "vite": "^8.0.16",
99
93
  "zod": "^4.4.3",
100
- "@xyo-network/react-storybook": "~9.0.0"
94
+ "@xyo-network/react-storybook": "~9.0.2"
101
95
  },
102
96
  "peerDependencies": {
103
97
  "@bitauth/libauth": "~3.0",
@@ -105,7 +99,7 @@
105
99
  "@mui/material": "^9.0",
106
100
  "@opentelemetry/api": "^1.9",
107
101
  "@opentelemetry/sdk-trace-base": "^2.7",
108
- "@react-spring/web": "~10.0",
102
+ "@react-spring/web": "~10.1",
109
103
  "@scure/base": "~2.2",
110
104
  "@xylabs/pixel": "~6.0",
111
105
  "@xylabs/react-button": "~9.0",
@@ -116,7 +110,7 @@
116
110
  "@xylabs/react-shared": "~9.0",
117
111
  "@xylabs/react-theme": "~9.0",
118
112
  "@xylabs/sdk-js": "^6.0",
119
- "@xylabs/threads": "~6.0",
113
+ "@xylabs/threads": "^6.0",
120
114
  "@xyo-network/boundwitness-model": "^6.0",
121
115
  "@xyo-network/boundwitness-validator": "^6.0",
122
116
  "@xyo-network/payload-builder": "^6.0",
@@ -125,23 +119,17 @@
125
119
  "bn.js": "^5.2",
126
120
  "bowser": "^2.14",
127
121
  "buffer": "^6.0",
128
- "chalk": "^5.6",
129
122
  "debug": "~4.4",
130
123
  "ethers": "^6.16",
131
- "fast-deep-equal": "~3.1",
132
124
  "hash-wasm": "~4.12",
133
- "js-cookie": "~3.0",
134
- "mixpanel-browser": "~2.79",
125
+ "mixpanel-browser": "~2.80",
135
126
  "observable-fns": "~0.6",
136
127
  "pako": "^2.1",
137
- "query-string": "~9.3",
128
+ "query-string": "~9.4",
138
129
  "react": "^19.2",
139
130
  "react-dom": "^19.2",
140
- "react-is": "^19.2",
141
131
  "react-router-dom": "^7.15",
142
- "recharts": "~3.8",
143
132
  "spark-md5": "~3.0",
144
- "wasm-feature-detect": "~1.8",
145
133
  "zod": "^4.4"
146
134
  },
147
135
  "publishConfig": {