@nuvio/overlay 0.5.4 → 1.0.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/dist/index.css +23 -0
- package/dist/index.js +728 -382
- package/dist/style.css +27 -0
- package/package.json +3 -3
package/dist/style.css
CHANGED
|
@@ -621,6 +621,33 @@ select.nuvio-control {
|
|
|
621
621
|
filter: saturate(0.6);
|
|
622
622
|
}
|
|
623
623
|
|
|
624
|
+
.nuvio-make-editable {
|
|
625
|
+
padding: 12px 14px 16px;
|
|
626
|
+
display: flex;
|
|
627
|
+
flex-direction: column;
|
|
628
|
+
gap: 10px;
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
.nuvio-make-editable-lead {
|
|
632
|
+
margin: 0;
|
|
633
|
+
font-size: 13px;
|
|
634
|
+
line-height: 1.45;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
.nuvio-make-editable-hint {
|
|
638
|
+
margin: 0;
|
|
639
|
+
font-size: 12px;
|
|
640
|
+
color: var(--nuvio-muted);
|
|
641
|
+
line-height: 1.4;
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
.nuvio-make-editable-actions {
|
|
645
|
+
display: flex;
|
|
646
|
+
gap: 8px;
|
|
647
|
+
flex-wrap: wrap;
|
|
648
|
+
margin-top: 4px;
|
|
649
|
+
}
|
|
650
|
+
|
|
624
651
|
.nuvio-button-primary,
|
|
625
652
|
.nuvio-btn--primary {
|
|
626
653
|
background: linear-gradient(180deg, var(--nuvio-primary-bright), var(--nuvio-primary));
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuvio/overlay",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Nuvio
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Nuvio overlay 1.0 — dev-only visual editor for React + Vite + Tailwind (Simple Mode, click-to-tag, apply/undo).",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"posthog-js": "^1.380.1",
|
|
48
|
-
"@nuvio/shared": "0.
|
|
48
|
+
"@nuvio/shared": "1.0.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@types/react": "^19.0.8",
|