ninegrid2 6.1304.0 → 6.1306.0
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/dist/bundle.cjs.js +1 -1
- package/dist/bundle.esm.js +1 -1
- package/dist/nx/nxEditor.js +1 -1
- package/package.json +1 -1
- package/src/nx/nxEditor.js +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -117117,7 +117117,7 @@ class nxEditor extends nxDiv {
|
|
|
117117
117117
|
plugins: [
|
|
117118
117118
|
Essentials, Paragraph, Heading, Bold, Italic, Link, List,
|
|
117119
117119
|
BlockQuote, Table, TableToolbar, Undo,
|
|
117120
|
-
FontColor, FontBackgroundColor
|
|
117120
|
+
//FontColor, FontBackgroundColor
|
|
117121
117121
|
],
|
|
117122
117122
|
toolbar: [
|
|
117123
117123
|
'heading', '|',
|
package/dist/bundle.esm.js
CHANGED
|
@@ -117113,7 +117113,7 @@ class nxEditor extends nxDiv {
|
|
|
117113
117113
|
plugins: [
|
|
117114
117114
|
Essentials, Paragraph, Heading, Bold, Italic, Link, List,
|
|
117115
117115
|
BlockQuote, Table, TableToolbar, Undo,
|
|
117116
|
-
FontColor, FontBackgroundColor
|
|
117116
|
+
//FontColor, FontBackgroundColor
|
|
117117
117117
|
],
|
|
117118
117118
|
toolbar: [
|
|
117119
117119
|
'heading', '|',
|
package/dist/nx/nxEditor.js
CHANGED
package/package.json
CHANGED
package/src/nx/nxEditor.js
CHANGED