@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/index.cjs CHANGED
@@ -3489,7 +3489,7 @@ var TooltipContent = React.forwardRef((_a, ref) => {
3489
3489
  ref,
3490
3490
  sideOffset,
3491
3491
  className: cn(
3492
- "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",
3492
+ "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",
3493
3493
  className
3494
3494
  )
3495
3495
  }, props)
@@ -3590,8 +3590,8 @@ function BubbleMenuButton(item) {
3590
3590
  TooltipContent,
3591
3591
  {
3592
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 })
3593
+ className: "tooltip-surface",
3594
+ children: tooltip
3595
3595
  }
3596
3596
  )
3597
3597
  ] });
@@ -3867,7 +3867,14 @@ function _ShowPopover(props) {
3867
3867
  children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_lucide_react3.Eye, { className: "mly:h-3 mly:w-3 mly:stroke-[2.5]" })
3868
3868
  }
3869
3869
  ) }),
3870
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(TooltipContent, { sideOffset: 8, children: "Show block conditionally" })
3870
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
3871
+ TooltipContent,
3872
+ {
3873
+ sideOffset: 8,
3874
+ className: "tooltip-surface",
3875
+ children: "Show block conditionally"
3876
+ }
3877
+ )
3871
3878
  ] }),
3872
3879
  /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
3873
3880
  PopoverContent,
@@ -3896,7 +3903,7 @@ function _ShowPopover(props) {
3896
3903
  TooltipContent,
3897
3904
  {
3898
3905
  sideOffset: 14,
3899
- className: "mly:max-w-[285px]",
3906
+ className: "tooltip-surface mly:max-w-[285px]",
3900
3907
  align: "start",
3901
3908
  children: "Show the block if the selected variable is true."
3902
3909
  }
@@ -4125,8 +4132,8 @@ function Select(props) {
4125
4132
  TooltipContent,
4126
4133
  {
4127
4134
  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 })
4135
+ className: "tooltip-surface",
4136
+ children: tooltip
4130
4137
  }
4131
4138
  )
4132
4139
  ] });
@@ -4828,8 +4835,8 @@ function ContentMenu(props) {
4828
4835
  TooltipContent,
4829
4836
  {
4830
4837
  sideOffset: 8,
4831
- className: "mly:border-gray-300 mly:bg-transparent mly:p-0 mly:text-gray-700 mly:shadow-sm",
4832
- children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("span", { className: "mly:block mly:rounded-md mly:bg-soft-gray mly:!px-2 mly:!py-1.5", children: "Add new node" })
4838
+ className: "tooltip-surface",
4839
+ children: "Add new node"
4833
4840
  }
4834
4841
  )
4835
4842
  ] }),
@@ -4855,8 +4862,8 @@ function ContentMenu(props) {
4855
4862
  TooltipContent,
4856
4863
  {
4857
4864
  sideOffset: 8,
4858
- className: "mly:border-gray-300 mly:bg-transparent mly:p-0 mly:text-gray-700 mly:shadow-sm",
4859
- children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("span", { className: "mly:block mly:rounded-md mly:bg-soft-gray mly:!px-2 mly:!py-1.5", children: "Node actions" })
4865
+ className: "tooltip-surface",
4866
+ children: "Node actions"
4860
4867
  }
4861
4868
  )
4862
4869
  ] }),
@@ -6224,8 +6231,8 @@ function AlignmentSwitch(props) {
6224
6231
  TooltipContent,
6225
6232
  {
6226
6233
  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" })
6234
+ className: "tooltip-surface",
6235
+ children: "Alignment"
6229
6236
  }
6230
6237
  )
6231
6238
  ] }),
@@ -7665,8 +7672,8 @@ function LinkInputPopover(props) {
7665
7672
  TooltipContent,
7666
7673
  {
7667
7674
  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 })
7675
+ className: "tooltip-surface",
7676
+ children: tooltip
7670
7677
  }
7671
7678
  )
7672
7679
  ] }) : popoverButton,
@@ -8302,7 +8309,7 @@ function RepeatBubbleMenu(props) {
8302
8309
  TooltipContent,
8303
8310
  {
8304
8311
  sideOffset: 14,
8305
- className: "mly:max-w-[260px]",
8312
+ className: "tooltip-surface mly:max-w-[260px]",
8306
8313
  align: "start",
8307
8314
  children: "Ensure the selected variable is iterable, such as an array of objects."
8308
8315
  }
@@ -8526,8 +8533,8 @@ function ColorPicker(props) {
8526
8533
  TooltipContent,
8527
8534
  {
8528
8535
  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 })
8536
+ className: "tooltip-surface",
8537
+ children: tooltip
8531
8538
  }
8532
8539
  )
8533
8540
  ] }) : popoverButton,
@@ -11437,8 +11444,8 @@ function TurnIntoBlock(props) {
11437
11444
  TooltipContent,
11438
11445
  {
11439
11446
  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" })
11447
+ className: "tooltip-surface",
11448
+ children: "Turn into"
11442
11449
  }
11443
11450
  )
11444
11451
  ] }),