@innovastudio/contentbox 1.6.47 → 1.6.49
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 +55 -36
- package/public/contentbox/contentbox.esm.js +1195 -137
- package/public/contentbox/contentbox.min.js +11 -11
- package/public/contentbox/lang/en.js +4 -1
- package/readme.txt +1 -1
|
@@ -822,4 +822,7 @@ _txt["default"] = "default";
|
|
|
822
822
|
_txt["Desktop - Large Screen"] = "Desktop - Large Screen";
|
|
823
823
|
_txt["Desktop / Laptop"] = "Desktop / Laptop";
|
|
824
824
|
_txt["Auto Layout on Mobile"] = "Auto Layout on Mobile";
|
|
825
|
-
_txt["Column Gap"] = "Column Gap";
|
|
825
|
+
_txt["Column Gap"] = "Column Gap";
|
|
826
|
+
_txt["More Options"] = "More Options";
|
|
827
|
+
_txt["Reset Rotation"] = "Reset Rotation";
|
|
828
|
+
_txt["Fixed"] = "Fixed";
|
package/readme.txt
CHANGED