@nswdoe/app-icons 2.1.20 → 2.1.21

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/PDFs.zip CHANGED
Binary file
package/README.md CHANGED
@@ -3,6 +3,9 @@
3
3
  Single source of truth for DXP icons.
4
4
 
5
5
  ## Changelog
6
+ ### [2.1.21] 14-03-2024
7
+ - add my-pdp-alt2
8
+
6
9
  ### [2.1.20] 22-01-2024
7
10
  - add my-cyber-security-standards
8
11
 
@@ -243,7 +243,7 @@ var iconToClass = {
243
243
  "my-everyday-maths-icon": "essentials-none",
244
244
  "my-everyday-maths": "essentials-none",
245
245
  "my-science-statewide-staffroom": "essentials-red",
246
- "my-my-pdp-alt2": "essentials-none",
246
+ "my-pdp-alt2": "essentials-none",
247
247
  "my-qualtrics-survey": "essentials-none",
248
248
  "my-tqi-csaw": "essentials-blue",
249
249
  "my-efsg-technical-standards": "essentials-none",
@@ -244,7 +244,7 @@
244
244
  "my-everyday-maths": "essentials-none",
245
245
  "my-sentral": "essentials-none",
246
246
  "my-science-statewide-staffroom": "essentials-red",
247
- "my-my-pdp-alt2": "essentials-none",
247
+ "my-pdp-alt2": "essentials-none",
248
248
  "my-qualtrics-survey": "essentials-none",
249
249
  "my-tqi-csaw": "essentials-blue",
250
250
  "my-efsg-technical-standards": "essentials-none",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nswdoe/app-icons",
3
- "version": "2.1.20",
3
+ "version": "2.1.21",
4
4
  "description": "Application Icons and colours for NSW DoE.",
5
5
  "private": false,
6
6
  "main": "./essentialIconsMap.js",