ninegrid2 6.587.0 → 6.589.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
CHANGED
|
@@ -25767,8 +25767,7 @@ class ninegridContainer extends HTMLElement
|
|
|
25767
25767
|
}
|
|
25768
25768
|
}
|
|
25769
25769
|
|
|
25770
|
-
customElements.define("nine-grid", ninegridContainer);
|
|
25771
|
-
customElements.define("NINE-GRID", ninegridContainer);
|
|
25770
|
+
customElements.define("nine-grid", ninegridContainer);
|
|
25772
25771
|
|
|
25773
25772
|
class nxDialog extends HTMLElement
|
|
25774
25773
|
{
|
package/dist/bundle.esm.js
CHANGED
|
@@ -25765,8 +25765,7 @@ class ninegridContainer extends HTMLElement
|
|
|
25765
25765
|
}
|
|
25766
25766
|
}
|
|
25767
25767
|
|
|
25768
|
-
customElements.define("nine-grid", ninegridContainer);
|
|
25769
|
-
customElements.define("NINE-GRID", ninegridContainer);
|
|
25768
|
+
customElements.define("nine-grid", ninegridContainer);
|
|
25770
25769
|
|
|
25771
25770
|
class nxDialog extends HTMLElement
|
|
25772
25771
|
{
|
package/package.json
CHANGED