@vaadin/vaadin-board 23.2.0-alpha1 → 23.2.0-alpha4

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.
File without changes
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vaadin/vaadin-board",
3
- "version": "23.2.0-alpha1",
3
+ "version": "23.2.0-alpha4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
7
  "description": "Polymer element to create flexible responsive layouts and build nice looking dashboard.",
8
- "license": "https://raw.githubusercontent.com/vaadin/vaadin-board/master/LICENSE.txt",
8
+ "license": "SEE LICENSE IN LICENSE",
9
9
  "cvdlName": "vaadin-board",
10
10
  "repository": {
11
11
  "type": "git",
@@ -37,7 +37,7 @@
37
37
  "polymer"
38
38
  ],
39
39
  "dependencies": {
40
- "@vaadin/board": "23.2.0-alpha1"
40
+ "@vaadin/board": "23.2.0-alpha4"
41
41
  },
42
- "gitHead": "f226a2976c270d3d53c824f6e0a740a5d3382d91"
42
+ "gitHead": "cbf5f1d0f38ac9b81c65cf9ef5660182e176e598"
43
43
  }
@@ -3,7 +3,7 @@
3
3
  * Copyright (c) 2017 - 2022 Vaadin Ltd.
4
4
  * This program is available under Commercial Vaadin Developer License 4.0, available at https://vaadin.com/license/cvdl-4.0.
5
5
  */
6
- import { BoardRow } from '@vaadin/board/src/vaadin-board-row.js';
6
+ import type { BoardRow } from '@vaadin/board/src/vaadin-board-row.js';
7
7
 
8
8
  /**
9
9
  * @deprecated Import `BoardRow` from `@vaadin/board/vaadin-board-row` instead.
@@ -3,7 +3,7 @@
3
3
  * Copyright (c) 2017 - 2022 Vaadin Ltd.
4
4
  * This program is available under Commercial Vaadin Developer License 4.0, available at https://vaadin.com/license/cvdl-4.0.
5
5
  */
6
- import { Board } from '@vaadin/board/src/vaadin-board.js';
6
+ import type { Board } from '@vaadin/board/src/vaadin-board.js';
7
7
 
8
8
  /**
9
9
  * @deprecated Import `Board` from `@vaadin/board` instead.