@dotglitch/ngx-common 1.0.22 → 1.0.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dotglitch/ngx-common",
3
3
  "private": false,
4
- "version": "1.0.22",
4
+ "version": "1.0.23",
5
5
  "repository": {
6
6
  "url": "https://github.com/knackstedt/dotglitch-ngx/tree/main/packages/common"
7
7
  },
package/types/menu.d.ts CHANGED
@@ -61,6 +61,10 @@ type BaseMenuItem<T = any> = {
61
61
  * Or can be a material icon identifier.
62
62
  */
63
63
  icon?: string;
64
+ /**
65
+ * CSS color string to apply on the mat icon
66
+ */
67
+ iconColor?: string;
64
68
  /**
65
69
  * Optional child menu
66
70
  */