@momentum-design/components 0.41.1 → 0.41.3
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.
@@ -571,7 +571,7 @@ class Popover extends FocusTrapMixin(Component) {
|
|
571
571
|
prefix-icon="cancel-bold"
|
572
572
|
variant="tertiary"
|
573
573
|
size="20"
|
574
|
-
aria-label=${ifDefined(this.closeButtonAriaLabel)}
|
574
|
+
aria-label=${ifDefined(this.closeButtonAriaLabel) || ''}
|
575
575
|
@click="${this.hidePopover}"
|
576
576
|
></mdc-button>`
|
577
577
|
: nothing}
|
package/package.json
CHANGED