@mhamz.01/easyflow-texteditor 0.1.62 → 0.1.63
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.css +39 -50
- package/dist/index.css.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2271,7 +2271,7 @@ function BubbleMenuInline() {
|
|
|
2271
2271
|
children: /* @__PURE__ */ jsxs8(
|
|
2272
2272
|
"div",
|
|
2273
2273
|
{
|
|
2274
|
-
className: "relative flex items-center gap-1 rounded-md border bg-
|
|
2274
|
+
className: "relative flex items-center gap-1 rounded-md border bg-[#171717] text-[#a1a1a6] p-1 shadow-md z-[15]\r\n animate-in fade-in slide-in-from-top-2 duration-200",
|
|
2275
2275
|
children: [
|
|
2276
2276
|
/* @__PURE__ */ jsx17(
|
|
2277
2277
|
Button,
|