@nuvio/overlay 0.1.0 → 0.5.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/README.md +1 -1
- package/dist/index.css +1191 -0
- package/dist/index.js +5105 -667
- package/dist/style.css +1312 -0
- package/package.json +9 -5
package/README.md
CHANGED
|
@@ -6,6 +6,6 @@ React **dev overlay**: edit mode, selection, Editor panel, Validate / Apply / Un
|
|
|
6
6
|
|
|
7
7
|
**Phase 4:** Expanded text/background color lists; **Layout & structure** toolbar (`moveSibling`, `setHidden`, `duplicateHost` via protocol v4); **Indexed elements** tree for selection. Structural actions validate on the server then auto-apply; style edits use Validate → Apply → Undo.
|
|
8
8
|
|
|
9
|
-
**Peers:** `react`, `react-dom` (18.3+ or 19).
|
|
9
|
+
**Peers:** `react`, `react-dom` (18.3+ or 19). Overlay chrome ships **self-contained CSS** (`dist/style.css`, auto-loaded by `NuvioDevShell`) — host Tailwind `content` is **not** required for Nuvio UI (v0.2.0+).
|
|
10
10
|
|
|
11
11
|
See the [Nuvio README](../../README.md) and [CHANGELOG](../../CHANGELOG.md).
|