@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/LICENSE.txt +5 -5
- package/dist/modal.cjs.js +1 -1
- package/dist/modal.cjs.js.map +1 -1
- package/dist/modal.es.js +13 -14
- package/dist/modal.es.js.map +1 -1
- package/eslint.config.mjs +2 -0
- package/package.json +12 -16
- package/src/modal.stories.tsx +3 -3
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
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
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
|
|
1565
|
-
|
|
1563
|
+
const u = a, d = ro([
|
|
1564
|
+
t,
|
|
1566
1565
|
re[ne],
|
|
1567
|
-
re[`${ne}--${
|
|
1566
|
+
re[`${ne}--${n}`],
|
|
1568
1567
|
{
|
|
1569
|
-
[re[`${ne}--hyphens`]]:
|
|
1570
|
-
[re[`${ne}--negative`]]:
|
|
1568
|
+
[re[`${ne}--hyphens`]]: r,
|
|
1569
|
+
[re[`${ne}--negative`]]: o
|
|
1571
1570
|
}
|
|
1572
1571
|
]);
|
|
1573
|
-
return /* @__PURE__ */ p(
|
|
1572
|
+
return /* @__PURE__ */ p(u, { className: d, ...i, children: e });
|
|
1574
1573
|
};
|
|
1575
1574
|
Vt.displayName = "Heading";
|
|
1576
1575
|
function oo(e) {
|