ninegrid2 6.997.0 → 6.998.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/nxLayout.js +1 -1
- package/package.json +1 -1
- package/src/nx/nxLayout.js +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -121924,7 +121924,7 @@ class NxLayout extends HTMLElement {
|
|
|
121924
121924
|
}
|
|
121925
121925
|
|
|
121926
121926
|
#render() {
|
|
121927
|
-
const children =
|
|
121927
|
+
const children = this.originalChildren;
|
|
121928
121928
|
|
|
121929
121929
|
if (children.length === 0) return;
|
|
121930
121930
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -121920,7 +121920,7 @@ class NxLayout extends HTMLElement {
|
|
|
121920
121920
|
}
|
|
121921
121921
|
|
|
121922
121922
|
#render() {
|
|
121923
|
-
const children =
|
|
121923
|
+
const children = this.originalChildren;
|
|
121924
121924
|
|
|
121925
121925
|
if (children.length === 0) return;
|
|
121926
121926
|
|
package/dist/nx/nxLayout.js
CHANGED
package/package.json
CHANGED
package/src/nx/nxLayout.js
CHANGED