@salesforcedevs/dx-components 0.31.0-alpha.1 → 0.31.0-alpha.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.31.0-alpha.1",
3
+ "version": "0.31.0-alpha.2",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -2,6 +2,7 @@
2
2
  <dx-featured-content-header
3
3
  class="documentation_header"
4
4
  title="Content Archive"
5
+ body="Learn more about the topics that interest you most by exploring the full collection of Salesforce Developers blog and podcast content. Find all content related to a particular type, topic, author, or date in one convenient place."
5
6
  dark="true"
6
7
  no-swoop={isMobile}
7
8
  ></dx-featured-content-header>
@@ -390,7 +390,6 @@ dx-image-and-label {
390
390
 
391
391
  @media screen and (max-width: 1024px) {
392
392
  .container {
393
- --swoop-height: 14vw;
394
393
  --vertical-padding: 80px;
395
394
  --bottom-spacing: var(--dx-g-spacing-2xl);
396
395
  --item-spacing: var(--dx-g-spacing-md);