react-text-forge 1.2.2 → 1.2.4
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/react-text-forge.js
CHANGED
|
@@ -51061,20 +51061,25 @@ function Tm() {
|
|
|
51061
51061
|
)
|
|
51062
51062
|
] });
|
|
51063
51063
|
}
|
|
51064
|
-
const bm = ({ activeMarks: t }) =>
|
|
51065
|
-
|
|
51066
|
-
|
|
51067
|
-
|
|
51068
|
-
|
|
51069
|
-
|
|
51070
|
-
|
|
51071
|
-
|
|
51072
|
-
|
|
51073
|
-
|
|
51074
|
-
|
|
51075
|
-
|
|
51076
|
-
|
|
51077
|
-
|
|
51064
|
+
const bm = ({ activeMarks: t }) => {
|
|
51065
|
+
const e = () => {
|
|
51066
|
+
document.querySelector(".toolbar").blur();
|
|
51067
|
+
};
|
|
51068
|
+
return /* @__PURE__ */ g.jsxs("div", { className: "toolbar", onClick: e, children: [
|
|
51069
|
+
/* @__PURE__ */ g.jsx(Em, {}),
|
|
51070
|
+
Object.keys(t).map((n, r) => /* @__PURE__ */ g.jsx("div", { children: /* @__PURE__ */ g.jsx(
|
|
51071
|
+
mm,
|
|
51072
|
+
{
|
|
51073
|
+
activeMarks: t,
|
|
51074
|
+
format: n,
|
|
51075
|
+
isActive: t[n]
|
|
51076
|
+
}
|
|
51077
|
+
) }, r)),
|
|
51078
|
+
/* @__PURE__ */ g.jsx(Sm, {}),
|
|
51079
|
+
/* @__PURE__ */ g.jsx(gm, {}),
|
|
51080
|
+
/* @__PURE__ */ g.jsx(Tm, {})
|
|
51081
|
+
] });
|
|
51082
|
+
};
|
|
51078
51083
|
/**
|
|
51079
51084
|
* @license
|
|
51080
51085
|
* Copyright (c) 2025 Jahylis
|