You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@salesforcedevs/dx-components

Package Overview
Dependencies
Maintainers
24
Versions
1451
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@salesforcedevs/dx-components - npm Package Compare versions

Comparing version

to
0.0.9

src/assets/svg/cloud.svg

15

lwc.config.json

@@ -5,9 +5,22 @@ {

"dx/button",
"dx/card",
"dx/cardArticle",
"dx/cardCallout",
"dx/cardIcon",
"dx/cardProduct",
"dx/cardSmall",
"dx/cardTweet",
"dx/cardVideoPreview",
"dx/dropdown",
"dx/footer",
"dx/groupContent",
"dx/header",
"dx/icon",
"dx/imageAndLabel",
"dx/input",
"dx/textSection"
"dx/layoutGrid",
"dx/textSection",
"dx/typeBadge",
"dx/typeBadgeGroup"
]
}

2

package.json
{
"name": "@salesforcedevs/dx-components",
"version": "0.0.8",
"version": "0.0.9",
"description": "DX Lightning web components",

@@ -5,0 +5,0 @@ "license": "UNLICENSED",

@@ -7,3 +7,16 @@ export default {

export const Base = () => `
small
<dx-icon size="small" symbol="edit"></dx-icon>
<br />
medium
<dx-icon size="medium" symbol="edit"></dx-icon>
<br />
large
<dx-icon size="large" symbol="edit"></dx-icon>
<br />
xlarge
<dx-icon size="xlarge" symbol="edit"></dx-icon>
<br />
2xlarge
<dx-icon size="2xlarge" symbol="edit"></dx-icon>
`;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet