@xyo-network/react-chain-blockchain 1.3.10 → 1.3.12
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.
- package/README.md +1 -1
- package/dist/browser/index.mjs +5 -5
- package/dist/browser/index.mjs.map +1 -1
- package/dist/types/components/chain/stats/producer/Table.d.ts +1 -1
- package/dist/types/components/chain/stats/producer/Table.d.ts.map +1 -1
- package/package.json +19 -18
- package/src/components/chain/render/dynamic/flexbox/variants/WithAnalysis.tsx +1 -1
- package/src/components/chain/render/static/flexbox/variants/WithAnalysis.tsx +1 -1
- package/src/components/chain/stats/producer/ProducerFlexbox.tsx +1 -1
- package/src/components/chain/stats/producer/Table.tsx +1 -1
- package/src/components/payload/builder/producer-intent/Form.tsx +1 -1
- package/src/stories/buildRandomBlockchain.ts +1 -1
package/README.md
CHANGED
package/dist/browser/index.mjs
CHANGED
|
@@ -1295,7 +1295,7 @@ import React27, { useState as useState11 } from "react";
|
|
|
1295
1295
|
import { ListItem, styled, Typography as Typography5 } from "@mui/material";
|
|
1296
1296
|
import { ErrorRender as ErrorRender3 } from "@xylabs/react-error";
|
|
1297
1297
|
import { FlexCol as FlexCol3 } from "@xylabs/react-flexbox";
|
|
1298
|
-
import { isChainSummaryProducers } from "@xyo-network/chain-
|
|
1298
|
+
import { isChainSummaryProducers } from "@xyo-network/chain-analyze";
|
|
1299
1299
|
import React26, { useMemo as useMemo12 } from "react";
|
|
1300
1300
|
|
|
1301
1301
|
// src/components/chain/stats/producer/Table.tsx
|
|
@@ -1704,7 +1704,7 @@ var DynamicListBase = /* @__PURE__ */ __name(({ blockChainRenderProps, ...props
|
|
|
1704
1704
|
}, "DynamicListBase");
|
|
1705
1705
|
|
|
1706
1706
|
// src/components/chain/render/dynamic/flexbox/variants/WithAnalysis.tsx
|
|
1707
|
-
import { ChainProducersAnalyzer } from "@xyo-network/chain-
|
|
1707
|
+
import { ChainProducersAnalyzer } from "@xyo-network/chain-analyze";
|
|
1708
1708
|
import React34, { useMemo as useMemo16 } from "react";
|
|
1709
1709
|
var WithAnalysis = /* @__PURE__ */ __name(({ blockChainRenderProps, ...props }) => {
|
|
1710
1710
|
const { chainInformation } = blockChainRenderProps ?? {};
|
|
@@ -1805,7 +1805,7 @@ var StaticListBase = /* @__PURE__ */ __name(({ blockChainRenderProps, ...props }
|
|
|
1805
1805
|
}, "StaticListBase");
|
|
1806
1806
|
|
|
1807
1807
|
// src/components/chain/render/static/flexbox/variants/WithAnalysis.tsx
|
|
1808
|
-
import { ChainProducersAnalyzer as ChainProducersAnalyzer2 } from "@xyo-network/chain-
|
|
1808
|
+
import { ChainProducersAnalyzer as ChainProducersAnalyzer2 } from "@xyo-network/chain-analyze";
|
|
1809
1809
|
import React37, { useMemo as useMemo18 } from "react";
|
|
1810
1810
|
var WithAnalysis2 = /* @__PURE__ */ __name(({ blockChainRenderProps, ...props }) => {
|
|
1811
1811
|
const { chainInformation } = blockChainRenderProps ?? {};
|
|
@@ -1854,7 +1854,7 @@ var PayloadBuilderFlexbox = /* @__PURE__ */ __name(({ BuilderComponent, onBuild,
|
|
|
1854
1854
|
|
|
1855
1855
|
// src/components/payload/builder/producer-intent/Form.tsx
|
|
1856
1856
|
import { Button as Button5, FormControl as FormControl5 } from "@mui/material";
|
|
1857
|
-
import { createProducerChainStakeIntent } from "@xyo-network/chain-
|
|
1857
|
+
import { createProducerChainStakeIntent } from "@xyo-network/chain-protocol";
|
|
1858
1858
|
import React41, { useMemo as useMemo20, useState as useState16 } from "react";
|
|
1859
1859
|
|
|
1860
1860
|
// src/components/payload/fields/BlockNumberTextField.tsx
|
|
@@ -2128,7 +2128,7 @@ var TransferBuilderFlexbox = /* @__PURE__ */ __name(({ onBuild, ...props }) => /
|
|
|
2128
2128
|
|
|
2129
2129
|
// src/stories/buildRandomBlockchain.ts
|
|
2130
2130
|
import { Account as Account2 } from "@xyo-network/account";
|
|
2131
|
-
import { buildRandomChain } from "@xyo-network/chain-
|
|
2131
|
+
import { buildRandomChain } from "@xyo-network/chain-protocol";
|
|
2132
2132
|
var buildRandomBlockChain = /* @__PURE__ */ __name(async (blockCount = 10) => {
|
|
2133
2133
|
const initialBlockProducer = await Account2.random();
|
|
2134
2134
|
const blocks = await buildRandomChain(initialBlockProducer, blockCount);
|