@xyo-network/react-powered-by-xyo 2.64.0-rc.2 → 2.64.0-rc.4
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/components/ArchivistSummary.d.mts.map +1 -0
- package/dist/browser/components/ArchivistSummary.d.ts.map +1 -0
- package/dist/browser/components/ArchivistSummary.js +10 -0
- package/dist/browser/components/ArchivistSummary.js.map +1 -0
- package/dist/browser/components/BridgeSummary.d.mts.map +1 -0
- package/dist/browser/components/BridgeSummary.d.ts.map +1 -0
- package/dist/browser/components/BridgeSummary.js +10 -0
- package/dist/browser/components/BridgeSummary.js.map +1 -0
- package/dist/browser/components/DebugDialog.d.mts.map +1 -0
- package/dist/browser/components/DebugDialog.d.ts.map +1 -0
- package/dist/browser/components/DebugDialog.js +14 -0
- package/dist/browser/components/DebugDialog.js.map +1 -0
- package/dist/browser/components/DivinerSummary.d.mts.map +1 -0
- package/dist/browser/components/DivinerSummary.d.ts.map +1 -0
- package/dist/browser/components/DivinerSummary.js +10 -0
- package/dist/browser/components/DivinerSummary.js.map +1 -0
- package/dist/browser/components/JsonViewerButton.d.mts.map +1 -0
- package/dist/browser/components/JsonViewerButton.d.ts.map +1 -0
- package/dist/browser/components/JsonViewerButton.js +20 -0
- package/dist/browser/components/JsonViewerButton.js.map +1 -0
- package/dist/browser/components/ModuleAccordion.d.mts.map +1 -0
- package/dist/browser/components/ModuleAccordion.d.ts.map +1 -0
- package/dist/browser/components/ModuleAccordion.js +15 -0
- package/dist/browser/components/ModuleAccordion.js.map +1 -0
- package/dist/browser/components/ModuleDetails.d.mts.map +1 -0
- package/dist/browser/components/ModuleDetails.d.ts.map +1 -0
- package/dist/browser/components/ModuleDetails.js +41 -0
- package/dist/browser/components/ModuleDetails.js.map +1 -0
- package/dist/browser/components/ModuleSummary.d.mts.map +1 -0
- package/dist/browser/components/ModuleSummary.d.ts.map +1 -0
- package/dist/browser/components/ModuleSummary.js +30 -0
- package/dist/browser/components/ModuleSummary.js.map +1 -0
- package/dist/browser/components/NodeDetails.d.mts.map +1 -0
- package/dist/browser/components/NodeDetails.d.ts.map +1 -0
- package/dist/browser/components/NodeDetails.js +13 -0
- package/dist/browser/components/NodeDetails.js.map +1 -0
- package/dist/browser/components/NodeSummary.d.mts.map +1 -0
- package/dist/browser/components/NodeSummary.d.ts.map +1 -0
- package/dist/browser/components/NodeSummary.js +20 -0
- package/dist/browser/components/NodeSummary.js.map +1 -0
- package/dist/browser/components/PoweredByXyo.d.mts.map +1 -0
- package/dist/browser/components/PoweredByXyo.d.ts.map +1 -0
- package/dist/browser/components/PoweredByXyo.js +96 -0
- package/dist/browser/components/PoweredByXyo.js.map +1 -0
- package/dist/browser/components/PoweredByXyoButton.d.mts.map +1 -0
- package/dist/browser/components/PoweredByXyoButton.d.ts.map +1 -0
- package/dist/browser/components/PoweredByXyoButton.js +33 -0
- package/dist/browser/components/PoweredByXyoButton.js.map +1 -0
- package/dist/browser/components/SentinelSummary.d.mts.map +1 -0
- package/dist/browser/components/SentinelSummary.d.ts.map +1 -0
- package/dist/browser/components/SentinelSummary.js +10 -0
- package/dist/browser/components/SentinelSummary.js.map +1 -0
- package/dist/browser/components/TypedModuleSummary.d.mts.map +1 -0
- package/dist/browser/components/TypedModuleSummary.d.ts.map +1 -0
- package/dist/browser/components/TypedModuleSummary.js +39 -0
- package/dist/browser/components/TypedModuleSummary.js.map +1 -0
- package/dist/browser/components/WitnessSummary.d.mts.map +1 -0
- package/dist/browser/components/WitnessSummary.d.ts.map +1 -0
- package/dist/browser/components/WitnessSummary.js +10 -0
- package/dist/browser/components/WitnessSummary.js.map +1 -0
- package/dist/browser/components/XyoBusy.d.mts.map +1 -0
- package/dist/browser/components/XyoBusy.d.ts.map +1 -0
- package/dist/browser/components/XyoBusy.js +35 -0
- package/dist/browser/components/XyoBusy.js.map +1 -0
- package/dist/browser/components/index.d.mts.map +1 -0
- package/dist/browser/components/index.d.ts.map +1 -0
- package/dist/browser/components/index.js +15 -0
- package/dist/browser/components/index.js.map +1 -0
- package/dist/browser/components/stories/PoweredByXyo.stories.js +64 -0
- package/dist/browser/components/stories/PoweredByXyo.stories.js.map +1 -0
- package/dist/browser/components/stories/PoweredByXyoButton.stories.js +22 -0
- package/dist/browser/components/stories/PoweredByXyoButton.stories.js.map +1 -0
- package/dist/browser/components/stories/XyoBusy.stories.js +22 -0
- package/dist/browser/components/stories/XyoBusy.stories.js.map +1 -0
- package/dist/browser/components/stories/simple-node-inline-manifest.js +62 -0
- package/dist/browser/components/stories/simple-node-inline-manifest.js.map +1 -0
- package/dist/browser/img/index.d.mts.map +1 -0
- package/dist/browser/img/index.d.ts.map +1 -0
- package/dist/browser/img/index.js +7 -0
- package/dist/browser/img/index.js.map +1 -0
- package/dist/{index.d.mts.map → browser/index.d.mts.map} +1 -1
- package/dist/{index.d.ts.map → browser/index.d.ts.map} +1 -1
- package/dist/browser/index.js +2 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/types/images.d.js +1 -0
- package/dist/browser/types/images.d.js.map +1 -0
- package/dist/node/components/ArchivistSummary.d.mts +5 -0
- package/dist/node/components/ArchivistSummary.d.mts.map +1 -0
- package/dist/node/components/ArchivistSummary.d.ts +5 -0
- package/dist/node/components/ArchivistSummary.d.ts.map +1 -0
- package/dist/node/components/ArchivistSummary.js +34 -0
- package/dist/node/components/ArchivistSummary.js.map +1 -0
- package/dist/node/components/ArchivistSummary.mjs +10 -0
- package/dist/node/components/ArchivistSummary.mjs.map +1 -0
- package/dist/node/components/BridgeSummary.d.mts +5 -0
- package/dist/node/components/BridgeSummary.d.mts.map +1 -0
- package/dist/node/components/BridgeSummary.d.ts +5 -0
- package/dist/node/components/BridgeSummary.d.ts.map +1 -0
- package/dist/node/components/BridgeSummary.js +34 -0
- package/dist/node/components/BridgeSummary.js.map +1 -0
- package/dist/node/components/BridgeSummary.mjs +10 -0
- package/dist/node/components/BridgeSummary.mjs.map +1 -0
- package/dist/node/components/DebugDialog.d.mts +6 -0
- package/dist/node/components/DebugDialog.d.mts.map +1 -0
- package/dist/node/components/DebugDialog.d.ts +6 -0
- package/dist/node/components/DebugDialog.d.ts.map +1 -0
- package/dist/node/components/DebugDialog.js +38 -0
- package/dist/node/components/DebugDialog.js.map +1 -0
- package/dist/node/components/DebugDialog.mjs +14 -0
- package/dist/node/components/DebugDialog.mjs.map +1 -0
- package/dist/node/components/DivinerSummary.d.mts +5 -0
- package/dist/node/components/DivinerSummary.d.mts.map +1 -0
- package/dist/node/components/DivinerSummary.d.ts +5 -0
- package/dist/node/components/DivinerSummary.d.ts.map +1 -0
- package/dist/node/components/DivinerSummary.js +34 -0
- package/dist/node/components/DivinerSummary.js.map +1 -0
- package/dist/node/components/DivinerSummary.mjs +10 -0
- package/dist/node/components/DivinerSummary.mjs.map +1 -0
- package/dist/node/components/JsonViewerButton.d.mts +9 -0
- package/dist/node/components/JsonViewerButton.d.mts.map +1 -0
- package/dist/node/components/JsonViewerButton.d.ts +9 -0
- package/dist/node/components/JsonViewerButton.d.ts.map +1 -0
- package/dist/node/components/JsonViewerButton.js +54 -0
- package/dist/node/components/JsonViewerButton.js.map +1 -0
- package/dist/node/components/JsonViewerButton.mjs +20 -0
- package/dist/node/components/JsonViewerButton.mjs.map +1 -0
- package/dist/node/components/ModuleAccordion.d.mts +8 -0
- package/dist/node/components/ModuleAccordion.d.mts.map +1 -0
- package/dist/node/components/ModuleAccordion.d.ts +8 -0
- package/dist/node/components/ModuleAccordion.d.ts.map +1 -0
- package/dist/node/components/ModuleAccordion.js +39 -0
- package/dist/node/components/ModuleAccordion.js.map +1 -0
- package/dist/node/components/ModuleAccordion.mjs +15 -0
- package/dist/node/components/ModuleAccordion.mjs.map +1 -0
- package/dist/node/components/ModuleDetails.d.mts +8 -0
- package/dist/node/components/ModuleDetails.d.mts.map +1 -0
- package/dist/node/components/ModuleDetails.d.ts +8 -0
- package/dist/node/components/ModuleDetails.d.ts.map +1 -0
- package/dist/node/components/ModuleDetails.js +65 -0
- package/dist/node/components/ModuleDetails.js.map +1 -0
- package/dist/node/components/ModuleDetails.mjs +41 -0
- package/dist/node/components/ModuleDetails.mjs.map +1 -0
- package/dist/node/components/ModuleSummary.d.mts +9 -0
- package/dist/node/components/ModuleSummary.d.mts.map +1 -0
- package/dist/node/components/ModuleSummary.d.ts +9 -0
- package/dist/node/components/ModuleSummary.d.ts.map +1 -0
- package/dist/node/components/ModuleSummary.js +54 -0
- package/dist/node/components/ModuleSummary.js.map +1 -0
- package/dist/node/components/ModuleSummary.mjs +30 -0
- package/dist/node/components/ModuleSummary.mjs.map +1 -0
- package/dist/node/components/NodeDetails.d.mts +7 -0
- package/dist/node/components/NodeDetails.d.mts.map +1 -0
- package/dist/node/components/NodeDetails.d.ts +7 -0
- package/dist/node/components/NodeDetails.d.ts.map +1 -0
- package/dist/node/components/NodeDetails.js +37 -0
- package/dist/node/components/NodeDetails.js.map +1 -0
- package/dist/node/components/NodeDetails.mjs +13 -0
- package/dist/node/components/NodeDetails.mjs.map +1 -0
- package/dist/node/components/NodeSummary.d.mts +5 -0
- package/dist/node/components/NodeSummary.d.mts.map +1 -0
- package/dist/node/components/NodeSummary.d.ts +5 -0
- package/dist/node/components/NodeSummary.d.ts.map +1 -0
- package/dist/node/components/NodeSummary.js +44 -0
- package/dist/node/components/NodeSummary.js.map +1 -0
- package/dist/node/components/NodeSummary.mjs +20 -0
- package/dist/node/components/NodeSummary.mjs.map +1 -0
- package/dist/node/components/PoweredByXyo.d.mts +19 -0
- package/dist/node/components/PoweredByXyo.d.mts.map +1 -0
- package/dist/node/components/PoweredByXyo.d.ts +19 -0
- package/dist/node/components/PoweredByXyo.d.ts.map +1 -0
- package/dist/node/components/PoweredByXyo.js +120 -0
- package/dist/node/components/PoweredByXyo.js.map +1 -0
- package/dist/node/components/PoweredByXyo.mjs +96 -0
- package/dist/node/components/PoweredByXyo.mjs.map +1 -0
- package/dist/node/components/PoweredByXyoButton.d.mts +9 -0
- package/dist/node/components/PoweredByXyoButton.d.mts.map +1 -0
- package/dist/node/components/PoweredByXyoButton.d.ts +9 -0
- package/dist/node/components/PoweredByXyoButton.d.ts.map +1 -0
- package/dist/node/components/PoweredByXyoButton.js +57 -0
- package/dist/node/components/PoweredByXyoButton.js.map +1 -0
- package/dist/node/components/PoweredByXyoButton.mjs +33 -0
- package/dist/node/components/PoweredByXyoButton.mjs.map +1 -0
- package/dist/node/components/SentinelSummary.d.mts +5 -0
- package/dist/node/components/SentinelSummary.d.mts.map +1 -0
- package/dist/node/components/SentinelSummary.d.ts +5 -0
- package/dist/node/components/SentinelSummary.d.ts.map +1 -0
- package/dist/node/components/SentinelSummary.js +34 -0
- package/dist/node/components/SentinelSummary.js.map +1 -0
- package/dist/node/components/SentinelSummary.mjs +10 -0
- package/dist/node/components/SentinelSummary.mjs.map +1 -0
- package/dist/node/components/TypedModuleSummary.d.mts +4 -0
- package/dist/node/components/TypedModuleSummary.d.mts.map +1 -0
- package/dist/node/components/TypedModuleSummary.d.ts +4 -0
- package/dist/node/components/TypedModuleSummary.d.ts.map +1 -0
- package/dist/node/components/TypedModuleSummary.js +63 -0
- package/dist/node/components/TypedModuleSummary.js.map +1 -0
- package/dist/node/components/TypedModuleSummary.mjs +39 -0
- package/dist/node/components/TypedModuleSummary.mjs.map +1 -0
- package/dist/node/components/WitnessSummary.d.mts +5 -0
- package/dist/node/components/WitnessSummary.d.mts.map +1 -0
- package/dist/node/components/WitnessSummary.d.ts +5 -0
- package/dist/node/components/WitnessSummary.d.ts.map +1 -0
- package/dist/node/components/WitnessSummary.js +34 -0
- package/dist/node/components/WitnessSummary.js.map +1 -0
- package/dist/node/components/WitnessSummary.mjs +10 -0
- package/dist/node/components/WitnessSummary.mjs.map +1 -0
- package/dist/node/components/XyoBusy.d.mts +9 -0
- package/dist/node/components/XyoBusy.d.mts.map +1 -0
- package/dist/node/components/XyoBusy.d.ts +9 -0
- package/dist/node/components/XyoBusy.d.ts.map +1 -0
- package/dist/node/components/XyoBusy.js +59 -0
- package/dist/node/components/XyoBusy.js.map +1 -0
- package/dist/node/components/XyoBusy.mjs +35 -0
- package/dist/node/components/XyoBusy.mjs.map +1 -0
- package/dist/node/components/index.d.mts +15 -0
- package/dist/node/components/index.d.mts.map +1 -0
- package/dist/node/components/index.d.ts +15 -0
- package/dist/node/components/index.d.ts.map +1 -0
- package/dist/node/components/index.js +49 -0
- package/dist/node/components/index.js.map +1 -0
- package/dist/node/components/index.mjs +15 -0
- package/dist/node/components/index.mjs.map +1 -0
- package/dist/node/components/stories/PoweredByXyo.stories.js +101 -0
- package/dist/node/components/stories/PoweredByXyo.stories.js.map +1 -0
- package/dist/node/components/stories/PoweredByXyo.stories.mjs +64 -0
- package/dist/node/components/stories/PoweredByXyo.stories.mjs.map +1 -0
- package/dist/node/components/stories/PoweredByXyoButton.stories.js +47 -0
- package/dist/node/components/stories/PoweredByXyoButton.stories.js.map +1 -0
- package/dist/node/components/stories/PoweredByXyoButton.stories.mjs +22 -0
- package/dist/node/components/stories/PoweredByXyoButton.stories.mjs.map +1 -0
- package/dist/node/components/stories/XyoBusy.stories.js +47 -0
- package/dist/node/components/stories/XyoBusy.stories.js.map +1 -0
- package/dist/node/components/stories/XyoBusy.stories.mjs +22 -0
- package/dist/node/components/stories/XyoBusy.stories.mjs.map +1 -0
- package/dist/node/components/stories/simple-node-inline-manifest.js +53 -0
- package/dist/node/components/stories/simple-node-inline-manifest.js.map +1 -0
- package/dist/node/components/stories/simple-node-inline-manifest.mjs +62 -0
- package/dist/node/components/stories/simple-node-inline-manifest.mjs.map +1 -0
- package/dist/node/img/index.d.mts +4 -0
- package/dist/node/img/index.d.mts.map +1 -0
- package/dist/node/img/index.d.ts +4 -0
- package/dist/node/img/index.d.ts.map +1 -0
- package/dist/node/img/index.js +42 -0
- package/dist/node/img/index.js.map +1 -0
- package/dist/node/img/index.mjs +7 -0
- package/dist/node/img/index.mjs.map +1 -0
- package/dist/node/img/xyo-color-logo-text-only.svg +1 -0
- package/dist/node/img/xyo-color-logo.svg +1 -0
- package/dist/node/index.d.mts +2 -0
- package/dist/node/index.d.mts.map +1 -0
- package/dist/node/index.d.ts +2 -0
- package/dist/node/index.d.ts.map +1 -0
- package/dist/node/index.js +23 -0
- package/dist/node/index.js.map +1 -0
- package/dist/node/index.mjs +2 -0
- package/dist/node/index.mjs.map +1 -0
- package/dist/node/types/images.d.js +2 -0
- package/dist/node/types/images.d.js.map +1 -0
- package/dist/node/types/images.d.mjs +1 -0
- package/dist/node/types/images.d.mjs.map +1 -0
- package/package.json +30 -30
- package/dist/components/ArchivistSummary.d.mts.map +0 -1
- package/dist/components/ArchivistSummary.d.ts.map +0 -1
- package/dist/components/BridgeSummary.d.mts.map +0 -1
- package/dist/components/BridgeSummary.d.ts.map +0 -1
- package/dist/components/DebugDialog.d.mts.map +0 -1
- package/dist/components/DebugDialog.d.ts.map +0 -1
- package/dist/components/DivinerSummary.d.mts.map +0 -1
- package/dist/components/DivinerSummary.d.ts.map +0 -1
- package/dist/components/JsonViewerButton.d.mts.map +0 -1
- package/dist/components/JsonViewerButton.d.ts.map +0 -1
- package/dist/components/ModuleAccordion.d.mts.map +0 -1
- package/dist/components/ModuleAccordion.d.ts.map +0 -1
- package/dist/components/ModuleDetails.d.mts.map +0 -1
- package/dist/components/ModuleDetails.d.ts.map +0 -1
- package/dist/components/ModuleSummary.d.mts.map +0 -1
- package/dist/components/ModuleSummary.d.ts.map +0 -1
- package/dist/components/NodeDetails.d.mts.map +0 -1
- package/dist/components/NodeDetails.d.ts.map +0 -1
- package/dist/components/NodeSummary.d.mts.map +0 -1
- package/dist/components/NodeSummary.d.ts.map +0 -1
- package/dist/components/PoweredByXyo.d.mts.map +0 -1
- package/dist/components/PoweredByXyo.d.ts.map +0 -1
- package/dist/components/PoweredByXyoButton.d.mts.map +0 -1
- package/dist/components/PoweredByXyoButton.d.ts.map +0 -1
- package/dist/components/SentinelSummary.d.mts.map +0 -1
- package/dist/components/SentinelSummary.d.ts.map +0 -1
- package/dist/components/TypedModuleSummary.d.mts.map +0 -1
- package/dist/components/TypedModuleSummary.d.ts.map +0 -1
- package/dist/components/WitnessSummary.d.mts.map +0 -1
- package/dist/components/WitnessSummary.d.ts.map +0 -1
- package/dist/components/XyoBusy.d.mts.map +0 -1
- package/dist/components/XyoBusy.d.ts.map +0 -1
- package/dist/components/index.d.mts.map +0 -1
- package/dist/components/index.d.ts.map +0 -1
- package/dist/components/stories/PoweredByXyo.stories.d.mts +0 -9
- package/dist/components/stories/PoweredByXyo.stories.d.mts.map +0 -1
- package/dist/components/stories/PoweredByXyo.stories.d.ts +0 -9
- package/dist/components/stories/PoweredByXyo.stories.d.ts.map +0 -1
- package/dist/components/stories/PoweredByXyoButton.stories.d.mts +0 -7
- package/dist/components/stories/PoweredByXyoButton.stories.d.mts.map +0 -1
- package/dist/components/stories/PoweredByXyoButton.stories.d.ts +0 -7
- package/dist/components/stories/PoweredByXyoButton.stories.d.ts.map +0 -1
- package/dist/components/stories/XyoBusy.stories.d.mts +0 -18
- package/dist/components/stories/XyoBusy.stories.d.mts.map +0 -1
- package/dist/components/stories/XyoBusy.stories.d.ts +0 -18
- package/dist/components/stories/XyoBusy.stories.d.ts.map +0 -1
- package/dist/img/index.d.mts.map +0 -1
- package/dist/img/index.d.ts.map +0 -1
- package/dist/index.js +0 -439
- package/dist/index.js.map +0 -1
- package/dist/index.mjs +0 -389
- package/dist/index.mjs.map +0 -1
- /package/dist/{components → browser/components}/ArchivistSummary.d.mts +0 -0
- /package/dist/{components → browser/components}/ArchivistSummary.d.ts +0 -0
- /package/dist/{components → browser/components}/BridgeSummary.d.mts +0 -0
- /package/dist/{components → browser/components}/BridgeSummary.d.ts +0 -0
- /package/dist/{components → browser/components}/DebugDialog.d.mts +0 -0
- /package/dist/{components → browser/components}/DebugDialog.d.ts +0 -0
- /package/dist/{components → browser/components}/DivinerSummary.d.mts +0 -0
- /package/dist/{components → browser/components}/DivinerSummary.d.ts +0 -0
- /package/dist/{components → browser/components}/JsonViewerButton.d.mts +0 -0
- /package/dist/{components → browser/components}/JsonViewerButton.d.ts +0 -0
- /package/dist/{components → browser/components}/ModuleAccordion.d.mts +0 -0
- /package/dist/{components → browser/components}/ModuleAccordion.d.ts +0 -0
- /package/dist/{components → browser/components}/ModuleDetails.d.mts +0 -0
- /package/dist/{components → browser/components}/ModuleDetails.d.ts +0 -0
- /package/dist/{components → browser/components}/ModuleSummary.d.mts +0 -0
- /package/dist/{components → browser/components}/ModuleSummary.d.ts +0 -0
- /package/dist/{components → browser/components}/NodeDetails.d.mts +0 -0
- /package/dist/{components → browser/components}/NodeDetails.d.ts +0 -0
- /package/dist/{components → browser/components}/NodeSummary.d.mts +0 -0
- /package/dist/{components → browser/components}/NodeSummary.d.ts +0 -0
- /package/dist/{components → browser/components}/PoweredByXyo.d.mts +0 -0
- /package/dist/{components → browser/components}/PoweredByXyo.d.ts +0 -0
- /package/dist/{components → browser/components}/PoweredByXyoButton.d.mts +0 -0
- /package/dist/{components → browser/components}/PoweredByXyoButton.d.ts +0 -0
- /package/dist/{components → browser/components}/SentinelSummary.d.mts +0 -0
- /package/dist/{components → browser/components}/SentinelSummary.d.ts +0 -0
- /package/dist/{components → browser/components}/TypedModuleSummary.d.mts +0 -0
- /package/dist/{components → browser/components}/TypedModuleSummary.d.ts +0 -0
- /package/dist/{components → browser/components}/WitnessSummary.d.mts +0 -0
- /package/dist/{components → browser/components}/WitnessSummary.d.ts +0 -0
- /package/dist/{components → browser/components}/XyoBusy.d.mts +0 -0
- /package/dist/{components → browser/components}/XyoBusy.d.ts +0 -0
- /package/dist/{components → browser/components}/index.d.mts +0 -0
- /package/dist/{components → browser/components}/index.d.ts +0 -0
- /package/dist/{img → browser/img}/index.d.mts +0 -0
- /package/dist/{img → browser/img}/index.d.ts +0 -0
- /package/dist/{xyo-color-logo-text-only-QPAW5BSQ.svg → browser/img/xyo-color-logo-text-only.svg} +0 -0
- /package/dist/{xyo-color-logo-LHR2SMEM.svg → browser/img/xyo-color-logo.svg} +0 -0
- /package/dist/{index.d.mts → browser/index.d.mts} +0 -0
- /package/dist/{index.d.ts → browser/index.d.ts} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WitnessSummary.d.ts","sourceRoot":"","sources":["../../../src/components/WitnessSummary.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAE5D,OAAO,EAAiB,kBAAkB,EAAE,MAAM,iBAAiB,CAAA;AAEnE,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAAC,eAAe,CAAC,CAExE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WitnessSummary.d.ts","sourceRoot":"","sources":["../../../src/components/WitnessSummary.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAE5D,OAAO,EAAiB,kBAAkB,EAAE,MAAM,iBAAiB,CAAA;AAEnE,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAAC,eAAe,CAAC,CAExE,CAAA"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { VisibilityRounded as VisibilityRoundedIcon } from "@mui/icons-material";
|
|
3
|
+
import { ModuleSummary } from "./ModuleSummary";
|
|
4
|
+
const WitnessSummary = ({ module, ...props }) => {
|
|
5
|
+
return /* @__PURE__ */ jsx(ModuleSummary, { module, icon: /* @__PURE__ */ jsx(VisibilityRoundedIcon, {}), ...props });
|
|
6
|
+
};
|
|
7
|
+
export {
|
|
8
|
+
WitnessSummary
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=WitnessSummary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/components/WitnessSummary.tsx"],"sourcesContent":["import { VisibilityRounded as VisibilityRoundedIcon } from '@mui/icons-material'\nimport { WitnessInstance } from '@xyo-network/witness-model'\n\nimport { ModuleSummary, ModuleSummaryProps } from './ModuleSummary'\n\nexport const WitnessSummary: React.FC<ModuleSummaryProps<WitnessInstance>> = ({ module, ...props }) => {\n return <ModuleSummary module={module} icon={<VisibilityRoundedIcon />} {...props} />\n}\n"],"mappings":"AAM8C;AAN9C,SAAS,qBAAqB,6BAA6B;AAG3D,SAAS,qBAAyC;AAE3C,MAAM,iBAAgE,CAAC,EAAE,QAAQ,GAAG,MAAM,MAAM;AACrG,SAAO,oBAAC,iBAAc,QAAgB,MAAM,oBAAC,yBAAsB,GAAK,GAAG,OAAO;AACpF;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"XyoBusy.d.ts","sourceRoot":"","sources":["../../../src/components/XyoBusy.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,YAAY,EAAW,MAAM,uBAAuB,CAAA;AAK7D,MAAM,MAAM,YAAY,GAAG,IAAI,CAAC,YAAY,EAAE,UAAU,CAAC,GAAG;IAC1D,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB,CAAA;AAED,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CA2B1C,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"XyoBusy.d.ts","sourceRoot":"","sources":["../../../src/components/XyoBusy.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,YAAY,EAAW,MAAM,uBAAuB,CAAA;AAK7D,MAAM,MAAM,YAAY,GAAG,IAAI,CAAC,YAAY,EAAE,UAAU,CAAC,GAAG;IAC1D,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB,CAAA;AAED,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CA2B1C,CAAA"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { FlexCol } from "@xylabs/react-flexbox";
|
|
3
|
+
import { useState } from "react";
|
|
4
|
+
import { xyoColorLogo } from "../img";
|
|
5
|
+
const XyoBusy = ({ widthInPixels, busy, spinsPerSecond = 0.5, ...props }) => {
|
|
6
|
+
const [imageLoaded, setImageLoaded] = useState(false);
|
|
7
|
+
if (!imageLoaded) {
|
|
8
|
+
const img = new Image();
|
|
9
|
+
img.onload = () => setImageLoaded(true);
|
|
10
|
+
img.src = xyoColorLogo;
|
|
11
|
+
}
|
|
12
|
+
return imageLoaded ? /* @__PURE__ */ jsx(
|
|
13
|
+
FlexCol,
|
|
14
|
+
{
|
|
15
|
+
sx: {
|
|
16
|
+
"@keyframes spin": {
|
|
17
|
+
"0%": {
|
|
18
|
+
transform: "rotate(360deg)"
|
|
19
|
+
},
|
|
20
|
+
"100%": {
|
|
21
|
+
transform: "rotate(0deg)"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
animation: busy ? `spin ${1 / spinsPerSecond}s linear infinite` : void 0,
|
|
25
|
+
animationDirection: "reverse"
|
|
26
|
+
},
|
|
27
|
+
...props,
|
|
28
|
+
children: /* @__PURE__ */ jsx("img", { src: xyoColorLogo, height: widthInPixels ?? 22 })
|
|
29
|
+
}
|
|
30
|
+
) : null;
|
|
31
|
+
};
|
|
32
|
+
export {
|
|
33
|
+
XyoBusy
|
|
34
|
+
};
|
|
35
|
+
//# sourceMappingURL=XyoBusy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/components/XyoBusy.tsx"],"sourcesContent":["import { FlexBoxProps, FlexCol } from '@xylabs/react-flexbox'\nimport { useState } from 'react'\n\nimport { xyoColorLogo } from '../img'\n\nexport type XyoBusyProps = Omit<FlexBoxProps, 'children'> & {\n busy?: boolean\n spinsPerSecond?: number\n widthInPixels?: number\n}\n\nexport const XyoBusy: React.FC<XyoBusyProps> = ({ widthInPixels, busy, spinsPerSecond = 0.5, ...props }) => {\n //preloading image to prevent shifting\n const [imageLoaded, setImageLoaded] = useState(false)\n if (!imageLoaded) {\n const img = new Image()\n img.onload = () => setImageLoaded(true)\n img.src = xyoColorLogo\n }\n return imageLoaded ? (\n <FlexCol\n sx={{\n '@keyframes spin': {\n '0%': {\n transform: 'rotate(360deg)',\n },\n '100%': {\n transform: 'rotate(0deg)',\n },\n },\n animation: busy ? `spin ${1 / spinsPerSecond}s linear infinite` : undefined,\n animationDirection: 'reverse',\n }}\n {...props}\n >\n <img src={xyoColorLogo} height={widthInPixels ?? 22} />\n </FlexCol>\n ) : null\n}\n"],"mappings":"AAmCM;AAnCN,SAAuB,eAAe;AACtC,SAAS,gBAAgB;AAEzB,SAAS,oBAAoB;AAQtB,MAAM,UAAkC,CAAC,EAAE,eAAe,MAAM,iBAAiB,KAAK,GAAG,MAAM,MAAM;AAE1G,QAAM,CAAC,aAAa,cAAc,IAAI,SAAS,KAAK;AACpD,MAAI,CAAC,aAAa;AAChB,UAAM,MAAM,IAAI,MAAM;AACtB,QAAI,SAAS,MAAM,eAAe,IAAI;AACtC,QAAI,MAAM;AAAA,EACZ;AACA,SAAO,cACL;AAAA,IAAC;AAAA;AAAA,MACC,IAAI;AAAA,QACF,mBAAmB;AAAA,UACjB,MAAM;AAAA,YACJ,WAAW;AAAA,UACb;AAAA,UACA,QAAQ;AAAA,YACN,WAAW;AAAA,UACb;AAAA,QACF;AAAA,QACA,WAAW,OAAO,QAAQ,IAAI,cAAc,sBAAsB;AAAA,QAClE,oBAAoB;AAAA,MACtB;AAAA,MACC,GAAG;AAAA,MAEJ,8BAAC,SAAI,KAAK,cAAc,QAAQ,iBAAiB,IAAI;AAAA;AAAA,EACvD,IACE;AACN;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAA;AAClC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,eAAe,CAAA;AAC7B,cAAc,kBAAkB,CAAA;AAChC,cAAc,mBAAmB,CAAA;AACjC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,eAAe,CAAA;AAC7B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,sBAAsB,CAAA;AACpC,cAAc,mBAAmB,CAAA;AACjC,cAAc,sBAAsB,CAAA;AACpC,cAAc,kBAAkB,CAAA;AAChC,cAAc,WAAW,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAA;AAClC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,eAAe,CAAA;AAC7B,cAAc,kBAAkB,CAAA;AAChC,cAAc,mBAAmB,CAAA;AACjC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,eAAe,CAAA;AAC7B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,sBAAsB,CAAA;AACpC,cAAc,mBAAmB,CAAA;AACjC,cAAc,sBAAsB,CAAA;AACpC,cAAc,kBAAkB,CAAA;AAChC,cAAc,WAAW,CAAA"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export * from "./ArchivistSummary";
|
|
2
|
+
export * from "./BridgeSummary";
|
|
3
|
+
export * from "./DebugDialog";
|
|
4
|
+
export * from "./DivinerSummary";
|
|
5
|
+
export * from "./ModuleAccordion";
|
|
6
|
+
export * from "./ModuleDetails";
|
|
7
|
+
export * from "./ModuleSummary";
|
|
8
|
+
export * from "./NodeDetails";
|
|
9
|
+
export * from "./PoweredByXyo";
|
|
10
|
+
export * from "./PoweredByXyoButton";
|
|
11
|
+
export * from "./SentinelSummary";
|
|
12
|
+
export * from "./TypedModuleSummary";
|
|
13
|
+
export * from "./WitnessSummary";
|
|
14
|
+
export * from "./XyoBusy";
|
|
15
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/components/index.ts"],"sourcesContent":["export * from './ArchivistSummary'\nexport * from './BridgeSummary'\nexport * from './DebugDialog'\nexport * from './DivinerSummary'\nexport * from './ModuleAccordion'\nexport * from './ModuleDetails'\nexport * from './ModuleSummary'\nexport * from './NodeDetails'\nexport * from './PoweredByXyo'\nexport * from './PoweredByXyoButton'\nexport * from './SentinelSummary'\nexport * from './TypedModuleSummary'\nexport * from './WitnessSummary'\nexport * from './XyoBusy'\n"],"mappings":"AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { delay } from "@xylabs/delay";
|
|
3
|
+
import { useAsyncEffect } from "@xylabs/react-async-effect";
|
|
4
|
+
import { FlexCol } from "@xylabs/react-flexbox";
|
|
5
|
+
import { usePromise } from "@xylabs/react-promise";
|
|
6
|
+
import { HDWallet } from "@xyo-network/account";
|
|
7
|
+
import { asArchivistInstance } from "@xyo-network/archivist-model";
|
|
8
|
+
import { ManifestWrapper } from "@xyo-network/manifest";
|
|
9
|
+
import { NodeProvider } from "@xyo-network/react-node";
|
|
10
|
+
import { useState } from "react";
|
|
11
|
+
import { PoweredByXyo } from "../PoweredByXyo";
|
|
12
|
+
import simpleNodeInlineManifest from "./simple-node-inline-manifest.json";
|
|
13
|
+
const StorybookEntry = {
|
|
14
|
+
component: PoweredByXyo,
|
|
15
|
+
parameters: {
|
|
16
|
+
docs: {
|
|
17
|
+
page: null
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
title: "Badge/PoweredByXyo"
|
|
21
|
+
};
|
|
22
|
+
const TemplateContainer = (props) => /* @__PURE__ */ jsx(FlexCol, { height: "300px", width: "100%", sx: { backgroundColor: "grey" }, children: /* @__PURE__ */ jsx(PoweredByXyo, { ...props }) });
|
|
23
|
+
const TemplateWithNodeContainer = (props) => {
|
|
24
|
+
const [node, setNode] = useState();
|
|
25
|
+
useAsyncEffect(
|
|
26
|
+
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
27
|
+
async () => {
|
|
28
|
+
const wallet = await HDWallet.random();
|
|
29
|
+
const manifest = new ManifestWrapper(simpleNodeInlineManifest, wallet);
|
|
30
|
+
const [node2] = await manifest.loadNodes();
|
|
31
|
+
setNode(node2);
|
|
32
|
+
},
|
|
33
|
+
[]
|
|
34
|
+
);
|
|
35
|
+
usePromise(async () => {
|
|
36
|
+
if (node) {
|
|
37
|
+
const archivist = asArchivistInstance(await node.resolve("Archivist"));
|
|
38
|
+
if (archivist) {
|
|
39
|
+
let calls = 1;
|
|
40
|
+
while (calls) {
|
|
41
|
+
calls--;
|
|
42
|
+
await archivist.get([""]);
|
|
43
|
+
await delay(100);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}, [node]);
|
|
48
|
+
return /* @__PURE__ */ jsx(NodeProvider, { node, children: /* @__PURE__ */ jsx(FlexCol, { height: "300px", width: "100%", sx: { backgroundColor: "grey" }, children: /* @__PURE__ */ jsx(PoweredByXyo, { node, ...props }) }) });
|
|
49
|
+
};
|
|
50
|
+
const Default = TemplateContainer.bind({});
|
|
51
|
+
const Busy = TemplateContainer.bind({});
|
|
52
|
+
Busy.args = { busy: true };
|
|
53
|
+
const WithNode = TemplateWithNodeContainer.bind({});
|
|
54
|
+
const WithNodeAndDebug = TemplateWithNodeContainer.bind({});
|
|
55
|
+
WithNodeAndDebug.args = { debugDialog: true };
|
|
56
|
+
var PoweredByXyo_stories_default = StorybookEntry;
|
|
57
|
+
export {
|
|
58
|
+
Busy,
|
|
59
|
+
Default,
|
|
60
|
+
WithNode,
|
|
61
|
+
WithNodeAndDebug,
|
|
62
|
+
PoweredByXyo_stories_default as default
|
|
63
|
+
};
|
|
64
|
+
//# sourceMappingURL=PoweredByXyo.stories.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../src/components/stories/PoweredByXyo.stories.tsx"],"sourcesContent":["import { Meta, StoryFn } from '@storybook/react'\nimport { delay } from '@xylabs/delay'\nimport { useAsyncEffect } from '@xylabs/react-async-effect'\nimport { FlexCol } from '@xylabs/react-flexbox'\nimport { usePromise } from '@xylabs/react-promise'\nimport { HDWallet } from '@xyo-network/account'\nimport { asArchivistInstance } from '@xyo-network/archivist-model'\nimport { ManifestPayload, ManifestWrapper } from '@xyo-network/manifest'\nimport { NodeInstance } from '@xyo-network/node-model'\nimport { NodeProvider } from '@xyo-network/react-node'\nimport { useState } from 'react'\n\nimport { PoweredByXyo, PoweredByXyoProps } from '../PoweredByXyo'\nimport simpleNodeInlineManifest from './simple-node-inline-manifest.json'\n\nconst StorybookEntry = {\n component: PoweredByXyo,\n parameters: {\n docs: {\n page: null,\n },\n },\n title: 'Badge/PoweredByXyo',\n} as Meta<typeof PoweredByXyo>\n\nconst TemplateContainer: StoryFn<typeof PoweredByXyo> = (props: PoweredByXyoProps) => (\n <FlexCol height=\"300px\" width=\"100%\" sx={{ backgroundColor: 'grey' }}>\n <PoweredByXyo {...props} />\n </FlexCol>\n)\n\nconst TemplateWithNodeContainer: StoryFn<typeof PoweredByXyo> = (props: PoweredByXyoProps) => {\n const [node, setNode] = useState<NodeInstance>()\n useAsyncEffect(\n // eslint-disable-next-line react-hooks/exhaustive-deps\n async () => {\n const wallet = await HDWallet.random()\n const manifest = new ManifestWrapper(simpleNodeInlineManifest as ManifestPayload, wallet)\n const [node] = await manifest.loadNodes()\n setNode(node)\n },\n [],\n )\n\n usePromise(async () => {\n if (node) {\n const archivist = asArchivistInstance(await node.resolve('Archivist'))\n if (archivist) {\n let calls = 1\n while (calls) {\n calls--\n await archivist.get([''])\n await delay(100)\n }\n }\n }\n }, [node])\n\n return (\n <NodeProvider node={node}>\n <FlexCol height=\"300px\" width=\"100%\" sx={{ backgroundColor: 'grey' }}>\n <PoweredByXyo node={node} {...props} />\n </FlexCol>\n </NodeProvider>\n )\n}\n\nconst Default = TemplateContainer.bind({})\n\nconst Busy = TemplateContainer.bind({})\nBusy.args = { busy: true }\n\nconst WithNode = TemplateWithNodeContainer.bind({})\n\nconst WithNodeAndDebug = TemplateWithNodeContainer.bind({})\nWithNodeAndDebug.args = { debugDialog: true }\n\nexport { Busy, Default, WithNode, WithNodeAndDebug }\n\n// eslint-disable-next-line import/no-default-export\nexport default StorybookEntry\n"],"mappings":"AA2BI;AA1BJ,SAAS,aAAa;AACtB,SAAS,sBAAsB;AAC/B,SAAS,eAAe;AACxB,SAAS,kBAAkB;AAC3B,SAAS,gBAAgB;AACzB,SAAS,2BAA2B;AACpC,SAA0B,uBAAuB;AAEjD,SAAS,oBAAoB;AAC7B,SAAS,gBAAgB;AAEzB,SAAS,oBAAuC;AAChD,OAAO,8BAA8B;AAErC,MAAM,iBAAiB;AAAA,EACrB,WAAW;AAAA,EACX,YAAY;AAAA,IACV,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AAAA,EACA,OAAO;AACT;AAEA,MAAM,oBAAkD,CAAC,UACvD,oBAAC,WAAQ,QAAO,SAAQ,OAAM,QAAO,IAAI,EAAE,iBAAiB,OAAO,GACjE,8BAAC,gBAAc,GAAG,OAAO,GAC3B;AAGF,MAAM,4BAA0D,CAAC,UAA6B;AAC5F,QAAM,CAAC,MAAM,OAAO,IAAI,SAAuB;AAC/C;AAAA;AAAA,IAEE,YAAY;AACV,YAAM,SAAS,MAAM,SAAS,OAAO;AACrC,YAAM,WAAW,IAAI,gBAAgB,0BAA6C,MAAM;AACxF,YAAM,CAACA,KAAI,IAAI,MAAM,SAAS,UAAU;AACxC,cAAQA,KAAI;AAAA,IACd;AAAA,IACA,CAAC;AAAA,EACH;AAEA,aAAW,YAAY;AACrB,QAAI,MAAM;AACR,YAAM,YAAY,oBAAoB,MAAM,KAAK,QAAQ,WAAW,CAAC;AACrE,UAAI,WAAW;AACb,YAAI,QAAQ;AACZ,eAAO,OAAO;AACZ;AACA,gBAAM,UAAU,IAAI,CAAC,EAAE,CAAC;AACxB,gBAAM,MAAM,GAAG;AAAA,QACjB;AAAA,MACF;AAAA,IACF;AAAA,EACF,GAAG,CAAC,IAAI,CAAC;AAET,SACE,oBAAC,gBAAa,MACZ,8BAAC,WAAQ,QAAO,SAAQ,OAAM,QAAO,IAAI,EAAE,iBAAiB,OAAO,GACjE,8BAAC,gBAAa,MAAa,GAAG,OAAO,GACvC,GACF;AAEJ;AAEA,MAAM,UAAU,kBAAkB,KAAK,CAAC,CAAC;AAEzC,MAAM,OAAO,kBAAkB,KAAK,CAAC,CAAC;AACtC,KAAK,OAAO,EAAE,MAAM,KAAK;AAEzB,MAAM,WAAW,0BAA0B,KAAK,CAAC,CAAC;AAElD,MAAM,mBAAmB,0BAA0B,KAAK,CAAC,CAAC;AAC1D,iBAAiB,OAAO,EAAE,aAAa,KAAK;AAK5C,IAAO,+BAAQ;","names":["node"]}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { PoweredByXyoButton } from "../PoweredByXyoButton";
|
|
3
|
+
const StorybookEntry = {
|
|
4
|
+
component: PoweredByXyoButton,
|
|
5
|
+
parameters: {
|
|
6
|
+
docs: {
|
|
7
|
+
page: null
|
|
8
|
+
}
|
|
9
|
+
},
|
|
10
|
+
title: "Badge/PoweredByXyoButton"
|
|
11
|
+
};
|
|
12
|
+
const TemplateContainer = (props) => /* @__PURE__ */ jsx(PoweredByXyoButton, { ...props });
|
|
13
|
+
const Default = TemplateContainer.bind({});
|
|
14
|
+
const Busy = TemplateContainer.bind({});
|
|
15
|
+
Busy.args = { busy: true };
|
|
16
|
+
var PoweredByXyoButton_stories_default = StorybookEntry;
|
|
17
|
+
export {
|
|
18
|
+
Busy,
|
|
19
|
+
Default,
|
|
20
|
+
PoweredByXyoButton_stories_default as default
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=PoweredByXyoButton.stories.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../src/components/stories/PoweredByXyoButton.stories.tsx"],"sourcesContent":["import { Meta, StoryFn } from '@storybook/react'\n\nimport { PoweredByXyoButton, PoweredByXyoButtonProps } from '../PoweredByXyoButton'\n\nconst StorybookEntry = {\n component: PoweredByXyoButton,\n parameters: {\n docs: {\n page: null,\n },\n },\n title: 'Badge/PoweredByXyoButton',\n} as Meta<typeof PoweredByXyoButton>\n\nconst TemplateContainer: StoryFn<typeof PoweredByXyoButton> = (props: PoweredByXyoButtonProps) => <PoweredByXyoButton {...props} />\n\nconst Default = TemplateContainer.bind({})\nconst Busy = TemplateContainer.bind({})\nBusy.args = { busy: true }\n\nexport { Busy, Default }\n\n// eslint-disable-next-line import/no-default-export\nexport default StorybookEntry\n"],"mappings":"AAckG;AAZlG,SAAS,0BAAmD;AAE5D,MAAM,iBAAiB;AAAA,EACrB,WAAW;AAAA,EACX,YAAY;AAAA,IACV,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AAAA,EACA,OAAO;AACT;AAEA,MAAM,oBAAwD,CAAC,UAAmC,oBAAC,sBAAoB,GAAG,OAAO;AAEjI,MAAM,UAAU,kBAAkB,KAAK,CAAC,CAAC;AACzC,MAAM,OAAO,kBAAkB,KAAK,CAAC,CAAC;AACtC,KAAK,OAAO,EAAE,MAAM,KAAK;AAKzB,IAAO,qCAAQ;","names":[]}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { XyoBusy } from "../XyoBusy";
|
|
3
|
+
const StorybookEntry = {
|
|
4
|
+
component: XyoBusy,
|
|
5
|
+
parameters: {
|
|
6
|
+
docs: {
|
|
7
|
+
page: null
|
|
8
|
+
}
|
|
9
|
+
},
|
|
10
|
+
title: "Badge/XyoBusy"
|
|
11
|
+
};
|
|
12
|
+
const TemplateContainer = (props) => /* @__PURE__ */ jsx(XyoBusy, { ...props });
|
|
13
|
+
const Default = TemplateContainer.bind({});
|
|
14
|
+
const Busy = TemplateContainer.bind({});
|
|
15
|
+
Busy.args = { busy: true };
|
|
16
|
+
var XyoBusy_stories_default = StorybookEntry;
|
|
17
|
+
export {
|
|
18
|
+
Busy,
|
|
19
|
+
Default,
|
|
20
|
+
XyoBusy_stories_default as default
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=XyoBusy.stories.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../src/components/stories/XyoBusy.stories.tsx"],"sourcesContent":["import { Meta, StoryFn } from '@storybook/react'\n\nimport { XyoBusy, XyoBusyProps } from '../XyoBusy'\n\nconst StorybookEntry = {\n component: XyoBusy,\n parameters: {\n docs: {\n page: null,\n },\n },\n title: 'Badge/XyoBusy',\n} as Meta<typeof XyoBusy>\n\nconst TemplateContainer: StoryFn<typeof XyoBusy> = (props: XyoBusyProps) => <XyoBusy {...props} />\n\nconst Default = TemplateContainer.bind({})\nconst Busy = TemplateContainer.bind({})\nBusy.args = { busy: true }\n\nexport { Busy, Default }\n\n// eslint-disable-next-line import/no-default-export\nexport default StorybookEntry\n"],"mappings":"AAc4E;AAZ5E,SAAS,eAA6B;AAEtC,MAAM,iBAAiB;AAAA,EACrB,WAAW;AAAA,EACX,YAAY;AAAA,IACV,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AAAA,EACA,OAAO;AACT;AAEA,MAAM,oBAA6C,CAAC,UAAwB,oBAAC,WAAS,GAAG,OAAO;AAEhG,MAAM,UAAU,kBAAkB,KAAK,CAAC,CAAC;AACzC,MAAM,OAAO,kBAAkB,KAAK,CAAC,CAAC;AACtC,KAAK,OAAO,EAAE,MAAM,KAAK;AAKzB,IAAO,0BAAQ;","names":[]}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
var $schema = "https://raw.githubusercontent.com/XYOracleNetwork/sdk-xyo-client-js/569095963dfba73a9d48fb17ea137a433b30f4e7/packages/manifest/src/schema.json";
|
|
2
|
+
var nodes = [
|
|
3
|
+
{
|
|
4
|
+
config: {
|
|
5
|
+
accountPath: "0'",
|
|
6
|
+
name: "SimpleMemoryDapp",
|
|
7
|
+
schema: "network.xyo.node.config"
|
|
8
|
+
},
|
|
9
|
+
modules: {
|
|
10
|
+
private: [
|
|
11
|
+
{
|
|
12
|
+
config: {
|
|
13
|
+
accountPath: "1'",
|
|
14
|
+
language: "javascript",
|
|
15
|
+
name: "ScratchArchivist",
|
|
16
|
+
schema: "network.xyo.archivist.config"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
public: [
|
|
21
|
+
{
|
|
22
|
+
config: {
|
|
23
|
+
accountPath: "2'",
|
|
24
|
+
language: "javascript",
|
|
25
|
+
name: "SimpleArchivist",
|
|
26
|
+
schema: "network.xyo.archivist.config"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
config: {
|
|
31
|
+
accountPath: "3'",
|
|
32
|
+
language: "javascript",
|
|
33
|
+
name: "SimpleSentinel",
|
|
34
|
+
schema: "network.xyo.sentinel.config"
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
config: {
|
|
39
|
+
accountPath: "4'",
|
|
40
|
+
language: "javascript",
|
|
41
|
+
name: "SimpleHttpBridge",
|
|
42
|
+
nodeUrl: "https://beta.api.archivist.xyo.network",
|
|
43
|
+
schema: "network.xyo.bridge.http.config"
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
];
|
|
50
|
+
var schema = "network.xyo.manifest";
|
|
51
|
+
var simple_node_inline_manifest_default = {
|
|
52
|
+
$schema,
|
|
53
|
+
nodes,
|
|
54
|
+
schema
|
|
55
|
+
};
|
|
56
|
+
export {
|
|
57
|
+
$schema,
|
|
58
|
+
simple_node_inline_manifest_default as default,
|
|
59
|
+
nodes,
|
|
60
|
+
schema
|
|
61
|
+
};
|
|
62
|
+
//# sourceMappingURL=simple-node-inline-manifest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../src/components/stories/simple-node-inline-manifest.json"],"sourcesContent":["{\n \"$schema\": \"https://raw.githubusercontent.com/XYOracleNetwork/sdk-xyo-client-js/569095963dfba73a9d48fb17ea137a433b30f4e7/packages/manifest/src/schema.json\",\n \"nodes\": [\n {\n \"config\": {\n \"accountPath\": \"0'\",\n \"name\": \"SimpleMemoryDapp\",\n \"schema\": \"network.xyo.node.config\"\n },\n \"modules\": {\n \"private\": [\n {\n \"config\": {\n \"accountPath\": \"1'\",\n \"language\": \"javascript\",\n \"name\": \"ScratchArchivist\",\n \"schema\": \"network.xyo.archivist.config\"\n }\n }\n ],\n \"public\": [\n {\n \"config\": {\n \"accountPath\": \"2'\",\n \"language\": \"javascript\",\n \"name\": \"SimpleArchivist\",\n \"schema\": \"network.xyo.archivist.config\"\n }\n },\n {\n \"config\": {\n \"accountPath\": \"3'\",\n \"language\": \"javascript\",\n \"name\": \"SimpleSentinel\",\n \"schema\": \"network.xyo.sentinel.config\"\n }\n },\n {\n \"config\": {\n \"accountPath\": \"4'\",\n \"language\": \"javascript\",\n \"name\": \"SimpleHttpBridge\",\n \"nodeUrl\": \"https://beta.api.archivist.xyo.network\",\n \"schema\": \"network.xyo.bridge.http.config\"\n }\n }\n ]\n }\n }\n ],\n \"schema\": \"network.xyo.manifest\"\n}"],"mappings":"AACE,cAAW;AACX,YAAS;AAAA,EACP;AAAA,IACE,QAAU;AAAA,MACR,aAAe;AAAA,MACf,MAAQ;AAAA,MACR,QAAU;AAAA,IACZ;AAAA,IACA,SAAW;AAAA,MACT,SAAW;AAAA,QACT;AAAA,UACE,QAAU;AAAA,YACR,aAAe;AAAA,YACf,UAAY;AAAA,YACZ,MAAQ;AAAA,YACR,QAAU;AAAA,UACZ;AAAA,QACF;AAAA,MACF;AAAA,MACA,QAAU;AAAA,QACR;AAAA,UACE,QAAU;AAAA,YACR,aAAe;AAAA,YACf,UAAY;AAAA,YACZ,MAAQ;AAAA,YACR,QAAU;AAAA,UACZ;AAAA,QACF;AAAA,QACA;AAAA,UACE,QAAU;AAAA,YACR,aAAe;AAAA,YACf,UAAY;AAAA,YACZ,MAAQ;AAAA,YACR,QAAU;AAAA,UACZ;AAAA,QACF;AAAA,QACA;AAAA,UACE,QAAU;AAAA,YACR,aAAe;AAAA,YACf,UAAY;AAAA,YACZ,MAAQ;AAAA,YACR,SAAW;AAAA,YACX,QAAU;AAAA,UACZ;AAAA,QACF;AAAA,MACF;AAAA,IACF;AAAA,EACF;AACF;AACA,aAAU;AAlDZ;AAAA,EACE;AAAA,EACA;AAAA,EAgDA;AACF;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/img/index.ts"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,sBAAsB,CAAA;AAC/C,OAAO,gBAAgB,MAAM,gCAAgC,CAAA;AAE7D,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/img/index.ts"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,sBAAsB,CAAA;AAC/C,OAAO,gBAAgB,MAAM,gCAAgC,CAAA;AAE7D,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/img/index.ts"],"sourcesContent":["import xyoColorLogo from './xyo-color-logo.svg'\nimport xyoColorLogoText from './xyo-color-logo-text-only.svg'\n\nexport { xyoColorLogo, xyoColorLogoText }\n"],"mappings":"AAAA,OAAO,kBAAkB;AACzB,OAAO,sBAAsB;","names":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from './components'\n"],"mappings":"AAAA,cAAc;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=images.d.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ArchivistInstance } from '@xyo-network/archivist-model';
|
|
3
|
+
import { ModuleSummaryProps } from './ModuleSummary';
|
|
4
|
+
export declare const ArchivistSummary: React.FC<ModuleSummaryProps<ArchivistInstance>>;
|
|
5
|
+
//# sourceMappingURL=ArchivistSummary.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ArchivistSummary.d.ts","sourceRoot":"","sources":["../../../src/components/ArchivistSummary.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAEhE,OAAO,EAAiB,kBAAkB,EAAE,MAAM,iBAAiB,CAAA;AAEnE,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAAC,iBAAiB,CAAC,CAE5E,CAAA"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ArchivistInstance } from '@xyo-network/archivist-model';
|
|
3
|
+
import { ModuleSummaryProps } from './ModuleSummary';
|
|
4
|
+
export declare const ArchivistSummary: React.FC<ModuleSummaryProps<ArchivistInstance>>;
|
|
5
|
+
//# sourceMappingURL=ArchivistSummary.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ArchivistSummary.d.ts","sourceRoot":"","sources":["../../../src/components/ArchivistSummary.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAEhE,OAAO,EAAiB,kBAAkB,EAAE,MAAM,iBAAiB,CAAA;AAEnE,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAAC,iBAAiB,CAAC,CAE5E,CAAA"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var ArchivistSummary_exports = {};
|
|
20
|
+
__export(ArchivistSummary_exports, {
|
|
21
|
+
ArchivistSummary: () => ArchivistSummary
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(ArchivistSummary_exports);
|
|
24
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
+
var import_icons_material = require("@mui/icons-material");
|
|
26
|
+
var import_ModuleSummary = require("./ModuleSummary");
|
|
27
|
+
const ArchivistSummary = ({ module: module2, ...props }) => {
|
|
28
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_ModuleSummary.ModuleSummary, { module: module2, icon: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_icons_material.Inventory2Rounded, {}), ...props });
|
|
29
|
+
};
|
|
30
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
31
|
+
0 && (module.exports = {
|
|
32
|
+
ArchivistSummary
|
|
33
|
+
});
|
|
34
|
+
//# sourceMappingURL=ArchivistSummary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/components/ArchivistSummary.tsx"],"sourcesContent":["import { Inventory2Rounded as Inventory2RoundedIcon } from '@mui/icons-material'\nimport { ArchivistInstance } from '@xyo-network/archivist-model'\n\nimport { ModuleSummary, ModuleSummaryProps } from './ModuleSummary'\n\nexport const ArchivistSummary: React.FC<ModuleSummaryProps<ArchivistInstance>> = ({ module, ...props }) => {\n return <ModuleSummary module={module} icon={<Inventory2RoundedIcon />} {...props} />\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAM8C;AAN9C,4BAA2D;AAG3D,2BAAkD;AAE3C,MAAM,mBAAoE,CAAC,EAAE,QAAAA,SAAQ,GAAG,MAAM,MAAM;AACzG,SAAO,4CAAC,sCAAc,QAAQA,SAAQ,MAAM,4CAAC,sBAAAC,mBAAA,EAAsB,GAAK,GAAG,OAAO;AACpF;","names":["module","Inventory2RoundedIcon"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { Inventory2Rounded as Inventory2RoundedIcon } from "@mui/icons-material";
|
|
3
|
+
import { ModuleSummary } from "./ModuleSummary";
|
|
4
|
+
const ArchivistSummary = ({ module, ...props }) => {
|
|
5
|
+
return /* @__PURE__ */ jsx(ModuleSummary, { module, icon: /* @__PURE__ */ jsx(Inventory2RoundedIcon, {}), ...props });
|
|
6
|
+
};
|
|
7
|
+
export {
|
|
8
|
+
ArchivistSummary
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=ArchivistSummary.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/components/ArchivistSummary.tsx"],"sourcesContent":["import { Inventory2Rounded as Inventory2RoundedIcon } from '@mui/icons-material'\nimport { ArchivistInstance } from '@xyo-network/archivist-model'\n\nimport { ModuleSummary, ModuleSummaryProps } from './ModuleSummary'\n\nexport const ArchivistSummary: React.FC<ModuleSummaryProps<ArchivistInstance>> = ({ module, ...props }) => {\n return <ModuleSummary module={module} icon={<Inventory2RoundedIcon />} {...props} />\n}\n"],"mappings":"AAM8C;AAN9C,SAAS,qBAAqB,6BAA6B;AAG3D,SAAS,qBAAyC;AAE3C,MAAM,mBAAoE,CAAC,EAAE,QAAQ,GAAG,MAAM,MAAM;AACzG,SAAO,oBAAC,iBAAc,QAAgB,MAAM,oBAAC,yBAAsB,GAAK,GAAG,OAAO;AACpF;","names":[]}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { BridgeInstance } from '@xyo-network/bridge-model';
|
|
3
|
+
import { ModuleSummaryProps } from './ModuleSummary';
|
|
4
|
+
export declare const BridgeSummary: React.FC<ModuleSummaryProps<BridgeInstance>>;
|
|
5
|
+
//# sourceMappingURL=BridgeSummary.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BridgeSummary.d.ts","sourceRoot":"","sources":["../../../src/components/BridgeSummary.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAE1D,OAAO,EAAiB,kBAAkB,EAAE,MAAM,iBAAiB,CAAA;AAEnE,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAAC,cAAc,CAAC,CAEtE,CAAA"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { BridgeInstance } from '@xyo-network/bridge-model';
|
|
3
|
+
import { ModuleSummaryProps } from './ModuleSummary';
|
|
4
|
+
export declare const BridgeSummary: React.FC<ModuleSummaryProps<BridgeInstance>>;
|
|
5
|
+
//# sourceMappingURL=BridgeSummary.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BridgeSummary.d.ts","sourceRoot":"","sources":["../../../src/components/BridgeSummary.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAE1D,OAAO,EAAiB,kBAAkB,EAAE,MAAM,iBAAiB,CAAA;AAEnE,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAAC,cAAc,CAAC,CAEtE,CAAA"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var BridgeSummary_exports = {};
|
|
20
|
+
__export(BridgeSummary_exports, {
|
|
21
|
+
BridgeSummary: () => BridgeSummary
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(BridgeSummary_exports);
|
|
24
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
+
var import_icons_material = require("@mui/icons-material");
|
|
26
|
+
var import_ModuleSummary = require("./ModuleSummary");
|
|
27
|
+
const BridgeSummary = ({ module: module2, ...props }) => {
|
|
28
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_ModuleSummary.ModuleSummary, { module: module2, icon: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_icons_material.InsertLinkRounded, {}), ...props });
|
|
29
|
+
};
|
|
30
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
31
|
+
0 && (module.exports = {
|
|
32
|
+
BridgeSummary
|
|
33
|
+
});
|
|
34
|
+
//# sourceMappingURL=BridgeSummary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/components/BridgeSummary.tsx"],"sourcesContent":["import { InsertLinkRounded as InsertLinkRoundedIcon } from '@mui/icons-material'\nimport { BridgeInstance } from '@xyo-network/bridge-model'\n\nimport { ModuleSummary, ModuleSummaryProps } from './ModuleSummary'\n\nexport const BridgeSummary: React.FC<ModuleSummaryProps<BridgeInstance>> = ({ module, ...props }) => {\n return <ModuleSummary module={module} icon={<InsertLinkRoundedIcon />} {...props}></ModuleSummary>\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAM8C;AAN9C,4BAA2D;AAG3D,2BAAkD;AAE3C,MAAM,gBAA8D,CAAC,EAAE,QAAAA,SAAQ,GAAG,MAAM,MAAM;AACnG,SAAO,4CAAC,sCAAc,QAAQA,SAAQ,MAAM,4CAAC,sBAAAC,mBAAA,EAAsB,GAAK,GAAG,OAAO;AACpF;","names":["module","InsertLinkRoundedIcon"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { InsertLinkRounded as InsertLinkRoundedIcon } from "@mui/icons-material";
|
|
3
|
+
import { ModuleSummary } from "./ModuleSummary";
|
|
4
|
+
const BridgeSummary = ({ module, ...props }) => {
|
|
5
|
+
return /* @__PURE__ */ jsx(ModuleSummary, { module, icon: /* @__PURE__ */ jsx(InsertLinkRoundedIcon, {}), ...props });
|
|
6
|
+
};
|
|
7
|
+
export {
|
|
8
|
+
BridgeSummary
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=BridgeSummary.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/components/BridgeSummary.tsx"],"sourcesContent":["import { InsertLinkRounded as InsertLinkRoundedIcon } from '@mui/icons-material'\nimport { BridgeInstance } from '@xyo-network/bridge-model'\n\nimport { ModuleSummary, ModuleSummaryProps } from './ModuleSummary'\n\nexport const BridgeSummary: React.FC<ModuleSummaryProps<BridgeInstance>> = ({ module, ...props }) => {\n return <ModuleSummary module={module} icon={<InsertLinkRoundedIcon />} {...props}></ModuleSummary>\n}\n"],"mappings":"AAM8C;AAN9C,SAAS,qBAAqB,6BAA6B;AAG3D,SAAS,qBAAyC;AAE3C,MAAM,gBAA8D,CAAC,EAAE,QAAQ,GAAG,MAAM,MAAM;AACnG,SAAO,oBAAC,iBAAc,QAAgB,MAAM,oBAAC,yBAAsB,GAAK,GAAG,OAAO;AACpF;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DebugDialog.d.ts","sourceRoot":"","sources":["../../../src/components/DebugDialog.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAgD,WAAW,EAAe,MAAM,eAAe,CAAA;AAItG,MAAM,WAAW,gBAAiB,SAAQ,WAAW;CAAG;AAExD,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAYlD,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DebugDialog.d.ts","sourceRoot":"","sources":["../../../src/components/DebugDialog.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAgD,WAAW,EAAe,MAAM,eAAe,CAAA;AAItG,MAAM,WAAW,gBAAiB,SAAQ,WAAW;CAAG;AAExD,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAYlD,CAAA"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var DebugDialog_exports = {};
|
|
20
|
+
__export(DebugDialog_exports, {
|
|
21
|
+
DebugDialog: () => DebugDialog
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(DebugDialog_exports);
|
|
24
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
+
var import_material = require("@mui/material");
|
|
26
|
+
var import_NodeDetails = require("./NodeDetails");
|
|
27
|
+
const DebugDialog = ({ onClose, ...props }) => {
|
|
28
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_material.Dialog, { ...props, children: [
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_material.DialogTitle, { children: "Xyo Module Viewer" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_material.DialogContent, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_NodeDetails.NodeDetails, { width: "100%" }) }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_material.DialogActions, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_material.Button, { onClick: (event) => onClose?.(event, "backdropClick"), children: "Close" }) })
|
|
32
|
+
] });
|
|
33
|
+
};
|
|
34
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
35
|
+
0 && (module.exports = {
|
|
36
|
+
DebugDialog
|
|
37
|
+
});
|
|
38
|
+
//# sourceMappingURL=DebugDialog.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/components/DebugDialog.tsx"],"sourcesContent":["import { Button, Dialog, DialogActions, DialogContent, DialogProps, DialogTitle } from '@mui/material'\n\nimport { NodeDetails } from './NodeDetails'\n\nexport interface DebugDialogProps extends DialogProps {}\n\nexport const DebugDialog: React.FC<DebugDialogProps> = ({ onClose, ...props }) => {\n return (\n <Dialog {...props}>\n <DialogTitle>Xyo Module Viewer</DialogTitle>\n <DialogContent>\n <NodeDetails width=\"100%\" />\n </DialogContent>\n <DialogActions>\n <Button onClick={(event) => onClose?.(event, 'backdropClick')}>Close</Button>\n </DialogActions>\n </Dialog>\n )\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAQI;AARJ,sBAAuF;AAEvF,yBAA4B;AAIrB,MAAM,cAA0C,CAAC,EAAE,SAAS,GAAG,MAAM,MAAM;AAChF,SACE,6CAAC,0BAAQ,GAAG,OACV;AAAA,gDAAC,+BAAY,+BAAiB;AAAA,IAC9B,4CAAC,iCACC,sDAAC,kCAAY,OAAM,QAAO,GAC5B;AAAA,IACA,4CAAC,iCACC,sDAAC,0BAAO,SAAS,CAAC,UAAU,UAAU,OAAO,eAAe,GAAG,mBAAK,GACtE;AAAA,KACF;AAEJ;","names":[]}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { Button, Dialog, DialogActions, DialogContent, DialogTitle } from "@mui/material";
|
|
3
|
+
import { NodeDetails } from "./NodeDetails";
|
|
4
|
+
const DebugDialog = ({ onClose, ...props }) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs(Dialog, { ...props, children: [
|
|
6
|
+
/* @__PURE__ */ jsx(DialogTitle, { children: "Xyo Module Viewer" }),
|
|
7
|
+
/* @__PURE__ */ jsx(DialogContent, { children: /* @__PURE__ */ jsx(NodeDetails, { width: "100%" }) }),
|
|
8
|
+
/* @__PURE__ */ jsx(DialogActions, { children: /* @__PURE__ */ jsx(Button, { onClick: (event) => onClose?.(event, "backdropClick"), children: "Close" }) })
|
|
9
|
+
] });
|
|
10
|
+
};
|
|
11
|
+
export {
|
|
12
|
+
DebugDialog
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=DebugDialog.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/components/DebugDialog.tsx"],"sourcesContent":["import { Button, Dialog, DialogActions, DialogContent, DialogProps, DialogTitle } from '@mui/material'\n\nimport { NodeDetails } from './NodeDetails'\n\nexport interface DebugDialogProps extends DialogProps {}\n\nexport const DebugDialog: React.FC<DebugDialogProps> = ({ onClose, ...props }) => {\n return (\n <Dialog {...props}>\n <DialogTitle>Xyo Module Viewer</DialogTitle>\n <DialogContent>\n <NodeDetails width=\"100%\" />\n </DialogContent>\n <DialogActions>\n <Button onClick={(event) => onClose?.(event, 'backdropClick')}>Close</Button>\n </DialogActions>\n </Dialog>\n )\n}\n"],"mappings":"AAQI,SACE,KADF;AARJ,SAAS,QAAQ,QAAQ,eAAe,eAA4B,mBAAmB;AAEvF,SAAS,mBAAmB;AAIrB,MAAM,cAA0C,CAAC,EAAE,SAAS,GAAG,MAAM,MAAM;AAChF,SACE,qBAAC,UAAQ,GAAG,OACV;AAAA,wBAAC,eAAY,+BAAiB;AAAA,IAC9B,oBAAC,iBACC,8BAAC,eAAY,OAAM,QAAO,GAC5B;AAAA,IACA,oBAAC,iBACC,8BAAC,UAAO,SAAS,CAAC,UAAU,UAAU,OAAO,eAAe,GAAG,mBAAK,GACtE;AAAA,KACF;AAEJ;","names":[]}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { DivinerInstance } from '@xyo-network/diviner-model';
|
|
3
|
+
import { ModuleSummaryProps } from './ModuleSummary';
|
|
4
|
+
export declare const DivinerSummary: React.FC<ModuleSummaryProps<DivinerInstance>>;
|
|
5
|
+
//# sourceMappingURL=DivinerSummary.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DivinerSummary.d.ts","sourceRoot":"","sources":["../../../src/components/DivinerSummary.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAE5D,OAAO,EAAiB,kBAAkB,EAAE,MAAM,iBAAiB,CAAA;AAEnE,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAAC,eAAe,CAAC,CAExE,CAAA"}
|