@salesmind-ai/design-system 0.2.1 → 0.3.1
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/README.md +32 -2
- package/dist/AppearancePanel-UT57J69V.d.cts +51 -0
- package/dist/AppearancePanel-UT57J69V.d.ts +51 -0
- package/dist/AppearanceProvider-C36a8-eb.d.cts +45 -0
- package/dist/AppearanceProvider-C36a8-eb.d.ts +45 -0
- package/dist/Breadcrumb-RX-B_gDV.d.cts +44 -0
- package/dist/Breadcrumb-RX-B_gDV.d.ts +44 -0
- package/dist/ExportMenu-A2TLFiVv.d.cts +311 -0
- package/dist/ExportMenu-C8qck5AT.d.ts +311 -0
- package/dist/SectionShell-BfBw5q0Y.d.cts +18 -0
- package/dist/SectionShell-BfBw5q0Y.d.ts +18 -0
- package/dist/Select-BdZmK0Lt.d.cts +66 -0
- package/dist/Select-BdZmK0Lt.d.ts +66 -0
- package/dist/admin/index.cjs +2941 -0
- package/dist/admin/index.cjs.map +1 -0
- package/dist/admin/index.css +4145 -0
- package/dist/admin/index.css.map +1 -0
- package/dist/admin/index.d.cts +491 -0
- package/dist/admin/index.d.ts +491 -0
- package/dist/admin/index.js +2918 -0
- package/dist/admin/index.js.map +1 -0
- package/dist/{audit-CiyPkxk1.d.cts → audit-BS2fn7M4.d.ts} +2 -51
- package/dist/{audit-CiyPkxk1.d.ts → audit-DwCmg32J.d.cts} +2 -51
- package/dist/blog/index.cjs +1074 -0
- package/dist/blog/index.cjs.map +1 -0
- package/dist/blog/index.css +1422 -0
- package/dist/blog/index.css.map +1 -0
- package/dist/blog/index.d.cts +233 -0
- package/dist/blog/index.d.ts +233 -0
- package/dist/blog/index.js +1056 -0
- package/dist/blog/index.js.map +1 -0
- package/dist/chart-types-BGVVO-zl.d.cts +208 -0
- package/dist/chart-types-BGVVO-zl.d.ts +208 -0
- package/dist/charts/index.cjs +2698 -0
- package/dist/charts/index.cjs.map +1 -0
- package/dist/charts/index.css +1167 -0
- package/dist/charts/index.css.map +1 -0
- package/dist/charts/index.d.cts +453 -0
- package/dist/charts/index.d.ts +453 -0
- package/dist/charts/index.js +2682 -0
- package/dist/charts/index.js.map +1 -0
- package/dist/core/index.cjs +526 -395
- package/dist/core/index.cjs.map +1 -1
- package/dist/core/index.css +294 -0
- package/dist/core/index.css.map +1 -1
- package/dist/core/index.d.cts +7 -982
- package/dist/core/index.d.ts +7 -982
- package/dist/core/index.js +476 -351
- package/dist/core/index.js.map +1 -1
- package/dist/i18n/index.cjs +585 -0
- package/dist/i18n/index.cjs.map +1 -0
- package/dist/i18n/index.d.cts +855 -0
- package/dist/i18n/index.d.ts +855 -0
- package/dist/i18n/index.js +547 -0
- package/dist/i18n/index.js.map +1 -0
- package/dist/index.cjs +3 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +11 -7
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +22 -1290
- package/dist/index.d.ts +22 -1290
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/marketing/index.cjs +2144 -3023
- package/dist/marketing/index.cjs.map +1 -1
- package/dist/marketing/index.css +3729 -4824
- package/dist/marketing/index.css.map +1 -1
- package/dist/marketing/index.d.cts +1351 -4
- package/dist/marketing/index.d.ts +1351 -4
- package/dist/marketing/index.js +2190 -3054
- package/dist/marketing/index.js.map +1 -1
- package/dist/motion/index.cjs +1230 -0
- package/dist/motion/index.cjs.map +1 -0
- package/dist/motion/index.css +699 -0
- package/dist/motion/index.css.map +1 -0
- package/dist/motion/index.d.cts +68 -0
- package/dist/motion/index.d.ts +68 -0
- package/dist/motion/index.js +1218 -0
- package/dist/motion/index.js.map +1 -0
- package/dist/nav/index.cjs +1533 -0
- package/dist/nav/index.cjs.map +1 -0
- package/dist/nav/index.css +1984 -0
- package/dist/nav/index.css.map +1 -0
- package/dist/nav/index.d.cts +279 -0
- package/dist/nav/index.d.ts +279 -0
- package/dist/nav/index.js +1501 -0
- package/dist/nav/index.js.map +1 -0
- package/dist/report/index.cjs +26 -1649
- package/dist/report/index.cjs.map +1 -1
- package/dist/report/index.css +0 -963
- package/dist/report/index.css.map +1 -1
- package/dist/report/index.d.cts +4 -2
- package/dist/report/index.d.ts +4 -2
- package/dist/report/index.js +27 -1640
- package/dist/report/index.js.map +1 -1
- package/dist/sections/index.cjs +385 -0
- package/dist/sections/index.cjs.map +1 -0
- package/dist/sections/index.css +815 -0
- package/dist/sections/index.css.map +1 -0
- package/dist/sections/index.d.cts +69 -0
- package/dist/sections/index.d.ts +69 -0
- package/dist/sections/index.js +374 -0
- package/dist/sections/index.js.map +1 -0
- package/dist/social-proof/index.cjs +1255 -0
- package/dist/social-proof/index.cjs.map +1 -0
- package/dist/social-proof/index.css +1423 -0
- package/dist/social-proof/index.css.map +1 -0
- package/dist/social-proof/index.d.cts +258 -0
- package/dist/social-proof/index.d.ts +258 -0
- package/dist/social-proof/index.js +1238 -0
- package/dist/social-proof/index.js.map +1 -0
- package/dist/theme/index.cjs +573 -0
- package/dist/theme/index.cjs.map +1 -0
- package/dist/theme/index.css +464 -0
- package/dist/theme/index.css.map +1 -0
- package/dist/theme/index.d.cts +48 -0
- package/dist/theme/index.d.ts +48 -0
- package/dist/theme/index.js +558 -0
- package/dist/theme/index.js.map +1 -0
- package/dist/types-DAlgDGzw.d.cts +52 -0
- package/dist/types-DAlgDGzw.d.ts +52 -0
- package/dist/web/client/index.cjs +501 -0
- package/dist/web/client/index.cjs.map +1 -0
- package/dist/web/client/index.css +456 -0
- package/dist/web/client/index.css.map +1 -0
- package/dist/web/client/index.d.cts +172 -0
- package/dist/web/client/index.d.ts +172 -0
- package/dist/web/client/index.js +486 -0
- package/dist/web/client/index.js.map +1 -0
- package/dist/web/index.d.cts +6 -893
- package/dist/web/index.d.ts +6 -893
- package/dist/web/server/index.cjs +569 -0
- package/dist/web/server/index.cjs.map +1 -0
- package/dist/web/server/index.d.cts +725 -0
- package/dist/web/server/index.d.ts +725 -0
- package/dist/web/server/index.js +562 -0
- package/dist/web/server/index.js.map +1 -0
- package/package.json +81 -9
- package/dist/ExportMenu-hEe5MhLq.d.cts +0 -1027
- package/dist/ExportMenu-hEe5MhLq.d.ts +0 -1027
- package/dist/index-B64suAAc.d.cts +0 -1498
- package/dist/index-B64suAAc.d.ts +0 -1498
package/dist/index.d.ts
CHANGED
|
@@ -1,1295 +1,27 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
export {
|
|
7
|
-
|
|
8
|
-
export {
|
|
1
|
+
export { ColorPicker, ColorPickerProps, ThemeSelector, ThemeSelectorProps, VoidBackground, VoidBackgroundProps } from './theme/index.js';
|
|
2
|
+
export { Accordion, AccordionContent, AccordionContentProps, AccordionItem, AccordionItemProps, AccordionProps, AccordionTrigger, AccordionTriggerProps, Alert, AlertProps, AlertVariant, AspectRatio, AspectRatioProps, Avatar, AvatarFallback, AvatarImage, AvatarProps, BREAKPOINTS, Badge, BadgeProps, Box, BoxProps, Breakpoint, Button, ButtonGroup, ButtonGroupProps, ButtonProps, COLORS, CONTAINER_SIZE_MAP, Calendar, CalendarLabels, CalendarProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, CarouselContent, CarouselItem, CarouselNext, CarouselNextProps, CarouselPrevious, CarouselPreviousProps, Checkbox, CheckboxProps, Collapsible, CollapsibleContent, CollapsibleProps, CollapsibleTrigger, Command, CommandDialog, CommandDialogProps, CommandEmpty, CommandGroup, CommandGroupProps, CommandInput, CommandItem, CommandItemProps, CommandList, CommandProps, CommandSeparator, Container, ContainerProps, ContainerSize, ContextMenu, ContextMenuContent, ContextMenuItem, ContextMenuItemProps, ContextMenuLabel, ContextMenuProps, ContextMenuSeparator, ContextMenuTrigger, DISTANCE, DURATION, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, Drawer, DrawerClose, DrawerContent, DrawerContentProps, DrawerDescription, DrawerFooter, DrawerHeader, DrawerProps, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuContent, DropdownMenuContentProps, DropdownMenuItem, DropdownMenuItemProps, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuTrigger, EASING, EmptyState, EmptyStateProps, FONT_FAMILY, FONT_SIZE, FONT_WEIGHT, FieldRenderProps, FormControl, FormDescription, FormField, FormFieldProps, FormItem, FormLabel, FormMessage, Grid, GridProps, Heading, HeadingProps, HoverCard, HoverCardContent, HoverCardContentProps, HoverCardProps, HoverCardTrigger, InputOTP, InputOTPGroup, InputOTPProps, InputOTPSeparator, InputOTPSlot, InputOTPSlotProps, LINE_HEIGHT, Label, LabelProps, MEDIA_QUERIES, MOTION, Pagination, PaginationContent, PaginationContentProps, PaginationEllipsis, PaginationEllipsisProps, PaginationItem, PaginationItemProps, PaginationLink, PaginationLinkProps, PaginationNext, PaginationNextProps, PaginationPrevious, PaginationPreviousProps, PaginationProps, Popover, PopoverClose, PopoverContent, PopoverContentProps, PopoverProps, PopoverTrigger, PopoverTriggerProps, Progress, ProgressProps, Prose, ProseProps, RADIUS, Radio, RadioGroup, RadioGroupProps, RadioProps, RadiusToken, SHADOWS, SPACING, ScrollArea, ScrollAreaProps, ScrollBar, ScrollBarProps, Section, SectionProps, Separator, SeparatorProps, Sheet, SheetClose, SheetCloseProps, SheetContent, SheetContentProps, SheetDescription, SheetFooter, SheetHeader, SheetProps, SheetSide, SheetTitle, SheetTrigger, SheetTriggerProps, Skeleton, SkeletonProps, Slider, SliderProps, SpacingProps, SpacingToken, Stack, StackProps, StatusBadge, StatusBadgeProps, Switch, SwitchProps, TRANSITION, Tabs, TabsContent, TabsContentProps, TabsList, TabsListProps, TabsProps, TabsTrigger, TabsTriggerProps, Text, TextArea, TextAreaProps, TextField, TextFieldProps, TextProps, ToastContext, ToastContextType, ToastItem, ToastProps, ToastProvider, ToastVariant, Toggle, ToggleGroup, ToggleGroupItem, ToggleGroupItemProps, ToggleGroupProps, ToggleProps, Tooltip, TooltipContent, TooltipProps, TooltipProvider, TooltipRoot, TooltipTrigger, VARIANTS, VisuallyHidden, ZIndexToken, Z_INDEX, extractSpacingStyles, resolveSpacing, useFormField, useToast } from './core/index.js';
|
|
3
|
+
export { B as Breadcrumb, a as BreadcrumbEllipsis, b as BreadcrumbEllipsisProps, c as BreadcrumbItem, d as BreadcrumbItemProps, e as BreadcrumbLink, f as BreadcrumbLinkProps, g as BreadcrumbList, h as BreadcrumbListProps, i as BreadcrumbPage, j as BreadcrumbPageProps, k as BreadcrumbProps, l as BreadcrumbSeparator, m as BreadcrumbSeparatorProps } from './Breadcrumb-RX-B_gDV.js';
|
|
4
|
+
export { FooterCTA, FooterLink, FooterSection, FooterTrustBadge, LocaleDropdown, LocaleDropdownProps, LocaleOption, MDXOutboundLink, NavbarMegaMenu, NavbarMegaMenuItem, NavbarMegaMenuItemProps, NavbarMegaMenuProps, NavbarMegaMenuSection, NavbarMegaMenuSectionProps, NavbarMobileActions, NavbarMobileNavItem, NavbarMobileNavItemProps, NavbarMobileSeparator, NavbarV2, NavbarV2Actions, NavbarV2Brand, NavbarV2BrandProps, NavbarV2Props, NavbarV2Tab, NavbarV2TabMenu, NavbarV2TabMenuProps, NavbarV2TabProps, NavbarV2Tabs, OutboundClickEventDetail, OutboundLink, OutboundLinkProps, SiteFooter, SiteFooterProps, appendGovernedUTMs, appendUTMs, isExemptUrl } from './nav/index.js';
|
|
5
|
+
export { S as SectionHeader, a as SectionHeaderProps, b as SectionShell, c as SectionShellProps } from './SectionShell-BfBw5q0Y.js';
|
|
6
|
+
export { CTASection, CTASectionProps, FeatureItem, FeatureSection, FeatureSectionProps, HeroSection, HeroSectionProps, StatItem, StatsSection, StatsSectionProps } from './sections/index.js';
|
|
7
|
+
export { Author, CardMetric, LogoItem, Media, MetricCounter, MetricCounterProps, Platform, PlatformBadge, PlatformBadgeProps, SocialProof, SocialProofCard, SocialProofCardProps, SocialProofCarousel, SocialProofCarouselProps, SocialProofFeatured, SocialProofFeaturedProps, SocialProofGrid, SocialProofGridProps, SocialProofLogos, SocialProofLogosProps, StarRating, StarRatingProps, VerticalVideoGrid, VerticalVideoGridProps, VideoLightbox, VideoLightboxProps } from './social-proof/index.js';
|
|
8
|
+
export { AnalysisProgress, BehavioralSignals, ChangeEmail, ChangeEmailLabels, ChangeEmailProps, DataTable, DataTableBody, DataTableCell, DataTableHead, DataTableHeader, DataTableProps, DataTableRow, EngagementTip, FloatingTabBar, FloatingTabBarProps, ForgotPassword, ForgotPasswordLabels, ForgotPasswordProps, LeadProfile, LeadProfileState, LeadProfileView, LeadProfileViewProps, Login, LoginLabels, LoginProps, MBTIScore, NavItem, Shell, ShellProps, Sidebar, SidebarItem, SidebarItemProps, SidebarProps, SidebarSection, SidebarSectionProps, Signup, SignupLabels, SignupProps, TabItem, TabItemProps } from './admin/index.js';
|
|
9
|
+
export { AgitationPoint, AnnouncementBar, AnnouncementBarProps, ArchitectureConnection, ArchitectureDiagram, ArchitectureDiagramProps, ArchitectureNode, ArchitectureNodeType, BeforeAfterBlock, BeforeAfterBlockProps, BeforeAfterItem, BeforeAfterSide, BookingEmbed, BookingEmbedProps, CaseStudyCard, CaseStudyCardProps, CaseStudyMetric, CaseStudySection, CaseStudySectionProps, ComparisonColumn, ComparisonRow, ComparisonTable, ComparisonTableProps, CompetitorDiff, CompetitorDiffItem, CompetitorDiffProps, ComplianceGrid, ComplianceGridProps, ComplianceItem, ComplianceStatus, EcosystemConnection, EcosystemDiagram, EcosystemDiagramProps, EcosystemLayer, EnterpriseSLA, EnterpriseSignalCategory, EnterpriseSignalItem, EnterpriseSignalStatus, EnterpriseSignaling, EnterpriseSignalingProps, EraSentiment, EvolutionEra, EvolutionTimeline, EvolutionTimelineProps, ExitIntentOverlay, ExitIntentOverlayProps, GuaranteeHighlight, GuaranteeHighlightProps, ICPFilter, ICPFilterItem, ICPFilterProps, IntegrationEntry, IntegrationShowcase, IntegrationShowcaseProps, IntelligenceBlock, IntelligenceBlockProps, IntelligenceCapability, IntelligenceMetric, IntentCTA, IntentCTAProps, IntentStage, IntentTriggerType, LeadCaptureForm, LeadCaptureFormProps, ManifestoAttribution, ManifestoBlock, ManifestoBlockProps, ObjectionFAQ, ObjectionFAQProps, ObjectionItem, PartnerBenefit, PartnerCalcInput, PartnerCalcOutput, PartnerDifferentiator, PartnerValueProp, PartnerValuePropProps, PricingCard, PricingCardProps, PricingFeature, PricingSection, PricingSectionProps, PricingToggle, PricingToggleProps, ProblemAgitation, ProblemAgitationProps, ProcessTimeline, ProcessTimelineProps, ROICalculator, ROICalculatorProps, ROIComparisonItem, SecurityBlock, SecurityBlockProps, SecurityCertification, SegmentSwitch, SegmentSwitchProps, StakeholderContent, StakeholderDefinition, StakeholderTabs, StakeholderTabsProps, StickyActionBar, StickyActionBarProps, TimelineStep, ValueAnchor, ValueAnchorInput, ValueAnchorOutput, ValueAnchorProps, VideoEmbed, VideoEmbedProps } from './marketing/index.js';
|
|
10
|
+
export { ArticleCard, ArticleCardProps, ArticleLayout, ArticleLayoutProps, AuthorBio, AuthorBioProps, AuthorLink, BrowserFrame, BrowserFrameProps, DataHighlight, DataHighlightProps, InsightCallout, InsightCalloutProps, LongFormLayout, LongFormLayoutProps, ReadingProgress, ReadingProgressProps, RelatedContent, RelatedContentProps, SeriesEdition, TOCItem, TableOfContents, TableOfContentsProps, VersionedSeriesNavigator, VersionedSeriesNavigatorProps, VersionedUpgradeAlert, VersionedUpgradeAlertProps } from './blog/index.js';
|
|
11
|
+
export { CursorSpotlight, CursorSpotlightProps, FunnelScalingSender, FunnelScalingSenderProps, MotionContainer, MotionContainerProps, MotionText, MotionTextProps, RevenueAutomationLoop, RevenueAutomationLoopProps, SpotlightCard, SpotlightCardProps } from './motion/index.js';
|
|
12
|
+
export { A as AppearanceContextValue, a as AppearanceProvider, b as AppearanceProviderProps, c as AppearanceSettings, B as Brand, D as Density, N as NavPlacement, R as Radius, T as Theme, h as hexToRgb, i as initializeAppearance, p as prefersReducedMotion, u as useAppearance } from './AppearanceProvider-C36a8-eb.js';
|
|
13
|
+
export { A as AppearancePanel, a as AppearancePanelLabels, b as AppearancePanelProps } from './AppearancePanel-UT57J69V.js';
|
|
14
|
+
export { DSIntlProvider, DSIntlProviderProps, MessageValues, alertMessages, allMessages, appearanceMessages, authMessages, calendarMessages, carouselMessages, commonMessages, dialogMessages, formMessages, methodologyMessages, navigationMessages, paginationMessages, reportMessages, toastMessages, useDateFormat, useIsRTL, useLocale, useMessage, useNumberFormat, useRelativeTime, useTextDirection } from './i18n/index.js';
|
|
9
15
|
export { FormattedDate, FormattedMessage, FormattedNumber, MessageDescriptor, defineMessages } from 'react-intl';
|
|
10
|
-
export {
|
|
16
|
+
export { C as CaveatBlock, a as CaveatBlockProps, b as ConfidenceIndicator, c as ConfidenceIndicatorProps, D as DataCoverageBadge, d as DataCoverageBadgeProps, e as DataStateIndicator, f as DataStateIndicatorProps, E as EvidenceGroup, g as EvidenceGroupProps, h as ExecutiveThesis, i as ExecutiveThesisProps, j as ExportFormat, k as ExportMenu, l as ExportMenuProps, m as ExportOption, I as InsightBlock, n as InsightBlockProps, K as KeyMetric, o as KeyMetricProps, M as MethodologyNote, p as MethodologyNoteLabels, q as MethodologyNoteProps, R as ReportShell, r as ReportShellProps, T as TrendIndicator, s as TrendIndicatorProps } from './ExportMenu-C8qck5AT.js';
|
|
17
|
+
export { BarChart, BarChartProps, BarConfig, Chart, ChartContainer, ChartContainerProps, ChartDimension, ChartMeasure, ChartProps, ChartSwitchControl, ChartSwitchControlProps, FunnelChart, FunnelChartProps, FunnelStage, HeatmapCell, HeatmapChart, HeatmapChartProps, LineChart, LineChartProps, LineConfig, MBTIDimensions, MBTIRadar, MBTIRadarProps, MBTITypeCount, MBTITypeGrid, MBTITypeGridProps, PieChart, PieChartDataItem, PieChartProps } from './charts/index.js';
|
|
18
|
+
export { S as Select, a as SelectContent, b as SelectContentProps, c as SelectGroup, d as SelectGroupProps, e as SelectItem, f as SelectItemProps, g as SelectProps, h as SelectSeparator, i as SelectTrigger, j as SelectTriggerProps } from './Select-BdZmK0Lt.js';
|
|
19
|
+
export { F as FirstTouchAttribution, U as UrlClassification, a as UtmAuditEntry, b as UtmBlockedError, c as UtmCampaign, d as UtmComplianceResult, e as UtmComplianceStatus, f as UtmConfidence, g as UtmContent, h as UtmMedium, i as UtmMediumAppPage, j as UtmMediumMessaging, k as UtmMediumWebPage, l as UtmOverrides, m as UtmParams, n as UtmSource, o as UtmSourceRequiringSeller, p as UtmTerm } from './types-DAlgDGzw.js';
|
|
20
|
+
export { U as UTM_CAMPAIGNS, a as UTM_CONTENTS, b as UTM_MEDIUMS_ALL, c as UTM_MEDIUMS_APP, d as UTM_MEDIUMS_MESSAGING, e as UTM_MEDIUMS_WEB, f as UTM_SOURCES, g as UTM_SOURCES_REQUIRING_SELLER, h as UTM_TERMS, i as buildBlockedError, j as buildUtmUrl, k as classifyAndEnforce, l as classifyUrl, m as createAuditEntry, n as isUtmExempt, o as isValidUtmParams, p as parseUtmParams, r as requiresSellerAttribution, q as requiresUtm, t as toFirstTouchAttribution, v as validateCompliance, s as validateUtmField } from './audit-BS2fn7M4.js';
|
|
21
|
+
import 'react';
|
|
11
22
|
import '@base-ui/react/dialog';
|
|
23
|
+
import 'react/jsx-runtime';
|
|
12
24
|
import '@base-ui/react/tooltip';
|
|
13
25
|
import '@base-ui/react/menu';
|
|
14
26
|
import 'framer-motion';
|
|
15
|
-
|
|
16
|
-
interface VoidBackgroundProps {
|
|
17
|
-
/** Show the engineered grid overlay */
|
|
18
|
-
showGrid?: boolean;
|
|
19
|
-
/** Show the film grain texture */
|
|
20
|
-
showGrain?: boolean;
|
|
21
|
-
/** Custom class name */
|
|
22
|
-
className?: string;
|
|
23
|
-
/** Child content rendered above the void */
|
|
24
|
-
children?: React__default.ReactNode;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* VoidBackground — The Void Signature Design System Level 0 Environment
|
|
28
|
-
*
|
|
29
|
-
* A four-layer atmospheric background system:
|
|
30
|
-
* 1. Base Color — Deep purple-black (#08040a)
|
|
31
|
-
* 2. Light Orbs — Radial gradients with mix-blend-mode: screen
|
|
32
|
-
* 3. Engineered Grid — 80×80px with radial fade mask
|
|
33
|
-
* 4. Film Grain — Static SVG noise for texture
|
|
34
|
-
*
|
|
35
|
-
* The Void is not decoration — it is the lighting engine for the UI.
|
|
36
|
-
*/
|
|
37
|
-
declare const VoidBackground: React__default.ForwardRefExoticComponent<VoidBackgroundProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
38
|
-
|
|
39
|
-
interface NavbarMobileNavItemProps extends HTMLAttributes<HTMLElement> {
|
|
40
|
-
as?: React__default.ElementType;
|
|
41
|
-
active?: boolean;
|
|
42
|
-
href?: string;
|
|
43
|
-
}
|
|
44
|
-
/** Full-width touch-friendly nav item for the mobile menu. */
|
|
45
|
-
declare const NavbarMobileNavItem: React__default.ForwardRefExoticComponent<NavbarMobileNavItemProps & React__default.RefAttributes<HTMLElement>>;
|
|
46
|
-
/** Visual separator line inside the mobile menu. */
|
|
47
|
-
declare function NavbarMobileSeparator({ className }: {
|
|
48
|
-
className?: string;
|
|
49
|
-
}): react_jsx_runtime.JSX.Element;
|
|
50
|
-
declare namespace NavbarMobileSeparator {
|
|
51
|
-
var displayName: string;
|
|
52
|
-
}
|
|
53
|
-
/** Actions group at the bottom of the mobile menu (CTAs, auth). */
|
|
54
|
-
declare const NavbarMobileActions: React__default.ForwardRefExoticComponent<React__default.HTMLAttributes<HTMLDivElement> & React__default.RefAttributes<HTMLDivElement>>;
|
|
55
|
-
|
|
56
|
-
interface NavbarMegaMenuProps {
|
|
57
|
-
/** The text or element that toggles the menu */
|
|
58
|
-
trigger: React__default.ReactNode;
|
|
59
|
-
/** The content to display inside the mega menu */
|
|
60
|
-
children: React__default.ReactNode;
|
|
61
|
-
/** Optional class name */
|
|
62
|
-
className?: string;
|
|
63
|
-
/** Whether the menu is controlled */
|
|
64
|
-
isOpen?: boolean;
|
|
65
|
-
/** Change handler for controlled state */
|
|
66
|
-
onOpenChange?: (isOpen: boolean) => void;
|
|
67
|
-
/** Presentation style of the menu */
|
|
68
|
-
variant?: 'fullWidth' | 'floating';
|
|
69
|
-
}
|
|
70
|
-
declare const NavbarMegaMenu: React__default.ForwardRefExoticComponent<NavbarMegaMenuProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
71
|
-
interface NavbarMegaMenuSectionProps {
|
|
72
|
-
/** Section heading */
|
|
73
|
-
heading?: string;
|
|
74
|
-
/** Section children (NavbarMegaMenuItems) */
|
|
75
|
-
children: React__default.ReactNode;
|
|
76
|
-
/** Optional class name */
|
|
77
|
-
className?: string;
|
|
78
|
-
}
|
|
79
|
-
declare function NavbarMegaMenuSection({ heading, children, className }: NavbarMegaMenuSectionProps): react_jsx_runtime.JSX.Element;
|
|
80
|
-
declare namespace NavbarMegaMenuSection {
|
|
81
|
-
var displayName: string;
|
|
82
|
-
}
|
|
83
|
-
interface NavbarMegaMenuItemProps extends React__default.AnchorHTMLAttributes<HTMLAnchorElement> {
|
|
84
|
-
/** Icon element (e.g. lucide-react icon) */
|
|
85
|
-
icon?: React__default.ReactNode;
|
|
86
|
-
/** Item label */
|
|
87
|
-
label: string;
|
|
88
|
-
/** Optional description */
|
|
89
|
-
description?: string;
|
|
90
|
-
/** Render as custom element (for Next.js Link) */
|
|
91
|
-
as?: React__default.ElementType;
|
|
92
|
-
}
|
|
93
|
-
declare const NavbarMegaMenuItem: React__default.ForwardRefExoticComponent<NavbarMegaMenuItemProps & React__default.RefAttributes<HTMLAnchorElement>>;
|
|
94
|
-
|
|
95
|
-
interface NavbarV2Props extends React__default.HTMLAttributes<HTMLElement> {
|
|
96
|
-
/** Content rendered inside the mobile menu overlay when open. */
|
|
97
|
-
mobileContent?: React__default.ReactNode;
|
|
98
|
-
/** Accessible labels for mobile toggle. Override for i18n. */
|
|
99
|
-
mobileToggleLabels?: {
|
|
100
|
-
open: string;
|
|
101
|
-
close: string;
|
|
102
|
-
};
|
|
103
|
-
/** Controlled mobile menu open state. */
|
|
104
|
-
isMenuOpen?: boolean;
|
|
105
|
-
/** Callback when mobile menu open state changes. */
|
|
106
|
-
onMenuOpenChange?: (isOpen: boolean) => void;
|
|
107
|
-
/** Enable scroll-aware glass container with border. @default true */
|
|
108
|
-
scrollBorder?: boolean;
|
|
109
|
-
/** Scroll distance (px) before glass activates. @default 32 */
|
|
110
|
-
scrollThreshold?: number;
|
|
111
|
-
}
|
|
112
|
-
declare const NavbarV2: React__default.ForwardRefExoticComponent<NavbarV2Props & React__default.RefAttributes<HTMLElement>>;
|
|
113
|
-
interface NavbarV2BrandProps extends React__default.HTMLAttributes<HTMLElement> {
|
|
114
|
-
/** Render as custom element (e.g. Next.js Link). @default 'a' */
|
|
115
|
-
as?: React__default.ElementType;
|
|
116
|
-
href?: string;
|
|
117
|
-
}
|
|
118
|
-
declare const NavbarV2Brand: React__default.ForwardRefExoticComponent<NavbarV2BrandProps & React__default.RefAttributes<HTMLElement>>;
|
|
119
|
-
declare const NavbarV2Tabs: React__default.ForwardRefExoticComponent<React__default.HTMLAttributes<HTMLDivElement> & React__default.RefAttributes<HTMLDivElement>>;
|
|
120
|
-
interface NavbarV2TabProps extends React__default.HTMLAttributes<HTMLElement> {
|
|
121
|
-
/** Render as custom element (e.g. Next.js Link). @default 'button' */
|
|
122
|
-
as?: React__default.ElementType;
|
|
123
|
-
/** Whether this tab is the current page. */
|
|
124
|
-
active?: boolean;
|
|
125
|
-
/** Icon element (rendered above label). */
|
|
126
|
-
icon?: React__default.ReactNode;
|
|
127
|
-
/** Tab label text (rendered below icon). */
|
|
128
|
-
label?: string;
|
|
129
|
-
href?: string;
|
|
130
|
-
}
|
|
131
|
-
declare const NavbarV2Tab: React__default.ForwardRefExoticComponent<NavbarV2TabProps & React__default.RefAttributes<HTMLElement>>;
|
|
132
|
-
interface NavbarV2TabMenuProps {
|
|
133
|
-
/** Icon for the tab trigger (rendered above label). */
|
|
134
|
-
icon?: React__default.ReactNode;
|
|
135
|
-
/** Label for the tab trigger (rendered below icon). */
|
|
136
|
-
label: string;
|
|
137
|
-
/** Whether this tab represents the current section. */
|
|
138
|
-
active?: boolean;
|
|
139
|
-
/** Mega menu panel content. */
|
|
140
|
-
children: React__default.ReactNode;
|
|
141
|
-
/** Optional class name. */
|
|
142
|
-
className?: string;
|
|
143
|
-
/** Controlled open state. */
|
|
144
|
-
isOpen?: boolean;
|
|
145
|
-
/** Controlled open change handler. */
|
|
146
|
-
onOpenChange?: (isOpen: boolean) => void;
|
|
147
|
-
}
|
|
148
|
-
declare const NavbarV2TabMenu: React__default.ForwardRefExoticComponent<NavbarV2TabMenuProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
149
|
-
declare const NavbarV2Actions: React__default.ForwardRefExoticComponent<React__default.HTMLAttributes<HTMLDivElement> & React__default.RefAttributes<HTMLDivElement>>;
|
|
150
|
-
|
|
151
|
-
interface FooterLink {
|
|
152
|
-
label: string;
|
|
153
|
-
href: string;
|
|
154
|
-
/** Visual "NEW" indicator badge. */
|
|
155
|
-
isNew?: boolean;
|
|
156
|
-
}
|
|
157
|
-
interface FooterSection {
|
|
158
|
-
title: string;
|
|
159
|
-
links: FooterLink[];
|
|
160
|
-
}
|
|
161
|
-
interface FooterCTA {
|
|
162
|
-
/** Primary headline (e.g., "Install Your Sales Operating System.") */
|
|
163
|
-
headline: string;
|
|
164
|
-
/** Supporting subtext below the headline. */
|
|
165
|
-
subtext?: string;
|
|
166
|
-
/** Primary CTA slot (e.g., a <Button> component). */
|
|
167
|
-
primaryCta?: React__default.ReactNode;
|
|
168
|
-
/** Secondary CTA slot (e.g., a ghost <Button>). */
|
|
169
|
-
secondaryCta?: React__default.ReactNode;
|
|
170
|
-
/** Micro trust line below the CTA actions. */
|
|
171
|
-
trustLine?: string;
|
|
172
|
-
}
|
|
173
|
-
interface FooterTrustBadge {
|
|
174
|
-
/** Badge label (e.g., "GDPR-ready"). */
|
|
175
|
-
label: string;
|
|
176
|
-
}
|
|
177
|
-
interface SiteFooterProps extends HTMLAttributes<HTMLElement> {
|
|
178
|
-
/** Strategic CTA rendered at the top of the footer. */
|
|
179
|
-
cta?: FooterCTA;
|
|
180
|
-
/** Navigation sections rendered as a 5-column grid on desktop. */
|
|
181
|
-
sections?: FooterSection[];
|
|
182
|
-
/** Quick orientation line above the navigation grid. */
|
|
183
|
-
orientationLine?: React__default.ReactNode;
|
|
184
|
-
/**
|
|
185
|
-
* Custom element to render for each link (e.g., Next.js locale-aware Link).
|
|
186
|
-
* Must accept `href`, `className`, and `children` props.
|
|
187
|
-
* @default 'a'
|
|
188
|
-
*/
|
|
189
|
-
linkAs?: React__default.ElementType;
|
|
190
|
-
/** Brand logo or name slot. */
|
|
191
|
-
brand?: React__default.ReactNode;
|
|
192
|
-
/** Tagline below the brand. */
|
|
193
|
-
tagline?: React__default.ReactNode;
|
|
194
|
-
/** Social icons slot. */
|
|
195
|
-
socials?: React__default.ReactNode;
|
|
196
|
-
/** Trust amplifier badges (e.g., "Built for B2B Teams", "GDPR-ready"). */
|
|
197
|
-
trustBadges?: FooterTrustBadge[];
|
|
198
|
-
/** System controls slot (language switcher, theme toggle, etc.). */
|
|
199
|
-
controls?: React__default.ReactNode;
|
|
200
|
-
/** Legal links rendered in the bottom bar. */
|
|
201
|
-
legalLinks?: FooterLink[];
|
|
202
|
-
/** Copyright text. Falls back to a default with the current year. */
|
|
203
|
-
copyright?: React__default.ReactNode;
|
|
204
|
-
/** Company registration or legal entity info line. */
|
|
205
|
-
companyInfo?: string;
|
|
206
|
-
/** Extra content rendered below the legal bar (e.g., AI summary links). */
|
|
207
|
-
bottomExtra?: React__default.ReactNode;
|
|
208
|
-
/** @deprecated Use `controls` instead. Slot rendered in the bottom bar. */
|
|
209
|
-
bottomActions?: React__default.ReactNode;
|
|
210
|
-
}
|
|
211
|
-
declare const SiteFooter: React__default.ForwardRefExoticComponent<SiteFooterProps & React__default.RefAttributes<HTMLElement>>;
|
|
212
|
-
|
|
213
|
-
interface SidebarProps {
|
|
214
|
-
/** Position of the sidebar */
|
|
215
|
-
position?: 'left' | 'right';
|
|
216
|
-
/** Width of the sidebar */
|
|
217
|
-
width?: number | string;
|
|
218
|
-
/** Whether the sidebar is collapsed */
|
|
219
|
-
collapsed?: boolean;
|
|
220
|
-
/** Custom class name */
|
|
221
|
-
className?: string;
|
|
222
|
-
/** Child content */
|
|
223
|
-
children?: React__default.ReactNode;
|
|
224
|
-
}
|
|
225
|
-
/**
|
|
226
|
-
* Sidebar — Level 1 Glass Panel
|
|
227
|
-
*
|
|
228
|
-
* A floating sidebar that maintains 24px minimum distance from viewport edges.
|
|
229
|
-
* Uses Signature Glass treatment with full optical stack.
|
|
230
|
-
*/
|
|
231
|
-
declare const Sidebar: React__default.ForwardRefExoticComponent<SidebarProps & React__default.RefAttributes<HTMLElement>>;
|
|
232
|
-
interface SidebarSectionProps {
|
|
233
|
-
title?: string;
|
|
234
|
-
className?: string;
|
|
235
|
-
children?: React__default.ReactNode;
|
|
236
|
-
}
|
|
237
|
-
declare const SidebarSection: React__default.ForwardRefExoticComponent<SidebarSectionProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
238
|
-
interface SidebarItemProps {
|
|
239
|
-
/** Whether this item is active */
|
|
240
|
-
active?: boolean;
|
|
241
|
-
/** Icon element */
|
|
242
|
-
icon?: React__default.ReactNode;
|
|
243
|
-
/** Click handler */
|
|
244
|
-
onClick?: () => void;
|
|
245
|
-
/** Custom class name */
|
|
246
|
-
className?: string;
|
|
247
|
-
/** Child content */
|
|
248
|
-
children?: React__default.ReactNode;
|
|
249
|
-
}
|
|
250
|
-
declare const SidebarItem: React__default.ForwardRefExoticComponent<SidebarItemProps & React__default.RefAttributes<HTMLButtonElement>>;
|
|
251
|
-
|
|
252
|
-
interface FloatingTabBarProps {
|
|
253
|
-
/** Position of the tab bar */
|
|
254
|
-
position?: 'top' | 'bottom';
|
|
255
|
-
/** Custom class name */
|
|
256
|
-
className?: string;
|
|
257
|
-
/** Child tabs */
|
|
258
|
-
children?: React__default.ReactNode;
|
|
259
|
-
}
|
|
260
|
-
/**
|
|
261
|
-
* FloatingTabBar — Level 2 Glass Ornament
|
|
262
|
-
*
|
|
263
|
-
* A floating navigation bar with stronger rim light and elevation.
|
|
264
|
-
* Maintains 24px minimum distance from viewport edges.
|
|
265
|
-
*/
|
|
266
|
-
declare const FloatingTabBar: React__default.ForwardRefExoticComponent<FloatingTabBarProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
267
|
-
interface TabItemProps {
|
|
268
|
-
/** Whether this tab is active */
|
|
269
|
-
active?: boolean;
|
|
270
|
-
/** Icon element */
|
|
271
|
-
icon?: React__default.ReactNode;
|
|
272
|
-
/** Label text */
|
|
273
|
-
label?: string;
|
|
274
|
-
/** Click handler */
|
|
275
|
-
onClick?: () => void;
|
|
276
|
-
/** Custom class name */
|
|
277
|
-
className?: string;
|
|
278
|
-
}
|
|
279
|
-
declare const TabItem: React__default.ForwardRefExoticComponent<TabItemProps & React__default.RefAttributes<HTMLButtonElement>>;
|
|
280
|
-
|
|
281
|
-
interface LocaleOption {
|
|
282
|
-
/** ISO code, e.g. 'en', 'fr', 'es'. */
|
|
283
|
-
code: string;
|
|
284
|
-
/** Full display name, e.g. 'English', 'Français'. */
|
|
285
|
-
label: string;
|
|
286
|
-
/** Emoji flag or SVG component. Optional. */
|
|
287
|
-
flag?: React__default.ReactNode;
|
|
288
|
-
/** Short display code, e.g. 'EN', 'FR'. Used in the trigger. */
|
|
289
|
-
shortLabel?: string;
|
|
290
|
-
}
|
|
291
|
-
interface LocaleDropdownProps {
|
|
292
|
-
/** Available locales. */
|
|
293
|
-
locales: LocaleOption[];
|
|
294
|
-
/** Currently active locale code. */
|
|
295
|
-
activeLocale: string;
|
|
296
|
-
/** Called when user selects a locale. */
|
|
297
|
-
onLocaleChange?: (code: string) => void;
|
|
298
|
-
/**
|
|
299
|
-
* Custom element for dropdown options (e.g. Next.js Link).
|
|
300
|
-
* Receives `href` from `getHref`. @default 'button'
|
|
301
|
-
*/
|
|
302
|
-
optionAs?: React__default.ElementType;
|
|
303
|
-
/** Generate href for each locale option. Used with `optionAs`. */
|
|
304
|
-
getHref?: (code: string) => string;
|
|
305
|
-
/** Additional class name. */
|
|
306
|
-
className?: string;
|
|
307
|
-
/** Direction the dropdown should open. Defaults to 'down'. */
|
|
308
|
-
direction?: 'up' | 'down';
|
|
309
|
-
/** Alignment of the dropdown panel relative to the trigger. Defaults to 'right'. */
|
|
310
|
-
align?: 'left' | 'right' | 'center';
|
|
311
|
-
}
|
|
312
|
-
declare const LocaleDropdown: React__default.ForwardRefExoticComponent<LocaleDropdownProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
313
|
-
|
|
314
|
-
interface ShellProps {
|
|
315
|
-
/**
|
|
316
|
-
* Navigation placement.
|
|
317
|
-
* If undefined, reads from document.documentElement.dataset.nav
|
|
318
|
-
*/
|
|
319
|
-
layout?: NavPlacement;
|
|
320
|
-
/** Custom class name */
|
|
321
|
-
className?: string;
|
|
322
|
-
/** Content */
|
|
323
|
-
children?: React__default.ReactNode;
|
|
324
|
-
/** Navigation items (optional - uses defaults if not provided) */
|
|
325
|
-
navItems?: NavItem[];
|
|
326
|
-
/** Active nav item key */
|
|
327
|
-
activeNav?: string;
|
|
328
|
-
/** Nav item click handler */
|
|
329
|
-
onNavChange?: (key: string) => void;
|
|
330
|
-
/** Title for the "System" sidebar section when navItems.length > 3. @default "System" */
|
|
331
|
-
systemSectionTitle?: string;
|
|
332
|
-
}
|
|
333
|
-
interface NavItem {
|
|
334
|
-
key: string;
|
|
335
|
-
label: string;
|
|
336
|
-
icon: React__default.ReactNode;
|
|
337
|
-
}
|
|
338
|
-
declare const Shell: React__default.ForwardRefExoticComponent<ShellProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
339
|
-
|
|
340
|
-
interface DataTableProps extends React__default.TableHTMLAttributes<HTMLTableElement> {
|
|
341
|
-
children?: React__default.ReactNode;
|
|
342
|
-
}
|
|
343
|
-
declare const DataTable: React__default.ForwardRefExoticComponent<DataTableProps & React__default.RefAttributes<HTMLTableElement>>;
|
|
344
|
-
declare const DataTableHeader: React__default.ForwardRefExoticComponent<React__default.HTMLAttributes<HTMLTableSectionElement> & React__default.RefAttributes<HTMLTableSectionElement>>;
|
|
345
|
-
declare const DataTableBody: React__default.ForwardRefExoticComponent<React__default.HTMLAttributes<HTMLTableSectionElement> & React__default.RefAttributes<HTMLTableSectionElement>>;
|
|
346
|
-
declare const DataTableRow: React__default.ForwardRefExoticComponent<React__default.HTMLAttributes<HTMLTableRowElement> & React__default.RefAttributes<HTMLTableRowElement>>;
|
|
347
|
-
declare const DataTableHead: React__default.ForwardRefExoticComponent<React__default.ThHTMLAttributes<HTMLTableCellElement> & React__default.RefAttributes<HTMLTableCellElement>>;
|
|
348
|
-
declare const DataTableCell: React__default.ForwardRefExoticComponent<React__default.TdHTMLAttributes<HTMLTableCellElement> & React__default.RefAttributes<HTMLTableCellElement>>;
|
|
349
|
-
|
|
350
|
-
interface StarRatingProps extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
351
|
-
/** Rating value (0-5, supports decimals for half-stars) */
|
|
352
|
-
value: number;
|
|
353
|
-
/** Maximum number of stars */
|
|
354
|
-
max?: number;
|
|
355
|
-
/** Star size variant */
|
|
356
|
-
size?: 'sm' | 'md' | 'lg';
|
|
357
|
-
/** Animate stars filling on viewport entry */
|
|
358
|
-
animate?: boolean;
|
|
359
|
-
/** Show numeric value next to stars */
|
|
360
|
-
showValue?: boolean;
|
|
361
|
-
/** Label shown after value (e.g., "/ 5") */
|
|
362
|
-
valueLabel?: string;
|
|
363
|
-
}
|
|
364
|
-
/**
|
|
365
|
-
* Star rating display with gold-fill, half-star support, and optional
|
|
366
|
-
* entrance animation. Uses inline SVGs with clip-path for precise
|
|
367
|
-
* partial fills.
|
|
368
|
-
*
|
|
369
|
-
* @example
|
|
370
|
-
* ```tsx
|
|
371
|
-
* <StarRating value={4.5} size="lg" animate />
|
|
372
|
-
* <StarRating value={5} size="sm" showValue />
|
|
373
|
-
* ```
|
|
374
|
-
*/
|
|
375
|
-
declare const StarRating: React__default.ForwardRefExoticComponent<StarRatingProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
376
|
-
|
|
377
|
-
interface VideoLightboxProps {
|
|
378
|
-
/** Video embed URL (YouTube, Vimeo, Loom) */
|
|
379
|
-
videoUrl: string;
|
|
380
|
-
/** Poster image shown as thumbnail trigger */
|
|
381
|
-
thumbnailSrc?: string;
|
|
382
|
-
/** Alt text for thumbnail */
|
|
383
|
-
thumbnailAlt?: string;
|
|
384
|
-
/** Video title for accessibility */
|
|
385
|
-
title?: string;
|
|
386
|
-
/** Custom trigger element (overrides default thumbnail + play button) */
|
|
387
|
-
trigger?: React__default.ReactNode;
|
|
388
|
-
/** Additional class name for the trigger wrapper */
|
|
389
|
-
className?: string;
|
|
390
|
-
/** Callback when video starts playing */
|
|
391
|
-
onPlay?: () => void;
|
|
392
|
-
}
|
|
393
|
-
/**
|
|
394
|
-
* Modal video player triggered by a thumbnail or custom element.
|
|
395
|
-
* Opens a full-screen overlay with lazy iframe injection.
|
|
396
|
-
*
|
|
397
|
-
* @example
|
|
398
|
-
* ```tsx
|
|
399
|
-
* <VideoLightbox
|
|
400
|
-
* videoUrl="https://www.youtube.com/watch?v=dQw4w9WgXcQ"
|
|
401
|
-
* thumbnailSrc="/thumbnails/demo.jpg"
|
|
402
|
-
* title="Customer testimonial"
|
|
403
|
-
* />
|
|
404
|
-
*
|
|
405
|
-
* <VideoLightbox
|
|
406
|
-
* videoUrl="https://vimeo.com/123456789"
|
|
407
|
-
* trigger={<Button>Watch Video</Button>}
|
|
408
|
-
* />
|
|
409
|
-
* ```
|
|
410
|
-
*/
|
|
411
|
-
declare const VideoLightbox: React__default.ForwardRefExoticComponent<VideoLightboxProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
412
|
-
|
|
413
|
-
interface OutboundLinkProps extends AnchorHTMLAttributes<HTMLAnchorElement> {
|
|
414
|
-
href: string;
|
|
415
|
-
context: string;
|
|
416
|
-
campaignOverride?: string;
|
|
417
|
-
mediumOverride?: string;
|
|
418
|
-
preserveExistingUTM?: boolean;
|
|
419
|
-
openInNewTab?: boolean;
|
|
420
|
-
disableTracking?: boolean;
|
|
421
|
-
/**
|
|
422
|
-
* Governed UTM parameters. When provided, the link uses the UTM governance
|
|
423
|
-
* system (buildUtmUrl) instead of the legacy appendUTMs approach.
|
|
424
|
-
*
|
|
425
|
-
* Preferred for all new code. Existing usages without utmParams continue
|
|
426
|
-
* to work via the legacy path.
|
|
427
|
-
*/
|
|
428
|
-
utmParams?: UtmParams;
|
|
429
|
-
children: React__default.ReactNode;
|
|
430
|
-
}
|
|
431
|
-
interface OutboundClickEventDetail {
|
|
432
|
-
destination_domain: string;
|
|
433
|
-
destination_url: string;
|
|
434
|
-
utm_medium_type: string;
|
|
435
|
-
page_slug: string;
|
|
436
|
-
component_location: string;
|
|
437
|
-
timestamp: string;
|
|
438
|
-
is_cross_subdomain: boolean;
|
|
439
|
-
}
|
|
440
|
-
declare const OutboundLink: React__default.ForwardRefExoticComponent<OutboundLinkProps & React__default.RefAttributes<HTMLAnchorElement>>;
|
|
441
|
-
|
|
442
|
-
/**
|
|
443
|
-
* Check if a URL is exempt from UTM tagging.
|
|
444
|
-
* Uses both legacy patterns and governed URL classification.
|
|
445
|
-
*/
|
|
446
|
-
declare const isExemptUrl: (urlStr: string) => boolean;
|
|
447
|
-
/**
|
|
448
|
-
* Append governed UTM parameters to a URL using `buildUtmUrl`.
|
|
449
|
-
* Preferred over the legacy `appendUTMs` function.
|
|
450
|
-
*/
|
|
451
|
-
declare const appendGovernedUTMs: (href: string, params: UtmParams, preserveExisting?: boolean) => string;
|
|
452
|
-
/**
|
|
453
|
-
* @deprecated Prefer `appendGovernedUTMs` with governed `UtmParams`.
|
|
454
|
-
*
|
|
455
|
-
* Legacy UTM append function. Uses non-governed defaults:
|
|
456
|
-
* - utm_source = 'salesmind' (not in governed enum)
|
|
457
|
-
* - utm_medium = 'outbound_link' (snake_case, not in governed enum)
|
|
458
|
-
*
|
|
459
|
-
* Retained for backward compatibility. Consumers should migrate to
|
|
460
|
-
* the `utmParams` prop on OutboundLink.
|
|
461
|
-
*/
|
|
462
|
-
declare const appendUTMs: (href: string, context: string, pageSlug: string, options: {
|
|
463
|
-
mediumOverride?: string;
|
|
464
|
-
campaignOverride?: string;
|
|
465
|
-
preserveExisting?: boolean;
|
|
466
|
-
}) => string;
|
|
467
|
-
|
|
468
|
-
/**
|
|
469
|
-
* A wrapper specifically designed to be passed into MDX component mappings.
|
|
470
|
-
* It provides defaults suitable for markdown content.
|
|
471
|
-
*
|
|
472
|
-
* Usage:
|
|
473
|
-
* <MDXRemote components={{ a: MDXOutboundLink }} />
|
|
474
|
-
*/
|
|
475
|
-
declare const MDXOutboundLink: ({ href, children, ...props }: React__default.AnchorHTMLAttributes<HTMLAnchorElement> & {
|
|
476
|
-
href?: string;
|
|
477
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
478
|
-
|
|
479
|
-
interface LongFormLayoutProps extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
480
|
-
children: React__default.ReactNode;
|
|
481
|
-
/** Pass the TOC element here to render as a sticky sidebar on desktop */
|
|
482
|
-
sidebar?: React__default.ReactNode;
|
|
483
|
-
}
|
|
484
|
-
/**
|
|
485
|
-
* A layout primitive designed specifically for long-form content (e.g., blog posts, documentation).
|
|
486
|
-
* Enforces maximum reading widths and manages the relationship between the main content and an optional sticky sidebar.
|
|
487
|
-
*/
|
|
488
|
-
declare const LongFormLayout: React__default.ForwardRefExoticComponent<LongFormLayoutProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
489
|
-
|
|
490
|
-
interface InsightCalloutProps extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
491
|
-
children: React__default.ReactNode;
|
|
492
|
-
icon?: React__default.ReactNode;
|
|
493
|
-
title?: string;
|
|
494
|
-
}
|
|
495
|
-
declare const InsightCallout: React__default.ForwardRefExoticComponent<InsightCalloutProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
496
|
-
interface DataHighlightProps extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
497
|
-
stat: string;
|
|
498
|
-
label: string;
|
|
499
|
-
children?: React__default.ReactNode;
|
|
500
|
-
}
|
|
501
|
-
declare const DataHighlight: React__default.ForwardRefExoticComponent<DataHighlightProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
502
|
-
|
|
503
|
-
interface ReadingProgressProps extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
504
|
-
/** Reference to the container element whose scroll progress we're tracking */
|
|
505
|
-
targetRef?: React__default.RefObject<HTMLElement | null>;
|
|
506
|
-
}
|
|
507
|
-
declare const ReadingProgress: React__default.ForwardRefExoticComponent<ReadingProgressProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
508
|
-
|
|
509
|
-
interface VersionedUpgradeAlertProps extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
510
|
-
seriesName: string;
|
|
511
|
-
viewedYear: number;
|
|
512
|
-
latestYear: number;
|
|
513
|
-
latestUrl: string;
|
|
514
|
-
deltaSummary?: string;
|
|
515
|
-
}
|
|
516
|
-
declare const VersionedUpgradeAlert: React__default.ForwardRefExoticComponent<VersionedUpgradeAlertProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
517
|
-
interface SeriesEdition {
|
|
518
|
-
year: number;
|
|
519
|
-
url: string;
|
|
520
|
-
isCurrent: boolean;
|
|
521
|
-
}
|
|
522
|
-
interface VersionedSeriesNavigatorProps extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
523
|
-
seriesName: string;
|
|
524
|
-
hubUrl: string;
|
|
525
|
-
editions: SeriesEdition[];
|
|
526
|
-
}
|
|
527
|
-
declare const VersionedSeriesNavigator: React__default.ForwardRefExoticComponent<VersionedSeriesNavigatorProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
528
|
-
|
|
529
|
-
/** Sentiment determines visual treatment */
|
|
530
|
-
type EraSentiment = 'past' | 'present' | 'future';
|
|
531
|
-
/** A single era in the evolution */
|
|
532
|
-
interface EvolutionEra {
|
|
533
|
-
/** Era label (e.g., "Manual SDRs") */
|
|
534
|
-
label: string;
|
|
535
|
-
/** Time period (e.g., "2010-2018") */
|
|
536
|
-
period: string;
|
|
537
|
-
/** Era description */
|
|
538
|
-
description: string;
|
|
539
|
-
/** Characteristics of this era */
|
|
540
|
-
traits: string[];
|
|
541
|
-
/** Whether this is the current/highlighted era */
|
|
542
|
-
current?: boolean;
|
|
543
|
-
/** Icon or illustration */
|
|
544
|
-
icon?: React__default.ReactNode;
|
|
545
|
-
/** Visual sentiment — past eras fade, future glows */
|
|
546
|
-
sentiment: EraSentiment;
|
|
547
|
-
}
|
|
548
|
-
interface EvolutionTimelineProps extends Omit<SectionShellProps, 'title'> {
|
|
549
|
-
/** Section eyebrow */
|
|
550
|
-
eyebrow?: React__default.ReactNode;
|
|
551
|
-
/** Section title */
|
|
552
|
-
title: React__default.ReactNode;
|
|
553
|
-
/** Section subtitle */
|
|
554
|
-
subtitle?: React__default.ReactNode;
|
|
555
|
-
/** Evolution eras */
|
|
556
|
-
eras: EvolutionEra[];
|
|
557
|
-
/** "You are here" indicator (index) */
|
|
558
|
-
youAreHere?: number;
|
|
559
|
-
/** CTA after timeline */
|
|
560
|
-
cta?: {
|
|
561
|
-
label: string;
|
|
562
|
-
href: string;
|
|
563
|
-
};
|
|
564
|
-
}
|
|
565
|
-
/**
|
|
566
|
-
* Category evolution timeline — positions SalesMind as the inevitable next phase.
|
|
567
|
-
*
|
|
568
|
-
* @example
|
|
569
|
-
* ```tsx
|
|
570
|
-
* <EvolutionTimeline
|
|
571
|
-
* eyebrow="The Evolution"
|
|
572
|
-
* title="From Tools to Infrastructure"
|
|
573
|
-
* eras={[
|
|
574
|
-
* { label: 'Manual SDRs', period: '2010-2018', description: '...', traits: [...], sentiment: 'past' },
|
|
575
|
-
* { label: 'Automation Tools', period: '2018-2024', description: '...', traits: [...], sentiment: 'present', current: true },
|
|
576
|
-
* { label: 'Pipeline Infrastructure', period: '2024+', description: '...', traits: [...], sentiment: 'future' },
|
|
577
|
-
* ]}
|
|
578
|
-
* youAreHere={1}
|
|
579
|
-
* />
|
|
580
|
-
* ```
|
|
581
|
-
*/
|
|
582
|
-
declare const EvolutionTimeline: React__default.ForwardRefExoticComponent<EvolutionTimelineProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
583
|
-
|
|
584
|
-
/** A single ecosystem layer */
|
|
585
|
-
interface EcosystemLayer {
|
|
586
|
-
/** Layer name */
|
|
587
|
-
name: string;
|
|
588
|
-
/** Short description */
|
|
589
|
-
description: string;
|
|
590
|
-
/** Key capabilities */
|
|
591
|
-
capabilities: string[];
|
|
592
|
-
/** Icon */
|
|
593
|
-
icon?: React__default.ReactNode;
|
|
594
|
-
}
|
|
595
|
-
/** A connection between layers */
|
|
596
|
-
interface EcosystemConnection {
|
|
597
|
-
/** From layer index */
|
|
598
|
-
from: number;
|
|
599
|
-
/** To layer index */
|
|
600
|
-
to: number;
|
|
601
|
-
/** What flows between layers */
|
|
602
|
-
label: string;
|
|
603
|
-
}
|
|
604
|
-
interface EcosystemDiagramProps extends Omit<SectionShellProps, 'title'> {
|
|
605
|
-
/** Section eyebrow */
|
|
606
|
-
eyebrow?: React__default.ReactNode;
|
|
607
|
-
/** Section title */
|
|
608
|
-
title: React__default.ReactNode;
|
|
609
|
-
/** Section subtitle */
|
|
610
|
-
subtitle?: React__default.ReactNode;
|
|
611
|
-
/** Ecosystem layers (typically 3) */
|
|
612
|
-
layers: EcosystemLayer[];
|
|
613
|
-
/** Connections between layers (flywheel arrows) */
|
|
614
|
-
connections: EcosystemConnection[];
|
|
615
|
-
/** Layout variant */
|
|
616
|
-
variant?: 'flywheel' | 'pyramid' | 'concentric';
|
|
617
|
-
/** Center label (e.g., "Predictable Pipeline") */
|
|
618
|
-
centerLabel?: string;
|
|
619
|
-
}
|
|
620
|
-
/**
|
|
621
|
-
* Ecosystem flywheel / pyramid / concentric diagram.
|
|
622
|
-
*
|
|
623
|
-
* @example
|
|
624
|
-
* ```tsx
|
|
625
|
-
* <EcosystemDiagram
|
|
626
|
-
* title="The SalesMind Ecosystem"
|
|
627
|
-
* layers={[
|
|
628
|
-
* { name: 'AI Software', description: '...', capabilities: ['...'] },
|
|
629
|
-
* { name: 'Compound Intelligence', description: '...', capabilities: ['...'] },
|
|
630
|
-
* { name: 'Expert Operations', description: '...', capabilities: ['...'] },
|
|
631
|
-
* ]}
|
|
632
|
-
* connections={[
|
|
633
|
-
* { from: 0, to: 1, label: 'Interaction data' },
|
|
634
|
-
* { from: 1, to: 2, label: 'AI insights' },
|
|
635
|
-
* { from: 2, to: 0, label: 'Human refinements' },
|
|
636
|
-
* ]}
|
|
637
|
-
* centerLabel="Predictable Pipeline"
|
|
638
|
-
* variant="flywheel"
|
|
639
|
-
* />
|
|
640
|
-
* ```
|
|
641
|
-
*/
|
|
642
|
-
declare const EcosystemDiagram: React__default.ForwardRefExoticComponent<EcosystemDiagramProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
643
|
-
|
|
644
|
-
/** Status of a trust signal item */
|
|
645
|
-
type EnterpriseSignalStatus = 'active' | 'in-progress' | 'planned';
|
|
646
|
-
/** A single trust signal item */
|
|
647
|
-
interface EnterpriseSignalItem {
|
|
648
|
-
/** Signal name (e.g., "SOC 2 Type II") */
|
|
649
|
-
name: string;
|
|
650
|
-
/** Status */
|
|
651
|
-
status: EnterpriseSignalStatus;
|
|
652
|
-
/** Detail text */
|
|
653
|
-
detail?: string;
|
|
654
|
-
/** Link to documentation */
|
|
655
|
-
href?: string;
|
|
656
|
-
}
|
|
657
|
-
/** A category of trust signals */
|
|
658
|
-
interface EnterpriseSignalCategory {
|
|
659
|
-
/** Category name (e.g., "Security") */
|
|
660
|
-
name: string;
|
|
661
|
-
/** Category icon */
|
|
662
|
-
icon?: React__default.ReactNode;
|
|
663
|
-
/** Items in this category */
|
|
664
|
-
items: EnterpriseSignalItem[];
|
|
665
|
-
}
|
|
666
|
-
/** SLA commitment */
|
|
667
|
-
interface EnterpriseSLA {
|
|
668
|
-
/** Metric name */
|
|
669
|
-
metric: string;
|
|
670
|
-
/** SLA commitment */
|
|
671
|
-
commitment: string;
|
|
672
|
-
/** Current actual value */
|
|
673
|
-
current?: string;
|
|
674
|
-
}
|
|
675
|
-
interface EnterpriseSignalingProps extends Omit<SectionShellProps, 'title'> {
|
|
676
|
-
/** Section eyebrow */
|
|
677
|
-
eyebrow?: React__default.ReactNode;
|
|
678
|
-
/** Section title */
|
|
679
|
-
title: React__default.ReactNode;
|
|
680
|
-
/** Section subtitle */
|
|
681
|
-
subtitle?: React__default.ReactNode;
|
|
682
|
-
/** Trust signal categories */
|
|
683
|
-
categories: EnterpriseSignalCategory[];
|
|
684
|
-
/** SLA commitments */
|
|
685
|
-
sla?: EnterpriseSLA[];
|
|
686
|
-
/** Layout variant */
|
|
687
|
-
variant?: 'full' | 'compact' | 'strip';
|
|
688
|
-
}
|
|
689
|
-
/**
|
|
690
|
-
* Enterprise trust and procurement enablement block.
|
|
691
|
-
*
|
|
692
|
-
* @example
|
|
693
|
-
* ```tsx
|
|
694
|
-
* <EnterpriseSignaling
|
|
695
|
-
* title="Enterprise-Ready"
|
|
696
|
-
* categories={[
|
|
697
|
-
* { name: 'Security', items: [{ name: 'GDPR', status: 'active' }] },
|
|
698
|
-
* ]}
|
|
699
|
-
* sla={[{ metric: 'Uptime', commitment: '99.9%', current: '99.97%' }]}
|
|
700
|
-
* variant="full"
|
|
701
|
-
* />
|
|
702
|
-
* ```
|
|
703
|
-
*/
|
|
704
|
-
declare const EnterpriseSignaling: React__default.ForwardRefExoticComponent<EnterpriseSignalingProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
705
|
-
|
|
706
|
-
/** A compound intelligence metric */
|
|
707
|
-
interface IntelligenceMetric {
|
|
708
|
-
/** Target value */
|
|
709
|
-
value: number;
|
|
710
|
-
/** Label below the number */
|
|
711
|
-
label: string;
|
|
712
|
-
/** Value prefix */
|
|
713
|
-
prefix?: string;
|
|
714
|
-
/** Value suffix */
|
|
715
|
-
suffix?: string;
|
|
716
|
-
/** Growth indicator text */
|
|
717
|
-
growth?: string;
|
|
718
|
-
}
|
|
719
|
-
/** A compound intelligence capability */
|
|
720
|
-
interface IntelligenceCapability {
|
|
721
|
-
/** Capability title */
|
|
722
|
-
title: string;
|
|
723
|
-
/** Description */
|
|
724
|
-
description: string;
|
|
725
|
-
/** Icon */
|
|
726
|
-
icon?: React__default.ReactNode;
|
|
727
|
-
/** Compounding example */
|
|
728
|
-
compoundingExample?: {
|
|
729
|
-
before: string;
|
|
730
|
-
after: string;
|
|
731
|
-
timeframe: string;
|
|
732
|
-
};
|
|
733
|
-
}
|
|
734
|
-
interface IntelligenceBlockProps extends Omit<SectionShellProps, 'title'> {
|
|
735
|
-
/** Section eyebrow */
|
|
736
|
-
eyebrow?: React__default.ReactNode;
|
|
737
|
-
/** Section title */
|
|
738
|
-
title: React__default.ReactNode;
|
|
739
|
-
/** Section subtitle */
|
|
740
|
-
subtitle?: React__default.ReactNode;
|
|
741
|
-
/** Intelligence metrics */
|
|
742
|
-
metrics: IntelligenceMetric[];
|
|
743
|
-
/** Intelligence capabilities */
|
|
744
|
-
capabilities: IntelligenceCapability[];
|
|
745
|
-
/** Visual variant */
|
|
746
|
-
variant?: 'metrics-first' | 'capabilities-first' | 'timeline';
|
|
747
|
-
}
|
|
748
|
-
/**
|
|
749
|
-
* Data compound effect visualization.
|
|
750
|
-
*
|
|
751
|
-
* @example
|
|
752
|
-
* ```tsx
|
|
753
|
-
* <IntelligenceBlock
|
|
754
|
-
* title="Intelligence That Compounds"
|
|
755
|
-
* metrics={[
|
|
756
|
-
* { value: 2000000, suffix: '+', label: 'Prospect Interactions' },
|
|
757
|
-
* ]}
|
|
758
|
-
* capabilities={[
|
|
759
|
-
* { title: 'Message Optimization', description: '...',
|
|
760
|
-
* compoundingExample: { before: 'Generic templates', after: 'Persona-specific scripts', timeframe: '6 months' } },
|
|
761
|
-
* ]}
|
|
762
|
-
* />
|
|
763
|
-
* ```
|
|
764
|
-
*/
|
|
765
|
-
declare const IntelligenceBlock: React__default.ForwardRefExoticComponent<IntelligenceBlockProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
766
|
-
|
|
767
|
-
/** Calculator input */
|
|
768
|
-
interface PartnerCalcInput {
|
|
769
|
-
/** Input name */
|
|
770
|
-
name: string;
|
|
771
|
-
/** Display label */
|
|
772
|
-
label: string;
|
|
773
|
-
/** Input type */
|
|
774
|
-
type: 'number' | 'slider';
|
|
775
|
-
/** Default value */
|
|
776
|
-
defaultValue: number;
|
|
777
|
-
/** Min value */
|
|
778
|
-
min?: number;
|
|
779
|
-
/** Max value */
|
|
780
|
-
max?: number;
|
|
781
|
-
/** Display prefix */
|
|
782
|
-
prefix?: string;
|
|
783
|
-
/** Display suffix */
|
|
784
|
-
suffix?: string;
|
|
785
|
-
}
|
|
786
|
-
/** Calculator output */
|
|
787
|
-
interface PartnerCalcOutput {
|
|
788
|
-
monthlyRevenue: number;
|
|
789
|
-
monthlyCost: number;
|
|
790
|
-
monthlyMargin: number;
|
|
791
|
-
marginPercentage: number;
|
|
792
|
-
annualRevenue: number;
|
|
793
|
-
}
|
|
794
|
-
/** Partner benefit */
|
|
795
|
-
interface PartnerBenefit {
|
|
796
|
-
title: string;
|
|
797
|
-
description: string;
|
|
798
|
-
icon?: React__default.ReactNode;
|
|
799
|
-
}
|
|
800
|
-
/** Build-vs-buy differentiator */
|
|
801
|
-
interface PartnerDifferentiator {
|
|
802
|
-
dimension: string;
|
|
803
|
-
buildInHouse: string;
|
|
804
|
-
withPartner: string;
|
|
805
|
-
}
|
|
806
|
-
interface PartnerValuePropProps extends Omit<SectionShellProps, 'title'> {
|
|
807
|
-
/** Section eyebrow */
|
|
808
|
-
eyebrow?: React__default.ReactNode;
|
|
809
|
-
/** Section title */
|
|
810
|
-
title: React__default.ReactNode;
|
|
811
|
-
/** Section subtitle */
|
|
812
|
-
subtitle?: React__default.ReactNode;
|
|
813
|
-
/** Calculator configuration */
|
|
814
|
-
calculator?: {
|
|
815
|
-
inputs: PartnerCalcInput[];
|
|
816
|
-
calculate: (values: Record<string, number>) => PartnerCalcOutput;
|
|
817
|
-
};
|
|
818
|
-
/** Partner benefits */
|
|
819
|
-
benefits: PartnerBenefit[];
|
|
820
|
-
/** Build-vs-buy comparison */
|
|
821
|
-
differentiators?: PartnerDifferentiator[];
|
|
822
|
-
/** Comparison section title */
|
|
823
|
-
differentiatorTitle?: string;
|
|
824
|
-
/** Column header for the "build" option */
|
|
825
|
-
differentiatorBuildLabel?: string;
|
|
826
|
-
/** Column header for the partner/white-label option */
|
|
827
|
-
differentiatorPartnerLabel?: string;
|
|
828
|
-
/** CTA */
|
|
829
|
-
cta: {
|
|
830
|
-
label: string;
|
|
831
|
-
href: string;
|
|
832
|
-
};
|
|
833
|
-
}
|
|
834
|
-
/**
|
|
835
|
-
* White-label partner economics and value proposition.
|
|
836
|
-
*
|
|
837
|
-
* @example
|
|
838
|
-
* ```tsx
|
|
839
|
-
* <PartnerValueProp
|
|
840
|
-
* title="Partner With SalesMind"
|
|
841
|
-
* benefits={[{ title: 'White-Label', description: 'Your brand, our tech.' }]}
|
|
842
|
-
* cta={{ label: 'Apply Now', href: '/partners/apply' }}
|
|
843
|
-
* />
|
|
844
|
-
* ```
|
|
845
|
-
*/
|
|
846
|
-
declare const PartnerValueProp: React__default.ForwardRefExoticComponent<PartnerValuePropProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
847
|
-
|
|
848
|
-
interface CursorSpotlightProps {
|
|
849
|
-
/** Children to wrap with spotlight effect */
|
|
850
|
-
children: React__default.ReactNode;
|
|
851
|
-
/** Spotlight color (CSS color or rgb values) */
|
|
852
|
-
color?: string;
|
|
853
|
-
/** Spotlight size in pixels */
|
|
854
|
-
size?: number;
|
|
855
|
-
/** Spotlight opacity (0-1) */
|
|
856
|
-
opacity?: number;
|
|
857
|
-
/** Enable border glow effect */
|
|
858
|
-
borderGlow?: boolean;
|
|
859
|
-
/** Custom class name */
|
|
860
|
-
className?: string;
|
|
861
|
-
/** Disable the effect */
|
|
862
|
-
disabled?: boolean;
|
|
863
|
-
}
|
|
864
|
-
declare const CursorSpotlight: React__default.FC<CursorSpotlightProps>;
|
|
865
|
-
interface SpotlightCardProps extends Omit<CursorSpotlightProps, 'children'> {
|
|
866
|
-
/** Card title */
|
|
867
|
-
title?: string;
|
|
868
|
-
/** Card description */
|
|
869
|
-
description?: string;
|
|
870
|
-
/** Card icon */
|
|
871
|
-
icon?: React__default.ReactNode;
|
|
872
|
-
/** Card children */
|
|
873
|
-
children?: React__default.ReactNode;
|
|
874
|
-
/** Click handler */
|
|
875
|
-
onClick?: () => void;
|
|
876
|
-
}
|
|
877
|
-
declare const SpotlightCard: React__default.FC<SpotlightCardProps>;
|
|
878
|
-
|
|
879
|
-
interface LoginLabels {
|
|
880
|
-
continueWithGoogleLabel?: string;
|
|
881
|
-
orContinueWithEmailLabel?: string;
|
|
882
|
-
emailPlaceholder?: string;
|
|
883
|
-
passwordPlaceholder?: string;
|
|
884
|
-
signInLabel?: string;
|
|
885
|
-
doNotHaveAnAccountLabel?: string;
|
|
886
|
-
emailLabel?: string;
|
|
887
|
-
passwordLabel?: string;
|
|
888
|
-
rememberMeLabel?: string;
|
|
889
|
-
forgotPasswordLabel?: string;
|
|
890
|
-
signUpLabel?: string;
|
|
891
|
-
trustedByLabel?: string;
|
|
892
|
-
}
|
|
893
|
-
interface LoginProps {
|
|
894
|
-
/** Company/Product name */
|
|
895
|
-
brandName?: string;
|
|
896
|
-
/** Tagline or description */
|
|
897
|
-
tagline?: string;
|
|
898
|
-
/** Translation strings */
|
|
899
|
-
labels?: LoginLabels;
|
|
900
|
-
/** Show social login options */
|
|
901
|
-
showSocialLogin?: boolean;
|
|
902
|
-
/** Show "Remember me" checkbox */
|
|
903
|
-
showRememberMe?: boolean;
|
|
904
|
-
/** Show "Forgot password" link */
|
|
905
|
-
showForgotPassword?: boolean;
|
|
906
|
-
/** Show sign up link */
|
|
907
|
-
showSignUp?: boolean;
|
|
908
|
-
/** Language selector component */
|
|
909
|
-
localeSelector?: React__default.ReactNode;
|
|
910
|
-
/** Custom logo element */
|
|
911
|
-
logo?: React__default.ReactNode;
|
|
912
|
-
/** Form submit handler */
|
|
913
|
-
onSubmit?: (data: {
|
|
914
|
-
email: string;
|
|
915
|
-
password: string;
|
|
916
|
-
rememberMe: boolean;
|
|
917
|
-
}) => void;
|
|
918
|
-
/** Social login handlers */
|
|
919
|
-
onGoogleLogin?: () => void;
|
|
920
|
-
/** Link handlers */
|
|
921
|
-
onForgotPassword?: () => void;
|
|
922
|
-
onSignUp?: () => void;
|
|
923
|
-
/** Loading state */
|
|
924
|
-
isLoading?: boolean;
|
|
925
|
-
/** Error message */
|
|
926
|
-
error?: string;
|
|
927
|
-
/** Custom class name */
|
|
928
|
-
className?: string;
|
|
929
|
-
/** Custom styles */
|
|
930
|
-
style?: React__default.CSSProperties;
|
|
931
|
-
}
|
|
932
|
-
declare const Login: React__default.FC<LoginProps>;
|
|
933
|
-
|
|
934
|
-
interface ChangeEmailLabels {
|
|
935
|
-
changeEmailTitle?: string;
|
|
936
|
-
enterNewEmailAndCurrentPasswordTagline?: string;
|
|
937
|
-
newEmailLabel?: string;
|
|
938
|
-
currentPasswordLabel?: string;
|
|
939
|
-
forgotPasswordButton?: string;
|
|
940
|
-
continueButton?: string;
|
|
941
|
-
}
|
|
942
|
-
interface ChangeEmailProps {
|
|
943
|
-
/** Translation strings */
|
|
944
|
-
labels?: ChangeEmailLabels;
|
|
945
|
-
/** Custom logo element */
|
|
946
|
-
logo?: React__default.ReactNode;
|
|
947
|
-
/** Form submit handler */
|
|
948
|
-
onSubmit?: (data: {
|
|
949
|
-
newEmail: string;
|
|
950
|
-
currentPassword: string;
|
|
951
|
-
}) => void;
|
|
952
|
-
/** Loading state */
|
|
953
|
-
isLoading?: boolean;
|
|
954
|
-
/** Error message */
|
|
955
|
-
error?: string;
|
|
956
|
-
/** Custom class name */
|
|
957
|
-
className?: string;
|
|
958
|
-
/** Custom styles */
|
|
959
|
-
style?: React__default.CSSProperties;
|
|
960
|
-
}
|
|
961
|
-
declare const ChangeEmail: React__default.FC<ChangeEmailProps>;
|
|
962
|
-
|
|
963
|
-
interface SignupLabels {
|
|
964
|
-
formTitle?: string;
|
|
965
|
-
googleButtonLabel?: string;
|
|
966
|
-
dividerText?: string;
|
|
967
|
-
nameLabel?: string;
|
|
968
|
-
namePlaceholder?: string;
|
|
969
|
-
emailLabel?: string;
|
|
970
|
-
emailPlaceholder?: string;
|
|
971
|
-
passwordLabel?: string;
|
|
972
|
-
passwordPlaceholder?: string;
|
|
973
|
-
phoneLabel?: string;
|
|
974
|
-
phonePlaceholder?: string;
|
|
975
|
-
hidePasswordLabel?: string;
|
|
976
|
-
showPasswordLabel?: string;
|
|
977
|
-
passwordStrengthLabels?: [string, string, string, string, string];
|
|
978
|
-
termsAgreementPrefix?: string;
|
|
979
|
-
termsLabel?: string;
|
|
980
|
-
termsConjunction?: string;
|
|
981
|
-
privacyLabel?: string;
|
|
982
|
-
submitLabel?: string;
|
|
983
|
-
loginPrompt?: string;
|
|
984
|
-
loginLabel?: string;
|
|
985
|
-
successTitle?: string;
|
|
986
|
-
continueToLoginLabel?: string;
|
|
987
|
-
}
|
|
988
|
-
interface SignupProps {
|
|
989
|
-
/** Company/Product name */
|
|
990
|
-
brandName?: string;
|
|
991
|
-
/** Tagline or description */
|
|
992
|
-
tagline?: string;
|
|
993
|
-
/** Show social signup options */
|
|
994
|
-
showSocialSignup?: boolean;
|
|
995
|
-
/** Custom logo element */
|
|
996
|
-
logo?: React__default.ReactNode;
|
|
997
|
-
/** Form submit handler */
|
|
998
|
-
onSubmit?: (data: {
|
|
999
|
-
name: string;
|
|
1000
|
-
email: string;
|
|
1001
|
-
phone: string;
|
|
1002
|
-
password: string;
|
|
1003
|
-
acceptedTerms: boolean;
|
|
1004
|
-
}) => void;
|
|
1005
|
-
/** Social signup handlers */
|
|
1006
|
-
onGoogleSignup?: () => void;
|
|
1007
|
-
/** Link handlers */
|
|
1008
|
-
onLogin?: () => void;
|
|
1009
|
-
onTermsClick?: () => void;
|
|
1010
|
-
onPrivacyClick?: () => void;
|
|
1011
|
-
/** Loading state */
|
|
1012
|
-
isLoading?: boolean;
|
|
1013
|
-
/** Error message */
|
|
1014
|
-
error?: string;
|
|
1015
|
-
/** Success state */
|
|
1016
|
-
isSuccess?: boolean;
|
|
1017
|
-
/** Success message */
|
|
1018
|
-
successMessage?: string;
|
|
1019
|
-
/** Custom class name */
|
|
1020
|
-
className?: string;
|
|
1021
|
-
/** Custom styles */
|
|
1022
|
-
style?: React__default.CSSProperties;
|
|
1023
|
-
/** i18n labels — every key falls back to its English default */
|
|
1024
|
-
labels?: SignupLabels;
|
|
1025
|
-
/** Default country (ISO code, e.g. TH) */
|
|
1026
|
-
defaultCountry?: string;
|
|
1027
|
-
/** Array of countries to populate the dropdown */
|
|
1028
|
-
countries?: {
|
|
1029
|
-
code: string;
|
|
1030
|
-
dial: string;
|
|
1031
|
-
flag: string;
|
|
1032
|
-
name: string;
|
|
1033
|
-
}[];
|
|
1034
|
-
/** Custom render for phone input */
|
|
1035
|
-
renderPhoneInput?: (props: {
|
|
1036
|
-
value: string;
|
|
1037
|
-
onChange: (val: string) => void;
|
|
1038
|
-
placeholder?: string;
|
|
1039
|
-
disabled?: boolean;
|
|
1040
|
-
className?: string;
|
|
1041
|
-
id?: string;
|
|
1042
|
-
}) => React__default.ReactNode;
|
|
1043
|
-
}
|
|
1044
|
-
declare const Signup: React__default.FC<SignupProps>;
|
|
1045
|
-
|
|
1046
|
-
interface ForgotPasswordLabels {
|
|
1047
|
-
forgotPasswordTitle?: string;
|
|
1048
|
-
resetInstructionsTagline?: string;
|
|
1049
|
-
emailLabel?: string;
|
|
1050
|
-
emailPlaceholder?: string;
|
|
1051
|
-
resetPasswordButton?: string;
|
|
1052
|
-
backToLoginButton?: string;
|
|
1053
|
-
checkYourEmailTitle?: string;
|
|
1054
|
-
passwordResetLinkTagline?: string;
|
|
1055
|
-
didNotReceiveEmailHint?: string;
|
|
1056
|
-
clickToResendButton?: string;
|
|
1057
|
-
setNewPasswordTitle?: string;
|
|
1058
|
-
mustBeCharactersTagline?: string;
|
|
1059
|
-
passwordLabel?: string;
|
|
1060
|
-
enterNewPasswordPlaceholder?: string;
|
|
1061
|
-
confirmPasswordLabel?: string;
|
|
1062
|
-
confirmNewPasswordPlaceholder?: string;
|
|
1063
|
-
passwordsDontMatchError?: string;
|
|
1064
|
-
passwordResetTitle?: string;
|
|
1065
|
-
passwordSuccessfullyResetTagline?: string;
|
|
1066
|
-
clickBelowLogInHint?: string;
|
|
1067
|
-
continueToLoginButton?: string;
|
|
1068
|
-
showPasswordLabel?: string;
|
|
1069
|
-
hidePasswordLabel?: string;
|
|
1070
|
-
}
|
|
1071
|
-
interface ForgotPasswordProps {
|
|
1072
|
-
/** Translation strings */
|
|
1073
|
-
labels?: ForgotPasswordLabels;
|
|
1074
|
-
/** Custom logo element */
|
|
1075
|
-
logo?: React__default.ReactNode;
|
|
1076
|
-
/** Form submit handler for email entry */
|
|
1077
|
-
onSubmit?: (email: string) => void;
|
|
1078
|
-
/** Form submit handler for password reset */
|
|
1079
|
-
onResetPassword?: (data: {
|
|
1080
|
-
password: string;
|
|
1081
|
-
confirmPassword: string;
|
|
1082
|
-
}) => void;
|
|
1083
|
-
/** Back to login handler */
|
|
1084
|
-
onBackToLogin?: () => void;
|
|
1085
|
-
/** Loading state */
|
|
1086
|
-
isLoading?: boolean;
|
|
1087
|
-
/** Error message */
|
|
1088
|
-
error?: string;
|
|
1089
|
-
/** Current step: 'email' | 'sent' | 'reset' | 'success' */
|
|
1090
|
-
step?: 'email' | 'sent' | 'reset' | 'success';
|
|
1091
|
-
/** Email address (for display in sent state). */
|
|
1092
|
-
email?: string;
|
|
1093
|
-
/** Custom class name */
|
|
1094
|
-
className?: string;
|
|
1095
|
-
}
|
|
1096
|
-
declare const ForgotPassword: React__default.FC<ForgotPasswordProps>;
|
|
1097
|
-
|
|
1098
|
-
/**
|
|
1099
|
-
* MBTI dimension score with visual presentation data
|
|
1100
|
-
*/
|
|
1101
|
-
interface MBTIScore {
|
|
1102
|
-
/** Dimension identifier (energy, mind, nature, tactics) */
|
|
1103
|
-
dimension: 'energy' | 'mind' | 'nature' | 'tactics';
|
|
1104
|
-
/** Display label for the dimension */
|
|
1105
|
-
label: string;
|
|
1106
|
-
/** Value from 0-100 (0 = fully left trait, 100 = fully right trait) */
|
|
1107
|
-
value: number;
|
|
1108
|
-
/** Left trait label (e.g., "Extraverted") */
|
|
1109
|
-
leftLabel: string;
|
|
1110
|
-
/** Right trait label (e.g., "Introverted") */
|
|
1111
|
-
rightLabel: string;
|
|
1112
|
-
/** Semantic color for the dimension */
|
|
1113
|
-
color: 'purple' | 'yellow' | 'pink' | 'blue';
|
|
1114
|
-
}
|
|
1115
|
-
/**
|
|
1116
|
-
* Engagement tip with semantic type
|
|
1117
|
-
*/
|
|
1118
|
-
interface EngagementTip {
|
|
1119
|
-
/** Type determines visual treatment */
|
|
1120
|
-
type: 'do' | 'dont' | 'insight';
|
|
1121
|
-
/** Tip content */
|
|
1122
|
-
text: string;
|
|
1123
|
-
/** Optional detailed explanation */
|
|
1124
|
-
detail?: string;
|
|
1125
|
-
}
|
|
1126
|
-
/**
|
|
1127
|
-
* Behavioral signal indicators
|
|
1128
|
-
*/
|
|
1129
|
-
interface BehavioralSignals {
|
|
1130
|
-
/** Communication preference (visual, verbal, analytical, written) */
|
|
1131
|
-
communicationStyle?: 'visual' | 'verbal' | 'analytical' | 'written';
|
|
1132
|
-
/** Decision making approach */
|
|
1133
|
-
decisionStyle?: 'fast' | 'deliberate' | 'consensus' | 'data-driven';
|
|
1134
|
-
/** Risk tolerance level (0-100) */
|
|
1135
|
-
riskTolerance?: number;
|
|
1136
|
-
/** Preferred meeting format */
|
|
1137
|
-
meetingPreference?: 'in-person' | 'video' | 'phone' | 'async';
|
|
1138
|
-
/** Response time expectation */
|
|
1139
|
-
responseTime?: 'immediate' | 'same-day' | 'flexible';
|
|
1140
|
-
}
|
|
1141
|
-
/**
|
|
1142
|
-
* Data confidence and verification status
|
|
1143
|
-
*/
|
|
1144
|
-
interface DataConfidence {
|
|
1145
|
-
/** Overall confidence score (0-100) */
|
|
1146
|
-
score: number;
|
|
1147
|
-
/** When this data was last verified */
|
|
1148
|
-
lastVerified?: string;
|
|
1149
|
-
/** Data source indicators */
|
|
1150
|
-
sources: ('linkedin' | 'email' | 'web' | 'manual' | 'ai')[];
|
|
1151
|
-
}
|
|
1152
|
-
/**
|
|
1153
|
-
* Education entry
|
|
1154
|
-
*/
|
|
1155
|
-
interface Education {
|
|
1156
|
-
school: string;
|
|
1157
|
-
degree: string;
|
|
1158
|
-
field?: string;
|
|
1159
|
-
year: string;
|
|
1160
|
-
logo?: string;
|
|
1161
|
-
}
|
|
1162
|
-
/**
|
|
1163
|
-
* Work experience entry
|
|
1164
|
-
*/
|
|
1165
|
-
interface Experience {
|
|
1166
|
-
company: string;
|
|
1167
|
-
role: string;
|
|
1168
|
-
duration: string;
|
|
1169
|
-
logo?: string;
|
|
1170
|
-
current?: boolean;
|
|
1171
|
-
}
|
|
1172
|
-
/**
|
|
1173
|
-
* Contact information with verification status
|
|
1174
|
-
*/
|
|
1175
|
-
interface ContactInfo {
|
|
1176
|
-
email?: string;
|
|
1177
|
-
emailStatus?: 'verified' | 'valid' | 'risky' | 'invalid' | 'unknown';
|
|
1178
|
-
phone?: string;
|
|
1179
|
-
phoneStatus?: 'verified' | 'valid' | 'unknown';
|
|
1180
|
-
linkedinUrl?: string;
|
|
1181
|
-
linkedinVerified?: boolean;
|
|
1182
|
-
twitterUrl?: string;
|
|
1183
|
-
websiteUrl?: string;
|
|
1184
|
-
}
|
|
1185
|
-
/**
|
|
1186
|
-
* Complete lead profile data structure
|
|
1187
|
-
*/
|
|
1188
|
-
interface LeadProfile {
|
|
1189
|
-
id: string;
|
|
1190
|
-
name: string;
|
|
1191
|
-
role: string;
|
|
1192
|
-
company: string;
|
|
1193
|
-
companyLogo?: string;
|
|
1194
|
-
location: string;
|
|
1195
|
-
avatarUrl?: string;
|
|
1196
|
-
contact?: ContactInfo;
|
|
1197
|
-
dataConfidence?: DataConfidence;
|
|
1198
|
-
lastUpdated?: string;
|
|
1199
|
-
/** Plain-language personality narrative (2-3 sentences) */
|
|
1200
|
-
personalitySummary?: string;
|
|
1201
|
-
/** Actionable engagement tips */
|
|
1202
|
-
engagementTips?: EngagementTip[];
|
|
1203
|
-
/** Behavioral signal indicators */
|
|
1204
|
-
behavioralSignals?: BehavioralSignals;
|
|
1205
|
-
/** MBTI type code (e.g., "ENFP") */
|
|
1206
|
-
mbtiType?: string;
|
|
1207
|
-
/** MBTI dimension scores */
|
|
1208
|
-
mbtiScores?: MBTIScore[];
|
|
1209
|
-
/** Plain-language MBTI interpretation */
|
|
1210
|
-
mbtiNarrative?: string;
|
|
1211
|
-
/** Key strengths */
|
|
1212
|
-
strengths?: string[];
|
|
1213
|
-
/** Potential risks or challenges */
|
|
1214
|
-
risks?: string[];
|
|
1215
|
-
/** Business/work style description */
|
|
1216
|
-
businessStyle?: string;
|
|
1217
|
-
/** Education history */
|
|
1218
|
-
education?: Education[];
|
|
1219
|
-
/** Work experience */
|
|
1220
|
-
experience?: Experience[];
|
|
1221
|
-
/** Career trajectory insights */
|
|
1222
|
-
careerInsights?: string;
|
|
1223
|
-
}
|
|
1224
|
-
/**
|
|
1225
|
-
* Page state determines what's shown and how
|
|
1226
|
-
*/
|
|
1227
|
-
type LeadProfileState = 'empty' | 'loading' | 'partial' | 'full';
|
|
1228
|
-
/**
|
|
1229
|
-
* Analysis progress for loading state
|
|
1230
|
-
*/
|
|
1231
|
-
interface AnalysisProgress {
|
|
1232
|
-
/** Current stage being analyzed */
|
|
1233
|
-
currentStage: 'identity' | 'behavior' | 'communication' | 'personality';
|
|
1234
|
-
/** Stages already completed */
|
|
1235
|
-
completedStages: ('identity' | 'behavior' | 'communication' | 'personality')[];
|
|
1236
|
-
/** Estimated time remaining in seconds */
|
|
1237
|
-
estimatedTimeRemaining?: number;
|
|
1238
|
-
/** Optional status message */
|
|
1239
|
-
message?: string;
|
|
1240
|
-
}
|
|
1241
|
-
/**
|
|
1242
|
-
* Main LeadProfileView component props
|
|
1243
|
-
*/
|
|
1244
|
-
interface LeadProfileViewProps {
|
|
1245
|
-
/** Current page state */
|
|
1246
|
-
state: LeadProfileState;
|
|
1247
|
-
/** Lead profile data (required for partial/full states) */
|
|
1248
|
-
data?: LeadProfile;
|
|
1249
|
-
/** Analysis progress (used in loading state) */
|
|
1250
|
-
analysisProgress?: AnalysisProgress;
|
|
1251
|
-
/** Callback when user requests refresh/analysis */
|
|
1252
|
-
onRefresh?: () => void;
|
|
1253
|
-
/** Callback when user clicks on a contact method */
|
|
1254
|
-
onContactClick?: (method: 'email' | 'linkedin' | 'phone') => void;
|
|
1255
|
-
/** Additional CSS class */
|
|
1256
|
-
className?: string;
|
|
1257
|
-
}
|
|
1258
|
-
|
|
1259
|
-
declare const LeadProfileView: React__default.ForwardRefExoticComponent<LeadProfileViewProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
1260
|
-
|
|
1261
|
-
interface ThemeSelectorProps {
|
|
1262
|
-
className?: string;
|
|
1263
|
-
style?: React__default.CSSProperties;
|
|
1264
|
-
}
|
|
1265
|
-
declare const ThemeSelector: React__default.FC<ThemeSelectorProps>;
|
|
1266
|
-
|
|
1267
|
-
interface ColorPickerProps {
|
|
1268
|
-
/** Additional CSS class name. */
|
|
1269
|
-
className?: string;
|
|
1270
|
-
/** Inline styles. */
|
|
1271
|
-
style?: React__default.CSSProperties;
|
|
1272
|
-
}
|
|
1273
|
-
/**
|
|
1274
|
-
* Compact brand/accent color picker.
|
|
1275
|
-
* Renders preset brand swatches and an optional custom color input.
|
|
1276
|
-
* Consumes the `useAppearance()` context for state.
|
|
1277
|
-
*/
|
|
1278
|
-
declare const ColorPicker: React__default.ForwardRefExoticComponent<ColorPickerProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
1279
|
-
|
|
1280
|
-
interface RevenueAutomationLoopProps {
|
|
1281
|
-
className?: string;
|
|
1282
|
-
}
|
|
1283
|
-
declare const RevenueAutomationLoop: React__default.FC<RevenueAutomationLoopProps>;
|
|
1284
|
-
|
|
1285
|
-
interface FunnelScalingSenderProps {
|
|
1286
|
-
/** Additional CSS class */
|
|
1287
|
-
className?: string;
|
|
1288
|
-
/** Auto-play on viewport entry (default: true) */
|
|
1289
|
-
autoPlay?: boolean;
|
|
1290
|
-
/** Loop the animation (default: true) */
|
|
1291
|
-
loop?: boolean;
|
|
1292
|
-
}
|
|
1293
|
-
declare const FunnelScalingSender: React__default.FC<FunnelScalingSenderProps>;
|
|
1294
|
-
|
|
1295
|
-
export { type AnalysisProgress, type BehavioralSignals, ChangeEmail, type ChangeEmailLabels, type ChangeEmailProps, ColorPicker, type ColorPickerProps, CursorSpotlight, type CursorSpotlightProps, DataHighlight, type DataHighlightProps, DataTable, DataTableBody, DataTableCell, DataTableHead, DataTableHeader, type DataTableProps, DataTableRow, type EcosystemConnection, EcosystemDiagram, type EcosystemDiagramProps, type EcosystemLayer, type EngagementTip, type EnterpriseSLA, type EnterpriseSignalCategory, type EnterpriseSignalItem, type EnterpriseSignalStatus, EnterpriseSignaling, type EnterpriseSignalingProps, type EraSentiment, type EvolutionEra, EvolutionTimeline, type EvolutionTimelineProps, FloatingTabBar, type FloatingTabBarProps, type FooterCTA, type FooterLink, type FooterSection, type FooterTrustBadge, ForgotPassword, type ForgotPasswordLabels, type ForgotPasswordProps, FunnelScalingSender, type FunnelScalingSenderProps, InsightCallout, type InsightCalloutProps, IntelligenceBlock, type IntelligenceBlockProps, type IntelligenceCapability, type IntelligenceMetric, type LeadProfile, type LeadProfileState, LeadProfileView, type LeadProfileViewProps, LocaleDropdown, type LocaleDropdownProps, type LocaleOption, Login, type LoginLabels, type LoginProps, LongFormLayout, type LongFormLayoutProps, type MBTIScore, MDXOutboundLink, type NavItem, NavPlacement, NavbarMegaMenu, NavbarMegaMenuItem, type NavbarMegaMenuItemProps, type NavbarMegaMenuProps, NavbarMegaMenuSection, type NavbarMegaMenuSectionProps, NavbarMobileActions, NavbarMobileNavItem, type NavbarMobileNavItemProps, NavbarMobileSeparator, NavbarV2, NavbarV2Actions, NavbarV2Brand, type NavbarV2BrandProps, type NavbarV2Props, NavbarV2Tab, NavbarV2TabMenu, type NavbarV2TabMenuProps, type NavbarV2TabProps, NavbarV2Tabs, type OutboundClickEventDetail, OutboundLink, type OutboundLinkProps, type PartnerBenefit, type PartnerCalcInput, type PartnerCalcOutput, type PartnerDifferentiator, PartnerValueProp, type PartnerValuePropProps, ReadingProgress, type ReadingProgressProps, RevenueAutomationLoop, type RevenueAutomationLoopProps, SectionShellProps, type SeriesEdition, Shell, type ShellProps, Sidebar, SidebarItem, type SidebarItemProps, type SidebarProps, SidebarSection, type SidebarSectionProps, Signup, type SignupLabels, type SignupProps, SiteFooter, type SiteFooterProps, SpotlightCard, type SpotlightCardProps, StarRating, type StarRatingProps, TabItem, type TabItemProps, ThemeSelector, type ThemeSelectorProps, UtmParams, VersionedSeriesNavigator, type VersionedSeriesNavigatorProps, VersionedUpgradeAlert, type VersionedUpgradeAlertProps, VideoLightbox, type VideoLightboxProps, VoidBackground, type VoidBackgroundProps, appendGovernedUTMs, appendUTMs, isExemptUrl };
|
|
27
|
+
import './chart-types-BGVVO-zl.js';
|