@vaadin/app-layout
Advanced tools
Comparing version 22.0.0-beta2 to 22.0.0-rc1
{ | ||
"name": "@vaadin/app-layout", | ||
"version": "22.0.0-beta2", | ||
"version": "22.0.0-rc1", | ||
"publishConfig": { | ||
@@ -37,15 +37,15 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/button": "22.0.0-beta2", | ||
"@vaadin/component-base": "22.0.0-beta2", | ||
"@vaadin/vaadin-lumo-styles": "22.0.0-beta2", | ||
"@vaadin/vaadin-material-styles": "22.0.0-beta2", | ||
"@vaadin/vaadin-themable-mixin": "22.0.0-beta2" | ||
"@vaadin/button": "22.0.0-rc1", | ||
"@vaadin/component-base": "22.0.0-rc1", | ||
"@vaadin/vaadin-lumo-styles": "22.0.0-rc1", | ||
"@vaadin/vaadin-material-styles": "22.0.0-rc1", | ||
"@vaadin/vaadin-themable-mixin": "22.0.0-rc1" | ||
}, | ||
"devDependencies": { | ||
"@esm-bundle/chai": "^4.3.4", | ||
"@vaadin/tabs": "22.0.0-beta2", | ||
"@vaadin/testing-helpers": "^0.3.0", | ||
"@vaadin/tabs": "22.0.0-rc1", | ||
"@vaadin/testing-helpers": "^0.3.2", | ||
"sinon": "^9.2.1" | ||
}, | ||
"gitHead": "f13833683e6667f6ca6678452db14aa6b7eac4a4" | ||
"gitHead": "7b6f44bcd2c0fd415028ace666feeb0fedb1d540" | ||
} |
@@ -0,4 +1,11 @@ | ||
/** | ||
* @license | ||
* Copyright (c) 2021 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
*/ | ||
import { isIOS } from '@vaadin/component-base/src/browser-utils.js'; | ||
export const _detectIosNavbar = function () { | ||
/* c8 ignore next 11 */ | ||
if (window.navigator.userAgent.match(/iPhone|iPad/i)) { | ||
if (isIOS) { | ||
const innerHeight = window.innerHeight; | ||
@@ -5,0 +12,0 @@ const innerWidth = window.innerWidth; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52685
1046
+ Added@vaadin/button@22.0.0-rc1(transitive)
+ Added@vaadin/component-base@22.0.0-rc1(transitive)
+ Added@vaadin/icon@22.0.0-rc1(transitive)
+ Added@vaadin/vaadin-lumo-styles@22.0.0-rc1(transitive)
+ Added@vaadin/vaadin-material-styles@22.0.0-rc1(transitive)
+ Added@vaadin/vaadin-themable-mixin@22.0.0-rc1(transitive)
- Removed@vaadin/button@22.0.0-beta2(transitive)
- Removed@vaadin/component-base@22.0.0-beta2(transitive)
- Removed@vaadin/icon@22.0.0-beta2(transitive)
- Removed@vaadin/vaadin-lumo-styles@22.0.0-beta2(transitive)
- Removed@vaadin/vaadin-material-styles@22.0.0-beta2(transitive)
- Removed@vaadin/vaadin-themable-mixin@22.0.0-beta2(transitive)
Updated@vaadin/button@22.0.0-rc1