@npm_leadtech/legal-lib-components 5.2.40 → 5.3.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 (448) hide show
  1. package/dist/css/styles.css +560 -2889
  2. package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.js +2 -1
  3. package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.styled.d.ts +1 -0
  4. package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.styled.js +24 -0
  5. package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.styled.ts +25 -0
  6. package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.tsx +7 -2
  7. package/dist/src/components/atoms/AddButton/AddButton.js +2 -1
  8. package/dist/src/components/atoms/AddButton/AddButton.styled.d.ts +1 -0
  9. package/dist/src/components/atoms/AddButton/AddButton.styled.js +48 -0
  10. package/dist/src/components/atoms/AddButton/AddButton.styled.ts +49 -0
  11. package/dist/src/components/atoms/AddButton/AddButton.tsx +3 -2
  12. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.js +2 -2
  13. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.styled.d.ts +1 -0
  14. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.styled.js +55 -0
  15. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.styled.ts +56 -0
  16. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.tsx +3 -3
  17. package/dist/src/components/atoms/BillCard/BillCard.js +2 -1
  18. package/dist/src/components/atoms/BillCard/BillCard.styled.d.ts +1 -0
  19. package/dist/src/components/atoms/BillCard/BillCard.styled.js +59 -0
  20. package/dist/src/components/atoms/BillCard/BillCard.styled.ts +60 -0
  21. package/dist/src/components/atoms/BillCard/BillCard.tsx +3 -2
  22. package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.js +2 -1
  23. package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.styled.d.ts +1 -0
  24. package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.styled.js +34 -0
  25. package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.styled.ts +35 -0
  26. package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.tsx +2 -2
  27. package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.js +2 -1
  28. package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.styled.d.ts +1 -0
  29. package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.styled.js +22 -0
  30. package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.styled.ts +23 -0
  31. package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.tsx +3 -3
  32. package/dist/src/components/atoms/Button/Button.scss +28 -28
  33. package/dist/src/components/atoms/ButtonIcon/ButtonIcon.scss +6 -6
  34. package/dist/src/components/atoms/CardPane/CardPane.js +2 -2
  35. package/dist/src/components/atoms/CardPane/CardPane.styled.d.ts +1 -0
  36. package/dist/src/components/atoms/CardPane/CardPane.styled.js +109 -0
  37. package/dist/src/components/atoms/CardPane/CardPane.styled.ts +110 -0
  38. package/dist/src/components/atoms/CardPane/CardPane.tsx +3 -3
  39. package/dist/src/components/atoms/Checkbox/Checkbox.js +2 -2
  40. package/dist/src/components/atoms/Checkbox/Checkbox.styled.d.ts +1 -0
  41. package/dist/src/components/atoms/Checkbox/Checkbox.styled.js +133 -0
  42. package/dist/src/components/atoms/Checkbox/{Checkbox.scss → Checkbox.styled.ts} +18 -16
  43. package/dist/src/components/atoms/Checkbox/Checkbox.tsx +3 -3
  44. package/dist/src/components/atoms/ContactCard/ContactCard.d.ts +4 -0
  45. package/dist/src/components/atoms/ContactCard/ContactCard.js +6 -0
  46. package/dist/src/components/atoms/ContactCard/ContactCard.styled.d.ts +1 -0
  47. package/dist/src/components/atoms/ContactCard/ContactCard.styled.js +38 -0
  48. package/dist/src/components/atoms/ContactCard/ContactCard.styled.ts +39 -0
  49. package/dist/src/components/atoms/ContactCard/ContactCard.tsx +38 -0
  50. package/dist/src/components/atoms/ContactCard/ContactCardProps.types.d.ts +9 -0
  51. package/dist/src/components/atoms/ContactCard/ContactCardProps.types.js +1 -0
  52. package/dist/src/components/atoms/ContactCard/ContactCardProps.types.ts +9 -0
  53. package/dist/src/components/atoms/ContactCard/index.d.ts +2 -0
  54. package/dist/src/components/atoms/ContactCard/index.js +1 -0
  55. package/dist/src/components/atoms/ContactCard/index.ts +2 -0
  56. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.js +2 -2
  57. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.styled.d.ts +1 -0
  58. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.styled.js +120 -0
  59. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.styled.ts +121 -0
  60. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.tsx +3 -3
  61. package/dist/src/components/atoms/DatePickerCustom/index.js.map +4 -4
  62. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.js +6 -5
  63. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.styled.d.ts +1 -0
  64. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.styled.js +82 -0
  65. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.styled.ts +83 -0
  66. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.tsx +19 -16
  67. package/dist/src/components/atoms/Disclaimer/Disclaimer.js +2 -2
  68. package/dist/src/components/atoms/Disclaimer/Disclaimer.styled.d.ts +1 -0
  69. package/dist/src/components/atoms/Disclaimer/Disclaimer.styled.js +45 -0
  70. package/dist/src/components/atoms/Disclaimer/Disclaimer.styled.ts +46 -0
  71. package/dist/src/components/atoms/Disclaimer/Disclaimer.tsx +3 -3
  72. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.js +2 -2
  73. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.styled.d.ts +1 -0
  74. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.styled.js +149 -0
  75. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.styled.ts +150 -0
  76. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.tsx +3 -3
  77. package/dist/src/components/atoms/Divider/Divider.js +2 -2
  78. package/dist/src/components/atoms/Divider/Divider.styled.d.ts +1 -0
  79. package/dist/src/components/atoms/Divider/Divider.styled.js +21 -0
  80. package/dist/src/components/atoms/Divider/Divider.styled.ts +22 -0
  81. package/dist/src/components/atoms/Divider/Divider.tsx +3 -3
  82. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.js +4 -4
  83. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.d.ts +1 -0
  84. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.js +65 -0
  85. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.ts +66 -0
  86. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.tsx +7 -7
  87. package/dist/src/components/atoms/DocumentTag/DocumentTag.js +2 -2
  88. package/dist/src/components/atoms/DocumentTag/DocumentTag.styled.d.ts +1 -0
  89. package/dist/src/components/atoms/DocumentTag/DocumentTag.styled.js +12 -0
  90. package/dist/src/components/atoms/DocumentTag/DocumentTag.styled.ts +13 -0
  91. package/dist/src/components/atoms/DocumentTag/DocumentTag.tsx +2 -2
  92. package/dist/src/components/atoms/ExpertCard/ExpertCard.js +2 -2
  93. package/dist/src/components/atoms/ExpertCard/ExpertCard.styled.d.ts +1 -0
  94. package/dist/src/components/atoms/ExpertCard/ExpertCard.styled.js +66 -0
  95. package/dist/src/components/atoms/ExpertCard/ExpertCard.styled.ts +67 -0
  96. package/dist/src/components/atoms/ExpertCard/ExpertCard.tsx +3 -3
  97. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.js +2 -2
  98. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.styled.d.ts +1 -0
  99. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.styled.js +78 -0
  100. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.styled.ts +79 -0
  101. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.tsx +3 -3
  102. package/dist/src/components/atoms/FormFaq/FormFaq.js +2 -2
  103. package/dist/src/components/atoms/FormFaq/FormFaq.styled.d.ts +1 -0
  104. package/dist/src/components/atoms/FormFaq/FormFaq.styled.js +73 -0
  105. package/dist/src/components/atoms/FormFaq/FormFaq.styled.ts +74 -0
  106. package/dist/src/components/atoms/FormFaq/FormFaq.tsx +3 -3
  107. package/dist/src/components/atoms/GoogleButton/GoogleButton.js +2 -2
  108. package/dist/src/components/atoms/GoogleButton/GoogleButton.styled.d.ts +1 -0
  109. package/dist/src/components/atoms/GoogleButton/GoogleButton.styled.js +21 -0
  110. package/dist/src/components/atoms/GoogleButton/{GoogleButton.scss → GoogleButton.styled.ts} +5 -5
  111. package/dist/src/components/atoms/GoogleButton/GoogleButton.tsx +3 -3
  112. package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.js +2 -2
  113. package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.styled.d.ts +1 -0
  114. package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.styled.js +5 -0
  115. package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.styled.ts +6 -0
  116. package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.tsx +2 -3
  117. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.js +2 -2
  118. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.styled.d.ts +1 -0
  119. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.styled.js +76 -0
  120. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.styled.ts +77 -0
  121. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.tsx +3 -4
  122. package/dist/src/components/atoms/InfoBox/InfoBox.js +2 -2
  123. package/dist/src/components/atoms/InfoBox/InfoBox.styled.d.ts +1 -0
  124. package/dist/src/components/atoms/InfoBox/InfoBox.styled.js +41 -0
  125. package/dist/src/components/atoms/InfoBox/InfoBox.styled.ts +42 -0
  126. package/dist/src/components/atoms/InfoBox/InfoBox.tsx +3 -3
  127. package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.js +2 -2
  128. package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.styled.d.ts +1 -0
  129. package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.styled.js +7 -0
  130. package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.styled.ts +8 -0
  131. package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.tsx +3 -3
  132. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.js +2 -2
  133. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.styled.d.ts +1 -0
  134. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.styled.js +39 -0
  135. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.styled.ts +40 -0
  136. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.tsx +3 -3
  137. package/dist/src/components/atoms/LogoText/LogoText.js +2 -2
  138. package/dist/src/components/atoms/LogoText/LogoText.styled.d.ts +1 -0
  139. package/dist/src/components/atoms/LogoText/LogoText.styled.js +36 -0
  140. package/dist/src/components/atoms/LogoText/LogoText.styled.ts +37 -0
  141. package/dist/src/components/atoms/LogoText/LogoText.tsx +5 -5
  142. package/dist/src/components/atoms/MenuItems/MenuItems.js +2 -1
  143. package/dist/src/components/atoms/MenuItems/MenuItems.styled.d.ts +1 -0
  144. package/dist/src/components/atoms/MenuItems/MenuItems.styled.js +71 -0
  145. package/dist/src/components/atoms/MenuItems/MenuItems.styled.ts +72 -0
  146. package/dist/src/components/atoms/MenuItems/MenuItems.tsx +3 -2
  147. package/dist/src/components/atoms/Message/Message.js +2 -2
  148. package/dist/src/components/atoms/Message/Message.styled.d.ts +1 -0
  149. package/dist/src/components/atoms/Message/Message.styled.js +31 -0
  150. package/dist/src/components/atoms/Message/Message.styled.ts +32 -0
  151. package/dist/src/components/atoms/Message/Message.tsx +3 -3
  152. package/dist/src/components/atoms/MessageInformation/MessageInformation.js +2 -2
  153. package/dist/src/components/atoms/MessageInformation/MessageInformation.styled.d.ts +1 -0
  154. package/dist/src/components/atoms/MessageInformation/MessageInformation.styled.js +53 -0
  155. package/dist/src/components/atoms/MessageInformation/MessageInformation.styled.ts +54 -0
  156. package/dist/src/components/atoms/MessageInformation/MessageInformation.tsx +4 -5
  157. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.js +2 -2
  158. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.styled.d.ts +1 -0
  159. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.styled.js +45 -0
  160. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.styled.ts +46 -0
  161. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.tsx +3 -3
  162. package/dist/src/components/atoms/NavMenuItem/NavMenuItem.js +3 -3
  163. package/dist/src/components/atoms/NavMenuItem/NavMenuItem.styled.d.ts +1 -0
  164. package/dist/src/components/atoms/NavMenuItem/NavMenuItem.styled.js +63 -0
  165. package/dist/src/components/atoms/NavMenuItem/NavMenuItem.styled.ts +64 -0
  166. package/dist/src/components/atoms/NavMenuItem/NavMenuItem.tsx +6 -6
  167. package/dist/src/components/atoms/PaypalButton/PaypalButton.js +2 -2
  168. package/dist/src/components/atoms/PaypalButton/PaypalButton.styled.d.ts +1 -0
  169. package/dist/src/components/atoms/PaypalButton/PaypalButton.styled.js +6 -0
  170. package/dist/src/components/atoms/PaypalButton/PaypalButton.styled.ts +7 -0
  171. package/dist/src/components/atoms/PaypalButton/PaypalButton.tsx +3 -3
  172. package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.js +2 -2
  173. package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.styled.d.ts +1 -0
  174. package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.styled.js +58 -0
  175. package/dist/src/components/atoms/PopularDocsItem/{PopularDocsItem.scss → PopularDocsItem.styled.ts} +24 -24
  176. package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.tsx +3 -3
  177. package/dist/src/components/atoms/ProgressBar/ProgressBar.js +2 -2
  178. package/dist/src/components/atoms/ProgressBar/ProgressBar.styled.d.ts +1 -0
  179. package/dist/src/components/atoms/ProgressBar/ProgressBar.styled.js +23 -0
  180. package/dist/src/components/atoms/ProgressBar/ProgressBar.styled.ts +24 -0
  181. package/dist/src/components/atoms/ProgressBar/ProgressBar.tsx +3 -3
  182. package/dist/src/components/atoms/Radio/Radio.scss +29 -29
  183. package/dist/src/components/atoms/RemoveButton/RemoveButton.js +2 -2
  184. package/dist/src/components/atoms/RemoveButton/RemoveButton.styled.d.ts +1 -0
  185. package/dist/src/components/atoms/RemoveButton/RemoveButton.styled.js +43 -0
  186. package/dist/src/components/atoms/RemoveButton/RemoveButton.styled.ts +44 -0
  187. package/dist/src/components/atoms/RemoveButton/RemoveButton.tsx +3 -3
  188. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.js +2 -2
  189. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.styled.d.ts +1 -0
  190. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.styled.js +55 -0
  191. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.styled.ts +56 -0
  192. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.tsx +3 -3
  193. package/dist/src/components/atoms/RichTextInner/RichTextInner.js +2 -2
  194. package/dist/src/components/atoms/RichTextInner/RichTextInner.styled.d.ts +1 -0
  195. package/dist/src/components/atoms/RichTextInner/RichTextInner.styled.js +38 -0
  196. package/dist/src/components/atoms/RichTextInner/RichTextInner.styled.ts +39 -0
  197. package/dist/src/components/atoms/RichTextInner/RichTextInner.tsx +2 -2
  198. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.js +2 -2
  199. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.styled.d.ts +1 -0
  200. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.styled.js +9 -0
  201. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.styled.ts +10 -0
  202. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.tsx +7 -2
  203. package/dist/src/components/atoms/SearchSelect/SearchSelect.js +3 -3
  204. package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.d.ts +1 -0
  205. package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.js +224 -0
  206. package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.ts +225 -0
  207. package/dist/src/components/atoms/SearchSelect/SearchSelect.tsx +3 -3
  208. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.js +2 -2
  209. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.styled.d.ts +1 -0
  210. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.styled.js +48 -0
  211. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.styled.ts +49 -0
  212. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.tsx +3 -3
  213. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.js +2 -2
  214. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.styled.d.ts +1 -0
  215. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.styled.js +92 -0
  216. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.styled.ts +93 -0
  217. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.tsx +3 -3
  218. package/dist/src/components/atoms/Spinner/Spinner.js +2 -2
  219. package/dist/src/components/atoms/Spinner/Spinner.styled.d.ts +1 -0
  220. package/dist/src/components/atoms/Spinner/Spinner.styled.js +28 -0
  221. package/dist/src/components/atoms/Spinner/Spinner.styled.ts +29 -0
  222. package/dist/src/components/atoms/Spinner/Spinner.tsx +5 -5
  223. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.js +2 -2
  224. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.styled.d.ts +1 -0
  225. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.styled.js +28 -0
  226. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.styled.ts +29 -0
  227. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.tsx +3 -3
  228. package/dist/src/components/atoms/Tag/Tag.js +2 -2
  229. package/dist/src/components/atoms/Tag/Tag.styled.d.ts +1 -0
  230. package/dist/src/components/atoms/Tag/Tag.styled.js +28 -0
  231. package/dist/src/components/atoms/Tag/Tag.styled.ts +29 -0
  232. package/dist/src/components/atoms/Tag/Tag.tsx +5 -5
  233. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.js +2 -2
  234. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.styled.d.ts +1 -0
  235. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.styled.js +20 -0
  236. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.styled.ts +21 -0
  237. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.tsx +3 -3
  238. package/dist/src/components/atoms/Tagline/Tagline.js +2 -2
  239. package/dist/src/components/atoms/Tagline/Tagline.styled.d.ts +1 -0
  240. package/dist/src/components/atoms/Tagline/Tagline.styled.js +17 -0
  241. package/dist/src/components/atoms/Tagline/Tagline.styled.ts +18 -0
  242. package/dist/src/components/atoms/Tagline/Tagline.tsx +3 -3
  243. package/dist/src/components/atoms/TextArea/TextArea.js +2 -2
  244. package/dist/src/components/atoms/TextArea/TextArea.styled.d.ts +1 -0
  245. package/dist/src/components/atoms/TextArea/TextArea.styled.js +106 -0
  246. package/dist/src/components/atoms/TextArea/TextArea.styled.ts +107 -0
  247. package/dist/src/components/atoms/TextArea/TextArea.tsx +3 -3
  248. package/dist/src/components/atoms/Toggle/Toggle.js +2 -2
  249. package/dist/src/components/atoms/Toggle/Toggle.styled.d.ts +1 -0
  250. package/dist/src/components/atoms/Toggle/Toggle.styled.js +59 -0
  251. package/dist/src/components/atoms/Toggle/Toggle.styled.ts +60 -0
  252. package/dist/src/components/atoms/Toggle/Toggle.tsx +3 -3
  253. package/dist/src/components/atoms/Tooltip/Tooltip.scss +8 -8
  254. package/dist/src/components/atoms/TopBar/TopBar.js +2 -2
  255. package/dist/src/components/atoms/TopBar/TopBar.styled.d.ts +1 -0
  256. package/dist/src/components/atoms/TopBar/TopBar.styled.js +55 -0
  257. package/dist/src/components/atoms/TopBar/TopBar.styled.ts +56 -0
  258. package/dist/src/components/atoms/TopBar/TopBar.tsx +3 -3
  259. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.js +2 -1
  260. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.d.ts +1 -0
  261. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.js +49 -0
  262. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.ts +50 -0
  263. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.tsx +6 -3
  264. package/dist/src/components/atoms/TrustPilot/TrustPilot.js +2 -2
  265. package/dist/src/components/atoms/TrustPilot/TrustPilot.styled.d.ts +1 -0
  266. package/dist/src/components/atoms/TrustPilot/TrustPilot.styled.js +12 -0
  267. package/dist/src/components/atoms/TrustPilot/TrustPilot.styled.ts +13 -0
  268. package/dist/src/components/atoms/TrustPilot/TrustPilot.tsx +2 -3
  269. package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.js +2 -2
  270. package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.styled.d.ts +1 -0
  271. package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.styled.js +37 -0
  272. package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.styled.ts +38 -0
  273. package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.tsx +3 -4
  274. package/dist/src/components/atoms/WideInfoBar/WideInfoBar.js +2 -1
  275. package/dist/src/components/atoms/WideInfoBar/WideInfoBar.styled.d.ts +1 -0
  276. package/dist/src/components/atoms/WideInfoBar/WideInfoBar.styled.js +33 -0
  277. package/dist/src/components/atoms/WideInfoBar/WideInfoBar.styled.ts +34 -0
  278. package/dist/src/components/atoms/WideInfoBar/WideInfoBar.tsx +3 -4
  279. package/dist/src/components/atoms/index.d.ts +1 -0
  280. package/dist/src/components/atoms/index.js +1 -0
  281. package/dist/src/components/atoms/index.ts +1 -0
  282. package/dist/src/components/molecules/AccordionItem/AccordionItem.scss +9 -9
  283. package/dist/src/components/molecules/AlsoKnownAs/AlsoKnownAs.scss +2 -2
  284. package/dist/src/components/molecules/Article/Article.scss +1 -1
  285. package/dist/src/components/molecules/BottomFixedBar/BottomFixedBar.scss +2 -2
  286. package/dist/src/components/molecules/BottomOverlay/BottomOverlay.scss +7 -7
  287. package/dist/src/components/molecules/BoxForm/BoxForm.scss +9 -9
  288. package/dist/src/components/molecules/Breadcrumb/Breadcrumb.js +1 -1
  289. package/dist/src/components/molecules/Breadcrumb/Breadcrumb.scss +4 -0
  290. package/dist/src/components/molecules/Breadcrumb/Breadcrumb.tsx +1 -1
  291. package/dist/src/components/molecules/ContactBox/ContactBox.scss +5 -5
  292. package/dist/src/components/molecules/ContactCardList/ContactCardList.d.ts +4 -0
  293. package/dist/src/components/molecules/ContactCardList/ContactCardList.js +7 -0
  294. package/dist/src/components/molecules/ContactCardList/ContactCardList.styled.d.ts +1 -0
  295. package/dist/src/components/molecules/ContactCardList/ContactCardList.styled.js +13 -0
  296. package/dist/src/components/molecules/ContactCardList/ContactCardList.styled.ts +14 -0
  297. package/dist/src/components/molecules/ContactCardList/ContactCardList.tsx +17 -0
  298. package/dist/src/components/molecules/ContactCardList/ContactCardListProps.types.d.ts +4 -0
  299. package/dist/src/components/molecules/ContactCardList/ContactCardListProps.types.js +1 -0
  300. package/dist/src/components/molecules/ContactCardList/ContactCardListProps.types.ts +5 -0
  301. package/dist/src/components/molecules/ContactCardList/index.d.ts +2 -0
  302. package/dist/src/components/molecules/ContactCardList/index.js +1 -0
  303. package/dist/src/components/molecules/ContactCardList/index.ts +2 -0
  304. package/dist/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.scss +6 -6
  305. package/dist/src/components/molecules/EmailContactBox/EmailContactBox.scss +4 -4
  306. package/dist/src/components/molecules/ExpertCardList/ExpertCardList.scss +2 -3
  307. package/dist/src/components/molecules/FaqItem/FaqItem.scss +5 -5
  308. package/dist/src/components/molecules/Feedback/Feedback.scss +5 -5
  309. package/dist/src/components/molecules/FreeDocModalContent/FreeDocModalContent.scss +3 -3
  310. package/dist/src/components/molecules/HeaderRatafia/HeaderRatafia.scss +1 -1
  311. package/dist/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.scss +3 -3
  312. package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.scss +1 -1
  313. package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.scss +2 -2
  314. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.scss +7 -7
  315. package/dist/src/components/molecules/MoreDocsDesktop/MoreDocsDesktop.scss +2 -2
  316. package/dist/src/components/molecules/MoreDocsMobile/MoreDocsMobile.scss +1 -1
  317. package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.scss +3 -3
  318. package/dist/src/components/molecules/Pagination/Pagination.scss +7 -7
  319. package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.scss +3 -3
  320. package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.scss +1 -1
  321. package/dist/src/components/molecules/PopularDocs/PopularDocs.scss +2 -2
  322. package/dist/src/components/molecules/PricingCard/PricingCard.scss +14 -14
  323. package/dist/src/components/molecules/Snackbar/Snackbar.scss +9 -9
  324. package/dist/src/components/molecules/StepGetForm/StepGetForm.scss +5 -5
  325. package/dist/src/components/molecules/TextInput/TextInput.scss +20 -20
  326. package/dist/src/components/molecules/TooltipMenu/TooltipMenu.scss +5 -5
  327. package/dist/src/components/molecules/TypeModulesList/TypeModulesList.scss +4 -4
  328. package/dist/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.scss +4 -4
  329. package/dist/src/components/molecules/index.d.ts +1 -0
  330. package/dist/src/components/molecules/index.js +1 -0
  331. package/dist/src/components/molecules/index.ts +1 -0
  332. package/dist/src/components/organisms/AboutUsContent/AboutUsContent.scss +3 -3
  333. package/dist/src/components/organisms/AsSeeInContent/AsSeeInContent.scss +2 -2
  334. package/dist/src/components/organisms/CardFunctionality/CardFunctionality.scss +10 -10
  335. package/dist/src/components/organisms/ContactContent/ContactContent.d.ts +4 -0
  336. package/dist/src/components/organisms/ContactContent/ContactContent.js +9 -0
  337. package/dist/src/components/organisms/ContactContent/ContactContent.styled.d.ts +1 -0
  338. package/dist/src/components/organisms/ContactContent/ContactContent.styled.js +28 -0
  339. package/dist/src/components/organisms/ContactContent/ContactContent.styled.ts +29 -0
  340. package/dist/src/components/organisms/ContactContent/ContactContent.tsx +20 -0
  341. package/dist/src/components/organisms/ContactContent/ContactContentProps.types.d.ts +6 -0
  342. package/dist/src/components/organisms/ContactContent/ContactContentProps.types.js +1 -0
  343. package/dist/src/components/organisms/ContactContent/ContactContentProps.types.ts +7 -0
  344. package/dist/src/components/organisms/ContactContent/index.d.ts +2 -0
  345. package/dist/src/components/organisms/ContactContent/index.js +1 -0
  346. package/dist/src/components/organisms/ContactContent/index.ts +2 -0
  347. package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.scss +3 -3
  348. package/dist/src/components/organisms/CookiePolicyBar/CookiePolicyBar.scss +2 -2
  349. package/dist/src/components/organisms/ErrorContentRatafia/ErrorContentRatafia.scss +1 -1
  350. package/dist/src/components/organisms/FaqGroup/FaqGroup.scss +2 -2
  351. package/dist/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.scss +2 -2
  352. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.scss +4 -4
  353. package/dist/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContent.scss +3 -3
  354. package/dist/src/components/organisms/KeyFactsLoadingContentRatafia/KeyFactsLoadingContentRatafia.scss +8 -8
  355. package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.scss +1 -1
  356. package/dist/src/components/organisms/LanguageSelectorMobile/LanguageSelectorMobile.scss +4 -4
  357. package/dist/src/components/organisms/LayoutRatafia/LayoutRatafia.scss +2 -2
  358. package/dist/src/components/organisms/LoginRatafiaContent/LoginRatafiaContent.scss +1 -1
  359. package/dist/src/components/organisms/MobileBottomBar/MobileBottomBar.scss +4 -4
  360. package/dist/src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.scss +1 -1
  361. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.scss +4 -4
  362. package/dist/src/components/organisms/index.d.ts +1 -0
  363. package/dist/src/components/organisms/index.js +1 -0
  364. package/dist/src/components/organisms/index.ts +1 -0
  365. package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.scss +1 -1
  366. package/dist/src/components/pages/FaqsPage/FaqsPage.scss +8 -8
  367. package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.scss +1 -1
  368. package/dist/src/components/pages/LoginRatafiaPage/LoginPageRatafia.scss +2 -2
  369. package/dist/src/components/sections/AboutUsSection/AboutUsSection.scss +6 -6
  370. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.js +2 -2
  371. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.scss +3 -64
  372. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.tsx +2 -18
  373. package/dist/src/components/sections/AsSeeInSection/AsSeeInSectionProps.types.d.ts +3 -6
  374. package/dist/src/components/sections/AsSeeInSection/AsSeeInSectionProps.types.ts +3 -6
  375. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.scss +3 -3
  376. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.scss +2 -2
  377. package/dist/src/components/sections/BlogSection/BlogSection.scss +1 -1
  378. package/dist/src/components/sections/ContactSection/ContactSection.scss +2 -2
  379. package/dist/src/components/sections/ExpertsSection/ExpertsSection.scss +3 -2
  380. package/dist/src/components/sections/FaqSection/FaqSection.scss +1 -1
  381. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.scss +2 -2
  382. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.scss +2 -2
  383. package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.scss +7 -7
  384. package/dist/src/components/sections/LegalSection/LegalSection.scss +10 -10
  385. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.scss +1 -1
  386. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.scss +1 -1
  387. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.scss +1 -1
  388. package/dist/src/components/sections/TryUsSection/TryUsSection.scss +2 -2
  389. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.scss +3 -3
  390. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.scss +1 -1
  391. package/dist/src/globalStyles/animations.scss +1 -1
  392. package/dist/src/globalStyles/base.scss +5 -5
  393. package/dist/src/globalStyles/styles.scss +4 -53
  394. package/dist/src/globalStyles/themes.scss +26 -0
  395. package/dist/src/globalStyles/typography.scss +1 -1
  396. package/dist/src/globalStyles/variables.scss +7 -6
  397. package/dist/src/globalStyles/variablesCss.scss +14 -0
  398. package/dist/tsconfig.build.tsbuildinfo +1 -1
  399. package/package.json +1 -1
  400. package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.scss +0 -24
  401. package/dist/src/components/atoms/AddButton/AddButton.scss +0 -48
  402. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.scss +0 -54
  403. package/dist/src/components/atoms/BillCard/BillCard.scss +0 -57
  404. package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.scss +0 -33
  405. package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.scss +0 -21
  406. package/dist/src/components/atoms/CardPane/CardPane.scss +0 -106
  407. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.scss +0 -116
  408. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.scss +0 -84
  409. package/dist/src/components/atoms/Disclaimer/Disclaimer.scss +0 -45
  410. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.scss +0 -149
  411. package/dist/src/components/atoms/Divider/Divider.scss +0 -20
  412. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.scss +0 -91
  413. package/dist/src/components/atoms/DocumentTag/DocumentTag.scss +0 -13
  414. package/dist/src/components/atoms/ExpertCard/ExpertCard.scss +0 -52
  415. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.scss +0 -79
  416. package/dist/src/components/atoms/FormFaq/FormFaq.scss +0 -72
  417. package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.scss +0 -6
  418. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.scss +0 -80
  419. package/dist/src/components/atoms/InfoBox/InfoBox.scss +0 -40
  420. package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.scss +0 -8
  421. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.scss +0 -38
  422. package/dist/src/components/atoms/LogoText/LogoText.scss +0 -34
  423. package/dist/src/components/atoms/MenuItems/MenuItems.scss +0 -70
  424. package/dist/src/components/atoms/Message/Message.scss +0 -31
  425. package/dist/src/components/atoms/MessageInformation/MessageInformation.scss +0 -51
  426. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.scss +0 -44
  427. package/dist/src/components/atoms/NavMenuItem/NavMenuItem.scss +0 -60
  428. package/dist/src/components/atoms/PaypalButton/PaypalButton.scss +0 -5
  429. package/dist/src/components/atoms/ProgressBar/ProgressBar.scss +0 -24
  430. package/dist/src/components/atoms/RemoveButton/RemoveButton.scss +0 -43
  431. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.scss +0 -54
  432. package/dist/src/components/atoms/RichTextInner/RichTextInner.scss +0 -34
  433. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.scss +0 -9
  434. package/dist/src/components/atoms/SearchSelect/SearchSelect.scss +0 -222
  435. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.scss +0 -48
  436. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.scss +0 -90
  437. package/dist/src/components/atoms/Spinner/Spinner.scss +0 -31
  438. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.scss +0 -27
  439. package/dist/src/components/atoms/Tag/Tag.scss +0 -27
  440. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.scss +0 -22
  441. package/dist/src/components/atoms/Tagline/Tagline.scss +0 -16
  442. package/dist/src/components/atoms/TextArea/TextArea.scss +0 -103
  443. package/dist/src/components/atoms/Toggle/Toggle.scss +0 -59
  444. package/dist/src/components/atoms/TopBar/TopBar.scss +0 -54
  445. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.scss +0 -48
  446. package/dist/src/components/atoms/TrustPilot/TrustPilot.scss +0 -11
  447. package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.scss +0 -36
  448. package/dist/src/components/atoms/WideInfoBar/WideInfoBar.scss +0 -32
@@ -13,7 +13,7 @@
13
13
  &__body {
14
14
  margin-top: 1rem;
15
15
  margin-bottom: 2rem;
16
- font-family: $font-sans;
16
+ font-family: var(--font-sans);
17
17
 
18
18
  @include landscape-tablets {
19
19
  flex-basis: 50%;
@@ -23,13 +23,13 @@
23
23
 
24
24
  .m-richText {
25
25
  a {
26
- color: get-color(primary, main);
26
+ color: var(--primary-main);
27
27
  }
28
28
  }
29
29
 
30
30
  &__button {
31
31
  margin-top: 2rem;
32
- font-family: $font-sans;
32
+ font-family: var(--font-sans);
33
33
  .e-button {
34
34
  display: block;
35
35
  @include landscape-tablets {
@@ -10,12 +10,12 @@
10
10
 
11
11
  #articles,
12
12
  #legal-documents {
13
- color: get-color(primary, main-light-1);
13
+ color: var(--primary-main-light-1);
14
14
  font-weight: 400;
15
15
  }
16
16
 
17
17
  a {
18
- color: get-color(primary, main-light-1);
18
+ color: var(--primary-main-light-1);
19
19
  font-weight: 400 !important;
20
20
  }
21
21
  }
@@ -1,22 +1,22 @@
1
1
  @import '../../../globalStyles/variables.scss';
2
2
 
3
3
  .card-functionality {
4
- border-radius: $global-border-radius;
5
- box-shadow: $box-shadow-medium;
4
+ border-radius: var(--global-border-radius);
5
+ box-shadow: var(--box-shadow-medium);
6
6
  display: flex;
7
7
  flex-direction: column;
8
- gap: $global-gap;
8
+ gap: var(--global-gap);
9
9
  padding: 1em;
10
10
 
11
11
  .content-tags {
12
12
  display: flex;
13
13
  flex-direction: column;
14
- gap: $global-gap;
14
+ gap: var(--global-gap);
15
15
 
16
16
  .content {
17
17
  display: flex;
18
18
  flex-direction: column;
19
- gap: $global-gap/2;
19
+ gap: calc(1rem / 2);
20
20
 
21
21
  .header {
22
22
  display: flex;
@@ -26,19 +26,19 @@
26
26
 
27
27
  .icon {
28
28
  padding: 2px;
29
- border-radius: $global-border-radius;
30
- background: get-color(primary, main-light-5);
29
+ border-radius: var(--global-border-radius);
30
+ background: var(--primary-main-light-5);
31
31
  }
32
32
 
33
33
  .title {
34
- color: get-color(neutral, neutral-1);
34
+ color: var(--neutral-neutral-1);
35
35
  font-weight: 700;
36
36
  }
37
37
  }
38
38
 
39
39
  .text {
40
40
  overflow: hidden;
41
- color: get-color(neutral, neutral-1);
41
+ color: var(--neutral-neutral-1);
42
42
  font-size: 14px;
43
43
  display: -webkit-box;
44
44
  -webkit-line-clamp: 2;
@@ -49,7 +49,7 @@
49
49
 
50
50
  .tags {
51
51
  display: flex;
52
- gap: $global-gap * 2;
52
+ gap: calc(1rem * 2);
53
53
  flex-wrap: wrap;
54
54
  }
55
55
  }
@@ -0,0 +1,4 @@
1
+ import { type FC } from 'react';
2
+ import { ContactContentProps } from './ContactContentProps.types';
3
+ declare const ContactContent: FC<ContactContentProps>;
4
+ export default ContactContent;
@@ -0,0 +1,9 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { ContactCardList } from '../../molecules';
3
+ import { ContactContentStyled } from './ContactContent.styled';
4
+ const ContactContent = ({ title, text, contactCards = [] }) => {
5
+ if (contactCards.length === 0)
6
+ return null;
7
+ return (_jsxs(ContactContentStyled, { className: 'contact-content', children: [_jsx("h2", { className: 'contact-content__title', children: title }), _jsx("p", { className: 'contact-content__text', children: text }), _jsx(ContactCardList, { contactCards: contactCards })] }));
8
+ };
9
+ export default ContactContent;
@@ -0,0 +1 @@
1
+ export declare const ContactContentStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -0,0 +1,28 @@
1
+ import styled from 'styled-components';
2
+ export const ContactContentStyled = styled.div `
3
+ display: flex;
4
+ flex-direction: column;
5
+ transform: translateY(-5rem);
6
+ color: var(--neutral-neutral-1);
7
+ margin-top: 1rem;
8
+
9
+ .contact-content {
10
+ &__title {
11
+ text-align: center;
12
+ font-size: 32px;
13
+ font-family: var(--font-serif);
14
+ font-style: normal;
15
+ font-weight: 400;
16
+ line-height: 42px;
17
+ letter-spacing: -0.3px;
18
+ margin: 1rem 0;
19
+ }
20
+
21
+ &__text {
22
+ text-align: center;
23
+ font-style: normal;
24
+ font-weight: 400;
25
+ margin: 0 0 2rem 0;
26
+ }
27
+ }
28
+ `;
@@ -0,0 +1,29 @@
1
+ import styled from 'styled-components'
2
+
3
+ export const ContactContentStyled = styled.div`
4
+ display: flex;
5
+ flex-direction: column;
6
+ transform: translateY(-5rem);
7
+ color: var(--neutral-neutral-1);
8
+ margin-top: 1rem;
9
+
10
+ .contact-content {
11
+ &__title {
12
+ text-align: center;
13
+ font-size: 32px;
14
+ font-family: var(--font-serif);
15
+ font-style: normal;
16
+ font-weight: 400;
17
+ line-height: 42px;
18
+ letter-spacing: -0.3px;
19
+ margin: 1rem 0;
20
+ }
21
+
22
+ &__text {
23
+ text-align: center;
24
+ font-style: normal;
25
+ font-weight: 400;
26
+ margin: 0 0 2rem 0;
27
+ }
28
+ }
29
+ `
@@ -0,0 +1,20 @@
1
+ import React, { type FC } from 'react'
2
+
3
+ import { ContactCardList } from '../../molecules'
4
+
5
+ import { ContactContentProps } from './ContactContentProps.types'
6
+
7
+ import { ContactContentStyled } from './ContactContent.styled'
8
+
9
+ const ContactContent: FC<ContactContentProps> = ({ title, text, contactCards = [] }) => {
10
+ if (contactCards.length === 0) return null
11
+
12
+ return (
13
+ <ContactContentStyled className='contact-content'>
14
+ <h2 className='contact-content__title'>{title}</h2>
15
+ <p className='contact-content__text'>{text}</p>
16
+ <ContactCardList contactCards={contactCards} />
17
+ </ContactContentStyled>
18
+ )
19
+ }
20
+ export default ContactContent
@@ -0,0 +1,6 @@
1
+ import { ContactCardProps } from '../../atoms';
2
+ export interface ContactContentProps {
3
+ title: string;
4
+ text: string;
5
+ contactCards?: ContactCardProps[];
6
+ }
@@ -0,0 +1,7 @@
1
+ import { ContactCardProps } from '../../atoms'
2
+
3
+ export interface ContactContentProps {
4
+ title: string
5
+ text: string
6
+ contactCards?: ContactCardProps[]
7
+ }
@@ -0,0 +1,2 @@
1
+ export { default as ContactContent } from './ContactContent';
2
+ export { type ContactContentProps } from './ContactContentProps.types';
@@ -0,0 +1 @@
1
+ export { default as ContactContent } from './ContactContent';
@@ -0,0 +1,2 @@
1
+ export { default as ContactContent } from './ContactContent'
2
+ export { type ContactContentProps } from './ContactContentProps.types'
@@ -4,7 +4,7 @@
4
4
 
5
5
  .contact__text {
6
6
  .contact__text__title {
7
- color: get-color(primary, main-dark-1);
7
+ color: var(--primary-main-dark-1);
8
8
  margin-bottom: space(8);
9
9
  font-size: 1.5rem;
10
10
  font-weight: 500;
@@ -12,7 +12,7 @@
12
12
  }
13
13
 
14
14
  .contact__text__subtitle {
15
- color: get-color(neutral, neutral-1);
15
+ color: var(--neutral-neutral-1);
16
16
  font-size: 1rem;
17
17
  p {
18
18
  margin-bottom: 1rem;
@@ -20,7 +20,7 @@
20
20
  }
21
21
 
22
22
  .contact__text .logo-text {
23
- color: get-color(neutral, neutral-2);
23
+ color: var(--neutral-neutral-2);
24
24
  }
25
25
 
26
26
  .logo-text {
@@ -16,7 +16,7 @@
16
16
  width: 100%;
17
17
  padding: 0 1.5rem 1rem;
18
18
  background-color: black;
19
- color: get-color(others, white);
19
+ color: var(--others-white);
20
20
 
21
21
  @include portrait-tablets {
22
22
  flex-direction: row;
@@ -41,7 +41,7 @@
41
41
 
42
42
  a {
43
43
  text-decoration: underline;
44
- color: get-color(others, white);
44
+ color: var(--others-white);
45
45
  }
46
46
 
47
47
  &.m-richText p {
@@ -3,7 +3,7 @@
3
3
 
4
4
  .error-content-ratafia {
5
5
  width: 100%;
6
- color: get-color(neutral, neutral-2);
6
+ color: var(--neutral-neutral-2);
7
7
  &__title {
8
8
  font-size: 1rem;
9
9
  padding-bottom: 1rem;
@@ -7,7 +7,7 @@
7
7
  gap: 32px;
8
8
 
9
9
  .title {
10
- color: get-color(neutral, neutral-1);
10
+ color: var(--neutral-neutral-1);
11
11
  font-size: 28px;
12
12
  line-height: 32px;
13
13
  letter-spacing: -0.3px;
@@ -16,7 +16,7 @@
16
16
  .faqs {
17
17
  display: flex;
18
18
  flex-direction: column;
19
- gap: $global-gap;
19
+ gap: var(--global-gap);
20
20
  width: 100%;
21
21
  }
22
22
  }
@@ -18,11 +18,11 @@
18
18
 
19
19
  &__text {
20
20
  align-self: stretch;
21
- color: get-color(neutral, neutral-1);
21
+ color: var(--neutral-neutral-1);
22
22
  }
23
23
  &__description {
24
24
  align-self: stretch;
25
- color: get-color(neutral, neutral-1);
25
+ color: var(--neutral-neutral-1);
26
26
  }
27
27
  }
28
28
  }
@@ -21,7 +21,7 @@
21
21
  justify-content: center;
22
22
  margin-bottom: 1rem;
23
23
  margin-right: 0;
24
- color: get-color(neutral, neutral-1);
24
+ color: var(--neutral-neutral-1);
25
25
  font-style: normal;
26
26
  font-weight: 400;
27
27
  letter-spacing: -0.3px;
@@ -32,7 +32,7 @@
32
32
  }
33
33
 
34
34
  &__title {
35
- font-family: $font-serif;
35
+ font-family: var(--font-serif);
36
36
  margin-bottom: 2rem;
37
37
  text-align: center;
38
38
  font-size: 32px;
@@ -47,12 +47,12 @@
47
47
  }
48
48
 
49
49
  &__body {
50
- font-family: $font-sans;
50
+ font-family: var(--font-sans);
51
51
  font-size: 16px;
52
52
  line-height: 22px;
53
53
 
54
54
  a {
55
- color: get-color(primary, main-light-1);
55
+ color: var(--primary-main-light-1);
56
56
  font-weight: 400 !important;
57
57
  }
58
58
  }
@@ -12,17 +12,17 @@
12
12
  line-height: 2.25rem;
13
13
  font-size: 2rem;
14
14
  font-family: 'Inter', sans-serif;
15
- color: get-color(others, white);
15
+ color: var(--others-white);
16
16
 
17
17
  &__icon {
18
18
  padding: 0 0.6rem;
19
19
  border-radius: 4px;
20
- color: get-color(primary, main-dark-2);
20
+ color: var(--primary-main-dark-2);
21
21
  background: get-color(secondary, main-light-2);
22
22
  }
23
23
  }
24
24
  }
25
25
  &__description {
26
- color: get-color(others, white);
26
+ color: var(--others-white);
27
27
  }
28
28
  }
@@ -10,7 +10,7 @@
10
10
  gap: 1rem;
11
11
 
12
12
  &__document-name {
13
- color: get-color(neutral, neutral-2);
13
+ color: var(--neutral-neutral-2);
14
14
  font-size: 1rem;
15
15
  @include portrait-tablets {
16
16
  font-size: 1.125rem;
@@ -27,9 +27,9 @@
27
27
  overflow: hidden;
28
28
 
29
29
  border-radius: 4px;
30
- border-top: 4px solid get-color(neutral, neutral-6);
31
- border-bottom: 4px solid get-color(neutral, neutral-6);
32
- background: get-color(neutral, neutral-6);
30
+ border-top: 4px solid var(--neutral-neutral-6);
31
+ border-bottom: 4px solid var(--neutral-neutral-6);
32
+ background: var(--neutral-neutral-6);
33
33
 
34
34
  @include portrait-tablets {
35
35
  height: 490px;
@@ -45,9 +45,9 @@
45
45
 
46
46
  padding: 2rem 0;
47
47
 
48
- border-bottom: 1px solid get-color(neutral, neutral-4);
48
+ border-bottom: 1px solid var(--neutral-neutral-4);
49
49
  &__loader {
50
- background: get-color(neutral, neutral-4);
50
+ background: var(--neutral-neutral-4);
51
51
  border-radius: 16px;
52
52
  }
53
53
  .item-1 {
@@ -115,13 +115,13 @@
115
115
  gap: 0.5rem;
116
116
 
117
117
  border-radius: 4px;
118
- background: get-color(secondary, main-light-4);
118
+ background: var(--secondary-main-light-4);
119
119
 
120
120
  &__icon img {
121
121
  width: 24px;
122
122
  }
123
123
  &__text {
124
- color: get-color(neutral, neutral-1);
124
+ color: var(--neutral-neutral-1);
125
125
  }
126
126
  }
127
127
  }
@@ -11,7 +11,7 @@
11
11
  gap: 1rem;
12
12
 
13
13
  &__document-name {
14
- color: get-color(neutral, neutral-2);
14
+ color: var(--neutral-neutral-2);
15
15
  font-size: 1rem;
16
16
  @include portrait-tablets {
17
17
  font-size: 1.125rem;
@@ -7,11 +7,11 @@
7
7
  display: flex;
8
8
  justify-content: space-between;
9
9
  align-items: center;
10
- background-color: get-color(primary, main-dark-1);
10
+ background-color: var(--primary-main-dark-1);
11
11
  border: 0;
12
12
 
13
13
  .language {
14
- color: get-color(others, white);
14
+ color: var(--others-white);
15
15
  }
16
16
 
17
17
  .chevron-expand-more {
@@ -40,11 +40,11 @@
40
40
  .option {
41
41
  display: flex;
42
42
  padding: 0.5rem 1rem;
43
- background-color: get-color(neutral, neutral-6);
43
+ background-color: var(--neutral-neutral-6);
44
44
  }
45
45
 
46
46
  .language {
47
- color: get-color(neutral, neutral-1);
47
+ color: var(--neutral-neutral-1);
48
48
  }
49
49
  }
50
50
 
@@ -24,7 +24,7 @@
24
24
  height: calc(100vh - 5.125rem);
25
25
 
26
26
  border-radius: 16px 16px 0 0;
27
- background: get-color(others, white);
27
+ background: var(--others-white);
28
28
  box-shadow: $box-shadow-small;
29
29
 
30
30
  @include portrait-tablets {
@@ -79,7 +79,7 @@
79
79
  padding: 1.5rem;
80
80
 
81
81
  width: 100vw;
82
- background: get-color(others, white);
82
+ background: var(--others-white);
83
83
  @include portrait-tablets {
84
84
  display: none;
85
85
  }
@@ -5,7 +5,7 @@
5
5
  width: 100%;
6
6
  &__title {
7
7
  font-size: 1rem;
8
- color: get-color(neutral, neutral-2);
8
+ color: var(--neutral-neutral-2);
9
9
  padding-bottom: 1rem;
10
10
  }
11
11
  &__email {
@@ -2,7 +2,7 @@
2
2
  @import '../../../globalStyles/mediaqueries.scss';
3
3
 
4
4
  .mobile-bottom-bar {
5
- background: get-color(others, white);
5
+ background: var(--others-white);
6
6
  position: fixed;
7
7
  display: flex;
8
8
  flex-direction: row;
@@ -10,7 +10,7 @@
10
10
  bottom: 0;
11
11
  height: 3.25rem;
12
12
  width: 100%;
13
- box-shadow: $box-shadow-container;
13
+ box-shadow: var(--box-shadow-container);
14
14
  z-index: 1;
15
15
 
16
16
  @include portrait-tablets {
@@ -31,8 +31,8 @@
31
31
  display: flex;
32
32
  align-items: center;
33
33
  justify-content: center;
34
- background-color: get-color(primary);
35
- border-color: get-color(primary);
34
+ background-color: var(--primary-main);
35
+ border-color: var(--primary-main);
36
36
 
37
37
  &:hover {
38
38
  cursor: pointer;
@@ -7,6 +7,6 @@
7
7
  gap: 1.5rem;
8
8
 
9
9
  &__title {
10
- color: get-color(neutral, neutral-1);
10
+ color: var(--neutral-neutral-1);
11
11
  }
12
12
  }
@@ -9,7 +9,7 @@
9
9
  justify-content: center;
10
10
  margin-bottom: 1rem;
11
11
  margin-right: 0;
12
- color: get-color(neutral, neutral-1);
12
+ color: var(--neutral-neutral-1);
13
13
  font-style: normal;
14
14
  font-weight: 400;
15
15
  letter-spacing: -0.3px;
@@ -20,7 +20,7 @@
20
20
  }
21
21
 
22
22
  &__title {
23
- font-family: $font-serif;
23
+ font-family: var(--font-serif);
24
24
  font-size: 32px;
25
25
  line-height: 42px;
26
26
  margin-bottom: 2rem;
@@ -33,12 +33,12 @@
33
33
  }
34
34
 
35
35
  &__body {
36
- font-family: $font-sans;
36
+ font-family: var(--font-sans);
37
37
  font-size: 16px;
38
38
  line-height: 22px;
39
39
 
40
40
  a {
41
- color: get-color(primary, main-light-1);
41
+ color: var(--primary-main-light-1);
42
42
  font-weight: 400 !important;
43
43
  }
44
44
  }
@@ -3,6 +3,7 @@ export * from './Accordion';
3
3
  export * from './ArticlesList';
4
4
  export * from './AsSeeInContent';
5
5
  export * from './CardFunctionality';
6
+ export * from './ContactContent';
6
7
  export * from './ContactJumbotron';
7
8
  export * from './CookiePolicyBar';
8
9
  export * from './ErrorContentRatafia';
@@ -3,6 +3,7 @@ export * from './Accordion';
3
3
  export * from './ArticlesList';
4
4
  export * from './AsSeeInContent';
5
5
  export * from './CardFunctionality';
6
+ export * from './ContactContent';
6
7
  export * from './ContactJumbotron';
7
8
  export * from './CookiePolicyBar';
8
9
  export * from './ErrorContentRatafia';
@@ -3,6 +3,7 @@ export * from './Accordion'
3
3
  export * from './ArticlesList'
4
4
  export * from './AsSeeInContent'
5
5
  export * from './CardFunctionality'
6
+ export * from './ContactContent'
6
7
  export * from './ContactJumbotron'
7
8
  export * from './CookiePolicyBar'
8
9
  export * from './ErrorContentRatafia'
@@ -8,7 +8,7 @@
8
8
  flex: 1 0 0;
9
9
  align-self: stretch;
10
10
  gap: 1.5rem;
11
- background-color: get-color(neutral, neutral-6);
11
+ background-color: var(--neutral-neutral-6);
12
12
 
13
13
  &__ctas {
14
14
  text-align: center;
@@ -8,15 +8,15 @@
8
8
  flex-direction: column;
9
9
  align-items: center;
10
10
  gap: 8px;
11
- background: get-color(primary, main-light-6);
11
+ background: var(--primary-main-light-6);
12
12
 
13
13
  @include landscape-tablets {
14
14
  padding: 40px 32px 80px 32px;
15
15
  }
16
16
 
17
17
  .title {
18
- color: get-color(neutral, neutral-2);
19
- font-family: $font-sans;
18
+ color: var(--neutral-neutral-2);
19
+ font-family: var(--font-sans);
20
20
  font-size: 14px;
21
21
  line-height: 18px;
22
22
  letter-spacing: -0.3px;
@@ -26,8 +26,8 @@
26
26
  }
27
27
 
28
28
  .subtitle {
29
- color: get-color(neutral, main);
30
- font-family: $font-serif;
29
+ color: var(--neutral-main);
30
+ font-family: var(--font-serif);
31
31
  font-size: 36px;
32
32
  line-height: 48px;
33
33
  font-weight: 400;
@@ -44,13 +44,13 @@
44
44
  display: flex;
45
45
  flex-direction: row;
46
46
  padding: 32px 24px;
47
- gap: $global-gap;
48
- background: get-color(primary, main-light-6);
47
+ gap: var(--global-gap);
48
+ background: var(--primary-main-light-6);
49
49
  justify-content: center;
50
50
 
51
51
  @include mobile {
52
52
  flex-direction: column;
53
- gap: $global-gap * 3;
53
+ gap: calc(1rem * 3);
54
54
  }
55
55
 
56
56
  @include landscape-tablets {
@@ -2,7 +2,7 @@
2
2
  @import '../../../globalStyles/mediaqueries.scss';
3
3
 
4
4
  .key-facts-result-page {
5
- background-color: get-color(neutral, neutral-6);
5
+ background-color: var(--neutral-neutral-6);
6
6
  &__content {
7
7
  display: flex;
8
8
  flex-direction: column;