@vaadin/icons 23.0.0-alpha2 → 23.0.0-beta1

Sign up to get free protection for your applications and to get access to all the features.
package/iconset.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2015 - 2021 Vaadin Ltd.
3
+ * Copyright (c) 2015 - 2022 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import '@polymer/iron-iconset-svg/iron-iconset-svg.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/icons",
3
- "version": "23.0.0-alpha2",
3
+ "version": "23.0.0-beta1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -18,6 +18,7 @@
18
18
  },
19
19
  "main": "vaadin-iconset.js",
20
20
  "module": "vaadin-iconset.js",
21
+ "type": "module",
21
22
  "scripts": {
22
23
  "icons": "gulp icons"
23
24
  },
@@ -37,7 +38,7 @@
37
38
  "@polymer/iron-icon": "^3.0.0",
38
39
  "@polymer/iron-iconset-svg": "^3.0.0",
39
40
  "@polymer/polymer": "^3.0.0",
40
- "@vaadin/icon": "23.0.0-alpha2"
41
+ "@vaadin/icon": "23.0.0-beta1"
41
42
  },
42
43
  "devDependencies": {
43
44
  "cheerio": "^1.0.0-rc.10",
@@ -46,5 +47,5 @@
46
47
  "gulp-concat": "^2.6.1",
47
48
  "gulp-modify": "^0.1.1"
48
49
  },
49
- "gitHead": "070f586dead02ca41b66717820c647f48bf1665f"
50
+ "gitHead": "467244b76021176c109df675799b07029b293e58"
50
51
  }
package/vaadin-icons.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2015 - 2021 Vaadin Ltd.
3
+ * Copyright (c) 2015 - 2022 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import '@polymer/iron-icon/iron-icon.js';
package/vaadin-iconset.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2015 - 2021 Vaadin Ltd.
3
+ * Copyright (c) 2015 - 2022 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import '@vaadin/icon/vaadin-iconset.js';