@skyux/icons 7.21.1 → 7.22.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 +14 -0
- package/assets/manifest.json +7 -5
- package/assets/svg/skyux-icons.svg +1 -1
- package/module/__get-icon-manifest.js +1 -1
- package/module/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [7.22.0](https://github.com/blackbaud/skyux-icons/compare/7.21.2...7.22.0) (2025-04-01)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add building shop ([#165](https://github.com/blackbaud/skyux-icons/issues/165)) ([e11dd28](https://github.com/blackbaud/skyux-icons/commit/e11dd283adc97b64584bc524d7ebabfe491a15b8))
|
|
9
|
+
|
|
10
|
+
## [7.21.2](https://github.com/blackbaud/skyux-icons/compare/7.21.1...7.21.2) (2025-03-28)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* use correct SVG icons in metadata ([#163](https://github.com/blackbaud/skyux-icons/issues/163)) ([bc0a6bc](https://github.com/blackbaud/skyux-icons/commit/bc0a6bc23edc461afbe1789a7a1984adf60c85a3))
|
|
16
|
+
|
|
3
17
|
## [7.21.1](https://github.com/blackbaud/skyux-icons/compare/7.21.0...7.21.1) (2025-03-26)
|
|
4
18
|
|
|
5
19
|
|
package/assets/manifest.json
CHANGED
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"close",
|
|
71
71
|
"remove"
|
|
72
72
|
],
|
|
73
|
-
"iconName": "
|
|
73
|
+
"iconName": "close",
|
|
74
74
|
"code": 59416
|
|
75
75
|
},
|
|
76
76
|
{
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
"faNames": [
|
|
374
374
|
"ellipsis-h"
|
|
375
375
|
],
|
|
376
|
-
"iconName": "more-
|
|
376
|
+
"iconName": "more-actions",
|
|
377
377
|
"code": 59427
|
|
378
378
|
},
|
|
379
379
|
{
|
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
"faNames": [
|
|
398
398
|
"th"
|
|
399
399
|
],
|
|
400
|
-
"iconName": "re-order-
|
|
400
|
+
"iconName": "re-order-dots-vertical",
|
|
401
401
|
"code": 59476
|
|
402
402
|
},
|
|
403
403
|
{
|
|
@@ -1684,7 +1684,7 @@
|
|
|
1684
1684
|
"owner": [
|
|
1685
1685
|
"Webalys, LLC"
|
|
1686
1686
|
],
|
|
1687
|
-
"iconName": "
|
|
1687
|
+
"iconName": "book",
|
|
1688
1688
|
"code": 59576
|
|
1689
1689
|
},
|
|
1690
1690
|
{
|
|
@@ -1756,7 +1756,7 @@
|
|
|
1756
1756
|
"owner": [
|
|
1757
1757
|
"Webalys, LLC"
|
|
1758
1758
|
],
|
|
1759
|
-
"iconName": "
|
|
1759
|
+
"iconName": "hand-open-heart",
|
|
1760
1760
|
"code": 59560
|
|
1761
1761
|
},
|
|
1762
1762
|
{
|
|
@@ -1783,6 +1783,7 @@
|
|
|
1783
1783
|
"owner": [
|
|
1784
1784
|
"Webalys, LLC"
|
|
1785
1785
|
],
|
|
1786
|
+
"iconName": "hand-open-heart",
|
|
1786
1787
|
"code": 59561
|
|
1787
1788
|
},
|
|
1788
1789
|
{
|
|
@@ -1809,6 +1810,7 @@
|
|
|
1809
1810
|
"owner": [
|
|
1810
1811
|
"Webalys, LLC"
|
|
1811
1812
|
],
|
|
1813
|
+
"iconName": "workflow-teammate-circle",
|
|
1812
1814
|
"code": 59770
|
|
1813
1815
|
},
|
|
1814
1816
|
{
|