@warp-ds/elements 2.2.0-next.23 → 2.2.0-next.24

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.
@@ -2479,13 +2479,13 @@ Please compile your catalog first.
2479
2479
  aria-label="${c._({id:"modal.aria.back",message:"Back",comment:"Aria label for the back button in modal"})}"
2480
2480
  class="header-button header-button-left"
2481
2481
  @click="${this.emitBack}">
2482
- <w-icon-arrow-left-16></w-icon-arrow-left-16>
2482
+ <w-icon-arrow-left-16 style="display: flex;"></w-icon-arrow-left-16>
2483
2483
  </button>`:Me}get closeButton(){return this.noClose?Me:J`<button
2484
2484
  type="button"
2485
2485
  aria-label="${c._({id:"modal.aria.close",message:"Close",comment:"Aria label for the close button in modal"})}"
2486
2486
  class="header-button ${this._hasTopContent?"header-close-button-on-image":"header-close-button"}"
2487
2487
  @click="${this.close}">
2488
- <w-icon-close-16></w-icon-close-16>
2488
+ <w-icon-close-16 style="display: flex;"></w-icon-close-16>
2489
2489
  </button>`}emitBack(){this.dispatchEvent(new CustomEvent("backClicked",{bubbles:!0,composed:!0}))}handleTopSlotChange(o){let t=o.target.assignedElements({flatten:!0});this._hasTopContent=!!t.length}};g.styles=[k,$r`
2490
2490
  .header {
2491
2491
  position: relative;