@npm_leadtech/legal-lib-components 7.45.0 → 7.45.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 (1007) hide show
  1. package/dist/css/styles.css +67 -5
  2. package/dist/images/componentsSvg/CloseIcon.d.ts +6 -0
  3. package/dist/images/componentsSvg/CloseIcon.js +2 -0
  4. package/dist/images/componentsSvg/CloseIcon.tsx +14 -0
  5. package/dist/images/componentsSvg/InfoLocationSvg.d.ts +2 -0
  6. package/dist/images/componentsSvg/InfoLocationSvg.js +4 -0
  7. package/dist/images/componentsSvg/InfoLocationSvg.tsx +14 -0
  8. package/dist/images/componentsSvg/InfoMailSvg.d.ts +2 -0
  9. package/dist/images/componentsSvg/InfoMailSvg.js +4 -0
  10. package/dist/images/componentsSvg/InfoMailSvg.tsx +12 -0
  11. package/dist/images/componentsSvg/InfoPhoneSvg.d.ts +2 -0
  12. package/dist/images/componentsSvg/InfoPhoneSvg.js +4 -0
  13. package/dist/images/componentsSvg/InfoPhoneSvg.tsx +12 -0
  14. package/dist/images/componentsSvg/SearchIcon.d.ts +4 -0
  15. package/dist/images/componentsSvg/SearchIcon.js +4 -0
  16. package/dist/images/componentsSvg/SearchIcon.tsx +26 -0
  17. package/dist/images/png/about-us-dena.png +0 -0
  18. package/dist/images/png/about-us-grover.png +0 -0
  19. package/dist/images/png/img-customized-doc.png +0 -0
  20. package/dist/images/svg/arrow-down.svg +3 -0
  21. package/dist/images/svg/business-type.svg +3 -0
  22. package/dist/images/svg/clear-24-px.svg +14 -0
  23. package/dist/images/svg/close-grey-24px.svg +3 -0
  24. package/dist/images/svg/currencyDE.svg +3 -0
  25. package/dist/images/svg/currencyUS.svg +3 -0
  26. package/dist/images/svg/men.svg +5 -0
  27. package/dist/images/svg/mid-banner-1.svg +5 -0
  28. package/dist/images/svg/mid-banner-2.svg +5 -0
  29. package/dist/images/svg/mid-banner-3.svg +5 -0
  30. package/dist/images/svg/percent.svg +3 -0
  31. package/dist/images/svg/search_24px.svg +3 -0
  32. package/dist/src/components/atoms/BenefitCard/BenefitCard.d.ts +3 -0
  33. package/dist/src/components/atoms/BenefitCard/BenefitCard.js +5 -0
  34. package/dist/src/components/atoms/BenefitCard/BenefitCard.tsx +24 -0
  35. package/dist/src/components/atoms/{BenefitRatafiaCard/BenefitRatafiaCardProps.types.d.ts → BenefitCard/BenefitCardProps.types.d.ts} +3 -1
  36. package/dist/src/components/atoms/BenefitCard/BenefitCardProps.types.ts +8 -0
  37. package/dist/src/components/atoms/BenefitCard/BenefitCardStyled.styled.d.ts +1 -0
  38. package/dist/src/components/atoms/{BenefitRatafiaCard/BenefitRatafiaCard.styled.js → BenefitCard/BenefitCardStyled.styled.js} +10 -4
  39. package/dist/src/components/atoms/{BenefitRatafiaCard/BenefitRatafiaCard.styled.ts → BenefitCard/BenefitCardStyled.styled.ts} +10 -4
  40. package/dist/src/components/atoms/BenefitCard/index.d.ts +2 -0
  41. package/dist/src/components/atoms/BenefitCard/index.js +1 -0
  42. package/dist/src/components/atoms/BenefitCard/index.ts +2 -0
  43. package/dist/src/components/atoms/Button/ButtonProps.types.d.ts +2 -1
  44. package/dist/src/components/atoms/Button/ButtonProps.types.js +1 -0
  45. package/dist/src/components/atoms/Button/ButtonProps.types.ts +18 -16
  46. package/dist/src/components/atoms/CardBox/CardBox.d.ts +3 -0
  47. package/dist/src/components/atoms/CardBox/CardBox.js +7 -0
  48. package/dist/src/components/atoms/CardBox/CardBox.styled.d.ts +1 -0
  49. package/dist/src/components/atoms/CardBox/CardBox.styled.js +22 -0
  50. package/dist/src/components/atoms/CardBox/CardBox.styled.ts +23 -0
  51. package/dist/src/components/atoms/CardBox/CardBox.tsx +23 -0
  52. package/dist/src/components/atoms/CardBox/CardBoxProps.types.d.ts +10 -0
  53. package/dist/src/components/atoms/CardBox/CardBoxProps.types.ts +10 -0
  54. package/dist/src/components/atoms/CardBox/index.d.ts +2 -0
  55. package/dist/src/components/atoms/CardBox/index.js +1 -0
  56. package/dist/src/components/atoms/CardBox/index.ts +2 -0
  57. package/dist/src/components/atoms/CardPane/CardPane.styled.js +1 -1
  58. package/dist/src/components/atoms/CardPane/CardPane.styled.ts +1 -1
  59. package/dist/src/components/atoms/CardPane/CardPaneInfo.js +2 -2
  60. package/dist/src/components/atoms/CardPane/CardPaneInfo.tsx +2 -2
  61. package/dist/src/components/atoms/CardPane/CardPaneProps.types.d.ts +1 -0
  62. package/dist/src/components/atoms/CardPane/CardPaneProps.types.ts +1 -0
  63. package/dist/src/components/atoms/ContactCard/ContactCard.styled.js +5 -1
  64. package/dist/src/components/atoms/ContactCard/ContactCard.styled.ts +5 -1
  65. package/dist/src/components/atoms/ContactInformationHeader/ContactInformationHeader.d.ts +3 -0
  66. package/dist/src/components/atoms/ContactInformationHeader/ContactInformationHeader.js +5 -0
  67. package/dist/src/components/atoms/{BenefitRatafiaCard/BenefitRatafiaCard.styled.d.ts → ContactInformationHeader/ContactInformationHeader.styled.d.ts} +1 -1
  68. package/dist/src/components/atoms/ContactInformationHeader/ContactInformationHeader.styled.js +21 -0
  69. package/dist/src/components/atoms/ContactInformationHeader/ContactInformationHeader.styled.ts +22 -0
  70. package/dist/src/components/atoms/ContactInformationHeader/ContactInformationHeader.tsx +14 -0
  71. package/dist/src/components/atoms/ContactInformationHeader/ContactInformationHeaderProps.d.ts +4 -0
  72. package/dist/src/components/atoms/ContactInformationHeader/ContactInformationHeaderProps.ts +4 -0
  73. package/dist/src/components/atoms/ContactInformationHeader/index.d.ts +2 -0
  74. package/dist/src/components/atoms/ContactInformationHeader/index.js +2 -0
  75. package/dist/src/components/atoms/ContactInformationHeader/index.ts +2 -0
  76. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.js +1 -1
  77. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.tsx +1 -0
  78. package/dist/src/components/atoms/DatePickerCustom/index.js.map +2 -2
  79. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.styled.js +1 -1
  80. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.styled.ts +1 -1
  81. package/dist/src/components/atoms/Divider/Divider.js +2 -4
  82. package/dist/src/components/atoms/Divider/Divider.styled.js +6 -0
  83. package/dist/src/components/atoms/Divider/Divider.styled.ts +6 -0
  84. package/dist/src/components/atoms/Divider/Divider.tsx +10 -6
  85. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.js +1 -5
  86. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.js +0 -14
  87. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.ts +0 -14
  88. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.tsx +0 -9
  89. package/dist/src/components/atoms/DropdownInput/DropdownInput.d.ts +3 -0
  90. package/dist/src/components/atoms/DropdownInput/DropdownInput.js +26 -0
  91. package/dist/src/components/atoms/DropdownInput/DropdownInput.styled.d.ts +1 -0
  92. package/dist/src/components/atoms/DropdownInput/DropdownInput.styled.js +164 -0
  93. package/dist/src/components/atoms/DropdownInput/DropdownInput.styled.ts +165 -0
  94. package/dist/src/components/atoms/DropdownInput/DropdownInput.tsx +64 -0
  95. package/dist/src/components/atoms/DropdownInput/DropdownInputProps.types.d.ts +9 -0
  96. package/dist/src/components/atoms/DropdownInput/DropdownInputProps.types.js +2 -0
  97. package/dist/src/components/atoms/DropdownInput/DropdownInputProps.types.ts +11 -0
  98. package/dist/src/components/atoms/DropdownInput/index.d.ts +2 -0
  99. package/dist/src/components/atoms/DropdownInput/index.js +1 -0
  100. package/dist/src/components/atoms/DropdownInput/index.ts +2 -0
  101. package/dist/src/components/atoms/ExpertCard/ExpertCard.js +1 -1
  102. package/dist/src/components/atoms/ExpertCard/ExpertCard.styled.js +24 -25
  103. package/dist/src/components/atoms/ExpertCard/ExpertCard.styled.ts +24 -25
  104. package/dist/src/components/atoms/ExpertCard/ExpertCard.tsx +9 -8
  105. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.js +1 -1
  106. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.tsx +2 -2
  107. package/dist/src/components/atoms/FixedFooter/FixedFooter.d.ts +4 -0
  108. package/dist/src/components/atoms/FixedFooter/FixedFooter.js +4 -0
  109. package/dist/src/components/atoms/FixedFooter/FixedFooter.styled.js +1 -1
  110. package/dist/src/components/atoms/FixedFooter/FixedFooter.styled.ts +1 -1
  111. package/dist/src/components/atoms/FixedFooter/FixedFooter.tsx +4 -0
  112. package/dist/src/components/atoms/IconImage/IconImage.js +2 -2
  113. package/dist/src/components/atoms/IconImage/IconImage.tsx +7 -9
  114. package/dist/src/components/atoms/Logo/Logo.js +2 -2
  115. package/dist/src/components/atoms/Logo/Logo.tsx +3 -1
  116. package/dist/src/components/atoms/Logo/LogoProps.types.d.ts +1 -0
  117. package/dist/src/components/atoms/Logo/LogoProps.types.ts +1 -0
  118. package/dist/src/components/atoms/Logo/svg/lawdistrict-logo.svg +12 -11
  119. package/dist/src/components/atoms/Logo/svg/lawdistrict-white-logo.svg +12 -11
  120. package/dist/src/components/atoms/MenuItemsDeprecated/MenuItemsDeprecated.d.ts +4 -0
  121. package/dist/src/components/atoms/{MenuItems/MenuItems.js → MenuItemsDeprecated/MenuItemsDeprecated.js} +4 -4
  122. package/dist/src/components/atoms/MenuItemsDeprecated/MenuItemsDeprecated.styled.d.ts +1 -0
  123. package/dist/src/components/atoms/{MenuItems/MenuItems.styled.js → MenuItemsDeprecated/MenuItemsDeprecated.styled.js} +1 -1
  124. package/dist/src/components/atoms/{MenuItems/MenuItems.styled.ts → MenuItemsDeprecated/MenuItemsDeprecated.styled.ts} +1 -1
  125. package/dist/src/components/atoms/{MenuItems/MenuItems.tsx → MenuItemsDeprecated/MenuItemsDeprecated.tsx} +12 -6
  126. package/dist/src/components/atoms/{MenuItems/MenuItemProps.types.d.ts → MenuItemsDeprecated/MenuItemsDeprecatedProps.types.d.ts} +1 -1
  127. package/dist/src/components/atoms/{MenuItems/MenuItemProps.types.ts → MenuItemsDeprecated/MenuItemsDeprecatedProps.types.ts} +1 -1
  128. package/dist/src/components/atoms/MenuItemsDeprecated/index.d.ts +2 -0
  129. package/dist/src/components/atoms/MenuItemsDeprecated/index.js +1 -0
  130. package/dist/src/components/atoms/MenuItemsDeprecated/index.ts +2 -0
  131. package/dist/src/components/atoms/MobileTrigger/MobileTrigger.d.ts +3 -0
  132. package/dist/src/components/atoms/MobileTrigger/MobileTrigger.js +5 -0
  133. package/dist/src/components/atoms/MobileTrigger/MobileTrigger.styled.d.ts +5 -0
  134. package/dist/src/components/atoms/MobileTrigger/MobileTrigger.styled.js +8 -0
  135. package/dist/src/components/atoms/MobileTrigger/MobileTrigger.styled.ts +13 -0
  136. package/dist/src/components/atoms/MobileTrigger/MobileTrigger.tsx +11 -0
  137. package/dist/src/components/atoms/MobileTrigger/MobileTriggerProps.d.ts +6 -0
  138. package/dist/src/components/atoms/MobileTrigger/MobileTriggerProps.ts +6 -0
  139. package/dist/src/components/atoms/MobileTrigger/index.d.ts +2 -0
  140. package/dist/src/components/atoms/MobileTrigger/index.js +2 -0
  141. package/dist/src/components/atoms/MobileTrigger/index.ts +2 -0
  142. package/dist/src/components/atoms/PhoneNumberDisplay/PhoneNumberDisplay.d.ts +3 -0
  143. package/dist/src/components/atoms/PhoneNumberDisplay/PhoneNumberDisplay.js +6 -0
  144. package/dist/src/components/atoms/PhoneNumberDisplay/PhoneNumberDisplay.styled.d.ts +1 -0
  145. package/dist/src/components/atoms/PhoneNumberDisplay/PhoneNumberDisplay.styled.js +17 -0
  146. package/dist/src/components/atoms/PhoneNumberDisplay/PhoneNumberDisplay.styled.ts +18 -0
  147. package/dist/src/components/atoms/PhoneNumberDisplay/PhoneNumberDisplay.tsx +15 -0
  148. package/dist/src/components/atoms/PhoneNumberDisplay/PhoneNumberDisplayProps.d.ts +3 -0
  149. package/dist/src/components/atoms/PhoneNumberDisplay/PhoneNumberDisplayProps.js +1 -0
  150. package/dist/src/components/atoms/PhoneNumberDisplay/PhoneNumberDisplayProps.ts +3 -0
  151. package/dist/src/components/atoms/PhoneNumberDisplay/index.d.ts +2 -0
  152. package/dist/src/components/atoms/PhoneNumberDisplay/index.js +2 -0
  153. package/dist/src/components/atoms/PhoneNumberDisplay/index.ts +2 -0
  154. package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.styled.js +9 -0
  155. package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.styled.ts +9 -0
  156. package/dist/src/components/atoms/Radio/Radio.scss +2 -1
  157. package/dist/src/components/atoms/RatafiaLandingIcon/RatafiaLandingIcon.scss +2 -1
  158. package/dist/src/components/atoms/RatafiaResultCard/RatafiaResultCard.d.ts +4 -0
  159. package/dist/src/components/atoms/RatafiaResultCard/RatafiaResultCard.js +6 -0
  160. package/dist/src/components/atoms/RatafiaResultCard/RatafiaResultCard.styled.d.ts +1 -0
  161. package/dist/src/components/atoms/RatafiaResultCard/RatafiaResultCard.styled.js +39 -0
  162. package/dist/src/components/atoms/RatafiaResultCard/RatafiaResultCard.styled.ts +40 -0
  163. package/dist/src/components/atoms/RatafiaResultCard/RatafiaResultCard.tsx +18 -0
  164. package/dist/src/components/atoms/RatafiaResultCard/RatafiaResultCardProps.types.d.ts +5 -0
  165. package/dist/src/components/atoms/RatafiaResultCard/RatafiaResultCardProps.types.js +1 -0
  166. package/dist/src/components/atoms/RatafiaResultCard/RatafiaResultCardProps.types.ts +5 -0
  167. package/dist/src/components/atoms/RatafiaResultCard/index.d.ts +2 -0
  168. package/dist/src/components/atoms/RatafiaResultCard/index.js +1 -0
  169. package/dist/src/components/atoms/RatafiaResultCard/index.ts +2 -0
  170. package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTab.d.ts +4 -0
  171. package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTab.js +6 -0
  172. package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTab.styled.d.ts +1 -0
  173. package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTab.styled.js +38 -0
  174. package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTab.styled.ts +39 -0
  175. package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTab.tsx +23 -0
  176. package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTabProps.types.d.ts +9 -0
  177. package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTabProps.types.js +1 -0
  178. package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTabProps.types.ts +9 -0
  179. package/dist/src/components/atoms/RatafiaResultTab/index.d.ts +2 -0
  180. package/dist/src/components/atoms/RatafiaResultTab/index.js +1 -0
  181. package/dist/src/components/atoms/RatafiaResultTab/index.ts +2 -0
  182. package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResult.d.ts +4 -0
  183. package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResult.js +6 -0
  184. package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResult.styled.d.ts +1 -0
  185. package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResult.styled.js +55 -0
  186. package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResult.styled.ts +56 -0
  187. package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResult.tsx +59 -0
  188. package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResultProps.types.d.ts +15 -0
  189. package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResultProps.types.js +1 -0
  190. package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResultProps.types.ts +16 -0
  191. package/dist/src/components/atoms/RatafiaReviewResult/index.d.ts +2 -0
  192. package/dist/src/components/atoms/RatafiaReviewResult/index.js +1 -0
  193. package/dist/src/components/atoms/RatafiaReviewResult/index.ts +2 -0
  194. package/dist/src/components/atoms/SearchSelect/SearchSelect.js +9 -2
  195. package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.js +1 -1
  196. package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.ts +1 -1
  197. package/dist/src/components/atoms/SearchSelect/SearchSelect.tsx +9 -2
  198. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.js +2 -2
  199. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.tsx +2 -2
  200. package/dist/src/components/atoms/TextArea/TextArea.js +2 -2
  201. package/dist/src/components/atoms/TextArea/TextArea.tsx +3 -1
  202. package/dist/src/components/atoms/TextArea/TextAreaProps.types.d.ts +1 -0
  203. package/dist/src/components/atoms/TextArea/TextAreaProps.types.ts +1 -0
  204. package/dist/src/components/atoms/TopBar/TopBar.styled.js +49 -2
  205. package/dist/src/components/atoms/TopBar/TopBar.styled.ts +49 -2
  206. package/dist/src/components/atoms/TopBar/TopBar.tsx +1 -1
  207. package/dist/src/components/atoms/TrustPilot/TrustPilot.styled.js +2 -3
  208. package/dist/src/components/atoms/TrustPilot/TrustPilot.styled.ts +2 -3
  209. package/dist/src/components/atoms/Video/Video.d.ts +1 -1
  210. package/dist/src/components/atoms/Video/Video.js +2 -2
  211. package/dist/src/components/atoms/Video/Video.tsx +13 -2
  212. package/dist/src/components/atoms/Video/VideoProps.types.d.ts +2 -0
  213. package/dist/src/components/atoms/Video/VideoProps.types.ts +2 -0
  214. package/dist/src/components/atoms/index.d.ts +10 -3
  215. package/dist/src/components/atoms/index.js +10 -3
  216. package/dist/src/components/atoms/index.ts +10 -3
  217. package/dist/src/components/molecules/AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenu.d.ts +3 -0
  218. package/dist/src/components/molecules/AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenu.js +6 -0
  219. package/dist/src/components/molecules/AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenu.styled.d.ts +1 -0
  220. package/dist/src/components/molecules/AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenu.styled.js +18 -0
  221. package/dist/src/components/molecules/AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenu.styled.ts +19 -0
  222. package/dist/src/components/molecules/AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenu.tsx +22 -0
  223. package/dist/src/components/molecules/AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenuProps.types.d.ts +8 -0
  224. package/dist/src/components/molecules/AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenuProps.types.js +1 -0
  225. package/dist/src/components/molecules/AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenuProps.types.ts +9 -0
  226. package/dist/src/components/molecules/AllTypeDocumentsItemMenu/index.d.ts +2 -0
  227. package/dist/src/components/molecules/AllTypeDocumentsItemMenu/index.js +1 -0
  228. package/dist/src/components/molecules/AllTypeDocumentsItemMenu/index.ts +2 -0
  229. package/dist/src/components/molecules/Article/Article.js +2 -2
  230. package/dist/src/components/molecules/Article/Article.styled.js +10 -2
  231. package/dist/src/components/molecules/Article/Article.styled.ts +10 -2
  232. package/dist/src/components/molecules/Article/Article.tsx +2 -7
  233. package/dist/src/components/molecules/Article/ArticleProps.types.d.ts +1 -1
  234. package/dist/src/components/molecules/Article/ArticleProps.types.ts +1 -1
  235. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.js +2 -2
  236. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.tsx +2 -2
  237. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardListProps.types.d.ts +2 -2
  238. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardListProps.types.ts +2 -2
  239. package/dist/src/components/molecules/ContactCardList/ContactCardList.styled.js +1 -1
  240. package/dist/src/components/molecules/ContactCardList/ContactCardList.styled.ts +1 -1
  241. package/dist/src/components/molecules/ContactInfo/ContactInfo.d.ts +3 -0
  242. package/dist/src/components/molecules/ContactInfo/ContactInfo.js +4 -0
  243. package/dist/src/components/molecules/ContactInfo/ContactInfo.styled.d.ts +2 -0
  244. package/dist/src/components/molecules/ContactInfo/ContactInfo.styled.js +49 -0
  245. package/dist/src/components/molecules/ContactInfo/ContactInfo.styled.ts +51 -0
  246. package/dist/src/components/molecules/ContactInfo/ContactInfo.tsx +18 -0
  247. package/dist/src/components/molecules/ContactInfo/ContactInfoProps.types.d.ts +5 -0
  248. package/dist/src/components/molecules/ContactInfo/ContactInfoProps.types.js +1 -0
  249. package/dist/src/components/molecules/ContactInfo/ContactInfoProps.types.ts +5 -0
  250. package/dist/src/components/molecules/ContactInfo/index.d.ts +2 -0
  251. package/dist/src/components/molecules/ContactInfo/index.js +1 -0
  252. package/dist/src/components/molecules/ContactInfo/index.ts +2 -0
  253. package/dist/src/components/molecules/ContactInfoBox/ContactInfoBox.d.ts +3 -0
  254. package/dist/src/components/molecules/ContactInfoBox/ContactInfoBox.js +6 -0
  255. package/dist/src/components/{organisms/AboutUsContent/AboutUsContent.styled.d.ts → molecules/ContactInfoBox/ContactInfoBox.styled.d.ts} +1 -1
  256. package/dist/src/components/molecules/ContactInfoBox/ContactInfoBox.styled.js +23 -0
  257. package/dist/src/components/molecules/ContactInfoBox/ContactInfoBox.styled.ts +24 -0
  258. package/dist/src/components/molecules/ContactInfoBox/ContactInfoBox.tsx +15 -0
  259. package/dist/src/components/molecules/ContactInfoBox/ContactInfoBoxProps.types.d.ts +4 -0
  260. package/dist/src/components/molecules/ContactInfoBox/ContactInfoBoxProps.types.js +1 -0
  261. package/dist/src/components/molecules/ContactInfoBox/ContactInfoBoxProps.types.ts +4 -0
  262. package/dist/src/components/molecules/ContactInfoBox/index.d.ts +2 -0
  263. package/dist/src/components/molecules/ContactInfoBox/index.js +1 -0
  264. package/dist/src/components/molecules/ContactInfoBox/index.ts +2 -0
  265. package/dist/src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobile.d.ts +3 -0
  266. package/dist/src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobile.js +6 -0
  267. package/dist/src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobile.styled.d.ts +1 -0
  268. package/dist/src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobile.styled.js +23 -0
  269. package/dist/src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobile.styled.ts +24 -0
  270. package/dist/src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobile.tsx +15 -0
  271. package/dist/src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobileProps.types.d.ts +4 -0
  272. package/dist/src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobileProps.types.js +1 -0
  273. package/dist/src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobileProps.types.ts +4 -0
  274. package/dist/src/components/molecules/ContactInfoBoxMobile/index.d.ts +2 -0
  275. package/dist/src/components/molecules/ContactInfoBoxMobile/index.js +1 -0
  276. package/dist/src/components/molecules/ContactInfoBoxMobile/index.ts +2 -0
  277. package/dist/src/components/molecules/ContactInfoCard/ContactInfoCard.d.ts +3 -0
  278. package/dist/src/components/molecules/ContactInfoCard/ContactInfoCard.js +19 -0
  279. package/dist/src/components/molecules/ContactInfoCard/ContactInfoCard.styled.d.ts +1 -0
  280. package/dist/src/components/molecules/ContactInfoCard/ContactInfoCard.styled.js +77 -0
  281. package/dist/src/components/molecules/ContactInfoCard/ContactInfoCard.styled.ts +78 -0
  282. package/dist/src/components/molecules/ContactInfoCard/ContactInfoCard.tsx +58 -0
  283. package/dist/src/components/molecules/ContactInfoCard/ContactInfoCardProps.d.ts +7 -0
  284. package/dist/src/components/molecules/ContactInfoCard/ContactInfoCardProps.js +1 -0
  285. package/dist/src/components/molecules/ContactInfoCard/ContactInfoCardProps.ts +8 -0
  286. package/dist/src/components/molecules/ContactInfoCard/index.d.ts +2 -0
  287. package/dist/src/components/molecules/ContactInfoCard/index.js +2 -0
  288. package/dist/src/components/molecules/ContactInfoCard/index.ts +2 -0
  289. package/dist/src/components/molecules/DesktopSearchBar/DesktopSearchBar.d.ts +8 -0
  290. package/dist/src/components/molecules/DesktopSearchBar/DesktopSearchBar.js +44 -0
  291. package/dist/src/components/molecules/DesktopSearchBar/DesktopSearchBar.styled.d.ts +1 -0
  292. package/dist/src/components/molecules/DesktopSearchBar/DesktopSearchBar.styled.js +48 -0
  293. package/dist/src/components/molecules/DesktopSearchBar/DesktopSearchBar.styled.ts +49 -0
  294. package/dist/src/components/molecules/DesktopSearchBar/DesktopSearchBar.tsx +77 -0
  295. package/dist/src/components/molecules/DesktopSearchBar/DesktopSearchBarProps.types.d.ts +37 -0
  296. package/dist/src/components/molecules/DesktopSearchBar/DesktopSearchBarProps.types.js +1 -0
  297. package/dist/src/components/molecules/DesktopSearchBar/DesktopSearchBarProps.types.ts +40 -0
  298. package/dist/src/components/molecules/DesktopSearchBar/index.d.ts +2 -0
  299. package/dist/src/components/molecules/DesktopSearchBar/index.js +1 -0
  300. package/dist/src/components/molecules/DesktopSearchBar/index.ts +2 -0
  301. package/dist/src/components/molecules/DocumentListMenuSection/DocumentListMenuSection.d.ts +3 -0
  302. package/dist/src/components/molecules/DocumentListMenuSection/DocumentListMenuSection.js +7 -0
  303. package/dist/src/components/molecules/DocumentListMenuSection/DocumentListMenuSection.styled.d.ts +1 -0
  304. package/dist/src/components/molecules/DocumentListMenuSection/DocumentListMenuSection.styled.js +20 -0
  305. package/dist/src/components/molecules/DocumentListMenuSection/DocumentListMenuSection.styled.ts +21 -0
  306. package/dist/src/components/molecules/DocumentListMenuSection/DocumentListMenuSection.tsx +35 -0
  307. package/dist/src/components/molecules/DocumentListMenuSection/DocumentListMenuSectionProps.types.d.ts +16 -0
  308. package/dist/src/components/molecules/DocumentListMenuSection/DocumentListMenuSectionProps.types.js +1 -0
  309. package/dist/src/components/molecules/DocumentListMenuSection/DocumentListMenuSectionProps.types.ts +18 -0
  310. package/dist/src/components/molecules/DocumentListMenuSection/index.d.ts +2 -0
  311. package/dist/src/components/molecules/DocumentListMenuSection/index.js +1 -0
  312. package/dist/src/components/molecules/DocumentListMenuSection/index.ts +2 -0
  313. package/dist/src/components/molecules/ExpertCardList/ExpertCardList.styled.js +2 -3
  314. package/dist/src/components/molecules/ExpertCardList/ExpertCardList.styled.ts +2 -3
  315. package/dist/src/components/molecules/FooterMenu/FooterMenu.d.ts +3 -0
  316. package/dist/src/components/molecules/FooterMenu/FooterMenu.js +3 -0
  317. package/dist/src/components/molecules/FooterMenu/FooterMenu.styled.d.ts +4 -0
  318. package/dist/src/components/molecules/FooterMenu/FooterMenu.styled.js +31 -0
  319. package/dist/src/components/molecules/FooterMenu/FooterMenu.styled.ts +35 -0
  320. package/dist/src/components/molecules/FooterMenu/FooterMenu.tsx +22 -0
  321. package/dist/src/components/molecules/FooterMenu/FooterMenuProps.types.d.ts +11 -0
  322. package/dist/src/components/molecules/FooterMenu/FooterMenuProps.types.js +1 -0
  323. package/dist/src/components/molecules/FooterMenu/FooterMenuProps.types.ts +12 -0
  324. package/dist/src/components/molecules/FooterMenu/index.d.ts +2 -0
  325. package/dist/src/components/molecules/FooterMenu/index.js +1 -0
  326. package/dist/src/components/molecules/FooterMenu/index.ts +2 -0
  327. package/dist/src/components/molecules/HelpPanelList/HelpPanelList.d.ts +3 -0
  328. package/dist/src/components/molecules/HelpPanelList/HelpPanelList.js +5 -0
  329. package/dist/src/components/molecules/HelpPanelList/HelpPanelList.styled.d.ts +4 -0
  330. package/dist/src/components/molecules/HelpPanelList/HelpPanelList.styled.js +34 -0
  331. package/dist/src/components/molecules/HelpPanelList/HelpPanelList.styled.ts +38 -0
  332. package/dist/src/components/molecules/HelpPanelList/HelpPanelList.tsx +18 -0
  333. package/dist/src/components/molecules/HelpPanelList/HelpPanelListProps.d.ts +9 -0
  334. package/dist/src/components/molecules/HelpPanelList/HelpPanelListProps.js +1 -0
  335. package/dist/src/components/molecules/HelpPanelList/HelpPanelListProps.ts +10 -0
  336. package/dist/src/components/molecules/HelpPanelList/index.d.ts +2 -0
  337. package/dist/src/components/molecules/HelpPanelList/index.js +2 -0
  338. package/dist/src/components/molecules/HelpPanelList/index.ts +2 -0
  339. package/dist/src/components/molecules/HelpSection/HelpSection.d.ts +3 -0
  340. package/dist/src/components/molecules/HelpSection/HelpSection.js +5 -0
  341. package/dist/src/components/molecules/HelpSection/HelpSection.styled.d.ts +3 -0
  342. package/dist/src/components/molecules/HelpSection/HelpSection.styled.js +64 -0
  343. package/dist/src/components/molecules/HelpSection/HelpSection.styled.ts +66 -0
  344. package/dist/src/components/molecules/HelpSection/HelpSection.tsx +18 -0
  345. package/dist/src/components/molecules/HelpSection/HelpSectionProps.d.ts +6 -0
  346. package/dist/src/components/molecules/HelpSection/HelpSectionProps.js +1 -0
  347. package/dist/src/components/molecules/HelpSection/HelpSectionProps.ts +7 -0
  348. package/dist/src/components/molecules/HelpSection/index.d.ts +2 -0
  349. package/dist/src/components/molecules/HelpSection/index.js +2 -0
  350. package/dist/src/components/molecules/HelpSection/index.ts +2 -0
  351. package/dist/src/components/molecules/InfoBarFooter/InfoBarFooter.d.ts +4 -0
  352. package/dist/src/components/molecules/InfoBarFooter/InfoBarFooter.js +8 -0
  353. package/dist/src/components/molecules/InfoBarFooter/InfoBarFooter.styled.d.ts +3 -0
  354. package/dist/src/components/molecules/InfoBarFooter/InfoBarFooter.styled.js +49 -0
  355. package/dist/src/components/molecules/InfoBarFooter/InfoBarFooter.styled.ts +52 -0
  356. package/dist/src/components/molecules/InfoBarFooter/InfoBarFooter.tsx +53 -0
  357. package/dist/src/components/molecules/InfoBarFooter/InfoBarFooterProps.types.d.ts +10 -0
  358. package/dist/src/components/molecules/InfoBarFooter/InfoBarFooterProps.types.js +1 -0
  359. package/dist/src/components/molecules/InfoBarFooter/InfoBarFooterProps.types.ts +10 -0
  360. package/dist/src/components/molecules/InfoBarFooter/index.d.ts +2 -0
  361. package/dist/src/components/molecules/InfoBarFooter/index.js +1 -0
  362. package/dist/src/components/molecules/InfoBarFooter/index.ts +2 -0
  363. package/dist/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.styled.js +4 -2
  364. package/dist/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.styled.ts +4 -2
  365. package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCard.d.ts +3 -0
  366. package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCard.js +5 -0
  367. package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCard.styled.d.ts +1 -0
  368. package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCard.styled.js +46 -0
  369. package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCard.styled.ts +47 -0
  370. package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCard.tsx +20 -0
  371. package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCardProps.d.ts +5 -0
  372. package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCardProps.js +1 -0
  373. package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCardProps.ts +5 -0
  374. package/dist/src/components/molecules/LawGeniusInfoCard/index.d.ts +2 -0
  375. package/dist/src/components/molecules/LawGeniusInfoCard/index.js +2 -0
  376. package/dist/src/components/molecules/LawGeniusInfoCard/index.ts +2 -0
  377. package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.js +2 -2
  378. package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.tsx +2 -2
  379. package/dist/src/components/molecules/MenuItemsSection/MenuItemsSectionProps.types.d.ts +1 -1
  380. package/dist/src/components/molecules/MenuItemsSection/MenuItemsSectionProps.types.ts +1 -1
  381. package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitle.d.ts +3 -0
  382. package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitle.js +5 -0
  383. package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitle.styled.d.ts +1 -0
  384. package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitle.styled.js +26 -0
  385. package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitle.styled.ts +27 -0
  386. package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitle.tsx +17 -0
  387. package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitleProps.types.d.ts +4 -0
  388. package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitleProps.types.js +1 -0
  389. package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitleProps.types.ts +4 -0
  390. package/dist/src/components/molecules/MenuSectionTitle/index.d.ts +2 -0
  391. package/dist/src/components/molecules/MenuSectionTitle/index.js +1 -0
  392. package/dist/src/components/molecules/MenuSectionTitle/index.ts +2 -0
  393. package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.styled.js +6 -0
  394. package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.styled.ts +6 -0
  395. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.js +2 -2
  396. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.styled.js +11 -0
  397. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.styled.ts +11 -0
  398. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.tsx +28 -20
  399. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSampleProps.types.d.ts +4 -0
  400. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSampleProps.types.ts +4 -0
  401. package/dist/src/components/molecules/MobileSearchBar/MobileSearchBar.d.ts +3 -0
  402. package/dist/src/components/molecules/MobileSearchBar/MobileSearchBar.js +38 -0
  403. package/dist/src/components/molecules/MobileSearchBar/MobileSearchBar.styled.d.ts +1 -0
  404. package/dist/src/components/molecules/MobileSearchBar/MobileSearchBar.styled.js +17 -0
  405. package/dist/src/components/molecules/MobileSearchBar/MobileSearchBar.styled.ts +18 -0
  406. package/dist/src/components/molecules/MobileSearchBar/MobileSearchBar.tsx +55 -0
  407. package/dist/src/components/molecules/MobileSearchBar/MobileSearchBarProps.types.d.ts +37 -0
  408. package/dist/src/components/molecules/MobileSearchBar/MobileSearchBarProps.types.js +1 -0
  409. package/dist/src/components/molecules/MobileSearchBar/MobileSearchBarProps.types.ts +40 -0
  410. package/dist/src/components/molecules/MobileSearchBar/index.d.ts +2 -0
  411. package/dist/src/components/molecules/MobileSearchBar/index.js +1 -0
  412. package/dist/src/components/molecules/MobileSearchBar/index.ts +2 -0
  413. package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.js +2 -2
  414. package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.tsx +3 -3
  415. package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBar.d.ts +4 -0
  416. package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBar.js +7 -0
  417. package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBar.styled.d.ts +1 -0
  418. package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBar.styled.js +34 -0
  419. package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBar.styled.ts +35 -0
  420. package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBar.tsx +23 -0
  421. package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBarProps.types.d.ts +4 -0
  422. package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBarProps.types.js +1 -0
  423. package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBarProps.types.ts +4 -0
  424. package/dist/src/components/molecules/NavMobileContactBar/index.d.ts +2 -0
  425. package/dist/src/components/molecules/NavMobileContactBar/index.js +1 -0
  426. package/dist/src/components/molecules/NavMobileContactBar/index.ts +2 -0
  427. package/dist/src/components/molecules/ProductListMenu/ProductListMenu.d.ts +3 -0
  428. package/dist/src/components/molecules/ProductListMenu/ProductListMenu.js +5 -0
  429. package/dist/src/components/molecules/ProductListMenu/ProductListMenu.styled.d.ts +1 -0
  430. package/dist/src/components/molecules/ProductListMenu/ProductListMenu.styled.js +18 -0
  431. package/dist/src/components/molecules/ProductListMenu/ProductListMenu.styled.ts +19 -0
  432. package/dist/src/components/molecules/ProductListMenu/ProductListMenu.tsx +25 -0
  433. package/dist/src/components/molecules/ProductListMenu/ProductListMenuProps.types.d.ts +8 -0
  434. package/dist/src/components/molecules/ProductListMenu/ProductListMenuProps.types.js +1 -0
  435. package/dist/src/components/molecules/ProductListMenu/ProductListMenuProps.types.ts +9 -0
  436. package/dist/src/components/molecules/ProductListMenu/index.d.ts +2 -0
  437. package/dist/src/components/molecules/ProductListMenu/index.js +1 -0
  438. package/dist/src/components/molecules/ProductListMenu/index.ts +2 -0
  439. package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardList.d.ts +4 -0
  440. package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardList.js +9 -0
  441. package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardList.styled.d.ts +1 -0
  442. package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardList.styled.js +24 -0
  443. package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardList.styled.ts +25 -0
  444. package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardList.tsx +19 -0
  445. package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardListProps.types.d.ts +4 -0
  446. package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardListProps.types.js +1 -0
  447. package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardListProps.types.ts +5 -0
  448. package/dist/src/components/molecules/RatafiaResultCardList/index.d.ts +2 -0
  449. package/dist/src/components/molecules/RatafiaResultCardList/index.js +1 -0
  450. package/dist/src/components/molecules/RatafiaResultCardList/index.ts +2 -0
  451. package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabList.d.ts +4 -0
  452. package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabList.js +9 -0
  453. package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabList.styled.d.ts +1 -0
  454. package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabList.styled.js +7 -0
  455. package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabList.styled.ts +8 -0
  456. package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabList.tsx +18 -0
  457. package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabListProps.types.d.ts +4 -0
  458. package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabListProps.types.js +1 -0
  459. package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabListProps.types.ts +5 -0
  460. package/dist/src/components/molecules/RatafiaResultTabList/index.d.ts +2 -0
  461. package/dist/src/components/molecules/RatafiaResultTabList/index.js +1 -0
  462. package/dist/src/components/molecules/RatafiaResultTabList/index.ts +2 -0
  463. package/dist/src/components/molecules/SearchBar/SearchBar.d.ts +3 -0
  464. package/dist/src/components/molecules/SearchBar/SearchBar.js +21 -0
  465. package/dist/src/components/molecules/SearchBar/SearchBar.styled.d.ts +1 -0
  466. package/dist/src/components/molecules/SearchBar/SearchBar.styled.js +11 -0
  467. package/dist/src/components/molecules/SearchBar/SearchBar.styled.ts +12 -0
  468. package/dist/src/components/molecules/SearchBar/SearchBar.tsx +42 -0
  469. package/dist/src/components/molecules/SearchBar/SearchBarProps.types.d.ts +37 -0
  470. package/dist/src/components/molecules/SearchBar/SearchBarProps.types.js +1 -0
  471. package/dist/src/components/molecules/SearchBar/SearchBarProps.types.ts +41 -0
  472. package/dist/src/components/molecules/SearchBar/index.d.ts +2 -0
  473. package/dist/src/components/molecules/SearchBar/index.js +1 -0
  474. package/dist/src/components/molecules/SearchBar/index.ts +2 -0
  475. package/dist/src/components/molecules/SocialLinks/SocialLinks.d.ts +3 -0
  476. package/dist/src/components/molecules/SocialLinks/SocialLinks.js +9 -0
  477. package/dist/src/components/molecules/SocialLinks/SocialLinks.styled.d.ts +1 -0
  478. package/dist/src/components/molecules/SocialLinks/SocialLinks.styled.js +5 -0
  479. package/dist/src/components/molecules/SocialLinks/SocialLinks.styled.ts +6 -0
  480. package/dist/src/components/molecules/SocialLinks/SocialLinks.tsx +21 -0
  481. package/dist/src/components/molecules/SocialLinks/SocialLinksProps.types.d.ts +8 -0
  482. package/dist/src/components/molecules/SocialLinks/SocialLinksProps.types.js +1 -0
  483. package/dist/src/components/molecules/SocialLinks/SocialLinksProps.types.ts +9 -0
  484. package/dist/src/components/molecules/SocialLinks/index.d.ts +2 -0
  485. package/dist/src/components/molecules/SocialLinks/index.js +1 -0
  486. package/dist/src/components/molecules/SocialLinks/index.ts +2 -0
  487. package/dist/src/components/molecules/SubscriptionCard/CardBody.d.ts +6 -0
  488. package/dist/src/components/molecules/SubscriptionCard/CardBody.js +6 -0
  489. package/dist/src/components/molecules/SubscriptionCard/CardBody.tsx +29 -0
  490. package/dist/src/components/molecules/SubscriptionCard/CardFooter.d.ts +8 -0
  491. package/dist/src/components/molecules/SubscriptionCard/CardFooter.js +3 -0
  492. package/dist/src/components/molecules/SubscriptionCard/CardFooter.tsx +23 -0
  493. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.d.ts +6 -0
  494. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.js +3 -0
  495. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.styled.d.ts +1 -0
  496. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.styled.js +30 -0
  497. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.styled.ts +31 -0
  498. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.tsx +14 -0
  499. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCard.d.ts +4 -0
  500. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCard.js +15 -0
  501. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCard.tsx +38 -0
  502. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCardProps.types.d.ts +20 -0
  503. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCardProps.types.js +1 -0
  504. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCardProps.types.ts +22 -0
  505. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingText.styled.d.ts +1 -0
  506. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingText.styled.js +10 -0
  507. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingText.styled.ts +11 -0
  508. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.d.ts +8 -0
  509. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.js +4 -0
  510. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.styled.d.ts +1 -0
  511. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.styled.js +29 -0
  512. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.styled.ts +30 -0
  513. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.tsx +20 -0
  514. package/dist/src/components/molecules/{RatafiaSubscriptionCard → SubscriptionCard/RatafiaSubscriptionCard}/RatafiaSubscriptionCard.d.ts +2 -2
  515. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaSubscriptionCard.js +14 -0
  516. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaSubscriptionCard.tsx +34 -0
  517. package/dist/src/components/molecules/{RatafiaSubscriptionCard → SubscriptionCard/RatafiaSubscriptionCard}/RatafiaSubscriptionCardProps.types.d.ts +3 -3
  518. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaSubscriptionCardProps.types.js +1 -0
  519. package/dist/src/components/molecules/{RatafiaSubscriptionCard → SubscriptionCard/RatafiaSubscriptionCard}/RatafiaSubscriptionCardProps.types.ts +3 -3
  520. package/dist/src/components/molecules/SubscriptionCard/SubscriptionCard.styled.d.ts +1 -0
  521. package/dist/src/components/molecules/{RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.js → SubscriptionCard/SubscriptionCard.styled.js} +13 -31
  522. package/dist/src/components/molecules/{RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.ts → SubscriptionCard/SubscriptionCard.styled.ts} +13 -31
  523. package/dist/src/components/molecules/SubscriptionCard/index.d.ts +4 -0
  524. package/dist/src/components/molecules/SubscriptionCard/index.js +2 -0
  525. package/dist/src/components/molecules/SubscriptionCard/index.ts +4 -0
  526. package/dist/src/components/molecules/TextInput/Input.d.ts +4 -1
  527. package/dist/src/components/molecules/TextInput/Input.js +23 -3
  528. package/dist/src/components/molecules/TextInput/Input.tsx +44 -3
  529. package/dist/src/components/molecules/TextInput/TextInput.js +5 -9
  530. package/dist/src/components/molecules/TextInput/TextInput.scss +72 -2
  531. package/dist/src/components/molecules/TextInput/TextInput.tsx +9 -5
  532. package/dist/src/components/molecules/TextInput/TextInputProps.types.d.ts +4 -1
  533. package/dist/src/components/molecules/TextInput/TextInputProps.types.ts +4 -1
  534. package/dist/src/components/molecules/TextInput/stories/TextInput.stories.tsx +55 -1
  535. package/dist/src/components/molecules/TooltipMenu/TooltipMenu.js +2 -2
  536. package/dist/src/components/molecules/TooltipMenu/TooltipMenu.tsx +2 -2
  537. package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.js +1 -1
  538. package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.styled.js +20 -3
  539. package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.styled.ts +20 -3
  540. package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.tsx +3 -1
  541. package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsitesProps.types.d.ts +1 -0
  542. package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsitesProps.types.ts +1 -0
  543. package/dist/src/components/molecules/index.d.ts +16 -1
  544. package/dist/src/components/molecules/index.js +16 -1
  545. package/dist/src/components/molecules/index.ts +16 -1
  546. package/dist/src/components/organisms/AsSeeInContent/AsSeeInContent.styled.js +7 -0
  547. package/dist/src/components/organisms/AsSeeInContent/AsSeeInContent.styled.ts +7 -0
  548. package/dist/src/components/organisms/BottomFooter/BottomFooter.d.ts +3 -0
  549. package/dist/src/components/organisms/BottomFooter/BottomFooter.js +7 -0
  550. package/dist/src/components/organisms/BottomFooter/BottomFooter.styled.d.ts +6 -0
  551. package/dist/src/components/organisms/BottomFooter/BottomFooter.styled.js +35 -0
  552. package/dist/src/components/organisms/BottomFooter/BottomFooter.styled.ts +41 -0
  553. package/dist/src/components/organisms/BottomFooter/BottomFooter.tsx +51 -0
  554. package/dist/src/components/organisms/BottomFooter/BottomFooterProps.types.d.ts +9 -0
  555. package/dist/src/components/organisms/BottomFooter/BottomFooterProps.types.js +1 -0
  556. package/dist/src/components/organisms/BottomFooter/BottomFooterProps.types.ts +10 -0
  557. package/dist/src/components/organisms/BottomFooter/index.d.ts +2 -0
  558. package/dist/src/components/organisms/BottomFooter/index.js +1 -0
  559. package/dist/src/components/organisms/BottomFooter/index.ts +2 -0
  560. package/dist/src/components/organisms/ContactContent/ContactContent.js +1 -1
  561. package/dist/src/components/organisms/ContactContent/ContactContent.styled.js +27 -10
  562. package/dist/src/components/organisms/ContactContent/ContactContent.styled.ts +27 -10
  563. package/dist/src/components/organisms/ContactContent/ContactContent.tsx +7 -3
  564. package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.js +3 -3
  565. package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.styled.js +0 -1
  566. package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.styled.ts +0 -1
  567. package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.tsx +4 -6
  568. package/dist/src/components/organisms/ContactJumbotron/ContactJumbotronProps.types.d.ts +2 -3
  569. package/dist/src/components/organisms/ContactJumbotron/ContactJumbotronProps.types.ts +2 -4
  570. package/dist/src/components/organisms/DesktopMenu/DesktopMenu.d.ts +3 -0
  571. package/dist/src/components/organisms/DesktopMenu/DesktopMenu.js +7 -0
  572. package/dist/src/components/organisms/DesktopMenu/DesktopMenu.styled.d.ts +1 -0
  573. package/dist/src/components/organisms/DesktopMenu/DesktopMenu.styled.js +16 -0
  574. package/dist/src/components/organisms/DesktopMenu/DesktopMenu.styled.ts +17 -0
  575. package/dist/src/components/organisms/DesktopMenu/DesktopMenu.tsx +15 -0
  576. package/dist/src/components/organisms/DesktopMenu/DesktopMenuProps.d.ts +7 -0
  577. package/dist/src/components/organisms/DesktopMenu/DesktopMenuProps.js +1 -0
  578. package/dist/src/components/organisms/DesktopMenu/DesktopMenuProps.ts +8 -0
  579. package/dist/src/components/organisms/DesktopMenu/index.d.ts +2 -0
  580. package/dist/src/components/organisms/DesktopMenu/index.js +2 -0
  581. package/dist/src/components/organisms/DesktopMenu/index.ts +2 -0
  582. package/dist/src/components/organisms/DocumentListMenu/DocumentListMenu.d.ts +3 -0
  583. package/dist/src/components/organisms/DocumentListMenu/DocumentListMenu.js +7 -0
  584. package/dist/src/components/organisms/DocumentListMenu/DocumentListMenu.styled.d.ts +1 -0
  585. package/dist/src/components/organisms/DocumentListMenu/DocumentListMenu.styled.js +67 -0
  586. package/dist/src/components/organisms/DocumentListMenu/DocumentListMenu.styled.ts +68 -0
  587. package/dist/src/components/organisms/DocumentListMenu/DocumentListMenu.tsx +47 -0
  588. package/dist/src/components/organisms/DocumentListMenu/DocumentListMenuProps.types.d.ts +21 -0
  589. package/dist/src/components/organisms/DocumentListMenu/DocumentListMenuProps.types.js +1 -0
  590. package/dist/src/components/organisms/DocumentListMenu/DocumentListMenuProps.types.ts +24 -0
  591. package/dist/src/components/organisms/DocumentListMenu/index.d.ts +2 -0
  592. package/dist/src/components/organisms/DocumentListMenu/index.js +1 -0
  593. package/dist/src/components/organisms/DocumentListMenu/index.ts +2 -0
  594. package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenu.d.ts +3 -0
  595. package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenu.js +11 -0
  596. package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenu.styled.d.ts +1 -0
  597. package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenu.styled.js +94 -0
  598. package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenu.styled.ts +95 -0
  599. package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenu.tsx +59 -0
  600. package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenuProps.types.d.ts +22 -0
  601. package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenuProps.types.js +1 -0
  602. package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenuProps.types.ts +25 -0
  603. package/dist/src/components/organisms/DocumentMainMenu/index.d.ts +2 -0
  604. package/dist/src/components/organisms/DocumentMainMenu/index.js +1 -0
  605. package/dist/src/components/organisms/DocumentMainMenu/index.ts +2 -0
  606. package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenu.d.ts +4 -0
  607. package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenu.js +7 -0
  608. package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenu.styled.d.ts +1 -0
  609. package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenu.styled.js +27 -0
  610. package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenu.styled.ts +28 -0
  611. package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenu.tsx +21 -0
  612. package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenuProps.types.d.ts +7 -0
  613. package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenuProps.types.js +1 -0
  614. package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenuProps.types.ts +8 -0
  615. package/dist/src/components/organisms/DocumentSubMenu/index.d.ts +2 -0
  616. package/dist/src/components/organisms/DocumentSubMenu/index.js +1 -0
  617. package/dist/src/components/organisms/DocumentSubMenu/index.ts +2 -0
  618. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.js +3 -3
  619. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.styled.js +83 -35
  620. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.styled.ts +83 -35
  621. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.tsx +28 -5
  622. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContentProps.types.d.ts +7 -1
  623. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContentProps.types.ts +8 -1
  624. package/dist/src/components/organisms/HeroContent/HeroContent.d.ts +4 -0
  625. package/dist/src/components/organisms/HeroContent/HeroContent.js +7 -0
  626. package/dist/src/components/organisms/HeroContent/HeroContent.styled.d.ts +1 -0
  627. package/dist/src/components/organisms/{AboutUsContent/AboutUsContent.styled.js → HeroContent/HeroContent.styled.js} +3 -3
  628. package/dist/src/components/organisms/{AboutUsContent/AboutUsContent.styled.ts → HeroContent/HeroContent.styled.ts} +3 -3
  629. package/dist/src/components/organisms/HeroContent/HeroContent.tsx +23 -0
  630. package/dist/src/components/organisms/{AboutUsContent/AboutUsContentProps.types.d.ts → HeroContent/HeroContentPropsProps.types.d.ts} +1 -1
  631. package/dist/src/components/organisms/HeroContent/HeroContentPropsProps.types.js +1 -0
  632. package/dist/src/components/organisms/{AboutUsContent/AboutUsContentProps.types.ts → HeroContent/HeroContentPropsProps.types.ts} +1 -1
  633. package/dist/src/components/organisms/HeroContent/index.d.ts +2 -0
  634. package/dist/src/components/organisms/HeroContent/index.js +1 -0
  635. package/dist/src/components/organisms/HeroContent/index.ts +2 -0
  636. package/dist/src/components/organisms/HowWeHelp/HowWeHelp.d.ts +4 -0
  637. package/dist/src/components/organisms/HowWeHelp/HowWeHelp.js +7 -0
  638. package/dist/src/components/organisms/HowWeHelp/HowWeHelp.styled.d.ts +1 -0
  639. package/dist/src/components/organisms/HowWeHelp/HowWeHelp.styled.js +95 -0
  640. package/dist/src/components/organisms/HowWeHelp/HowWeHelp.styled.ts +96 -0
  641. package/dist/src/components/organisms/HowWeHelp/HowWeHelp.tsx +28 -0
  642. package/dist/src/components/organisms/HowWeHelp/HowWeHelpProps.types.d.ts +7 -0
  643. package/dist/src/components/organisms/HowWeHelp/HowWeHelpProps.types.js +1 -0
  644. package/dist/src/components/organisms/HowWeHelp/HowWeHelpProps.types.ts +8 -0
  645. package/dist/src/components/organisms/HowWeHelp/index.d.ts +2 -0
  646. package/dist/src/components/organisms/HowWeHelp/index.js +1 -0
  647. package/dist/src/components/organisms/HowWeHelp/index.ts +2 -0
  648. package/dist/src/components/organisms/LayoutRatafia/LayoutRatafia.styled.js +2 -1
  649. package/dist/src/components/organisms/LayoutRatafia/LayoutRatafia.styled.ts +2 -1
  650. package/dist/src/components/organisms/MenuItems/MenuItems.d.ts +3 -0
  651. package/dist/src/components/organisms/MenuItems/MenuItems.js +10 -0
  652. package/dist/src/components/{atoms → organisms}/MenuItems/MenuItems.styled.d.ts +1 -1
  653. package/dist/src/components/organisms/MenuItems/MenuItems.styled.js +488 -0
  654. package/dist/src/components/organisms/MenuItems/MenuItems.styled.ts +492 -0
  655. package/dist/src/components/organisms/MenuItems/MenuItems.tsx +81 -0
  656. package/dist/src/components/organisms/MenuItems/MenuItemsProps.types.d.ts +44 -0
  657. package/dist/src/components/organisms/MenuItems/MenuItemsProps.types.js +1 -0
  658. package/dist/src/components/organisms/MenuItems/MenuItemsProps.types.ts +45 -0
  659. package/dist/src/components/organisms/MenuItems/index.d.ts +2 -0
  660. package/dist/src/components/organisms/MenuItems/index.js +1 -0
  661. package/dist/src/components/organisms/MenuItems/index.ts +2 -0
  662. package/dist/src/components/organisms/MobileMenu/MobileMenu.d.ts +3 -0
  663. package/dist/src/components/organisms/MobileMenu/MobileMenu.js +8 -0
  664. package/dist/src/components/organisms/MobileMenu/MobileMenu.styled.d.ts +7 -0
  665. package/dist/src/components/organisms/MobileMenu/MobileMenu.styled.js +23 -0
  666. package/dist/src/components/organisms/MobileMenu/MobileMenu.styled.ts +30 -0
  667. package/dist/src/components/organisms/MobileMenu/MobileMenu.tsx +53 -0
  668. package/dist/src/components/organisms/MobileMenu/MobileMenuProps.d.ts +16 -0
  669. package/dist/src/components/organisms/MobileMenu/MobileMenuProps.js +1 -0
  670. package/dist/src/components/organisms/MobileMenu/MobileMenuProps.ts +18 -0
  671. package/dist/src/components/organisms/MobileMenu/index.d.ts +2 -0
  672. package/dist/src/components/organisms/MobileMenu/index.js +2 -0
  673. package/dist/src/components/organisms/MobileMenu/index.ts +2 -0
  674. package/dist/src/components/organisms/MobilePanel/MobilePanel.d.ts +3 -0
  675. package/dist/src/components/organisms/MobilePanel/MobilePanel.js +3 -0
  676. package/dist/src/components/organisms/MobilePanel/MobilePanel.styled.d.ts +8 -0
  677. package/dist/src/components/organisms/MobilePanel/MobilePanel.styled.js +27 -0
  678. package/dist/src/components/organisms/MobilePanel/MobilePanel.styled.ts +35 -0
  679. package/dist/src/components/organisms/MobilePanel/MobilePanel.tsx +12 -0
  680. package/dist/src/components/organisms/MobilePanel/MobilePanelProps.d.ts +7 -0
  681. package/dist/src/components/organisms/MobilePanel/MobilePanelProps.js +1 -0
  682. package/dist/src/components/organisms/MobilePanel/MobilePanelProps.ts +7 -0
  683. package/dist/src/components/organisms/MobilePanel/index.d.ts +2 -0
  684. package/dist/src/components/organisms/MobilePanel/index.js +2 -0
  685. package/dist/src/components/organisms/MobilePanel/index.ts +2 -0
  686. package/dist/src/components/organisms/NavMenu/NavMenu.d.ts +3 -0
  687. package/dist/src/components/organisms/NavMenu/NavMenu.js +10 -0
  688. package/dist/src/components/organisms/NavMenu/NavMenu.styled.d.ts +1 -0
  689. package/dist/src/components/organisms/NavMenu/NavMenu.styled.js +673 -0
  690. package/dist/src/components/organisms/NavMenu/NavMenu.styled.ts +677 -0
  691. package/dist/src/components/organisms/NavMenu/NavMenu.tsx +115 -0
  692. package/dist/src/components/organisms/NavMenu/NavMenuProps.types.d.ts +79 -0
  693. package/dist/src/components/organisms/NavMenu/NavMenuProps.types.js +1 -0
  694. package/dist/src/components/organisms/NavMenu/NavMenuProps.types.ts +81 -0
  695. package/dist/src/components/organisms/NavMenu/index.d.ts +2 -0
  696. package/dist/src/components/organisms/NavMenu/index.js +1 -0
  697. package/dist/src/components/organisms/NavMenu/index.ts +2 -0
  698. package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContent.d.ts +4 -0
  699. package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContent.js +6 -0
  700. package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContent.styled.d.ts +1 -0
  701. package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContent.styled.js +143 -0
  702. package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContent.styled.ts +144 -0
  703. package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContent.tsx +48 -0
  704. package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContentProps.types.d.ts +7 -0
  705. package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContentProps.types.js +1 -0
  706. package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContentProps.types.ts +7 -0
  707. package/dist/src/components/organisms/RatafiaLoadingResultContent/index.d.ts +2 -0
  708. package/dist/src/components/organisms/RatafiaLoadingResultContent/index.js +1 -0
  709. package/dist/src/components/organisms/RatafiaLoadingResultContent/index.ts +2 -0
  710. package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContent.d.ts +4 -0
  711. package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContent.js +9 -0
  712. package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContent.styled.d.ts +1 -0
  713. package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContent.styled.js +26 -0
  714. package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContent.styled.ts +27 -0
  715. package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContent.tsx +26 -0
  716. package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContentProps.types.d.ts +13 -0
  717. package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContentProps.types.js +1 -0
  718. package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContentProps.types.ts +16 -0
  719. package/dist/src/components/organisms/RatafiaResultContent/index.d.ts +3 -0
  720. package/dist/src/components/organisms/RatafiaResultContent/index.js +1 -0
  721. package/dist/src/components/organisms/RatafiaResultContent/index.ts +3 -0
  722. package/dist/src/components/organisms/TopFooter/TopFooter.d.ts +3 -0
  723. package/dist/src/components/organisms/TopFooter/TopFooter.js +7 -0
  724. package/dist/src/components/organisms/TopFooter/TopFooter.styled.d.ts +2 -0
  725. package/dist/src/components/organisms/TopFooter/TopFooter.styled.js +31 -0
  726. package/dist/src/components/organisms/TopFooter/TopFooter.styled.ts +33 -0
  727. package/dist/src/components/organisms/TopFooter/TopFooter.tsx +20 -0
  728. package/dist/src/components/organisms/TopFooter/TopFooterProps.types.d.ts +7 -0
  729. package/dist/src/components/organisms/TopFooter/TopFooterProps.types.js +1 -0
  730. package/dist/src/components/organisms/TopFooter/TopFooterProps.types.ts +8 -0
  731. package/dist/src/components/organisms/TopFooter/index.d.ts +2 -0
  732. package/dist/src/components/organisms/TopFooter/index.js +1 -0
  733. package/dist/src/components/organisms/TopFooter/index.ts +2 -0
  734. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.js +5 -2
  735. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.styled.js +35 -2
  736. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.styled.ts +35 -2
  737. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.tsx +7 -2
  738. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContentProps.types.d.ts +4 -1
  739. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContentProps.types.js +2 -0
  740. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContentProps.types.ts +4 -1
  741. package/dist/src/components/organisms/VisibleEnvVariables/VisibleEnvVariables.d.ts +4 -0
  742. package/dist/src/components/organisms/VisibleEnvVariables/VisibleEnvVariables.js +6 -0
  743. package/dist/src/components/organisms/VisibleEnvVariables/VisibleEnvVariables.styled.d.ts +1 -0
  744. package/dist/src/components/organisms/VisibleEnvVariables/VisibleEnvVariables.styled.js +13 -0
  745. package/dist/src/components/organisms/VisibleEnvVariables/VisibleEnvVariables.styled.ts +14 -0
  746. package/dist/src/components/organisms/VisibleEnvVariables/VisibleEnvVariables.tsx +18 -0
  747. package/dist/src/components/organisms/VisibleEnvVariables/VisibleEnvVariablesProps.types.d.ts +3 -0
  748. package/dist/src/components/organisms/VisibleEnvVariables/VisibleEnvVariablesProps.types.js +1 -0
  749. package/dist/src/components/organisms/VisibleEnvVariables/VisibleEnvVariablesProps.types.ts +3 -0
  750. package/dist/src/components/organisms/VisibleEnvVariables/index.d.ts +2 -0
  751. package/dist/src/components/organisms/VisibleEnvVariables/index.js +1 -0
  752. package/dist/src/components/organisms/VisibleEnvVariables/index.ts +2 -0
  753. package/dist/src/components/organisms/index.d.ts +14 -1
  754. package/dist/src/components/organisms/index.js +14 -1
  755. package/dist/src/components/organisms/index.ts +14 -1
  756. package/dist/src/components/pages/AboutUsPage/AboutUsPage.js +4 -3
  757. package/dist/src/components/pages/AboutUsPage/AboutUsPage.tsx +10 -2
  758. package/dist/src/components/pages/AboutUsPage/AboutUsPageProps.d.ts +6 -2
  759. package/dist/src/components/pages/AboutUsPage/AboutUsPageProps.ts +7 -2
  760. package/dist/src/components/pages/ContactUsPage/ContactUsPage.js +3 -3
  761. package/dist/src/components/pages/ContactUsPage/ContactUsPage.tsx +3 -3
  762. package/dist/src/components/pages/ContactUsPage/ContactUsPageProps.d.ts +2 -2
  763. package/dist/src/components/pages/ContactUsPage/ContactUsPageProps.ts +2 -2
  764. package/dist/src/components/pages/HowItWorksPage/HowItWorksPage.d.ts +3 -0
  765. package/dist/src/components/pages/HowItWorksPage/HowItWorksPage.js +5 -0
  766. package/dist/src/components/pages/HowItWorksPage/HowItWorksPage.tsx +26 -0
  767. package/dist/src/components/pages/HowItWorksPage/HowItWorksPageProps.d.ts +10 -0
  768. package/dist/src/components/pages/HowItWorksPage/HowItWorksPageProps.js +1 -0
  769. package/dist/src/components/pages/HowItWorksPage/HowItWorksPageProps.ts +16 -0
  770. package/dist/src/components/pages/HowItWorksPage/index.d.ts +2 -0
  771. package/dist/src/components/pages/HowItWorksPage/index.js +2 -0
  772. package/dist/src/components/pages/HowItWorksPage/index.ts +2 -0
  773. package/dist/src/components/pages/PricingPage/PricingPage.d.ts +3 -0
  774. package/dist/src/components/pages/PricingPage/PricingPage.js +10 -0
  775. package/dist/src/components/pages/PricingPage/PricingPage.styled.d.ts +1 -0
  776. package/dist/src/components/pages/PricingPage/PricingPage.styled.js +130 -0
  777. package/dist/src/components/pages/PricingPage/PricingPage.styled.ts +131 -0
  778. package/dist/src/components/pages/PricingPage/PricingPage.tsx +53 -0
  779. package/dist/src/components/pages/PricingPage/PricingPageProps.d.ts +28 -0
  780. package/dist/src/components/pages/PricingPage/PricingPageProps.js +1 -0
  781. package/dist/src/components/pages/PricingPage/PricingPageProps.ts +33 -0
  782. package/dist/src/components/pages/PricingPage/index.d.ts +2 -0
  783. package/dist/src/components/pages/PricingPage/index.js +2 -0
  784. package/dist/src/components/pages/PricingPage/index.ts +2 -0
  785. package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPage.d.ts +4 -0
  786. package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPage.js +15 -0
  787. package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPage.styled.d.ts +1 -0
  788. package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPage.styled.js +23 -0
  789. package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPage.styled.ts +24 -0
  790. package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPage.tsx +76 -0
  791. package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPageProps.types.d.ts +20 -0
  792. package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPageProps.types.js +1 -0
  793. package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPageProps.types.ts +22 -0
  794. package/dist/src/components/pages/RatafiaResultPage/index.d.ts +2 -0
  795. package/dist/src/components/pages/RatafiaResultPage/index.js +1 -0
  796. package/dist/src/components/pages/RatafiaResultPage/index.ts +2 -0
  797. package/dist/src/components/pages/index.d.ts +3 -1
  798. package/dist/src/components/pages/index.js +3 -1
  799. package/dist/src/components/pages/index.ts +3 -1
  800. package/dist/src/components/sections/AppHeader/AppHeader.d.ts +4 -0
  801. package/dist/src/components/sections/AppHeader/AppHeader.js +8 -0
  802. package/dist/src/components/sections/AppHeader/AppHeader.scss +35 -0
  803. package/dist/src/components/sections/AppHeader/AppHeader.styled.d.ts +2 -0
  804. package/dist/src/components/sections/AppHeader/AppHeader.styled.js +35 -0
  805. package/dist/src/components/sections/AppHeader/AppHeader.styled.ts +36 -0
  806. package/dist/src/components/sections/AppHeader/AppHeader.tsx +58 -0
  807. package/dist/src/components/sections/AppHeader/AppHeaderProps.d.ts +26 -0
  808. package/dist/src/components/sections/AppHeader/AppHeaderProps.js +1 -0
  809. package/dist/src/components/sections/AppHeader/AppHeaderProps.ts +27 -0
  810. package/dist/src/components/sections/AppHeader/index.d.ts +2 -0
  811. package/dist/src/components/sections/AppHeader/index.js +2 -0
  812. package/dist/src/components/sections/AppHeader/index.ts +2 -0
  813. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.js +3 -3
  814. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.styled.js +10 -17
  815. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.styled.ts +10 -17
  816. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.tsx +2 -9
  817. package/dist/src/components/sections/AsSeeInSection/AsSeeInSectionProps.types.d.ts +0 -4
  818. package/dist/src/components/sections/AsSeeInSection/AsSeeInSectionProps.types.ts +0 -4
  819. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSectionProps.types.d.ts +2 -2
  820. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSectionProps.types.ts +2 -2
  821. package/dist/src/components/sections/CardBoxSection/CardBoxSection.d.ts +4 -0
  822. package/dist/src/components/sections/CardBoxSection/CardBoxSection.js +9 -0
  823. package/dist/src/components/sections/CardBoxSection/CardBoxSection.styled.d.ts +2 -0
  824. package/dist/src/components/sections/CardBoxSection/CardBoxSection.styled.js +33 -0
  825. package/dist/src/components/sections/CardBoxSection/CardBoxSection.styled.ts +35 -0
  826. package/dist/src/components/sections/CardBoxSection/CardBoxSection.tsx +23 -0
  827. package/dist/src/components/sections/CardBoxSection/CardBoxSectionProps.d.ts +4 -0
  828. package/dist/src/components/sections/CardBoxSection/CardBoxSectionProps.js +1 -0
  829. package/dist/src/components/sections/CardBoxSection/CardBoxSectionProps.ts +5 -0
  830. package/dist/src/components/sections/CardBoxSection/index.d.ts +2 -0
  831. package/dist/src/components/sections/CardBoxSection/index.js +1 -0
  832. package/dist/src/components/sections/CardBoxSection/index.ts +2 -0
  833. package/dist/src/components/sections/CardStorySection/CardStorySection.styled.js +2 -1
  834. package/dist/src/components/sections/CardStorySection/CardStorySection.styled.ts +2 -1
  835. package/dist/src/components/sections/ContactSection/ContactSection.styled.js +2 -0
  836. package/dist/src/components/sections/ContactSection/ContactSection.styled.ts +2 -0
  837. package/dist/src/components/sections/ExpertsSection/ExpertsSection.js +2 -2
  838. package/dist/src/components/sections/ExpertsSection/ExpertsSection.styled.js +14 -5
  839. package/dist/src/components/sections/ExpertsSection/ExpertsSection.styled.ts +14 -5
  840. package/dist/src/components/sections/ExpertsSection/ExpertsSection.tsx +2 -1
  841. package/dist/src/components/sections/ExpertsSection/ExpertsSectionProps.types.d.ts +2 -0
  842. package/dist/src/components/sections/ExpertsSection/ExpertsSectionProps.types.ts +2 -0
  843. package/dist/src/components/sections/FaqSection/FaqSection.js +1 -1
  844. package/dist/src/components/sections/FaqSection/FaqSection.tsx +1 -3
  845. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.styled.js +2 -1
  846. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.styled.ts +2 -1
  847. package/dist/src/components/sections/Footer/Footer.d.ts +3 -0
  848. package/dist/src/components/sections/Footer/Footer.js +7 -0
  849. package/dist/src/components/sections/Footer/Footer.mocks.d.ts +10 -0
  850. package/dist/src/components/sections/Footer/Footer.mocks.js +65 -0
  851. package/dist/src/components/sections/Footer/Footer.mocks.ts +77 -0
  852. package/dist/src/components/sections/Footer/Footer.styled.d.ts +1 -0
  853. package/dist/src/components/sections/Footer/Footer.styled.js +9 -0
  854. package/dist/src/components/sections/Footer/Footer.styled.ts +10 -0
  855. package/dist/src/components/sections/Footer/Footer.tsx +14 -0
  856. package/dist/src/components/sections/Footer/FooterProps.types.d.ts +6 -0
  857. package/dist/src/components/sections/Footer/FooterProps.types.js +1 -0
  858. package/dist/src/components/sections/Footer/FooterProps.types.ts +7 -0
  859. package/dist/src/components/sections/Footer/index.d.ts +8 -0
  860. package/dist/src/components/sections/Footer/index.js +1 -0
  861. package/dist/src/components/sections/Footer/index.ts +8 -0
  862. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.js +1 -1
  863. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.tsx +5 -0
  864. package/dist/src/components/sections/Header/Header.d.ts +4 -0
  865. package/dist/src/components/sections/Header/Header.js +11 -0
  866. package/dist/src/components/sections/Header/Header.styled.d.ts +1 -0
  867. package/dist/src/components/sections/Header/Header.styled.js +142 -0
  868. package/dist/src/components/sections/Header/Header.styled.ts +143 -0
  869. package/dist/src/components/sections/Header/Header.tsx +28 -0
  870. package/dist/src/components/sections/Header/HeaderProps.types.d.ts +95 -0
  871. package/dist/src/components/sections/Header/HeaderProps.types.js +1 -0
  872. package/dist/src/components/sections/Header/HeaderProps.types.ts +99 -0
  873. package/dist/src/components/sections/Header/index.d.ts +2 -0
  874. package/dist/src/components/sections/Header/index.js +1 -0
  875. package/dist/src/components/sections/Header/index.ts +2 -0
  876. package/dist/src/components/sections/HeroSection/HeroSection.d.ts +4 -0
  877. package/dist/src/components/sections/HeroSection/HeroSection.js +7 -0
  878. package/dist/src/components/sections/HeroSection/HeroSection.tsx +24 -0
  879. package/dist/src/components/sections/HeroSection/HeroSectionProps.types.d.ts +6 -0
  880. package/dist/src/components/sections/HeroSection/HeroSectionProps.types.js +1 -0
  881. package/dist/src/components/sections/HeroSection/HeroSectionProps.types.ts +7 -0
  882. package/dist/src/components/sections/HeroSection/HeroSectionStyled.styled.d.ts +1 -0
  883. package/dist/src/components/sections/{AboutUsSection/AboutUsSection.styled.js → HeroSection/HeroSectionStyled.styled.js} +2 -2
  884. package/dist/src/components/sections/{AboutUsSection/AboutUsSection.styled.ts → HeroSection/HeroSectionStyled.styled.ts} +2 -2
  885. package/dist/src/components/sections/HeroSection/index.d.ts +2 -0
  886. package/dist/src/components/sections/HeroSection/index.js +1 -0
  887. package/dist/src/components/sections/HeroSection/index.ts +2 -0
  888. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.js +2 -3
  889. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.styled.js +12 -8
  890. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.styled.ts +12 -8
  891. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.tsx +3 -10
  892. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSectionProps.types.d.ts +1 -1
  893. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSectionProps.types.ts +1 -1
  894. package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSection.d.ts +4 -0
  895. package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSection.js +12 -0
  896. package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSection.styled.d.ts +1 -0
  897. package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSection.styled.js +118 -0
  898. package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSection.styled.ts +119 -0
  899. package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSection.tsx +70 -0
  900. package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSectionProps.types.d.ts +15 -0
  901. package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSectionProps.types.js +1 -0
  902. package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSectionProps.types.ts +16 -0
  903. package/dist/src/components/sections/LawGeniusCardsSection/index.d.ts +2 -0
  904. package/dist/src/components/sections/LawGeniusCardsSection/index.js +1 -0
  905. package/dist/src/components/sections/LawGeniusCardsSection/index.ts +2 -0
  906. package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.styled.js +1 -1
  907. package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.styled.ts +1 -1
  908. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.js +6 -4
  909. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.js +65 -0
  910. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.ts +65 -0
  911. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.tsx +16 -4
  912. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSectionProps.types.d.ts +4 -1
  913. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSectionProps.types.ts +4 -1
  914. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.styled.js +11 -7
  915. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.styled.ts +11 -7
  916. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.tsx +0 -2
  917. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSectionProps.types.d.ts +2 -2
  918. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSectionProps.types.ts +2 -2
  919. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.js +2 -2
  920. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.tsx +9 -2
  921. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSectionProps.types.d.ts +1 -0
  922. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSectionProps.types.ts +1 -0
  923. package/dist/src/components/sections/TryNowSection/TryNowSection.d.ts +3 -0
  924. package/dist/src/components/sections/TryNowSection/TryNowSection.js +6 -0
  925. package/dist/src/components/sections/TryNowSection/TryNowSection.styled.d.ts +1 -0
  926. package/dist/src/components/sections/TryNowSection/TryNowSection.styled.js +190 -0
  927. package/dist/src/components/sections/TryNowSection/TryNowSection.styled.ts +191 -0
  928. package/dist/src/components/sections/TryNowSection/TryNowSection.tsx +27 -0
  929. package/dist/src/components/sections/TryNowSection/TryNowSectionProps.d.ts +8 -0
  930. package/dist/src/components/sections/TryNowSection/TryNowSectionProps.js +1 -0
  931. package/dist/src/components/sections/TryNowSection/TryNowSectionProps.ts +9 -0
  932. package/dist/src/components/sections/TryNowSection/index.d.ts +2 -0
  933. package/dist/src/components/sections/TryNowSection/index.js +1 -0
  934. package/dist/src/components/sections/TryNowSection/index.ts +2 -0
  935. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.js +9 -1
  936. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.styled.js +30 -0
  937. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.styled.ts +30 -0
  938. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.tsx +11 -1
  939. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.styled.js +6 -0
  940. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.styled.ts +6 -0
  941. package/dist/src/components/sections/index.d.ts +9 -1
  942. package/dist/src/components/sections/index.js +9 -1
  943. package/dist/src/components/sections/index.ts +9 -1
  944. package/dist/src/globalStyles/breakpoints.d.ts +2 -0
  945. package/dist/src/globalStyles/breakpoints.js +2 -0
  946. package/dist/src/globalStyles/breakpoints.ts +3 -0
  947. package/dist/src/globalStyles/themes.scss +0 -2
  948. package/dist/src/hooks/useIntersectionObserver.d.ts +7 -5
  949. package/dist/src/hooks/useIntersectionObserver.js +5 -7
  950. package/dist/src/hooks/useIntersectionObserver.tsx +12 -10
  951. package/dist/src/hooks/useSearchFunction.d.ts +10 -0
  952. package/dist/src/hooks/useSearchFunction.js +28 -0
  953. package/dist/src/hooks/useSearchFunction.tsx +63 -0
  954. package/dist/src/hooks/useWindowSize.d.ts +6 -0
  955. package/dist/src/hooks/useWindowSize.js +43 -0
  956. package/dist/src/hooks/useWindowSize.tsx +51 -0
  957. package/dist/tsconfig.build.tsbuildinfo +1 -1
  958. package/package.json +1 -1
  959. package/dist/images/componentsSvg/RatafiaIcon24px.d.ts +0 -6
  960. package/dist/images/componentsSvg/RatafiaIcon24px.js +0 -2
  961. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.d.ts +0 -4
  962. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.js +0 -6
  963. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.tsx +0 -18
  964. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCardProps.types.ts +0 -6
  965. package/dist/src/components/atoms/BenefitRatafiaCard/index.d.ts +0 -2
  966. package/dist/src/components/atoms/BenefitRatafiaCard/index.js +0 -1
  967. package/dist/src/components/atoms/BenefitRatafiaCard/index.ts +0 -2
  968. package/dist/src/components/atoms/MenuItems/MenuItems.d.ts +0 -4
  969. package/dist/src/components/atoms/MenuItems/index.d.ts +0 -2
  970. package/dist/src/components/atoms/MenuItems/index.js +0 -1
  971. package/dist/src/components/atoms/MenuItems/index.ts +0 -2
  972. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.d.ts +0 -7
  973. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.js +0 -10
  974. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.d.ts +0 -1
  975. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.js +0 -49
  976. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.ts +0 -50
  977. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.tsx +0 -22
  978. package/dist/src/components/atoms/TopBarMobile/index.d.ts +0 -1
  979. package/dist/src/components/atoms/TopBarMobile/index.js +0 -1
  980. package/dist/src/components/atoms/TopBarMobile/index.ts +0 -1
  981. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.js +0 -12
  982. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.d.ts +0 -1
  983. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.tsx +0 -61
  984. package/dist/src/components/molecules/RatafiaSubscriptionCard/index.d.ts +0 -2
  985. package/dist/src/components/molecules/RatafiaSubscriptionCard/index.js +0 -1
  986. package/dist/src/components/molecules/RatafiaSubscriptionCard/index.ts +0 -2
  987. package/dist/src/components/organisms/AboutUsContent/AboutUsContent.d.ts +0 -4
  988. package/dist/src/components/organisms/AboutUsContent/AboutUsContent.js +0 -7
  989. package/dist/src/components/organisms/AboutUsContent/AboutUsContent.tsx +0 -23
  990. package/dist/src/components/organisms/AboutUsContent/index.d.ts +0 -2
  991. package/dist/src/components/organisms/AboutUsContent/index.js +0 -1
  992. package/dist/src/components/organisms/AboutUsContent/index.ts +0 -2
  993. package/dist/src/components/sections/AboutUsSection/AboutUsSection.d.ts +0 -4
  994. package/dist/src/components/sections/AboutUsSection/AboutUsSection.js +0 -7
  995. package/dist/src/components/sections/AboutUsSection/AboutUsSection.styled.d.ts +0 -1
  996. package/dist/src/components/sections/AboutUsSection/AboutUsSection.tsx +0 -24
  997. package/dist/src/components/sections/AboutUsSection/AboutUsSectionProps.types.d.ts +0 -6
  998. package/dist/src/components/sections/AboutUsSection/AboutUsSectionProps.types.ts +0 -7
  999. package/dist/src/components/sections/AboutUsSection/index.d.ts +0 -2
  1000. package/dist/src/components/sections/AboutUsSection/index.js +0 -1
  1001. package/dist/src/components/sections/AboutUsSection/index.ts +0 -2
  1002. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.scss +0 -37
  1003. /package/dist/src/components/atoms/{BenefitRatafiaCard/BenefitRatafiaCardProps.types.js → BenefitCard/BenefitCardProps.types.js} +0 -0
  1004. /package/dist/src/components/atoms/{MenuItems/MenuItemProps.types.js → CardBox/CardBoxProps.types.js} +0 -0
  1005. /package/dist/src/components/{molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCardProps.types.js → atoms/ContactInformationHeader/ContactInformationHeaderProps.js} +0 -0
  1006. /package/dist/src/components/{organisms/AboutUsContent/AboutUsContentProps.types.js → atoms/MenuItemsDeprecated/MenuItemsDeprecatedProps.types.js} +0 -0
  1007. /package/dist/src/components/{sections/AboutUsSection/AboutUsSectionProps.types.js → atoms/MobileTrigger/MobileTriggerProps.js} +0 -0
@@ -228,8 +228,6 @@ html {
228
228
  --snackbar-success-border: #34b2a7;
229
229
  --snackbar-reminder-bg: #f2bd6a;
230
230
  --snackbar-reminder-border: #cd9a4c;
231
- }
232
- html {
233
231
  --primary-main-light-6: #eff7f5;
234
232
  --primary-main-light-5: #e4f8f3;
235
233
  --primary-main-light-4: #c0f7e8;
@@ -1770,7 +1768,7 @@ h2.react-datepicker__current-month {
1770
1768
  .e-radio .label {
1771
1769
  color: var(--neutral-neutral-1);
1772
1770
  display: block;
1773
- margin-bottom: 1rem;
1771
+ margin: 1rem 0;
1774
1772
  }
1775
1773
  .e-radio.default .e-radio__inner {
1776
1774
  display: flex;
@@ -1839,6 +1837,9 @@ h2.react-datepicker__current-month {
1839
1837
  padding: 16px 15px;
1840
1838
  }
1841
1839
  }
1840
+ .e-radio.tabs {
1841
+ margin-top: 1rem;
1842
+ }
1842
1843
  .e-radio.tabs .e-radio__inner {
1843
1844
  display: flex;
1844
1845
  }
@@ -2031,6 +2032,9 @@ h2.react-datepicker__current-month {
2031
2032
  margin-bottom: 1rem;
2032
2033
  position: relative;
2033
2034
  }
2035
+ .e-text .e-text-input__short {
2036
+ width: 50%;
2037
+ }
2034
2038
  .e-text input {
2035
2039
  -webkit-appearance: none;
2036
2040
  -moz-appearance: none;
@@ -2069,6 +2073,9 @@ h2.react-datepicker__current-month {
2069
2073
  color: var(--neutral-neutral-1);
2070
2074
  font-weight: bold;
2071
2075
  }
2076
+ .e-text .e-text__inner {
2077
+ grid-row: 1;
2078
+ }
2072
2079
  .e-text .form-group__label-icon {
2073
2080
  color: var(--neutral-neutral-1);
2074
2081
  font-weight: bold;
@@ -2110,9 +2117,11 @@ h2.react-datepicker__current-month {
2110
2117
  .e-text--is-invalid .e-text__error {
2111
2118
  display: flex;
2112
2119
  align-content: center;
2113
- bottom: -5.5rem;
2114
- margin-top: 0.5rem;
2115
2120
  color: var(--error-main);
2121
+ position: absolute;
2122
+ bottom: -1.5rem;
2123
+ align-items: center;
2124
+ height: fit-content;
2116
2125
  }
2117
2126
  .e-text--is-invalid .e-text__error-icon {
2118
2127
  display: flex;
@@ -2151,6 +2160,37 @@ h2.react-datepicker__current-month {
2151
2160
  outline: none;
2152
2161
  background-color: var(--neutral-neutral-6);
2153
2162
  }
2163
+ .e-text--has-prefix {
2164
+ width: 100%;
2165
+ display: grid;
2166
+ grid-template-columns: 1fr;
2167
+ }
2168
+ @media (min-width: 575px) {
2169
+ .e-text--has-prefix {
2170
+ width: 50%;
2171
+ }
2172
+ }
2173
+ .e-text--has-prefix .tooltip-form {
2174
+ grid-row: 3;
2175
+ }
2176
+ .e-text--has-prefix .has-currency-prefix {
2177
+ padding-left: 2rem;
2178
+ grid-column: 1;
2179
+ grid-row: 2;
2180
+ align-self: center;
2181
+ }
2182
+ .e-text--has-prefix .has-currency-suffix {
2183
+ padding-right: 2rem;
2184
+ grid-column: 1;
2185
+ grid-row: 2;
2186
+ align-self: center;
2187
+ }
2188
+ .e-text--has-prefix .has-percent-suffix {
2189
+ padding-left: 0.75rem;
2190
+ grid-column: 1;
2191
+ grid-row: 2;
2192
+ align-self: center;
2193
+ }
2154
2194
  .e-text .input-icon {
2155
2195
  position: absolute;
2156
2196
  transform: translate(-15%, -65%);
@@ -2165,6 +2205,28 @@ h2.react-datepicker__current-month {
2165
2205
  background: none;
2166
2206
  border: none;
2167
2207
  }
2208
+ .e-text .input-icon-currency-suffix {
2209
+ grid-column: 1;
2210
+ grid-row: 2;
2211
+ align-self: center;
2212
+ margin-left: calc(100% - 30px);
2213
+ width: fit-content;
2214
+ }
2215
+ .e-text .input-icon-currency-prefix {
2216
+ grid-column: 1;
2217
+ grid-row: 2;
2218
+ align-self: center;
2219
+ z-index: 1;
2220
+ padding-left: 0.87rem;
2221
+ width: fit-content;
2222
+ }
2223
+ .e-text .input-icon-percent-suffix {
2224
+ grid-column: 1;
2225
+ grid-row: 2;
2226
+ align-self: center;
2227
+ margin-left: calc(100% - 30px);
2228
+ width: fit-content;
2229
+ }
2168
2230
  .e-text .formgroup--input__button {
2169
2231
  align-self: flex-start;
2170
2232
  font-size: 0.75rem;
@@ -0,0 +1,6 @@
1
+ import { FC } from 'react';
2
+ interface Close24Props {
3
+ className?: string;
4
+ }
5
+ export declare const CloseIcon: FC<Close24Props>;
6
+ export {};
@@ -0,0 +1,2 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ export const CloseIcon = ({ className }) => (_jsx("svg", { className: className, width: 20, height: 20, viewBox: '0 0 20 20', fill: 'none', xmlns: 'http://www.w3.org/2000/svg', children: _jsx("path", { d: 'M15.2462 5.92913C15.5706 5.60466 15.5706 5.07859 15.2462 4.75413C14.9217 4.42966 14.3956 4.42966 14.0712 4.75413L10.0003 8.82496L5.92949 4.75413C5.60503 4.42966 5.07896 4.42966 4.75449 4.75413C4.43002 5.07859 4.43003 5.60466 4.75449 5.92913L8.82533 9.99996L4.75449 14.0708C4.43003 14.3953 4.43002 14.9213 4.75449 15.2458C5.07896 15.5703 5.60502 15.5703 5.92949 15.2458L10.0003 11.175L14.0712 15.2458C14.3956 15.5703 14.9217 15.5703 15.2462 15.2458C15.5706 14.9213 15.5706 14.3953 15.2462 14.0708L11.1753 9.99996L15.2462 5.92913Z', fill: '#B5BABD' }) }));
@@ -0,0 +1,14 @@
1
+ import React, { FC } from 'react'
2
+
3
+ interface Close24Props {
4
+ className?: string
5
+ }
6
+
7
+ export const CloseIcon: FC<Close24Props> = ({ className }: Close24Props): React.ReactElement => (
8
+ <svg className={className} width={20} height={20} viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'>
9
+ <path
10
+ d='M15.2462 5.92913C15.5706 5.60466 15.5706 5.07859 15.2462 4.75413C14.9217 4.42966 14.3956 4.42966 14.0712 4.75413L10.0003 8.82496L5.92949 4.75413C5.60503 4.42966 5.07896 4.42966 4.75449 4.75413C4.43002 5.07859 4.43003 5.60466 4.75449 5.92913L8.82533 9.99996L4.75449 14.0708C4.43003 14.3953 4.43002 14.9213 4.75449 15.2458C5.07896 15.5703 5.60502 15.5703 5.92949 15.2458L10.0003 11.175L14.0712 15.2458C14.3956 15.5703 14.9217 15.5703 15.2462 15.2458C15.5706 14.9213 15.5706 14.3953 15.2462 14.0708L11.1753 9.99996L15.2462 5.92913Z'
11
+ fill='#B5BABD'
12
+ />
13
+ </svg>
14
+ )
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const InfoLocationSvg: React.FC;
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ export const InfoLocationSvg = () => {
3
+ return (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '20', height: '20', viewBox: '0 0 20 20', fill: 'none', children: _jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '20', height: '20', viewBox: '0 0 20 20', fill: 'none', children: _jsx("path", { d: 'M10.0002 17.7708C9.80572 17.7708 9.61127 17.7361 9.41683 17.6666C9.22238 17.5972 9.04877 17.493 8.896 17.3541C7.99322 16.5208 7.19461 15.7083 6.50016 14.9166C5.80572 14.125 5.22586 13.3576 4.76058 12.6145C4.2953 11.8715 3.94113 11.1562 3.69808 10.4687C3.45502 9.78121 3.3335 9.12496 3.3335 8.49996C3.3335 6.41663 4.00363 4.7569 5.34391 3.52079C6.68419 2.28468 8.23627 1.66663 10.0002 1.66663C11.7641 1.66663 13.3161 2.28468 14.6564 3.52079C15.9967 4.7569 16.6668 6.41663 16.6668 8.49996C16.6668 9.12496 16.5453 9.78121 16.3022 10.4687C16.0592 11.1562 15.705 11.8715 15.2397 12.6145C14.7745 13.3576 14.1946 14.125 13.5002 14.9166C12.8057 15.7083 12.0071 16.5208 11.1043 17.3541C10.9516 17.493 10.7779 17.5972 10.5835 17.6666C10.3891 17.7361 10.1946 17.7708 10.0002 17.7708ZM10.0002 9.99996C10.4585 9.99996 10.8509 9.83677 11.1772 9.51038C11.5036 9.18399 11.6668 8.79163 11.6668 8.33329C11.6668 7.87496 11.5036 7.4826 11.1772 7.15621C10.8509 6.82982 10.4585 6.66663 10.0002 6.66663C9.54183 6.66663 9.14947 6.82982 8.82308 7.15621C8.49669 7.4826 8.3335 7.87496 8.3335 8.33329C8.3335 8.79163 8.49669 9.18399 8.82308 9.51038C9.14947 9.83677 9.54183 9.99996 10.0002 9.99996Z', fill: '#02374A' }) }) }));
4
+ };
@@ -0,0 +1,14 @@
1
+ import React from 'react'
2
+
3
+ export const InfoLocationSvg: React.FC = () => {
4
+ return (
5
+ <svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'>
6
+ <svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'>
7
+ <path
8
+ d='M10.0002 17.7708C9.80572 17.7708 9.61127 17.7361 9.41683 17.6666C9.22238 17.5972 9.04877 17.493 8.896 17.3541C7.99322 16.5208 7.19461 15.7083 6.50016 14.9166C5.80572 14.125 5.22586 13.3576 4.76058 12.6145C4.2953 11.8715 3.94113 11.1562 3.69808 10.4687C3.45502 9.78121 3.3335 9.12496 3.3335 8.49996C3.3335 6.41663 4.00363 4.7569 5.34391 3.52079C6.68419 2.28468 8.23627 1.66663 10.0002 1.66663C11.7641 1.66663 13.3161 2.28468 14.6564 3.52079C15.9967 4.7569 16.6668 6.41663 16.6668 8.49996C16.6668 9.12496 16.5453 9.78121 16.3022 10.4687C16.0592 11.1562 15.705 11.8715 15.2397 12.6145C14.7745 13.3576 14.1946 14.125 13.5002 14.9166C12.8057 15.7083 12.0071 16.5208 11.1043 17.3541C10.9516 17.493 10.7779 17.5972 10.5835 17.6666C10.3891 17.7361 10.1946 17.7708 10.0002 17.7708ZM10.0002 9.99996C10.4585 9.99996 10.8509 9.83677 11.1772 9.51038C11.5036 9.18399 11.6668 8.79163 11.6668 8.33329C11.6668 7.87496 11.5036 7.4826 11.1772 7.15621C10.8509 6.82982 10.4585 6.66663 10.0002 6.66663C9.54183 6.66663 9.14947 6.82982 8.82308 7.15621C8.49669 7.4826 8.3335 7.87496 8.3335 8.33329C8.3335 8.79163 8.49669 9.18399 8.82308 9.51038C9.14947 9.83677 9.54183 9.99996 10.0002 9.99996Z'
9
+ fill='#02374A'
10
+ />
11
+ </svg>
12
+ </svg>
13
+ )
14
+ }
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const InfoMailSvg: React.FC;
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ export const InfoMailSvg = () => {
3
+ return (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '20', height: '20', viewBox: '0 0 20 20', fill: 'none', children: _jsx("path", { d: 'M3.33317 16.6667C2.87484 16.6667 2.48248 16.5035 2.15609 16.1771C1.8297 15.8507 1.6665 15.4584 1.6665 15V5.00004C1.6665 4.54171 1.8297 4.14935 2.15609 3.82296C2.48248 3.49657 2.87484 3.33337 3.33317 3.33337H16.6665C17.1248 3.33337 17.5172 3.49657 17.8436 3.82296C18.17 4.14935 18.3332 4.54171 18.3332 5.00004V15C18.3332 15.4584 18.17 15.8507 17.8436 16.1771C17.5172 16.5035 17.1248 16.6667 16.6665 16.6667H3.33317ZM9.99984 10.6875C10.0693 10.6875 10.1422 10.6771 10.2186 10.6563C10.295 10.6355 10.3679 10.6042 10.4373 10.5625L16.3332 6.87504C16.4443 6.8056 16.5276 6.71879 16.5832 6.61462C16.6387 6.51046 16.6665 6.39587 16.6665 6.27087C16.6665 5.9931 16.5485 5.78476 16.3123 5.64587C16.0762 5.50698 15.8332 5.51393 15.5832 5.66671L9.99984 9.16671L4.4165 5.66671C4.1665 5.51393 3.92345 5.51046 3.68734 5.65629C3.45123 5.80212 3.33317 6.00698 3.33317 6.27087C3.33317 6.40976 3.36095 6.53129 3.4165 6.63546C3.47206 6.73962 3.55539 6.81948 3.6665 6.87504L9.56234 10.5625C9.63178 10.6042 9.7047 10.6355 9.78109 10.6563C9.85748 10.6771 9.93039 10.6875 9.99984 10.6875Z', fill: '#02374A' }) }));
4
+ };
@@ -0,0 +1,12 @@
1
+ import React from 'react'
2
+
3
+ export const InfoMailSvg: React.FC = () => {
4
+ return (
5
+ <svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'>
6
+ <path
7
+ d='M3.33317 16.6667C2.87484 16.6667 2.48248 16.5035 2.15609 16.1771C1.8297 15.8507 1.6665 15.4584 1.6665 15V5.00004C1.6665 4.54171 1.8297 4.14935 2.15609 3.82296C2.48248 3.49657 2.87484 3.33337 3.33317 3.33337H16.6665C17.1248 3.33337 17.5172 3.49657 17.8436 3.82296C18.17 4.14935 18.3332 4.54171 18.3332 5.00004V15C18.3332 15.4584 18.17 15.8507 17.8436 16.1771C17.5172 16.5035 17.1248 16.6667 16.6665 16.6667H3.33317ZM9.99984 10.6875C10.0693 10.6875 10.1422 10.6771 10.2186 10.6563C10.295 10.6355 10.3679 10.6042 10.4373 10.5625L16.3332 6.87504C16.4443 6.8056 16.5276 6.71879 16.5832 6.61462C16.6387 6.51046 16.6665 6.39587 16.6665 6.27087C16.6665 5.9931 16.5485 5.78476 16.3123 5.64587C16.0762 5.50698 15.8332 5.51393 15.5832 5.66671L9.99984 9.16671L4.4165 5.66671C4.1665 5.51393 3.92345 5.51046 3.68734 5.65629C3.45123 5.80212 3.33317 6.00698 3.33317 6.27087C3.33317 6.40976 3.36095 6.53129 3.4165 6.63546C3.47206 6.73962 3.55539 6.81948 3.6665 6.87504L9.56234 10.5625C9.63178 10.6042 9.7047 10.6355 9.78109 10.6563C9.85748 10.6771 9.93039 10.6875 9.99984 10.6875Z'
8
+ fill='#02374A'
9
+ />
10
+ </svg>
11
+ )
12
+ }
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const InfoPhoneSvg: React.FC;
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ export const InfoPhoneSvg = () => {
3
+ return (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '20', height: '20', viewBox: '0 0 20 20', fill: 'none', children: _jsx("path", { d: 'M16.6667 10C16.4444 10 16.2465 9.92014 16.0729 9.76042C15.8993 9.60069 15.7986 9.40278 15.7708 9.16667C15.5903 7.875 15.0451 6.77431 14.1354 5.86458C13.2257 4.95486 12.125 4.40972 10.8333 4.22917C10.5972 4.20139 10.3993 4.10417 10.2396 3.9375C10.0799 3.77083 10 3.56944 10 3.33333C10 3.09722 10.0833 2.89931 10.25 2.73958C10.4167 2.57986 10.6111 2.51389 10.8333 2.54167C12.5833 2.73611 14.0764 3.45139 15.3125 4.6875C16.5486 5.92361 17.2639 7.41667 17.4583 9.16667C17.4861 9.38889 17.4201 9.58333 17.2604 9.75C17.1007 9.91667 16.9028 10 16.6667 10ZM13.1875 10C13.0069 10 12.8472 9.9375 12.7083 9.8125C12.5694 9.6875 12.4653 9.52083 12.3958 9.3125C12.2847 8.90972 12.0729 8.55208 11.7604 8.23958C11.4479 7.92708 11.0903 7.71528 10.6875 7.60417C10.4792 7.53472 10.3125 7.43056 10.1875 7.29167C10.0625 7.15278 10 6.98611 10 6.79167C10 6.51389 10.0972 6.28819 10.2917 6.11458C10.4861 5.94097 10.7014 5.88194 10.9375 5.9375C11.7153 6.11806 12.3854 6.48958 12.9479 7.05208C13.5104 7.61458 13.8819 8.28472 14.0625 9.0625C14.1181 9.29861 14.0556 9.51389 13.875 9.70833C13.6944 9.90278 13.4653 10 13.1875 10ZM16.625 17.5C14.8889 17.5 13.1736 17.1215 11.4792 16.3646C9.78472 15.6076 8.24306 14.5347 6.85417 13.1458C5.46528 11.7569 4.39236 10.2153 3.63542 8.52083C2.87847 6.82639 2.5 5.11111 2.5 3.375C2.5 3.125 2.58333 2.91667 2.75 2.75C2.91667 2.58333 3.125 2.5 3.375 2.5H6.75C6.94444 2.5 7.11806 2.56597 7.27083 2.69792C7.42361 2.82986 7.51389 2.98611 7.54167 3.16667L8.08333 6.08333C8.11111 6.30556 8.10417 6.49306 8.0625 6.64583C8.02083 6.79861 7.94444 6.93056 7.83333 7.04167L5.8125 9.08333C6.09028 9.59722 6.42014 10.0938 6.80208 10.5729C7.18403 11.0521 7.60417 11.5139 8.0625 11.9583C8.49306 12.3889 8.94444 12.7882 9.41667 13.1562C9.88889 13.5243 10.3889 13.8611 10.9167 14.1667L12.875 12.2083C13 12.0833 13.1632 11.9896 13.3646 11.9271C13.566 11.8646 13.7639 11.8472 13.9583 11.875L16.8333 12.4583C17.0278 12.5139 17.1875 12.6146 17.3125 12.7604C17.4375 12.9062 17.5 13.0694 17.5 13.25V16.625C17.5 16.875 17.4167 17.0833 17.25 17.25C17.0833 17.4167 16.875 17.5 16.625 17.5Z', fill: '#02374A' }) }));
4
+ };
@@ -0,0 +1,12 @@
1
+ import React from 'react'
2
+
3
+ export const InfoPhoneSvg: React.FC = () => {
4
+ return (
5
+ <svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'>
6
+ <path
7
+ d='M16.6667 10C16.4444 10 16.2465 9.92014 16.0729 9.76042C15.8993 9.60069 15.7986 9.40278 15.7708 9.16667C15.5903 7.875 15.0451 6.77431 14.1354 5.86458C13.2257 4.95486 12.125 4.40972 10.8333 4.22917C10.5972 4.20139 10.3993 4.10417 10.2396 3.9375C10.0799 3.77083 10 3.56944 10 3.33333C10 3.09722 10.0833 2.89931 10.25 2.73958C10.4167 2.57986 10.6111 2.51389 10.8333 2.54167C12.5833 2.73611 14.0764 3.45139 15.3125 4.6875C16.5486 5.92361 17.2639 7.41667 17.4583 9.16667C17.4861 9.38889 17.4201 9.58333 17.2604 9.75C17.1007 9.91667 16.9028 10 16.6667 10ZM13.1875 10C13.0069 10 12.8472 9.9375 12.7083 9.8125C12.5694 9.6875 12.4653 9.52083 12.3958 9.3125C12.2847 8.90972 12.0729 8.55208 11.7604 8.23958C11.4479 7.92708 11.0903 7.71528 10.6875 7.60417C10.4792 7.53472 10.3125 7.43056 10.1875 7.29167C10.0625 7.15278 10 6.98611 10 6.79167C10 6.51389 10.0972 6.28819 10.2917 6.11458C10.4861 5.94097 10.7014 5.88194 10.9375 5.9375C11.7153 6.11806 12.3854 6.48958 12.9479 7.05208C13.5104 7.61458 13.8819 8.28472 14.0625 9.0625C14.1181 9.29861 14.0556 9.51389 13.875 9.70833C13.6944 9.90278 13.4653 10 13.1875 10ZM16.625 17.5C14.8889 17.5 13.1736 17.1215 11.4792 16.3646C9.78472 15.6076 8.24306 14.5347 6.85417 13.1458C5.46528 11.7569 4.39236 10.2153 3.63542 8.52083C2.87847 6.82639 2.5 5.11111 2.5 3.375C2.5 3.125 2.58333 2.91667 2.75 2.75C2.91667 2.58333 3.125 2.5 3.375 2.5H6.75C6.94444 2.5 7.11806 2.56597 7.27083 2.69792C7.42361 2.82986 7.51389 2.98611 7.54167 3.16667L8.08333 6.08333C8.11111 6.30556 8.10417 6.49306 8.0625 6.64583C8.02083 6.79861 7.94444 6.93056 7.83333 7.04167L5.8125 9.08333C6.09028 9.59722 6.42014 10.0938 6.80208 10.5729C7.18403 11.0521 7.60417 11.5139 8.0625 11.9583C8.49306 12.3889 8.94444 12.7882 9.41667 13.1562C9.88889 13.5243 10.3889 13.8611 10.9167 14.1667L12.875 12.2083C13 12.0833 13.1632 11.9896 13.3646 11.9271C13.566 11.8646 13.7639 11.8472 13.9583 11.875L16.8333 12.4583C17.0278 12.5139 17.1875 12.6146 17.3125 12.7604C17.4375 12.9062 17.5 13.0694 17.5 13.25V16.625C17.5 16.875 17.4167 17.0833 17.25 17.25C17.0833 17.4167 16.875 17.5 16.625 17.5Z'
8
+ fill='#02374A'
9
+ />
10
+ </svg>
11
+ )
12
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export declare const SearchIcon: React.FC<{
3
+ className?: string;
4
+ }>;
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export const SearchIcon = ({ className = '' }) => {
3
+ return (_jsxs("svg", { width: '17px', height: '18px', viewBox: '0 0 17 18', version: '1.1', xmlns: 'http://www.w3.org/2000/svg', xmlnsXlink: 'http://www.w3.org/1999/xlink', className: className, children: [_jsx("title", { children: "icon/search_24px" }), _jsx("g", { stroke: 'none', strokeWidth: '1', fillRule: 'evenodd', children: _jsx("path", { d: 'M12.5006256,11.0006256 L11.7106256,11.0006256 L11.4306256,10.7306256 C12.6306256,9.33062559 13.2506256,7.42062559 12.9106256,5.39062559 C12.4406256,2.61062559 10.1206256,0.390625593 7.32062559,0.0506255931 C3.09062559,-0.469374407 -0.469374407,3.09062559 0.0506255931,7.32062559 C0.390625593,10.1206256 2.61062559,12.4406256 5.39062559,12.9106256 C7.42062559,13.2506256 9.33062559,12.6306256 10.7306256,11.4306256 L11.0006256,11.7106256 L11.0006256,12.5006256 L15.2506256,16.7506256 C15.6606256,17.1606256 16.3306256,17.1606256 16.7406256,16.7506256 C17.1506256,16.3406256 17.1506256,15.6706256 16.7406256,15.2606256 L12.5006256,11.0006256 Z M6.50062559,11.0006256 C4.01062559,11.0006256 2.00062559,8.99062559 2.00062559,6.50062559 C2.00062559,4.01062559 4.01062559,2.00062559 6.50062559,2.00062559 C8.99062559,2.00062559 11.0006256,4.01062559 11.0006256,6.50062559 C11.0006256,8.99062559 8.99062559,11.0006256 6.50062559,11.0006256 Z', fillRule: 'nonzero' }) })] }));
4
+ };
@@ -0,0 +1,26 @@
1
+ import React from 'react'
2
+
3
+ interface SearchIcon {
4
+ className: string
5
+ }
6
+ export const SearchIcon: React.FC<{ className?: string }> = ({ className = '' }) => {
7
+ return (
8
+ <svg
9
+ width='17px'
10
+ height='18px'
11
+ viewBox='0 0 17 18'
12
+ version='1.1'
13
+ xmlns='http://www.w3.org/2000/svg'
14
+ xmlnsXlink='http://www.w3.org/1999/xlink'
15
+ className={className}
16
+ >
17
+ <title>icon/search_24px</title>
18
+ <g stroke='none' strokeWidth='1' fillRule='evenodd'>
19
+ <path
20
+ d='M12.5006256,11.0006256 L11.7106256,11.0006256 L11.4306256,10.7306256 C12.6306256,9.33062559 13.2506256,7.42062559 12.9106256,5.39062559 C12.4406256,2.61062559 10.1206256,0.390625593 7.32062559,0.0506255931 C3.09062559,-0.469374407 -0.469374407,3.09062559 0.0506255931,7.32062559 C0.390625593,10.1206256 2.61062559,12.4406256 5.39062559,12.9106256 C7.42062559,13.2506256 9.33062559,12.6306256 10.7306256,11.4306256 L11.0006256,11.7106256 L11.0006256,12.5006256 L15.2506256,16.7506256 C15.6606256,17.1606256 16.3306256,17.1606256 16.7406256,16.7506256 C17.1506256,16.3406256 17.1506256,15.6706256 16.7406256,15.2606256 L12.5006256,11.0006256 Z M6.50062559,11.0006256 C4.01062559,11.0006256 2.00062559,8.99062559 2.00062559,6.50062559 C2.00062559,4.01062559 4.01062559,2.00062559 6.50062559,2.00062559 C8.99062559,2.00062559 11.0006256,4.01062559 11.0006256,6.50062559 C11.0006256,8.99062559 8.99062559,11.0006256 6.50062559,11.0006256 Z'
21
+ fillRule='nonzero'
22
+ ></path>
23
+ </g>
24
+ </svg>
25
+ )
26
+ }
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M14.4121 7.49971C14.0877 7.17531 13.5618 7.17503 13.2371 7.49907L9.9999 10.7292L6.76272 7.49907C6.43797 7.17503 5.91212 7.17531 5.58772 7.49971C5.26308 7.82435 5.26308 8.35071 5.58772 8.67535L9.41065 12.4983C9.73608 12.8237 10.2637 12.8237 10.5892 12.4983L14.4121 8.67535C14.7367 8.35071 14.7367 7.82435 14.4121 7.49971Z" fill="#1E2021"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="19" viewBox="0 0 20 19" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M18 4H14V2C14 0.89 13.11 0 12 0H8C6.89 0 6 0.89 6 2V4H2C0.89 4 0.01 4.89 0.01 6L0 17C0 18.11 0.89 19 2 19H18C19.11 19 20 18.11 20 17V6C20 4.89 19.11 4 18 4ZM12 4H8V2H12V4Z" fill="#078080"/>
3
+ </svg>
@@ -0,0 +1,14 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">
2
+ <defs>
3
+ <path id="prefix__a" d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/>
4
+ </defs>
5
+ <g fill="none" fill-rule="evenodd">
6
+ <path d="M0 0H24V24H0z"/>
7
+ <mask id="prefix__b" fill="#fff">
8
+ <use xlink:href="#prefix__a"/>
9
+ </mask>
10
+ <g fill="#05646E" mask="url(#prefix__b)">
11
+ <path d="M0 0H24V24H0z"/>
12
+ </g>
13
+ </g>
14
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15.2462 5.92913C15.5706 5.60466 15.5706 5.07859 15.2462 4.75413C14.9217 4.42966 14.3956 4.42966 14.0712 4.75413L10.0003 8.82496L5.92949 4.75413C5.60503 4.42966 5.07896 4.42966 4.75449 4.75413C4.43002 5.07859 4.43003 5.60466 4.75449 5.92913L8.82533 9.99996L4.75449 14.0708C4.43003 14.3953 4.43002 14.9213 4.75449 15.2458C5.07896 15.5703 5.60502 15.5703 5.92949 15.2458L10.0003 11.175L14.0712 15.2458C14.3956 15.5703 14.9217 15.5703 15.2462 15.2458C15.5706 14.9213 15.5706 14.3953 15.2462 14.0708L11.1753 9.99996L15.2462 5.92913Z" fill="#B5BABD"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.5 17.5C10.8611 17.5 9.40278 17.0347 8.125 16.1042C6.84722 15.1736 5.94444 13.9722 5.41667 12.5H3.33333C3.09722 12.5 2.89931 12.4201 2.73958 12.2604C2.57986 12.1007 2.5 11.9028 2.5 11.6667C2.5 11.4306 2.57986 11.2326 2.73958 11.0729C2.89931 10.9132 3.09722 10.8333 3.33333 10.8333H5.04167C5.01389 10.6806 5 10.5417 5 10.4167V9.58333C5 9.45833 5.01389 9.31944 5.04167 9.16667H3.33333C3.09722 9.16667 2.89931 9.08681 2.73958 8.92708C2.57986 8.76736 2.5 8.56944 2.5 8.33333C2.5 8.09722 2.57986 7.89931 2.73958 7.73958C2.89931 7.57986 3.09722 7.5 3.33333 7.5H5.41667C5.94444 6.02778 6.84722 4.82639 8.125 3.89583C9.40278 2.96528 10.8611 2.5 12.5 2.5C13.2917 2.5 14.0347 2.61458 14.7292 2.84375C15.4236 3.07292 16.0764 3.38889 16.6875 3.79167C16.9236 3.94444 17.0451 4.15972 17.0521 4.4375C17.059 4.71528 16.9653 4.95139 16.7708 5.14583C16.5764 5.34028 16.3333 5.45486 16.0417 5.48958C15.75 5.52431 15.4792 5.46528 15.2292 5.3125C14.8264 5.07639 14.3924 4.89583 13.9271 4.77083C13.4618 4.64583 12.9861 4.58333 12.5 4.58333C11.4583 4.58333 10.5104 4.85069 9.65625 5.38542C8.80208 5.92014 8.15278 6.625 7.70833 7.5H11.6667C11.9028 7.5 12.1007 7.57986 12.2604 7.73958C12.4201 7.89931 12.5 8.09722 12.5 8.33333C12.5 8.56944 12.4201 8.76736 12.2604 8.92708C12.1007 9.08681 11.9028 9.16667 11.6667 9.16667H7.16667C7.13889 9.31944 7.11806 9.45833 7.10417 9.58333C7.09028 9.70833 7.08333 9.84722 7.08333 10C7.08333 10.1528 7.09028 10.2917 7.10417 10.4167C7.11806 10.5417 7.13889 10.6806 7.16667 10.8333H11.6667C11.9028 10.8333 12.1007 10.9132 12.2604 11.0729C12.4201 11.2326 12.5 11.4306 12.5 11.6667C12.5 11.9028 12.4201 12.1007 12.2604 12.2604C12.1007 12.4201 11.9028 12.5 11.6667 12.5H7.70833C8.15278 13.375 8.80208 14.0799 9.65625 14.6146C10.5104 15.1493 11.4583 15.4167 12.5 15.4167C12.9861 15.4167 13.4618 15.3576 13.9271 15.2396C14.3924 15.1215 14.8264 14.9444 15.2292 14.7083C15.4792 14.5556 15.75 14.4931 16.0417 14.5208C16.3333 14.5486 16.5764 14.6597 16.7708 14.8542C16.9653 15.0486 17.059 15.2847 17.0521 15.5625C17.0451 15.8403 16.9236 16.0556 16.6875 16.2083C16.0764 16.6111 15.4236 16.9271 14.7292 17.1562C14.0347 17.3854 13.2917 17.5 12.5 17.5Z" fill="#6D7275"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="10" height="18" viewBox="0 0 10 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4.94505 17.3333C4.6827 17.3333 4.4628 17.2446 4.28533 17.0671C4.10786 16.8896 4.01912 16.6697 4.01912 16.4074V15.3426C3.32468 15.1882 2.71511 14.9182 2.19042 14.5324C1.66573 14.1466 1.24135 13.6064 0.917271 12.912C0.809246 12.6959 0.805388 12.4683 0.905697 12.2291C1.00601 11.9899 1.18733 11.8163 1.44968 11.7083C1.66573 11.6157 1.88949 11.6196 2.12097 11.7199C2.35246 11.8202 2.52993 11.9861 2.65338 12.2176C2.91573 12.6805 3.24752 13.0316 3.64875 13.2708C4.04999 13.51 4.54381 13.6296 5.13023 13.6296C5.76295 13.6296 6.29922 13.4868 6.73903 13.2013C7.17884 12.9159 7.39875 12.4722 7.39875 11.8703C7.39875 11.3302 7.229 10.902 6.88949 10.5856C6.54999 10.2692 5.76295 9.91045 4.52838 9.50922C3.20122 9.09255 2.29073 8.59487 1.7969 8.01616C1.30307 7.43746 1.05616 6.73144 1.05616 5.89811C1.05616 4.89502 1.38023 4.1157 2.02838 3.56014C2.67653 3.00459 3.34011 2.68823 4.01912 2.61107V1.59255C4.01912 1.33021 4.10786 1.1103 4.28533 0.93283C4.4628 0.755361 4.6827 0.666626 4.94505 0.666626C5.20739 0.666626 5.4273 0.755361 5.60477 0.93283C5.78224 1.1103 5.87097 1.33021 5.87097 1.59255V2.61107C6.45739 2.70366 6.96665 2.89271 7.39875 3.1782C7.83085 3.46369 8.18579 3.81477 8.46357 4.23144C8.60246 4.43206 8.62946 4.65582 8.54459 4.90274C8.45971 5.14965 8.2861 5.32712 8.02375 5.43514C7.8077 5.52774 7.58394 5.5316 7.35246 5.44672C7.12098 5.36184 6.90493 5.21138 6.70431 4.99533C6.50369 4.77928 6.26835 4.61339 5.99829 4.49764C5.72823 4.3819 5.39258 4.32403 4.99134 4.32403C4.31233 4.32403 3.79536 4.4745 3.44042 4.77542C3.08548 5.07635 2.90801 5.45058 2.90801 5.89811C2.90801 6.40737 3.13949 6.8086 3.60246 7.10181C4.06542 7.39502 4.86789 7.70366 6.00986 8.02774C7.07468 8.33638 7.88101 8.82635 8.42885 9.49765C8.97668 10.1689 9.2506 10.9444 9.2506 11.824C9.2506 12.9197 8.92653 13.753 8.27838 14.324C7.63023 14.895 6.82776 15.25 5.87097 15.3888V16.4074C5.87097 16.6697 5.78224 16.8896 5.60477 17.0671C5.4273 17.2446 5.20739 17.3333 4.94505 17.3333Z" fill="#6D7275"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
2
+ <g fill="#078080" fill-rule="evenodd">
3
+ <path d="M0 5H24V7H0zM6 11H24V13H6zM12 17H24V19H12z"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/IA">
3
+ <path id="path" fill-rule="evenodd" clip-rule="evenodd" d="M13.1739 1.13937C12.9462 0.508232 12.0536 0.508232 11.8258 1.13937L11.4929 2.06185C11.4206 2.26239 11.2627 2.42029 11.0621 2.49266L10.1397 2.82553C9.50852 3.05328 9.50852 3.94586 10.1397 4.17361L11.0621 4.50648C11.2627 4.57885 11.4206 4.73675 11.4929 4.93729L11.8258 5.85977C12.0536 6.49091 12.9462 6.49091 13.1739 5.85977L13.5068 4.93729C13.5791 4.73675 13.737 4.57885 13.9376 4.50648L14.8601 4.17361C15.4912 3.94586 15.4912 3.05328 14.8601 2.82553L13.9376 2.49266C13.737 2.42029 13.5791 2.26239 13.5068 2.06185L13.1739 1.13937ZM8.03427 4.24048C7.57878 2.97821 5.79362 2.97821 5.33813 4.24048L4.57895 6.34435C4.43422 6.74544 4.11841 7.06124 3.71733 7.20598L1.61345 7.96516C0.35118 8.42065 0.351181 10.2058 1.61345 10.6613L3.71733 11.4205C4.11841 11.5652 4.43422 11.881 4.57895 12.2821L5.33813 14.386C5.79362 15.6482 7.57878 15.6482 8.03427 14.386L8.79345 12.2821C8.93818 11.881 9.25399 11.5652 9.65507 11.4205L11.7589 10.6613C13.0212 10.2058 13.0212 8.42065 11.7589 7.96516L9.65507 7.20598C9.25399 7.06124 8.93818 6.74544 8.79345 6.34435L8.03427 4.24048Z" fill="#078080"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/KeyFacts-outline">
3
+ <path id="Vector" d="M5.83342 13.334C6.06953 13.334 6.26744 13.2541 6.42717 13.0944C6.58689 12.9347 6.66675 12.7368 6.66675 12.5007C6.66675 12.2645 6.58689 12.0666 6.42717 11.9069C6.26744 11.7472 6.06953 11.6673 5.83342 11.6673C5.5973 11.6673 5.39939 11.7472 5.23967 11.9069C5.07994 12.0666 5.00008 12.2645 5.00008 12.5007C5.00008 12.7368 5.07994 12.9347 5.23967 13.0944C5.39939 13.2541 5.5973 13.334 5.83342 13.334ZM5.83342 10.834C6.06953 10.834 6.26744 10.7541 6.42717 10.5944C6.58689 10.4347 6.66675 10.2368 6.66675 10.0007V7.50065C6.66675 7.26454 6.58689 7.06662 6.42717 6.9069C6.26744 6.74718 6.06953 6.66732 5.83342 6.66732C5.5973 6.66732 5.39939 6.74718 5.23967 6.9069C5.07994 7.06662 5.00008 7.26454 5.00008 7.50065V10.0007C5.00008 10.2368 5.07994 10.4347 5.23967 10.5944C5.39939 10.7541 5.5973 10.834 5.83342 10.834ZM9.16675 12.5007H14.1667C14.4029 12.5007 14.6008 12.4208 14.7605 12.2611C14.9202 12.1013 15.0001 11.9034 15.0001 11.6673C15.0001 11.4312 14.9202 11.2333 14.7605 11.0736C14.6008 10.9138 14.4029 10.834 14.1667 10.834H9.16675C8.93064 10.834 8.73272 10.9138 8.573 11.0736C8.41328 11.2333 8.33342 11.4312 8.33342 11.6673C8.33342 11.9034 8.41328 12.1013 8.573 12.2611C8.73272 12.4208 8.93064 12.5007 9.16675 12.5007ZM9.16675 9.16732H14.1667C14.4029 9.16732 14.6008 9.08746 14.7605 8.92773C14.9202 8.76801 15.0001 8.5701 15.0001 8.33398C15.0001 8.09787 14.9202 7.89996 14.7605 7.74023C14.6008 7.58051 14.4029 7.50065 14.1667 7.50065H9.16675C8.93064 7.50065 8.73272 7.58051 8.573 7.74023C8.41328 7.89996 8.33342 8.09787 8.33342 8.33398C8.33342 8.5701 8.41328 8.76801 8.573 8.92773C8.73272 9.08746 8.93064 9.16732 9.16675 9.16732ZM3.33341 16.6673C2.87508 16.6673 2.48272 16.5041 2.15633 16.1777C1.82994 15.8513 1.66675 15.459 1.66675 15.0007V5.00065C1.66675 4.54232 1.82994 4.14996 2.15633 3.82357C2.48272 3.49718 2.87508 3.33398 3.33341 3.33398H16.6667C17.1251 3.33398 17.5174 3.49718 17.8438 3.82357C18.1702 4.14996 18.3334 4.54232 18.3334 5.00065V15.0007C18.3334 15.459 18.1702 15.8513 17.8438 16.1777C17.5174 16.5041 17.1251 16.6673 16.6667 16.6673H3.33341ZM3.33341 15.0007H16.6667V5.00065H3.33341V15.0007Z" fill="#6D7275"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/Clauses-outline">
3
+ <path id="Vector" d="M4.66667 17.5007C4.20833 17.5007 3.81597 17.3375 3.48958 17.0111C3.16319 16.6847 3 16.2923 3 15.834V4.16732C3 3.70898 3.16319 3.31662 3.48958 2.99023C3.81597 2.66385 4.20833 2.50065 4.66667 2.50065H8.16667C8.34722 2.00065 8.64931 1.59787 9.07292 1.29232C9.49653 0.986762 9.97222 0.833984 10.5 0.833984C11.0278 0.833984 11.5035 0.986762 11.9271 1.29232C12.3507 1.59787 12.6528 2.00065 12.8333 2.50065H16.3333C16.7917 2.50065 17.184 2.66385 17.5104 2.99023C17.8368 3.31662 18 3.70898 18 4.16732V15.834C18 16.2923 17.8368 16.6847 17.5104 17.0111C17.184 17.3375 16.7917 17.5007 16.3333 17.5007H4.66667ZM4.66667 15.834H16.3333V4.16732H4.66667V15.834ZM7.16667 14.1673H11.3333C11.5694 14.1673 11.7674 14.0875 11.9271 13.9277C12.0868 13.768 12.1667 13.5701 12.1667 13.334C12.1667 13.0979 12.0868 12.9 11.9271 12.7402C11.7674 12.5805 11.5694 12.5007 11.3333 12.5007H7.16667C6.93056 12.5007 6.73264 12.5805 6.57292 12.7402C6.41319 12.9 6.33333 13.0979 6.33333 13.334C6.33333 13.5701 6.41319 13.768 6.57292 13.9277C6.73264 14.0875 6.93056 14.1673 7.16667 14.1673ZM7.16667 10.834H13.8333C14.0694 10.834 14.2674 10.7541 14.4271 10.5944C14.5868 10.4347 14.6667 10.2368 14.6667 10.0007C14.6667 9.76454 14.5868 9.56662 14.4271 9.4069C14.2674 9.24718 14.0694 9.16732 13.8333 9.16732H7.16667C6.93056 9.16732 6.73264 9.24718 6.57292 9.4069C6.41319 9.56662 6.33333 9.76454 6.33333 10.0007C6.33333 10.2368 6.41319 10.4347 6.57292 10.5944C6.73264 10.7541 6.93056 10.834 7.16667 10.834ZM7.16667 7.50065H13.8333C14.0694 7.50065 14.2674 7.42079 14.4271 7.26107C14.5868 7.10135 14.6667 6.90343 14.6667 6.66732C14.6667 6.43121 14.5868 6.23329 14.4271 6.07357C14.2674 5.91385 14.0694 5.83398 13.8333 5.83398H7.16667C6.93056 5.83398 6.73264 5.91385 6.57292 6.07357C6.41319 6.23329 6.33333 6.43121 6.33333 6.66732C6.33333 6.90343 6.41319 7.10135 6.57292 7.26107C6.73264 7.42079 6.93056 7.50065 7.16667 7.50065ZM10.5 3.54232C10.6806 3.54232 10.8299 3.48329 10.9479 3.36523C11.066 3.24718 11.125 3.09787 11.125 2.91732C11.125 2.73676 11.066 2.58746 10.9479 2.4694C10.8299 2.35135 10.6806 2.29232 10.5 2.29232C10.3194 2.29232 10.1701 2.35135 10.0521 2.4694C9.93403 2.58746 9.875 2.73676 9.875 2.91732C9.875 3.09787 9.93403 3.24718 10.0521 3.36523C10.1701 3.48329 10.3194 3.54232 10.5 3.54232Z" fill="#6D7275"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.25004 9.16671C5.44448 9.16671 4.75699 8.88198 4.18754 8.31254C3.6181 7.7431 3.33337 7.0556 3.33337 6.25004C3.33337 5.44448 3.6181 4.75699 4.18754 4.18754C4.75699 3.6181 5.44448 3.33337 6.25004 3.33337C7.0556 3.33337 7.7431 3.6181 8.31254 4.18754C8.88198 4.75699 9.16671 5.44448 9.16671 6.25004C9.16671 7.0556 8.88198 7.7431 8.31254 8.31254C7.7431 8.88198 7.0556 9.16671 6.25004 9.16671ZM6.25004 7.50004C6.59726 7.50004 6.8924 7.37851 7.13546 7.13546C7.37851 6.8924 7.50004 6.59726 7.50004 6.25004C7.50004 5.90282 7.37851 5.60768 7.13546 5.36462C6.8924 5.12157 6.59726 5.00004 6.25004 5.00004C5.90282 5.00004 5.60768 5.12157 5.36462 5.36462C5.12157 5.60768 5.00004 5.90282 5.00004 6.25004C5.00004 6.59726 5.12157 6.8924 5.36462 7.13546C5.60768 7.37851 5.90282 7.50004 6.25004 7.50004ZM13.75 16.6667C12.9445 16.6667 12.257 16.382 11.6875 15.8125C11.1181 15.2431 10.8334 14.5556 10.8334 13.75C10.8334 12.9445 11.1181 12.257 11.6875 11.6875C12.257 11.1181 12.9445 10.8334 13.75 10.8334C14.5556 10.8334 15.2431 11.1181 15.8125 11.6875C16.382 12.257 16.6667 12.9445 16.6667 13.75C16.6667 14.5556 16.382 15.2431 15.8125 15.8125C15.2431 16.382 14.5556 16.6667 13.75 16.6667ZM13.75 15C14.0973 15 14.3924 14.8785 14.6355 14.6355C14.8785 14.3924 15 14.0973 15 13.75C15 13.4028 14.8785 13.1077 14.6355 12.8646C14.3924 12.6216 14.0973 12.5 13.75 12.5C13.4028 12.5 13.1077 12.6216 12.8646 12.8646C12.6216 13.1077 12.5 13.4028 12.5 13.75C12.5 14.0973 12.6216 14.3924 12.8646 14.6355C13.1077 14.8785 13.4028 15 13.75 15ZM3.91671 16.0834C3.76393 15.9306 3.68754 15.7362 3.68754 15.5C3.68754 15.2639 3.76393 15.0695 3.91671 14.9167L14.9167 3.91671C15.0695 3.76393 15.2639 3.68754 15.5 3.68754C15.7362 3.68754 15.9306 3.76393 16.0834 3.91671C16.2362 4.06949 16.3125 4.26393 16.3125 4.50004C16.3125 4.73615 16.2362 4.9306 16.0834 5.08337L5.08337 16.0834C4.9306 16.2362 4.73615 16.3125 4.50004 16.3125C4.26393 16.3125 4.06949 16.2362 3.91671 16.0834Z" fill="#6D7275"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7.83105 13.9947C6.10828 13.9947 4.65024 13.3981 3.45694 12.2048C2.26364 11.0115 1.66699 9.55346 1.66699 7.83069C1.66699 6.10791 2.26364 4.64987 3.45694 3.45657C4.65024 2.26328 6.10828 1.66663 7.83105 1.66663C9.55383 1.66663 11.0119 2.26328 12.2052 3.45657C13.3985 4.64987 13.9951 6.10791 13.9951 7.83069C13.9951 8.52612 13.8845 9.18204 13.6632 9.79844C13.4419 10.4148 13.1416 10.9601 12.7623 11.4343L18.0729 16.7449C18.2467 16.9187 18.3337 17.14 18.3337 17.4087C18.3337 17.6774 18.2467 17.8986 18.0729 18.0725C17.899 18.2464 17.6777 18.3333 17.4091 18.3333C17.1404 18.3333 16.9191 18.2464 16.7452 18.0725L11.4347 12.7619C10.9605 13.1413 10.4152 13.4416 9.79881 13.6628C9.1824 13.8841 8.52648 13.9947 7.83105 13.9947ZM7.83105 12.0981C9.01645 12.0981 10.024 11.6832 10.8538 10.8534C11.6836 10.0237 12.0985 9.01608 12.0985 7.83069C12.0985 6.64529 11.6836 5.6377 10.8538 4.80793C10.024 3.97815 9.01645 3.56326 7.83105 3.56326C6.64566 3.56326 5.63807 3.97815 4.80829 4.80793C3.97851 5.6377 3.56363 6.64529 3.56363 7.83069C3.56363 9.01608 3.97851 10.0237 4.80829 10.8534C5.63807 11.6832 6.64566 12.0981 7.83105 12.0981Z" fill="#078080"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { type BenefitCardProps } from './BenefitCardProps.types';
3
+ export declare const BenefitCard: React.FC<BenefitCardProps>;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { BenefitCardStyled } from './BenefitCardStyled.styled';
3
+ export const BenefitCard = ({ description, hasShadow = true, hasBigFontSize = true, title, image }) => {
4
+ return (_jsxs(BenefitCardStyled, { className: `benefit-card ${hasShadow && 'has-shadow'}`, children: [image !== null && _jsx("div", { className: `benefit-card__icon ${hasShadow && 'has-shadow'}`, children: image }), _jsxs("div", { className: 'benefit-card__content', children: [_jsx("div", { className: `sans-serif ${hasBigFontSize && '--big'} --bold-weight benefit-card__content__title`, children: title }), _jsx("p", { className: 'sans-serif --medium benefit-ratafia-card__content__description', children: description })] })] }));
5
+ };
@@ -0,0 +1,24 @@
1
+ import React from 'react'
2
+
3
+ import { type BenefitCardProps } from './BenefitCardProps.types'
4
+ import { BenefitCardStyled } from './BenefitCardStyled.styled'
5
+
6
+ export const BenefitCard: React.FC<BenefitCardProps> = ({
7
+ description,
8
+ hasShadow = true,
9
+ hasBigFontSize = true,
10
+ title,
11
+ image
12
+ }) => {
13
+ return (
14
+ <BenefitCardStyled className={`benefit-card ${hasShadow && 'has-shadow'}`}>
15
+ {image !== null && <div className={`benefit-card__icon ${hasShadow && 'has-shadow'}`}>{image}</div>}
16
+ <div className='benefit-card__content'>
17
+ <div className={`sans-serif ${hasBigFontSize && '--big'} --bold-weight benefit-card__content__title`}>
18
+ {title}
19
+ </div>
20
+ <p className='sans-serif --medium benefit-ratafia-card__content__description'>{description}</p>
21
+ </div>
22
+ </BenefitCardStyled>
23
+ )
24
+ }
@@ -1,6 +1,8 @@
1
- export interface BenefitRatafiaCardProps {
1
+ export interface BenefitCardProps {
2
2
  id: string;
3
3
  title: string;
4
4
  image?: React.ReactNode;
5
5
  description: string;
6
+ hasShadow?: boolean;
7
+ hasBigFontSize?: boolean;
6
8
  }
@@ -0,0 +1,8 @@
1
+ export interface BenefitCardProps {
2
+ id: string
3
+ title: string
4
+ image?: React.ReactNode
5
+ description: string
6
+ hasShadow?: boolean
7
+ hasBigFontSize?: boolean
8
+ }
@@ -0,0 +1 @@
1
+ export declare const BenefitCardStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,6 +1,6 @@
1
1
  import { device } from '../../../globalStyles/breakpoints';
2
2
  import styled from 'styled-components';
3
- export const BenefitRatafiaCardStyled = styled.div `
3
+ export const BenefitCardStyled = styled.div `
4
4
  display: flex;
5
5
  flex-direction: column;
6
6
  align-items: flex-start;
@@ -12,7 +12,10 @@ export const BenefitRatafiaCardStyled = styled.div `
12
12
 
13
13
  border-radius: var(--s-border-radius);
14
14
  background: rgba(255, 255, 255, 0.8);
15
- box-shadow: 0 2px 6px 0 rgba(2, 55, 74, 0.25);
15
+
16
+ &.has-shadow {
17
+ box-shadow: 0 2px 6px 0 rgba(2, 55, 74, 0.25);
18
+ }
16
19
 
17
20
  @media ${device['landscape-tablets']} {
18
21
  flex-direction: row;
@@ -21,7 +24,7 @@ export const BenefitRatafiaCardStyled = styled.div `
21
24
  flex-direction: column;
22
25
  }
23
26
 
24
- .benefit-ratafia-card {
27
+ .benefit-card {
25
28
  &__icon {
26
29
  display: flex;
27
30
  align-items: flex-start;
@@ -30,7 +33,10 @@ export const BenefitRatafiaCardStyled = styled.div `
30
33
 
31
34
  border-radius: var(--s-border-radius);
32
35
  background: rgba(255, 255, 255, 0.8);
33
- box-shadow: 0 2px 6px 0 rgba(2, 55, 74, 0.25);
36
+
37
+ &.has-shadow {
38
+ box-shadow: 0 2px 6px 0 rgba(2, 55, 74, 0.25);
39
+ }
34
40
 
35
41
  img {
36
42
  min-width: 32px;
@@ -1,7 +1,7 @@
1
1
  import { device } from '../../../globalStyles/breakpoints'
2
2
  import styled from 'styled-components'
3
3
 
4
- export const BenefitRatafiaCardStyled = styled.div`
4
+ export const BenefitCardStyled = styled.div`
5
5
  display: flex;
6
6
  flex-direction: column;
7
7
  align-items: flex-start;
@@ -13,7 +13,10 @@ export const BenefitRatafiaCardStyled = styled.div`
13
13
 
14
14
  border-radius: var(--s-border-radius);
15
15
  background: rgba(255, 255, 255, 0.8);
16
- box-shadow: 0 2px 6px 0 rgba(2, 55, 74, 0.25);
16
+
17
+ &.has-shadow {
18
+ box-shadow: 0 2px 6px 0 rgba(2, 55, 74, 0.25);
19
+ }
17
20
 
18
21
  @media ${device['landscape-tablets']} {
19
22
  flex-direction: row;
@@ -22,7 +25,7 @@ export const BenefitRatafiaCardStyled = styled.div`
22
25
  flex-direction: column;
23
26
  }
24
27
 
25
- .benefit-ratafia-card {
28
+ .benefit-card {
26
29
  &__icon {
27
30
  display: flex;
28
31
  align-items: flex-start;
@@ -31,7 +34,10 @@ export const BenefitRatafiaCardStyled = styled.div`
31
34
 
32
35
  border-radius: var(--s-border-radius);
33
36
  background: rgba(255, 255, 255, 0.8);
34
- box-shadow: 0 2px 6px 0 rgba(2, 55, 74, 0.25);
37
+
38
+ &.has-shadow {
39
+ box-shadow: 0 2px 6px 0 rgba(2, 55, 74, 0.25);
40
+ }
35
41
 
36
42
  img {
37
43
  min-width: 32px;
@@ -0,0 +1,2 @@
1
+ export { BenefitCard } from './BenefitCard';
2
+ export { type BenefitCardProps } from './BenefitCardProps.types';
@@ -0,0 +1 @@
1
+ export { BenefitCard } from './BenefitCard';
@@ -0,0 +1,2 @@
1
+ export { BenefitCard } from './BenefitCard'
2
+ export { type BenefitCardProps } from './BenefitCardProps.types'
@@ -1,3 +1,4 @@
1
+ export type Colors = 'primary' | 'primary2' | 'primary3' | 'primary4' | 'secondary' | 'secondary2' | 'secondary3' | 'secondary4' | 'secondaryIcon' | 'secondaryIconBold' | 'secondaryIconDark' | 'tertiary' | 'tertiary2' | 'styleless' | 'transparent';
1
2
  export interface ButtonProps {
2
3
  label: string;
3
4
  dataQa: string;
@@ -8,7 +9,7 @@ export interface ButtonProps {
8
9
  noLinkNoFunc?: boolean;
9
10
  onClick?: (functionParameters?: any) => void;
10
11
  functionParameters?: any;
11
- color?: 'primary' | 'primary2' | 'primary3' | 'primary4' | 'secondary' | 'secondary2' | 'secondary3' | 'secondary4' | 'secondaryIcon' | 'secondaryIconBold' | 'secondaryIconDark' | 'tertiary' | 'tertiary2' | 'styleless' | 'transparent';
12
+ color?: Colors;
12
13
  error?: boolean;
13
14
  disabled?: boolean;
14
15
  fluid?: boolean;
@@ -1 +1,2 @@
1
+ /* eslint-disable @typescript-eslint/no-explicit-any */
1
2
  export {};
@@ -1,4 +1,21 @@
1
1
  /* eslint-disable @typescript-eslint/no-explicit-any */
2
+
3
+ export type Colors =
4
+ | 'primary'
5
+ | 'primary2'
6
+ | 'primary3'
7
+ | 'primary4'
8
+ | 'secondary'
9
+ | 'secondary2'
10
+ | 'secondary3'
11
+ | 'secondary4'
12
+ | 'secondaryIcon'
13
+ | 'secondaryIconBold'
14
+ | 'secondaryIconDark'
15
+ | 'tertiary'
16
+ | 'tertiary2'
17
+ | 'styleless'
18
+ | 'transparent'
2
19
  export interface ButtonProps {
3
20
  label: string
4
21
  dataQa: string
@@ -9,22 +26,7 @@ export interface ButtonProps {
9
26
  noLinkNoFunc?: boolean
10
27
  onClick?: (functionParameters?: any) => void
11
28
  functionParameters?: any
12
- color?:
13
- | 'primary'
14
- | 'primary2'
15
- | 'primary3'
16
- | 'primary4'
17
- | 'secondary'
18
- | 'secondary2'
19
- | 'secondary3'
20
- | 'secondary4'
21
- | 'secondaryIcon'
22
- | 'secondaryIconBold'
23
- | 'secondaryIconDark'
24
- | 'tertiary'
25
- | 'tertiary2'
26
- | 'styleless'
27
- | 'transparent'
29
+ color?: Colors
28
30
  error?: boolean
29
31
  disabled?: boolean
30
32
  fluid?: boolean
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { type CardBoxProps } from './CardBoxProps.types';
3
+ export declare const CardBox: React.FC<CardBoxProps>;