@vaadin/app-layout 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/app-layout",
3
- "version": "24.5.0-alpha5",
3
+ "version": "24.5.0-alpha7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,17 +36,17 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@polymer/polymer": "^3.0.0",
39
- "@vaadin/a11y-base": "24.5.0-alpha5",
40
- "@vaadin/button": "24.5.0-alpha5",
41
- "@vaadin/component-base": "24.5.0-alpha5",
42
- "@vaadin/vaadin-lumo-styles": "24.5.0-alpha5",
43
- "@vaadin/vaadin-material-styles": "24.5.0-alpha5",
44
- "@vaadin/vaadin-themable-mixin": "24.5.0-alpha5",
39
+ "@vaadin/a11y-base": "24.5.0-alpha7",
40
+ "@vaadin/button": "24.5.0-alpha7",
41
+ "@vaadin/component-base": "24.5.0-alpha7",
42
+ "@vaadin/vaadin-lumo-styles": "24.5.0-alpha7",
43
+ "@vaadin/vaadin-material-styles": "24.5.0-alpha7",
44
+ "@vaadin/vaadin-themable-mixin": "24.5.0-alpha7",
45
45
  "lit": "^3.0.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@esm-bundle/chai": "^4.3.4",
49
- "@vaadin/tabs": "24.5.0-alpha5",
49
+ "@vaadin/tabs": "24.5.0-alpha7",
50
50
  "@vaadin/testing-helpers": "^0.6.0",
51
51
  "sinon": "^13.0.2"
52
52
  },
@@ -54,5 +54,5 @@
54
54
  "web-types.json",
55
55
  "web-types.lit.json"
56
56
  ],
57
- "gitHead": "4e57d240ababf0c2db9d674891b90bdf3812e6ae"
57
+ "gitHead": "89f77a69ae0eba6247f2b3084941f9395d7134e1"
58
58
  }
@@ -194,7 +194,9 @@ class AppLayout extends ElementMixin(ThemableMixin(ControllerMixin(PolymerElemen
194
194
  top: var(--vaadin-app-layout-navbar-offset-top, 0);
195
195
  bottom: var(--vaadin-app-layout-navbar-offset-bottom, var(--vaadin-viewport-offset-bottom, 0));
196
196
  inset-inline: var(--vaadin-app-layout-navbar-offset-left, 0) auto;
197
- transition: transform var(--vaadin-app-layout-transition), visibility var(--vaadin-app-layout-transition);
197
+ transition:
198
+ transform var(--vaadin-app-layout-transition),
199
+ visibility var(--vaadin-app-layout-transition);
198
200
  transform: translateX(-100%);
199
201
  max-width: 90%;
200
202
  width: var(--_vaadin-app-layout-drawer-width);
@@ -18,9 +18,6 @@ registerStyles(
18
18
 
19
19
  [part='drawer'] {
20
20
  background: var(--material-background-color);
21
- }
22
-
23
- [part='drawer'] {
24
21
  border-inline-end: 1px solid var(--material-secondary-background-color);
25
22
  }
26
23
 
@@ -12,12 +12,6 @@ const drawerToggle = css`
12
12
  margin-inline-end: 1em;
13
13
  }
14
14
 
15
- [part='icon'],
16
- [part='icon']::after,
17
- [part='icon']::before {
18
- background-color: currentColor;
19
- }
20
-
21
15
  [part='icon'] {
22
16
  top: 18px;
23
17
  left: 15px;
@@ -26,6 +20,7 @@ const drawerToggle = css`
26
20
  [part='icon'],
27
21
  [part='icon']::after,
28
22
  [part='icon']::before {
23
+ background-color: currentColor;
29
24
  height: 2px;
30
25
  width: 18px;
31
26
  }
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/app-layout",
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/app-layout",
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": {