@nswdoe/app-icons 3.0.27 → 3.0.29
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 +6 -0
- package/essentialIconsMap.js +3 -1
- package/essentialIconsMap.json +3 -1
- package/package.json +1 -1
- package/sprite.svg +54 -0
package/README.md
CHANGED
package/essentialIconsMap.js
CHANGED
|
@@ -286,5 +286,7 @@ var iconToClass = {
|
|
|
286
286
|
"my-data-collections-portal": "essentials-none",
|
|
287
287
|
"my-sdd-pl": "essentials-none",
|
|
288
288
|
"my-cwu-report": "essentials-none",
|
|
289
|
-
"my-sli-llr": "essentials-none"
|
|
289
|
+
"my-sli-llr": "essentials-none",
|
|
290
|
+
"my-mypl-professional-learning": "essentials-none",
|
|
291
|
+
"my-canvs-education": "essentials-none"
|
|
290
292
|
};
|
package/essentialIconsMap.json
CHANGED
|
@@ -290,5 +290,7 @@
|
|
|
290
290
|
"my-data-collections-portal": "essentials-none",
|
|
291
291
|
"my-sdd-pl": "essentials-none",
|
|
292
292
|
"my-cwu-report": "essentials-none",
|
|
293
|
-
"my-sli-llr": "essentials-none"
|
|
293
|
+
"my-sli-llr": "essentials-none",
|
|
294
|
+
"my-mypl-professional-learning": "essentials-none",
|
|
295
|
+
"my-canvs-education": "essentials-none"
|
|
294
296
|
}
|