dap-design-system 0.55.4 → 0.55.6

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.
@@ -7017,6 +7017,7 @@ const Do = class Do extends pe {
7017
7017
  size=${this.getSearchIconSize(this.size)}
7018
7018
  variant=${this.subtle ? "neutral" : "inverted-brand"}
7019
7019
  icon="search-line"
7020
+ iconSize=${this.getInnerIconSize(this.size)}
7020
7021
  aria-label=${(o = this.searchButtonAriaLabel) != null ? o : N("search")}
7021
7022
  @click=${this.handleSearchClick}>
7022
7023
  </dap-ds-icon-button>`}
@@ -14152,6 +14153,7 @@ let Ne = class extends ev {
14152
14153
  {
14153
14154
  [`icon-button--${this.effectiveSize}`]: this.effectiveSize && this.iconSize === void 0
14154
14155
  },
14156
+ { [`icon-button--${this.size}`]: this.size },
14155
14157
  { "icon-button--disabled": this.disabled },
14156
14158
  { "icon-button--clean": this.clean },
14157
14159
  `icon-button--${this.variant}`
@@ -14852,7 +14854,7 @@ const mv = mt(M), gs = class gs extends mv {
14852
14854
  ).defaultPrevented || this.handleClose("close-button");
14853
14855
  }
14854
14856
  handleClick(e) {
14855
- this.closeOnOverlayClick === "true" && !this.modalBox.contains(e.target) && this.handleClose("overlay");
14857
+ this.closeOnOverlayClick === "true" && !e.composedPath().includes(this.modalBox) && this.handleClose("overlay");
14856
14858
  }
14857
14859
  handleKeyDown(e) {
14858
14860
  if (e.key === "Tab" && !this.useNativeFocus) {
@@ -21503,7 +21505,7 @@ export {
21503
21505
  Ei as A,
21504
21506
  To as B,
21505
21507
  Ea as C,
21506
- Po as D,
21508
+ Us as D,
21507
21509
  Ir as E,
21508
21510
  W as F,
21509
21511
  tt as G,
@@ -21527,7 +21529,7 @@ export {
21527
21529
  ja as Y,
21528
21530
  Ro as Z,
21529
21531
  ie as _,
21530
- Us as a,
21532
+ Qi as a,
21531
21533
  Ar as a0,
21532
21534
  zt as a1,
21533
21535
  Lr as a2,
@@ -21573,24 +21575,24 @@ export {
21573
21575
  co as ax,
21574
21576
  me as ay,
21575
21577
  Er as az,
21576
- Be as b,
21577
- to as c,
21578
- He as d,
21579
- fi as e,
21580
- Qi as f,
21581
- Ut as g,
21582
- ii as h,
21583
- Xt as i,
21584
- Ot as j,
21585
- qt as k,
21586
- Et as l,
21587
- jt as m,
21588
- Ia as n,
21589
- $r as o,
21590
- Ai as p,
21591
- Sr as q,
21592
- Eo as r,
21593
- ve as s,
21578
+ to as b,
21579
+ Be as c,
21580
+ Ut as d,
21581
+ He as e,
21582
+ Po as f,
21583
+ fi as g,
21584
+ Ot as h,
21585
+ qt as i,
21586
+ Et as j,
21587
+ ii as k,
21588
+ Xt as l,
21589
+ Ia as m,
21590
+ $r as n,
21591
+ Ai as o,
21592
+ Sr as p,
21593
+ Eo as q,
21594
+ ve as r,
21595
+ jt as s,
21594
21596
  Ce as t,
21595
21597
  Li as u,
21596
21598
  De as v,
@@ -21599,4 +21601,4 @@ export {
21599
21601
  Qt as y,
21600
21602
  xi as z
21601
21603
  };
21602
- //# sourceMappingURL=components-CUgS-U9o.js.map
21604
+ //# sourceMappingURL=components-BBr8It7c.js.map