@salesforcedevs/mrkt-components 1.2.16 → 1.2.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforcedevs/mrkt-components",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.18",
|
|
4
4
|
"description": "Marketing Lightning web components for DSC",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
@@ -15,5 +15,5 @@
|
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@types/classnames": "^2.2.10"
|
|
17
17
|
},
|
|
18
|
-
"gitHead": "
|
|
18
|
+
"gitHead": "5cfc136bdd89270e6248b0b690ba034cad2fbc03"
|
|
19
19
|
}
|
|
@@ -15,6 +15,7 @@ export default class TwoColPanelSection extends LightningElement {
|
|
|
15
15
|
@api modalBadgeSymbol?: string;
|
|
16
16
|
@api modalTitle?: string;
|
|
17
17
|
@api modalBody?: string;
|
|
18
|
+
@api modalHref?: string;
|
|
18
19
|
@api modalDetails?: string;
|
|
19
20
|
@api modalLabel?: string;
|
|
20
21
|
@api modalTerms?: string;
|