@salesforcedevs/docs-components 1.14.6-load-16 → 1.14.6-load-18

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.14.6-load-16",
3
+ "version": "1.14.6-load-18",
4
4
  "description": "Docs Lightning web components for DSC",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
@@ -29,3 +29,7 @@ table {
29
29
  .icon {
30
30
  display: inline-block;
31
31
  }
32
+
33
+ .loader {
34
+ bottom: 30%;
35
+ }
@@ -4,6 +4,7 @@
4
4
  size="large"
5
5
  variant="brand"
6
6
  if:true={isLoading}
7
+ class="loader"
7
8
  ></dx-spinner>
8
9
  <dx-error-fallback lwc:if={showError}></dx-error-fallback>
9
10
  <template lwc:if={hasAttributes}>
@@ -46,7 +46,7 @@ export default class SpecificationContent extends LightningElement {
46
46
  componentQueryParams
47
47
  ).toString();
48
48
  // Wait for 3 seconds
49
- await this.delay(3000);
49
+ await this.delay(10000);
50
50
  const url = 'https://cx-mock-router-internal-07a18d7b3f61.herokuapp.com/lwc/lightning/inputRichText';
51
51
 
52
52
  try {