@vaadin/card 24.8.0-alpha7 → 24.8.0-alpha9

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.8.0-alpha7",
3
+ "version": "24.8.0-alpha9",
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.8.0-alpha7",
38
- "@vaadin/vaadin-lumo-styles": "24.8.0-alpha7",
39
- "@vaadin/vaadin-material-styles": "24.8.0-alpha7",
40
- "@vaadin/vaadin-themable-mixin": "24.8.0-alpha7",
37
+ "@vaadin/component-base": "24.8.0-alpha9",
38
+ "@vaadin/vaadin-lumo-styles": "24.8.0-alpha9",
39
+ "@vaadin/vaadin-material-styles": "24.8.0-alpha9",
40
+ "@vaadin/vaadin-themable-mixin": "24.8.0-alpha9",
41
41
  "lit": "^3.0.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@vaadin/chai-plugins": "24.8.0-alpha7",
45
- "@vaadin/test-runner-commands": "24.8.0-alpha7",
44
+ "@vaadin/chai-plugins": "24.8.0-alpha9",
45
+ "@vaadin/test-runner-commands": "24.8.0-alpha9",
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": "7e65e14cbdcc372ab89620ba00e04251291d3c63"
53
+ "gitHead": "4de3809275ddfd733b0d13fd02af8faf73eb6770"
54
54
  }
@@ -291,7 +291,6 @@ class Card extends ElementMixin(ThemableMixin(PolylitMixin(LitElement))) {
291
291
  */
292
292
  cardTitle: {
293
293
  type: String,
294
- notify: true,
295
294
  observer: '__cardTitleChanged',
296
295
  },
297
296
 
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.8.0-alpha7",
4
+ "version": "24.8.0-alpha9",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -69,12 +69,7 @@
69
69
  }
70
70
  }
71
71
  ],
72
- "events": [
73
- {
74
- "name": "card-title-changed",
75
- "description": "Fired when the `cardTitle` property changes."
76
- }
77
- ]
72
+ "events": []
78
73
  }
79
74
  }
80
75
  ]
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/card",
4
- "version": "24.8.0-alpha7",
4
+ "version": "24.8.0-alpha9",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {
@@ -32,13 +32,6 @@
32
32
  "value": {
33
33
  "kind": "expression"
34
34
  }
35
- },
36
- {
37
- "name": "@card-title-changed",
38
- "description": "Fired when the `cardTitle` property changes.",
39
- "value": {
40
- "kind": "expression"
41
- }
42
35
  }
43
36
  ]
44
37
  }