@salesforcedevs/dx-components 1.3.229-dh1-alpha → 1.3.229-dh2-alpha

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": "1.3.229-dh1-alpha",
3
+ "version": "1.3.229-dh2-alpha",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -26,9 +26,9 @@
26
26
  <div class="header padding-horizontal" if:false={mobile}>
27
27
  <h2 class="dx-text-display-6 header-title">{header}</h2>
28
28
  </div>
29
- <div class="mobile-header padding-horizontal" if:true={mobile}>
29
+ <!-- <div class="mobile-header padding-horizontal" if:true={mobile}>
30
30
  <h2 class="dx-text-display-6">{header}</h2>
31
- </div>
31
+ </div> -->
32
32
  <div class="search padding-horizontal">
33
33
  <dx-sidebar-search
34
34
  onchange={onSearchChange}
@@ -28,9 +28,9 @@
28
28
  <div class="header padding-horizontal" if:false={mobile}>
29
29
  <h2 class="dx-text-display-6 header-title">{header}</h2>
30
30
  </div>
31
- <div class="mobile-header padding-horizontal" if:true={mobile}>
31
+ <!-- <div class="mobile-header padding-horizontal" if:true={mobile}>
32
32
  <h2 class="dx-text-display-6">{header}</h2>
33
- </div>
33
+ </div> -->
34
34
  <div class="search padding-horizontal">
35
35
  <dx-input
36
36
  class="search-box"
@@ -36,7 +36,10 @@
36
36
  }
37
37
 
38
38
  .header-title {
39
- line-height: inherit;
39
+ line-height: 28px;
40
+ letter-spacing: -0.08px;
41
+ font-size: var(--dx-g-text-lg);
42
+ font-weight: 600;
40
43
  }
41
44
 
42
45
  .header-toggle-icon {