@vaadin/side-nav 24.5.0-alpha5 → 24.5.0-alpha7

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/side-nav",
3
- "version": "24.5.0-alpha5",
3
+ "version": "24.5.0-alpha7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,11 +35,11 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@open-wc/dedupe-mixin": "^1.3.0",
38
- "@vaadin/a11y-base": "24.5.0-alpha5",
39
- "@vaadin/component-base": "24.5.0-alpha5",
40
- "@vaadin/vaadin-lumo-styles": "24.5.0-alpha5",
41
- "@vaadin/vaadin-material-styles": "24.5.0-alpha5",
42
- "@vaadin/vaadin-themable-mixin": "24.5.0-alpha5",
38
+ "@vaadin/a11y-base": "24.5.0-alpha7",
39
+ "@vaadin/component-base": "24.5.0-alpha7",
40
+ "@vaadin/vaadin-lumo-styles": "24.5.0-alpha7",
41
+ "@vaadin/vaadin-material-styles": "24.5.0-alpha7",
42
+ "@vaadin/vaadin-themable-mixin": "24.5.0-alpha7",
43
43
  "lit": "^3.0.0"
44
44
  },
45
45
  "devDependencies": {
@@ -52,5 +52,5 @@
52
52
  "web-types.json",
53
53
  "web-types.lit.json"
54
54
  ],
55
- "gitHead": "4e57d240ababf0c2db9d674891b90bdf3812e6ae"
55
+ "gitHead": "89f77a69ae0eba6247f2b3084941f9395d7134e1"
56
56
  }
@@ -19,7 +19,9 @@ export const sideNavItemStyles = css`
19
19
  padding: var(--lumo-space-s);
20
20
  padding-inline-start: calc(var(--lumo-space-s) + var(--_child-indent, 0px));
21
21
  border-radius: var(--lumo-border-radius-m);
22
- transition: background-color 140ms, color 140ms;
22
+ transition:
23
+ background-color 140ms,
24
+ color 140ms;
23
25
  cursor: var(--lumo-clickable-cursor, default);
24
26
  min-height: var(--lumo-icon-size-m);
25
27
  }
@@ -21,7 +21,9 @@ export const sideNavItemStyles = css`
21
21
  line-height: 1;
22
22
  font-weight: 500;
23
23
  color: var(--material-body-text-color);
24
- transition: background-color 140ms, color 140ms;
24
+ transition:
25
+ background-color 140ms,
26
+ color 140ms;
25
27
  border-radius: 4px;
26
28
  cursor: default;
27
29
  }
@@ -74,7 +76,9 @@ export const sideNavItemStyles = css`
74
76
  background-color: var(--material-disabled-text-color);
75
77
  transform: scale(0);
76
78
  opacity: 0;
77
- transition: transform 0s 0.8s, opacity 0.8s;
79
+ transition:
80
+ transform 0s 0.8s,
81
+ opacity 0.8s;
78
82
  will-change: transform, opacity;
79
83
  }
80
84
 
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/side-nav",
4
- "version": "24.5.0-alpha5",
4
+ "version": "24.5.0-alpha7",
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/side-nav",
4
- "version": "24.5.0-alpha5",
4
+ "version": "24.5.0-alpha7",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {