@salesforcedevs/dx-components 1.3.175 → 1.3.176

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.175",
3
+ "version": "1.3.176",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -41,5 +41,5 @@
41
41
  "eventsourcemock": "^2.0.0",
42
42
  "luxon": "^3.1.0"
43
43
  },
44
- "gitHead": "5417c0fa28a39ac5c1cade341f447a38a9d7da54"
44
+ "gitHead": "ac00917f8b0c526085783d5a31d2b9197addf03d"
45
45
  }
@@ -146,4 +146,10 @@
146
146
  letter-spacing: -0.6px;
147
147
  line-height: 40px;
148
148
  }
149
+
150
+ .heading.dx-text-display-4 {
151
+ font-size: var(--dx-g-text-xl);
152
+ letter-spacing: -0.6px;
153
+ line-height: 32px;
154
+ }
149
155
  }