@lasterp/shared 1.0.0-alpha.6 → 1.0.0-alpha.7

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.
@@ -509,6 +509,8 @@ interface NavbarItem {
509
509
  enableLink: boolean;
510
510
  link?: string;
511
511
  dropdownDescription?: string;
512
+ dropdownCTALabel?: string;
513
+ dropdownCTALink?: string;
512
514
  groups?: NavbarSubItemGroup[];
513
515
  }
514
516
  interface NavbarSubItemGroup {
@@ -522,7 +524,8 @@ interface NavbarSubItem {
522
524
  link?: string;
523
525
  }
524
526
  interface Topbar {
525
- topbarEnabled: boolean;
527
+ enabled: boolean;
528
+ layout: string;
526
529
  items: TopbarItem[];
527
530
  }
528
531
  interface TopbarItem {
@@ -531,8 +534,8 @@ interface TopbarItem {
531
534
  link?: string;
532
535
  }
533
536
  interface Header {
534
- brand: Brand;
535
537
  headerType?: string;
538
+ brand: Brand;
536
539
  tabs: NavbarItem[];
537
540
  topbar: Topbar;
538
541
  }
@@ -509,6 +509,8 @@ interface NavbarItem {
509
509
  enableLink: boolean;
510
510
  link?: string;
511
511
  dropdownDescription?: string;
512
+ dropdownCTALabel?: string;
513
+ dropdownCTALink?: string;
512
514
  groups?: NavbarSubItemGroup[];
513
515
  }
514
516
  interface NavbarSubItemGroup {
@@ -522,7 +524,8 @@ interface NavbarSubItem {
522
524
  link?: string;
523
525
  }
524
526
  interface Topbar {
525
- topbarEnabled: boolean;
527
+ enabled: boolean;
528
+ layout: string;
526
529
  items: TopbarItem[];
527
530
  }
528
531
  interface TopbarItem {
@@ -531,8 +534,8 @@ interface TopbarItem {
531
534
  link?: string;
532
535
  }
533
536
  interface Header {
534
- brand: Brand;
535
537
  headerType?: string;
538
+ brand: Brand;
536
539
  tabs: NavbarItem[];
537
540
  topbar: Topbar;
538
541
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lasterp/shared",
3
- "version": "1.0.0-alpha.6",
3
+ "version": "1.0.0-alpha.7",
4
4
  "description": "Shared repo for webapp and native app",
5
5
  "license": "MIT",
6
6
  "files": [