@vaadin/confirm-dialog
Advanced tools
Comparing version 22.0.18 to 22.0.19
{ | ||
"name": "@vaadin/confirm-dialog", | ||
"version": "22.0.18", | ||
"version": "22.0.19", | ||
"publishConfig": { | ||
@@ -36,10 +36,10 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/button": "^22.0.18", | ||
"@vaadin/component-base": "^22.0.18", | ||
"@vaadin/dialog": "^22.0.18", | ||
"@vaadin/button": "^22.0.19", | ||
"@vaadin/component-base": "^22.0.19", | ||
"@vaadin/dialog": "^22.0.19", | ||
"@vaadin/vaadin-license-checker": "^2.1.0", | ||
"@vaadin/vaadin-lumo-styles": "^22.0.18", | ||
"@vaadin/vaadin-material-styles": "^22.0.18", | ||
"@vaadin/vaadin-overlay": "^22.0.18", | ||
"@vaadin/vaadin-themable-mixin": "^22.0.18" | ||
"@vaadin/vaadin-lumo-styles": "^22.0.19", | ||
"@vaadin/vaadin-material-styles": "^22.0.19", | ||
"@vaadin/vaadin-overlay": "^22.0.19", | ||
"@vaadin/vaadin-themable-mixin": "^22.0.19" | ||
}, | ||
@@ -51,3 +51,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "8f5d45192adbb084661af01c8837d0898cd68a23" | ||
"gitHead": "6995c629cf6314ccbfebfcbc819bcfc47e1745ce" | ||
} |
@@ -66,2 +66,2 @@ # @vaadin/confirm-dialog | ||
Vaadin collects usage statistics at development time to improve this product. | ||
For confirm-dialog and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics. | ||
For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics. |
/** | ||
* @license | ||
* Copyright (c) 2018 - 2022 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
* This program is available under Commercial Vaadin Developer License 4.0, available at https://vaadin.com/license/cvdl-4.0. | ||
*/ | ||
@@ -6,0 +6,0 @@ import { ElementMixin } from '@vaadin/component-base/src/element-mixin.js'; |
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
38931