@salesforcedevs/docs-components 1.3.49-heading-styles5 → 1.3.49-heading-styles6

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/docs-components",
3
- "version": "1.3.49-heading-styles5",
3
+ "version": "1.3.49-heading-styles6",
4
4
  "description": "Docs Lightning web components for DSC",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
@@ -78,8 +78,7 @@ h1 {
78
78
  }
79
79
 
80
80
  h2 {
81
- /* Could not find 32px in typography.css, But P.O wants 32px as per design */
82
- font-size: 32px;
81
+ font-size: var(--dx-g-text-2xl);
83
82
  letter-spacing: -0.6px;
84
83
  line-height: var(--dx-g-spacing-2xl);
85
84
  margin: var(--dx-g-spacing-2xl) 0 var(--dx-g-spacing-md) 0;
@@ -21,15 +21,14 @@ h6 {
21
21
  }
22
22
 
23
23
  .display-4 {
24
- /* Could not find 32px in typography.css, But P.O wants 32px as per design */
25
- font-size: 32px;
24
+ font-size: var(--dx-g-text-2xl);
26
25
  letter-spacing: -0.6px;
27
26
  line-height: var(--dx-g-spacing-2xl);
28
27
  margin: var(--dx-g-spacing-2xl) 0 var(--dx-g-spacing-md) 0;
29
28
  }
30
29
 
31
30
  .display-4 doc-heading-content {
32
- --doc-c-heading-anchor-button-bottom: 4.5px;
31
+ --doc-c-heading-anchor-button-bottom: 3px;
33
32
  }
34
33
 
35
34
  .display-5 {