@purpurds/modal 6.9.0 → 6.11.0

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.
package/dist/modal.es.js CHANGED
@@ -1552,25 +1552,24 @@ const ro = /* @__PURE__ */ Jn(to), re = {
1552
1552
  }, no = {
1553
1553
  TITLE100: "title-100"
1554
1554
  }, ne = "purpur-heading", Vt = ({
1555
- ["data-testid"]: e,
1556
- children: t,
1557
- className: r = "",
1558
- enableHyphenation: o = !1,
1559
- negative: a = !1,
1560
- tag: n,
1561
- variant: i = no.TITLE100,
1562
- ...u
1555
+ children: e,
1556
+ className: t = "",
1557
+ enableHyphenation: r = !1,
1558
+ negative: o = !1,
1559
+ tag: a,
1560
+ variant: n = no.TITLE100,
1561
+ ...i
1563
1562
  }) => {
1564
- const d = n, c = ro([
1565
- r,
1563
+ const u = a, d = ro([
1564
+ t,
1566
1565
  re[ne],
1567
- re[`${ne}--${i}`],
1566
+ re[`${ne}--${n}`],
1568
1567
  {
1569
- [re[`${ne}--hyphens`]]: o,
1570
- [re[`${ne}--negative`]]: a
1568
+ [re[`${ne}--hyphens`]]: r,
1569
+ [re[`${ne}--negative`]]: o
1571
1570
  }
1572
1571
  ]);
1573
- return /* @__PURE__ */ p(d, { ...u, className: c, "data-testid": e, children: t });
1572
+ return /* @__PURE__ */ p(u, { className: d, ...i, children: e });
1574
1573
  };
1575
1574
  Vt.displayName = "Heading";
1576
1575
  function oo(e) {