@softheon/armature 15.14.0 → 15.14.2

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.
@@ -48,4 +48,6 @@ export interface HeaderSettings {
48
48
  displayDarkTheme?: boolean;
49
49
  /** The dark theme text */
50
50
  darkThemeText?: string;
51
+ /** True if we want to show username as unclickable*/
52
+ makeUsernameUnclickable?: boolean;
51
53
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softheon/armature",
3
- "version": "15.14.0",
3
+ "version": "15.14.2",
4
4
  "dependencies": {
5
5
  "tslib": "^2.5.0"
6
6
  },