@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.
@@ -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: "mly:border-gray-300 mly:bg-transparent mly:p-0 mly:text-gray-700 mly:shadow-sm",
4396
- children: /* @__PURE__ */ jsx7("span", { className: "mly:block mly:rounded-md mly:bg-soft-gray mly:!px-2 mly:!py-1.5", children: tooltip })
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: "mly:border-gray-300 mly:bg-transparent mly:p-0 mly:text-gray-700 mly:shadow-sm",
5147
- children: /* @__PURE__ */ jsx10("span", { className: "mly:block mly:rounded-md mly:bg-soft-gray mly:!px-2 mly:!py-1.5", children: "Alignment" })
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: "mly:border-gray-300 mly:bg-transparent mly:p-0 mly:text-gray-700 mly:shadow-sm",
5238
- children: /* @__PURE__ */ jsx11("span", { className: "mly:block mly:rounded-md mly:bg-soft-gray mly:!px-2 mly:!py-1.5", children: tooltip })
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: "mly:border-gray-300 mly:bg-transparent mly:p-0 mly:text-gray-700 mly:shadow-sm",
6899
- children: /* @__PURE__ */ jsx29("span", { className: "mly:block mly:rounded-md mly:bg-soft-gray mly:!px-2 mly:!py-1.5", children: tooltip })
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: "mly:border-gray-300 mly:bg-transparent mly:p-0 mly:text-gray-700 mly:shadow-sm",
7039
- children: /* @__PURE__ */ jsx30("span", { className: "mly:block mly:rounded-md mly:bg-soft-gray mly:!px-2 mly:!py-1.5", children: tooltip })
7038
+ className: "tooltip-surface",
7039
+ children: tooltip
7040
7040
  }
7041
7041
  )
7042
7042
  ] });