@caffeinebounce/identity 0.12.3 → 0.12.5

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 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: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caffeinebounce/identity",
3
- "version": "0.12.3",
3
+ "version": "0.12.5",
4
4
  "description": "Authentication components and handlers for Caffeine Bounce projects",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -61,7 +61,7 @@
61
61
  "dependencies": {
62
62
  "@caffeinebounce/logger": "^0.10.0",
63
63
  "@caffeinebounce/shared-utils": "^0.7.136",
64
- "@caffeinebounce/ui": "^0.62.3",
64
+ "@caffeinebounce/ui": "^0.63.0",
65
65
  "@supabase/ssr": "^0.8.0",
66
66
  "@supabase/supabase-js": "^2.49.4",
67
67
  "input-otp": "^1.4.2",