@vaadin/icons 24.5.0-alpha9 → 24.5.0-rc1
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
@@ -2,11 +2,11 @@
|
|
2
2
|
|
3
3
|
A set of 600+ icons designed for web applications.
|
4
4
|
|
5
|
-
[Documentation + Live Demo ↗](https://vaadin.com/docs/latest/
|
5
|
+
[Documentation + Live Demo ↗](https://vaadin.com/docs/latest/components/icons/default-icons#vaadin-icons)
|
6
6
|
|
7
7
|
[![npm version](https://badgen.net/npm/v/@vaadin/icons)](https://www.npmjs.com/package/@vaadin/icons)
|
8
8
|
|
9
|
-
[<img src="https://raw.githubusercontent.com/vaadin/web-components/main/packages/icons/screenshot.png" width="728" alt="Screenshot of vaadin-icons">](https://vaadin.com/docs/latest/
|
9
|
+
[<img src="https://raw.githubusercontent.com/vaadin/web-components/main/packages/icons/screenshot.png" width="728" alt="Screenshot of vaadin-icons">](https://vaadin.com/docs/latest/components/icons/default-icons#vaadin-icons)
|
10
10
|
|
11
11
|
## Installation
|
12
12
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vaadin/icons",
|
3
|
-
"version": "24.5.0-
|
3
|
+
"version": "24.5.0-rc1",
|
4
4
|
"publishConfig": {
|
5
5
|
"access": "public"
|
6
6
|
},
|
@@ -36,7 +36,7 @@
|
|
36
36
|
],
|
37
37
|
"dependencies": {
|
38
38
|
"@polymer/polymer": "^3.0.0",
|
39
|
-
"@vaadin/icon": "24.5.0-
|
39
|
+
"@vaadin/icon": "24.5.0-rc1"
|
40
40
|
},
|
41
41
|
"devDependencies": {
|
42
42
|
"cheerio": "^1.0.0-rc.10",
|
@@ -45,5 +45,5 @@
|
|
45
45
|
"gulp-concat": "^2.6.1",
|
46
46
|
"gulp-modify": "^0.1.1"
|
47
47
|
},
|
48
|
-
"gitHead": "
|
48
|
+
"gitHead": "a8ae853ab69d7938cf507843784f1551a2eeb972"
|
49
49
|
}
|