@salesmind-ai/design-system 0.2.0 → 0.3.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 (123) hide show
  1. package/dist/AppearancePanel-UT57J69V.d.cts +51 -0
  2. package/dist/AppearancePanel-UT57J69V.d.ts +51 -0
  3. package/dist/AppearanceProvider-C36a8-eb.d.cts +45 -0
  4. package/dist/AppearanceProvider-C36a8-eb.d.ts +45 -0
  5. package/dist/Breadcrumb-RX-B_gDV.d.cts +44 -0
  6. package/dist/Breadcrumb-RX-B_gDV.d.ts +44 -0
  7. package/dist/ExportMenu-A2TLFiVv.d.cts +311 -0
  8. package/dist/ExportMenu-C8qck5AT.d.ts +311 -0
  9. package/dist/SectionShell-BfBw5q0Y.d.cts +18 -0
  10. package/dist/SectionShell-BfBw5q0Y.d.ts +18 -0
  11. package/dist/Select-BdZmK0Lt.d.cts +66 -0
  12. package/dist/Select-BdZmK0Lt.d.ts +66 -0
  13. package/dist/admin/index.cjs +2941 -0
  14. package/dist/admin/index.cjs.map +1 -0
  15. package/dist/admin/index.css +4145 -0
  16. package/dist/admin/index.css.map +1 -0
  17. package/dist/admin/index.d.cts +491 -0
  18. package/dist/admin/index.d.ts +491 -0
  19. package/dist/admin/index.js +2918 -0
  20. package/dist/admin/index.js.map +1 -0
  21. package/dist/{audit-CiyPkxk1.d.cts → audit-BS2fn7M4.d.ts} +2 -51
  22. package/dist/{audit-CiyPkxk1.d.ts → audit-DwCmg32J.d.cts} +2 -51
  23. package/dist/blog/index.cjs +1074 -0
  24. package/dist/blog/index.cjs.map +1 -0
  25. package/dist/blog/index.css +1422 -0
  26. package/dist/blog/index.css.map +1 -0
  27. package/dist/blog/index.d.cts +233 -0
  28. package/dist/blog/index.d.ts +233 -0
  29. package/dist/blog/index.js +1056 -0
  30. package/dist/blog/index.js.map +1 -0
  31. package/dist/chart-types-BGVVO-zl.d.cts +208 -0
  32. package/dist/chart-types-BGVVO-zl.d.ts +208 -0
  33. package/dist/charts/index.cjs +2698 -0
  34. package/dist/charts/index.cjs.map +1 -0
  35. package/dist/charts/index.css +1167 -0
  36. package/dist/charts/index.css.map +1 -0
  37. package/dist/charts/index.d.cts +453 -0
  38. package/dist/charts/index.d.ts +453 -0
  39. package/dist/charts/index.js +2682 -0
  40. package/dist/charts/index.js.map +1 -0
  41. package/dist/core/index.cjs +526 -395
  42. package/dist/core/index.cjs.map +1 -1
  43. package/dist/core/index.css +297 -2
  44. package/dist/core/index.css.map +1 -1
  45. package/dist/core/index.d.cts +7 -982
  46. package/dist/core/index.d.ts +7 -982
  47. package/dist/core/index.js +476 -351
  48. package/dist/core/index.js.map +1 -1
  49. package/dist/i18n/index.cjs +585 -0
  50. package/dist/i18n/index.cjs.map +1 -0
  51. package/dist/i18n/index.d.cts +855 -0
  52. package/dist/i18n/index.d.ts +855 -0
  53. package/dist/i18n/index.js +547 -0
  54. package/dist/i18n/index.js.map +1 -0
  55. package/dist/index.css +16 -6
  56. package/dist/index.css.map +1 -1
  57. package/dist/index.d.cts +22 -1290
  58. package/dist/index.d.ts +22 -1290
  59. package/dist/marketing/index.cjs +2144 -3023
  60. package/dist/marketing/index.cjs.map +1 -1
  61. package/dist/marketing/index.css +3729 -4824
  62. package/dist/marketing/index.css.map +1 -1
  63. package/dist/marketing/index.d.cts +1351 -4
  64. package/dist/marketing/index.d.ts +1351 -4
  65. package/dist/marketing/index.js +2190 -3054
  66. package/dist/marketing/index.js.map +1 -1
  67. package/dist/motion/index.cjs +1230 -0
  68. package/dist/motion/index.cjs.map +1 -0
  69. package/dist/motion/index.css +699 -0
  70. package/dist/motion/index.css.map +1 -0
  71. package/dist/motion/index.d.cts +68 -0
  72. package/dist/motion/index.d.ts +68 -0
  73. package/dist/motion/index.js +1218 -0
  74. package/dist/motion/index.js.map +1 -0
  75. package/dist/nav/index.cjs +1533 -0
  76. package/dist/nav/index.cjs.map +1 -0
  77. package/dist/nav/index.css +1984 -0
  78. package/dist/nav/index.css.map +1 -0
  79. package/dist/nav/index.d.cts +279 -0
  80. package/dist/nav/index.d.ts +279 -0
  81. package/dist/nav/index.js +1501 -0
  82. package/dist/nav/index.js.map +1 -0
  83. package/dist/report/index.cjs +26 -1649
  84. package/dist/report/index.cjs.map +1 -1
  85. package/dist/report/index.css +6 -968
  86. package/dist/report/index.css.map +1 -1
  87. package/dist/report/index.d.cts +4 -2
  88. package/dist/report/index.d.ts +4 -2
  89. package/dist/report/index.js +27 -1640
  90. package/dist/report/index.js.map +1 -1
  91. package/dist/sections/index.cjs +385 -0
  92. package/dist/sections/index.cjs.map +1 -0
  93. package/dist/sections/index.css +818 -0
  94. package/dist/sections/index.css.map +1 -0
  95. package/dist/sections/index.d.cts +69 -0
  96. package/dist/sections/index.d.ts +69 -0
  97. package/dist/sections/index.js +374 -0
  98. package/dist/sections/index.js.map +1 -0
  99. package/dist/social-proof/index.cjs +1254 -0
  100. package/dist/social-proof/index.cjs.map +1 -0
  101. package/dist/social-proof/index.css +1416 -0
  102. package/dist/social-proof/index.css.map +1 -0
  103. package/dist/social-proof/index.d.cts +258 -0
  104. package/dist/social-proof/index.d.ts +258 -0
  105. package/dist/social-proof/index.js +1237 -0
  106. package/dist/social-proof/index.js.map +1 -0
  107. package/dist/theme/index.cjs +573 -0
  108. package/dist/theme/index.cjs.map +1 -0
  109. package/dist/theme/index.css +464 -0
  110. package/dist/theme/index.css.map +1 -0
  111. package/dist/theme/index.d.cts +48 -0
  112. package/dist/theme/index.d.ts +48 -0
  113. package/dist/theme/index.js +558 -0
  114. package/dist/theme/index.js.map +1 -0
  115. package/dist/types-DAlgDGzw.d.cts +52 -0
  116. package/dist/types-DAlgDGzw.d.ts +52 -0
  117. package/dist/web/index.d.cts +3 -2
  118. package/dist/web/index.d.ts +3 -2
  119. package/package.json +68 -9
  120. package/dist/ExportMenu-hEe5MhLq.d.cts +0 -1027
  121. package/dist/ExportMenu-hEe5MhLq.d.ts +0 -1027
  122. package/dist/index-B64suAAc.d.cts +0 -1498
  123. package/dist/index-B64suAAc.d.ts +0 -1498
@@ -1,53 +1,4 @@
1
- type UtmSource = 'linkedin' | 'whatsapp' | 'intercom' | 'email' | 'website' | 'app' | 'chromeStore' | 'stripe' | 'direct';
2
- type UtmMediumMessaging = 'dm' | 'group' | 'email' | 'inAppChat' | 'organicPost' | 'paidAd' | 'qrCode' | 'redirect' | 'storeListing';
3
- type UtmMediumAppPage = 'appHome' | 'appDashboard' | 'appInbox' | 'appContacts' | 'appCampaigns' | 'appSettings' | 'appBilling' | 'appCheckout' | 'appOnboarding' | 'appSupport' | 'appCalendar';
4
- type UtmMediumWebPage = 'webHome' | 'webDemo' | 'webPricing' | 'webFeatures' | 'webUseCase' | 'webSolution' | 'webIndustry' | 'webIntegrations' | 'webBlog' | 'webBlogPost' | 'webLanding' | 'webComparison' | 'webCaseStudy' | 'webAbout' | 'webContact' | 'webCareers' | 'webLegal' | 'webDocs' | 'webAffiliate';
5
- type UtmMedium = UtmMediumMessaging | UtmMediumAppPage | UtmMediumWebPage;
6
- type UtmCampaign = 'discoveryCall' | 'demo' | 'trial' | 'onboarding' | 'upgrade' | 'renewal' | 'retention' | 'accountSupport' | 'supportCall' | 'partnerCall' | 'hiring' | 'interviewCall';
7
- type UtmTerm = 'julienGadea' | 'bramSmith' | 'florentDupont' | 'sawLin' | 'evaSupport' | 'team' | 'auto';
8
- type UtmContent = 'ctaPrimary' | 'ctaSecondary' | 'ctaHeader' | 'ctaFooter' | 'ctaInline' | 'buttonPrimary' | 'buttonSecondary' | 'banner' | 'popup' | 'variantA' | 'variantB' | 'variantC';
9
- /** Core UTM parameter set. source + medium + campaign are always required. */
10
- interface UtmParams {
11
- source: UtmSource;
12
- medium: UtmMedium;
13
- campaign: UtmCampaign;
14
- term?: UtmTerm;
15
- content?: UtmContent;
16
- }
17
- /** Partial overrides for UTM params (used when merging context). */
18
- type UtmOverrides = Partial<UtmParams>;
19
- /** Sources that require seller attribution (utm_term) for outbound manual sharing. */
20
- type UtmSourceRequiringSeller = 'linkedin' | 'whatsapp' | 'intercom' | 'email';
21
- /** CRM first-touch fields. Once set, these must never be overwritten. */
22
- interface FirstTouchAttribution {
23
- firstTouchSource: UtmSource;
24
- firstTouchMedium: UtmMedium;
25
- firstTouchCampaign: UtmCampaign;
26
- firstTouchSeller: UtmTerm | null;
27
- }
28
- type UrlClassification = 'internal' | 'external' | 'system' | 'asset' | 'protocol' | 'conversion';
29
- type UtmConfidence = 'valid' | 'corrected' | 'blocked';
30
- type UtmComplianceStatus = 'compliant' | 'corrected' | 'blocked';
31
- interface UtmAuditEntry {
32
- url: string;
33
- utmString: string;
34
- generatorContext: string;
35
- sellerAttribution: string | null;
36
- timestamp: string;
37
- confidence: UtmConfidence;
38
- }
39
- interface UtmComplianceResult {
40
- status: UtmComplianceStatus;
41
- url: string;
42
- params: Partial<UtmParams> | null;
43
- errors: string[];
44
- }
45
- interface UtmBlockedError {
46
- status: 'UTM_COMPLIANCE_BLOCKED';
47
- reason: string;
48
- requiredFix: string;
49
- correctedExample: string | null;
50
- }
1
+ import { c as UtmCampaign, g as UtmContent, h as UtmMedium, i as UtmMediumAppPage, j as UtmMediumMessaging, k as UtmMediumWebPage, n as UtmSource, o as UtmSourceRequiringSeller, p as UtmTerm, m as UtmParams, b as UtmBlockedError, d as UtmComplianceResult, U as UrlClassification, F as FirstTouchAttribution, f as UtmConfidence, a as UtmAuditEntry } from './types-DAlgDGzw.js';
51
2
 
52
3
  declare const UTM_SOURCES: readonly UtmSource[];
53
4
  declare const UTM_MEDIUMS_MESSAGING: readonly UtmMediumMessaging[];
@@ -191,4 +142,4 @@ declare function requiresSellerAttribution(source: UtmSource): boolean;
191
142
  */
192
143
  declare function createAuditEntry(url: string, params: Partial<UtmParams> | null, generatorContext: string, confidence: UtmConfidence): UtmAuditEntry;
193
144
 
194
- export { buildUtmUrl as A, classifyAndEnforce as B, classifyUrl as C, createAuditEntry as D, isUtmExempt as E, type FirstTouchAttribution as F, isValidUtmParams as G, parseUtmParams as H, requiresSellerAttribution as I, requiresUtm as J, toFirstTouchAttribution as K, validateCompliance as L, validateUtmField as M, type UtmParams as U, UTM_CAMPAIGNS as a, UTM_CONTENTS as b, UTM_MEDIUMS_ALL as c, UTM_MEDIUMS_APP as d, UTM_MEDIUMS_MESSAGING as e, UTM_MEDIUMS_WEB as f, UTM_SOURCES as g, UTM_SOURCES_REQUIRING_SELLER as h, UTM_TERMS as i, type UrlClassification as j, type UtmAuditEntry as k, type UtmBlockedError as l, type UtmCampaign as m, type UtmComplianceResult as n, type UtmComplianceStatus as o, type UtmConfidence as p, type UtmContent as q, type UtmMedium as r, type UtmMediumAppPage as s, type UtmMediumMessaging as t, type UtmMediumWebPage as u, type UtmOverrides as v, type UtmSource as w, type UtmSourceRequiringSeller as x, type UtmTerm as y, buildBlockedError as z };
145
+ export { UTM_CAMPAIGNS as U, UTM_CONTENTS as a, UTM_MEDIUMS_ALL as b, UTM_MEDIUMS_APP as c, UTM_MEDIUMS_MESSAGING as d, UTM_MEDIUMS_WEB as e, UTM_SOURCES as f, UTM_SOURCES_REQUIRING_SELLER as g, UTM_TERMS as h, buildBlockedError as i, buildUtmUrl as j, classifyAndEnforce as k, classifyUrl as l, createAuditEntry as m, isUtmExempt as n, isValidUtmParams as o, parseUtmParams as p, requiresUtm as q, requiresSellerAttribution as r, validateUtmField as s, toFirstTouchAttribution as t, validateCompliance as v };
@@ -1,53 +1,4 @@
1
- type UtmSource = 'linkedin' | 'whatsapp' | 'intercom' | 'email' | 'website' | 'app' | 'chromeStore' | 'stripe' | 'direct';
2
- type UtmMediumMessaging = 'dm' | 'group' | 'email' | 'inAppChat' | 'organicPost' | 'paidAd' | 'qrCode' | 'redirect' | 'storeListing';
3
- type UtmMediumAppPage = 'appHome' | 'appDashboard' | 'appInbox' | 'appContacts' | 'appCampaigns' | 'appSettings' | 'appBilling' | 'appCheckout' | 'appOnboarding' | 'appSupport' | 'appCalendar';
4
- type UtmMediumWebPage = 'webHome' | 'webDemo' | 'webPricing' | 'webFeatures' | 'webUseCase' | 'webSolution' | 'webIndustry' | 'webIntegrations' | 'webBlog' | 'webBlogPost' | 'webLanding' | 'webComparison' | 'webCaseStudy' | 'webAbout' | 'webContact' | 'webCareers' | 'webLegal' | 'webDocs' | 'webAffiliate';
5
- type UtmMedium = UtmMediumMessaging | UtmMediumAppPage | UtmMediumWebPage;
6
- type UtmCampaign = 'discoveryCall' | 'demo' | 'trial' | 'onboarding' | 'upgrade' | 'renewal' | 'retention' | 'accountSupport' | 'supportCall' | 'partnerCall' | 'hiring' | 'interviewCall';
7
- type UtmTerm = 'julienGadea' | 'bramSmith' | 'florentDupont' | 'sawLin' | 'evaSupport' | 'team' | 'auto';
8
- type UtmContent = 'ctaPrimary' | 'ctaSecondary' | 'ctaHeader' | 'ctaFooter' | 'ctaInline' | 'buttonPrimary' | 'buttonSecondary' | 'banner' | 'popup' | 'variantA' | 'variantB' | 'variantC';
9
- /** Core UTM parameter set. source + medium + campaign are always required. */
10
- interface UtmParams {
11
- source: UtmSource;
12
- medium: UtmMedium;
13
- campaign: UtmCampaign;
14
- term?: UtmTerm;
15
- content?: UtmContent;
16
- }
17
- /** Partial overrides for UTM params (used when merging context). */
18
- type UtmOverrides = Partial<UtmParams>;
19
- /** Sources that require seller attribution (utm_term) for outbound manual sharing. */
20
- type UtmSourceRequiringSeller = 'linkedin' | 'whatsapp' | 'intercom' | 'email';
21
- /** CRM first-touch fields. Once set, these must never be overwritten. */
22
- interface FirstTouchAttribution {
23
- firstTouchSource: UtmSource;
24
- firstTouchMedium: UtmMedium;
25
- firstTouchCampaign: UtmCampaign;
26
- firstTouchSeller: UtmTerm | null;
27
- }
28
- type UrlClassification = 'internal' | 'external' | 'system' | 'asset' | 'protocol' | 'conversion';
29
- type UtmConfidence = 'valid' | 'corrected' | 'blocked';
30
- type UtmComplianceStatus = 'compliant' | 'corrected' | 'blocked';
31
- interface UtmAuditEntry {
32
- url: string;
33
- utmString: string;
34
- generatorContext: string;
35
- sellerAttribution: string | null;
36
- timestamp: string;
37
- confidence: UtmConfidence;
38
- }
39
- interface UtmComplianceResult {
40
- status: UtmComplianceStatus;
41
- url: string;
42
- params: Partial<UtmParams> | null;
43
- errors: string[];
44
- }
45
- interface UtmBlockedError {
46
- status: 'UTM_COMPLIANCE_BLOCKED';
47
- reason: string;
48
- requiredFix: string;
49
- correctedExample: string | null;
50
- }
1
+ import { c as UtmCampaign, g as UtmContent, h as UtmMedium, i as UtmMediumAppPage, j as UtmMediumMessaging, k as UtmMediumWebPage, n as UtmSource, o as UtmSourceRequiringSeller, p as UtmTerm, m as UtmParams, b as UtmBlockedError, d as UtmComplianceResult, U as UrlClassification, F as FirstTouchAttribution, f as UtmConfidence, a as UtmAuditEntry } from './types-DAlgDGzw.cjs';
51
2
 
52
3
  declare const UTM_SOURCES: readonly UtmSource[];
53
4
  declare const UTM_MEDIUMS_MESSAGING: readonly UtmMediumMessaging[];
@@ -191,4 +142,4 @@ declare function requiresSellerAttribution(source: UtmSource): boolean;
191
142
  */
192
143
  declare function createAuditEntry(url: string, params: Partial<UtmParams> | null, generatorContext: string, confidence: UtmConfidence): UtmAuditEntry;
193
144
 
194
- export { buildUtmUrl as A, classifyAndEnforce as B, classifyUrl as C, createAuditEntry as D, isUtmExempt as E, type FirstTouchAttribution as F, isValidUtmParams as G, parseUtmParams as H, requiresSellerAttribution as I, requiresUtm as J, toFirstTouchAttribution as K, validateCompliance as L, validateUtmField as M, type UtmParams as U, UTM_CAMPAIGNS as a, UTM_CONTENTS as b, UTM_MEDIUMS_ALL as c, UTM_MEDIUMS_APP as d, UTM_MEDIUMS_MESSAGING as e, UTM_MEDIUMS_WEB as f, UTM_SOURCES as g, UTM_SOURCES_REQUIRING_SELLER as h, UTM_TERMS as i, type UrlClassification as j, type UtmAuditEntry as k, type UtmBlockedError as l, type UtmCampaign as m, type UtmComplianceResult as n, type UtmComplianceStatus as o, type UtmConfidence as p, type UtmContent as q, type UtmMedium as r, type UtmMediumAppPage as s, type UtmMediumMessaging as t, type UtmMediumWebPage as u, type UtmOverrides as v, type UtmSource as w, type UtmSourceRequiringSeller as x, type UtmTerm as y, buildBlockedError as z };
145
+ export { UTM_CAMPAIGNS as U, UTM_CONTENTS as a, UTM_MEDIUMS_ALL as b, UTM_MEDIUMS_APP as c, UTM_MEDIUMS_MESSAGING as d, UTM_MEDIUMS_WEB as e, UTM_SOURCES as f, UTM_SOURCES_REQUIRING_SELLER as g, UTM_TERMS as h, buildBlockedError as i, buildUtmUrl as j, classifyAndEnforce as k, classifyUrl as l, createAuditEntry as m, isUtmExempt as n, isValidUtmParams as o, parseUtmParams as p, requiresUtm as q, requiresSellerAttribution as r, validateUtmField as s, toFirstTouchAttribution as t, validateCompliance as v };