@innovastudio/contentbuilder 1.4.50 → 1.4.52
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 -1
- package/public/contentbuilder/contentbuilder.css +18 -5
- package/public/contentbuilder/contentbuilder.esm.js +3458 -5591
- package/public/contentbuilder/contentbuilder.min.js +2 -2
- package/public/contentbuilder/lang/en.js +11 -1
- package/public/contentbuilder/lang/fr.js +11 -1
@@ -435,4 +435,14 @@ _txt["Coming Soon"] = "Coming Soon";
|
|
435
435
|
_txt["Help, FAQ"] = "Help, FAQ";
|
436
436
|
_txt["About"] = "About";
|
437
437
|
_txt["Services"] = "Services";
|
438
|
-
_txt["Products, Services"] = "Products, Services";
|
438
|
+
_txt["Products, Services"] = "Products, Services";
|
439
|
+
_txt["Enter folder name"] = "Enter folder name";
|
440
|
+
_txt["Create Folder"] = "Create Folder";
|
441
|
+
_txt["Please enter a folder name."] = "Please enter a folder name.";
|
442
|
+
_txt["Drag and drop files here."] = "Drag and drop files here.";
|
443
|
+
_txt["Select"] = "Select";
|
444
|
+
_txt["Cancel"] = "Cancel";
|
445
|
+
_txt["Delete Selected"] = "Delete Selected";
|
446
|
+
_txt["Please select a file"] = "Please select a file";
|
447
|
+
_txt["UP"] = "UP";
|
448
|
+
_txt["This function is disabled in this demo."] = "This function is disabled in this demo.";
|
@@ -435,4 +435,14 @@ _txt["Coming Soon"] = "Coming Soon";
|
|
435
435
|
_txt["Help, FAQ"] = "Help, FAQ";
|
436
436
|
_txt["About"] = "About";
|
437
437
|
_txt["Services"] = "Services";
|
438
|
-
_txt["Products, Services"] = "Products, Services";
|
438
|
+
_txt["Products, Services"] = "Products, Services";
|
439
|
+
_txt["Enter folder name"] = "Enter folder name";
|
440
|
+
_txt["Create Folder"] = "Create Folder";
|
441
|
+
_txt["Please enter a folder name."] = "Please enter a folder name.";
|
442
|
+
_txt["Drag and drop files here."] = "Drag and drop files here.";
|
443
|
+
_txt["Select"] = "Select";
|
444
|
+
_txt["Cancel"] = "Cancel";
|
445
|
+
_txt["Delete Selected"] = "Delete Selected";
|
446
|
+
_txt["Please select a file"] = "Please select a file";
|
447
|
+
_txt["UP"] = "UP";
|
448
|
+
_txt["This function is disabled in this demo."] = "This function is disabled in this demo.";
|