@retinalabsllc/zairusjs 8.1.59 → 8.1.60
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -463,7 +463,7 @@ var WaitlistDialog = ({ isOpen, onClose }) => {
|
|
|
463
463
|
return /* @__PURE__ */ import_react9.default.createElement("div", { className: "fixed inset-0 z-100 flex items-center justify-center p-4 bg-black/60 " }, /* @__PURE__ */ import_react9.default.createElement("div", { className: "absolute inset-0", onClick: !isLoading ? onClose : void 0 }), /* @__PURE__ */ import_react9.default.createElement(
|
|
464
464
|
"div",
|
|
465
465
|
{
|
|
466
|
-
className: "w-full max-w-md bg-[#
|
|
466
|
+
className: "w-full max-w-md bg-[#212121] rounded-2xl shadow-2xl overflow-hidden relative z-10 animate-in fade-in zoom-in-95 duration-200"
|
|
467
467
|
},
|
|
468
468
|
/* @__PURE__ */ import_react9.default.createElement(
|
|
469
469
|
"button",
|
|
@@ -493,7 +493,7 @@ var WaitlistDialog = ({ isOpen, onClose }) => {
|
|
|
493
493
|
/* @__PURE__ */ import_react9.default.createElement("div", { className: "p-6 sm:p-8" }, /* @__PURE__ */ import_react9.default.createElement("div", { className: "mb-8 mt-2" }, /* @__PURE__ */ import_react9.default.createElement("h2", { className: "text-2xl font-light text-white tracking-tight mb-2" }, "Join the Waitlist"), /* @__PURE__ */ import_react9.default.createElement("p", { className: "text-[13px] text-neutral-400 font-light leading-relaxed" }, "Be the first to experience the future of natural language computing. Secure your early access spot today.")), /* @__PURE__ */ import_react9.default.createElement("form", { onSubmit: handleSubmit, className: "flex flex-col gap-8" }, /* @__PURE__ */ import_react9.default.createElement(
|
|
494
494
|
TextInput,
|
|
495
495
|
{
|
|
496
|
-
label: "
|
|
496
|
+
label: "Email ID",
|
|
497
497
|
type: "email",
|
|
498
498
|
value: email,
|
|
499
499
|
onChange: setEmail,
|
package/dist/index.mjs
CHANGED
|
@@ -403,7 +403,7 @@ var WaitlistDialog = ({ isOpen, onClose }) => {
|
|
|
403
403
|
return /* @__PURE__ */ React7.createElement("div", { className: "fixed inset-0 z-100 flex items-center justify-center p-4 bg-black/60 " }, /* @__PURE__ */ React7.createElement("div", { className: "absolute inset-0", onClick: !isLoading ? onClose : void 0 }), /* @__PURE__ */ React7.createElement(
|
|
404
404
|
"div",
|
|
405
405
|
{
|
|
406
|
-
className: "w-full max-w-md bg-[#
|
|
406
|
+
className: "w-full max-w-md bg-[#212121] rounded-2xl shadow-2xl overflow-hidden relative z-10 animate-in fade-in zoom-in-95 duration-200"
|
|
407
407
|
},
|
|
408
408
|
/* @__PURE__ */ React7.createElement(
|
|
409
409
|
"button",
|
|
@@ -433,7 +433,7 @@ var WaitlistDialog = ({ isOpen, onClose }) => {
|
|
|
433
433
|
/* @__PURE__ */ React7.createElement("div", { className: "p-6 sm:p-8" }, /* @__PURE__ */ React7.createElement("div", { className: "mb-8 mt-2" }, /* @__PURE__ */ React7.createElement("h2", { className: "text-2xl font-light text-white tracking-tight mb-2" }, "Join the Waitlist"), /* @__PURE__ */ React7.createElement("p", { className: "text-[13px] text-neutral-400 font-light leading-relaxed" }, "Be the first to experience the future of natural language computing. Secure your early access spot today.")), /* @__PURE__ */ React7.createElement("form", { onSubmit: handleSubmit, className: "flex flex-col gap-8" }, /* @__PURE__ */ React7.createElement(
|
|
434
434
|
TextInput,
|
|
435
435
|
{
|
|
436
|
-
label: "
|
|
436
|
+
label: "Email ID",
|
|
437
437
|
type: "email",
|
|
438
438
|
value: email,
|
|
439
439
|
onChange: setEmail,
|