@nswdoe/app-icons 2.0.33 → 2.0.34

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
@@ -4,7 +4,7 @@ Single source of truth for DXP icons.
4
4
 
5
5
  ## Changelog
6
6
 
7
- ### [2.0.33]
7
+ ### [2.0.34]
8
8
  #### Changed
9
9
  - fix my-training-services-rvp
10
10
  - add my-urh
@@ -220,5 +220,6 @@ var iconToClass = {
220
220
  "my-ssms": "essentials-blue",
221
221
  "my-skills-broker": "essentials-orange",
222
222
  "my-tele-counselling": "essentials-green",
223
- "my-online-learning-tools-marketplace": "essentials-orange"
223
+ "my-online-learning-tools-marketplace": "essentials-orange",
224
+ "my-urh": "essentials-green"
224
225
  };
@@ -220,6 +220,6 @@
220
220
  "my-ssms": "essentials-blue",
221
221
  "my-skills-broker": "essentials-orange",
222
222
  "my-tele-counselling": "essentials-green",
223
- "my-online-learning-tools-marketplace": "essentials-orange"
224
-
223
+ "my-online-learning-tools-marketplace": "essentials-orange",
224
+ "my-urh": "essentials-green"
225
225
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nswdoe/app-icons",
3
- "version": "2.0.33",
3
+ "version": "2.0.34",
4
4
  "description": "Application Icons and colours for NSW DoE.",
5
5
  "private": false,
6
6
  "main": "./essentialIconsMap.js",