@dxos/plugin-explorer 0.6.12-main.ed7cda7 → 0.6.12-staging.0b4bb48
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/lib/browser/{chunk-DOI4BI5E.mjs → chunk-JIDPF2GF.mjs} +2 -2
- package/dist/lib/browser/{chunk-5OVYH5FD.mjs → chunk-TL6ADY3P.mjs} +5 -2
- package/dist/lib/browser/chunk-TL6ADY3P.mjs.map +7 -0
- package/dist/lib/browser/index.mjs +7 -4
- package/dist/lib/browser/index.mjs.map +3 -3
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/meta.mjs +1 -1
- package/dist/lib/browser/types/index.mjs +2 -2
- package/dist/lib/node/{chunk-OJOGTJXQ.cjs → chunk-HYXFS3AG.cjs} +6 -6
- package/dist/lib/node/{chunk-BODO2FF3.cjs → chunk-UJZYAOD2.cjs} +18 -5
- package/dist/lib/node/chunk-UJZYAOD2.cjs.map +7 -0
- package/dist/lib/node/index.cjs +31 -28
- package/dist/lib/node/index.cjs.map +3 -3
- package/dist/lib/node/meta.cjs +3 -3
- package/dist/lib/node/meta.cjs.map +1 -1
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/types/index.cjs +4 -4
- package/dist/lib/node/types/index.cjs.map +1 -1
- package/dist/types/src/ExplorerPlugin.d.ts.map +1 -1
- package/dist/types/src/meta.d.ts +4 -1
- package/dist/types/src/meta.d.ts.map +1 -1
- package/package.json +28 -31
- package/src/ExplorerPlugin.tsx +5 -2
- package/src/meta.tsx +5 -1
- package/dist/lib/browser/chunk-5OVYH5FD.mjs.map +0 -7
- package/dist/lib/node/chunk-BODO2FF3.cjs.map +0 -7
- package/dist/lib/node-esm/ExplorerArticle-NJ7EHCBX.mjs +0 -28
- package/dist/lib/node-esm/ExplorerArticle-NJ7EHCBX.mjs.map +0 -7
- package/dist/lib/node-esm/ExplorerMain-O7X6HTMU.mjs +0 -34
- package/dist/lib/node-esm/ExplorerMain-O7X6HTMU.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-2A6TYAA2.mjs +0 -28
- package/dist/lib/node-esm/chunk-2A6TYAA2.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-NSJKKBIS.mjs +0 -476
- package/dist/lib/node-esm/chunk-NSJKKBIS.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-ZYRYGGWK.mjs +0 -20
- package/dist/lib/node-esm/chunk-ZYRYGGWK.mjs.map +0 -7
- package/dist/lib/node-esm/index.mjs +0 -10995
- package/dist/lib/node-esm/index.mjs.map +0 -7
- package/dist/lib/node-esm/meta.json +0 -1
- package/dist/lib/node-esm/meta.mjs +0 -10
- package/dist/lib/node-esm/meta.mjs.map +0 -7
- package/dist/lib/node-esm/types/index.mjs +0 -11
- package/dist/lib/node-esm/types/index.mjs.map +0 -7
- /package/dist/lib/browser/{chunk-DOI4BI5E.mjs.map → chunk-JIDPF2GF.mjs.map} +0 -0
- /package/dist/lib/node/{chunk-OJOGTJXQ.cjs.map → chunk-HYXFS3AG.cjs.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
EXPLORER_PLUGIN
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-TL6ADY3P.mjs";
|
|
4
4
|
|
|
5
5
|
// packages/plugins/experimental/plugin-explorer/src/types/view.ts
|
|
6
6
|
import { S, TypedObject } from "@dxos/echo-schema";
|
|
@@ -24,4 +24,4 @@ export {
|
|
|
24
24
|
ViewType,
|
|
25
25
|
ExplorerAction
|
|
26
26
|
};
|
|
27
|
-
//# sourceMappingURL=chunk-
|
|
27
|
+
//# sourceMappingURL=chunk-JIDPF2GF.mjs.map
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
// packages/plugins/experimental/plugin-explorer/src/meta.tsx
|
|
2
|
+
import { Graph } from "@phosphor-icons/react";
|
|
3
|
+
import React from "react";
|
|
2
4
|
import { pluginMeta } from "@dxos/app-framework";
|
|
3
5
|
var EXPLORER_PLUGIN = "dxos.org/plugin/explorer";
|
|
4
6
|
var meta_default = pluginMeta({
|
|
@@ -8,11 +10,12 @@ var meta_default = pluginMeta({
|
|
|
8
10
|
tags: [
|
|
9
11
|
"experimental"
|
|
10
12
|
],
|
|
11
|
-
|
|
13
|
+
iconComponent: (props) => /* @__PURE__ */ React.createElement(Graph, props),
|
|
14
|
+
iconSymbol: "ph--graph--regular"
|
|
12
15
|
});
|
|
13
16
|
|
|
14
17
|
export {
|
|
15
18
|
EXPLORER_PLUGIN,
|
|
16
19
|
meta_default
|
|
17
20
|
};
|
|
18
|
-
//# sourceMappingURL=chunk-
|
|
21
|
+
//# sourceMappingURL=chunk-TL6ADY3P.mjs.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/meta.tsx"],
|
|
4
|
+
"sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport { Graph, type IconProps } from '@phosphor-icons/react';\nimport React from 'react';\n\nimport { pluginMeta } from '@dxos/app-framework';\n\nexport const EXPLORER_PLUGIN = 'dxos.org/plugin/explorer';\n\nexport default pluginMeta({\n id: EXPLORER_PLUGIN,\n name: 'Explorer',\n description: 'Explore the ECHO hypergraph.',\n tags: ['experimental'],\n iconComponent: (props: IconProps) => <Graph {...props} />,\n iconSymbol: 'ph--graph--regular',\n});\n"],
|
|
5
|
+
"mappings": ";AAIA,SAASA,aAA6B;AACtC,OAAOC,WAAW;AAElB,SAASC,kBAAkB;AAEpB,IAAMC,kBAAkB;AAE/B,IAAA,eAAeC,WAAW;EACxBC,IAAIF;EACJG,MAAM;EACNC,aAAa;EACbC,MAAM;IAAC;;EACPC,eAAe,CAACC,UAAqB,sBAAA,cAACC,OAAUD,KAAAA;EAChDE,YAAY;AACd,CAAA;",
|
|
6
|
+
"names": ["Graph", "React", "pluginMeta", "EXPLORER_PLUGIN", "pluginMeta", "id", "name", "description", "tags", "iconComponent", "props", "Graph", "iconSymbol"]
|
|
7
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ExplorerAction,
|
|
3
3
|
ViewType
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-JIDPF2GF.mjs";
|
|
5
5
|
import {
|
|
6
6
|
EXPLORER_PLUGIN,
|
|
7
7
|
meta_default
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-TL6ADY3P.mjs";
|
|
9
9
|
import {
|
|
10
10
|
Graph,
|
|
11
11
|
SpaceGraphModel,
|
|
@@ -14,6 +14,7 @@ import {
|
|
|
14
14
|
} from "./chunk-XKITKIPQ.mjs";
|
|
15
15
|
|
|
16
16
|
// packages/plugins/experimental/plugin-explorer/src/ExplorerPlugin.tsx
|
|
17
|
+
import { Graph as Graph2 } from "@phosphor-icons/react";
|
|
17
18
|
import React4 from "react";
|
|
18
19
|
import { NavigationAction, parseIntentPlugin, resolvePlugin } from "@dxos/app-framework";
|
|
19
20
|
import { parseClientPlugin } from "@dxos/plugin-client";
|
|
@@ -10878,7 +10879,8 @@ var ExplorerPlugin = () => {
|
|
|
10878
10879
|
ns: EXPLORER_PLUGIN
|
|
10879
10880
|
}
|
|
10880
10881
|
],
|
|
10881
|
-
icon:
|
|
10882
|
+
icon: (props) => /* @__PURE__ */ React4.createElement(Graph2, props),
|
|
10883
|
+
iconSymbol: "ph--graph--regular"
|
|
10882
10884
|
}
|
|
10883
10885
|
}
|
|
10884
10886
|
},
|
|
@@ -10934,7 +10936,8 @@ var ExplorerPlugin = () => {
|
|
|
10934
10936
|
ns: EXPLORER_PLUGIN
|
|
10935
10937
|
}
|
|
10936
10938
|
],
|
|
10937
|
-
icon:
|
|
10939
|
+
icon: (props) => /* @__PURE__ */ React4.createElement(Graph2, props),
|
|
10940
|
+
iconSymbol: "ph--graph--regular",
|
|
10938
10941
|
testId: "explorerPlugin.createObject"
|
|
10939
10942
|
}
|
|
10940
10943
|
}
|