@nswdoe/app-icons 3.0.28 → 3.0.30

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,12 @@
3
3
  Single source of truth for DXP icons.
4
4
 
5
5
  ## Changelog
6
+ ### [3.0.30] 02-09-2026
7
+ - add my-development-guides
8
+
9
+ ### [3.0.29] 02-09-2026
10
+ - add my-canvs-education
11
+ -
6
12
  ### [3.0.28] 25-08-2026
7
13
  - add my-mypl-professional-learning
8
14
 
@@ -287,5 +287,7 @@ var iconToClass = {
287
287
  "my-sdd-pl": "essentials-none",
288
288
  "my-cwu-report": "essentials-none",
289
289
  "my-sli-llr": "essentials-none",
290
- "my-mypl-professional-learning": "essentials-none"
290
+ "my-mypl-professional-learning": "essentials-none",
291
+ "my-canvs-education": "essentials-none",
292
+ "my-development-guides": "essentials-none"
291
293
  };
@@ -291,5 +291,7 @@
291
291
  "my-sdd-pl": "essentials-none",
292
292
  "my-cwu-report": "essentials-none",
293
293
  "my-sli-llr": "essentials-none",
294
- "my-mypl-professional-learning": "essentials-none"
294
+ "my-mypl-professional-learning": "essentials-none",
295
+ "my-canvs-education": "essentials-none",
296
+ "my-development-guides": "essentials-none"
295
297
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nswdoe/app-icons",
3
- "version": "3.0.28",
3
+ "version": "3.0.30",
4
4
  "description": "Application Icons and colours for NSW DoE.",
5
5
  "private": false,
6
6
  "main": "./essentialIconsMap.js",