@vaadin/card 25.2.0-alpha10 → 25.2.0-alpha11

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": "25.2.0-alpha10",
3
+ "version": "25.2.0-alpha11",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -34,20 +34,20 @@
34
34
  "web-component"
35
35
  ],
36
36
  "dependencies": {
37
- "@vaadin/component-base": "25.2.0-alpha10",
38
- "@vaadin/vaadin-themable-mixin": "25.2.0-alpha10",
37
+ "@vaadin/component-base": "25.2.0-alpha11",
38
+ "@vaadin/vaadin-themable-mixin": "25.2.0-alpha11",
39
39
  "lit": "^3.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@vaadin/aura": "25.2.0-alpha10",
43
- "@vaadin/avatar": "25.2.0-alpha10",
44
- "@vaadin/button": "25.2.0-alpha10",
45
- "@vaadin/chai-plugins": "25.2.0-alpha10",
46
- "@vaadin/icon": "25.2.0-alpha10",
47
- "@vaadin/icons": "25.2.0-alpha10",
48
- "@vaadin/test-runner-commands": "25.2.0-alpha10",
42
+ "@vaadin/aura": "25.2.0-alpha11",
43
+ "@vaadin/avatar": "25.2.0-alpha11",
44
+ "@vaadin/button": "25.2.0-alpha11",
45
+ "@vaadin/chai-plugins": "25.2.0-alpha11",
46
+ "@vaadin/icon": "25.2.0-alpha11",
47
+ "@vaadin/icons": "25.2.0-alpha11",
48
+ "@vaadin/test-runner-commands": "25.2.0-alpha11",
49
49
  "@vaadin/testing-helpers": "^2.0.0",
50
- "@vaadin/vaadin-lumo-styles": "25.2.0-alpha10",
50
+ "@vaadin/vaadin-lumo-styles": "25.2.0-alpha11",
51
51
  "sinon": "^21.0.2"
52
52
  },
53
53
  "customElements": "custom-elements.json",
@@ -55,5 +55,5 @@
55
55
  "web-types.json",
56
56
  "web-types.lit.json"
57
57
  ],
58
- "gitHead": "1303b6a3eeecb44a9d26f2b53cb56d9e906febdf"
58
+ "gitHead": "fdc37e932709f95491a027aeb2090911cb7528c6"
59
59
  }
@@ -63,8 +63,6 @@ import { cardStyles } from './styles/vaadin-card-base-styles.js';
63
63
  *
64
64
  * @customElement vaadin-card
65
65
  * @extends HTMLElement
66
- * @mixes ElementMixin
67
- * @mixes ThemableMixin
68
66
  */
69
67
  class Card extends ElementMixin(ThemableMixin(PolylitMixin(LumoInjectionMixin(LitElement)))) {
70
68
  static get is() {
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": "25.2.0-alpha10",
4
+ "version": "25.2.0-alpha11",
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": "25.2.0-alpha10",
4
+ "version": "25.2.0-alpha11",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {