@skyux/icons 7.23.1 → 8.0.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 +30 -0
- package/assets/css/skyux-icons-embedded.min.css +1 -1
- package/assets/css/skyux-icons.min.css +1 -1
- package/assets/manifest.json +166 -1
- package/assets/svg/skyux-icons.svg +33 -14
- package/module/__get-icon-manifest.js +2 -3
- package/module/icon-manifest.d.ts +4 -0
- package/module/version.js +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [8.0.0](https://github.com/blackbaud/skyux-icons/compare/7.24.0...8.0.0) (2025-05-20)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### ⚠ BREAKING CHANGES
|
|
7
|
+
|
|
8
|
+
* use correctly sized search icon SVGs ([#178](https://github.com/blackbaud/skyux-icons/issues/178))
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* add additional fluent icon list to manifest ([#183](https://github.com/blackbaud/skyux-icons/issues/183)) ([cf77f2f](https://github.com/blackbaud/skyux-icons/commit/cf77f2f47033dfb83d8f66531af97e4dcf10cf0b))
|
|
13
|
+
* use correctly sized search icon SVGs ([#178](https://github.com/blackbaud/skyux-icons/issues/178)) ([a172899](https://github.com/blackbaud/skyux-icons/commit/a172899a45bafb7e1f1e3071453b6a1f354c95a7))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* correct iconName for phone-action-credit-card ([#176](https://github.com/blackbaud/skyux-icons/issues/176)) ([160a8af](https://github.com/blackbaud/skyux-icons/commit/160a8af3bac4ebd8bcc35bb690eb972298b771a5))
|
|
19
|
+
|
|
20
|
+
## [7.24.0](https://github.com/blackbaud/skyux-icons/compare/7.23.1...7.24.0) (2025-05-02)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
* additional data entry grid icons ([#173](https://github.com/blackbaud/skyux-icons/issues/173)) ([d89d496](https://github.com/blackbaud/skyux-icons/commit/d89d49654dc33c57cf8220e3f1af5b6c4a5f671d))
|
|
26
|
+
* updated info icons ([#172](https://github.com/blackbaud/skyux-icons/issues/172)) ([55fc3c6](https://github.com/blackbaud/skyux-icons/commit/55fc3c6de42b90399aaf24ba8eef55fb2c946f39))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Bug Fixes
|
|
30
|
+
|
|
31
|
+
* info line variant is only one path ([#175](https://github.com/blackbaud/skyux-icons/issues/175)) ([262c615](https://github.com/blackbaud/skyux-icons/commit/262c615485a6afb51a418ecc521dbb920d1c12f2))
|
|
32
|
+
|
|
3
33
|
## [7.23.1](https://github.com/blackbaud/skyux-icons/compare/7.23.0...7.23.1) (2025-04-25)
|
|
4
34
|
|
|
5
35
|
|