@salesforcedevs/dx-components 0.15.0 → 0.15.1

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/dx-components",
3
- "version": "0.15.0",
3
+ "version": "0.15.1",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -29,5 +29,5 @@
29
29
  "@types/debounce": "^1.2.0",
30
30
  "@types/lodash.get": "^4.4.6"
31
31
  },
32
- "gitHead": "e5ccea7a857ee11117727b9bfabb544e8b0e6922"
32
+ "gitHead": "2f4882a3e2e0b3693ff8d16612d54953be57a522"
33
33
  }
@@ -4,9 +4,11 @@
4
4
  onchange={handleChange}
5
5
  onkeydown={handleKeyDown}
6
6
  >
7
- <h4 class="dx-text-heading-8">
8
- Sign up now to receive the newsletter.
9
- </h4>
7
+ <slot name="form-heading">
8
+ <h4 class="newsletter-form-heading dx-text-heading-8">
9
+ Sign up now to receive the newsletter.
10
+ </h4>
11
+ </slot>
10
12
  <dx-input
11
13
  name="fname"
12
14
  value={firstName}