@retinalabsllc/zairusjs 0.9.2 → 0.9.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.d.mts +3 -16
- package/dist/index.d.ts +3 -16
- package/dist/index.js +5 -5
- package/dist/index.mjs +5 -5
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -924,26 +924,13 @@ interface UniversalDeveloperSettingsProps {
|
|
|
924
924
|
}
|
|
925
925
|
declare const UniversalDeveloperSettings: React.FC<UniversalDeveloperSettingsProps>;
|
|
926
926
|
|
|
927
|
-
interface FeatureItem {
|
|
928
|
-
/** Title of the feature card (only used if layout is 'text-top') */
|
|
929
|
-
title?: string;
|
|
930
|
-
/** Description of the feature card (only used if layout is 'text-top') */
|
|
931
|
-
description?: string;
|
|
932
|
-
/** URL of the image */
|
|
933
|
-
imageSrc: string;
|
|
934
|
-
/** Alt text for accessibility */
|
|
935
|
-
imageAlt?: string;
|
|
936
|
-
/** Determines the card style. 'full-image' fills the card, 'text-top' places text above an inset image */
|
|
937
|
-
layout: 'full-image' | 'text-top';
|
|
938
|
-
}
|
|
939
927
|
interface StatItem {
|
|
940
928
|
/** The small text label above the number */
|
|
941
929
|
label: string;
|
|
942
930
|
/** The large stat number (e.g., "12K+") */
|
|
943
931
|
value: string;
|
|
944
932
|
}
|
|
945
|
-
interface
|
|
946
|
-
features: FeatureItem[];
|
|
933
|
+
interface Props {
|
|
947
934
|
/** Main headline for the bottom section */
|
|
948
935
|
bottomHeadline: React.ReactNode;
|
|
949
936
|
/** Paragraph text below the bottom headline */
|
|
@@ -955,7 +942,7 @@ interface MedicalFeatureStatsBlockProps {
|
|
|
955
942
|
/** Array of stat items to display in the large boxes */
|
|
956
943
|
stats: StatItem[];
|
|
957
944
|
}
|
|
958
|
-
declare const MedicalFeatureStatsBlock: React.FC<
|
|
945
|
+
declare const MedicalFeatureStatsBlock: React.FC<Props>;
|
|
959
946
|
|
|
960
947
|
interface ConsultantProfile {
|
|
961
948
|
id: string | number;
|
|
@@ -1016,4 +1003,4 @@ interface ContentGridBlockProps {
|
|
|
1016
1003
|
}
|
|
1017
1004
|
declare const ContentGridBlock: React.FC<ContentGridBlockProps>;
|
|
1018
1005
|
|
|
1019
|
-
export { AITranscriptionFeature, type AITranscriptionFeatureProps, type AgentFilePayload, type AgentStat, AiApproveDecline, type AiApproveDeclineProps, AiStageCheck, type AiStageCheckProps, type AiTask, type AiTaskStatus, AppBento2, type AppBento2Props, Banner, type BannerProps, type BentoFeature, type BoardMember, type CompanyDetails, type CompanyMember, type ConsultantProfile, ConsultantShowcase, type ConsultantShowcaseProps, ContentGridBlock, type ContentGridBlockProps, type DashboardList, type DashboardListItem, type DashboardStat, type DocumentSectionData, type EmailContact, Faq, type FaqItem, type FaqProps,
|
|
1006
|
+
export { AITranscriptionFeature, type AITranscriptionFeatureProps, type AgentFilePayload, type AgentStat, AiApproveDecline, type AiApproveDeclineProps, AiStageCheck, type AiStageCheckProps, type AiTask, type AiTaskStatus, AppBento2, type AppBento2Props, Banner, type BannerProps, type BentoFeature, type BoardMember, type CompanyDetails, type CompanyMember, type ConsultantProfile, ConsultantShowcase, type ConsultantShowcaseProps, ContentGridBlock, type ContentGridBlockProps, type DashboardList, type DashboardListItem, type DashboardStat, type DocumentSectionData, type EmailContact, Faq, type FaqItem, type FaqProps, FeatureScroll, type FeatureScrollProps, Footer, type FooterColumn, type FooterLink, type FooterProps, GifFeatureCard, type GifFeatureCardProps, Header, type HeaderLink, type HeaderProps, type AppLogo$1 as HeroAppLogo, HeroSection, type HeroSectionProps, ManagedBoardBlock, type ManagedBoardBlockProps, ManagedContactBlock, type ManagedContactBlockProps, ManagedDocument, type ManagedDocumentProps, ManagedNewsletterSplitBlock, type ManagedNewsletterSplitBlockProps, ManagedNotFoundBlock, type ManagedNotFoundBlockProps, ManagedPricingBlock, type ManagedPricingBlockProps, ManagedProjectsBlock, type ManagedProjectsBlockProps, ManagedToaster, MedicalFeatureStatsBlock, type NavItem, NumberInput, type NumberInputProps, type OverviewAlert, type OverviewStat, PageSpinner, type PageSpinnerProps, type PlatformFeatureItem, PlatformFeatures, type PlatformFeaturesProps, PortfolioHero, type PortfolioHeroProps, type AppLogo as PricingAppLogo, type PricingFeature, type PricingPlan, ProductHero, type ProductHeroProps, type ProjectItem, type ScrollFeature, type SearchTypeOption, type SocialContact, type SocialLink, Stagger, type StaggerProps, type StatItem, TextInput, type TextInputProps, ThreeDActionButton, type ThreeDActionButtonProps, ThreeDButton, type ThreeDButtonProps, UniversalAgentConsole, type UniversalAgentConsoleProps, UniversalBillingPage, type UniversalBillingPageProps, UniversalDashboardPage, type UniversalDashboardPageProps, UniversalDeveloperSettings, type UniversalDeveloperSettingsProps, UniversalDirectoryPage, type UniversalDirectoryPageProps, UniversalErrorView, type UniversalErrorViewProps, UniversalIdentityPage, type UniversalIdentityPageProps, type UniversalInvoice, UniversalLookupPage, type UniversalLookupPageProps, type UniversalMember, UniversalMembersPage, type UniversalMembersPageProps, UniversalOrganizationPage, type UniversalOrganizationPageProps, UniversalOverviewPage, type UniversalOverviewPageProps, UniversalProfileSettings, type UniversalProfileSettingsProps, UniversalRegistrationFlow, type UniversalRegistrationFlowProps, UniversalSidebar, type UniversalSidebarProps, type WorkspaceItem, ZairusAuth, type ZairusAuthProps };
|
package/dist/index.d.ts
CHANGED
|
@@ -924,26 +924,13 @@ interface UniversalDeveloperSettingsProps {
|
|
|
924
924
|
}
|
|
925
925
|
declare const UniversalDeveloperSettings: React.FC<UniversalDeveloperSettingsProps>;
|
|
926
926
|
|
|
927
|
-
interface FeatureItem {
|
|
928
|
-
/** Title of the feature card (only used if layout is 'text-top') */
|
|
929
|
-
title?: string;
|
|
930
|
-
/** Description of the feature card (only used if layout is 'text-top') */
|
|
931
|
-
description?: string;
|
|
932
|
-
/** URL of the image */
|
|
933
|
-
imageSrc: string;
|
|
934
|
-
/** Alt text for accessibility */
|
|
935
|
-
imageAlt?: string;
|
|
936
|
-
/** Determines the card style. 'full-image' fills the card, 'text-top' places text above an inset image */
|
|
937
|
-
layout: 'full-image' | 'text-top';
|
|
938
|
-
}
|
|
939
927
|
interface StatItem {
|
|
940
928
|
/** The small text label above the number */
|
|
941
929
|
label: string;
|
|
942
930
|
/** The large stat number (e.g., "12K+") */
|
|
943
931
|
value: string;
|
|
944
932
|
}
|
|
945
|
-
interface
|
|
946
|
-
features: FeatureItem[];
|
|
933
|
+
interface Props {
|
|
947
934
|
/** Main headline for the bottom section */
|
|
948
935
|
bottomHeadline: React.ReactNode;
|
|
949
936
|
/** Paragraph text below the bottom headline */
|
|
@@ -955,7 +942,7 @@ interface MedicalFeatureStatsBlockProps {
|
|
|
955
942
|
/** Array of stat items to display in the large boxes */
|
|
956
943
|
stats: StatItem[];
|
|
957
944
|
}
|
|
958
|
-
declare const MedicalFeatureStatsBlock: React.FC<
|
|
945
|
+
declare const MedicalFeatureStatsBlock: React.FC<Props>;
|
|
959
946
|
|
|
960
947
|
interface ConsultantProfile {
|
|
961
948
|
id: string | number;
|
|
@@ -1016,4 +1003,4 @@ interface ContentGridBlockProps {
|
|
|
1016
1003
|
}
|
|
1017
1004
|
declare const ContentGridBlock: React.FC<ContentGridBlockProps>;
|
|
1018
1005
|
|
|
1019
|
-
export { AITranscriptionFeature, type AITranscriptionFeatureProps, type AgentFilePayload, type AgentStat, AiApproveDecline, type AiApproveDeclineProps, AiStageCheck, type AiStageCheckProps, type AiTask, type AiTaskStatus, AppBento2, type AppBento2Props, Banner, type BannerProps, type BentoFeature, type BoardMember, type CompanyDetails, type CompanyMember, type ConsultantProfile, ConsultantShowcase, type ConsultantShowcaseProps, ContentGridBlock, type ContentGridBlockProps, type DashboardList, type DashboardListItem, type DashboardStat, type DocumentSectionData, type EmailContact, Faq, type FaqItem, type FaqProps,
|
|
1006
|
+
export { AITranscriptionFeature, type AITranscriptionFeatureProps, type AgentFilePayload, type AgentStat, AiApproveDecline, type AiApproveDeclineProps, AiStageCheck, type AiStageCheckProps, type AiTask, type AiTaskStatus, AppBento2, type AppBento2Props, Banner, type BannerProps, type BentoFeature, type BoardMember, type CompanyDetails, type CompanyMember, type ConsultantProfile, ConsultantShowcase, type ConsultantShowcaseProps, ContentGridBlock, type ContentGridBlockProps, type DashboardList, type DashboardListItem, type DashboardStat, type DocumentSectionData, type EmailContact, Faq, type FaqItem, type FaqProps, FeatureScroll, type FeatureScrollProps, Footer, type FooterColumn, type FooterLink, type FooterProps, GifFeatureCard, type GifFeatureCardProps, Header, type HeaderLink, type HeaderProps, type AppLogo$1 as HeroAppLogo, HeroSection, type HeroSectionProps, ManagedBoardBlock, type ManagedBoardBlockProps, ManagedContactBlock, type ManagedContactBlockProps, ManagedDocument, type ManagedDocumentProps, ManagedNewsletterSplitBlock, type ManagedNewsletterSplitBlockProps, ManagedNotFoundBlock, type ManagedNotFoundBlockProps, ManagedPricingBlock, type ManagedPricingBlockProps, ManagedProjectsBlock, type ManagedProjectsBlockProps, ManagedToaster, MedicalFeatureStatsBlock, type NavItem, NumberInput, type NumberInputProps, type OverviewAlert, type OverviewStat, PageSpinner, type PageSpinnerProps, type PlatformFeatureItem, PlatformFeatures, type PlatformFeaturesProps, PortfolioHero, type PortfolioHeroProps, type AppLogo as PricingAppLogo, type PricingFeature, type PricingPlan, ProductHero, type ProductHeroProps, type ProjectItem, type ScrollFeature, type SearchTypeOption, type SocialContact, type SocialLink, Stagger, type StaggerProps, type StatItem, TextInput, type TextInputProps, ThreeDActionButton, type ThreeDActionButtonProps, ThreeDButton, type ThreeDButtonProps, UniversalAgentConsole, type UniversalAgentConsoleProps, UniversalBillingPage, type UniversalBillingPageProps, UniversalDashboardPage, type UniversalDashboardPageProps, UniversalDeveloperSettings, type UniversalDeveloperSettingsProps, UniversalDirectoryPage, type UniversalDirectoryPageProps, UniversalErrorView, type UniversalErrorViewProps, UniversalIdentityPage, type UniversalIdentityPageProps, type UniversalInvoice, UniversalLookupPage, type UniversalLookupPageProps, type UniversalMember, UniversalMembersPage, type UniversalMembersPageProps, UniversalOrganizationPage, type UniversalOrganizationPageProps, UniversalOverviewPage, type UniversalOverviewPageProps, UniversalProfileSettings, type UniversalProfileSettingsProps, UniversalRegistrationFlow, type UniversalRegistrationFlowProps, UniversalSidebar, type UniversalSidebarProps, type WorkspaceItem, ZairusAuth, type ZairusAuthProps };
|
package/dist/index.js
CHANGED
|
@@ -724,7 +724,7 @@ var HeroSection = ({
|
|
|
724
724
|
backgroundImage: `url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")`
|
|
725
725
|
}
|
|
726
726
|
}
|
|
727
|
-
), /* @__PURE__ */ import_react9.default.createElement("div", { className: "relative max-w-5xl mx-auto px-4 sm:px-6 w-full flex flex-col items-center text-center z-10" },
|
|
727
|
+
), /* @__PURE__ */ import_react9.default.createElement("div", { className: "relative max-w-5xl mx-auto px-4 sm:px-6 w-full flex flex-col items-center text-center z-10" }, /* @__PURE__ */ import_react9.default.createElement(
|
|
728
728
|
"h1",
|
|
729
729
|
{
|
|
730
730
|
ref: titleRef,
|
|
@@ -3998,15 +3998,15 @@ var MedicalFeatureStatsBlock = ({
|
|
|
3998
3998
|
}
|
|
3999
3999
|
return () => observer.disconnect();
|
|
4000
4000
|
}, []);
|
|
4001
|
-
return /* @__PURE__ */ import_react71.default.createElement("section", { className: "py-24 w-full flex justify-center relative z-10" }, /* @__PURE__ */ import_react71.default.createElement("div", { className: "max-w-6xl w-full flex flex-col px-4 md:px-8
|
|
4001
|
+
return /* @__PURE__ */ import_react71.default.createElement("section", { className: "py-24 w-full flex justify-center relative z-10" }, /* @__PURE__ */ import_react71.default.createElement("div", { className: "max-w-6xl w-full flex flex-col px-4 md:px-8" }, /* @__PURE__ */ import_react71.default.createElement("div", { className: "flex flex-col lg:flex-row justify-between items-start lg:items-end gap-10 mb-12" }, /* @__PURE__ */ import_react71.default.createElement("div", { className: "max-w-xl" }, /* @__PURE__ */ import_react71.default.createElement(
|
|
4002
4002
|
"h2",
|
|
4003
4003
|
{
|
|
4004
4004
|
ref: titleRef,
|
|
4005
|
-
className: `
|
|
4005
|
+
className: `text-3xl text-black tracking-tight leading-[1.1] mb-5 ${isAnimating ? "" : ""}`,
|
|
4006
4006
|
style: isAnimating ? { animationIterationCount: 1 } : {}
|
|
4007
4007
|
},
|
|
4008
4008
|
bottomHeadline
|
|
4009
|
-
), /* @__PURE__ */ import_react71.default.createElement("p", { className: "text-[14px] leading-relaxed text-neutral-500" }, bottomDescription)), /* @__PURE__ */ import_react71.default.createElement("div", { className: "flex items-center gap-4 shrink-0" }, /* @__PURE__ */ import_react71.default.createElement("div", { className: "flex -space-x-3" }, avatars.map((src, i) => /* @__PURE__ */ import_react71.default.createElement("div", { key: i, className: "relative w-12 h-12 rounded-full border-[3px] border-white overflow-hidden bg-neutral-100
|
|
4009
|
+
), /* @__PURE__ */ import_react71.default.createElement("p", { className: "text-[14px] leading-relaxed text-neutral-500" }, bottomDescription)), /* @__PURE__ */ import_react71.default.createElement("div", { className: "flex items-center gap-4 shrink-0" }, /* @__PURE__ */ import_react71.default.createElement("div", { className: "flex -space-x-3" }, avatars.map((src, i) => /* @__PURE__ */ import_react71.default.createElement("div", { key: i, className: "relative w-12 h-12 rounded-full border-[3px] border-white overflow-hidden bg-neutral-100 z-1 hover:z-10 transition-all" }, /* @__PURE__ */ import_react71.default.createElement(
|
|
4010
4010
|
import_image11.default,
|
|
4011
4011
|
{
|
|
4012
4012
|
src,
|
|
@@ -4015,7 +4015,7 @@ var MedicalFeatureStatsBlock = ({
|
|
|
4015
4015
|
sizes: "48px",
|
|
4016
4016
|
className: "object-cover"
|
|
4017
4017
|
}
|
|
4018
|
-
)))), /* @__PURE__ */ import_react71.default.createElement("p", { className: "text-[12px]
|
|
4018
|
+
)))), /* @__PURE__ */ import_react71.default.createElement("p", { className: "text-[12px] text-neutral-800 leading-[1.4] max-w-55" }, trustText))), /* @__PURE__ */ import_react71.default.createElement("div", { className: "grid grid-cols-1 md:grid-cols-2 gap-6" }, stats.map((stat, idx) => /* @__PURE__ */ import_react71.default.createElement("div", { key: idx, className: "bg-white rounded-4xl p-8 md:p-10 flex flex-col h-70" }, /* @__PURE__ */ import_react71.default.createElement("div", { className: "flex items-center gap-3 mb-6" }, /* @__PURE__ */ import_react71.default.createElement("span", { className: "w-1.5 h-1.5 rounded-full bg-[#000000] shrink-0" }), /* @__PURE__ */ import_react71.default.createElement("span", { className: "text-[14px] text-neutral-500 tracking-wide" }, stat.label)), /* @__PURE__ */ import_react71.default.createElement("div", { className: "text-6xl gradient-text md:text-[80px] font-light tracking-tighter text-black mt-auto leading-none" }, stat.value))))));
|
|
4019
4019
|
};
|
|
4020
4020
|
|
|
4021
4021
|
// src/components/ConsultantShowcase.tsx
|
package/dist/index.mjs
CHANGED
|
@@ -644,7 +644,7 @@ var HeroSection = ({
|
|
|
644
644
|
backgroundImage: `url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")`
|
|
645
645
|
}
|
|
646
646
|
}
|
|
647
|
-
), /* @__PURE__ */ React7.createElement("div", { className: "relative max-w-5xl mx-auto px-4 sm:px-6 w-full flex flex-col items-center text-center z-10" },
|
|
647
|
+
), /* @__PURE__ */ React7.createElement("div", { className: "relative max-w-5xl mx-auto px-4 sm:px-6 w-full flex flex-col items-center text-center z-10" }, /* @__PURE__ */ React7.createElement(
|
|
648
648
|
"h1",
|
|
649
649
|
{
|
|
650
650
|
ref: titleRef,
|
|
@@ -3960,15 +3960,15 @@ var MedicalFeatureStatsBlock = ({
|
|
|
3960
3960
|
}
|
|
3961
3961
|
return () => observer.disconnect();
|
|
3962
3962
|
}, []);
|
|
3963
|
-
return /* @__PURE__ */ React43.createElement("section", { className: "py-24 w-full flex justify-center relative z-10" }, /* @__PURE__ */ React43.createElement("div", { className: "max-w-6xl w-full flex flex-col px-4 md:px-8
|
|
3963
|
+
return /* @__PURE__ */ React43.createElement("section", { className: "py-24 w-full flex justify-center relative z-10" }, /* @__PURE__ */ React43.createElement("div", { className: "max-w-6xl w-full flex flex-col px-4 md:px-8" }, /* @__PURE__ */ React43.createElement("div", { className: "flex flex-col lg:flex-row justify-between items-start lg:items-end gap-10 mb-12" }, /* @__PURE__ */ React43.createElement("div", { className: "max-w-xl" }, /* @__PURE__ */ React43.createElement(
|
|
3964
3964
|
"h2",
|
|
3965
3965
|
{
|
|
3966
3966
|
ref: titleRef,
|
|
3967
|
-
className: `
|
|
3967
|
+
className: `text-3xl text-black tracking-tight leading-[1.1] mb-5 ${isAnimating ? "" : ""}`,
|
|
3968
3968
|
style: isAnimating ? { animationIterationCount: 1 } : {}
|
|
3969
3969
|
},
|
|
3970
3970
|
bottomHeadline
|
|
3971
|
-
), /* @__PURE__ */ React43.createElement("p", { className: "text-[14px] leading-relaxed text-neutral-500" }, bottomDescription)), /* @__PURE__ */ React43.createElement("div", { className: "flex items-center gap-4 shrink-0" }, /* @__PURE__ */ React43.createElement("div", { className: "flex -space-x-3" }, avatars.map((src, i) => /* @__PURE__ */ React43.createElement("div", { key: i, className: "relative w-12 h-12 rounded-full border-[3px] border-white overflow-hidden bg-neutral-100
|
|
3971
|
+
), /* @__PURE__ */ React43.createElement("p", { className: "text-[14px] leading-relaxed text-neutral-500" }, bottomDescription)), /* @__PURE__ */ React43.createElement("div", { className: "flex items-center gap-4 shrink-0" }, /* @__PURE__ */ React43.createElement("div", { className: "flex -space-x-3" }, avatars.map((src, i) => /* @__PURE__ */ React43.createElement("div", { key: i, className: "relative w-12 h-12 rounded-full border-[3px] border-white overflow-hidden bg-neutral-100 z-1 hover:z-10 transition-all" }, /* @__PURE__ */ React43.createElement(
|
|
3972
3972
|
Image11,
|
|
3973
3973
|
{
|
|
3974
3974
|
src,
|
|
@@ -3977,7 +3977,7 @@ var MedicalFeatureStatsBlock = ({
|
|
|
3977
3977
|
sizes: "48px",
|
|
3978
3978
|
className: "object-cover"
|
|
3979
3979
|
}
|
|
3980
|
-
)))), /* @__PURE__ */ React43.createElement("p", { className: "text-[12px]
|
|
3980
|
+
)))), /* @__PURE__ */ React43.createElement("p", { className: "text-[12px] text-neutral-800 leading-[1.4] max-w-55" }, trustText))), /* @__PURE__ */ React43.createElement("div", { className: "grid grid-cols-1 md:grid-cols-2 gap-6" }, stats.map((stat, idx) => /* @__PURE__ */ React43.createElement("div", { key: idx, className: "bg-white rounded-4xl p-8 md:p-10 flex flex-col h-70" }, /* @__PURE__ */ React43.createElement("div", { className: "flex items-center gap-3 mb-6" }, /* @__PURE__ */ React43.createElement("span", { className: "w-1.5 h-1.5 rounded-full bg-[#000000] shrink-0" }), /* @__PURE__ */ React43.createElement("span", { className: "text-[14px] text-neutral-500 tracking-wide" }, stat.label)), /* @__PURE__ */ React43.createElement("div", { className: "text-6xl gradient-text md:text-[80px] font-light tracking-tighter text-black mt-auto leading-none" }, stat.value))))));
|
|
3981
3981
|
};
|
|
3982
3982
|
|
|
3983
3983
|
// src/components/ConsultantShowcase.tsx
|