@daisychainapp/maily-to-core 0.4.1 → 0.4.2
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/extensions/index.cjs +40 -5
- package/dist/extensions/index.cjs.map +1 -1
- package/dist/extensions/index.mjs +40 -5
- package/dist/extensions/index.mjs.map +1 -1
- package/dist/index.cjs +48 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +48 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3557,7 +3557,14 @@ function BubbleMenuButton(item) {
|
|
|
3557
3557
|
if (tooltip) {
|
|
3558
3558
|
return /* @__PURE__ */ jsxs(Tooltip, { children: [
|
|
3559
3559
|
/* @__PURE__ */ jsx4(TooltipTrigger, { asChild: true, children: content }),
|
|
3560
|
-
/* @__PURE__ */ jsx4(
|
|
3560
|
+
/* @__PURE__ */ jsx4(
|
|
3561
|
+
TooltipContent,
|
|
3562
|
+
{
|
|
3563
|
+
sideOffset: 8,
|
|
3564
|
+
className: "mly:border-gray-300 mly:bg-transparent mly:p-0 mly:text-gray-700 mly:shadow-sm",
|
|
3565
|
+
children: /* @__PURE__ */ jsx4("span", { className: "mly:block mly:rounded-md mly:bg-soft-gray mly:!px-2 mly:!py-1.5", children: tooltip })
|
|
3566
|
+
}
|
|
3567
|
+
)
|
|
3561
3568
|
] });
|
|
3562
3569
|
}
|
|
3563
3570
|
return content;
|
|
@@ -4085,7 +4092,14 @@ function Select(props) {
|
|
|
4085
4092
|
}
|
|
4086
4093
|
return /* @__PURE__ */ jsxs5(Tooltip, { children: [
|
|
4087
4094
|
/* @__PURE__ */ jsx10(TooltipTrigger, { asChild: true, children: content }),
|
|
4088
|
-
/* @__PURE__ */ jsx10(
|
|
4095
|
+
/* @__PURE__ */ jsx10(
|
|
4096
|
+
TooltipContent,
|
|
4097
|
+
{
|
|
4098
|
+
sideOffset: 8,
|
|
4099
|
+
className: "mly:border-gray-300 mly:bg-transparent mly:p-0 mly:text-gray-700 mly:shadow-sm",
|
|
4100
|
+
children: /* @__PURE__ */ jsx10("span", { className: "mly:block mly:rounded-md mly:bg-soft-gray mly:!px-2 mly:!py-1.5", children: tooltip })
|
|
4101
|
+
}
|
|
4102
|
+
)
|
|
4089
4103
|
] });
|
|
4090
4104
|
}
|
|
4091
4105
|
|
|
@@ -6201,7 +6215,14 @@ function AlignmentSwitch(props) {
|
|
|
6201
6215
|
children: /* @__PURE__ */ jsx18(activeAlignment.icon, { className: "mly:h-3 mly:w-3 mly:stroke-[2.5]" })
|
|
6202
6216
|
}
|
|
6203
6217
|
) }),
|
|
6204
|
-
/* @__PURE__ */ jsx18(
|
|
6218
|
+
/* @__PURE__ */ jsx18(
|
|
6219
|
+
TooltipContent,
|
|
6220
|
+
{
|
|
6221
|
+
sideOffset: 8,
|
|
6222
|
+
className: "mly:border-gray-300 mly:bg-transparent mly:p-0 mly:text-gray-700 mly:shadow-sm",
|
|
6223
|
+
children: /* @__PURE__ */ jsx18("span", { className: "mly:block mly:rounded-md mly:bg-soft-gray mly:!px-2 mly:!py-1.5", children: "Alignment" })
|
|
6224
|
+
}
|
|
6225
|
+
)
|
|
6205
6226
|
] }),
|
|
6206
6227
|
/* @__PURE__ */ jsx18(
|
|
6207
6228
|
PopoverContent,
|
|
@@ -7665,7 +7686,14 @@ function LinkInputPopover(props) {
|
|
|
7665
7686
|
children: [
|
|
7666
7687
|
tooltip ? /* @__PURE__ */ jsxs16(Tooltip, { children: [
|
|
7667
7688
|
/* @__PURE__ */ jsx34(TooltipTrigger, { asChild: true, children: popoverButton }),
|
|
7668
|
-
/* @__PURE__ */ jsx34(
|
|
7689
|
+
/* @__PURE__ */ jsx34(
|
|
7690
|
+
TooltipContent,
|
|
7691
|
+
{
|
|
7692
|
+
sideOffset: 8,
|
|
7693
|
+
className: "mly:border-gray-300 mly:bg-transparent mly:p-0 mly:text-gray-700 mly:shadow-sm",
|
|
7694
|
+
children: /* @__PURE__ */ jsx34("span", { className: "mly:block mly:rounded-md mly:bg-soft-gray mly:!px-2 mly:!py-1.5", children: tooltip })
|
|
7695
|
+
}
|
|
7696
|
+
)
|
|
7669
7697
|
] }) : popoverButton,
|
|
7670
7698
|
/* @__PURE__ */ jsx34(
|
|
7671
7699
|
PopoverContent,
|
|
@@ -8519,7 +8547,14 @@ function ColorPicker(props) {
|
|
|
8519
8547
|
children: [
|
|
8520
8548
|
tooltip ? /* @__PURE__ */ jsxs22(Tooltip, { children: [
|
|
8521
8549
|
/* @__PURE__ */ jsx42(TooltipTrigger, { asChild: true, children: popoverButton }),
|
|
8522
|
-
/* @__PURE__ */ jsx42(
|
|
8550
|
+
/* @__PURE__ */ jsx42(
|
|
8551
|
+
TooltipContent,
|
|
8552
|
+
{
|
|
8553
|
+
sideOffset: 8,
|
|
8554
|
+
className: "mly:border-gray-300 mly:bg-transparent mly:p-0 mly:text-gray-700 mly:shadow-sm",
|
|
8555
|
+
children: /* @__PURE__ */ jsx42("span", { className: "mly:block mly:rounded-md mly:bg-soft-gray mly:!px-2 mly:!py-1.5", children: tooltip })
|
|
8556
|
+
}
|
|
8557
|
+
)
|
|
8523
8558
|
] }) : popoverButton,
|
|
8524
8559
|
/* @__PURE__ */ jsx42(
|
|
8525
8560
|
PopoverContent,
|
|
@@ -11442,7 +11477,14 @@ function TurnIntoBlock(props) {
|
|
|
11442
11477
|
]
|
|
11443
11478
|
}
|
|
11444
11479
|
) }),
|
|
11445
|
-
/* @__PURE__ */ jsx56(
|
|
11480
|
+
/* @__PURE__ */ jsx56(
|
|
11481
|
+
TooltipContent,
|
|
11482
|
+
{
|
|
11483
|
+
sideOffset: 8,
|
|
11484
|
+
className: "mly:border-gray-300 mly:bg-transparent mly:p-0 mly:text-gray-700 mly:shadow-sm",
|
|
11485
|
+
children: /* @__PURE__ */ jsx56("span", { className: "mly:block mly:rounded-md mly:bg-soft-gray mly:!px-2 mly:!py-1.5", children: "Turn into" })
|
|
11486
|
+
}
|
|
11487
|
+
)
|
|
11446
11488
|
] }),
|
|
11447
11489
|
/* @__PURE__ */ jsx56(
|
|
11448
11490
|
PopoverContent,
|