@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.
@@ -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
@@ -38,5 +38,5 @@
38
38
  "lit": "^3.2.0",
39
39
  "uuid": "^11.0.5"
40
40
  },
41
- "version": "0.41.1"
41
+ "version": "0.41.2"
42
42
  }