@xyo-network/react-card 9.0.1 → 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.1",
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.1"
44
+ "@xyo-network/react-shared": "~9.0.2"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@bitauth/libauth": "~3.0.0",
@@ -52,8 +52,8 @@
52
52
  "@react-spring/web": "~10.1.0",
53
53
  "@scure/base": "~2.2.0",
54
54
  "@storybook/react-vite": "~10.4.1",
55
- "@types/react": "^19.2.15",
56
- "@xylabs/pixel": "~6.0.4",
55
+ "@types/react": "^19.2.16",
56
+ "@xylabs/pixel": "~6.0.7",
57
57
  "@xylabs/react-button": "~9.0.2",
58
58
  "@xylabs/react-flexbox": "~9.0.2",
59
59
  "@xylabs/react-hooks": "~9.0.2",
@@ -61,16 +61,16 @@
61
61
  "@xylabs/react-promise": "~9.0.2",
62
62
  "@xylabs/react-shared": "~9.0.2",
63
63
  "@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",
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",
@@ -79,20 +79,19 @@
79
79
  "eslint": "^10.4.1",
80
80
  "ethers": "^6.16.0",
81
81
  "hash-wasm": "~4.12.0",
82
- "mixpanel-browser": "~2.80",
82
+ "mixpanel-browser": "~2.80.0",
83
83
  "observable-fns": "~0.6.1",
84
84
  "pako": "^2.1.0",
85
85
  "query-string": "~9.4.0",
86
- "react": "^19.2.6",
87
- "react-dom": "^19.2.6",
86
+ "react": "^19.2.7",
87
+ "react-dom": "^19.2.7",
88
88
  "react-router-dom": "^7.16.0",
89
89
  "spark-md5": "~3.0.2",
90
90
  "storybook": "^10.4.1",
91
91
  "typescript": "^6.0.3",
92
- "vite": "^8.0.14",
93
- "wasm-feature-detect": "~1.8.0",
92
+ "vite": "^8.0.16",
94
93
  "zod": "^4.4.3",
95
- "@xyo-network/react-storybook": "~9.0.1"
94
+ "@xyo-network/react-storybook": "~9.0.2"
96
95
  },
97
96
  "peerDependencies": {
98
97
  "@bitauth/libauth": "~3.0",
@@ -131,7 +130,6 @@
131
130
  "react-dom": "^19.2",
132
131
  "react-router-dom": "^7.15",
133
132
  "spark-md5": "~3.0",
134
- "wasm-feature-detect": "~1.8",
135
133
  "zod": "^4.4"
136
134
  },
137
135
  "publishConfig": {