@xyo-network/xl1-react-client-sdk 2.0.14 → 2.1.0
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/dist/browser/index.mjs
CHANGED
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
Tooltip,
|
|
5
5
|
Typography
|
|
6
6
|
} from "@mui/material";
|
|
7
|
-
import { EthAddressWrapper } from "@xylabs/
|
|
7
|
+
import { EthAddressWrapper } from "@xylabs/eth-address";
|
|
8
8
|
import { BlockiesAvatarAddress } from "@xyo-network/xl1-blockies";
|
|
9
9
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
10
10
|
var ConnectedAccount = ({ address }) => {
|
|
@@ -2138,7 +2138,7 @@ import {
|
|
|
2138
2138
|
Typography as Typography15,
|
|
2139
2139
|
useTheme as useTheme3
|
|
2140
2140
|
} from "@mui/material";
|
|
2141
|
-
import { ellipsize } from "@xylabs/
|
|
2141
|
+
import { ellipsize } from "@xylabs/eth-address";
|
|
2142
2142
|
import { isXyoAddress } from "@xyo-network/address";
|
|
2143
2143
|
import { jsx as jsx21, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
2144
2144
|
var LabelValueStack = ({
|