@salesmind-ai/design-system 0.7.0 → 1.2.0

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.
Files changed (74) hide show
  1. package/dist/chunk-6WQKRQEE.cjs +33 -0
  2. package/dist/chunk-6WQKRQEE.cjs.map +1 -0
  3. package/dist/{chunk-R3ZECV5P.cjs → chunk-FVSL5YMB.cjs} +13 -34
  4. package/dist/chunk-FVSL5YMB.cjs.map +1 -0
  5. package/dist/{chunk-D2RHF2OE.cjs → chunk-H5BOCR5Z.cjs} +10 -6
  6. package/dist/chunk-H5BOCR5Z.cjs.map +1 -0
  7. package/dist/chunk-HTLWFOLC.js +26 -0
  8. package/dist/chunk-HTLWFOLC.js.map +1 -0
  9. package/dist/{chunk-KXVFFEGD.js → chunk-MLINFRC3.js} +2 -19
  10. package/dist/chunk-MLINFRC3.js.map +1 -0
  11. package/dist/{chunk-DMRQPGQA.js → chunk-NB3BDIQO.js} +10 -6
  12. package/dist/chunk-NB3BDIQO.js.map +1 -0
  13. package/dist/{chunk-JPUJWI7F.cjs → chunk-QXUA5PQ3.cjs} +1 -19
  14. package/dist/chunk-QXUA5PQ3.cjs.map +1 -0
  15. package/dist/{chunk-HHQ6J7B6.js → chunk-REEHJV7M.js} +145 -14
  16. package/dist/chunk-REEHJV7M.js.map +1 -0
  17. package/dist/{chunk-LQB7QLD3.js → chunk-RY257SWH.js} +207 -3
  18. package/dist/chunk-RY257SWH.js.map +1 -0
  19. package/dist/{chunk-WE4QIIVN.cjs → chunk-UCWMJD4Y.cjs} +151 -18
  20. package/dist/chunk-UCWMJD4Y.cjs.map +1 -0
  21. package/dist/{chunk-27Y5ESMM.js → chunk-VFO2MUPI.js} +13 -33
  22. package/dist/chunk-VFO2MUPI.js.map +1 -0
  23. package/dist/{chunk-UGKYP6F3.cjs → chunk-YL4FGGHF.cjs} +211 -2
  24. package/dist/chunk-YL4FGGHF.cjs.map +1 -0
  25. package/dist/core/index.cjs +13 -12
  26. package/dist/core/index.js +2 -1
  27. package/dist/{index-BJ8rBqrO.d.cts → index-I4Xi04oE.d.cts} +47 -3
  28. package/dist/{index-BxMqCbqE.d.ts → index-r__EEywy.d.ts} +47 -3
  29. package/dist/index.cjs +81 -56
  30. package/dist/index.cjs.map +1 -1
  31. package/dist/index.css +658 -109
  32. package/dist/index.css.map +1 -1
  33. package/dist/index.d.cts +3 -3
  34. package/dist/index.d.ts +3 -3
  35. package/dist/index.js +6 -5
  36. package/dist/index.js.map +1 -1
  37. package/dist/marketing/index.cjs +35 -26
  38. package/dist/marketing/index.css +242 -0
  39. package/dist/marketing/index.css.map +1 -1
  40. package/dist/marketing/index.d.cts +1 -1
  41. package/dist/marketing/index.d.ts +1 -1
  42. package/dist/marketing/index.js +3 -2
  43. package/dist/sections/index.css +1 -1
  44. package/dist/sections/index.css.map +1 -1
  45. package/dist/social-proof/index.cjs +26 -4
  46. package/dist/social-proof/index.css +521 -0
  47. package/dist/social-proof/index.css.map +1 -1
  48. package/dist/social-proof/index.d.cts +99 -27
  49. package/dist/social-proof/index.d.ts +99 -27
  50. package/dist/social-proof/index.js +3 -1
  51. package/dist/styles/styles.css +0 -109
  52. package/dist/theme/index.cjs +3 -7
  53. package/dist/theme/index.css +0 -108
  54. package/dist/theme/index.css.map +1 -1
  55. package/dist/theme/index.d.cts +1 -28
  56. package/dist/theme/index.d.ts +1 -28
  57. package/dist/theme/index.js +1 -1
  58. package/dist/web/index.cjs +7 -7
  59. package/dist/web/index.js +1 -1
  60. package/dist/web/server/index.cjs +7 -7
  61. package/dist/web/server/index.d.cts +0 -5
  62. package/dist/web/server/index.d.ts +0 -5
  63. package/dist/web/server/index.js +1 -1
  64. package/package.json +1 -1
  65. package/dist/chunk-27Y5ESMM.js.map +0 -1
  66. package/dist/chunk-D2RHF2OE.cjs.map +0 -1
  67. package/dist/chunk-DMRQPGQA.js.map +0 -1
  68. package/dist/chunk-HHQ6J7B6.js.map +0 -1
  69. package/dist/chunk-JPUJWI7F.cjs.map +0 -1
  70. package/dist/chunk-KXVFFEGD.js.map +0 -1
  71. package/dist/chunk-LQB7QLD3.js.map +0 -1
  72. package/dist/chunk-R3ZECV5P.cjs.map +0 -1
  73. package/dist/chunk-UGKYP6F3.cjs.map +0 -1
  74. package/dist/chunk-WE4QIIVN.cjs.map +0 -1
@@ -1,6 +1,7 @@
1
- import { Badge, Card } from './chunk-KXVFFEGD.js';
1
+ import { Badge } from './chunk-HTLWFOLC.js';
2
2
  import { Button } from './chunk-KJHPOB3J.js';
3
3
  import { MetricCounter } from './chunk-YSYR54XR.js';
4
+ import { Card } from './chunk-MLINFRC3.js';
4
5
  import { useAnalytics } from './chunk-2GARWEJK.js';
5
6
  import { bookingEmbedMessages, commonMessages } from './chunk-RSLA2FJN.js';
6
7
  import { SectionShell, SectionHeader } from './chunk-AMNY5TS3.js';
@@ -31,18 +32,10 @@ var AuroraVoid = forwardRef(
31
32
  isStatic && "ds-aurora-void--static",
32
33
  className
33
34
  ),
34
- "aria-hidden": "true",
35
35
  children: [
36
- /* @__PURE__ */ jsx("div", { className: "ds-aurora-void__aurora" }),
37
- /* @__PURE__ */ jsx("div", { className: "ds-aurora-void__vignette" }),
38
- children && /* @__PURE__ */ jsx(
39
- "div",
40
- {
41
- style: { position: "relative", zIndex: 1 },
42
- "aria-hidden": void 0,
43
- children
44
- }
45
- )
36
+ /* @__PURE__ */ jsx("div", { className: "ds-aurora-void__aurora", "aria-hidden": "true" }),
37
+ /* @__PURE__ */ jsx("div", { className: "ds-aurora-void__vignette", "aria-hidden": "true" }),
38
+ children && /* @__PURE__ */ jsx("div", { style: { position: "relative", zIndex: 1 }, children })
46
39
  ]
47
40
  }
48
41
  );
@@ -1743,7 +1736,145 @@ var HeroComposition = forwardRef(
1743
1736
  }
1744
1737
  );
1745
1738
  HeroComposition.displayName = "HeroComposition";
1739
+ var MarketingHero = forwardRef(
1740
+ ({
1741
+ eyebrow,
1742
+ title,
1743
+ subtitle,
1744
+ primaryCta,
1745
+ secondaryCta,
1746
+ media,
1747
+ children,
1748
+ variant = "center",
1749
+ withGrid = false,
1750
+ withGlow = true,
1751
+ abVariant,
1752
+ analyticsContext,
1753
+ className,
1754
+ ...rest
1755
+ }, ref) => {
1756
+ const hasActions = Boolean(primaryCta || secondaryCta);
1757
+ const hasAside = Boolean(media);
1758
+ return /* @__PURE__ */ jsxs(
1759
+ "section",
1760
+ {
1761
+ ref,
1762
+ className: clsx17(
1763
+ "ds-marketing-hero",
1764
+ `ds-marketing-hero--${variant}`,
1765
+ withGlow && "ds-marketing-hero--with-glow",
1766
+ withGrid && "ds-marketing-hero--with-grid",
1767
+ hasAside && "ds-marketing-hero--with-media",
1768
+ className
1769
+ ),
1770
+ "data-ab-variant": abVariant,
1771
+ "data-analytics-context": analyticsContext,
1772
+ ...rest,
1773
+ children: [
1774
+ withGlow && /* @__PURE__ */ jsx(
1775
+ AuroraVoid,
1776
+ {
1777
+ intensity: variant === "premium-split" ? "heavy" : "base",
1778
+ animated: true,
1779
+ className: "ds-marketing-hero__aurora"
1780
+ }
1781
+ ),
1782
+ /* @__PURE__ */ jsx(Vignette, { intensity: "base", className: "ds-marketing-hero__vignette" }),
1783
+ withGrid && /* @__PURE__ */ jsx(
1784
+ GridOverlay,
1785
+ {
1786
+ cell: "64",
1787
+ mask: true,
1788
+ className: "ds-marketing-hero__grid"
1789
+ }
1790
+ ),
1791
+ /* @__PURE__ */ jsxs("div", { className: "ds-marketing-hero__inner", children: [
1792
+ /* @__PURE__ */ jsxs("div", { className: "ds-marketing-hero__content", children: [
1793
+ /* @__PURE__ */ jsx("h1", { className: "ds-marketing-hero__eyebrow", children: eyebrow }),
1794
+ /* @__PURE__ */ jsx("p", { className: "ds-marketing-hero__title", children: title }),
1795
+ subtitle && /* @__PURE__ */ jsx("p", { className: "ds-marketing-hero__subtitle", children: subtitle }),
1796
+ hasActions && /* @__PURE__ */ jsxs("div", { className: "ds-marketing-hero__actions", children: [
1797
+ primaryCta,
1798
+ secondaryCta
1799
+ ] }),
1800
+ children && /* @__PURE__ */ jsx("div", { className: "ds-marketing-hero__body", children })
1801
+ ] }),
1802
+ media && /* @__PURE__ */ jsx("div", { className: "ds-marketing-hero__media", children: media })
1803
+ ] })
1804
+ ]
1805
+ }
1806
+ );
1807
+ }
1808
+ );
1809
+ MarketingHero.displayName = "MarketingHero";
1810
+ var MarketingSection = forwardRef(
1811
+ ({
1812
+ eyebrow,
1813
+ title,
1814
+ titleHighlight,
1815
+ subtitle,
1816
+ children,
1817
+ background = "whisper",
1818
+ align = "center",
1819
+ withGlow = true,
1820
+ withGrid = false,
1821
+ analyticsContext,
1822
+ className,
1823
+ ...props
1824
+ }, ref) => {
1825
+ const hasHeader = Boolean(eyebrow || title || titleHighlight || subtitle);
1826
+ return /* @__PURE__ */ jsxs(
1827
+ "section",
1828
+ {
1829
+ ref,
1830
+ className: clsx17(
1831
+ "ds-marketing-section",
1832
+ `ds-marketing-section--background-${background}`,
1833
+ `ds-marketing-section--align-${align}`,
1834
+ withGlow && "ds-marketing-section--with-glow",
1835
+ withGrid && "ds-marketing-section--with-grid",
1836
+ className
1837
+ ),
1838
+ "data-analytics-context": analyticsContext,
1839
+ ...props,
1840
+ children: [
1841
+ /* @__PURE__ */ jsxs("div", { className: "ds-marketing-section__background", "aria-hidden": "true", children: [
1842
+ withGlow && /* @__PURE__ */ jsx(
1843
+ AuroraVoid,
1844
+ {
1845
+ className: "ds-marketing-section__aurora",
1846
+ intensity: "light",
1847
+ static: true
1848
+ }
1849
+ ),
1850
+ withGrid && /* @__PURE__ */ jsx(
1851
+ GridOverlay,
1852
+ {
1853
+ className: "ds-marketing-section__grid",
1854
+ cell: "64",
1855
+ mask: true
1856
+ }
1857
+ ),
1858
+ /* @__PURE__ */ jsx(Vignette, { className: "ds-marketing-section__vignette", intensity: "light" })
1859
+ ] }),
1860
+ /* @__PURE__ */ jsxs("div", { className: "ds-marketing-section__inner", children: [
1861
+ hasHeader && /* @__PURE__ */ jsxs("header", { className: "ds-marketing-section__header", children: [
1862
+ eyebrow && /* @__PURE__ */ jsx("p", { className: "ds-marketing-section__eyebrow", children: eyebrow }),
1863
+ (title || titleHighlight) && /* @__PURE__ */ jsxs("h2", { className: "ds-marketing-section__title", children: [
1864
+ title && /* @__PURE__ */ jsx("span", { className: "ds-marketing-section__title-line", children: title }),
1865
+ titleHighlight && /* @__PURE__ */ jsx("span", { className: "ds-marketing-section__title-line ds-marketing-section__title-line--highlight", children: titleHighlight })
1866
+ ] }),
1867
+ subtitle && /* @__PURE__ */ jsx("p", { className: "ds-marketing-section__subtitle", children: subtitle })
1868
+ ] }),
1869
+ children && /* @__PURE__ */ jsx("div", { className: "ds-marketing-section__content", children })
1870
+ ] })
1871
+ ]
1872
+ }
1873
+ );
1874
+ }
1875
+ );
1876
+ MarketingSection.displayName = "MarketingSection";
1746
1877
 
1747
- export { ArchitectureDiagram, AuroraVoid, BeforeAfterBlock, BookingEmbed, CaseStudyCard, ComparisonTable, CompetitorDiff, ComplianceGrid, EcosystemDiagram, EnterpriseSignaling, EvolutionTimeline, GridOverlay, GuaranteeHighlight, HeroComposition, ICPFilter, IntelligenceBlock, IntentCTA, KPIPanel, ObjectionFAQ, PartnerValueProp, PricingCard, ProblemAgitation, ROICalculator, SegmentSwitch, StickyActionBar, ValueAnchor, Vignette };
1878
+ export { ArchitectureDiagram, AuroraVoid, BeforeAfterBlock, BookingEmbed, CaseStudyCard, ComparisonTable, CompetitorDiff, ComplianceGrid, EcosystemDiagram, EnterpriseSignaling, EvolutionTimeline, GridOverlay, GuaranteeHighlight, HeroComposition, ICPFilter, IntelligenceBlock, IntentCTA, KPIPanel, MarketingHero, MarketingSection, ObjectionFAQ, PartnerValueProp, PricingCard, ProblemAgitation, ROICalculator, SegmentSwitch, StickyActionBar, ValueAnchor, Vignette };
1748
1879
  //# sourceMappingURL=out.js.map
1749
- //# sourceMappingURL=chunk-HHQ6J7B6.js.map
1880
+ //# sourceMappingURL=chunk-REEHJV7M.js.map