@salesforcedevs/dx-components 0.64.3 → 0.66.2

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.64.3",
3
+ "version": "0.66.2",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -25,5 +25,5 @@
25
25
  "@types/lodash.get": "^4.4.6",
26
26
  "@types/vimeo__player": "^2.16.2"
27
27
  },
28
- "gitHead": "dd1cfed5c20c6d555f40b8f3d6d07b5670b25967"
28
+ "gitHead": "ee77de106c79b53c55a283e47cc9ef44ed7b3c7e"
29
29
  }
@@ -35,6 +35,10 @@ input {
35
35
  padding-left: 12px;
36
36
  }
37
37
 
38
+ .checkbox-label::first-letter {
39
+ text-transform: uppercase;
40
+ }
41
+
38
42
  .checkbox-error {
39
43
  opacity: 0;
40
44
  margin-top: var(--dx-g-spacing-xs);
@@ -30,10 +30,8 @@
30
30
  developer updates.
31
31
  </h2>
32
32
  <p class="dx-text-body-3">
33
- Yes, I would like to receive Salesforce Developers' updates
34
- as well as marketing communications regarding Salesforce
35
- products, services, and events. I can unsubscribe at any
36
- time.
33
+ Click "Subscribe" below to be directed to the Salesforce
34
+ developer communication sign up page.
37
35
  </p>
38
36
  <p class="dx-text-body-3">
39
37
  Salesforce values your privacy. To learn more, visit
@@ -9,6 +9,7 @@
9
9
  display: flex;
10
10
  flex-direction: row-reverse;
11
11
  width: var(--dx-c-toc-width);
12
+ max-width: 100%;
12
13
  word-break: break-word;
13
14
  }
14
15