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.
- package/dist/bundle.cjs.js +2 -0
- package/dist/bundle.esm.js +2 -0
- package/dist/nx/nxEditor.js +2 -0
- package/package.json +1 -1
- package/src/nx/nxEditor.js +2 -0
package/dist/bundle.cjs.js
CHANGED
|
@@ -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() {
|
package/dist/bundle.esm.js
CHANGED
|
@@ -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() {
|
package/dist/nx/nxEditor.js
CHANGED
package/package.json
CHANGED