@vaadin/vaadin-lumo-styles 24.6.0-rc1 → 24.6.1

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.
@@ -45,7 +45,7 @@ registerStyles('', menuOverlayCore, { moduleId: 'lumo-menu-overlay-core' });
45
45
  const menuOverlayExt = css`
46
46
  /* Small viewport (bottom sheet) styles */
47
47
  /* Use direct media queries instead of the state attributes ([phone] and [fullscreen]) provided by the elements */
48
- @media (max-width: 420px), (max-height: 420px) {
48
+ @media (max-width: 450px), (max-height: 450px) {
49
49
  :host {
50
50
  top: 0 !important;
51
51
  right: 0 !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/vaadin-lumo-styles",
3
- "version": "24.6.0-rc1",
3
+ "version": "24.6.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -41,9 +41,9 @@
41
41
  ],
42
42
  "dependencies": {
43
43
  "@polymer/polymer": "^3.0.0",
44
- "@vaadin/component-base": "24.6.0-rc1",
45
- "@vaadin/icon": "24.6.0-rc1",
46
- "@vaadin/vaadin-themable-mixin": "24.6.0-rc1"
44
+ "@vaadin/component-base": "~24.6.1",
45
+ "@vaadin/icon": "~24.6.1",
46
+ "@vaadin/vaadin-themable-mixin": "~24.6.1"
47
47
  },
48
48
  "devDependencies": {
49
49
  "gulp": "^4.0.2",
@@ -52,5 +52,5 @@
52
52
  "gulp-sort": "^2.0.0",
53
53
  "gulp-svgmin": "^4.1.0"
54
54
  },
55
- "gitHead": "d62ba309e3286777ad3ea7e015d50a2c4976bb42"
55
+ "gitHead": "858d4220653a0603ce9c36da054889eb42ceb327"
56
56
  }