New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@salesforcedevs/mrkt-components

Package Overview
Dependencies
Maintainers
32
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@salesforcedevs/mrkt-components - npm Package Compare versions

Comparing version

to
0.68.0

src/assets/svg/mrkt-no-code-section-graphic.svg

11

lwc.config.json

@@ -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