@salesforcedevs/mrkt-components
Advanced tools
Comparing version 1.3.161 to 1.3.170
{ | ||
"name": "@salesforcedevs/mrkt-components", | ||
"version": "1.3.161", | ||
"version": "1.3.170", | ||
"description": "Marketing Lightning web components for DSC", | ||
@@ -17,4 +17,3 @@ "license": "MIT", | ||
"@types/classnames": "^2.2.10" | ||
}, | ||
"gitHead": "debedcea9a397f2b0bb5c5d683d0d4e6eb59015c" | ||
} | ||
} |
@@ -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); | ||
return this._navItems.map(this.normalizeItem) as any[]; | ||
} | ||
@@ -21,0 +21,0 @@ set navItems(value) { |
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
0
636972
48