@vaadin/dialog 25.3.0-alpha7 → 25.3.0-dev.1fa5a51482

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.
@@ -1309,46 +1309,6 @@
1309
1309
  }
1310
1310
  }
1311
1311
  ],
1312
- "mixins": [
1313
- {
1314
- "name": "DialogSizeMixin",
1315
- "module": "src/vaadin-dialog-size-mixin.js"
1316
- },
1317
- {
1318
- "name": "DialogDraggableMixin",
1319
- "module": "src/vaadin-dialog-draggable-mixin.js"
1320
- },
1321
- {
1322
- "name": "DialogResizableMixin",
1323
- "module": "src/vaadin-dialog-resizable-mixin.js"
1324
- },
1325
- {
1326
- "name": "DialogRendererMixin",
1327
- "module": "src/vaadin-dialog-renderer-mixin.js"
1328
- },
1329
- {
1330
- "name": "DialogBaseMixin",
1331
- "module": "src/vaadin-dialog-base-mixin.js"
1332
- },
1333
- {
1334
- "name": "ThemePropertyMixin",
1335
- "package": "@vaadin/vaadin-themable-mixin/vaadin-theme-property-mixin.js"
1336
- },
1337
- {
1338
- "name": "ElementMixin",
1339
- "package": "@vaadin/component-base/src/element-mixin.js"
1340
- },
1341
- {
1342
- "name": "PolylitMixin",
1343
- "package": "@vaadin/component-base/src/polylit-mixin.js"
1344
- }
1345
- ],
1346
- "superclass": {
1347
- "name": "LitElement",
1348
- "package": "lit"
1349
- },
1350
- "tagName": "vaadin-dialog",
1351
- "customElement": true,
1352
1312
  "attributes": [
1353
1313
  {
1354
1314
  "name": "draggable",
@@ -1534,6 +1494,13 @@
1534
1494
  "module": "src/vaadin-dialog-resizable-mixin.js"
1535
1495
  }
1536
1496
  },
1497
+ {
1498
+ "type": {
1499
+ "text": "string"
1500
+ },
1501
+ "description": "The theme variants to apply to the component.",
1502
+ "name": "theme"
1503
+ },
1537
1504
  {
1538
1505
  "name": "top",
1539
1506
  "type": {
@@ -1558,7 +1525,47 @@
1558
1525
  "module": "src/vaadin-dialog-size-mixin.js"
1559
1526
  }
1560
1527
  }
1561
- ]
1528
+ ],
1529
+ "mixins": [
1530
+ {
1531
+ "name": "DialogSizeMixin",
1532
+ "module": "src/vaadin-dialog-size-mixin.js"
1533
+ },
1534
+ {
1535
+ "name": "DialogDraggableMixin",
1536
+ "module": "src/vaadin-dialog-draggable-mixin.js"
1537
+ },
1538
+ {
1539
+ "name": "DialogResizableMixin",
1540
+ "module": "src/vaadin-dialog-resizable-mixin.js"
1541
+ },
1542
+ {
1543
+ "name": "DialogRendererMixin",
1544
+ "module": "src/vaadin-dialog-renderer-mixin.js"
1545
+ },
1546
+ {
1547
+ "name": "DialogBaseMixin",
1548
+ "module": "src/vaadin-dialog-base-mixin.js"
1549
+ },
1550
+ {
1551
+ "name": "ThemePropertyMixin",
1552
+ "package": "@vaadin/vaadin-themable-mixin/vaadin-theme-property-mixin.js"
1553
+ },
1554
+ {
1555
+ "name": "ElementMixin",
1556
+ "package": "@vaadin/component-base/src/element-mixin.js"
1557
+ },
1558
+ {
1559
+ "name": "PolylitMixin",
1560
+ "package": "@vaadin/component-base/src/polylit-mixin.js"
1561
+ }
1562
+ ],
1563
+ "superclass": {
1564
+ "name": "LitElement",
1565
+ "package": "lit"
1566
+ },
1567
+ "tagName": "vaadin-dialog",
1568
+ "customElement": true
1562
1569
  }
1563
1570
  ],
1564
1571
  "exports": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/dialog",
3
- "version": "25.3.0-alpha7",
3
+ "version": "25.3.0-dev.1fa5a51482",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -37,19 +37,19 @@
37
37
  ],
38
38
  "dependencies": {
39
39
  "@open-wc/dedupe-mixin": "^1.3.0",
40
- "@vaadin/component-base": "25.3.0-alpha7",
41
- "@vaadin/lit-renderer": "25.3.0-alpha7",
42
- "@vaadin/overlay": "25.3.0-alpha7",
43
- "@vaadin/vaadin-themable-mixin": "25.3.0-alpha7",
40
+ "@vaadin/component-base": "25.3.0-dev.1fa5a51482",
41
+ "@vaadin/lit-renderer": "25.3.0-dev.1fa5a51482",
42
+ "@vaadin/overlay": "25.3.0-dev.1fa5a51482",
43
+ "@vaadin/vaadin-themable-mixin": "25.3.0-dev.1fa5a51482",
44
44
  "lit": "^3.0.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@vaadin/a11y-base": "25.3.0-alpha7",
48
- "@vaadin/aura": "25.3.0-alpha7",
49
- "@vaadin/chai-plugins": "25.3.0-alpha7",
50
- "@vaadin/test-runner-commands": "25.3.0-alpha7",
47
+ "@vaadin/a11y-base": "25.3.0-dev.1fa5a51482",
48
+ "@vaadin/aura": "25.3.0-dev.1fa5a51482",
49
+ "@vaadin/chai-plugins": "25.3.0-dev.1fa5a51482",
50
+ "@vaadin/test-runner-commands": "25.3.0-dev.1fa5a51482",
51
51
  "@vaadin/testing-helpers": "^2.0.0",
52
- "@vaadin/vaadin-lumo-styles": "25.3.0-alpha7",
52
+ "@vaadin/vaadin-lumo-styles": "25.3.0-dev.1fa5a51482",
53
53
  "sinon": "^22.0.0"
54
54
  },
55
55
  "customElements": "custom-elements.json",
@@ -57,5 +57,5 @@
57
57
  "web-types.json",
58
58
  "web-types.lit.json"
59
59
  ],
60
- "gitHead": "ae7b9823df5598faebd7a482993029ee489c35ae"
60
+ "gitHead": "1cd5964b758ffbce3ddb6248a1997f55f8e0ebf6"
61
61
  }
@@ -16,6 +16,7 @@ import { DialogOverlayMixin } from './vaadin-dialog-overlay-mixin.js';
16
16
  /**
17
17
  * An element used internally by `<vaadin-dialog>`. Not intended to be used separately.
18
18
  *
19
+ * @attr {string} theme - The theme variants to apply to the component.
19
20
  * @customElement vaadin-dialog-overlay
20
21
  * @extends HTMLElement
21
22
  * @private
@@ -116,6 +116,7 @@ export { DialogOverlay } from './vaadin-dialog-overlay.js';
116
116
  * @fires {CustomEvent} opened-changed - Fired when the `opened` property changes.
117
117
  * @fires {CustomEvent} closed - Fired when the dialog is closed.
118
118
  *
119
+ * @attr {string} theme - The theme variants to apply to the component.
119
120
  * @customElement vaadin-dialog
120
121
  * @extends HTMLElement
121
122
  */
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/dialog",
4
- "version": "25.3.0-alpha7",
4
+ "version": "25.3.0-dev.1fa5a51482",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -123,9 +123,7 @@
123
123
  "description": "The theme variants to apply to the component.",
124
124
  "value": {
125
125
  "type": [
126
- "string",
127
- "null",
128
- "undefined"
126
+ "string"
129
127
  ]
130
128
  }
131
129
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/dialog",
4
- "version": "25.3.0-alpha7",
4
+ "version": "25.3.0-dev.1fa5a51482",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {