@npm_leadtech/legal-contracts-ui 0.11.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.
Files changed (356) hide show
  1. package/README.md +73 -0
  2. package/dist/AboutUsTemplate.d.ts +136 -0
  3. package/dist/AllDocumentsTemplate.d.ts +78 -0
  4. package/dist/ArticlesSection.d.ts +37 -0
  5. package/dist/AsideNavMenu.d.ts +12 -0
  6. package/dist/BenefitsBar.d.ts +13 -0
  7. package/dist/CategoriesSection.d.ts +37 -0
  8. package/dist/ContactBanner.d.ts +12 -0
  9. package/dist/ContactUsSection.d.ts +22 -0
  10. package/dist/ContentItem.d.ts +5 -0
  11. package/dist/CtaSection.d.ts +26 -0
  12. package/dist/DocumentCard.d.ts +12 -0
  13. package/dist/DocumentCategories.d.ts +15 -0
  14. package/dist/DocumentSection.d.ts +21 -0
  15. package/dist/ExpertsSection.d.ts +21 -0
  16. package/dist/FaqItem.d.ts +11 -0
  17. package/dist/FaqSection.d.ts +19 -0
  18. package/dist/FaqTeaserSection.d.ts +35 -0
  19. package/dist/FaqsTemplate.d.ts +38 -0
  20. package/dist/Footer.d.ts +27 -0
  21. package/dist/FooterNav.d.ts +11 -0
  22. package/dist/GuidelinesSection.d.ts +41 -0
  23. package/dist/Header.d.ts +69 -0
  24. package/dist/HeroSection.d.ts +38 -0
  25. package/dist/HomeTemplate.d.ts +120 -0
  26. package/dist/IntroSection.d.ts +26 -0
  27. package/dist/JumboCard.d.ts +13 -0
  28. package/dist/Jumbotron.d.ts +12 -0
  29. package/dist/Jumbotron2.d.ts +11 -0
  30. package/dist/Jumbotron3.d.ts +9 -0
  31. package/dist/LanguageSelector.d.ts +22 -0
  32. package/dist/LegalSection.d.ts +10 -0
  33. package/dist/LegalesTemplate.d.ts +19 -0
  34. package/dist/MarkdownSection.d.ts +17 -0
  35. package/dist/MissionSection.d.ts +12 -0
  36. package/dist/MoreTemplatesSection.d.ts +26 -0
  37. package/dist/NavMenu.d.ts +20 -0
  38. package/dist/PartnersSection.d.ts +21 -0
  39. package/dist/PersonalIcon.d.ts +5 -0
  40. package/dist/PhoneTalkIcon.d.ts +6 -0
  41. package/dist/Preform.d.ts +37 -0
  42. package/dist/PreformOption.d.ts +12 -0
  43. package/dist/PreviewDownload.d.ts +29 -0
  44. package/dist/PreviewSection.d.ts +26 -0
  45. package/dist/PrivateIcon.d.ts +5 -0
  46. package/dist/ProcessSection.d.ts +22 -0
  47. package/dist/ProductInfo.d.ts +12 -0
  48. package/dist/ProductTemplate.d.ts +119 -0
  49. package/dist/RatafiaSection.d.ts +30 -0
  50. package/dist/RealStateIcon.d.ts +5 -0
  51. package/dist/SaveIcon.d.ts +5 -0
  52. package/dist/SearchBar.d.ts +5 -0
  53. package/dist/SearchIcon.d.ts +5 -0
  54. package/dist/SectionHeading.d.ts +11 -0
  55. package/dist/StarsIcon.d.ts +5 -0
  56. package/dist/Storyline.d.ts +16 -0
  57. package/dist/TableOfContents.d.ts +13 -0
  58. package/dist/TikTokIcon.d.ts +5 -0
  59. package/dist/TrustSection.d.ts +35 -0
  60. package/dist/TrustedBadge.d.ts +10 -0
  61. package/dist/TrustedIcon.d.ts +5 -0
  62. package/dist/TrustpilotSection.d.ts +17 -0
  63. package/dist/TryNowSection.d.ts +26 -0
  64. package/dist/TwoColumnSection.d.ts +13 -0
  65. package/dist/UnsubscribeSection.d.ts +10 -0
  66. package/dist/UnsubscribeTemplate.d.ts +19 -0
  67. package/dist/UsFlagIcon.d.ts +5 -0
  68. package/dist/ValuesSection.d.ts +12 -0
  69. package/dist/VerifiedIcon.d.ts +5 -0
  70. package/dist/WeHelpSection.d.ts +27 -0
  71. package/dist/components/AboutUsTemplate.d.ts +2 -0
  72. package/dist/components/AboutUsTemplate.js +43 -0
  73. package/dist/components/AllDocumentsTemplate.d.ts +2 -0
  74. package/dist/components/AllDocumentsTemplate.js +30 -0
  75. package/dist/components/ArticlesSection.d.ts +2 -0
  76. package/dist/components/ArticlesSection.js +19 -0
  77. package/dist/components/AsideNavMenu.d.ts +2 -0
  78. package/dist/components/AsideNavMenu.js +17 -0
  79. package/dist/components/Badge.d.ts +2 -0
  80. package/dist/components/Badge.js +12 -0
  81. package/dist/components/BenefitsBar.d.ts +2 -0
  82. package/dist/components/BenefitsBar.js +12 -0
  83. package/dist/components/Breadcrumb.d.ts +2 -0
  84. package/dist/components/Breadcrumb.js +13 -0
  85. package/dist/components/BusinessIcon.d.ts +2 -0
  86. package/dist/components/BusinessIcon.js +14 -0
  87. package/dist/components/Button.d.ts +2 -0
  88. package/dist/components/Button.js +114 -0
  89. package/dist/components/CategoriesSection.d.ts +2 -0
  90. package/dist/components/CategoriesSection.js +19 -0
  91. package/dist/components/ChevronDownIcon.d.ts +2 -0
  92. package/dist/components/ChevronDownIcon.js +12 -0
  93. package/dist/components/ChevronRightIcon.d.ts +2 -0
  94. package/dist/components/ChevronRightIcon.js +27 -0
  95. package/dist/components/CloseIcon.d.ts +2 -0
  96. package/dist/components/CloseIcon.js +14 -0
  97. package/dist/components/CommunicationIcon.d.ts +2 -0
  98. package/dist/components/CommunicationIcon.js +14 -0
  99. package/dist/components/ContactBanner.d.ts +2 -0
  100. package/dist/components/ContactBanner.js +16 -0
  101. package/dist/components/ContactUsSection.d.ts +2 -0
  102. package/dist/components/ContactUsSection.js +21 -0
  103. package/dist/components/ContentItem.d.ts +2 -0
  104. package/dist/components/ContentItem.js +15 -0
  105. package/dist/components/CtaSection.d.ts +2 -0
  106. package/dist/components/CtaSection.js +12 -0
  107. package/dist/components/DocEditFillIcon.d.ts +2 -0
  108. package/dist/components/DocEditFillIcon.js +12 -0
  109. package/dist/components/DocumentCard.d.ts +2 -0
  110. package/dist/components/DocumentCard.js +18 -0
  111. package/dist/components/DocumentCategories.d.ts +2 -0
  112. package/dist/components/DocumentCategories.js +28 -0
  113. package/dist/components/DocumentSection.d.ts +2 -0
  114. package/dist/components/DocumentSection.js +15 -0
  115. package/dist/components/DoneCircleIcon.d.ts +2 -0
  116. package/dist/components/DoneCircleIcon.js +44 -0
  117. package/dist/components/EmploymentIcon.d.ts +2 -0
  118. package/dist/components/EmploymentIcon.js +12 -0
  119. package/dist/components/EstatePlanningIcon.d.ts +2 -0
  120. package/dist/components/EstatePlanningIcon.js +14 -0
  121. package/dist/components/ExpertsSection.d.ts +2 -0
  122. package/dist/components/ExpertsSection.js +15 -0
  123. package/dist/components/FacebookIcon.d.ts +2 -0
  124. package/dist/components/FacebookIcon.js +15 -0
  125. package/dist/components/FamilyIcon.d.ts +2 -0
  126. package/dist/components/FamilyIcon.js +14 -0
  127. package/dist/components/FaqItem.d.ts +2 -0
  128. package/dist/components/FaqItem.js +23 -0
  129. package/dist/components/FaqSection.d.ts +2 -0
  130. package/dist/components/FaqSection.js +13 -0
  131. package/dist/components/FaqTeaserSection.d.ts +2 -0
  132. package/dist/components/FaqTeaserSection.js +21 -0
  133. package/dist/components/FaqsTemplate.d.ts +2 -0
  134. package/dist/components/FaqsTemplate.js +14 -0
  135. package/dist/components/FinanceIcon.d.ts +2 -0
  136. package/dist/components/FinanceIcon.js +14 -0
  137. package/dist/components/Footer.d.ts +2 -0
  138. package/dist/components/Footer.js +45 -0
  139. package/dist/components/FooterNav.d.ts +2 -0
  140. package/dist/components/FooterNav.js +9 -0
  141. package/dist/components/GuidelinesSection.d.ts +2 -0
  142. package/dist/components/GuidelinesSection.js +24 -0
  143. package/dist/components/HamburgerIcon.d.ts +2 -0
  144. package/dist/components/HamburgerIcon.js +14 -0
  145. package/dist/components/Header.d.ts +2 -0
  146. package/dist/components/Header.js +135 -0
  147. package/dist/components/HelpGuideIcon.d.ts +2 -0
  148. package/dist/components/HelpGuideIcon.js +14 -0
  149. package/dist/components/HeroSection.d.ts +2 -0
  150. package/dist/components/HeroSection.js +30 -0
  151. package/dist/components/HomeTemplate.d.ts +2 -0
  152. package/dist/components/HomeTemplate.js +32 -0
  153. package/dist/components/InfoIcon.d.ts +2 -0
  154. package/dist/components/InfoIcon.js +12 -0
  155. package/dist/components/InstagramIcon.d.ts +2 -0
  156. package/dist/components/InstagramIcon.js +33 -0
  157. package/dist/components/IntroSection.d.ts +2 -0
  158. package/dist/components/IntroSection.js +17 -0
  159. package/dist/components/Item.d.ts +2 -0
  160. package/dist/components/Item.js +16 -0
  161. package/dist/components/JumboCard.d.ts +2 -0
  162. package/dist/components/JumboCard.js +12 -0
  163. package/dist/components/Jumbotron.d.ts +2 -0
  164. package/dist/components/Jumbotron.js +12 -0
  165. package/dist/components/Jumbotron2.d.ts +2 -0
  166. package/dist/components/Jumbotron2.js +11 -0
  167. package/dist/components/Jumbotron3.d.ts +2 -0
  168. package/dist/components/Jumbotron3.js +5 -0
  169. package/dist/components/LanguageSelector.d.ts +2 -0
  170. package/dist/components/LanguageSelector.js +59 -0
  171. package/dist/components/LegalSection.d.ts +2 -0
  172. package/dist/components/LegalSection.js +5 -0
  173. package/dist/components/LegalesTemplate.d.ts +2 -0
  174. package/dist/components/LegalesTemplate.js +10 -0
  175. package/dist/components/LinkedinIcon.d.ts +2 -0
  176. package/dist/components/LinkedinIcon.js +21 -0
  177. package/dist/components/MailFillIcon.d.ts +2 -0
  178. package/dist/components/MailFillIcon.js +12 -0
  179. package/dist/components/MarkdownSection.d.ts +2 -0
  180. package/dist/components/MarkdownSection.js +9 -0
  181. package/dist/components/MissionSection.d.ts +2 -0
  182. package/dist/components/MissionSection.js +16 -0
  183. package/dist/components/MoreTemplatesSection.d.ts +2 -0
  184. package/dist/components/MoreTemplatesSection.js +42 -0
  185. package/dist/components/NavMenu.d.ts +2 -0
  186. package/dist/components/NavMenu.js +7 -0
  187. package/dist/components/NavMenuItem.d.ts +2 -0
  188. package/dist/components/NavMenuItem.js +60 -0
  189. package/dist/components/Note.d.ts +2 -0
  190. package/dist/components/Note.js +6 -0
  191. package/dist/components/PartnersSection.d.ts +2 -0
  192. package/dist/components/PartnersSection.js +10 -0
  193. package/dist/components/PersonalIcon.d.ts +2 -0
  194. package/dist/components/PersonalIcon.js +14 -0
  195. package/dist/components/PhoneTalkIcon.d.ts +2 -0
  196. package/dist/components/PhoneTalkIcon.js +12 -0
  197. package/dist/components/Preform.d.ts +2 -0
  198. package/dist/components/Preform.js +13 -0
  199. package/dist/components/PreformOption.d.ts +2 -0
  200. package/dist/components/PreformOption.js +15 -0
  201. package/dist/components/PreviewDownload.d.ts +2 -0
  202. package/dist/components/PreviewDownload.js +26 -0
  203. package/dist/components/PreviewSection.d.ts +2 -0
  204. package/dist/components/PreviewSection.js +11 -0
  205. package/dist/components/PrivateIcon.d.ts +2 -0
  206. package/dist/components/PrivateIcon.js +12 -0
  207. package/dist/components/ProcessSection.d.ts +2 -0
  208. package/dist/components/ProcessSection.js +26 -0
  209. package/dist/components/ProductInfo.d.ts +2 -0
  210. package/dist/components/ProductInfo.js +14 -0
  211. package/dist/components/ProductTemplate.d.ts +2 -0
  212. package/dist/components/ProductTemplate.js +45 -0
  213. package/dist/components/RatafiaSection.d.ts +2 -0
  214. package/dist/components/RatafiaSection.js +36 -0
  215. package/dist/components/RealStateIcon.d.ts +2 -0
  216. package/dist/components/RealStateIcon.js +12 -0
  217. package/dist/components/SaveIcon.d.ts +2 -0
  218. package/dist/components/SaveIcon.js +14 -0
  219. package/dist/components/SearchBar.d.ts +2 -0
  220. package/dist/components/SearchBar.js +7 -0
  221. package/dist/components/SearchIcon.d.ts +2 -0
  222. package/dist/components/SearchIcon.js +12 -0
  223. package/dist/components/SectionHeading.d.ts +2 -0
  224. package/dist/components/SectionHeading.js +9 -0
  225. package/dist/components/StarsIcon.d.ts +2 -0
  226. package/dist/components/StarsIcon.js +14 -0
  227. package/dist/components/Storyline.d.ts +2 -0
  228. package/dist/components/Storyline.js +20 -0
  229. package/dist/components/TableOfContents.d.ts +2 -0
  230. package/dist/components/TableOfContents.js +18 -0
  231. package/dist/components/TikTokIcon.d.ts +2 -0
  232. package/dist/components/TikTokIcon.js +23 -0
  233. package/dist/components/TrustSection.d.ts +2 -0
  234. package/dist/components/TrustSection.js +18 -0
  235. package/dist/components/TrustedBadge.d.ts +2 -0
  236. package/dist/components/TrustedBadge.js +11 -0
  237. package/dist/components/TrustedIcon.d.ts +2 -0
  238. package/dist/components/TrustedIcon.js +14 -0
  239. package/dist/components/TrustpilotSection.d.ts +2 -0
  240. package/dist/components/TrustpilotSection.js +10 -0
  241. package/dist/components/TryNowSection.d.ts +2 -0
  242. package/dist/components/TryNowSection.js +11 -0
  243. package/dist/components/TwoColumnSection.d.ts +2 -0
  244. package/dist/components/TwoColumnSection.js +19 -0
  245. package/dist/components/UnsubscribeSection.d.ts +2 -0
  246. package/dist/components/UnsubscribeSection.js +5 -0
  247. package/dist/components/UnsubscribeTemplate.d.ts +2 -0
  248. package/dist/components/UnsubscribeTemplate.js +10 -0
  249. package/dist/components/UsFlagIcon.d.ts +2 -0
  250. package/dist/components/UsFlagIcon.js +29 -0
  251. package/dist/components/ValuesSection.d.ts +2 -0
  252. package/dist/components/ValuesSection.js +16 -0
  253. package/dist/components/VerifiedIcon.d.ts +2 -0
  254. package/dist/components/VerifiedIcon.js +14 -0
  255. package/dist/components/WeHelpSection.d.ts +2 -0
  256. package/dist/components/WeHelpSection.js +18 -0
  257. package/dist/components/atoms/Badge.d.ts +6 -0
  258. package/dist/components/atoms/Breadcrumb.d.ts +9 -0
  259. package/dist/components/atoms/Button.d.ts +11 -0
  260. package/dist/components/atoms/Item.d.ts +10 -0
  261. package/dist/components/atoms/NavMenuItem.d.ts +11 -0
  262. package/dist/components/atoms/Note.d.ts +6 -0
  263. package/dist/components/atoms/index.d.ts +6 -0
  264. package/dist/components/icons/BusinessIcon.d.ts +2 -0
  265. package/dist/components/icons/ChevronDownIcon.d.ts +2 -0
  266. package/dist/components/icons/ChevronRightIcon.d.ts +2 -0
  267. package/dist/components/icons/CloseIcon.d.ts +2 -0
  268. package/dist/components/icons/CommunicationIcon.d.ts +2 -0
  269. package/dist/components/icons/DocEditFillIcon.d.ts +2 -0
  270. package/dist/components/icons/DoneCircleIcon.d.ts +2 -0
  271. package/dist/components/icons/EmploymentIcon.d.ts +2 -0
  272. package/dist/components/icons/EstatePlanningIcon.d.ts +2 -0
  273. package/dist/components/icons/FacebookIcon.d.ts +2 -0
  274. package/dist/components/icons/FamilyIcon.d.ts +2 -0
  275. package/dist/components/icons/FinanceIcon.d.ts +2 -0
  276. package/dist/components/icons/HamburgerIcon.d.ts +2 -0
  277. package/dist/components/icons/HelpGuideIcon.d.ts +2 -0
  278. package/dist/components/icons/InfoIcon.d.ts +2 -0
  279. package/dist/components/icons/InstagramIcon.d.ts +2 -0
  280. package/dist/components/icons/LinkedinIcon.d.ts +2 -0
  281. package/dist/components/icons/MailFillIcon.d.ts +2 -0
  282. package/dist/components/icons/PersonalIcon.d.ts +2 -0
  283. package/dist/components/icons/PhoneTalkIcon.d.ts +2 -0
  284. package/dist/components/icons/PrivateIcon.d.ts +2 -0
  285. package/dist/components/icons/RealStateIcon.d.ts +2 -0
  286. package/dist/components/icons/SaveIcon.d.ts +2 -0
  287. package/dist/components/icons/SearchIcon.d.ts +2 -0
  288. package/dist/components/icons/StarsIcon.d.ts +2 -0
  289. package/dist/components/icons/TikTokIcon.d.ts +2 -0
  290. package/dist/components/icons/TrustedIcon.d.ts +2 -0
  291. package/dist/components/icons/UsFlagIcon.d.ts +2 -0
  292. package/dist/components/icons/VerifiedIcon.d.ts +2 -0
  293. package/dist/components/icons/index.d.ts +29 -0
  294. package/dist/components/molecules/ContentItem.d.ts +2 -0
  295. package/dist/components/molecules/DocumentCard.d.ts +8 -0
  296. package/dist/components/molecules/FaqItem.d.ts +7 -0
  297. package/dist/components/molecules/FooterNav.d.ts +6 -0
  298. package/dist/components/molecules/LanguageSelector.d.ts +16 -0
  299. package/dist/components/molecules/NavMenu.d.ts +6 -0
  300. package/dist/components/molecules/PreformOption.d.ts +7 -0
  301. package/dist/components/molecules/PreviewDownload.d.ts +11 -0
  302. package/dist/components/molecules/SearchBar.d.ts +1 -0
  303. package/dist/components/molecules/SectionHeading.d.ts +7 -0
  304. package/dist/components/molecules/TableOfContents.d.ts +9 -0
  305. package/dist/components/molecules/TrustedBadge.d.ts +5 -0
  306. package/dist/components/molecules/TwoColumnSection.d.ts +8 -0
  307. package/dist/components/molecules/index.d.ts +13 -0
  308. package/dist/components/organisms/ArticlesSection.d.ts +14 -0
  309. package/dist/components/organisms/AsideNavMenu.d.ts +8 -0
  310. package/dist/components/organisms/BenefitsBar.d.ts +8 -0
  311. package/dist/components/organisms/CategoriesSection.d.ts +14 -0
  312. package/dist/components/organisms/ContactBanner.d.ts +8 -0
  313. package/dist/components/organisms/ContactUsSection.d.ts +12 -0
  314. package/dist/components/organisms/CtaSection.d.ts +8 -0
  315. package/dist/components/organisms/DocumentCategories.d.ts +10 -0
  316. package/dist/components/organisms/DocumentSection.d.ts +10 -0
  317. package/dist/components/organisms/ExpertsSection.d.ts +11 -0
  318. package/dist/components/organisms/FaqSection.d.ts +9 -0
  319. package/dist/components/organisms/FaqTeaserSection.d.ts +12 -0
  320. package/dist/components/organisms/Footer.d.ts +18 -0
  321. package/dist/components/organisms/GuidelinesSection.d.ts +18 -0
  322. package/dist/components/organisms/Header.d.ts +31 -0
  323. package/dist/components/organisms/HeroSection.d.ts +11 -0
  324. package/dist/components/organisms/IntroSection.d.ts +8 -0
  325. package/dist/components/organisms/JumboCard.d.ts +8 -0
  326. package/dist/components/organisms/Jumbotron.d.ts +7 -0
  327. package/dist/components/organisms/Jumbotron2.d.ts +7 -0
  328. package/dist/components/organisms/Jumbotron3.d.ts +5 -0
  329. package/dist/components/organisms/LegalSection.d.ts +5 -0
  330. package/dist/components/organisms/MarkdownSection.d.ts +7 -0
  331. package/dist/components/organisms/MissionSection.d.ts +7 -0
  332. package/dist/components/organisms/MoreTemplatesSection.d.ts +8 -0
  333. package/dist/components/organisms/PartnersSection.d.ts +11 -0
  334. package/dist/components/organisms/Preform.d.ts +10 -0
  335. package/dist/components/organisms/PreviewSection.d.ts +8 -0
  336. package/dist/components/organisms/ProcessSection.d.ts +12 -0
  337. package/dist/components/organisms/ProductInfo.d.ts +7 -0
  338. package/dist/components/organisms/RatafiaSection.d.ts +12 -0
  339. package/dist/components/organisms/Storyline.d.ts +11 -0
  340. package/dist/components/organisms/TrustSection.d.ts +12 -0
  341. package/dist/components/organisms/TrustpilotSection.d.ts +7 -0
  342. package/dist/components/organisms/TryNowSection.d.ts +8 -0
  343. package/dist/components/organisms/UnsubscribeSection.d.ts +5 -0
  344. package/dist/components/organisms/ValuesSection.d.ts +7 -0
  345. package/dist/components/organisms/WeHelpSection.d.ts +9 -0
  346. package/dist/components/organisms/index.d.ts +38 -0
  347. package/dist/components/templates/AboutUsTemplate.d.ts +17 -0
  348. package/dist/components/templates/AllDocumentsTemplate.d.ts +12 -0
  349. package/dist/components/templates/FaqsTemplate.d.ts +8 -0
  350. package/dist/components/templates/HomeTemplate.d.ts +13 -0
  351. package/dist/components/templates/LegalesTemplate.d.ts +7 -0
  352. package/dist/components/templates/ProductTemplate.d.ts +17 -0
  353. package/dist/components/templates/UnsubscribeTemplate.d.ts +7 -0
  354. package/dist/components/templates/index.d.ts +3 -0
  355. package/dist/index.d.ts +4 -0
  356. package/package.json +496 -0
@@ -0,0 +1,41 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ import { FC } from 'react';
3
+ import { ReactNode } from 'react';
4
+
5
+ declare interface ButtonProps extends Omit<ComponentPropsWithRef<'button'>, 'children'> {
6
+ children: ReactNode;
7
+ size?: ButtonSize;
8
+ variant?: ButtonVariant;
9
+ iconPosition?: IconPosition;
10
+ }
11
+
12
+ declare type ButtonSize = 'small' | 'default' | 'large';
13
+
14
+ declare type ButtonVariant = 'primary-green' | 'primary-darkgreen' | 'primary-yellow' | 'primary-white' | 'secondary-green' | 'secondary-yellow' | 'secondary-red' | 'tertiary-bold' | 'tertiary-thin' | 'tertiary-icon' | 'tertiary-link' | 'icon-black' | 'icon-grey' | 'icon-mobile';
15
+
16
+ export declare const GuidelinesSection: FC<GuidelinesSectionProps>;
17
+
18
+ export declare interface GuidelinesSectionProps {
19
+ header: SectionHeadingProps;
20
+ guidelineCards: Array<{
21
+ title: string;
22
+ image: ReactNode;
23
+ content: ReactNode;
24
+ }>;
25
+ footerCard: {
26
+ title: string;
27
+ image: ReactNode;
28
+ content: ReactNode;
29
+ cta: ButtonProps;
30
+ };
31
+ }
32
+
33
+ declare type IconPosition = 'left' | 'right' | 'top';
34
+
35
+ declare interface SectionHeadingProps {
36
+ title: string;
37
+ description?: string;
38
+ align?: 'start' | 'center';
39
+ }
40
+
41
+ export { }
@@ -0,0 +1,69 @@
1
+ import { default as default_2 } from 'react';
2
+ import { FC } from 'react';
3
+ import { ReactNode } from 'react';
4
+
5
+ declare interface FormattedLanguageItem {
6
+ code: string;
7
+ name: string;
8
+ url?: string;
9
+ flag: default_2.ReactNode;
10
+ }
11
+
12
+ export declare const Header: FC<HeaderProps>;
13
+
14
+ export declare interface HeaderProps {
15
+ logo: ReactNode;
16
+ navMenu: NavMenuProps;
17
+ isMobileMenuOpen: boolean;
18
+ onOpenMobileMenu: () => void;
19
+ onCloseMobileMenu: () => void;
20
+ mobileMenuSections?: MobileMenuSection[];
21
+ mobileContactInfo?: MobileContactInfo;
22
+ seeAllDocumentsLabel?: string;
23
+ seeAllDocumentsHref?: string;
24
+ userActions?: ReactNode;
25
+ languageSelectorProps?: LanguageSelectorProps;
26
+ }
27
+
28
+ declare interface LanguageSelectorProps {
29
+ currentLanguage: FormattedLanguageItem;
30
+ availableLanguages: FormattedLanguageItem[];
31
+ variant?: LanguageSelectorVariant;
32
+ isOpen?: boolean;
33
+ onToggle?: () => void;
34
+ }
35
+
36
+ declare type LanguageSelectorVariant = 'default' | 'compact';
37
+
38
+ export declare interface MobileContactInfo {
39
+ phoneNumber: string;
40
+ contactHoursLabel?: string;
41
+ contactHours?: string;
42
+ }
43
+
44
+ export declare interface MobileMenuSection {
45
+ title?: string;
46
+ icon?: ReactNode;
47
+ items: {
48
+ label: string;
49
+ href?: string;
50
+ }[];
51
+ seeAllLabel?: string;
52
+ seeAllHref?: string;
53
+ }
54
+
55
+ declare interface NavMenuItemProps {
56
+ label: string;
57
+ href?: string;
58
+ hasDropdown?: boolean;
59
+ dropdownItems?: NavMenuItemProps[];
60
+ dropdownContent?: ReactNode;
61
+ tag?: string;
62
+ isNested?: boolean;
63
+ }
64
+
65
+ declare interface NavMenuProps {
66
+ navItems: NavMenuItemProps[];
67
+ }
68
+
69
+ export { }
@@ -0,0 +1,38 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ import { FC } from 'react';
3
+ import { ReactNode } from 'react';
4
+
5
+ declare interface ButtonProps extends Omit<ComponentPropsWithRef<'button'>, 'children'> {
6
+ children: ReactNode;
7
+ size?: ButtonSize;
8
+ variant?: ButtonVariant;
9
+ iconPosition?: IconPosition;
10
+ }
11
+
12
+ declare type ButtonSize = 'small' | 'default' | 'large';
13
+
14
+ declare type ButtonVariant = 'primary-green' | 'primary-darkgreen' | 'primary-yellow' | 'primary-white' | 'secondary-green' | 'secondary-yellow' | 'secondary-red' | 'tertiary-bold' | 'tertiary-thin' | 'tertiary-icon' | 'tertiary-link' | 'icon-black' | 'icon-grey' | 'icon-mobile';
15
+
16
+ export declare const HeroSection: FC<HeroSectionProps>;
17
+
18
+ export declare interface HeroSectionProps {
19
+ title: string;
20
+ description?: string;
21
+ cta: ButtonProps;
22
+ heroDocuments?: ItemProps[];
23
+ listTitle?: string;
24
+ listNote?: string;
25
+ }
26
+
27
+ declare type IconPosition = 'left' | 'right' | 'top';
28
+
29
+ declare interface ItemProps {
30
+ image: ReactNode;
31
+ title: string;
32
+ description: string;
33
+ actions?: ReactNode;
34
+ variant?: 'default' | 'card';
35
+ className?: string;
36
+ }
37
+
38
+ export { }
@@ -0,0 +1,120 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ import { FC } from 'react';
3
+ import { ReactNode } from 'react';
4
+
5
+ declare interface ArticlesSectionProps {
6
+ header: SectionHeadingProps;
7
+ articles?: Array<{
8
+ title: string;
9
+ image: ReactNode;
10
+ excerpt: string;
11
+ cta: ReactNode;
12
+ }>;
13
+ cta: ButtonProps;
14
+ }
15
+
16
+ declare interface ButtonProps extends Omit<ComponentPropsWithRef<'button'>, 'children'> {
17
+ children: ReactNode;
18
+ size?: ButtonSize;
19
+ variant?: ButtonVariant;
20
+ iconPosition?: IconPosition;
21
+ }
22
+
23
+ declare type ButtonSize = 'small' | 'default' | 'large';
24
+
25
+ declare type ButtonVariant = 'primary-green' | 'primary-darkgreen' | 'primary-yellow' | 'primary-white' | 'secondary-green' | 'secondary-yellow' | 'secondary-red' | 'tertiary-bold' | 'tertiary-thin' | 'tertiary-icon' | 'tertiary-link' | 'icon-black' | 'icon-grey' | 'icon-mobile';
26
+
27
+ declare interface CategoriesSectionProps {
28
+ header: SectionHeadingProps;
29
+ categories?: Array<{
30
+ title: string;
31
+ description: string;
32
+ icon: ReactNode;
33
+ cta: ButtonProps;
34
+ }>;
35
+ cta: ButtonProps;
36
+ }
37
+
38
+ declare interface FaqTeaserSectionProps {
39
+ header: SectionHeadingProps;
40
+ questions?: Array<{
41
+ id: string;
42
+ content: ReactNode;
43
+ }>;
44
+ cta: ButtonProps;
45
+ }
46
+
47
+ declare interface HeroSectionProps {
48
+ title: string;
49
+ description?: string;
50
+ cta: ButtonProps;
51
+ heroDocuments?: ItemProps[];
52
+ listTitle?: string;
53
+ listNote?: string;
54
+ }
55
+
56
+ export declare const HomeTemplate: FC<HomeTemplateProps>;
57
+
58
+ export declare interface HomeTemplateProps {
59
+ hero: HeroSectionProps;
60
+ moreTemplates: MoreTemplatesSectionProps;
61
+ process: ProcessSectionProps;
62
+ categories: CategoriesSectionProps;
63
+ ratafia: RatafiaSectionProps;
64
+ trust: TrustSectionProps;
65
+ faqTeaser: FaqTeaserSectionProps;
66
+ articles: ArticlesSectionProps;
67
+ }
68
+
69
+ declare type IconPosition = 'left' | 'right' | 'top';
70
+
71
+ declare interface ItemProps {
72
+ image: ReactNode;
73
+ title: string;
74
+ description: string;
75
+ actions?: ReactNode;
76
+ variant?: 'default' | 'card';
77
+ className?: string;
78
+ }
79
+
80
+ declare interface MoreTemplatesSectionProps {
81
+ header: SectionHeadingProps;
82
+ moreDocuments?: ItemProps[];
83
+ }
84
+
85
+ declare interface ProcessSectionProps {
86
+ image: ReactNode;
87
+ header: SectionHeadingProps;
88
+ steps: Array<{
89
+ title: string;
90
+ description: string;
91
+ image: ReactNode;
92
+ }>;
93
+ }
94
+
95
+ declare interface RatafiaSectionProps {
96
+ title: string;
97
+ content: ReactNode;
98
+ benefits: Array<{
99
+ label: string;
100
+ icon: ReactNode;
101
+ }>;
102
+ cta: ButtonProps;
103
+ }
104
+
105
+ declare interface SectionHeadingProps {
106
+ title: string;
107
+ description?: string;
108
+ align?: 'start' | 'center';
109
+ }
110
+
111
+ declare interface TrustSectionProps {
112
+ header: SectionHeadingProps;
113
+ trustReasons?: Array<{
114
+ label: string;
115
+ icon: ReactNode;
116
+ }>;
117
+ cta: ButtonProps;
118
+ }
119
+
120
+ export { }
@@ -0,0 +1,26 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ import { FC } from 'react';
3
+ import { ReactNode } from 'react';
4
+
5
+ declare interface ButtonProps extends Omit<ComponentPropsWithRef<'button'>, 'children'> {
6
+ children: ReactNode;
7
+ size?: ButtonSize;
8
+ variant?: ButtonVariant;
9
+ iconPosition?: IconPosition;
10
+ }
11
+
12
+ declare type ButtonSize = 'small' | 'default' | 'large';
13
+
14
+ declare type ButtonVariant = 'primary-green' | 'primary-darkgreen' | 'primary-yellow' | 'primary-white' | 'secondary-green' | 'secondary-yellow' | 'secondary-red' | 'tertiary-bold' | 'tertiary-thin' | 'tertiary-icon' | 'tertiary-link' | 'icon-black' | 'icon-grey' | 'icon-mobile';
15
+
16
+ declare type IconPosition = 'left' | 'right' | 'top';
17
+
18
+ export declare const IntroSection: FC<IntroSectionProps>;
19
+
20
+ export declare interface IntroSectionProps {
21
+ image: ReactNode;
22
+ children: ReactNode;
23
+ cta: ButtonProps;
24
+ }
25
+
26
+ export { }
@@ -0,0 +1,13 @@
1
+ import { FC } from 'react';
2
+ import { ReactNode } from 'react';
3
+
4
+ export declare const JumboCard: FC<JumboCardProps>;
5
+
6
+ export declare interface JumboCardProps {
7
+ title: string;
8
+ description: string;
9
+ subtitle: string;
10
+ image: ReactNode;
11
+ }
12
+
13
+ export { }
@@ -0,0 +1,12 @@
1
+ import { FC } from 'react';
2
+ import { ReactNode } from 'react';
3
+
4
+ export declare const Jumbotron: FC<JumbotronProps>;
5
+
6
+ export declare interface JumbotronProps {
7
+ title: string;
8
+ description: string;
9
+ bgImage: ReactNode;
10
+ }
11
+
12
+ export { }
@@ -0,0 +1,11 @@
1
+ import { FC } from 'react';
2
+
3
+ export declare const Jumbotron2: FC<Jumbotron2Props>;
4
+
5
+ export declare interface Jumbotron2Props {
6
+ title: string;
7
+ subtitle?: string;
8
+ className?: string;
9
+ }
10
+
11
+ export { }
@@ -0,0 +1,9 @@
1
+ import { FC } from 'react';
2
+
3
+ export declare const Jumbotron3: FC<Jumbotron3Props>;
4
+
5
+ export declare interface Jumbotron3Props {
6
+ title: string;
7
+ }
8
+
9
+ export { }
@@ -0,0 +1,22 @@
1
+ import { default as default_2 } from 'react';
2
+
3
+ export declare interface FormattedLanguageItem {
4
+ code: string;
5
+ name: string;
6
+ url?: string;
7
+ flag: default_2.ReactNode;
8
+ }
9
+
10
+ export declare const LanguageSelector: default_2.FC<LanguageSelectorProps>;
11
+
12
+ export declare interface LanguageSelectorProps {
13
+ currentLanguage: FormattedLanguageItem;
14
+ availableLanguages: FormattedLanguageItem[];
15
+ variant?: LanguageSelectorVariant;
16
+ isOpen?: boolean;
17
+ onToggle?: () => void;
18
+ }
19
+
20
+ export declare type LanguageSelectorVariant = 'default' | 'compact';
21
+
22
+ export { }
@@ -0,0 +1,10 @@
1
+ import { FC } from 'react';
2
+ import { ReactNode } from 'react';
3
+
4
+ export declare const LegalSection: FC<LegalSectionProps>;
5
+
6
+ export declare interface LegalSectionProps {
7
+ children: ReactNode;
8
+ }
9
+
10
+ export { }
@@ -0,0 +1,19 @@
1
+ import { FC } from 'react';
2
+ import { ReactNode } from 'react';
3
+
4
+ declare interface Jumbotron3Props {
5
+ title: string;
6
+ }
7
+
8
+ export declare const LegalesTemplate: FC<LegalesTemplateProps>;
9
+
10
+ export declare interface LegalesTemplateProps {
11
+ jumbotron: Jumbotron3Props;
12
+ legalSection: LegalSectionProps;
13
+ }
14
+
15
+ declare interface LegalSectionProps {
16
+ children: ReactNode;
17
+ }
18
+
19
+ export { }
@@ -0,0 +1,17 @@
1
+ import { FC } from 'react';
2
+ import { ReactNode } from 'react';
3
+
4
+ export declare const MarkdownSection: FC<MarkdownSectionProps>;
5
+
6
+ export declare interface MarkdownSectionProps {
7
+ header: SectionHeadingProps;
8
+ children: ReactNode;
9
+ }
10
+
11
+ declare interface SectionHeadingProps {
12
+ title: string;
13
+ description?: string;
14
+ align?: 'start' | 'center';
15
+ }
16
+
17
+ export { }
@@ -0,0 +1,12 @@
1
+ import { FC } from 'react';
2
+ import { ReactNode } from 'react';
3
+
4
+ export declare const MissionSection: FC<MissionSectionProps>;
5
+
6
+ export declare interface MissionSectionProps {
7
+ title: string;
8
+ children: ReactNode;
9
+ image: ReactNode;
10
+ }
11
+
12
+ export { }
@@ -0,0 +1,26 @@
1
+ import { FC } from 'react';
2
+ import { ReactNode } from 'react';
3
+
4
+ declare interface ItemProps {
5
+ image: ReactNode;
6
+ title: string;
7
+ description: string;
8
+ actions?: ReactNode;
9
+ variant?: 'default' | 'card';
10
+ className?: string;
11
+ }
12
+
13
+ export declare const MoreTemplatesSection: FC<MoreTemplatesSectionProps>;
14
+
15
+ export declare interface MoreTemplatesSectionProps {
16
+ header: SectionHeadingProps;
17
+ moreDocuments?: ItemProps[];
18
+ }
19
+
20
+ declare interface SectionHeadingProps {
21
+ title: string;
22
+ description?: string;
23
+ align?: 'start' | 'center';
24
+ }
25
+
26
+ export { }
@@ -0,0 +1,20 @@
1
+ import { FC } from 'react';
2
+ import { ReactNode } from 'react';
3
+
4
+ export declare const NavMenu: FC<NavMenuProps>;
5
+
6
+ declare interface NavMenuItemProps {
7
+ label: string;
8
+ href?: string;
9
+ hasDropdown?: boolean;
10
+ dropdownItems?: NavMenuItemProps[];
11
+ dropdownContent?: ReactNode;
12
+ tag?: string;
13
+ isNested?: boolean;
14
+ }
15
+
16
+ export declare interface NavMenuProps {
17
+ navItems: NavMenuItemProps[];
18
+ }
19
+
20
+ export { }
@@ -0,0 +1,21 @@
1
+ import { FC } from 'react';
2
+ import { ReactNode } from 'react';
3
+
4
+ export declare const PartnersSection: FC<PartnersSectionProps>;
5
+
6
+ export declare interface PartnersSectionProps {
7
+ header: SectionHeadingProps;
8
+ children: ReactNode;
9
+ partners: Array<{
10
+ name: string;
11
+ logo: ReactNode;
12
+ }>;
13
+ }
14
+
15
+ declare interface SectionHeadingProps {
16
+ title: string;
17
+ description?: string;
18
+ align?: 'start' | 'center';
19
+ }
20
+
21
+ export { }
@@ -0,0 +1,5 @@
1
+ import * as React_2 from 'react';
2
+
3
+ export declare const PersonalIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
4
+
5
+ export { }
@@ -0,0 +1,6 @@
1
+ import { JSX } from 'react/jsx-runtime';
2
+ import * as React_2 from 'react';
3
+
4
+ export declare const PhoneTalkIcon: ({ fill, ...props }: React_2.SVGProps<SVGSVGElement>) => JSX.Element;
5
+
6
+ export { }
@@ -0,0 +1,37 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ import { FC } from 'react';
3
+ import { ReactNode } from 'react';
4
+
5
+ declare interface ButtonProps extends Omit<ComponentPropsWithRef<'button'>, 'children'> {
6
+ children: ReactNode;
7
+ size?: ButtonSize;
8
+ variant?: ButtonVariant;
9
+ iconPosition?: IconPosition;
10
+ }
11
+
12
+ declare type ButtonSize = 'small' | 'default' | 'large';
13
+
14
+ declare type ButtonVariant = 'primary-green' | 'primary-darkgreen' | 'primary-yellow' | 'primary-white' | 'secondary-green' | 'secondary-yellow' | 'secondary-red' | 'tertiary-bold' | 'tertiary-thin' | 'tertiary-icon' | 'tertiary-link' | 'icon-black' | 'icon-grey' | 'icon-mobile';
15
+
16
+ declare type IconPosition = 'left' | 'right' | 'top';
17
+
18
+ export declare const Preform: FC<PreformProps>;
19
+
20
+ declare interface PreformOptionProps {
21
+ label: string;
22
+ selected: boolean;
23
+ icon: ReactNode;
24
+ }
25
+
26
+ export declare interface PreformProps {
27
+ trustedBadge?: TrustedBadgeProps;
28
+ title?: string;
29
+ options: PreformOptionProps[];
30
+ cta: ButtonProps;
31
+ }
32
+
33
+ declare interface TrustedBadgeProps {
34
+ children?: ReactNode;
35
+ }
36
+
37
+ export { }
@@ -0,0 +1,12 @@
1
+ import { FC } from 'react';
2
+ import { ReactNode } from 'react';
3
+
4
+ export declare const PreformOption: FC<PreformOptionProps>;
5
+
6
+ export declare interface PreformOptionProps {
7
+ label: string;
8
+ selected: boolean;
9
+ icon: ReactNode;
10
+ }
11
+
12
+ export { }
@@ -0,0 +1,29 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ import { FC } from 'react';
3
+ import { ReactNode } from 'react';
4
+
5
+ declare interface ButtonProps extends Omit<ComponentPropsWithRef<'button'>, 'children'> {
6
+ children: ReactNode;
7
+ size?: ButtonSize;
8
+ variant?: ButtonVariant;
9
+ iconPosition?: IconPosition;
10
+ }
11
+
12
+ declare type ButtonSize = 'small' | 'default' | 'large';
13
+
14
+ declare type ButtonVariant = 'primary-green' | 'primary-darkgreen' | 'primary-yellow' | 'primary-white' | 'secondary-green' | 'secondary-yellow' | 'secondary-red' | 'tertiary-bold' | 'tertiary-thin' | 'tertiary-icon' | 'tertiary-link' | 'icon-black' | 'icon-grey' | 'icon-mobile';
15
+
16
+ declare type IconPosition = 'left' | 'right' | 'top';
17
+
18
+ export declare const PreviewDownload: FC<PreviewDownloadProps>;
19
+
20
+ export declare interface PreviewDownloadProps {
21
+ title: string;
22
+ preview?: ReactNode;
23
+ cta: ButtonProps;
24
+ footerText: string;
25
+ pdfDownload: ButtonProps;
26
+ wordDownload: ButtonProps;
27
+ }
28
+
29
+ export { }
@@ -0,0 +1,26 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ import { FC } from 'react';
3
+ import { ReactNode } from 'react';
4
+
5
+ declare interface ButtonProps extends Omit<ComponentPropsWithRef<'button'>, 'children'> {
6
+ children: ReactNode;
7
+ size?: ButtonSize;
8
+ variant?: ButtonVariant;
9
+ iconPosition?: IconPosition;
10
+ }
11
+
12
+ declare type ButtonSize = 'small' | 'default' | 'large';
13
+
14
+ declare type ButtonVariant = 'primary-green' | 'primary-darkgreen' | 'primary-yellow' | 'primary-white' | 'secondary-green' | 'secondary-yellow' | 'secondary-red' | 'tertiary-bold' | 'tertiary-thin' | 'tertiary-icon' | 'tertiary-link' | 'icon-black' | 'icon-grey' | 'icon-mobile';
15
+
16
+ declare type IconPosition = 'left' | 'right' | 'top';
17
+
18
+ export declare const PreviewSection: FC<PreviewSectionProps>;
19
+
20
+ export declare interface PreviewSectionProps {
21
+ title?: string;
22
+ documentPreview?: ReactNode;
23
+ cta: ButtonProps;
24
+ }
25
+
26
+ export { }
@@ -0,0 +1,5 @@
1
+ import * as React_2 from 'react';
2
+
3
+ export declare const PrivateIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
4
+
5
+ export { }
@@ -0,0 +1,22 @@
1
+ import { FC } from 'react';
2
+ import { ReactNode } from 'react';
3
+
4
+ export declare const ProcessSection: FC<ProcessSectionProps>;
5
+
6
+ export declare interface ProcessSectionProps {
7
+ image: ReactNode;
8
+ header: SectionHeadingProps;
9
+ steps: Array<{
10
+ title: string;
11
+ description: string;
12
+ image: ReactNode;
13
+ }>;
14
+ }
15
+
16
+ declare interface SectionHeadingProps {
17
+ title: string;
18
+ description?: string;
19
+ align?: 'start' | 'center';
20
+ }
21
+
22
+ export { }
@@ -0,0 +1,12 @@
1
+ import { FC } from 'react';
2
+ import { ReactNode } from 'react';
3
+
4
+ export declare const ProductInfo: FC<ProductInfoProps>;
5
+
6
+ export declare interface ProductInfoProps {
7
+ lastUpdate: ReactNode;
8
+ reviewer?: ReactNode;
9
+ alsoKnownAs?: ReactNode;
10
+ }
11
+
12
+ export { }