@salesmind-ai/design-system 0.1.12 → 0.2.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/dist/core/index.css +3 -2
- package/dist/core/index.css.map +1 -1
- package/dist/index.cjs +362 -693
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +229 -228
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +1 -37
- package/dist/index.d.ts +1 -37
- package/dist/index.js +364 -689
- package/dist/index.js.map +1 -1
- package/dist/report/index.css +6 -5
- package/dist/report/index.css.map +1 -1
- package/dist/styles/styles.css +40 -2
- package/dist/web/index.cjs +37 -24
- package/dist/web/index.cjs.map +1 -1
- package/dist/web/index.css +17 -0
- package/dist/web/index.css.map +1 -1
- package/dist/web/index.d.cts +6 -2
- package/dist/web/index.d.ts +6 -2
- package/dist/web/index.js +37 -24
- package/dist/web/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -36,28 +36,6 @@ interface VoidBackgroundProps {
|
|
|
36
36
|
*/
|
|
37
37
|
declare const VoidBackground: React__default.ForwardRefExoticComponent<VoidBackgroundProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
38
38
|
|
|
39
|
-
interface NavbarBrandProps extends HTMLAttributes<HTMLDivElement> {
|
|
40
|
-
as?: React__default.ElementType;
|
|
41
|
-
href?: string;
|
|
42
|
-
}
|
|
43
|
-
declare const NavbarBrand: React__default.ForwardRefExoticComponent<NavbarBrandProps & React__default.RefAttributes<HTMLElement>>;
|
|
44
|
-
declare const NavbarContent: React__default.ForwardRefExoticComponent<React__default.HTMLAttributes<HTMLDivElement> & React__default.RefAttributes<HTMLDivElement>>;
|
|
45
|
-
interface NavbarItemProps extends HTMLAttributes<HTMLElement> {
|
|
46
|
-
as?: React__default.ElementType;
|
|
47
|
-
active?: boolean;
|
|
48
|
-
href?: string;
|
|
49
|
-
}
|
|
50
|
-
declare const NavbarItem: React__default.ForwardRefExoticComponent<NavbarItemProps & React__default.RefAttributes<HTMLElement>>;
|
|
51
|
-
declare const NavbarActions: React__default.ForwardRefExoticComponent<React__default.HTMLAttributes<HTMLDivElement> & React__default.RefAttributes<HTMLDivElement>>;
|
|
52
|
-
interface NavbarSearchTriggerProps extends React__default.ButtonHTMLAttributes<HTMLButtonElement> {
|
|
53
|
-
/** Placeholder text shown inside the trigger. @default 'Search...' */
|
|
54
|
-
placeholder?: string;
|
|
55
|
-
/** Keyboard shortcut label shown on the right. @default '⌘K' */
|
|
56
|
-
shortcut?: string;
|
|
57
|
-
/** Hide the shortcut badge (useful at narrow widths). @default false */
|
|
58
|
-
hideShortcut?: boolean;
|
|
59
|
-
}
|
|
60
|
-
declare const NavbarSearchTrigger: React__default.ForwardRefExoticComponent<NavbarSearchTriggerProps & React__default.RefAttributes<HTMLButtonElement>>;
|
|
61
39
|
interface NavbarMobileNavItemProps extends HTMLAttributes<HTMLElement> {
|
|
62
40
|
as?: React__default.ElementType;
|
|
63
41
|
active?: boolean;
|
|
@@ -74,20 +52,6 @@ declare namespace NavbarMobileSeparator {
|
|
|
74
52
|
}
|
|
75
53
|
/** Actions group at the bottom of the mobile menu (CTAs, auth). */
|
|
76
54
|
declare const NavbarMobileActions: React__default.ForwardRefExoticComponent<React__default.HTMLAttributes<HTMLDivElement> & React__default.RefAttributes<HTMLDivElement>>;
|
|
77
|
-
interface NavbarProps extends HTMLAttributes<HTMLElement> {
|
|
78
|
-
isBordered?: boolean;
|
|
79
|
-
isSticky?: boolean;
|
|
80
|
-
onMenuOpenChange?: (isOpen: boolean) => void;
|
|
81
|
-
isMenuOpen?: boolean;
|
|
82
|
-
/** Content rendered inside the mobile menu overlay when open. */
|
|
83
|
-
mobileContent?: React__default.ReactNode;
|
|
84
|
-
/** Accessible labels for mobile toggle. Override for i18n. */
|
|
85
|
-
mobileToggleLabels?: {
|
|
86
|
-
open: string;
|
|
87
|
-
close: string;
|
|
88
|
-
};
|
|
89
|
-
}
|
|
90
|
-
declare const Navbar: React__default.ForwardRefExoticComponent<NavbarProps & React__default.RefAttributes<HTMLElement>>;
|
|
91
55
|
|
|
92
56
|
interface NavbarMegaMenuProps {
|
|
93
57
|
/** The text or element that toggles the menu */
|
|
@@ -1328,4 +1292,4 @@ interface FunnelScalingSenderProps {
|
|
|
1328
1292
|
}
|
|
1329
1293
|
declare const FunnelScalingSender: React__default.FC<FunnelScalingSenderProps>;
|
|
1330
1294
|
|
|
1331
|
-
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,
|
|
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 };
|
package/dist/index.d.ts
CHANGED
|
@@ -36,28 +36,6 @@ interface VoidBackgroundProps {
|
|
|
36
36
|
*/
|
|
37
37
|
declare const VoidBackground: React__default.ForwardRefExoticComponent<VoidBackgroundProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
38
38
|
|
|
39
|
-
interface NavbarBrandProps extends HTMLAttributes<HTMLDivElement> {
|
|
40
|
-
as?: React__default.ElementType;
|
|
41
|
-
href?: string;
|
|
42
|
-
}
|
|
43
|
-
declare const NavbarBrand: React__default.ForwardRefExoticComponent<NavbarBrandProps & React__default.RefAttributes<HTMLElement>>;
|
|
44
|
-
declare const NavbarContent: React__default.ForwardRefExoticComponent<React__default.HTMLAttributes<HTMLDivElement> & React__default.RefAttributes<HTMLDivElement>>;
|
|
45
|
-
interface NavbarItemProps extends HTMLAttributes<HTMLElement> {
|
|
46
|
-
as?: React__default.ElementType;
|
|
47
|
-
active?: boolean;
|
|
48
|
-
href?: string;
|
|
49
|
-
}
|
|
50
|
-
declare const NavbarItem: React__default.ForwardRefExoticComponent<NavbarItemProps & React__default.RefAttributes<HTMLElement>>;
|
|
51
|
-
declare const NavbarActions: React__default.ForwardRefExoticComponent<React__default.HTMLAttributes<HTMLDivElement> & React__default.RefAttributes<HTMLDivElement>>;
|
|
52
|
-
interface NavbarSearchTriggerProps extends React__default.ButtonHTMLAttributes<HTMLButtonElement> {
|
|
53
|
-
/** Placeholder text shown inside the trigger. @default 'Search...' */
|
|
54
|
-
placeholder?: string;
|
|
55
|
-
/** Keyboard shortcut label shown on the right. @default '⌘K' */
|
|
56
|
-
shortcut?: string;
|
|
57
|
-
/** Hide the shortcut badge (useful at narrow widths). @default false */
|
|
58
|
-
hideShortcut?: boolean;
|
|
59
|
-
}
|
|
60
|
-
declare const NavbarSearchTrigger: React__default.ForwardRefExoticComponent<NavbarSearchTriggerProps & React__default.RefAttributes<HTMLButtonElement>>;
|
|
61
39
|
interface NavbarMobileNavItemProps extends HTMLAttributes<HTMLElement> {
|
|
62
40
|
as?: React__default.ElementType;
|
|
63
41
|
active?: boolean;
|
|
@@ -74,20 +52,6 @@ declare namespace NavbarMobileSeparator {
|
|
|
74
52
|
}
|
|
75
53
|
/** Actions group at the bottom of the mobile menu (CTAs, auth). */
|
|
76
54
|
declare const NavbarMobileActions: React__default.ForwardRefExoticComponent<React__default.HTMLAttributes<HTMLDivElement> & React__default.RefAttributes<HTMLDivElement>>;
|
|
77
|
-
interface NavbarProps extends HTMLAttributes<HTMLElement> {
|
|
78
|
-
isBordered?: boolean;
|
|
79
|
-
isSticky?: boolean;
|
|
80
|
-
onMenuOpenChange?: (isOpen: boolean) => void;
|
|
81
|
-
isMenuOpen?: boolean;
|
|
82
|
-
/** Content rendered inside the mobile menu overlay when open. */
|
|
83
|
-
mobileContent?: React__default.ReactNode;
|
|
84
|
-
/** Accessible labels for mobile toggle. Override for i18n. */
|
|
85
|
-
mobileToggleLabels?: {
|
|
86
|
-
open: string;
|
|
87
|
-
close: string;
|
|
88
|
-
};
|
|
89
|
-
}
|
|
90
|
-
declare const Navbar: React__default.ForwardRefExoticComponent<NavbarProps & React__default.RefAttributes<HTMLElement>>;
|
|
91
55
|
|
|
92
56
|
interface NavbarMegaMenuProps {
|
|
93
57
|
/** The text or element that toggles the menu */
|
|
@@ -1328,4 +1292,4 @@ interface FunnelScalingSenderProps {
|
|
|
1328
1292
|
}
|
|
1329
1293
|
declare const FunnelScalingSender: React__default.FC<FunnelScalingSenderProps>;
|
|
1330
1294
|
|
|
1331
|
-
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,
|
|
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 };
|