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

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.
@@ -2460,13 +2460,13 @@ Please compile your catalog first.
2460
2460
  aria-label="${c._({id:"modal.aria.back",message:"Back",comment:"Aria label for the back button in modal"})}"
2461
2461
  class="header-button header-button-left"
2462
2462
  @click="${this.emitBack}">
2463
- <w-icon-arrow-left-16></w-icon-arrow-left-16>
2463
+ <w-icon-arrow-left-16 style="display: flex;"></w-icon-arrow-left-16>
2464
2464
  </button>`:ke}get closeButton(){return this.noClose?ke:Y`<button
2465
2465
  type="button"
2466
2466
  aria-label="${c._({id:"modal.aria.close",message:"Close",comment:"Aria label for the close button in modal"})}"
2467
2467
  class="header-button ${this._hasTopContent?"header-close-button-on-image":"header-close-button"}"
2468
2468
  @click="${this.close}">
2469
- <w-icon-close-16></w-icon-close-16>
2469
+ <w-icon-close-16 style="display: flex;"></w-icon-close-16>
2470
2470
  </button>`}emitBack(){this.dispatchEvent(new CustomEvent("backClicked",{bubbles:!0,composed:!0}))}handleTopSlotChange(o){let t=o.target.assignedElements({flatten:!0});this._hasTopContent=!!t.length}};u.styles=[ge,Cr`
2471
2471
  .header {
2472
2472
  position: relative;