@innovastudio/contentbox 1.4.23 → 1.4.25
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.esm.js +1136 -218
- package/public/contentbox/contentbox.min.js +9 -9
- package/public/contentbox/lang/en.js +17 -2
- package/readme.txt +1 -1
@@ -312,7 +312,7 @@ _txt["Please select an image file."] = "Please select an image file.";
|
|
312
312
|
_txt["Please select an mp4 file."] = "Please select an mp4 file.";
|
313
313
|
_txt["Social Links"] = "Social Links";
|
314
314
|
_txt["HTML/JS"] = "HTML/JS";
|
315
|
-
_txt["Drag image to change the position. Click image to edit the details."] = "Drag
|
315
|
+
_txt["Drag image to change the position. Click image to edit the details."] = "Drag slide to change the position. Click slide to edit the details.";
|
316
316
|
_txt["Add Image"] = "Add Image";
|
317
317
|
_txt["Fit"] = "Fit";
|
318
318
|
_txt["Type"] = "Type";
|
@@ -376,6 +376,15 @@ _txt["Max Height"] = "Max Height";
|
|
376
376
|
_txt["Min Height"] = "Min Height";
|
377
377
|
_txt["Overflow x"] = "Overflow x";
|
378
378
|
_txt["Overflow y"] = "Overflow y";
|
379
|
+
_txt["Please enter <iframe> element."] = "Please enter <iframe> element.";
|
380
|
+
_txt["Add Slide"] = "Add Slide";
|
381
|
+
_txt["Alternate Videos"] = "Alternate Videos";
|
382
|
+
_txt["Add/Update Video"] = "Add/Update Video";
|
383
|
+
_txt["Drag slide to change the position. Click slide to edit the details."] = "Drag slide to change the position. Click slide to edit the details.";
|
384
|
+
_txt["URL"] = "URL";
|
385
|
+
_txt["Delete Slide"] = "Delete Slide";
|
386
|
+
_txt["Arrow Color"] = "Arrow Color";
|
387
|
+
_txt["Dots Color"] = "Dots Color";
|
379
388
|
|
380
389
|
//ContentBox.js
|
381
390
|
_txt['Sections'] = 'Sections';
|
@@ -525,4 +534,10 @@ _txt["Quick Start"] = "Quick Start";
|
|
525
534
|
_txt["Alignment"] = "Alignment";
|
526
535
|
_txt["Typography Style"] = "Typography Style";
|
527
536
|
_txt["Auto adjust text size on large screen."] = "Auto adjust text size on large screen.";
|
528
|
-
_txt["Default Text Formatting"] = "Default Text Formatting";
|
537
|
+
_txt["Default Text Formatting"] = "Default Text Formatting";
|
538
|
+
_txt["Between Boxes"] = "Between Boxes";
|
539
|
+
_txt["Stack"] = "Stack";
|
540
|
+
_txt["top"] = "top";
|
541
|
+
_txt["middle"] = "middle";
|
542
|
+
_txt["bottom"] = "bottom";
|
543
|
+
_txt["Coverflow"] = "Coverflow";
|
package/readme.txt
CHANGED