sykpcomposer 0.0.40 → 0.0.41
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/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -44683,7 +44683,7 @@ function w2({ inputValue: y }) {
|
|
|
44683
44683
|
}), t(!1);
|
|
44684
44684
|
};
|
|
44685
44685
|
return /* @__PURE__ */ Pe.jsxs("div", { children: [
|
|
44686
|
-
/* @__PURE__ */ Pe.jsx("button", { className: "toolbar-item", onClick: () => t(!g), children: "Symbols" }),
|
|
44686
|
+
/* @__PURE__ */ Pe.jsx("button", { className: "toolbar-item symbols-toolbar", onClick: () => t(!g), children: "Symbols" }),
|
|
44687
44687
|
g && /* @__PURE__ */ Pe.jsx("div", { className: "modal-overlay", children: /* @__PURE__ */ Pe.jsxs("div", { className: "modal-content", children: [
|
|
44688
44688
|
x2.map(({ letter: r, uppercase: n, lowercase: e }) => /* @__PURE__ */ Pe.jsxs("div", { className: "dropdown-item", children: [
|
|
44689
44689
|
/* @__PURE__ */ Pe.jsxs("span", { children: [
|