@xyo-network/react-archivist 2.64.0-rc.1 → 2.64.0-rc.3
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/index.mjs
CHANGED
|
@@ -56847,8 +56847,8 @@ var ArchivistParents = ({ config, ...props }) => {
|
|
|
56847
56847
|
// src/components/Card/components/Stats/ArchivistStats.tsx
|
|
56848
56848
|
import { Badge, Tooltip } from "@mui/material";
|
|
56849
56849
|
import { FlexRow } from "@xylabs/react-flexbox";
|
|
56850
|
-
import { BsFileEarmarkCode } from "react-icons/bs";
|
|
56851
|
-
import { VscOrganization, VscSymbolMethod, VscSymbolNamespace } from "react-icons/vsc";
|
|
56850
|
+
import { BsFileEarmarkCode } from "react-icons/bs/index.js";
|
|
56851
|
+
import { VscOrganization, VscSymbolMethod, VscSymbolNamespace } from "react-icons/vsc/index.js";
|
|
56852
56852
|
import { jsx as jsx3, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
56853
56853
|
var ArchivistStats = ({ addresses = {}, boundWitnesses, payloads, schemas = {} }) => {
|
|
56854
56854
|
return /* @__PURE__ */ jsxs3(FlexRow, { gap: 2, mr: 0.5, children: [
|