@softheon/armature 19.11.0 → 19.11.1

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.
@@ -108,6 +108,8 @@ export interface HeaderUserMenuData {
108
108
  firstName: string;
109
109
  lastName: string;
110
110
  email?: string;
111
+ profileImage?: string;
112
+ profileIconText?: string;
111
113
  /** Only for Broker portal */
112
114
  npn?: string;
113
115
  shareLink?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softheon/armature",
3
- "version": "19.11.0",
3
+ "version": "19.11.1",
4
4
  "dependencies": {
5
5
  "tslib": "^2.5.0"
6
6
  },