@dxos/plugin-explorer 0.6.12-main.5cc132e → 0.6.12-main.78ddbdf
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/{node-esm/chunk-TL6ADY3P.mjs → browser/chunk-5OVYH5FD.mjs} +2 -5
- package/dist/lib/browser/chunk-5OVYH5FD.mjs.map +7 -0
- package/dist/lib/browser/{chunk-JIDPF2GF.mjs → chunk-DOI4BI5E.mjs} +2 -2
- package/dist/lib/browser/index.mjs +4 -7
- 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-UJZYAOD2.cjs → chunk-BODO2FF3.cjs} +5 -18
- package/dist/lib/node/chunk-BODO2FF3.cjs.map +7 -0
- package/dist/lib/node/{chunk-HYXFS3AG.cjs → chunk-OJOGTJXQ.cjs} +6 -6
- package/dist/lib/node/index.cjs +28 -31
- 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/lib/node-esm/{ExplorerArticle-2LF7QANN.mjs → ExplorerArticle-NJ7EHCBX.mjs} +3 -2
- package/dist/lib/node-esm/{ExplorerArticle-2LF7QANN.mjs.map → ExplorerArticle-NJ7EHCBX.mjs.map} +1 -1
- package/dist/lib/node-esm/{ExplorerMain-K6Z6UVZR.mjs → ExplorerMain-O7X6HTMU.mjs} +3 -2
- package/dist/lib/node-esm/{ExplorerMain-K6Z6UVZR.mjs.map → ExplorerMain-O7X6HTMU.mjs.map} +1 -1
- package/dist/lib/node-esm/{chunk-JIDPF2GF.mjs → chunk-2A6TYAA2.mjs} +3 -2
- package/dist/lib/node-esm/{chunk-JIDPF2GF.mjs.map → chunk-2A6TYAA2.mjs.map} +1 -1
- package/dist/lib/node-esm/{chunk-XKITKIPQ.mjs → chunk-NSJKKBIS.mjs} +3 -1
- package/dist/lib/node-esm/{chunk-XKITKIPQ.mjs.map → chunk-NSJKKBIS.mjs.map} +1 -1
- package/dist/lib/{browser/chunk-TL6ADY3P.mjs → node-esm/chunk-ZYRYGGWK.mjs} +4 -5
- package/dist/lib/node-esm/chunk-ZYRYGGWK.mjs.map +7 -0
- package/dist/lib/node-esm/index.mjs +8 -10
- package/dist/lib/node-esm/index.mjs.map +3 -3
- package/dist/lib/node-esm/meta.json +1 -1
- package/dist/lib/node-esm/meta.mjs +2 -1
- package/dist/lib/node-esm/types/index.mjs +3 -2
- package/dist/types/src/ExplorerPlugin.d.ts.map +1 -1
- package/dist/types/src/meta.d.ts +1 -4
- package/dist/types/src/meta.d.ts.map +1 -1
- package/package.json +24 -24
- package/src/ExplorerPlugin.tsx +2 -5
- package/src/meta.tsx +1 -5
- package/dist/lib/browser/chunk-TL6ADY3P.mjs.map +0 -7
- package/dist/lib/node/chunk-UJZYAOD2.cjs.map +0 -7
- package/dist/lib/node-esm/chunk-TL6ADY3P.mjs.map +0 -7
- /package/dist/lib/browser/{chunk-JIDPF2GF.mjs.map → chunk-DOI4BI5E.mjs.map} +0 -0
- /package/dist/lib/node/{chunk-HYXFS3AG.cjs.map → chunk-OJOGTJXQ.cjs.map} +0 -0
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
// packages/plugins/experimental/plugin-explorer/src/meta.tsx
|
|
2
|
-
import { Graph } from "@phosphor-icons/react";
|
|
3
|
-
import React from "react";
|
|
4
2
|
import { pluginMeta } from "@dxos/app-framework";
|
|
5
3
|
var EXPLORER_PLUGIN = "dxos.org/plugin/explorer";
|
|
6
4
|
var meta_default = pluginMeta({
|
|
@@ -10,12 +8,11 @@ var meta_default = pluginMeta({
|
|
|
10
8
|
tags: [
|
|
11
9
|
"experimental"
|
|
12
10
|
],
|
|
13
|
-
|
|
14
|
-
iconSymbol: "ph--graph--regular"
|
|
11
|
+
icon: "ph--graph--regular"
|
|
15
12
|
});
|
|
16
13
|
|
|
17
14
|
export {
|
|
18
15
|
EXPLORER_PLUGIN,
|
|
19
16
|
meta_default
|
|
20
17
|
};
|
|
21
|
-
//# sourceMappingURL=chunk-
|
|
18
|
+
//# sourceMappingURL=chunk-5OVYH5FD.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 { 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 icon: 'ph--graph--regular',\n});\n"],
|
|
5
|
+
"mappings": ";AAIA,SAASA,kBAAkB;AAEpB,IAAMC,kBAAkB;AAE/B,IAAA,eAAeC,WAAW;EACxBC,IAAIF;EACJG,MAAM;EACNC,aAAa;EACbC,MAAM;IAAC;;EACPC,MAAM;AACR,CAAA;",
|
|
6
|
+
"names": ["pluginMeta", "EXPLORER_PLUGIN", "pluginMeta", "id", "name", "description", "tags", "icon"]
|
|
7
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
EXPLORER_PLUGIN
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-5OVYH5FD.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-DOI4BI5E.mjs.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ExplorerAction,
|
|
3
3
|
ViewType
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-DOI4BI5E.mjs";
|
|
5
5
|
import {
|
|
6
6
|
EXPLORER_PLUGIN,
|
|
7
7
|
meta_default
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-5OVYH5FD.mjs";
|
|
9
9
|
import {
|
|
10
10
|
Graph,
|
|
11
11
|
SpaceGraphModel,
|
|
@@ -14,7 +14,6 @@ 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";
|
|
18
17
|
import React4 from "react";
|
|
19
18
|
import { NavigationAction, parseIntentPlugin, resolvePlugin } from "@dxos/app-framework";
|
|
20
19
|
import { parseClientPlugin } from "@dxos/plugin-client";
|
|
@@ -10879,8 +10878,7 @@ var ExplorerPlugin = () => {
|
|
|
10879
10878
|
ns: EXPLORER_PLUGIN
|
|
10880
10879
|
}
|
|
10881
10880
|
],
|
|
10882
|
-
icon:
|
|
10883
|
-
iconSymbol: "ph--graph--regular"
|
|
10881
|
+
icon: "ph--graph--regular"
|
|
10884
10882
|
}
|
|
10885
10883
|
}
|
|
10886
10884
|
},
|
|
@@ -10936,8 +10934,7 @@ var ExplorerPlugin = () => {
|
|
|
10936
10934
|
ns: EXPLORER_PLUGIN
|
|
10937
10935
|
}
|
|
10938
10936
|
],
|
|
10939
|
-
icon:
|
|
10940
|
-
iconSymbol: "ph--graph--regular",
|
|
10937
|
+
icon: "ph--graph--regular",
|
|
10941
10938
|
testId: "explorerPlugin.createObject"
|
|
10942
10939
|
}
|
|
10943
10940
|
}
|