@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.
@@ -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: "mly:border-gray-300 mly:bg-transparent mly:p-0 mly:text-gray-700 mly:shadow-sm",
4489
- children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("span", { className: "mly:block mly:rounded-md mly:bg-soft-gray mly:!px-2 mly:!py-1.5", children: tooltip })
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: "mly:border-gray-300 mly:bg-transparent mly:p-0 mly:text-gray-700 mly:shadow-sm",
5235
- 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: "Alignment" })
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: "mly:border-gray-300 mly:bg-transparent mly:p-0 mly:text-gray-700 mly:shadow-sm",
5326
- children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("span", { className: "mly:block mly:rounded-md mly:bg-soft-gray mly:!px-2 mly:!py-1.5", children: tooltip })
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: "mly:border-gray-300 mly:bg-transparent mly:p-0 mly:text-gray-700 mly:shadow-sm",
6957
- children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("span", { className: "mly:block mly:rounded-md mly:bg-soft-gray mly:!px-2 mly:!py-1.5", children: tooltip })
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: "mly:border-gray-300 mly:bg-transparent mly:p-0 mly:text-gray-700 mly:shadow-sm",
7097
- children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("span", { className: "mly:block mly:rounded-md mly:bg-soft-gray mly:!px-2 mly:!py-1.5", children: tooltip })
7096
+ className: "tooltip-surface",
7097
+ children: tooltip
7098
7098
  }
7099
7099
  )
7100
7100
  ] });