@nswdoe/app-icons 2.3.21 → 2.3.23

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/README.md CHANGED
@@ -3,6 +3,9 @@
3
3
  Single source of truth for DXP icons.
4
4
 
5
5
  ## Changelog
6
+ ### [2.3.22] 07-07-2025
7
+ - add my-edu-search, my-nsw-edu-chat
8
+
6
9
  ### [2.3.21] 07-07-2025
7
10
  - add msmw
8
11
 
@@ -273,5 +273,7 @@ var iconToClass = {
273
273
  "my-pdhpe": "essentials-none",
274
274
  "my-clickview": "essentials-none",
275
275
  "my-ar": "essentials-none",
276
- "my-msmw": "essentials-none"
276
+ "my-msmw": "essentials-none",
277
+ "my-edu-search": "essentials-none",
278
+ "my-nsw-edu-chat": "essentials-none"
277
279
  };
@@ -277,5 +277,7 @@
277
277
  "my-pdhpe": "essentials-none",
278
278
  "my-clickview": "essentials-none",
279
279
  "my-ar": "essentials-none",
280
- "my-msmw": "essentials-none"
280
+ "my-msmw": "essentials-none",
281
+ "my-edu-search": "essentials-none",
282
+ "my-nsw-edu-chat": "essentials-none"
281
283
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nswdoe/app-icons",
3
- "version": "2.3.21",
3
+ "version": "2.3.23",
4
4
  "description": "Application Icons and colours for NSW DoE.",
5
5
  "private": false,
6
6
  "main": "./essentialIconsMap.js",