@ifsworld/granite-icons 1.4.3 → 1.5.0

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 CHANGED
@@ -1,3 +1,18 @@
1
+ # [@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)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **icons:** [Icon] fixed the fill issue in element setting icon ([94413df](https://bitbucket.org/ifs-pd/ifs-ux-designtokens/commits/94413df6ad6769edbe65b46f5696d507b5f906e0))
7
+ * **icons:** [Icons] Fixed the fill of the setting icon inside icons ([e99cfa0](https://bitbucket.org/ifs-pd/ifs-ux-designtokens/commits/e99cfa00e0ee7b79c144be2393df1b357b222a9f))
8
+
9
+ # [@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)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **icons:** [Icon] Added the Data,element,navigator, page settings and folder gear icons ([a3deb5d](https://bitbucket.org/ifs-pd/ifs-ux-designtokens/commits/a3deb5d4a6656d622a7805a4cab38381a251c972))
15
+
1
16
  # [@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
17
 
3
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ifsworld/granite-icons",
3
- "version": "1.4.3",
3
+ "version": "1.5.0",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "module": "./src/index.js",
6
6
  "type": "module",
@@ -71,3 +71,23 @@ Links To: UX-4248 | 7447ec868e94b78e9b26df46e37ec6008137a471
71
71
  ---
72
72
 
73
73
 
74
+ [trigger-release] › Thu, Jul 25, 2024 12:01:23 PM
75
+ fix(icons): [Icons] Fixed the fill of the setting icon inside icons
76
+
77
+ fixed the fill of the setting icon in Data settings ,element settings ,navigator settings, page
78
+ settings and folder gear icons
79
+
80
+ Links To: UX-4248 | 0ab6188c6e820cc719cad6a646d64de975a3fc74
81
+
82
+ ---
83
+
84
+
85
+ [trigger-release] › Fri, Jul 26, 2024 10:59:29 AM
86
+ fix(icons): [Icon] fixed the fill issue in element setting icon
87
+
88
+ Removed the fill in the triangle of the element setting icon | aef88679a24fe3221aa9ed2b09d3088f37a76664
89
+
90
+ ---
91
+
92
+ [trigger-release] › Manual Release for Angular 17 update
93
+