@salesforcedevs/docs-components 1.3.335 → 1.3.337

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.335",
3
+ "version": "1.3.337",
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": "2862c96ace8525a40000901f23ef6ede22b269e9"
27
+ "gitHead": "604c4f8536df2795687fa98f1eb2cd0c81bc4edc"
28
28
  }
@@ -62,11 +62,6 @@ dx-button {
62
62
  color: var(--dx-g-blue-vibrant-50);
63
63
  }
64
64
 
65
- .dismissible-icon {
66
- margin-left: auto;
67
- cursor: pointer;
68
- }
69
-
70
65
  /* Small Devices */
71
66
  @media screen and (max-width: 480px) {
72
67
  .doc-phase-container {
@@ -11,21 +11,22 @@
11
11
  {docPhaseTitle}
12
12
  </p>
13
13
  <dx-button
14
- if:false={dismissible}
14
+ lwc:if={dismissible}
15
+ aria-label="Dismiss"
16
+ icon-color="status-icon-color"
17
+ icon-size="large"
18
+ icon-symbol="close"
19
+ variant="icon-only"
20
+ onclick={onDismiss}
21
+ ></dx-button>
22
+ <dx-button
23
+ lwc:else
15
24
  variant="inline"
16
25
  onclick={onShowHide}
17
26
  aria-label={hideBodyText}
18
27
  >
19
28
  {hideBodyText}
20
29
  </dx-button>
21
- <dx-icon
22
- class="dismissible-icon"
23
- onclick={onDismiss}
24
- if:true={dismissible}
25
- symbol="close"
26
- size="large"
27
- color="status-icon-color"
28
- ></dx-icon>
29
30
  </div>
30
31
  <!--
31
32
  NOTE: Here we are rendering mark up using lwc:dom & innerHTML