@vaadin/board 25.2.0-alpha8 → 25.2.0-beta1

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.
@@ -57,8 +57,7 @@
57
57
  {
58
58
  "name": "superClass"
59
59
  }
60
- ],
61
- "attributes": []
60
+ ]
62
61
  }
63
62
  ],
64
63
  "exports": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/board",
3
- "version": "25.2.0-alpha8",
3
+ "version": "25.2.0-beta1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -38,13 +38,13 @@
38
38
  ],
39
39
  "dependencies": {
40
40
  "@open-wc/dedupe-mixin": "^1.3.0",
41
- "@vaadin/a11y-base": "25.2.0-alpha8",
42
- "@vaadin/component-base": "25.2.0-alpha8",
41
+ "@vaadin/a11y-base": "25.2.0-beta1",
42
+ "@vaadin/component-base": "25.2.0-beta1",
43
43
  "lit": "^3.0.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@vaadin/chai-plugins": "25.2.0-alpha8",
47
- "@vaadin/test-runner-commands": "25.2.0-alpha8",
46
+ "@vaadin/chai-plugins": "25.2.0-beta1",
47
+ "@vaadin/test-runner-commands": "25.2.0-beta1",
48
48
  "@vaadin/testing-helpers": "^2.0.0",
49
49
  "sinon": "^21.0.2"
50
50
  },
@@ -54,5 +54,5 @@
54
54
  "web-types.json",
55
55
  "web-types.lit.json"
56
56
  ],
57
- "gitHead": "2b82e20cdfc605b1187e9a24ae42869e1500ab68"
57
+ "gitHead": "471a23f60d1eb725f98a33f62cb9664d9c0a4163"
58
58
  }
@@ -4,7 +4,6 @@
4
4
  *
5
5
  * This program is available under Vaadin Commercial License and Service Terms.
6
6
  *
7
- *
8
7
  * See https://vaadin.com/commercial-license-and-service-terms for the full
9
8
  * license.
10
9
  */
@@ -17,10 +16,6 @@ const CLASSES = {
17
16
  LARGE: 'large',
18
17
  };
19
18
 
20
- /**
21
- * @polymerMixin
22
- * @mixes ResizeMixin
23
- */
24
19
  export const BoardRowMixin = (superClass) =>
25
20
  class BoardRowMixinClass extends ResizeMixin(superClass) {
26
21
  constructor() {
@@ -4,7 +4,6 @@
4
4
  *
5
5
  * This program is available under Vaadin Commercial License and Service Terms.
6
6
  *
7
- *
8
7
  * See https://vaadin.com/commercial-license-and-service-terms for the full
9
8
  * license.
10
9
  */
@@ -50,8 +49,6 @@ import { BoardRowMixin } from './vaadin-board-row-mixin.js';
50
49
  *
51
50
  * @customElement vaadin-board-row
52
51
  * @extends HTMLElement
53
- * @mixes ElementMixin
54
- * @mixes BoardRowMixin
55
52
  * @deprecated `<vaadin-board-row>` is deprecated and will be removed in Vaadin 26.
56
53
  * Consider using `<vaadin-dashboard>` or `<vaadin-dashboard-layout>` as an alternative.
57
54
  */
@@ -4,7 +4,6 @@
4
4
  *
5
5
  * This program is available under Vaadin Commercial License and Service Terms.
6
6
  *
7
- *
8
7
  * See https://vaadin.com/commercial-license-and-service-terms for the full
9
8
  * license.
10
9
  */
@@ -37,7 +36,6 @@ import { BoardRow } from './vaadin-board-row.js';
37
36
  *
38
37
  * @customElement vaadin-board
39
38
  * @extends HTMLElement
40
- * @mixes ElementMixin
41
39
  * @deprecated `<vaadin-board>` is deprecated and will be removed in Vaadin 26.
42
40
  * Consider using `<vaadin-dashboard>` or `<vaadin-dashboard-layout>` as an alternative.
43
41
  */
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/board",
4
- "version": "25.2.0-alpha8",
4
+ "version": "25.2.0-beta1",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/board",
4
- "version": "25.2.0-alpha8",
4
+ "version": "25.2.0-beta1",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {