ninegrid2 6.1331.0 → 6.1334.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.
@@ -55353,6 +55353,8 @@ class nxEditor extends nxDiv {
55353
55353
  if (editor.isActive({ textAlign: btn.dataset.align })) btn.classList.add('is-active');
55354
55354
  else btn.classList.remove('is-active');
55355
55355
  });
55356
+
55357
+
55356
55358
  }
55357
55359
 
55358
55360
  #bindEvents() {
@@ -55349,6 +55349,8 @@ class nxEditor extends nxDiv {
55349
55349
  if (editor.isActive({ textAlign: btn.dataset.align })) btn.classList.add('is-active');
55350
55350
  else btn.classList.remove('is-active');
55351
55351
  });
55352
+
55353
+
55352
55354
  }
55353
55355
 
55354
55356
  #bindEvents() {
@@ -165,6 +165,8 @@ class nxEditor extends nxDiv {
165
165
  if (editor.isActive({ textAlign: btn.dataset.align })) btn.classList.add('is-active');
166
166
  else btn.classList.remove('is-active');
167
167
  });
168
+
169
+
168
170
  }
169
171
 
170
172
  #bindEvents() {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.1331.0",
4
+ "version": "6.1334.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -165,6 +165,8 @@ class nxEditor extends nxDiv {
165
165
  if (editor.isActive({ textAlign: btn.dataset.align })) btn.classList.add('is-active');
166
166
  else btn.classList.remove('is-active');
167
167
  });
168
+
169
+
168
170
  }
169
171
 
170
172
  #bindEvents() {