@salesforcedevs/mrkt-components
Advanced tools
Comparing version 1.3.147 to 1.3.160
{ | ||
"name": "@salesforcedevs/mrkt-components", | ||
"version": "1.3.147", | ||
"version": "1.3.160", | ||
"description": "Marketing Lightning web components for DSC", | ||
@@ -18,3 +18,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "c046874452685c28208a52392b494ad791c3f305" | ||
"gitHead": "cba7e68142d03e2a299dfb8354a50732b20ad77c" | ||
} |
import { api, LightningElement } from "lwc"; | ||
import cx from "classnames"; | ||
import { track } from "dxUtils/analytics"; | ||
import { ButtonSize } from "typings/custom"; | ||
@@ -8,2 +9,3 @@ export default class CTASection extends LightningElement { | ||
@api buttonText!: string; | ||
@api buttonSize: ButtonSize = "small"; | ||
@api dark?: boolean; | ||
@@ -10,0 +12,0 @@ @api subtitle?: string; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
638407
1379