@vaadin/vaadin-dialog
Advanced tools
Comparing version 3.0.0-alpha1 to 20.0.0-alpha1
{ | ||
"name": "@vaadin/vaadin-dialog", | ||
"version": "3.0.0-alpha1", | ||
"version": "20.0.0-alpha1", | ||
"description": "vaadin-dialog", | ||
@@ -28,38 +28,12 @@ "main": "vaadin-dialog.js", | ||
"scripts": { | ||
"analyze": "polymer analyze vaadin-* > analysis.json", | ||
"check-version": "magi check-version", | ||
"debug": "web-test-runner test/*.test.js --watch", | ||
"dist": "rimraf dist && npm run analyze && rollup -c rollup.config.js && cp analysis.json dist", | ||
"lint": "npm run lint:js && npm run lint:css && npm run lint:types", | ||
"lint:css": "stylelint src/*.js theme/**/*-styles.js", | ||
"lint:js": "eslint src theme test", | ||
"lint:types": "tsc", | ||
"prestart": "npm run analyze", | ||
"preversion": "magi update-version", | ||
"screenshots": "hermione test/visual/test.js --update-refs", | ||
"serve:dist": "web-dev-server --app-index dist/index.html --open", | ||
"start": "web-dev-server --node-resolve --open", | ||
"test": "web-test-runner test/*.test.js --coverage", | ||
"test:sauce": "TEST_ENV=sauce npm test", | ||
"test:visual": "hermione test/visual/test.js" | ||
"dist": "rimraf dist && polymer analyze vaadin-* > analysis.json && rollup -c rollup.config.js && cp analysis.json dist" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged" | ||
} | ||
}, | ||
"lint-staged": { | ||
"*.js": [ | ||
"eslint --fix", | ||
"prettier --write" | ||
] | ||
}, | ||
"dependencies": { | ||
"@polymer/iron-resizable-behavior": "^3.0.0", | ||
"@polymer/polymer": "^3.0.0", | ||
"@polymer/iron-resizable-behavior": "^3.0.0", | ||
"@vaadin/vaadin-overlay": "^3.5.0", | ||
"@vaadin/vaadin-themable-mixin": "^1.6.1", | ||
"@vaadin/vaadin-lumo-styles": "^1.6.1", | ||
"@vaadin/vaadin-material-styles": "^1.3.2", | ||
"@vaadin/vaadin-element-mixin": "^2.4.1" | ||
"@vaadin/vaadin-element-mixin": "^20.0.0-alpha1", | ||
"@vaadin/vaadin-lumo-styles": "^20.0.0-alpha1", | ||
"@vaadin/vaadin-material-styles": "^20.0.0-alpha1", | ||
"@vaadin/vaadin-overlay": "^20.0.0-alpha1", | ||
"@vaadin/vaadin-themable-mixin": "^20.0.0-alpha1" | ||
}, | ||
@@ -72,25 +46,12 @@ "devDependencies": { | ||
"@polymer/iron-test-helpers": "^3.0.0", | ||
"@vaadin/vaadin-text-field": "^3.0.0-alpha1", | ||
"@web/dev-server": "^0.1.4", | ||
"@web/test-runner": "^0.12.3", | ||
"@web/test-runner-saucelabs": "^0.4.0", | ||
"eslint": "^7.18.0", | ||
"eslint-config-prettier": "^6.15.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"hermione": "^3.9.0", | ||
"hermione-esm": "^0.4.0", | ||
"hermione-sauce": "^0.1.0", | ||
"husky": "^4.3.0", | ||
"lint-staged": "^10.5.1", | ||
"magi-cli": "^0.28.0", | ||
"prettier": "^2.2.0", | ||
"@vaadin/vaadin-text-field": "^20.0.0-alpha1", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.34.1", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"sinon": "^9.2.1", | ||
"stylelint": "^13.8.0", | ||
"stylelint-config-prettier": "^8.0.2", | ||
"stylelint-config-vaadin": "^0.2.10", | ||
"typescript": "^4.1.3" | ||
} | ||
"sinon": "^9.2.1" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "93c8e0ec03a178c6d74261261f985bd07f7cc79c" | ||
} |
/** | ||
@license | ||
Copyright (c) 2017 Vaadin Ltd. | ||
This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
*/ | ||
* @license | ||
* Copyright (c) 2021 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
*/ | ||
import { PolymerElement, html } from '@polymer/polymer/polymer-element.js'; | ||
@@ -222,3 +222,3 @@ import { IronResizableBehavior } from '@polymer/iron-resizable-behavior/iron-resizable-behavior.js'; | ||
static get version() { | ||
return '3.0.0-alpha1'; | ||
return '20.0.0-alpha1'; | ||
} | ||
@@ -225,0 +225,0 @@ |
@@ -31,2 +31,7 @@ import { registerStyles, css } from '@vaadin/vaadin-themable-mixin/register-styles.js'; | ||
/* No padding */ | ||
:host([theme~='no-padding']) [part='content'] { | ||
padding: 0; | ||
} | ||
/* Animations */ | ||
@@ -33,0 +38,0 @@ |
@@ -19,4 +19,9 @@ import { registerStyles, css } from '@vaadin/vaadin-themable-mixin/register-styles.js'; | ||
} | ||
/* No padding */ | ||
:host([theme~='no-padding']) [part='content'] { | ||
padding: 0; | ||
} | ||
`, | ||
{ include: ['material-overlay'], moduleId: 'material-dialog' } | ||
); |
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
10
1017
50352
+ Added@vaadin/vaadin-element-mixin@20.0.5(transitive)
+ Added@vaadin/vaadin-lumo-styles@20.0.5(transitive)
+ Added@vaadin/vaadin-material-styles@20.0.5(transitive)
+ Added@vaadin/vaadin-overlay@20.0.5(transitive)
+ Added@vaadin/vaadin-themable-mixin@20.0.5(transitive)
- Removed@vaadin/vaadin-element-mixin@2.4.2(transitive)
- Removed@vaadin/vaadin-lumo-styles@1.6.1(transitive)
- Removed@vaadin/vaadin-material-styles@1.3.2(transitive)
- Removed@vaadin/vaadin-overlay@3.5.1(transitive)
- Removed@vaadin/vaadin-themable-mixin@1.6.2(transitive)