@retinalabsllc/zairusjs 15.1.45 → 15.1.50
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
|
@@ -737,7 +737,7 @@ function AuthFormInner({
|
|
|
737
737
|
onKeyDown: (e) => {
|
|
738
738
|
if (e.key === "Backspace" && !otp[index] && index > 0) inputRefs.current[index - 1]?.focus();
|
|
739
739
|
},
|
|
740
|
-
className: "w-7 h-
|
|
740
|
+
className: "w-7 h-10 text-center text-sm bg-transparent border-b border-neutral-200 text-black outline-none focus:border-black transition-all duration-300"
|
|
741
741
|
}
|
|
742
742
|
))), /* @__PURE__ */ import_react7.default.createElement(ThreeDActionButton, { type: "submit", disabled: otp.join("").length < 6, isLoading: isSubmitting, className: "w-full" }, "Verify Code")), userHasPasskey && /* @__PURE__ */ import_react7.default.createElement("div", { className: "pt-6" }, /* @__PURE__ */ import_react7.default.createElement(
|
|
743
743
|
"button",
|
package/dist/index.mjs
CHANGED
|
@@ -658,7 +658,7 @@ function AuthFormInner({
|
|
|
658
658
|
onKeyDown: (e) => {
|
|
659
659
|
if (e.key === "Backspace" && !otp[index] && index > 0) inputRefs.current[index - 1]?.focus();
|
|
660
660
|
},
|
|
661
|
-
className: "w-7 h-
|
|
661
|
+
className: "w-7 h-10 text-center text-sm bg-transparent border-b border-neutral-200 text-black outline-none focus:border-black transition-all duration-300"
|
|
662
662
|
}
|
|
663
663
|
))), /* @__PURE__ */ React6.createElement(ThreeDActionButton, { type: "submit", disabled: otp.join("").length < 6, isLoading: isSubmitting, className: "w-full" }, "Verify Code")), userHasPasskey && /* @__PURE__ */ React6.createElement("div", { className: "pt-6" }, /* @__PURE__ */ React6.createElement(
|
|
664
664
|
"button",
|