@salesforcedevs/mrkt-components 1.2.16 → 1.3.3

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.16",
3
+ "version": "1.3.3",
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": "bd151c2d46039c53ca0d9dd818e7f8dbab65e08c"
18
+ "gitHead": "c68f4f3335a16a16656d9e95d10fe8443e48f78a"
19
19
  }
@@ -61,6 +61,7 @@
61
61
  width: 100%;
62
62
  max-width: 400px;
63
63
  margin: 0 auto;
64
+ z-index: 12;
64
65
  }
65
66
 
66
67
  .subtitle {
@@ -138,13 +139,7 @@ img {
138
139
  }
139
140
  }
140
141
 
141
- @media (max-width: 850px) {
142
- .main-cta {
143
- --dx-c-button-horizontal-spacing: var(--dx-g-spacing-md);
144
- }
145
- }
146
-
147
- @media (max-width: 768px) {
142
+ @media (max-width: 800px) {
148
143
  .main-cta {
149
144
  --dx-c-button-display: inline;
150
145
  --dx-c-button-vertical-spacing: var(--dx-g-spacing-xs);
@@ -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;