@skyux/icons 7.4.0 → 7.6.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 +15 -0
- package/assets/manifest.json +26 -0
- 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 +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [7.6.0](https://github.com/blackbaud/skyux-icons/compare/7.5.0...7.6.0) (2024-08-21)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add Fluent icon: `circle-half-fill` ([7f800f8](https://github.com/blackbaud/skyux-icons/commit/7f800f84467a828990fd105661cd6871ec4fdee4))
|
|
9
|
+
|
|
10
|
+
## [7.5.0](https://github.com/blackbaud/skyux-icons/compare/7.4.0...7.5.0) (2024-07-25)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* add icons to svg list ([#107](https://github.com/blackbaud/skyux-icons/issues/107)) ([6a0cf49](https://github.com/blackbaud/skyux-icons/commit/6a0cf4920be450632bb3395303713dcb3b02e640))
|
|
16
|
+
* update metadata.json with new tab icon and workplace culture ([#104](https://github.com/blackbaud/skyux-icons/issues/104)) ([ac0196c](https://github.com/blackbaud/skyux-icons/commit/ac0196cd2ad8d03d5af8ba9926f148b1e257ec03))
|
|
17
|
+
|
|
3
18
|
## [7.4.0](https://github.com/blackbaud/skyux-icons/compare/7.3.0...7.4.0) (2024-07-02)
|
|
4
19
|
|
|
5
20
|
|
package/assets/manifest.json
CHANGED
|
@@ -1675,6 +1675,32 @@
|
|
|
1675
1675
|
],
|
|
1676
1676
|
"code": 59569
|
|
1677
1677
|
},
|
|
1678
|
+
{
|
|
1679
|
+
"name": "workflow-teammate-circle-2-line",
|
|
1680
|
+
"usage": [
|
|
1681
|
+
"Workplace culture"
|
|
1682
|
+
],
|
|
1683
|
+
"aliases": [
|
|
1684
|
+
"workflow-teammate-circle-2-line"
|
|
1685
|
+
],
|
|
1686
|
+
"owner": [
|
|
1687
|
+
"Webalys, LLC"
|
|
1688
|
+
],
|
|
1689
|
+
"code": 59770
|
|
1690
|
+
},
|
|
1691
|
+
{
|
|
1692
|
+
"name": "workflow-teammate-circle-2-solid",
|
|
1693
|
+
"usage": [
|
|
1694
|
+
"Workplace culture"
|
|
1695
|
+
],
|
|
1696
|
+
"aliases": [
|
|
1697
|
+
"workflow-teammate-circle-2-solid"
|
|
1698
|
+
],
|
|
1699
|
+
"owner": [
|
|
1700
|
+
"Webalys, LLC"
|
|
1701
|
+
],
|
|
1702
|
+
"code": 59771
|
|
1703
|
+
},
|
|
1678
1704
|
{
|
|
1679
1705
|
"name": "sparkles-2-line",
|
|
1680
1706
|
"usage": [
|