@innovastudio/contentbox 1.6.199 → 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 +21 -0
- package/package.json +8 -3
- package/public/contentbox/contentbox.css +90 -37
- package/public/contentbox/contentbox.esm.js +3848 -1116
- package/public/contentbox/contentbox.min.js +6 -6
- package/public/contentbox/lang/en.js +23 -0
- package/readme.txt +1 -1
|
@@ -1054,6 +1054,12 @@ _txt["1 field"] = "1 field";
|
|
|
1054
1054
|
_txt["fields"] = "fields";
|
|
1055
1055
|
_txt["No form yet."] = "No form yet.";
|
|
1056
1056
|
|
|
1057
|
+
/* 3D model generation */
|
|
1058
|
+
_txt["3D Model"] = "3D Model";
|
|
1059
|
+
_txt["Select the AI model used for 3D model generation"] = "Select the AI model used for 3D model generation";
|
|
1060
|
+
_txt["Generating 3D model"] = "Generating 3D model";
|
|
1061
|
+
_txt["Checking the render"] = "Checking the render";
|
|
1062
|
+
|
|
1057
1063
|
/* ContentBox only — not in the ContentBuilder language file */
|
|
1058
1064
|
_txt["Text Case"] = "Text Case";
|
|
1059
1065
|
_txt["To try the On-Click action, please disable column editing by clicking the lock button"] = "To try the On-Click action, please disable column editing by clicking the lock button";
|
|
@@ -1568,3 +1574,20 @@ _txt["Checking the page styles"] = "Checking the page styles";
|
|
|
1568
1574
|
_txt["Updating section"] = "Updating section";
|
|
1569
1575
|
_txt["Adding a new section"] = "Adding a new section";
|
|
1570
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