@salesforcedevs/docs-components 1.3.32 → 1.3.38

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.32",
3
+ "version": "1.3.38",
4
4
  "description": "Docs Lightning web components for DSC",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
@@ -24,5 +24,5 @@
24
24
  "@types/lodash.orderby": "^4.6.7",
25
25
  "@types/lodash.uniqby": "^4.7.7"
26
26
  },
27
- "gitHead": "550125540ec042bed34b7643f50548ffcc774093"
27
+ "gitHead": "9cc8fbc4b276d28eb128f5f7fd1eec7844e831b2"
28
28
  }
@@ -270,6 +270,10 @@ li {
270
270
  var(--dx-g-spacing-lg);
271
271
  }
272
272
 
273
+ li table {
274
+ margin-bottom: var(--dx-g-spacing-lg);
275
+ }
276
+
273
277
  li > li {
274
278
  margin-left: var(--dx-g-spacing-2xl);
275
279
  }