@vaadin/vaadin-confirm-dialog
Advanced tools
Comparing version 1.3.0-alpha1 to 1.3.0-beta1
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-confirm-dialog", | ||
"version": "1.3.0-alpha1", | ||
"version": "1.3.0-beta1", | ||
"main": "vaadin-confirm-dialog.js", | ||
@@ -40,4 +40,4 @@ "author": "Vaadin Ltd", | ||
"@vaadin/vaadin-license-checker": "^2.1.0", | ||
"@vaadin/vaadin-dialog": "^2.5.0-alpha1", | ||
"@vaadin/vaadin-button": "^2.4.0-alpha1", | ||
"@vaadin/vaadin-dialog": "^2.5.0-beta1", | ||
"@vaadin/vaadin-button": "^2.4.0-beta1", | ||
"@vaadin/vaadin-overlay": "^3.5.0" | ||
@@ -44,0 +44,0 @@ }, |
@@ -81,2 +81,3 @@ /** | ||
* Text displayed on confirm-button. | ||
* @attr {string} confirm-text | ||
*/ | ||
@@ -87,2 +88,3 @@ confirmText: string; | ||
* Theme for a confirm-button. | ||
* @attr {string} confirm-theme | ||
*/ | ||
@@ -93,2 +95,3 @@ confirmTheme: string; | ||
* Set to true to disable closing dialog on Escape press | ||
* @attr {boolean} no-close-on-esc | ||
*/ | ||
@@ -104,2 +107,3 @@ noCloseOnEsc: boolean; | ||
* Text displayed on reject-button. | ||
* @attr {string} reject-text | ||
*/ | ||
@@ -110,2 +114,3 @@ rejectText: string; | ||
* Theme for a reject-button. | ||
* @attr {string} reject-theme | ||
*/ | ||
@@ -121,2 +126,3 @@ rejectTheme: string; | ||
* Text displayed on cancel-button. | ||
* @attr {string} cancel-text | ||
*/ | ||
@@ -127,2 +133,3 @@ cancelText: string; | ||
* Theme for a cancel-button. | ||
* @attr {string} cancel-theme | ||
*/ | ||
@@ -129,0 +136,0 @@ cancelTheme: string; |
@@ -69,3 +69,3 @@ /** | ||
</style> | ||
<vaadin-dialog id="dialog" opened="{{opened}}" aria-label="[[_getAriaLabel(header)]]" theme\$="[[theme]]" no-close-on-outside-click="" no-close-on-esc="[[noCloseOnEsc]]"> | ||
<vaadin-dialog id="dialog" opened="{{opened}}" aria-label="[[_getAriaLabel(header)]]" theme\$="_vaadin-confirm-dialog-dialog-overlay-theme [[theme]]" no-close-on-outside-click="" no-close-on-esc="[[noCloseOnEsc]]"> | ||
<template> | ||
@@ -117,3 +117,3 @@ <div id="content"> | ||
static get version() { | ||
return '1.3.0-alpha1'; | ||
return '1.3.0-beta1'; | ||
} | ||
@@ -152,2 +152,3 @@ | ||
* Text displayed on confirm-button. | ||
* @attr {string} confirm-text | ||
* @type {string} | ||
@@ -162,2 +163,3 @@ */ | ||
* Theme for a confirm-button. | ||
* @attr {string} confirm-theme | ||
* @type {string} | ||
@@ -172,2 +174,3 @@ */ | ||
* Set to true to disable closing dialog on Escape press | ||
* @attr {boolean} no-close-on-esc | ||
* @type {boolean} | ||
@@ -193,2 +196,3 @@ */ | ||
* Text displayed on reject-button. | ||
* @attr {string} reject-text | ||
* @type {string} | ||
@@ -203,2 +207,3 @@ */ | ||
* Theme for a reject-button. | ||
* @attr {string} reject-theme | ||
* @type {string} | ||
@@ -224,2 +229,3 @@ */ | ||
* Text displayed on cancel-button. | ||
* @attr {string} cancel-text | ||
* @type {string} | ||
@@ -234,2 +240,3 @@ */ | ||
* Theme for a cancel-button. | ||
* @attr {string} cancel-theme | ||
* @type {string} | ||
@@ -236,0 +243,0 @@ */ |
@@ -10,3 +10,3 @@ import '@vaadin/vaadin-lumo-styles/color.js'; | ||
<style> | ||
#content { | ||
:host([theme~="_vaadin-confirm-dialog-dialog-overlay-theme"]) [part="content"] { | ||
height: auto; | ||
@@ -13,0 +13,0 @@ box-sizing: content-box; |
@@ -76,3 +76,3 @@ import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
<style include="material-vaadin-overlay"> | ||
[part="overlay"] { | ||
:host([theme~="_vaadin-confirm-dialog-dialog-overlay-theme"]) [part="overlay"] { | ||
max-width: 100%; | ||
@@ -82,3 +82,3 @@ min-width: 0; | ||
[part="content"] { | ||
:host([theme~="_vaadin-confirm-dialog-dialog-overlay-theme"]) [part="content"] { | ||
padding: 8px 24px; | ||
@@ -85,0 +85,0 @@ min-width: 0; |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
41559
675
1