@vaadin/card 25.0.0-alpha1 → 25.0.0-alpha3

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/README.md CHANGED
@@ -2,8 +2,6 @@
2
2
 
3
3
  A visual content container.
4
4
 
5
- > ⚠️ This component is experimental and the API may change. In order to use it, enable the feature flag by setting `window.Vaadin.featureFlags.cardComponent = true`.
6
-
7
5
  [Documentation + Live Demo ↗](https://vaadin.com/docs/latest/components/card)
8
6
 
9
7
  [![npm version](https://badgen.net/npm/v/@vaadin/card)](https://www.npmjs.com/package/@vaadin/card)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/card",
3
- "version": "25.0.0-alpha1",
3
+ "version": "25.0.0-alpha3",
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.0.0-alpha1",
38
- "@vaadin/vaadin-lumo-styles": "25.0.0-alpha1",
39
- "@vaadin/vaadin-themable-mixin": "25.0.0-alpha1",
37
+ "@vaadin/component-base": "25.0.0-alpha3",
38
+ "@vaadin/vaadin-lumo-styles": "25.0.0-alpha3",
39
+ "@vaadin/vaadin-themable-mixin": "25.0.0-alpha3",
40
40
  "lit": "^3.0.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@vaadin/chai-plugins": "25.0.0-alpha1",
44
- "@vaadin/test-runner-commands": "25.0.0-alpha1",
45
- "@vaadin/testing-helpers": "^1.1.0",
43
+ "@vaadin/chai-plugins": "25.0.0-alpha3",
44
+ "@vaadin/test-runner-commands": "25.0.0-alpha3",
45
+ "@vaadin/testing-helpers": "^2.0.0",
46
46
  "sinon": "^18.0.0"
47
47
  },
48
48
  "web-types": [
49
49
  "web-types.json",
50
50
  "web-types.lit.json"
51
51
  ],
52
- "gitHead": "b8c22a4a0c64156210d0daac96b43ae4e5526d49"
52
+ "gitHead": "8367dd20a47f53ca5589ad349a8e286ec2673055"
53
53
  }
@@ -307,10 +307,6 @@ class Card extends ElementMixin(ThemableMixin(PolylitMixin(LitElement))) {
307
307
  };
308
308
  }
309
309
 
310
- static get experimental() {
311
- return true;
312
- }
313
-
314
310
  /** @protected */
315
311
  ready() {
316
312
  super.ready();
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.0.0-alpha1",
4
+ "version": "25.0.0-alpha3",
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.0.0-alpha1",
4
+ "version": "25.0.0-alpha3",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {