@innovastudio/contentbox 1.6.202 → 1.6.203
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/index.d.ts +23 -0
- package/package.json +6 -6
- package/public/contentbox/contentbox.css +1158 -3276
- package/public/contentbox/contentbox.esm.js +7004 -1073
- package/public/contentbox/contentbox.min.js +6 -6
- package/public/contentbox/lang/en.js +21 -0
- package/readme.txt +1 -1
|
@@ -1074,6 +1074,24 @@ _txt["Upper/Lower"] = "Upper/Lower";
|
|
|
1074
1074
|
/* link dialog */
|
|
1075
1075
|
_txt["Open in a lightbox"] = "Open in a lightbox";
|
|
1076
1076
|
|
|
1077
|
+
/* keyboard access to the tool strips */
|
|
1078
|
+
// _txt["Element"] = "Element";
|
|
1079
|
+
_txt["Press Escape for the editing tools"] = "Press Escape for the editing tools";
|
|
1080
|
+
|
|
1081
|
+
/* keyboard access: names for the element tool strips */
|
|
1082
|
+
_txt["Iframe"] = "Iframe";
|
|
1083
|
+
// _txt["Code"] = "Code";
|
|
1084
|
+
_txt["Plugin"] = "Plugin";
|
|
1085
|
+
// _txt["Module"] = "Module";
|
|
1086
|
+
|
|
1087
|
+
/* accessibility: names for controls that had none */
|
|
1088
|
+
_txt["Snippet category"] = "Snippet category";
|
|
1089
|
+
_txt["Select Video"] = "Select Video";
|
|
1090
|
+
// _txt["Select Image"] = "Select Image";
|
|
1091
|
+
_txt["Select Media"] = "Select Media";
|
|
1092
|
+
_txt["Select Audio"] = "Select Audio";
|
|
1093
|
+
_txt["Upload File"] = "Upload File";
|
|
1094
|
+
|
|
1077
1095
|
/* ContentBox only — not in the ContentBuilder language file */
|
|
1078
1096
|
_txt["Text Case"] = "Text Case";
|
|
1079
1097
|
_txt["To try the On-Click action, please disable column editing by clicking the lock button"] = "To try the On-Click action, please disable column editing by clicking the lock button";
|
|
@@ -1618,3 +1636,6 @@ _txt["Space around the button. Padding inside it is set by Size, above."] = "Spa
|
|
|
1618
1636
|
_txt["Save Current Style"] = "Save Current Style";
|
|
1619
1637
|
_txt["No saved styles yet. Style a button, then save it here to reuse it."] = "No saved styles yet. Style a button, then save it here to reuse it.";
|
|
1620
1638
|
_txt["This button uses the older hover method. Changing a hover color here updates it."] = "This button uses the older hover method. Changing a hover color here updates it.";
|
|
1639
|
+
|
|
1640
|
+
/* accessibility: names for controls that had none */
|
|
1641
|
+
_txt["Progress"] = "Progress";
|
package/readme.txt
CHANGED