@salesforcedevs/mrkt-components
Advanced tools
Comparing version
@@ -7,14 +7,15 @@ { | ||
"expose": [ | ||
"mrkt/subNavBar", | ||
"mrkt/ctaSection", | ||
"mrkt/fullImgSection", | ||
"mrkt/noCodeSection", | ||
"mrkt/rectangularHeading", | ||
"mrkt/sectionHeader", | ||
"mrkt/socials", | ||
"mrkt/twoColSection", | ||
"mrkt/subNavBar", | ||
"mrkt/tdxSection", | ||
"mrkt/twoColListSection", | ||
"mrkt/twoColPanelSection", | ||
"mrkt/rectangularHeading", | ||
"mrkt/videoPlayerSection", | ||
"mrkt/tdxSection" | ||
"mrkt/twoColSection", | ||
"mrkt/videoPlayerSection" | ||
] | ||
} |
{ | ||
"name": "@salesforcedevs/mrkt-components", | ||
"version": "0.62.0", | ||
"version": "0.68.0", | ||
"description": "Marketing Lightning web components for DSC", | ||
@@ -18,3 +18,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "1f71de910c147205b305cdc5df4a9591da0d98bb" | ||
"gitHead": "f1749227939e4a942c6303b224e948108d6525f1" | ||
} |
@@ -7,2 +7,3 @@ import { api, LightningElement } from "lwc"; | ||
@api iconSymbol?: string; | ||
@api imgSrc?: string; | ||
@api imgSrcLeft?: string; | ||
@@ -15,3 +16,3 @@ @api imgSrcRight?: string; | ||
private get hasImages(): boolean { | ||
private get hasPageMarginGraphics(): boolean { | ||
return !!this.imgSrcLeft && !!this.imgSrcRight; | ||
@@ -18,0 +19,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1454822
3272.72%45
15.38%1259
9%