@innovastudio/contentbox 1.6.28 → 1.6.30
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/package.json +2 -2
- package/public/contentbox/contentbox.css +51 -15
- package/public/contentbox/contentbox.esm.js +35159 -24562
- package/public/contentbox/contentbox.min.js +12 -12
- package/public/contentbox/lang/en.js +6 -0
- package/readme.txt +1 -1
|
@@ -480,9 +480,15 @@ _txt["Auto select \'Edit Selected Block\' mode."] = "Auto select \'Edit Selected
|
|
|
480
480
|
_txt["Auto send command delay"] = "Auto send command delay";
|
|
481
481
|
_txt["Edit Selected Text"] = "Edit Selected Text";
|
|
482
482
|
_txt["Block"] = "Block";
|
|
483
|
+
_txt["Scale up on large screen"] = "Scale up on large screen";
|
|
484
|
+
_txt["Steady Content Width"] = "Steady Content Width";
|
|
485
|
+
_txt["Auto Height"] = "Auto Height";
|
|
483
486
|
_txt["Please select a block."] = "Please select a block.";
|
|
484
487
|
_txt["Remove Content/Text"] = "Remove Content/Text";
|
|
485
488
|
_txt["Clear Breakpoints"] = "Clear Breakpoints";
|
|
489
|
+
_txt["Type to search..."] = "Type to search...";
|
|
490
|
+
_txt["Embed SVG"] = "Embed SVG";
|
|
491
|
+
_txt["SVG"] = "SVG";
|
|
486
492
|
|
|
487
493
|
//ContentBox.js
|
|
488
494
|
_txt['Sections'] = 'Sections';
|
package/readme.txt
CHANGED