@vaadin/board 22.0.13 → 22.0.16

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": "22.0.13",
3
+ "version": "22.0.16",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -37,7 +37,7 @@
37
37
  "dependencies": {
38
38
  "@polymer/iron-resizable-behavior": "^3.0.0",
39
39
  "@polymer/polymer": "^3.0.0",
40
- "@vaadin/component-base": "^22.0.13",
40
+ "@vaadin/component-base": "^22.0.16",
41
41
  "@vaadin/vaadin-license-checker": "^2.1.0"
42
42
  },
43
43
  "devDependencies": {
@@ -45,5 +45,5 @@
45
45
  "@vaadin/testing-helpers": "^0.3.2",
46
46
  "sinon": "^9.2.1"
47
47
  },
48
- "gitHead": "0ef3a237a2db4255710aa878debb169eb52a1715"
48
+ "gitHead": "dac6f243594ea700bb796d3b41d7b17736d90be8"
49
49
  }
@@ -14,7 +14,7 @@ import { ElementMixin } from '@vaadin/component-base/src/element-mixin.js';
14
14
  const CLASSES = {
15
15
  SMALL: 'small',
16
16
  MEDIUM: 'medium',
17
- LARGE: 'large'
17
+ LARGE: 'large',
18
18
  };
19
19
 
20
20
  /**
@@ -101,8 +101,8 @@ class BoardRow extends ElementMixin(mixinBehaviors([IronResizableBehavior], Poly
101
101
  bubbles: true,
102
102
  cancelable: true,
103
103
  composed: true,
104
- detail: {}
105
- })
104
+ detail: {},
105
+ }),
106
106
  );
107
107
  });
108
108
  }