@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
|
@@ -4339,7 +4339,7 @@ var TooltipContent = React5.forwardRef((_a, ref) => {
|
|
|
4339
4339
|
ref,
|
|
4340
4340
|
sideOffset,
|
|
4341
4341
|
className: cn(
|
|
4342
|
-
"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",
|
|
4342
|
+
"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",
|
|
4343
4343
|
className
|
|
4344
4344
|
)
|
|
4345
4345
|
}, props)
|
|
@@ -4392,8 +4392,8 @@ function BubbleMenuButton(item) {
|
|
|
4392
4392
|
TooltipContent,
|
|
4393
4393
|
{
|
|
4394
4394
|
sideOffset: 8,
|
|
4395
|
-
className: "
|
|
4396
|
-
children:
|
|
4395
|
+
className: "tooltip-surface",
|
|
4396
|
+
children: tooltip
|
|
4397
4397
|
}
|
|
4398
4398
|
)
|
|
4399
4399
|
] });
|
|
@@ -5143,8 +5143,8 @@ function AlignmentSwitch(props) {
|
|
|
5143
5143
|
TooltipContent,
|
|
5144
5144
|
{
|
|
5145
5145
|
sideOffset: 8,
|
|
5146
|
-
className: "
|
|
5147
|
-
children:
|
|
5146
|
+
className: "tooltip-surface",
|
|
5147
|
+
children: "Alignment"
|
|
5148
5148
|
}
|
|
5149
5149
|
)
|
|
5150
5150
|
] }),
|
|
@@ -5234,8 +5234,8 @@ function ColorPicker(props) {
|
|
|
5234
5234
|
TooltipContent,
|
|
5235
5235
|
{
|
|
5236
5236
|
sideOffset: 8,
|
|
5237
|
-
className: "
|
|
5238
|
-
children:
|
|
5237
|
+
className: "tooltip-surface",
|
|
5238
|
+
children: tooltip
|
|
5239
5239
|
}
|
|
5240
5240
|
)
|
|
5241
5241
|
] }) : popoverButton,
|
|
@@ -6895,8 +6895,8 @@ function LinkInputPopover(props) {
|
|
|
6895
6895
|
TooltipContent,
|
|
6896
6896
|
{
|
|
6897
6897
|
sideOffset: 8,
|
|
6898
|
-
className: "
|
|
6899
|
-
children:
|
|
6898
|
+
className: "tooltip-surface",
|
|
6899
|
+
children: tooltip
|
|
6900
6900
|
}
|
|
6901
6901
|
)
|
|
6902
6902
|
] }) : popoverButton,
|
|
@@ -7035,8 +7035,8 @@ function Select(props) {
|
|
|
7035
7035
|
TooltipContent,
|
|
7036
7036
|
{
|
|
7037
7037
|
sideOffset: 8,
|
|
7038
|
-
className: "
|
|
7039
|
-
children:
|
|
7038
|
+
className: "tooltip-surface",
|
|
7039
|
+
children: tooltip
|
|
7040
7040
|
}
|
|
7041
7041
|
)
|
|
7042
7042
|
] });
|