@vaadin/card 24.9.2 → 24.9.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/card",
3
- "version": "24.9.2",
3
+ "version": "24.9.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -34,15 +34,15 @@
34
34
  "web-component"
35
35
  ],
36
36
  "dependencies": {
37
- "@vaadin/component-base": "~24.9.2",
38
- "@vaadin/vaadin-lumo-styles": "~24.9.2",
39
- "@vaadin/vaadin-material-styles": "~24.9.2",
40
- "@vaadin/vaadin-themable-mixin": "~24.9.2",
37
+ "@vaadin/component-base": "~24.9.4",
38
+ "@vaadin/vaadin-lumo-styles": "~24.9.4",
39
+ "@vaadin/vaadin-material-styles": "~24.9.4",
40
+ "@vaadin/vaadin-themable-mixin": "~24.9.4",
41
41
  "lit": "^3.0.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@vaadin/chai-plugins": "~24.9.2",
45
- "@vaadin/test-runner-commands": "~24.9.2",
44
+ "@vaadin/chai-plugins": "~24.9.4",
45
+ "@vaadin/test-runner-commands": "~24.9.4",
46
46
  "@vaadin/testing-helpers": "^1.1.0",
47
47
  "sinon": "^18.0.0"
48
48
  },
@@ -50,5 +50,5 @@
50
50
  "web-types.json",
51
51
  "web-types.lit.json"
52
52
  ],
53
- "gitHead": "a26cb8ab518fde5b87dc740957f1cfa295dfae81"
53
+ "gitHead": "7084e972641ef2355ffc281cbd932c070f998ed1"
54
54
  }
@@ -341,6 +341,12 @@ class Card extends ElementMixin(ThemableMixin(PolylitMixin(LitElement))) {
341
341
  `;
342
342
  }
343
343
 
344
+ /** @protected */
345
+ firstUpdated() {
346
+ super.firstUpdated();
347
+ this._onSlotChange();
348
+ }
349
+
344
350
  /** @private */
345
351
  _onSlotChange() {
346
352
  this.toggleAttribute('_m', this.querySelector(':scope > [slot="media"]'));
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/card",
4
- "version": "24.9.2",
4
+ "version": "24.9.4",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/card",
4
- "version": "24.9.2",
4
+ "version": "24.9.4",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {