@vaadin/card 25.0.0-alpha11 → 25.0.0-alpha13

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.0.0-alpha11",
3
+ "version": "25.0.0-alpha13",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -33,20 +33,20 @@
33
33
  "web-component"
34
34
  ],
35
35
  "dependencies": {
36
- "@vaadin/component-base": "25.0.0-alpha11",
37
- "@vaadin/vaadin-themable-mixin": "25.0.0-alpha11",
36
+ "@vaadin/component-base": "25.0.0-alpha13",
37
+ "@vaadin/vaadin-themable-mixin": "25.0.0-alpha13",
38
38
  "lit": "^3.0.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@vaadin/chai-plugins": "25.0.0-alpha11",
42
- "@vaadin/test-runner-commands": "25.0.0-alpha11",
41
+ "@vaadin/chai-plugins": "25.0.0-alpha13",
42
+ "@vaadin/test-runner-commands": "25.0.0-alpha13",
43
43
  "@vaadin/testing-helpers": "^2.0.0",
44
- "@vaadin/vaadin-lumo-styles": "25.0.0-alpha11",
44
+ "@vaadin/vaadin-lumo-styles": "25.0.0-alpha13",
45
45
  "sinon": "^18.0.0"
46
46
  },
47
47
  "web-types": [
48
48
  "web-types.json",
49
49
  "web-types.lit.json"
50
50
  ],
51
- "gitHead": "abfd315ba5a7484a613e0768635a4e8fe945a44b"
51
+ "gitHead": "182de596226343392135468f021bbce9e6402011"
52
52
  }
@@ -10,12 +10,12 @@ export const cardStyles = css`
10
10
  :host {
11
11
  --_content: 0;
12
12
  --_footer: 0;
13
- --_gap: var(--vaadin-card-gap, var(--vaadin-gap-container-block) var(--vaadin-gap-container-inline));
13
+ --_gap: var(--vaadin-card-gap, var(--vaadin-gap-m));
14
14
  --_header: max(var(--_header-prefix), var(--_title), var(--_subtitle), var(--_header-suffix));
15
15
  --_header-prefix: 0;
16
16
  --_header-suffix: 0;
17
17
  --_media: 0;
18
- --_padding: var(--vaadin-card-padding, var(--vaadin-padding));
18
+ --_padding: var(--vaadin-card-padding, var(--vaadin-padding-m));
19
19
  --_subtitle: 0;
20
20
  --_title: 0;
21
21
  background: var(--vaadin-card-background, var(--vaadin-background-container));
@@ -31,7 +31,7 @@ export const cardStyles = css`
31
31
 
32
32
  /* Could be an inset outline on the host as well, but let's reserve that for a potential focus outline */
33
33
  :host::before {
34
- border: var(--vaadin-card-border-width, 0) solid var(--vaadin-card-border-color, var(--vaadin-border-color));
34
+ border: var(--vaadin-card-border-width, 0) solid var(--vaadin-card-border-color, var(--vaadin-border-color-subtle));
35
35
  border-radius: inherit;
36
36
  content: '';
37
37
  inset: 0;
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-alpha11",
4
+ "version": "25.0.0-alpha13",
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-alpha11",
4
+ "version": "25.0.0-alpha13",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {