@solcre-org/core-ui 2.15.39 → 2.15.40

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/index.d.ts CHANGED
@@ -4010,6 +4010,7 @@ declare class MainNavComponent implements OnChanges, OnInit, OnDestroy {
4010
4010
  ngOnChanges(changes: SimpleChanges): void;
4011
4011
  shouldShowUserSection(): boolean;
4012
4012
  getFallbackUserName(): string;
4013
+ getUserInitials(): string;
4013
4014
  hasPermission(item: NavItem): boolean;
4014
4015
  onToggleSidebar(): void;
4015
4016
  toggleSection(label: string, level: number): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solcre-org/core-ui",
3
- "version": "2.15.39",
3
+ "version": "2.15.40",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"