zframes 0.1.1 → 0.2.0
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/NOTICE +2 -0
- package/dist/index.js +868 -170
- package/package.json +4 -3
- package/runtime/assets/d3-B3esOK0k.js +1 -0
- package/runtime/assets/editor-CY2XpG9x.js +68 -0
- package/runtime/assets/editor-DinyMxo6.css +1 -0
- package/runtime/assets/gridstack-BxxvPIFU.js +9 -0
- package/runtime/assets/gridstack-FIb_WQSt.css +1 -0
- package/runtime/assets/index-Bpmi3x1d.js +597 -0
- package/runtime/assets/index-CsheOEUr.css +1 -0
- package/runtime/assets/{index-A5M9erCx.js → index-DPlG_EDx.js} +1 -1
- package/runtime/assets/liveline-C5zt2WuS.js +1 -0
- package/runtime/assets/react-qoZPGuNy.js +49 -0
- package/runtime/index.html +6 -3
- package/runtime/assets/index-6CnH3oHt.js +0 -719
- package/runtime/assets/index-CgpsbUVX.css +0 -1
package/NOTICE
CHANGED
|
@@ -25,6 +25,8 @@ copyright and license; consult the respective package for full terms.
|
|
|
25
25
|
(see patches/liveline@0.0.7.patch).
|
|
26
26
|
- gridstack — MIT — drag/resize grid layout powering the editable dashboard.
|
|
27
27
|
- zod — MIT — schema definitions and dashboard.json validation.
|
|
28
|
+
- sirv (with @polka/url, mrmime, totalist) — MIT — static file serving for
|
|
29
|
+
the `serve` runtime (assets, sibling files, SPA fallback).
|
|
28
30
|
- d3, d3-hierarchy — ISC — chart math and layout.
|
|
29
31
|
- unicornstudio-react — MIT — optional animated background (host-only; the
|
|
30
32
|
Unicorn Studio SDK itself loads lazily from a CDN at runtime).
|