@innovastudio/contentbox 1.5.97 → 1.6.1
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 +4 -5
- package/public/contentbox/contentbox.css +2441 -39
- package/public/contentbox/contentbox.esm.js +51743 -32656
- package/public/contentbox/contentbox.min.js +19 -18
- package/public/contentbox/lang/en.js +52 -1
- package/readme.txt +1 -1
@@ -736,4 +736,55 @@ _txt["Proceed with Redesign"] = "Proceed with Redesign";
|
|
736
736
|
_txt["Save Section Style"] = "Save Section Style";
|
737
737
|
_txt["Redesign with Saved Style"] = "Redesign with Saved Style";
|
738
738
|
_txt["Service Unavailable."] = "Service Unavailable.";
|
739
|
-
_txt["Change Background"] = "Change Background";
|
739
|
+
_txt["Change Background"] = "Change Background";
|
740
|
+
|
741
|
+
_txt["Plugins"] = "Plugins";
|
742
|
+
_txt["Section"] = "Section";
|
743
|
+
_txt["Module"] = "Module";
|
744
|
+
_txt["Locked"] = "Locked";
|
745
|
+
_txt["Audio"] = "Audio";
|
746
|
+
_txt["IFrame"] = "IFrame";
|
747
|
+
_txt["Column - Locked"] = "Column - Locked";
|
748
|
+
_txt["Container"] = "Container";
|
749
|
+
_txt["Upload"] = "Upload";
|
750
|
+
_txt["Box Size"] = "Box Size";
|
751
|
+
_txt["Edit Module"] = "Edit Module";
|
752
|
+
_txt["Remove Content"] = "Remove Content";
|
753
|
+
_txt["Add Content"] = "Add Content";
|
754
|
+
_txt["Content Size"] = "Content Size";
|
755
|
+
_txt["Autofit"] = "Autofit";
|
756
|
+
_txt["Full Height"] = "Full Height";
|
757
|
+
_txt["Default Alignment"] = "Default Alignment";
|
758
|
+
_txt["Parallax Content"] = "Parallax Content";
|
759
|
+
_txt["Quick Effects"] = "Quick Effects";
|
760
|
+
_txt["Overlay Color"] = "Overlay Color";
|
761
|
+
_txt["Ken Burns Effect"] = "Ken Burns Effect";
|
762
|
+
_txt["Parallax"] = "Parallax";
|
763
|
+
_txt["Zoom on Hover"] = "Zoom on Hover";
|
764
|
+
_txt["Responsive"] = "Responsive";
|
765
|
+
_txt["Autofit Content"] = "Autofit Content";
|
766
|
+
_txt["Autofit Minimum Height"] = "Autofit Minimum Height";
|
767
|
+
_txt["Not Set"] = "Not Set";
|
768
|
+
_txt["Module Code"] = "Module Code";
|
769
|
+
_txt["Edit Code"] = "Edit Code";
|
770
|
+
_txt["Configure"] = "Configure";
|
771
|
+
_txt["Icon Size"] = "Icon Size";
|
772
|
+
_txt["xxs"] = "xxs";
|
773
|
+
_txt["xs"] = "xs";
|
774
|
+
_txt["sm"] = "sm";
|
775
|
+
_txt["m"] = "m";
|
776
|
+
_txt["lg"] = "lg";
|
777
|
+
_txt["no space"] = "no space";
|
778
|
+
_txt["space"] = "space";
|
779
|
+
_txt["Scroll"] = "Scroll";
|
780
|
+
_txt["Scroll Button"] = "Scroll Button";
|
781
|
+
_txt["Insert"] = "Insert";
|
782
|
+
_txt["Font Settings"] = "Font Settings";
|
783
|
+
_txt["Change Device"] = "Change Device";
|
784
|
+
_txt["Paragraph Settings"] = "Paragraph Settings";
|
785
|
+
_txt["Heading"] = "Heading";
|
786
|
+
_txt["Column Spacing"] = "Column Spacing";
|
787
|
+
_txt["Grid Settings"] = "Grid Settings";
|
788
|
+
_txt["Refresh"] = "Refresh";
|
789
|
+
_txt["Theme"] = "Theme";
|
790
|
+
_txt["Apply Shadow"] = "Apply Shadow";
|
package/readme.txt
CHANGED