@xyo-network/react-chain-shared 1.7.0 → 1.7.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.
@@ -1,26 +1,3 @@
1
- import { MenuItemProps, StackProps } from '@mui/material';
2
- import React, { ComponentType, SVGAttributes, ReactNode } from 'react';
3
- import { HydratedBlock } from '@xyo-network/xl1-protocol';
4
-
5
- declare const ActiveMenuItem: React.FC<MenuItemProps & {
6
- active?: boolean;
7
- }>;
8
-
9
- interface DetailsStackProps extends StackProps {
10
- IconComponent?: ComponentType<SVGAttributes<SVGElement>> | ReactNode;
11
- heading?: string;
12
- tooltipTitle?: string;
13
- }
14
- declare const DetailsStack: React.FC<DetailsStackProps>;
15
-
16
- interface LabelValueStackProps extends StackProps {
17
- labels: string[];
18
- values: (string | undefined)[];
19
- }
20
- declare const LabelValueStack: React.FC<LabelValueStackProps>;
21
-
22
- declare const buildRandomBlockChain: (blockCount?: number) => Promise<HydratedBlock[]>;
23
- declare const buildRandomBlockChainBlocksOnly: (blockCount?: number) => Promise<HydratedBlock[]>;
24
-
25
- export { ActiveMenuItem, DetailsStack, LabelValueStack, buildRandomBlockChain, buildRandomBlockChainBlocksOnly };
26
- export type { DetailsStackProps, LabelValueStackProps };
1
+ export * from './components/index.ts';
2
+ export * from './story/index.ts';
3
+ //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json.schemastore.org/package.json",
3
3
  "name": "@xyo-network/react-chain-shared",
4
- "version": "1.7.0",
4
+ "version": "1.7.2",
5
5
  "description": "XYO Layer One React SDK",
6
6
  "homepage": "https://xylabs.com",
7
7
  "bugs": {
@@ -38,18 +38,18 @@
38
38
  "start": "storybook dev -p 6006"
39
39
  },
40
40
  "dependencies": {
41
- "@xylabs/typeof": "^4.13.15",
42
- "@xyo-network/account": "^4.1.1",
43
- "@xyo-network/chain-protocol": "^1.7.0",
44
- "@xyo-network/xl1-protocol": "^1.6.4"
41
+ "@xylabs/typeof": "^4.13.17",
42
+ "@xyo-network/account": "^4.1.3",
43
+ "@xyo-network/chain-protocol": "^1.7.2",
44
+ "@xyo-network/xl1-protocol": "^1.7.1"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@emotion/react": "^11.14.0",
48
48
  "@emotion/styled": "^11.14.1",
49
49
  "@mui/material": "^7.2.0",
50
50
  "@types/react": "^19.1.8",
51
- "@xylabs/ts-scripts-yarn3": "^7.0.0-rc.23",
52
- "@xylabs/tsconfig-react": "^7.0.0-rc.23",
51
+ "@xylabs/ts-scripts-yarn3": "^7.0.0-rc.27",
52
+ "@xylabs/tsconfig-react": "^7.0.0-rc.27",
53
53
  "knip": "^5.61.3",
54
54
  "react": "^19.1.0",
55
55
  "react-dom": "^19.1.0",