@vaadin/split-layout
Advanced tools
Comparing version 24.5.7 to 24.5.8
{ | ||
"name": "@vaadin/split-layout", | ||
"version": "24.5.7", | ||
"version": "24.5.8", | ||
"publishConfig": { | ||
@@ -42,10 +42,10 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/component-base": "~24.5.7", | ||
"@vaadin/vaadin-lumo-styles": "~24.5.7", | ||
"@vaadin/vaadin-material-styles": "~24.5.7", | ||
"@vaadin/vaadin-themable-mixin": "~24.5.7", | ||
"@vaadin/component-base": "~24.5.8", | ||
"@vaadin/vaadin-lumo-styles": "~24.5.8", | ||
"@vaadin/vaadin-material-styles": "~24.5.8", | ||
"@vaadin/vaadin-themable-mixin": "~24.5.8", | ||
"lit": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@vaadin/chai-plugins": "~24.5.7", | ||
"@vaadin/chai-plugins": "~24.5.8", | ||
"@vaadin/testing-helpers": "^1.1.0", | ||
@@ -58,3 +58,3 @@ "sinon": "^18.0.0" | ||
], | ||
"gitHead": "f04f4777d633ebf85368eb36545105b0e5b93731" | ||
"gitHead": "8c176befd0171b3d9772a348bb8498353f112614" | ||
} |
@@ -58,3 +58,3 @@ /** | ||
nodes.forEach((node) => { | ||
if (!(node.parentElement instanceof this.constructor)) { | ||
if (node.nodeType === Node.ELEMENT_NODE && !(node.parentElement instanceof this.constructor)) { | ||
const slot = node.getAttribute('slot'); | ||
@@ -61,0 +61,0 @@ if (slot) { |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/split-layout", | ||
"version": "24.5.7", | ||
"version": "24.5.8", | ||
"description-markup": "markdown", | ||
@@ -6,0 +6,0 @@ "contributions": { |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/split-layout", | ||
"version": "24.5.7", | ||
"version": "24.5.8", | ||
"description-markup": "markdown", | ||
@@ -6,0 +6,0 @@ "framework": "lit", |
48629