@vaadin/confirm-dialog 23.1.0-beta1 → 23.1.0-beta2

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.
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@vaadin/confirm-dialog",
3
- "version": "23.1.0-beta1",
3
+ "version": "23.1.0-beta2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
7
  "description": "vaadin-confirm-dialog",
8
8
  "license": "https://raw.githubusercontent.com/vaadin/web-components/master/packages/confirm-dialog/LICENSE",
9
+ "cvdlName": "vaadin-confirm-dialog",
9
10
  "repository": {
10
11
  "type": "git",
11
12
  "url": "https://github.com/vaadin/web-components.git",
@@ -34,19 +35,19 @@
34
35
  ],
35
36
  "dependencies": {
36
37
  "@polymer/polymer": "^3.0.0",
37
- "@vaadin/button": "23.1.0-beta1",
38
- "@vaadin/component-base": "23.1.0-beta1",
39
- "@vaadin/dialog": "23.1.0-beta1",
38
+ "@vaadin/button": "23.1.0-beta2",
39
+ "@vaadin/component-base": "23.1.0-beta2",
40
+ "@vaadin/dialog": "23.1.0-beta2",
40
41
  "@vaadin/vaadin-license-checker": "^2.1.0",
41
- "@vaadin/vaadin-lumo-styles": "23.1.0-beta1",
42
- "@vaadin/vaadin-material-styles": "23.1.0-beta1",
43
- "@vaadin/vaadin-overlay": "23.1.0-beta1",
44
- "@vaadin/vaadin-themable-mixin": "23.1.0-beta1"
42
+ "@vaadin/vaadin-lumo-styles": "23.1.0-beta2",
43
+ "@vaadin/vaadin-material-styles": "23.1.0-beta2",
44
+ "@vaadin/vaadin-overlay": "23.1.0-beta2",
45
+ "@vaadin/vaadin-themable-mixin": "23.1.0-beta2"
45
46
  },
46
47
  "devDependencies": {
47
48
  "@esm-bundle/chai": "^4.3.4",
48
49
  "@vaadin/testing-helpers": "^0.3.2",
49
50
  "sinon": "^13.0.2"
50
51
  },
51
- "gitHead": "8be43cf83102a6b9ccf309687446e590ce0164e8"
52
+ "gitHead": "f11f9245a0b5e6bf912725a501c27c24b74e7c8d"
52
53
  }
@@ -97,6 +97,10 @@ class ConfirmDialog extends SlotMixin(ElementMixin(ThemePropertyMixin(PolymerEle
97
97
  return 'vaadin-confirm-dialog';
98
98
  }
99
99
 
100
+ static get cvdlName() {
101
+ return 'vaadin-confirm-dialog';
102
+ }
103
+
100
104
  static get properties() {
101
105
  return {
102
106
  /**