@innovastudio/contentbox 1.6.200 → 1.6.202
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 +1708 -942
- package/public/contentbox/contentbox.min.js +6 -6
- package/public/contentbox/lang/en.js +44 -0
- package/readme.txt +1 -1
|
@@ -1060,6 +1060,20 @@ _txt["Select the AI model used for 3D model generation"] = "Select the AI model
|
|
|
1060
1060
|
_txt["Generating 3D model"] = "Generating 3D model";
|
|
1061
1061
|
_txt["Checking the render"] = "Checking the render";
|
|
1062
1062
|
|
|
1063
|
+
/* button editor */
|
|
1064
|
+
_txt["Save current button"] = "Save current button";
|
|
1065
|
+
// _txt["Colors"] = "Colors";
|
|
1066
|
+
// _txt["Size"] = "Size";
|
|
1067
|
+
_txt["S"] = "S";
|
|
1068
|
+
_txt["M"] = "M";
|
|
1069
|
+
_txt["L"] = "L";
|
|
1070
|
+
// _txt["Shape"] = "Shape";
|
|
1071
|
+
_txt["Less"] = "Less";
|
|
1072
|
+
_txt["Upper/Lower"] = "Upper/Lower";
|
|
1073
|
+
|
|
1074
|
+
/* link dialog */
|
|
1075
|
+
_txt["Open in a lightbox"] = "Open in a lightbox";
|
|
1076
|
+
|
|
1063
1077
|
/* ContentBox only — not in the ContentBuilder language file */
|
|
1064
1078
|
_txt["Text Case"] = "Text Case";
|
|
1065
1079
|
_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";
|
|
@@ -1574,3 +1588,33 @@ _txt["Checking the page styles"] = "Checking the page styles";
|
|
|
1574
1588
|
_txt["Updating section"] = "Updating section";
|
|
1575
1589
|
_txt["Adding a new section"] = "Adding a new section";
|
|
1576
1590
|
_txt["Removing a section"] = "Removing a section";
|
|
1591
|
+
|
|
1592
|
+
|
|
1593
|
+
// Overlay layer panel — editing the text, links and images of a box overlay
|
|
1594
|
+
_txt["Decoration"] = "Decoration";
|
|
1595
|
+
_txt["Alt"] = "Alt";
|
|
1596
|
+
_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.";
|
|
1597
|
+
_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.";
|
|
1598
|
+
_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.";
|
|
1599
|
+
_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.";
|
|
1600
|
+
_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.";
|
|
1601
|
+
_txt["Everything else in this layer"] = "Everything else in this layer";
|
|
1602
|
+
|
|
1603
|
+
|
|
1604
|
+
// Settings dialog — switches for the tools drawn on the page itself
|
|
1605
|
+
_txt["Quick Section Controls"] = "Quick Section Controls";
|
|
1606
|
+
_txt["Section Tools"] = "Section Tools";
|
|
1607
|
+
_txt["Box Tools"] = "Box Tools";
|
|
1608
|
+
|
|
1609
|
+
|
|
1610
|
+
// Button panel — the control panel's Button section (panel-button.js)
|
|
1611
|
+
_txt["Size"] = "Size";
|
|
1612
|
+
_txt["Small"] = "Small";
|
|
1613
|
+
_txt["Shape"] = "Shape";
|
|
1614
|
+
_txt["Colors"] = "Colors";
|
|
1615
|
+
_txt["Width Padding"] = "Width Padding";
|
|
1616
|
+
_txt["Height Padding"] = "Height Padding";
|
|
1617
|
+
_txt["Space around the button. Padding inside it is set by Size, above."] = "Space around the button. Padding inside it is set by Size, above.";
|
|
1618
|
+
_txt["Save Current Style"] = "Save Current Style";
|
|
1619
|
+
_txt["No saved styles yet. Style a button, then save it here to reuse it."] = "No saved styles yet. Style a button, then save it here to reuse it.";
|
|
1620
|
+
_txt["This button uses the older hover method. Changing a hover color here updates it."] = "This button uses the older hover method. Changing a hover color here updates it.";
|
package/readme.txt
CHANGED