ninegrid2 6.1305.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.
@@ -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', '|',
@@ -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', '|',
@@ -55,7 +55,7 @@ class nxEditor extends nxDiv {
55
55
  plugins: [
56
56
  Essentials, Paragraph, Heading, Bold, Italic, Link, List,
57
57
  BlockQuote, Table, TableToolbar, Undo,
58
- FontColor, FontBackgroundColor
58
+ //FontColor, FontBackgroundColor
59
59
  ],
60
60
  toolbar: [
61
61
  'heading', '|',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.1305.0",
4
+ "version": "6.1306.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -55,7 +55,7 @@ class nxEditor extends nxDiv {
55
55
  plugins: [
56
56
  Essentials, Paragraph, Heading, Bold, Italic, Link, List,
57
57
  BlockQuote, Table, TableToolbar, Undo,
58
- FontColor, FontBackgroundColor
58
+ //FontColor, FontBackgroundColor
59
59
  ],
60
60
  toolbar: [
61
61
  'heading', '|',