Socket
Socket
Sign inDemoInstall

@salesforcedevs/docs-components

Package Overview
Dependencies
Maintainers
38
Versions
636
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@salesforcedevs/docs-components - npm Package Compare versions

Comparing version 0.2.14 to 0.2.36

4

package.json
{
"name": "@salesforcedevs/docs-components",
"version": "0.2.14",
"version": "0.2.36",
"description": "Docs Lightning web components for DSC",

@@ -17,3 +17,3 @@ "license": "MIT",

},
"gitHead": "439bf8df803bf0f76708352dcb7c1395ef67e457"
"gitHead": "c209aed5db5cc3d714d7fef741329d8b207d8b54"
}

@@ -55,3 +55,3 @@ import ContentCallout from "../contentCallout";

".dx-callout-body",
".dx-callout-base"
".dx-callout-note"
].map((query) => element.shadowRoot.querySelector(query));

@@ -58,0 +58,0 @@

@@ -22,3 +22,3 @@ import { LightningElement, api } from "lwc";

this.cardVariant = "dx-callout-warning";
this.iconColor = "yellow-vibrant-80";
this.iconColor = "gray-10";
this.iconName = "warning";

@@ -33,4 +33,4 @@ break;

default:
this.cardVariant = "dx-callout-base";
this.iconColor = "gray-50";
this.cardVariant = "dx-callout-note";
this.iconColor = "blue-vibrant-50";
this.iconName = "info";

@@ -37,0 +37,0 @@ }

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc