@daisychainapp/maily-to-core 0.4.2 → 0.4.3
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 +11 -11
- package/dist/extensions/index.cjs.map +1 -1
- package/dist/extensions/index.mjs +11 -11
- package/dist/extensions/index.mjs.map +1 -1
- package/dist/index.cjs +27 -20
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +8 -3
- package/dist/index.css.map +1 -1
- package/dist/index.mjs +27 -20
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -4432,7 +4432,7 @@ var TooltipContent = React5.forwardRef((_a, ref) => {
|
|
|
4432
4432
|
ref,
|
|
4433
4433
|
sideOffset,
|
|
4434
4434
|
className: cn(
|
|
4435
|
-
"mly:z-50 mly:overflow-hidden mly:rounded-md mly:border mly:border-gray-200 mly:bg-white mly:px-2 mly:py-1 mly:text-xs mly:animate-in mly:fade-in-0 mly:zoom-in-95",
|
|
4435
|
+
"tooltip-surface mly:z-50 mly:overflow-hidden mly:rounded-md mly:border mly:border-gray-200 mly:bg-white mly:px-2 mly:py-1 mly:text-xs mly:animate-in mly:fade-in-0 mly:zoom-in-95",
|
|
4436
4436
|
className
|
|
4437
4437
|
)
|
|
4438
4438
|
}, props)
|
|
@@ -4485,8 +4485,8 @@ function BubbleMenuButton(item) {
|
|
|
4485
4485
|
TooltipContent,
|
|
4486
4486
|
{
|
|
4487
4487
|
sideOffset: 8,
|
|
4488
|
-
className: "
|
|
4489
|
-
children:
|
|
4488
|
+
className: "tooltip-surface",
|
|
4489
|
+
children: tooltip
|
|
4490
4490
|
}
|
|
4491
4491
|
)
|
|
4492
4492
|
] });
|
|
@@ -5231,8 +5231,8 @@ function AlignmentSwitch(props) {
|
|
|
5231
5231
|
TooltipContent,
|
|
5232
5232
|
{
|
|
5233
5233
|
sideOffset: 8,
|
|
5234
|
-
className: "
|
|
5235
|
-
children:
|
|
5234
|
+
className: "tooltip-surface",
|
|
5235
|
+
children: "Alignment"
|
|
5236
5236
|
}
|
|
5237
5237
|
)
|
|
5238
5238
|
] }),
|
|
@@ -5322,8 +5322,8 @@ function ColorPicker(props) {
|
|
|
5322
5322
|
TooltipContent,
|
|
5323
5323
|
{
|
|
5324
5324
|
sideOffset: 8,
|
|
5325
|
-
className: "
|
|
5326
|
-
children:
|
|
5325
|
+
className: "tooltip-surface",
|
|
5326
|
+
children: tooltip
|
|
5327
5327
|
}
|
|
5328
5328
|
)
|
|
5329
5329
|
] }) : popoverButton,
|
|
@@ -6953,8 +6953,8 @@ function LinkInputPopover(props) {
|
|
|
6953
6953
|
TooltipContent,
|
|
6954
6954
|
{
|
|
6955
6955
|
sideOffset: 8,
|
|
6956
|
-
className: "
|
|
6957
|
-
children:
|
|
6956
|
+
className: "tooltip-surface",
|
|
6957
|
+
children: tooltip
|
|
6958
6958
|
}
|
|
6959
6959
|
)
|
|
6960
6960
|
] }) : popoverButton,
|
|
@@ -7093,8 +7093,8 @@ function Select(props) {
|
|
|
7093
7093
|
TooltipContent,
|
|
7094
7094
|
{
|
|
7095
7095
|
sideOffset: 8,
|
|
7096
|
-
className: "
|
|
7097
|
-
children:
|
|
7096
|
+
className: "tooltip-surface",
|
|
7097
|
+
children: tooltip
|
|
7098
7098
|
}
|
|
7099
7099
|
)
|
|
7100
7100
|
] });
|