@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforcedevs/mrkt-components",
3
- "version": "1.3.84",
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": "09b7aafdaf3a75bf49ecf7691fb51378e6a9c332"
18
+ "gitHead": "6b738627c2fefd4e639f1def42cdc4d4a44c7171"
19
19
  }
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div class={className}>
3
3
  <div class="text-container">
4
- <h2 class="dx-text-heading-5">{title}</h2>
4
+ <h2 class="dx-text-display-8">{title}</h2>
5
5
  <span if:true={subtitle} class="subtitle dx-text-body-2">
6
6
  {subtitle}
7
7
  </span>
@@ -6,7 +6,7 @@
6
6
  alt=""
7
7
  />
8
8
  <div class="content">
9
- <h3 class="content-title dx-text-heading-3">{title}</h3>
9
+ <h3 class="content-title dx-text-display-4">{title}</h3>
10
10
  <p class="content-body">{body}</p>
11
11
  </div>
12
12
  <img class="image" src={imgSrc} alt={imgAlt} />
@@ -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-heading-2b">{title}</h2>
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>
@@ -80,7 +80,7 @@ export default class SubNavBar extends MatchMediaElement {
80
80
  ...item,
81
81
  className: cx(
82
82
  "nav-item",
83
- "dx-text-heading-6",
83
+ "dx-text-display-8",
84
84
  this.activeHash === item?.link?.href && "active"
85
85
  )
86
86
  });
@@ -1,10 +1,10 @@
1
1
  <template>
2
2
  <div class="container">
3
3
  <div class="content">
4
- <h3 class="content-title dx-text-heading-2b">{title}</h3>
5
- <h4 class="dx-text-heading-4">{subtitle}</h4>
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-heading-6">{info}</p>
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-heading-4b">{item.title}</h3>
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-heading-4b">{item.title}</h3>
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-heading-3">{title}</h2>
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
@@ -2,7 +2,7 @@
2
2
  <div class={className}>
3
3
  <img src={imgSrc} alt={imgAlt} />
4
4
  <div class="text-container">
5
- <h2 class="dx-text-heading-4">{title}</h2>
5
+ <h2 class="dx-text-display-6">{title}</h2>
6
6
  <span class="dx-text-body-2">{subtitle}</span>
7
7
  </div>
8
8
  </div>