@momentum-design/components 0.41.1 → 0.41.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/dist/browser/index.js
CHANGED
@@ -1551,7 +1551,7 @@
|
|
1551
1551
|
prefix-icon="cancel-bold"
|
1552
1552
|
variant="tertiary"
|
1553
1553
|
size="20"
|
1554
|
-
aria-label=${A(this.closeButtonAriaLabel)}
|
1554
|
+
aria-label=${A(this.closeButtonAriaLabel)||""}
|
1555
1555
|
@click="${this.hidePopover}"
|
1556
1556
|
></mdc-button>`:v}
|
1557
1557
|
${this.showArrow?h`<div class="popover-arrow"></div>`:v}
|