@skyux/icons 10.3.0 → 10.4.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,6 +1,15 @@
1
1
  # Changelog
2
2
 
3
3
 
4
+ # [10.4.0](https://github.com/blackbaud/skyux-icons/compare/10.3.0...10.4.0) (2026-01-14)
5
+
6
+
7
+ ### Features
8
+
9
+ * add panel expand collapse to manifest ([#238](https://github.com/blackbaud/skyux-icons/issues/238)) ([efa6095](https://github.com/blackbaud/skyux-icons/commit/efa6095125cb4b09d7759dbfc027f3475b5da7cd))
10
+
11
+
12
+
4
13
  # [10.3.0](https://github.com/blackbaud/skyux-icons/compare/10.2.0...10.3.0) (2025-12-18)
5
14
 
6
15
 
@@ -151,16 +151,16 @@
151
151
  ]
152
152
  },
153
153
  {
154
- "iconName": "chevron-double-left",
154
+ "iconName": "chevron-double-right",
155
155
  "usage": [
156
- "Collapse navigation",
157
- "Collapse field"
156
+ "Expand all"
158
157
  ]
159
158
  },
160
159
  {
161
- "iconName": "chevron-double-right",
160
+ "iconName": "chevron-double-left",
162
161
  "usage": [
163
- "Expand navigation"
162
+ "Collapse all",
163
+ "Collapse field"
164
164
  ]
165
165
  },
166
166
  {
@@ -175,6 +175,18 @@
175
175
  "Collapse all"
176
176
  ]
177
177
  },
178
+ {
179
+ "iconName": "panel-left-expand",
180
+ "usage": [
181
+ "Expand left panel"
182
+ ]
183
+ },
184
+ {
185
+ "iconName": "panel-left-contract",
186
+ "usage": [
187
+ "Collapse left panel"
188
+ ]
189
+ },
178
190
  {
179
191
  "iconName": "chevron-up-down",
180
192
  "usage": [
@@ -968,8 +980,6 @@
968
980
  "options",
969
981
  "organization-horizontal",
970
982
  "paint-brush",
971
- "panel-left-contract",
972
- "panel-left-expand",
973
983
  "pause-circle",
974
984
  "payment-wireless",
975
985
  "person-add",
package/module/version.js CHANGED
@@ -15,4 +15,4 @@ export class Version {
15
15
  /**
16
16
  * Represents the version of @skyux/icons.
17
17
  */
18
- export const VERSION = new Version('10.3.0');
18
+ export const VERSION = new Version('10.4.0');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/icons",
3
- "version": "10.3.0",
3
+ "version": "10.4.0",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "description": "A sprite map for SKY UX SVG icons.",