@salesmind-ai/design-system 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{index-C6m4l_gw.d.cts → index-CkjGa0Fb.d.cts} +14 -2
- package/dist/{index-C6m4l_gw.d.ts → index-CkjGa0Fb.d.ts} +14 -2
- package/dist/index.cjs +373 -157
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +211 -30
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +39 -6
- package/dist/index.d.ts +39 -6
- package/dist/index.js +371 -159
- package/dist/index.js.map +1 -1
- package/dist/marketing/index.cjs +139 -108
- package/dist/marketing/index.cjs.map +1 -1
- package/dist/marketing/index.d.cts +1 -1
- package/dist/marketing/index.d.ts +1 -1
- package/dist/marketing/index.js +138 -108
- package/dist/marketing/index.js.map +1 -1
- package/dist/styles/styles.css +328 -21
- package/dist/web/index.cjs +50 -10
- package/dist/web/index.cjs.map +1 -1
- package/dist/web/index.d.cts +85 -3
- package/dist/web/index.d.ts +85 -3
- package/dist/web/index.js +50 -10
- package/dist/web/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -229,12 +229,24 @@ interface SocialProofGridProps extends Omit<SectionShellProps, 'title'> {
|
|
|
229
229
|
*/
|
|
230
230
|
declare const SocialProofGrid: React__default.ForwardRefExoticComponent<SocialProofGridProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
231
231
|
|
|
232
|
+
interface VerticalVideoGridProps {
|
|
233
|
+
/** Array of YouTube Shorts URLs (e.g. https://www.youtube.com/shorts/xxxxx) */
|
|
234
|
+
urls: string[];
|
|
235
|
+
/** Optional class name */
|
|
236
|
+
className?: string;
|
|
237
|
+
}
|
|
238
|
+
/**
|
|
239
|
+
* Grid component optimized for displaying vertical 9:16 videos (YouTube Shorts, TikToks, Reels)
|
|
240
|
+
*/
|
|
241
|
+
declare function VerticalVideoGrid({ urls, className }: VerticalVideoGridProps): react_jsx_runtime.JSX.Element | null;
|
|
242
|
+
|
|
232
243
|
declare const SocialProof: {
|
|
233
244
|
Card: React$1.ForwardRefExoticComponent<SocialProofCardProps & React$1.RefAttributes<HTMLDivElement | HTMLAnchorElement>>;
|
|
234
245
|
Grid: React$1.ForwardRefExoticComponent<SocialProofGridProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
235
246
|
Logos: React$1.ForwardRefExoticComponent<SocialProofLogosProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
236
247
|
Featured: React$1.ForwardRefExoticComponent<SocialProofFeaturedProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
237
248
|
Carousel: React$1.ForwardRefExoticComponent<SocialProofCarouselProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
249
|
+
VerticalGrid: typeof VerticalVideoGrid;
|
|
238
250
|
};
|
|
239
251
|
|
|
240
252
|
interface AnnouncementBarProps extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
@@ -576,7 +588,7 @@ interface BrowserFrameProps extends React__default.HTMLAttributes<HTMLDivElement
|
|
|
576
588
|
*
|
|
577
589
|
* @example
|
|
578
590
|
* ```tsx
|
|
579
|
-
* <BrowserFrame variant="browser" url="app.
|
|
591
|
+
* <BrowserFrame variant="browser" url="app.sales-mind.ai" withGlow>
|
|
580
592
|
* <img src="/screenshot.png" alt="SalesMind dashboard" />
|
|
581
593
|
* </BrowserFrame>
|
|
582
594
|
* ```
|
|
@@ -1480,4 +1492,4 @@ interface MotionTextProps extends HTMLMotionProps<'div'> {
|
|
|
1480
1492
|
}
|
|
1481
1493
|
declare const MotionText: ({ text, type, highlightWords, className, ...props }: MotionTextProps) => react_jsx_runtime.JSX.Element;
|
|
1482
1494
|
|
|
1483
|
-
export { ICPFilter as $, type AgitationPoint as A, BeforeAfterBlock as B, CTASection as C, type CaseStudyMetric as D, CaseStudySection as E, type CaseStudySectionProps as F, type ComparisonColumn as G, type ComparisonRow as H, ComparisonTable as I, type ComparisonTableProps as J, CompetitorDiff as K, type CompetitorDiffItem as L, type CompetitorDiffProps as M, ComplianceGrid as N, type ComplianceGridProps as O, type ComplianceItem as P, type ComplianceStatus as Q, ExitIntentOverlay as R, type SectionShellProps as S, type ExitIntentOverlayProps as T, type FeatureItem as U, FeatureSection as V, type FeatureSectionProps as W, GuaranteeHighlight as X, type GuaranteeHighlightProps as Y, HeroSection as Z, type HeroSectionProps as _, AnnouncementBar as a, type StakeholderContent as a$, type ICPFilterItem as a0, type ICPFilterProps as a1, type IntegrationEntry as a2, IntegrationShowcase as a3, type IntegrationShowcaseProps as a4, IntentCTA as a5, type IntentCTAProps as a6, type IntentStage as a7, type IntentTriggerType as a8, LeadCaptureForm as a9, type ProblemAgitationProps as aA, ProcessTimeline as aB, type ProcessTimelineProps as aC, ROICalculator as aD, type ROICalculatorProps as aE, type ROIComparisonItem as aF, RelatedContent as aG, type RelatedContentProps as aH, SectionHeader as aI, type SectionHeaderProps as aJ, SectionShell as aK, SecurityBlock as aL, type SecurityBlockProps as aM, type SecurityCertification as aN, SegmentSwitch as aO, type SegmentSwitchProps as aP, SocialProof as aQ, SocialProofCard as aR, type SocialProofCardProps as aS, SocialProofCarousel as aT, type SocialProofCarouselProps as aU, SocialProofFeatured as aV, type SocialProofFeaturedProps as aW, SocialProofGrid as aX, type SocialProofGridProps as aY, SocialProofLogos as aZ, type SocialProofLogosProps as a_, type LeadCaptureFormProps as aa, type LogoItem as ab, type ManifestoAttribution as ac, ManifestoBlock as ad, type ManifestoBlockProps as ae, type Media as af, MetricCounter as ag, type MetricCounterProps as ah, MotionContainer as ai, type MotionContainerProps as aj, MotionText as ak, type MotionTextProps as al, ObjectionFAQ as am, type ObjectionFAQProps as an, type ObjectionItem as ao, type Platform as ap, PlatformBadge as aq, type PlatformBadgeProps as ar, PricingCard as as, type PricingCardProps as at, type PricingFeature as au, PricingSection as av, type PricingSectionProps as aw, PricingToggle as ax, type PricingToggleProps as ay, ProblemAgitation as az, type AnnouncementBarProps as b, type StakeholderDefinition as b0, StakeholderTabs as b1, type StakeholderTabsProps as b2, type StatItem as b3, StatsSection as b4, type StatsSectionProps as b5, StickyActionBar as b6, type StickyActionBarProps as b7, type TOCItem as b8, TableOfContents as b9, type TableOfContentsProps as ba, type TimelineStep as bb, ValueAnchor as bc, type ValueAnchorInput as bd, type ValueAnchorOutput as be, type ValueAnchorProps as bf,
|
|
1495
|
+
export { ICPFilter as $, type AgitationPoint as A, BeforeAfterBlock as B, CTASection as C, type CaseStudyMetric as D, CaseStudySection as E, type CaseStudySectionProps as F, type ComparisonColumn as G, type ComparisonRow as H, ComparisonTable as I, type ComparisonTableProps as J, CompetitorDiff as K, type CompetitorDiffItem as L, type CompetitorDiffProps as M, ComplianceGrid as N, type ComplianceGridProps as O, type ComplianceItem as P, type ComplianceStatus as Q, ExitIntentOverlay as R, type SectionShellProps as S, type ExitIntentOverlayProps as T, type FeatureItem as U, FeatureSection as V, type FeatureSectionProps as W, GuaranteeHighlight as X, type GuaranteeHighlightProps as Y, HeroSection as Z, type HeroSectionProps as _, AnnouncementBar as a, type StakeholderContent as a$, type ICPFilterItem as a0, type ICPFilterProps as a1, type IntegrationEntry as a2, IntegrationShowcase as a3, type IntegrationShowcaseProps as a4, IntentCTA as a5, type IntentCTAProps as a6, type IntentStage as a7, type IntentTriggerType as a8, LeadCaptureForm as a9, type ProblemAgitationProps as aA, ProcessTimeline as aB, type ProcessTimelineProps as aC, ROICalculator as aD, type ROICalculatorProps as aE, type ROIComparisonItem as aF, RelatedContent as aG, type RelatedContentProps as aH, SectionHeader as aI, type SectionHeaderProps as aJ, SectionShell as aK, SecurityBlock as aL, type SecurityBlockProps as aM, type SecurityCertification as aN, SegmentSwitch as aO, type SegmentSwitchProps as aP, SocialProof as aQ, SocialProofCard as aR, type SocialProofCardProps as aS, SocialProofCarousel as aT, type SocialProofCarouselProps as aU, SocialProofFeatured as aV, type SocialProofFeaturedProps as aW, SocialProofGrid as aX, type SocialProofGridProps as aY, SocialProofLogos as aZ, type SocialProofLogosProps as a_, type LeadCaptureFormProps as aa, type LogoItem as ab, type ManifestoAttribution as ac, ManifestoBlock as ad, type ManifestoBlockProps as ae, type Media as af, MetricCounter as ag, type MetricCounterProps as ah, MotionContainer as ai, type MotionContainerProps as aj, MotionText as ak, type MotionTextProps as al, ObjectionFAQ as am, type ObjectionFAQProps as an, type ObjectionItem as ao, type Platform as ap, PlatformBadge as aq, type PlatformBadgeProps as ar, PricingCard as as, type PricingCardProps as at, type PricingFeature as au, PricingSection as av, type PricingSectionProps as aw, PricingToggle as ax, type PricingToggleProps as ay, ProblemAgitation as az, type AnnouncementBarProps as b, type StakeholderDefinition as b0, StakeholderTabs as b1, type StakeholderTabsProps as b2, type StatItem as b3, StatsSection as b4, type StatsSectionProps as b5, StickyActionBar as b6, type StickyActionBarProps as b7, type TOCItem as b8, TableOfContents as b9, type TableOfContentsProps as ba, type TimelineStep as bb, ValueAnchor as bc, type ValueAnchorInput as bd, type ValueAnchorOutput as be, type ValueAnchorProps as bf, VerticalVideoGrid as bg, type VerticalVideoGridProps as bh, VideoEmbed as bi, type VideoEmbedProps as bj, type ArchitectureConnection as c, ArchitectureDiagram as d, type ArchitectureDiagramProps as e, type ArchitectureNode as f, type ArchitectureNodeType as g, ArticleCard as h, type ArticleCardProps as i, ArticleLayout as j, type ArticleLayoutProps as k, type Author as l, AuthorBio as m, type AuthorBioProps as n, type AuthorLink as o, type BeforeAfterBlockProps as p, type BeforeAfterItem as q, type BeforeAfterSide as r, BookingEmbed as s, type BookingEmbedProps as t, BrowserFrame as u, type BrowserFrameProps as v, type CTASectionProps as w, type CardMetric as x, CaseStudyCard as y, type CaseStudyCardProps as z };
|
|
@@ -229,12 +229,24 @@ interface SocialProofGridProps extends Omit<SectionShellProps, 'title'> {
|
|
|
229
229
|
*/
|
|
230
230
|
declare const SocialProofGrid: React__default.ForwardRefExoticComponent<SocialProofGridProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
231
231
|
|
|
232
|
+
interface VerticalVideoGridProps {
|
|
233
|
+
/** Array of YouTube Shorts URLs (e.g. https://www.youtube.com/shorts/xxxxx) */
|
|
234
|
+
urls: string[];
|
|
235
|
+
/** Optional class name */
|
|
236
|
+
className?: string;
|
|
237
|
+
}
|
|
238
|
+
/**
|
|
239
|
+
* Grid component optimized for displaying vertical 9:16 videos (YouTube Shorts, TikToks, Reels)
|
|
240
|
+
*/
|
|
241
|
+
declare function VerticalVideoGrid({ urls, className }: VerticalVideoGridProps): react_jsx_runtime.JSX.Element | null;
|
|
242
|
+
|
|
232
243
|
declare const SocialProof: {
|
|
233
244
|
Card: React$1.ForwardRefExoticComponent<SocialProofCardProps & React$1.RefAttributes<HTMLDivElement | HTMLAnchorElement>>;
|
|
234
245
|
Grid: React$1.ForwardRefExoticComponent<SocialProofGridProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
235
246
|
Logos: React$1.ForwardRefExoticComponent<SocialProofLogosProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
236
247
|
Featured: React$1.ForwardRefExoticComponent<SocialProofFeaturedProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
237
248
|
Carousel: React$1.ForwardRefExoticComponent<SocialProofCarouselProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
249
|
+
VerticalGrid: typeof VerticalVideoGrid;
|
|
238
250
|
};
|
|
239
251
|
|
|
240
252
|
interface AnnouncementBarProps extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
@@ -576,7 +588,7 @@ interface BrowserFrameProps extends React__default.HTMLAttributes<HTMLDivElement
|
|
|
576
588
|
*
|
|
577
589
|
* @example
|
|
578
590
|
* ```tsx
|
|
579
|
-
* <BrowserFrame variant="browser" url="app.
|
|
591
|
+
* <BrowserFrame variant="browser" url="app.sales-mind.ai" withGlow>
|
|
580
592
|
* <img src="/screenshot.png" alt="SalesMind dashboard" />
|
|
581
593
|
* </BrowserFrame>
|
|
582
594
|
* ```
|
|
@@ -1480,4 +1492,4 @@ interface MotionTextProps extends HTMLMotionProps<'div'> {
|
|
|
1480
1492
|
}
|
|
1481
1493
|
declare const MotionText: ({ text, type, highlightWords, className, ...props }: MotionTextProps) => react_jsx_runtime.JSX.Element;
|
|
1482
1494
|
|
|
1483
|
-
export { ICPFilter as $, type AgitationPoint as A, BeforeAfterBlock as B, CTASection as C, type CaseStudyMetric as D, CaseStudySection as E, type CaseStudySectionProps as F, type ComparisonColumn as G, type ComparisonRow as H, ComparisonTable as I, type ComparisonTableProps as J, CompetitorDiff as K, type CompetitorDiffItem as L, type CompetitorDiffProps as M, ComplianceGrid as N, type ComplianceGridProps as O, type ComplianceItem as P, type ComplianceStatus as Q, ExitIntentOverlay as R, type SectionShellProps as S, type ExitIntentOverlayProps as T, type FeatureItem as U, FeatureSection as V, type FeatureSectionProps as W, GuaranteeHighlight as X, type GuaranteeHighlightProps as Y, HeroSection as Z, type HeroSectionProps as _, AnnouncementBar as a, type StakeholderContent as a$, type ICPFilterItem as a0, type ICPFilterProps as a1, type IntegrationEntry as a2, IntegrationShowcase as a3, type IntegrationShowcaseProps as a4, IntentCTA as a5, type IntentCTAProps as a6, type IntentStage as a7, type IntentTriggerType as a8, LeadCaptureForm as a9, type ProblemAgitationProps as aA, ProcessTimeline as aB, type ProcessTimelineProps as aC, ROICalculator as aD, type ROICalculatorProps as aE, type ROIComparisonItem as aF, RelatedContent as aG, type RelatedContentProps as aH, SectionHeader as aI, type SectionHeaderProps as aJ, SectionShell as aK, SecurityBlock as aL, type SecurityBlockProps as aM, type SecurityCertification as aN, SegmentSwitch as aO, type SegmentSwitchProps as aP, SocialProof as aQ, SocialProofCard as aR, type SocialProofCardProps as aS, SocialProofCarousel as aT, type SocialProofCarouselProps as aU, SocialProofFeatured as aV, type SocialProofFeaturedProps as aW, SocialProofGrid as aX, type SocialProofGridProps as aY, SocialProofLogos as aZ, type SocialProofLogosProps as a_, type LeadCaptureFormProps as aa, type LogoItem as ab, type ManifestoAttribution as ac, ManifestoBlock as ad, type ManifestoBlockProps as ae, type Media as af, MetricCounter as ag, type MetricCounterProps as ah, MotionContainer as ai, type MotionContainerProps as aj, MotionText as ak, type MotionTextProps as al, ObjectionFAQ as am, type ObjectionFAQProps as an, type ObjectionItem as ao, type Platform as ap, PlatformBadge as aq, type PlatformBadgeProps as ar, PricingCard as as, type PricingCardProps as at, type PricingFeature as au, PricingSection as av, type PricingSectionProps as aw, PricingToggle as ax, type PricingToggleProps as ay, ProblemAgitation as az, type AnnouncementBarProps as b, type StakeholderDefinition as b0, StakeholderTabs as b1, type StakeholderTabsProps as b2, type StatItem as b3, StatsSection as b4, type StatsSectionProps as b5, StickyActionBar as b6, type StickyActionBarProps as b7, type TOCItem as b8, TableOfContents as b9, type TableOfContentsProps as ba, type TimelineStep as bb, ValueAnchor as bc, type ValueAnchorInput as bd, type ValueAnchorOutput as be, type ValueAnchorProps as bf,
|
|
1495
|
+
export { ICPFilter as $, type AgitationPoint as A, BeforeAfterBlock as B, CTASection as C, type CaseStudyMetric as D, CaseStudySection as E, type CaseStudySectionProps as F, type ComparisonColumn as G, type ComparisonRow as H, ComparisonTable as I, type ComparisonTableProps as J, CompetitorDiff as K, type CompetitorDiffItem as L, type CompetitorDiffProps as M, ComplianceGrid as N, type ComplianceGridProps as O, type ComplianceItem as P, type ComplianceStatus as Q, ExitIntentOverlay as R, type SectionShellProps as S, type ExitIntentOverlayProps as T, type FeatureItem as U, FeatureSection as V, type FeatureSectionProps as W, GuaranteeHighlight as X, type GuaranteeHighlightProps as Y, HeroSection as Z, type HeroSectionProps as _, AnnouncementBar as a, type StakeholderContent as a$, type ICPFilterItem as a0, type ICPFilterProps as a1, type IntegrationEntry as a2, IntegrationShowcase as a3, type IntegrationShowcaseProps as a4, IntentCTA as a5, type IntentCTAProps as a6, type IntentStage as a7, type IntentTriggerType as a8, LeadCaptureForm as a9, type ProblemAgitationProps as aA, ProcessTimeline as aB, type ProcessTimelineProps as aC, ROICalculator as aD, type ROICalculatorProps as aE, type ROIComparisonItem as aF, RelatedContent as aG, type RelatedContentProps as aH, SectionHeader as aI, type SectionHeaderProps as aJ, SectionShell as aK, SecurityBlock as aL, type SecurityBlockProps as aM, type SecurityCertification as aN, SegmentSwitch as aO, type SegmentSwitchProps as aP, SocialProof as aQ, SocialProofCard as aR, type SocialProofCardProps as aS, SocialProofCarousel as aT, type SocialProofCarouselProps as aU, SocialProofFeatured as aV, type SocialProofFeaturedProps as aW, SocialProofGrid as aX, type SocialProofGridProps as aY, SocialProofLogos as aZ, type SocialProofLogosProps as a_, type LeadCaptureFormProps as aa, type LogoItem as ab, type ManifestoAttribution as ac, ManifestoBlock as ad, type ManifestoBlockProps as ae, type Media as af, MetricCounter as ag, type MetricCounterProps as ah, MotionContainer as ai, type MotionContainerProps as aj, MotionText as ak, type MotionTextProps as al, ObjectionFAQ as am, type ObjectionFAQProps as an, type ObjectionItem as ao, type Platform as ap, PlatformBadge as aq, type PlatformBadgeProps as ar, PricingCard as as, type PricingCardProps as at, type PricingFeature as au, PricingSection as av, type PricingSectionProps as aw, PricingToggle as ax, type PricingToggleProps as ay, ProblemAgitation as az, type AnnouncementBarProps as b, type StakeholderDefinition as b0, StakeholderTabs as b1, type StakeholderTabsProps as b2, type StatItem as b3, StatsSection as b4, type StatsSectionProps as b5, StickyActionBar as b6, type StickyActionBarProps as b7, type TOCItem as b8, TableOfContents as b9, type TableOfContentsProps as ba, type TimelineStep as bb, ValueAnchor as bc, type ValueAnchorInput as bd, type ValueAnchorOutput as be, type ValueAnchorProps as bf, VerticalVideoGrid as bg, type VerticalVideoGridProps as bh, VideoEmbed as bi, type VideoEmbedProps as bj, type ArchitectureConnection as c, ArchitectureDiagram as d, type ArchitectureDiagramProps as e, type ArchitectureNode as f, type ArchitectureNodeType as g, ArticleCard as h, type ArticleCardProps as i, ArticleLayout as j, type ArticleLayoutProps as k, type Author as l, AuthorBio as m, type AuthorBioProps as n, type AuthorLink as o, type BeforeAfterBlockProps as p, type BeforeAfterItem as q, type BeforeAfterSide as r, BookingEmbed as s, type BookingEmbedProps as t, BrowserFrame as u, type BrowserFrameProps as v, type CTASectionProps as w, type CardMetric as x, CaseStudyCard as y, type CaseStudyCardProps as z };
|