@salesforcedevs/mrkt-components
Advanced tools
Comparing version 0.31.0 to 0.33.0
@@ -6,3 +6,9 @@ { | ||
], | ||
"expose": ["mrkt/subNavBar", "mrkt/ctaSection"] | ||
"expose": [ | ||
"mrkt/subNavBar", | ||
"mrkt/ctaSection", | ||
"mrkt/sectionHeader", | ||
"mrkt/twoColSection", | ||
"mrkt/twoColListSection" | ||
] | ||
} |
{ | ||
"name": "@salesforcedevs/mrkt-components", | ||
"version": "0.31.0", | ||
"version": "0.33.0", | ||
"description": "Marketing Lightning web components for DSC", | ||
@@ -18,3 +18,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "840422089a4ab17d0926d2debe5e2a81f3e100b2" | ||
"gitHead": "34ebab19f554e645e11097c0fee21cc66adc1f0a" | ||
} |
@@ -7,6 +7,6 @@ import { api, LightningElement } from "lwc"; | ||
@api buttonText: string = ""; | ||
@api dark?: boolean = false; | ||
@api subtitle?: string | null = null; | ||
@api imgSrcLeft?: string | null = null; | ||
@api imgSrcRight?: string | null = null; | ||
@api dark: boolean = false; | ||
@api subtitle: string | null = null; | ||
@api imgSrcLeft: string | null = null; | ||
@api imgSrcRight: string | null = null; | ||
@api title: string = ""; | ||
@@ -13,0 +13,0 @@ |
@@ -26,3 +26,3 @@ import { api } from "lwc"; | ||
private _navItems!: OptionWithLink[]; | ||
private isVisible?: boolean = true; | ||
private isVisible: boolean = true; | ||
private sectionIntersectionEntryMap: | ||
@@ -29,0 +29,0 @@ | { |
Sorry, the diff of this file is not supported yet
18545
18
526