@innovastudio/contentbox 1.6.200 → 1.6.201
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/index.d.ts +12 -0
- package/package.json +4 -3
- package/public/contentbox/contentbox.css +90 -34
- package/public/contentbox/contentbox.esm.js +1617 -909
- package/public/contentbox/contentbox.min.js +6 -6
- package/public/contentbox/lang/en.js +17 -0
- package/readme.txt +1 -1
|
@@ -1574,3 +1574,20 @@ _txt["Checking the page styles"] = "Checking the page styles";
|
|
|
1574
1574
|
_txt["Updating section"] = "Updating section";
|
|
1575
1575
|
_txt["Adding a new section"] = "Adding a new section";
|
|
1576
1576
|
_txt["Removing a section"] = "Removing a section";
|
|
1577
|
+
|
|
1578
|
+
|
|
1579
|
+
// Overlay layer panel — editing the text, links and images of a box overlay
|
|
1580
|
+
_txt["Decoration"] = "Decoration";
|
|
1581
|
+
_txt["Alt"] = "Alt";
|
|
1582
|
+
_txt["Change the wording here. Its placement and styling come from the section design."] = "Change the wording here. Its placement and styling come from the section design.";
|
|
1583
|
+
_txt["This text is part of an animated layer. Change the wording here; its movement lives on the Motion tab above."] = "This text is part of an animated layer. Change the wording here; its movement lives on the Motion tab above.";
|
|
1584
|
+
_txt["A decorative layer — part of this section's design. It has no text or image to edit here."] = "A decorative layer — part of this section's design. It has no text or image to edit here.";
|
|
1585
|
+
_txt["To move or animate it, open the Motion tab above. Its shape and colors come from the design."] = "To move or animate it, open the Motion tab above. Its shape and colors come from the design.";
|
|
1586
|
+
_txt["You can replace this image. Its size, framing and motion come from the design."] = "You can replace this image. Its size, framing and motion come from the design.";
|
|
1587
|
+
_txt["Everything else in this layer"] = "Everything else in this layer";
|
|
1588
|
+
|
|
1589
|
+
|
|
1590
|
+
// Settings dialog — switches for the tools drawn on the page itself
|
|
1591
|
+
_txt["Quick Section Controls"] = "Quick Section Controls";
|
|
1592
|
+
_txt["Section Tools"] = "Section Tools";
|
|
1593
|
+
_txt["Box Tools"] = "Box Tools";
|
package/readme.txt
CHANGED