@innovastudio/contentbox 1.0.12 → 1.0.16
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/README.md +19 -19
- package/package.json +3 -2
- package/public/contentbox/contentbox.esm.js +5602 -218
- package/public/contentbox/contentbox.min.js +12 -13
- package/public/contentbox/lang/en.js +5 -0
|
@@ -314,6 +314,11 @@ _txt["Social Links"] = "Social Links";
|
|
|
314
314
|
_txt["HTML/JS"] = "HTML/JS";
|
|
315
315
|
_txt["Drag image to change the position. Click image to edit the details."] = "Drag image to change the position. Click image to edit the details.";
|
|
316
316
|
_txt["Add Image"] = "Add Image";
|
|
317
|
+
_txt["Fit"] = "Fit";
|
|
318
|
+
_txt["Type"] = "Type";
|
|
319
|
+
_txt["Animation duration"] = "Animation duration";
|
|
320
|
+
_txt["Per View"] = "Per View";
|
|
321
|
+
_txt["Gap"] = "Gap";
|
|
317
322
|
_txt["Arrow Navigation"] = "Arrow Navigation";
|
|
318
323
|
_txt["Dots Navigation"] = "Dots Navigation";
|
|
319
324
|
_txt["Fade"] = "Fade";
|