@ifsworld/granite-icons 1.4.3 → 1.5.1
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/CHANGELOG.md +22 -0
- package/assets/fonts/glyph/granite-iconfont-glyph.css +464 -446
- package/assets/fonts/glyph/granite-iconfont-glyph.woff +0 -0
- package/assets/fonts/glyph/granite-iconfont-glyph.woff2 +0 -0
- package/assets/fonts/ligature/all-icons.js +18 -0
- package/assets/fonts/ligature/granite-iconfont-liga.woff +0 -0
- package/assets/fonts/ligature/granite-iconfont-liga.woff2 +0 -0
- package/package.json +1 -1
- package/trigger-release.md +34 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
# [@ifsworld/granite-icons-v1.5.0](https://bitbucket.org/ifs-pd/ifs-ux-designtokens/compare/@ifsworld/granite-icons-v1.4.4...@ifsworld/granite-icons-v1.5.0) (2024-08-13)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **angular:** [tokens,icons] Upgraded to Angular 17 ([b48ce16](https://bitbucket.org/ifs-pd/ifs-ux-designtokens/commits/b48ce162da85e906604738fe6b16f32d6b4675f9))
|
|
7
|
+
|
|
8
|
+
# [@ifsworld/granite-icons-v1.4.4](https://bitbucket.org/ifs-pd/ifs-ux-designtokens/compare/@ifsworld/granite-icons-v1.4.3...@ifsworld/granite-icons-v1.4.4) (2024-07-26)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **icons:** [Icon] fixed the fill issue in element setting icon ([94413df](https://bitbucket.org/ifs-pd/ifs-ux-designtokens/commits/94413df6ad6769edbe65b46f5696d507b5f906e0))
|
|
14
|
+
* **icons:** [Icons] Fixed the fill of the setting icon inside icons ([e99cfa0](https://bitbucket.org/ifs-pd/ifs-ux-designtokens/commits/e99cfa00e0ee7b79c144be2393df1b357b222a9f))
|
|
15
|
+
|
|
16
|
+
# [@ifsworld/granite-icons-v1.4.3](https://bitbucket.org/ifs-pd/ifs-ux-designtokens/compare/@ifsworld/granite-icons-v1.4.2...@ifsworld/granite-icons-v1.4.3) (2024-07-25)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* **icons:** [Icon] Added the Data,element,navigator, page settings and folder gear icons ([a3deb5d](https://bitbucket.org/ifs-pd/ifs-ux-designtokens/commits/a3deb5d4a6656d622a7805a4cab38381a251c972))
|
|
22
|
+
|
|
1
23
|
# [@ifsworld/granite-icons-v1.4.2](https://bitbucket.org/ifs-pd/ifs-ux-designtokens/compare/@ifsworld/granite-icons-v1.4.1...@ifsworld/granite-icons-v1.4.2) (2024-06-24)
|
|
2
24
|
|
|
3
25
|
|