@vaadin/card 25.0.0-alpha1 → 25.0.0-alpha2
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 +0 -2
- package/package.json +8 -8
- package/src/vaadin-card.js +0 -4
- package/web-types.json +1 -1
- package/web-types.lit.json +1 -1
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
|
[](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-
|
|
3
|
+
"version": "25.0.0-alpha2",
|
|
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-
|
|
38
|
-
"@vaadin/vaadin-lumo-styles": "25.0.0-
|
|
39
|
-
"@vaadin/vaadin-themable-mixin": "25.0.0-
|
|
37
|
+
"@vaadin/component-base": "25.0.0-alpha2",
|
|
38
|
+
"@vaadin/vaadin-lumo-styles": "25.0.0-alpha2",
|
|
39
|
+
"@vaadin/vaadin-themable-mixin": "25.0.0-alpha2",
|
|
40
40
|
"lit": "^3.0.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@vaadin/chai-plugins": "25.0.0-
|
|
44
|
-
"@vaadin/test-runner-commands": "25.0.0-
|
|
45
|
-
"@vaadin/testing-helpers": "^
|
|
43
|
+
"@vaadin/chai-plugins": "25.0.0-alpha2",
|
|
44
|
+
"@vaadin/test-runner-commands": "25.0.0-alpha2",
|
|
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": "
|
|
52
|
+
"gitHead": "67ffcd5355cf21ce1b5039c598525109fc4c164b"
|
|
53
53
|
}
|
package/src/vaadin-card.js
CHANGED
package/web-types.json
CHANGED