@innovastudio/contentbox 1.3.3 → 1.3.6
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 +1966 -1682
- package/public/contentbox/contentbox.min.js +3 -3
- package/public/contentbox/lang/en.js +26 -2
- package/readme.txt +1 -1
@@ -371,7 +371,11 @@ _txt["Up arrow"] = "Up arrow";
|
|
371
371
|
_txt["Down arrow"] = "Down arrow";
|
372
372
|
_txt["or"] = "or";
|
373
373
|
_txt["Spacebar"] = "Spacebar";
|
374
|
-
|
374
|
+
_txt["Min Width"] = "Min Width";
|
375
|
+
_txt["Max Height"] = "Max Height";
|
376
|
+
_txt["Min Height"] = "Min Height";
|
377
|
+
_txt["Overflow x"] = "Overflow x";
|
378
|
+
_txt["Overflow y"] = "Overflow y";
|
375
379
|
|
376
380
|
//ContentBox.js
|
377
381
|
_txt['Sections'] = 'Sections';
|
@@ -495,4 +499,24 @@ _txt["Replace"] = "Replace";
|
|
495
499
|
_txt["Do you want to replace the current navigation bar?"] = "Do you want to replace the current navigation bar?";
|
496
500
|
_txt["Autofit Content on Mobile"] = "Autofit Content on Mobile";
|
497
501
|
_txt["Sub Menu Background Color"] = "Sub Menu Background Color";
|
498
|
-
_txt["(visible on preview)"] = "(visible on preview)";
|
502
|
+
_txt["(visible on preview)"] = "(visible on preview)";
|
503
|
+
_txt["Random"] = "Random";
|
504
|
+
_txt["Slider"] = "Slider";
|
505
|
+
_txt["Header"] = "Header";
|
506
|
+
_txt["Article"] = "Article";
|
507
|
+
_txt["Profile"] = "Profile";
|
508
|
+
_txt["Photos"] = "Photos";
|
509
|
+
_txt["Products, Services"] = "Products, Services";
|
510
|
+
_txt["Features"] = "Features";
|
511
|
+
_txt["Process"] = "Process";
|
512
|
+
_txt["Pricing"] = "Pricing";
|
513
|
+
_txt["Skills"] = "Skills";
|
514
|
+
_txt["Achievements"] = "Achievements";
|
515
|
+
_txt["Quotes"] = "Quotes";
|
516
|
+
_txt["Partners"] = "Partners";
|
517
|
+
_txt["As Featured On"] = "As Featured On";
|
518
|
+
_txt["Page Not Found"] = "Page Not Found";
|
519
|
+
_txt["Coming Soon"] = "Coming Soon";
|
520
|
+
_txt["Help, FAQ"] = "Help, FAQ";
|
521
|
+
_txt["Contact"] = "Contact";
|
522
|
+
_txt["Footer"] = "Footer";
|
package/readme.txt
CHANGED