@innovastudio/contentbuilder 1.3.18 → 1.3.20
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 +1 -1
- package/public/contentbuilder/contentbuilder.css +17 -11
- package/public/contentbuilder/contentbuilder.esm.js +189 -7
- package/public/contentbuilder/contentbuilder.min.js +2 -2
- package/public/contentbuilder/lang/en.js +1 -0
- package/public/contentbuilder/lang/fr.js +2 -1
- package/readme.txt +1 -1
|
@@ -371,4 +371,5 @@ _txt["Max Height"] = "Max Height";
|
|
|
371
371
|
_txt["Min Height"] = "Min Height";
|
|
372
372
|
_txt["Overflow x"] = "Overflow x";
|
|
373
373
|
_txt["Overflow y"] = "Overflow y";
|
|
374
|
-
_txt["Please enter <iframe> element."] = "Please enter <iframe> element.";
|
|
374
|
+
_txt["Please enter <iframe> element."] = "Please enter <iframe> element.";
|
|
375
|
+
_txt["Add Slide"] = "Add Slide";
|
package/readme.txt
CHANGED