@salesforcedevs/mrkt-components
Advanced tools
Comparing version 1.3.171-alpha.0 to 1.3.171-alpha.2
{ | ||
"name": "@salesforcedevs/mrkt-components", | ||
"version": "1.3.171-alpha.0", | ||
"version": "1.3.171-alpha.2", | ||
"description": "Marketing Lightning web components for DSC", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -15,3 +15,3 @@ import { api, LightningElement } from "lwc"; | ||
@api subtitle?: string; | ||
@api title!: string; | ||
@api title?: string; | ||
@@ -18,0 +18,0 @@ private get hasPageMarginGraphics(): boolean { |
@@ -18,3 +18,3 @@ import { api } from "lwc"; | ||
get navItems() { | ||
return this._navItems.map(this.normalizeItem) as any[]; | ||
return this._navItems.map(this.normalizeItem); | ||
} | ||
@@ -21,0 +21,0 @@ set navItems(value) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
636887
1377