@xyo-network/react-archivist 2.64.0-rc.1 → 2.64.0-rc.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.
package/dist/index.js
CHANGED
|
@@ -56854,8 +56854,8 @@ var ArchivistParents = ({ config, ...props }) => {
|
|
|
56854
56854
|
// src/components/Card/components/Stats/ArchivistStats.tsx
|
|
56855
56855
|
var import_material3 = require("@mui/material");
|
|
56856
56856
|
var import_react_flexbox2 = require("@xylabs/react-flexbox");
|
|
56857
|
-
var import_bs = require("react-icons/bs");
|
|
56858
|
-
var import_vsc = require("react-icons/vsc");
|
|
56857
|
+
var import_bs = require("react-icons/bs/index");
|
|
56858
|
+
var import_vsc = require("react-icons/vsc/index");
|
|
56859
56859
|
var import_jsx_runtime3 = require("react/jsx-runtime");
|
|
56860
56860
|
var ArchivistStats = ({ addresses = {}, boundWitnesses, payloads, schemas = {} }) => {
|
|
56861
56861
|
return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(import_react_flexbox2.FlexRow, { gap: 2, mr: 0.5, children: [
|