@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.cjs
CHANGED
|
@@ -3586,7 +3586,14 @@ function BubbleMenuButton(item) {
|
|
|
3586
3586
|
if (tooltip) {
|
|
3587
3587
|
return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(Tooltip, { children: [
|
|
3588
3588
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(TooltipTrigger, { asChild: true, children: content }),
|
|
3589
|
-
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
3589
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
3590
|
+
TooltipContent,
|
|
3591
|
+
{
|
|
3592
|
+
sideOffset: 8,
|
|
3593
|
+
className: "mly:border-gray-300 mly:bg-transparent mly:p-0 mly:text-gray-700 mly:shadow-sm",
|
|
3594
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("span", { className: "mly:block mly:rounded-md mly:bg-soft-gray mly:!px-2 mly:!py-1.5", children: tooltip })
|
|
3595
|
+
}
|
|
3596
|
+
)
|
|
3590
3597
|
] });
|
|
3591
3598
|
}
|
|
3592
3599
|
return content;
|
|
@@ -4114,7 +4121,14 @@ function Select(props) {
|
|
|
4114
4121
|
}
|
|
4115
4122
|
return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(Tooltip, { children: [
|
|
4116
4123
|
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)(TooltipTrigger, { asChild: true, children: content }),
|
|
4117
|
-
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
4124
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
4125
|
+
TooltipContent,
|
|
4126
|
+
{
|
|
4127
|
+
sideOffset: 8,
|
|
4128
|
+
className: "mly:border-gray-300 mly:bg-transparent mly:p-0 mly:text-gray-700 mly:shadow-sm",
|
|
4129
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("span", { className: "mly:block mly:rounded-md mly:bg-soft-gray mly:!px-2 mly:!py-1.5", children: tooltip })
|
|
4130
|
+
}
|
|
4131
|
+
)
|
|
4118
4132
|
] });
|
|
4119
4133
|
}
|
|
4120
4134
|
|
|
@@ -6206,7 +6220,14 @@ function AlignmentSwitch(props) {
|
|
|
6206
6220
|
children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(activeAlignment.icon, { className: "mly:h-3 mly:w-3 mly:stroke-[2.5]" })
|
|
6207
6221
|
}
|
|
6208
6222
|
) }),
|
|
6209
|
-
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
6223
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
6224
|
+
TooltipContent,
|
|
6225
|
+
{
|
|
6226
|
+
sideOffset: 8,
|
|
6227
|
+
className: "mly:border-gray-300 mly:bg-transparent mly:p-0 mly:text-gray-700 mly:shadow-sm",
|
|
6228
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("span", { className: "mly:block mly:rounded-md mly:bg-soft-gray mly:!px-2 mly:!py-1.5", children: "Alignment" })
|
|
6229
|
+
}
|
|
6230
|
+
)
|
|
6210
6231
|
] }),
|
|
6211
6232
|
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
6212
6233
|
PopoverContent,
|
|
@@ -7640,7 +7661,14 @@ function LinkInputPopover(props) {
|
|
|
7640
7661
|
children: [
|
|
7641
7662
|
tooltip ? /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(Tooltip, { children: [
|
|
7642
7663
|
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(TooltipTrigger, { asChild: true, children: popoverButton }),
|
|
7643
|
-
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
7664
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
7665
|
+
TooltipContent,
|
|
7666
|
+
{
|
|
7667
|
+
sideOffset: 8,
|
|
7668
|
+
className: "mly:border-gray-300 mly:bg-transparent mly:p-0 mly:text-gray-700 mly:shadow-sm",
|
|
7669
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("span", { className: "mly:block mly:rounded-md mly:bg-soft-gray mly:!px-2 mly:!py-1.5", children: tooltip })
|
|
7670
|
+
}
|
|
7671
|
+
)
|
|
7644
7672
|
] }) : popoverButton,
|
|
7645
7673
|
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
7646
7674
|
PopoverContent,
|
|
@@ -8494,7 +8522,14 @@ function ColorPicker(props) {
|
|
|
8494
8522
|
children: [
|
|
8495
8523
|
tooltip ? /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(Tooltip, { children: [
|
|
8496
8524
|
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(TooltipTrigger, { asChild: true, children: popoverButton }),
|
|
8497
|
-
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
8525
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
8526
|
+
TooltipContent,
|
|
8527
|
+
{
|
|
8528
|
+
sideOffset: 8,
|
|
8529
|
+
className: "mly:border-gray-300 mly:bg-transparent mly:p-0 mly:text-gray-700 mly:shadow-sm",
|
|
8530
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: "mly:block mly:rounded-md mly:bg-soft-gray mly:!px-2 mly:!py-1.5", children: tooltip })
|
|
8531
|
+
}
|
|
8532
|
+
)
|
|
8498
8533
|
] }) : popoverButton,
|
|
8499
8534
|
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
8500
8535
|
PopoverContent,
|
|
@@ -11398,7 +11433,14 @@ function TurnIntoBlock(props) {
|
|
|
11398
11433
|
]
|
|
11399
11434
|
}
|
|
11400
11435
|
) }),
|
|
11401
|
-
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
11436
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
11437
|
+
TooltipContent,
|
|
11438
|
+
{
|
|
11439
|
+
sideOffset: 8,
|
|
11440
|
+
className: "mly:border-gray-300 mly:bg-transparent mly:p-0 mly:text-gray-700 mly:shadow-sm",
|
|
11441
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("span", { className: "mly:block mly:rounded-md mly:bg-soft-gray mly:!px-2 mly:!py-1.5", children: "Turn into" })
|
|
11442
|
+
}
|
|
11443
|
+
)
|
|
11402
11444
|
] }),
|
|
11403
11445
|
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
11404
11446
|
PopoverContent,
|