@salesforcedevs/mrkt-components 1.3.84 → 1.3.85
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 +2 -2
- package/src/modules/mrkt/ctaSection/ctaSection.html +1 -1
- package/src/modules/mrkt/noCodeSection/noCodeSection.html +1 -1
- package/src/modules/mrkt/sectionHeader/sectionHeader.html +1 -1
- package/src/modules/mrkt/subNavBar/subNavBar.ts +1 -1
- package/src/modules/mrkt/tdxSection/tdxSection.html +3 -3
- package/src/modules/mrkt/threeColListSection/threeColListSection.html +1 -1
- package/src/modules/mrkt/twoColListSection/twoColListSection.html +1 -1
- package/src/modules/mrkt/twoColPanelSection/twoColPanelSection.html +1 -1
- package/src/modules/mrkt/twoColSection/twoColSection.html +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforcedevs/mrkt-components",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.85",
|
|
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": "6b738627c2fefd4e639f1def42cdc4d4a44c7171"
|
|
19
19
|
}
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
sprite={iconSprite}
|
|
16
16
|
background-size="large"
|
|
17
17
|
></dx-icon-badge>
|
|
18
|
-
<h2 if:true={title} class="title dx-text-
|
|
18
|
+
<h2 if:true={title} class="title dx-text-display-3">{title}</h2>
|
|
19
19
|
<span if:true={subtitle} class="subtitle dx-text-body-1">
|
|
20
20
|
{subtitle}
|
|
21
21
|
</span>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="container">
|
|
3
3
|
<div class="content">
|
|
4
|
-
<h3 class="content-title dx-text-
|
|
5
|
-
<h4 class="dx-text-
|
|
4
|
+
<h3 class="content-title dx-text-display-3">{title}</h3>
|
|
5
|
+
<h4 class="dx-text-display-6">{subtitle}</h4>
|
|
6
6
|
<p class="content-body">{body}</p>
|
|
7
|
-
<p class="content-info dx-text-
|
|
7
|
+
<p class="content-info dx-text-display-8">{info}</p>
|
|
8
8
|
<dx-button href={buttonHref}>{buttonLabel}</dx-button>
|
|
9
9
|
</div>
|
|
10
10
|
<div class="image-container">
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
background-color={item.iconBackgroundColor}
|
|
12
12
|
background-size="large"
|
|
13
13
|
></dx-icon-badge>
|
|
14
|
-
<h3 class="title dx-text-
|
|
14
|
+
<h3 class="title dx-text-display-7">{item.title}</h3>
|
|
15
15
|
<span class="subtitle dx-text-body-2">
|
|
16
16
|
{item.subtitle}
|
|
17
17
|
</span>
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
background-color={item.iconBackgroundColor}
|
|
11
11
|
background-size="large"
|
|
12
12
|
></dx-icon-badge>
|
|
13
|
-
<h3 class="title dx-text-
|
|
13
|
+
<h3 class="title dx-text-display-7">{item.title}</h3>
|
|
14
14
|
<span class="subtitle dx-text-body-2">{item.subtitle}</span>
|
|
15
15
|
</div>
|
|
16
16
|
</template>
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
</dx-modal>
|
|
27
27
|
<div class="text-container">
|
|
28
28
|
<span class="subtitle dx-text-label-4">{subtitle}</span>
|
|
29
|
-
<h2 class="title dx-text-
|
|
29
|
+
<h2 class="title dx-text-display-4">{title}</h2>
|
|
30
30
|
<p class="body dx-text-body-2">{body}</p>
|
|
31
31
|
<div class="cta-group">
|
|
32
32
|
<dx-button
|