@retinalabsllc/zairusjs 5.1.19 → 5.1.30
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 +24 -1
- package/dist/index.d.ts +24 -1
- package/dist/index.js +80 -112
- package/dist/index.mjs +79 -112
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -730,4 +730,27 @@ interface ContentGridBlockProps {
|
|
|
730
730
|
}
|
|
731
731
|
declare const ContentGridBlock: React.FC<ContentGridBlockProps>;
|
|
732
732
|
|
|
733
|
-
|
|
733
|
+
interface ProjectItem {
|
|
734
|
+
id: string;
|
|
735
|
+
title: string;
|
|
736
|
+
/** Right-aligned text, can be a date or a category like "Core Technology" */
|
|
737
|
+
date: string;
|
|
738
|
+
/** The destination URL */
|
|
739
|
+
link: string;
|
|
740
|
+
/** If true, uses a standard <a> tag with target="_blank" instead of next/link */
|
|
741
|
+
isExternal?: boolean;
|
|
742
|
+
/** Badge text. If "Production", it gets highlighted. */
|
|
743
|
+
status: string;
|
|
744
|
+
description: string;
|
|
745
|
+
}
|
|
746
|
+
interface ManagedProjectsBlockProps {
|
|
747
|
+
/** Small tracking text above the main title */
|
|
748
|
+
tagline?: string;
|
|
749
|
+
/** Main H1 title of the page */
|
|
750
|
+
title: string;
|
|
751
|
+
/** Array of project objects */
|
|
752
|
+
projects: ProjectItem[];
|
|
753
|
+
}
|
|
754
|
+
declare const ManagedProjectsBlock: React.FC<ManagedProjectsBlockProps>;
|
|
755
|
+
|
|
756
|
+
export { AppBento2, type AppBento2Props, Banner, type BannerProps, type BentoFeature, type BoardMember, CardLogo, type CardLogoProps, type CardNetwork, type CompanyDetails, type ConsultantProfile, ConsultantShowcase, type ConsultantShowcaseProps, ContentGridBlock, type ContentGridBlockProps, 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, type HomeActionBtn, 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, PageSpinner, type PageSpinnerProps, PipleAuth, type PipleAuthProps, type PlatformFeatureItem, PlatformFeatures, type PlatformFeaturesProps, PortfolioHero, type PortfolioHeroProps, type AppLogo as PricingAppLogo, type PricingFeature, type PricingPlan, type PricingTab, type ProjectItem, type QuickActionItem, type ScrollFeature, type SocialContact, type SocialLink, Stagger, type StaggerProps, type StatItem, TextInput, type TextInputProps, ThreeDActionButton, type ThreeDActionButtonProps, ThreeDButton, type ThreeDButtonProps, UniversalErrorView, type UniversalErrorViewProps, UniversalHomeView, type UniversalHomeViewProps, UniversalOrganizationPage, type UniversalOrganizationPageProps, UniversalProfileSettings, type UniversalProfileSettingsProps, UniversalSidebar, type UniversalSidebarProps, type UniversalTransaction, UniversalTransactionPage, type UniversalTransactionPageProps, type UniversalWallet, UniversalWalletPage, type UniversalWalletPageProps, ZairusAuth, type ZairusAuthProps };
|
package/dist/index.d.ts
CHANGED
|
@@ -730,4 +730,27 @@ interface ContentGridBlockProps {
|
|
|
730
730
|
}
|
|
731
731
|
declare const ContentGridBlock: React.FC<ContentGridBlockProps>;
|
|
732
732
|
|
|
733
|
-
|
|
733
|
+
interface ProjectItem {
|
|
734
|
+
id: string;
|
|
735
|
+
title: string;
|
|
736
|
+
/** Right-aligned text, can be a date or a category like "Core Technology" */
|
|
737
|
+
date: string;
|
|
738
|
+
/** The destination URL */
|
|
739
|
+
link: string;
|
|
740
|
+
/** If true, uses a standard <a> tag with target="_blank" instead of next/link */
|
|
741
|
+
isExternal?: boolean;
|
|
742
|
+
/** Badge text. If "Production", it gets highlighted. */
|
|
743
|
+
status: string;
|
|
744
|
+
description: string;
|
|
745
|
+
}
|
|
746
|
+
interface ManagedProjectsBlockProps {
|
|
747
|
+
/** Small tracking text above the main title */
|
|
748
|
+
tagline?: string;
|
|
749
|
+
/** Main H1 title of the page */
|
|
750
|
+
title: string;
|
|
751
|
+
/** Array of project objects */
|
|
752
|
+
projects: ProjectItem[];
|
|
753
|
+
}
|
|
754
|
+
declare const ManagedProjectsBlock: React.FC<ManagedProjectsBlockProps>;
|
|
755
|
+
|
|
756
|
+
export { AppBento2, type AppBento2Props, Banner, type BannerProps, type BentoFeature, type BoardMember, CardLogo, type CardLogoProps, type CardNetwork, type CompanyDetails, type ConsultantProfile, ConsultantShowcase, type ConsultantShowcaseProps, ContentGridBlock, type ContentGridBlockProps, 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, type HomeActionBtn, 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, PageSpinner, type PageSpinnerProps, PipleAuth, type PipleAuthProps, type PlatformFeatureItem, PlatformFeatures, type PlatformFeaturesProps, PortfolioHero, type PortfolioHeroProps, type AppLogo as PricingAppLogo, type PricingFeature, type PricingPlan, type PricingTab, type ProjectItem, type QuickActionItem, type ScrollFeature, type SocialContact, type SocialLink, Stagger, type StaggerProps, type StatItem, TextInput, type TextInputProps, ThreeDActionButton, type ThreeDActionButtonProps, ThreeDButton, type ThreeDButtonProps, UniversalErrorView, type UniversalErrorViewProps, UniversalHomeView, type UniversalHomeViewProps, UniversalOrganizationPage, type UniversalOrganizationPageProps, UniversalProfileSettings, type UniversalProfileSettingsProps, UniversalSidebar, type UniversalSidebarProps, type UniversalTransaction, UniversalTransactionPage, type UniversalTransactionPageProps, type UniversalWallet, UniversalWalletPage, type UniversalWalletPageProps, ZairusAuth, type ZairusAuthProps };
|