@caffeinebounce/identity 0.12.3 → 0.12.4
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.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3914,7 +3914,7 @@ function EmailSection({
|
|
|
3914
3914
|
] })
|
|
3915
3915
|
] }),
|
|
3916
3916
|
changeButtonPresentation === "icon" ? /* @__PURE__ */ jsxRuntime.jsx(primitives.TooltipProvider, { delayDuration: 300, children: /* @__PURE__ */ jsxRuntime.jsxs(primitives.Tooltip, { children: [
|
|
3917
|
-
/* @__PURE__ */ jsxRuntime.jsx(primitives.TooltipTrigger, { asChild: true, children: changeButton }),
|
|
3917
|
+
/* @__PURE__ */ jsxRuntime.jsx(primitives.TooltipTrigger, { asChild: true, "data-slot": "button", children: changeButton }),
|
|
3918
3918
|
/* @__PURE__ */ jsxRuntime.jsx(primitives.TooltipContent, { side: "top", children: "Change email" })
|
|
3919
3919
|
] }) }) : changeButton,
|
|
3920
3920
|
/* @__PURE__ */ jsxRuntime.jsx(primitives.Dialog, { open: dialogOpen, onOpenChange: handleOpenChange, children: /* @__PURE__ */ jsxRuntime.jsxs(primitives.DialogContent, { className: "sm:max-w-md", children: [
|
package/dist/index.mjs
CHANGED
|
@@ -3909,7 +3909,7 @@ function EmailSection({
|
|
|
3909
3909
|
] })
|
|
3910
3910
|
] }),
|
|
3911
3911
|
changeButtonPresentation === "icon" ? /* @__PURE__ */ jsx(TooltipProvider, { delayDuration: 300, children: /* @__PURE__ */ jsxs(Tooltip, { children: [
|
|
3912
|
-
/* @__PURE__ */ jsx(TooltipTrigger, { asChild: true, children: changeButton }),
|
|
3912
|
+
/* @__PURE__ */ jsx(TooltipTrigger, { asChild: true, "data-slot": "button", children: changeButton }),
|
|
3913
3913
|
/* @__PURE__ */ jsx(TooltipContent, { side: "top", children: "Change email" })
|
|
3914
3914
|
] }) }) : changeButton,
|
|
3915
3915
|
/* @__PURE__ */ jsx(Dialog, { open: dialogOpen, onOpenChange: handleOpenChange, children: /* @__PURE__ */ jsxs(DialogContent, { className: "sm:max-w-md", children: [
|