@vaadin/board 24.5.0-alpha6 → 24.5.0-alpha8

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/board",
3
- "version": "24.5.0-alpha6",
3
+ "version": "24.5.0-alpha8",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -39,18 +39,18 @@
39
39
  ],
40
40
  "dependencies": {
41
41
  "@polymer/polymer": "^3.0.0",
42
- "@vaadin/a11y-base": "24.5.0-alpha6",
43
- "@vaadin/component-base": "24.5.0-alpha6"
42
+ "@vaadin/a11y-base": "24.5.0-alpha8",
43
+ "@vaadin/component-base": "24.5.0-alpha8"
44
44
  },
45
45
  "devDependencies": {
46
- "@esm-bundle/chai": "^4.3.4",
47
- "@vaadin/testing-helpers": "^0.6.0",
48
- "sinon": "^13.0.2"
46
+ "@vaadin/chai-plugins": "24.5.0-alpha8",
47
+ "@vaadin/testing-helpers": "^1.0.0",
48
+ "sinon": "^18.0.0"
49
49
  },
50
50
  "cvdlName": "vaadin-board",
51
51
  "web-types": [
52
52
  "web-types.json",
53
53
  "web-types.lit.json"
54
54
  ],
55
- "gitHead": "c5f541dbe961a994730d4c60472ae957bf6b4c12"
55
+ "gitHead": "1e227aaa55df3f5dae3d477b9afb5fce4f5ece33"
56
56
  }
@@ -168,13 +168,13 @@ class BoardRow extends ResizeMixin(ElementMixin(PolymerElement)) {
168
168
 
169
169
  let spaceLeft = 4;
170
170
  let returnBoardCols = [];
171
- nodes.forEach((node, i) => {
171
+ nodes.forEach((_node, i) => {
172
172
  spaceLeft -= boardCols[i];
173
173
  });
174
174
 
175
175
  if (spaceLeft < 0) {
176
176
  this._reportError();
177
- boardCols.forEach((node, i) => {
177
+ boardCols.forEach((_node, i) => {
178
178
  returnBoardCols[i] = 1;
179
179
  });
180
180
  } else {
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": "24.5.0-alpha6",
4
+ "version": "24.5.0-alpha8",
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": "24.5.0-alpha6",
4
+ "version": "24.5.0-alpha8",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {