@salesforcedevs/docs-components 1.3.49-heading-styles → 1.3.49-heading-styles3

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-styles",
3
+ "version": "1.3.49-heading-styles3",
4
4
  "description": "Docs Lightning web components for DSC",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
@@ -31,11 +31,6 @@
31
31
  margin-bottom: var(--dx-g-spacing-md);
32
32
  }
33
33
 
34
- .helpHead2 {
35
- margin-top: 36px;
36
- margin-bottom: var(--dx-g-spacing-md);
37
- }
38
-
39
34
  .relinfo {
40
35
  padding-top: var(--dx-g-spacing-sm);
41
36
  padding-bottom: var(--dx-g-spacing-sm);
@@ -83,7 +78,6 @@ h1 {
83
78
  }
84
79
 
85
80
  h2 {
86
- /* Keeping font-size as 30 as per style guide, though we have 32 in design */
87
81
  font-size: var(--dx-g-text-2xl);
88
82
  letter-spacing: -0.6px;
89
83
  line-height: var(--dx-g-spacing-2xl);
@@ -169,10 +163,6 @@ a,
169
163
  color: var(--dx-g-blue-vibrant-50);
170
164
  }
171
165
 
172
- .helpHead1 {
173
- margin-bottom: var(--dx-g-spacing-lg);
174
- }
175
-
176
166
  .shortdesc {
177
167
  font-family: var(--dx-g-font-sans);
178
168
  font-size: var(--dx-g-text-base);
@@ -10,10 +10,10 @@ h6 {
10
10
  }
11
11
 
12
12
  .display-3 {
13
- margin: 0 0 24px 0;
14
13
  font-size: var(--dx-g-text-3xl);
15
14
  letter-spacing: -0.85px;
16
- line-height: var(--dx-g-text-4xl);
15
+ line-height: var(--dx-g-spacing-3xl);
16
+ margin: var(--dx-g-spacing-2xl) 0 var(--dx-g-spacing-md) 0;
17
17
  }
18
18
 
19
19
  .display-3 doc-heading-content {
@@ -21,10 +21,11 @@ h6 {
21
21
  }
22
22
 
23
23
  .display-4 {
24
- margin: var(--dx-g-spacing-xl) 0 var(--dx-g-spacing-md) 0;
25
- font-size: var(--dx-g-text-xl);
26
- letter-spacing: -0.1px;
27
- line-height: var(--dx-g-spacing-lg);
24
+ /* Keeping font-size as 30 as per style guide, though we have 32 in design */
25
+ font-size: var(--dx-g-text-2xl);
26
+ letter-spacing: -0.6px;
27
+ line-height: var(--dx-g-spacing-2xl);
28
+ margin: var(--dx-g-spacing-2xl) 0 var(--dx-g-spacing-md) 0;
28
29
  }
29
30
 
30
31
  .display-4 doc-heading-content {
@@ -32,10 +33,10 @@ h6 {
32
33
  }
33
34
 
34
35
  .display-5 {
35
- margin: var(--dx-g-spacing-lg) 0 var(--dx-g-spacing-md) 0;
36
- font-size: var(--dx-g-text-lg);
37
- letter-spacing: -0.1px;
38
- line-height: var(--dx-g-spacing-lg);
36
+ font-size: var(--dx-g-text-xl);
37
+ letter-spacing: -0.5px;
38
+ line-height: var(--dx-g-spacing-xl);
39
+ margin: var(--dx-g-spacing-xl) 0 var(--dx-g-spacing-md) 0;
39
40
  }
40
41
 
41
42
  .display-5 doc-heading-content {
@@ -43,10 +44,10 @@ h6 {
43
44
  }
44
45
 
45
46
  .display-6 {
46
- margin: var(--dx-g-spacing-md) 0 var(--dx-g-spacing-sm) 0;
47
47
  font-size: var(--dx-g-text-base);
48
- letter-spacing: 0;
49
- line-height: var(--dx-g-spacing-mlg);
48
+ letter-spacing: -0.5px;
49
+ line-height: var(--dx-g-spacing-lg);
50
+ margin: var(--dx-g-spacing-lg) 0 var(--dx-g-spacing-sm) 0;
50
51
  }
51
52
 
52
53
  .display-6 doc-heading-content {