@mhamz.01/easyflow-texteditor 0.1.62 → 0.1.64
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 +42 -50
- package/dist/index.css.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -587,7 +587,7 @@ function DropdownMenuContent({
|
|
|
587
587
|
"data-slot": "dropdown-menu-content",
|
|
588
588
|
sideOffset,
|
|
589
589
|
className: cn(
|
|
590
|
-
"bg-[#171717] text-[#a1a1a5] data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 max-h-(--radix-dropdown-menu-content-available-height) min-w-[8rem] origin-(--radix-dropdown-menu-content-transform-origin) overflow-x-hidden overflow-y-auto rounded-[10px] border-[#
|
|
590
|
+
"bg-[#171717] text-[#a1a1a5] data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 max-h-(--radix-dropdown-menu-content-available-height) min-w-[8rem] origin-(--radix-dropdown-menu-content-transform-origin) overflow-x-hidden overflow-y-auto rounded-[10px] border-[#e8e8fd0d] border p-1 shadow-md",
|
|
591
591
|
className
|
|
592
592
|
),
|
|
593
593
|
...props
|
|
@@ -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,
|
|
@@ -6832,7 +6832,7 @@ function PopoverContent2({
|
|
|
6832
6832
|
align,
|
|
6833
6833
|
sideOffset,
|
|
6834
6834
|
className: cn(
|
|
6835
|
-
"bg-[#171717] text-[#d5d5d5] data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 w-72 origin-(--radix-popover-content-transform-origin) rounded-[10px] border-[#
|
|
6835
|
+
"bg-[#171717] text-[#d5d5d5] data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 w-72 origin-(--radix-popover-content-transform-origin) rounded-[10px] border-[#e8e8fd0d] p-4 shadow-md outline-hidden",
|
|
6836
6836
|
className
|
|
6837
6837
|
),
|
|
6838
6838
|
...props
|