spoint 0.1.620 → 0.1.621
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.
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
<link rel="stylesheet" href="/style.css">
|
|
8
8
|
<link rel="stylesheet" href="https://unpkg.com/anentrypoint-design@latest/dist/247420.css">
|
|
9
9
|
<!-- thebird desktop-shell CSS tokens (vendored from ../thebird/docs/vendor/kits/os/wm.css) -->
|
|
10
|
-
<link rel="stylesheet" href="/
|
|
10
|
+
<link rel="stylesheet" href="/editor/wm/wm.css">
|
|
11
11
|
<!-- os-token-bridge: aliases thebird's --os-* tokens to spoint's --ds-* tokens -->
|
|
12
|
-
<link rel="stylesheet" href="/
|
|
12
|
+
<link rel="stylesheet" href="/editor/wm/os-token-bridge.css">
|
|
13
13
|
<script>
|
|
14
14
|
(function () {
|
|
15
15
|
const root = document.documentElement;
|
|
@@ -34,13 +34,11 @@
|
|
|
34
34
|
"streaming-gltf": "/node_modules/streaming-gltf/index.js",
|
|
35
35
|
"streaming-gltf/model-pool": "/node_modules/streaming-gltf/src/model-pool.js",
|
|
36
36
|
"streaming-gltf/draco-loader": "/node_modules/streaming-gltf/src/draco-loader.js",
|
|
37
|
-
"streaming-gltf/draco-decoder": "/node_modules/streaming-gltf/src/draco-decoder.js",
|
|
38
37
|
"streaming-gltf/cluster-lod": "/node_modules/streaming-gltf/src/cluster-lod-mesh.js",
|
|
39
|
-
"mapspinner": "/node_modules/mapspinner/index.js",
|
|
38
|
+
"mapspinner": "/node_modules/mapspinner/src/index.js",
|
|
40
39
|
"mapspinner/planet-orchestrator": "/node_modules/mapspinner/src/planet-orchestrator.js",
|
|
41
40
|
"mapspinner/gl-render": "/node_modules/mapspinner/src/gl-render.js",
|
|
42
|
-
"
|
|
43
|
-
"@three.ez/instanced-mesh": "/node_modules/@three.ez/instanced-mesh/build/instancedmesh.module.js",
|
|
41
|
+
"@three.ez/instanced-mesh": "/node_modules/@three.ez/instanced-mesh/build/index.js",
|
|
44
42
|
"wireweave": "/node_modules/wireweave/src/index.js",
|
|
45
43
|
"nostr-tools": "/vendor/nostr-tools.mjs",
|
|
46
44
|
"xstate": "/node_modules/xstate/dist/xstate.esm.js"
|
|
@@ -129,7 +127,7 @@
|
|
|
129
127
|
"thebird desktop window hosting spoint editor" integration.
|
|
130
128
|
-->
|
|
131
129
|
<script type="module">
|
|
132
|
-
import { createEditPanel } from '/
|
|
130
|
+
import { createEditPanel } from '/editor/EditorShell.js'
|
|
133
131
|
|
|
134
132
|
// Create a minimal thebird-style desktop shell hosting the spoint editor.
|
|
135
133
|
// The editor's own wm.open() calls will create thebird-styled windows
|