@xyo-network/react-chain-blockchain 1.10.0 → 1.10.1

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,5 +2,5 @@ import React from 'react';
2
2
  export declare const PulseSvgIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
3
3
  muiName: string;
4
4
  };
5
- export declare const StyledPulseSvgIcon: import("@emotion/styled").StyledComponent<import("@mui/material").SvgIconOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<React.SVGProps<SVGSVGElement>, "children" | "className" | "style" | "classes" | "color" | "fontSize" | "shapeRendering" | "sx" | "viewBox" | "htmlColor" | "inheritViewBox" | "titleAccess"> & import(".store/@mui-system-virtual-cf929b72ab/package").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
5
+ export declare const StyledPulseSvgIcon: import("@emotion/styled").StyledComponent<import("@mui/material").SvgIconOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<React.SVGProps<SVGSVGElement>, "children" | "className" | "style" | "classes" | "color" | "fontSize" | "shapeRendering" | "sx" | "viewBox" | "htmlColor" | "inheritViewBox" | "titleAccess"> & import(".store/@mui-system-virtual-3845c9e2e9/package").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
6
6
  //# sourceMappingURL=PulseSvgIcon.d.ts.map
@@ -4,5 +4,5 @@ export interface BlockProducerStatsFlexboxProps {
4
4
  payload?: Payload;
5
5
  }
6
6
  export declare const BlockProducerStatsFlexbox: React.FC<BlockProducerStatsFlexboxProps>;
7
- export declare const StyledListItem: import("@emotion/styled").StyledComponent<import("@mui/material").ListItemOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<React.DetailedHTMLProps<React.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "children" | "className" | "style" | "classes" | "alignItems" | "sx" | "slots" | "slotProps" | "components" | "componentsProps" | "dense" | "divider" | "disableGutters" | "ContainerComponent" | "ContainerProps" | "disablePadding" | "secondaryAction"> & import(".store/@mui-system-virtual-cf929b72ab/package").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
7
+ export declare const StyledListItem: import("@emotion/styled").StyledComponent<import("@mui/material").ListItemOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<React.DetailedHTMLProps<React.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "children" | "className" | "style" | "classes" | "alignItems" | "sx" | "slots" | "slotProps" | "components" | "componentsProps" | "dense" | "divider" | "disableGutters" | "ContainerComponent" | "ContainerProps" | "disablePadding" | "secondaryAction"> & import(".store/@mui-system-virtual-3845c9e2e9/package").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
8
8
  //# sourceMappingURL=ProducerFlexbox.d.ts.map
@@ -1,2 +1,2 @@
1
- export declare const BlockListWrapperFlexBox: import("@emotion/styled").StyledComponent<Pick<import("@xylabs/react-flexbox").BusyBoxProps, keyof import("@xylabs/react-flexbox").BusyBoxProps> & import(".store/@mui-system-virtual-cf929b72ab/package").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
1
+ export declare const BlockListWrapperFlexBox: import("@emotion/styled").StyledComponent<Pick<import("@xylabs/react-flexbox").BusyBoxProps, keyof import("@xylabs/react-flexbox").BusyBoxProps> & import(".store/@mui-system-virtual-3845c9e2e9/package").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
2
2
  //# sourceMappingURL=BlockListWrapperFlexbox.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-blockchain",
4
- "version": "1.10.0",
4
+ "version": "1.10.1",
5
5
  "description": "XYO Layer One React SDK Blockchain",
6
6
  "homepage": "https://xylabs.com",
7
7
  "bugs": {
@@ -45,13 +45,13 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@storybook/react-vite": "~9.1.1",
48
- "@xylabs/assert": "~5.0.2",
49
- "@xylabs/axios": "~5.0.2",
50
- "@xylabs/delay": "~5.0.2",
51
- "@xylabs/eth-address": "~5.0.2",
52
- "@xylabs/exists": "~5.0.2",
53
- "@xylabs/hex": "~5.0.2",
54
- "@xylabs/promise": "~5.0.2",
48
+ "@xylabs/assert": "~5.0.3",
49
+ "@xylabs/axios": "~5.0.3",
50
+ "@xylabs/delay": "~5.0.3",
51
+ "@xylabs/eth-address": "~5.0.3",
52
+ "@xylabs/exists": "~5.0.3",
53
+ "@xylabs/hex": "~5.0.3",
54
+ "@xylabs/promise": "~5.0.3",
55
55
  "@xylabs/react-animation": "~7.0.0",
56
56
  "@xylabs/react-error": "~7.0.0",
57
57
  "@xylabs/react-flexbox": "~7.0.0",
@@ -59,45 +59,45 @@
59
59
  "@xylabs/react-quick-tip-button": "~7.0.0",
60
60
  "@xylabs/react-shared": "~7.0.0",
61
61
  "@xylabs/react-theme": "~7.0.0",
62
- "@xylabs/typeof": "~5.0.2",
63
- "@xyo-network/account": "~5.0.0",
64
- "@xyo-network/archivist-memory": "~5.0.0",
65
- "@xyo-network/archivist-model": "~5.0.0",
66
- "@xyo-network/boundwitness-builder": "~5.0.0",
67
- "@xyo-network/boundwitness-model": "~5.0.0",
68
- "@xyo-network/bridge-http": "~5.0.0",
69
- "@xyo-network/chain-analyze": "~1.10.0",
70
- "@xyo-network/chain-protocol": "~1.10.0",
71
- "@xyo-network/chain-services": "~1.10.0",
72
- "@xyo-network/chain-utils": "~1.10.0",
73
- "@xyo-network/chain-wrappers": "~1.10.0",
74
- "@xyo-network/module-model": "~5.0.0",
75
- "@xyo-network/payload-builder": "~5.0.0",
76
- "@xyo-network/payload-model": "~5.0.0",
62
+ "@xylabs/typeof": "~5.0.3",
63
+ "@xyo-network/account": "~5.0.1",
64
+ "@xyo-network/archivist-memory": "~5.0.1",
65
+ "@xyo-network/archivist-model": "~5.0.1",
66
+ "@xyo-network/boundwitness-builder": "~5.0.1",
67
+ "@xyo-network/boundwitness-model": "~5.0.1",
68
+ "@xyo-network/bridge-http": "~5.0.1",
69
+ "@xyo-network/chain-analyze": "~1.10.1",
70
+ "@xyo-network/chain-protocol": "~1.10.1",
71
+ "@xyo-network/chain-services": "~1.10.1",
72
+ "@xyo-network/chain-utils": "~1.10.1",
73
+ "@xyo-network/chain-wrappers": "~1.10.1",
74
+ "@xyo-network/module-model": "~5.0.1",
75
+ "@xyo-network/payload-builder": "~5.0.1",
76
+ "@xyo-network/payload-model": "~5.0.1",
77
77
  "@xyo-network/react-boundwitness-plugin": "~7.0.0",
78
- "@xyo-network/react-chain-blockies": "~1.10.0",
79
- "@xyo-network/react-chain-shared": "~1.10.0",
78
+ "@xyo-network/react-chain-blockies": "~1.10.1",
79
+ "@xyo-network/react-chain-shared": "~1.10.1",
80
80
  "@xyo-network/react-event": "~7.0.0",
81
81
  "@xyo-network/react-payload-raw-info": "~7.0.0",
82
82
  "@xyo-network/react-payload-table": "~7.0.0",
83
83
  "@xyo-network/react-shared": "~7.0.0",
84
84
  "@xyo-network/react-table": "~7.0.0",
85
85
  "@xyo-network/xl1-protocol": "~1.9.3",
86
- "@xyo-network/xl1-protocol-sdk": "~1.10.0"
86
+ "@xyo-network/xl1-protocol-sdk": "~1.10.1"
87
87
  },
88
88
  "devDependencies": {
89
89
  "@emotion/react": "~11.14.0",
90
90
  "@emotion/styled": "~11.14.1",
91
- "@mui/icons-material": "~7.3.0",
92
- "@mui/material": "~7.3.0",
91
+ "@mui/icons-material": "~7.3.1",
92
+ "@mui/material": "~7.3.1",
93
93
  "@types/react": "~19.1.9",
94
- "@xylabs/creatable": "~5.0.2",
95
- "@xylabs/hex": "~5.0.2",
96
- "@xylabs/ts-scripts-yarn3": "~7.0.3",
97
- "@xylabs/tsconfig": "~7.0.3",
98
- "@xylabs/tsconfig-dom": "~7.0.3",
99
- "@xylabs/tsconfig-react": "~7.0.3",
100
- "@xyo-network/api-models": "~5.0.0",
94
+ "@xylabs/creatable": "~5.0.3",
95
+ "@xylabs/hex": "~5.0.3",
96
+ "@xylabs/ts-scripts-yarn3": "~7.1.0",
97
+ "@xylabs/tsconfig": "~7.1.0",
98
+ "@xylabs/tsconfig-dom": "~7.1.0",
99
+ "@xylabs/tsconfig-react": "~7.1.0",
100
+ "@xyo-network/api-models": "~5.0.1",
101
101
  "react": "~19.1.1",
102
102
  "react-dom": "~19.1.1",
103
103
  "react-router-dom": "~7.7.1",