@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
@@ -1,7 +1,7 @@
1
1
  import { device } from '../../../globalStyles/breakpoints'
2
2
  import styled from 'styled-components'
3
3
 
4
- export const RatafiaSubscriptionCardStyled = styled.div`
4
+ export const SubscriptionCardStyled = styled.div`
5
5
  display: flex;
6
6
  flex-flow: column nowrap;
7
7
  flex: 1;
@@ -27,7 +27,7 @@ export const RatafiaSubscriptionCardStyled = styled.div`
27
27
  background-color: var(--primary-main-light-1);
28
28
  }
29
29
 
30
- .ratafia-card__feature {
30
+ .subscription-card__feature {
31
31
  &.ratafia-feature {
32
32
  background-color: var(--primary-main-light-6);
33
33
  }
@@ -41,44 +41,18 @@ export const RatafiaSubscriptionCardStyled = styled.div`
41
41
  background-color: var(--secondary-main-dark-2);
42
42
  }
43
43
 
44
- .ratafia-card__feature {
44
+ .subscription-card__feature {
45
45
  &.ratafia-feature {
46
46
  background-color: var(--secondary-main-light-3);
47
47
  }
48
48
  }
49
49
 
50
- .ratafia-card__button {
50
+ .subscription-card__button {
51
51
  color: var(--others-black);
52
52
  }
53
53
  }
54
54
 
55
- .ratafia-card {
56
- &__header {
57
- display: flex;
58
- flex-flow: row wrap;
59
- align-items: center;
60
- justify-content: space-between;
61
- gap: 0.5rem var(--global-gap);
62
-
63
- @media ${device.mobile} {
64
- flex-direction: column;
65
- align-items: start;
66
- }
67
- }
68
-
69
- &__title {
70
- display: flex;
71
- flex-flow: row nowrap;
72
- align-items: center;
73
- gap: 0.5rem;
74
- color: var(--neutral-neutral-1);
75
- font-weight: bold;
76
- }
77
-
78
- &__price-text {
79
- font-size: 0.875rem;
80
- }
81
-
55
+ .subscription-card {
82
56
  &__body {
83
57
  display: flex;
84
58
  flex-flow: column;
@@ -94,10 +68,18 @@ export const RatafiaSubscriptionCardStyled = styled.div`
94
68
  font-size: 0.875rem;
95
69
  text-align: left;
96
70
  padding: 0.25rem 0;
71
+ border-radius: 4px;
72
+
73
+ &.has-padding {
74
+ padding-left: 0.5rem;
75
+ }
97
76
 
98
77
  .icon-svg-with-theme-color {
99
78
  flex-basis: 1rem;
100
79
  margin-top: 0.2rem;
80
+ display: inline-block;
81
+ object-fit: contain;
82
+ flex-shrink: 0;
101
83
  }
102
84
 
103
85
  &.ratafia-feature {
@@ -0,0 +1,4 @@
1
+ export { default as RatafiaSubscriptionCard } from './RatafiaSubscriptionCard/RatafiaSubscriptionCard';
2
+ export { type RatafiaSubscriptionCardProps } from './RatafiaSubscriptionCard/RatafiaSubscriptionCardProps.types';
3
+ export { default as PlanBoxPricingSubscriptionCard } from './PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCard';
4
+ export { type PlanBoxPricingSubscriptionCardProps } from './PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCardProps.types';
@@ -0,0 +1,2 @@
1
+ export { default as RatafiaSubscriptionCard } from './RatafiaSubscriptionCard/RatafiaSubscriptionCard';
2
+ export { default as PlanBoxPricingSubscriptionCard } from './PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCard';
@@ -0,0 +1,4 @@
1
+ export { default as RatafiaSubscriptionCard } from './RatafiaSubscriptionCard/RatafiaSubscriptionCard'
2
+ export { type RatafiaSubscriptionCardProps } from './RatafiaSubscriptionCard/RatafiaSubscriptionCardProps.types'
3
+ export { default as PlanBoxPricingSubscriptionCard } from './PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCard'
4
+ export { type PlanBoxPricingSubscriptionCardProps } from './PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCardProps.types'
@@ -2,7 +2,8 @@ import React from 'react';
2
2
  interface InputProps {
3
3
  name: string;
4
4
  placeholder: string;
5
- maxLength: number;
5
+ prefix: string;
6
+ maxLength?: number;
6
7
  value: string;
7
8
  type: 'password' | 'text' | 'number' | 'tel';
8
9
  disabled: boolean;
@@ -12,6 +13,8 @@ interface InputProps {
12
13
  onBlur: (e: React.FocusEvent<HTMLInputElement>) => void;
13
14
  onKeyDown: (e: React.KeyboardEvent<HTMLInputElement>) => void;
14
15
  onKeyUp: (e: React.KeyboardEvent<HTMLInputElement>) => void;
16
+ country: string;
17
+ currrencySymbol?: string;
15
18
  }
16
19
  export declare const Input: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<HTMLInputElement>>;
17
20
  export {};
@@ -2,15 +2,35 @@ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-run
2
2
  import React, { useState } from 'react';
3
3
  import eyeCloseIcon from '../../../../images/svg/eye-close.svg';
4
4
  import eyeIcon from '../../../../images/svg/eye-24-px.svg';
5
- export const Input = React.forwardRef(({ value, name, placeholder, className, onChange, onClick, onBlur, onKeyDown, onKeyUp, disabled, type = 'text', maxLength }, ref) => {
5
+ import percent from '../../../../images/svg/percent.svg';
6
+ export const Input = React.forwardRef(({ value, name, placeholder, className, onChange, onClick, onBlur, onKeyDown, onKeyUp, disabled, type = 'text', maxLength, country, prefix, currrencySymbol }, ref) => {
7
+ const isShortInput = Boolean(maxLength && maxLength <= 5);
6
8
  const [hidden, setHidden] = useState(true);
7
9
  const showPassword = () => {
8
10
  if (value !== null)
9
11
  setHidden(!hidden);
10
12
  };
11
- return (_jsxs(_Fragment, { children: [_jsx("input", { type: !hidden && type === 'password' ? 'text' : type, name: name, id: name, className: className, maxLength: maxLength, placeholder: placeholder, onChange: onChange, onClick: onClick, onKeyDown: onKeyDown, onKeyUp: onKeyUp, onBlur: onBlur, value: value, "data-qa": name, disabled: disabled, ref: ref }), type === 'password' && (_jsx("button", { type: 'button', className: 'input-icon-password-button', onClick: showPassword, onKeyDown: (e) => {
13
+ const isCurrency = prefix === 'currency';
14
+ const isPercent = prefix === 'percent';
15
+ const euro = country === 'DE';
16
+ const otherCurrency = country !== 'DE';
17
+ let finalClassName = className;
18
+ if (isCurrency && otherCurrency) {
19
+ finalClassName += ' has-currency-prefix';
20
+ }
21
+ else if (isCurrency && euro) {
22
+ finalClassName += ' has-currency-suffix';
23
+ }
24
+ else if (isPercent) {
25
+ finalClassName += ' has-percent-suffix';
26
+ }
27
+ return (_jsxs(_Fragment, { children: [isCurrency && !!prefix && otherCurrency && currrencySymbol && (_jsx("div", { className: 'input-icon-currency-prefix', children: _jsx("span", { children: currrencySymbol }) })), _jsx("input", { type: !hidden && type === 'password' ? 'text' : type, name: name, id: name, className: `${finalClassName} ${isShortInput ? 'e-text-input__short' : ''}`, maxLength: maxLength, placeholder: placeholder, onChange: onChange, onClick: onClick, onKeyDown: onKeyDown, onKeyUp: onKeyUp, onBlur: onBlur, value: value, "data-qa": name, disabled: disabled, ref: ref }), type === 'password' && (_jsx("button", { type: 'button', className: 'input-icon-password-button', onClick: showPassword, onKeyDown: (e) => {
12
28
  if (e.key === 'Enter')
13
29
  showPassword();
14
- }, children: _jsx("img", { src: hidden ? eyeIcon : eyeCloseIcon, alt: '' }) }))] }));
30
+ }, children: _jsx("img", { src: hidden ? eyeIcon : eyeCloseIcon, alt: '' }) })), isCurrency
31
+ ? !!prefix &&
32
+ euro &&
33
+ currrencySymbol && (_jsx("div", { className: 'input-icon-currency-suffix', children: _jsx("span", { children: currrencySymbol }) }))
34
+ : isPercent && (_jsx("div", { className: 'input-icon-percent-suffix', children: _jsx("img", { src: percent, alt: 'percent' }) }))] }));
15
35
  });
16
36
  Input.displayName = 'Input';
@@ -2,11 +2,13 @@ import React, { useState } from 'react'
2
2
 
3
3
  import eyeCloseIcon from '../../../../images/svg/eye-close.svg'
4
4
  import eyeIcon from '../../../../images/svg/eye-24-px.svg'
5
+ import percent from '../../../../images/svg/percent.svg'
5
6
 
6
7
  interface InputProps {
7
8
  name: string
8
9
  placeholder: string
9
- maxLength: number
10
+ prefix: string
11
+ maxLength?: number
10
12
  value: string
11
13
  type: 'password' | 'text' | 'number' | 'tel'
12
14
  disabled: boolean
@@ -16,6 +18,8 @@ interface InputProps {
16
18
  onBlur: (e: React.FocusEvent<HTMLInputElement>) => void
17
19
  onKeyDown: (e: React.KeyboardEvent<HTMLInputElement>) => void
18
20
  onKeyUp: (e: React.KeyboardEvent<HTMLInputElement>) => void
21
+ country: string
22
+ currrencySymbol?: string
19
23
  }
20
24
 
21
25
  export const Input = React.forwardRef<HTMLInputElement, InputProps>(
@@ -32,23 +36,47 @@ export const Input = React.forwardRef<HTMLInputElement, InputProps>(
32
36
  onKeyUp,
33
37
  disabled,
34
38
  type = 'text',
35
- maxLength
39
+ maxLength,
40
+ country,
41
+ prefix,
42
+ currrencySymbol
36
43
  }: InputProps,
37
44
  ref
38
45
  ) => {
46
+ const isShortInput = Boolean(maxLength && maxLength <= 5)
39
47
  const [hidden, setHidden] = useState(true)
40
48
 
41
49
  const showPassword = (): void => {
42
50
  if (value !== null) setHidden(!hidden)
43
51
  }
44
52
 
53
+ const isCurrency = prefix === 'currency'
54
+ const isPercent = prefix === 'percent'
55
+ const euro = country === 'DE'
56
+ const otherCurrency = country !== 'DE'
57
+
58
+ let finalClassName = className
59
+
60
+ if (isCurrency && otherCurrency) {
61
+ finalClassName += ' has-currency-prefix'
62
+ } else if (isCurrency && euro) {
63
+ finalClassName += ' has-currency-suffix'
64
+ } else if (isPercent) {
65
+ finalClassName += ' has-percent-suffix'
66
+ }
67
+
45
68
  return (
46
69
  <>
70
+ {isCurrency && !!prefix && otherCurrency && currrencySymbol && (
71
+ <div className='input-icon-currency-prefix'>
72
+ <span>{currrencySymbol}</span>
73
+ </div>
74
+ )}
47
75
  <input
48
76
  type={!hidden && type === 'password' ? 'text' : type}
49
77
  name={name}
50
78
  id={name}
51
- className={className}
79
+ className={`${finalClassName} ${isShortInput ? 'e-text-input__short' : ''}`}
52
80
  maxLength={maxLength}
53
81
  placeholder={placeholder}
54
82
  onChange={onChange}
@@ -73,6 +101,19 @@ export const Input = React.forwardRef<HTMLInputElement, InputProps>(
73
101
  <img src={hidden ? eyeIcon : eyeCloseIcon} alt='' />
74
102
  </button>
75
103
  )}
104
+ {isCurrency
105
+ ? !!prefix &&
106
+ euro &&
107
+ currrencySymbol && (
108
+ <div className='input-icon-currency-suffix'>
109
+ <span>{currrencySymbol}</span>
110
+ </div>
111
+ )
112
+ : isPercent && (
113
+ <div className='input-icon-percent-suffix'>
114
+ <img src={percent} alt='percent' />
115
+ </div>
116
+ )}
76
117
  </>
77
118
  )
78
119
  }
@@ -6,11 +6,12 @@ import { Input } from './Input';
6
6
  import { TextInputLabel } from './TextInputLabel';
7
7
  import { TextInputMessage } from './TextInputMessage';
8
8
  import { TextInputTooltip } from './TextInputTooltip';
9
- const TextInput = React.forwardRef(({ label, value, validate = true, isValidGroup = true, format = undefined, name, placeholder, onChange, onClick, onBlur, onKeyDown, onKeyUp, disabled, type = 'text', maxLength, errorMessage = '', notes, dialogMenuTip, tooltip = '', givenClass = '', children }, ref) => {
9
+ const TextInput = React.forwardRef(({ label, value, validate = true, isValidGroup = true, format = undefined, name, placeholder, onChange, onClick, onBlur, onKeyDown, onKeyUp, prefix = '', disabled, type = 'text', maxLength, errorMessage = '', notes, dialogMenuTip, tooltip = '', givenClass = '', children, country, currrencySymbol }, ref) => {
10
10
  const classnames = classNames('e-text', {
11
11
  [givenClass]: givenClass,
12
12
  'e-text--is-invalid': !validate,
13
- 'e-text--group-invalid': !isValidGroup
13
+ 'e-text--group-invalid': !isValidGroup,
14
+ 'e-text--has-prefix': !!prefix
14
15
  });
15
16
  const handleChange = (event) => {
16
17
  onChange(event);
@@ -23,14 +24,9 @@ const TextInput = React.forwardRef(({ label, value, validate = true, isValidGrou
23
24
  };
24
25
  const renderInput = () => {
25
26
  if (Boolean(format) && type !== 'number' && type !== 'tel') {
26
- return (_jsx(NumericFormat, { name: name, id: name, placeholder: placeholder, className: 'e-text-input',
27
- // mask={mask}
28
- // format={format}
29
- onChange: onChange, onClick: onClick,
30
- // maskchar={null}
31
- value: value, "data-qa": name, disabled: disabled, maxLength: maxLength, onBlur: onBlur }));
27
+ return (_jsx(NumericFormat, { name: name, id: name, placeholder: placeholder, className: 'e-text-input', onChange: onChange, onClick: onClick, value: value, "data-qa": name, disabled: disabled, maxLength: maxLength, onBlur: onBlur }));
32
28
  }
33
- return (_jsx(Input, { name: name ?? '', type: type, placeholder: placeholder ?? '', className: 'e-text-input', onChange: handleChange, onClick: onClick ?? (() => { }), value: value, "data-qa": name, disabled: disabled ?? false, maxLength: maxLength, onBlur: onBlur ?? (() => { }), ref: ref, onKeyDown: handleKeyDown, onKeyUp: handleKeyUp }));
29
+ return (_jsx(Input, { name: name ?? '', type: type, prefix: prefix, placeholder: placeholder ?? '', className: 'e-text-input', onChange: handleChange, onClick: onClick ?? (() => { }), value: value, "data-qa": name, disabled: disabled ?? false, maxLength: maxLength, onBlur: onBlur ?? (() => { }), ref: ref, onKeyDown: handleKeyDown, onKeyUp: handleKeyUp, country: country, currrencySymbol: currrencySymbol }));
34
30
  };
35
31
  return (_jsxs("div", { className: classnames, children: [Boolean(children) && _jsx("div", { className: 'e-text__children', children: children }), _jsx(TextInputTooltip, { tooltip: tooltip }), _jsx(TextInputMessage, { errorMessage: errorMessage, validate: validate }), renderInput(), _jsx(TextInputLabel, { label: label, htmlFor: name, notes: notes, dialogMenuTip: dialogMenuTip })] }));
36
32
  });
@@ -10,6 +10,10 @@
10
10
  margin-bottom: 1rem;
11
11
  position: relative;
12
12
 
13
+ .e-text-input__short {
14
+ width: 50%;
15
+ }
16
+
13
17
  input {
14
18
  -webkit-appearance: none;
15
19
  -moz-appearance: none;
@@ -55,6 +59,10 @@
55
59
  font-weight: bold;
56
60
  }
57
61
 
62
+ .e-text__inner {
63
+ grid-row: 1;
64
+ }
65
+
58
66
  .form-group__label-icon {
59
67
  color: var(--neutral-neutral-1);
60
68
  font-weight: bold;
@@ -103,9 +111,11 @@
103
111
  .e-text__error {
104
112
  display: flex;
105
113
  align-content: center;
106
- bottom: -5.5rem;
107
- margin-top: 0.5rem;
108
114
  color: var(--error-main);
115
+ position: absolute;
116
+ bottom: -1.5rem;
117
+ align-items: center;
118
+ height: fit-content;
109
119
 
110
120
  &-icon {
111
121
  display: flex;
@@ -148,6 +158,41 @@
148
158
  }
149
159
  }
150
160
 
161
+ &--has-prefix {
162
+ width: 100%;
163
+ display: grid;
164
+ grid-template-columns: 1fr;
165
+
166
+ @include portrait-tablets {
167
+ width: 50%;
168
+ }
169
+
170
+ .tooltip-form {
171
+ grid-row: 3;
172
+ }
173
+
174
+ .has-currency-prefix {
175
+ padding-left: 2rem;
176
+ grid-column: 1;
177
+ grid-row: 2;
178
+ align-self: center;
179
+ }
180
+
181
+ .has-currency-suffix {
182
+ padding-right: 2rem;
183
+ grid-column: 1;
184
+ grid-row: 2;
185
+ align-self: center;
186
+ }
187
+
188
+ .has-percent-suffix {
189
+ padding-left: 0.75rem;
190
+ grid-column: 1;
191
+ grid-row: 2;
192
+ align-self: center;
193
+ }
194
+ }
195
+
151
196
  .input-icon {
152
197
  position: absolute;
153
198
  transform: translate(-15%, -65%);
@@ -164,6 +209,31 @@
164
209
  border: none;
165
210
  }
166
211
 
212
+ .input-icon-currency-suffix {
213
+ grid-column: 1;
214
+ grid-row: 2;
215
+ align-self: center;
216
+ margin-left: calc(100% - 30px);
217
+ width: fit-content;
218
+ }
219
+
220
+ .input-icon-currency-prefix {
221
+ grid-column: 1;
222
+ grid-row: 2;
223
+ align-self: center;
224
+ z-index: 1;
225
+ padding-left: 0.87rem;
226
+ width: fit-content;
227
+ }
228
+
229
+ .input-icon-percent-suffix {
230
+ grid-column: 1;
231
+ grid-row: 2;
232
+ align-self: center;
233
+ margin-left: calc(100% - 30px);
234
+ width: fit-content;
235
+ }
236
+
167
237
  .formgroup--input__button {
168
238
  align-self: flex-start;
169
239
  font-size: 0.75rem;
@@ -23,6 +23,7 @@ const TextInput = React.forwardRef<HTMLInputElement, TextInputProps>(
23
23
  onBlur,
24
24
  onKeyDown,
25
25
  onKeyUp,
26
+ prefix = '',
26
27
  disabled,
27
28
  type = 'text',
28
29
  maxLength,
@@ -31,14 +32,17 @@ const TextInput = React.forwardRef<HTMLInputElement, TextInputProps>(
31
32
  dialogMenuTip,
32
33
  tooltip = '',
33
34
  givenClass = '',
34
- children
35
+ children,
36
+ country,
37
+ currrencySymbol
35
38
  }: TextInputProps,
36
39
  ref
37
40
  ) => {
38
41
  const classnames = classNames('e-text', {
39
42
  [givenClass]: givenClass,
40
43
  'e-text--is-invalid': !validate,
41
- 'e-text--group-invalid': !isValidGroup
44
+ 'e-text--group-invalid': !isValidGroup,
45
+ 'e-text--has-prefix': !!prefix
42
46
  })
43
47
 
44
48
  const handleChange = (event: React.ChangeEvent<HTMLInputElement>): void => {
@@ -61,11 +65,8 @@ const TextInput = React.forwardRef<HTMLInputElement, TextInputProps>(
61
65
  id={name}
62
66
  placeholder={placeholder}
63
67
  className='e-text-input'
64
- // mask={mask}
65
- // format={format}
66
68
  onChange={onChange}
67
69
  onClick={onClick}
68
- // maskchar={null}
69
70
  value={value}
70
71
  data-qa={name}
71
72
  disabled={disabled}
@@ -79,6 +80,7 @@ const TextInput = React.forwardRef<HTMLInputElement, TextInputProps>(
79
80
  <Input
80
81
  name={name ?? ''}
81
82
  type={type}
83
+ prefix={prefix}
82
84
  placeholder={placeholder ?? ''}
83
85
  className='e-text-input'
84
86
  onChange={handleChange}
@@ -91,6 +93,8 @@ const TextInput = React.forwardRef<HTMLInputElement, TextInputProps>(
91
93
  ref={ref}
92
94
  onKeyDown={handleKeyDown}
93
95
  onKeyUp={handleKeyUp}
96
+ country={country}
97
+ currrencySymbol={currrencySymbol}
94
98
  />
95
99
  )
96
100
  }
@@ -9,7 +9,7 @@ export interface TextInputProps {
9
9
  mask?: string;
10
10
  format?: string;
11
11
  notes?: string;
12
- maxLength?: any;
12
+ maxLength?: number;
13
13
  value?: any;
14
14
  type?: 'password' | 'text' | 'number' | 'tel';
15
15
  validate?: boolean;
@@ -20,5 +20,8 @@ export interface TextInputProps {
20
20
  onBlur?: (e: React.FocusEvent<HTMLInputElement>) => void;
21
21
  onKeyDown?: (e: React.KeyboardEvent<HTMLInputElement>) => void;
22
22
  onKeyUp?: (e: React.KeyboardEvent<HTMLInputElement>) => void;
23
+ prefix?: string;
23
24
  children?: React.ReactNode;
25
+ country: string;
26
+ currrencySymbol?: string;
24
27
  }
@@ -10,7 +10,7 @@ export interface TextInputProps {
10
10
  mask?: string
11
11
  format?: string
12
12
  notes?: string
13
- maxLength?: any
13
+ maxLength?: number
14
14
  value?: any
15
15
  type?: 'password' | 'text' | 'number' | 'tel'
16
16
  validate?: boolean
@@ -21,5 +21,8 @@ export interface TextInputProps {
21
21
  onBlur?: (e: React.FocusEvent<HTMLInputElement>) => void
22
22
  onKeyDown?: (e: React.KeyboardEvent<HTMLInputElement>) => void
23
23
  onKeyUp?: (e: React.KeyboardEvent<HTMLInputElement>) => void
24
+ prefix?: string
24
25
  children?: React.ReactNode
26
+ country: string
27
+ currrencySymbol?: string
25
28
  }
@@ -1,4 +1,4 @@
1
- import { type Meta, type StoryObj } from '@storybook/react'
1
+ import { type Meta, type StoryObj } from '@storybook/react-webpack5'
2
2
  import React, { useRef } from 'react'
3
3
 
4
4
  import TextInput from '../TextInput'
@@ -123,3 +123,57 @@ export const MaskInput: Story = {
123
123
  placeholder: 'eg. 2111 1111 1111 1111'
124
124
  }
125
125
  }
126
+
127
+ export const WithSufixEuro: Story = {
128
+ args: {
129
+ name: 'prefix',
130
+ label: 'Price:',
131
+ value: '20.30',
132
+ type: 'text',
133
+ prefix: 'currency',
134
+ country: 'DE'
135
+ }
136
+ }
137
+
138
+ export const WithPrefixNoEuro: Story = {
139
+ args: {
140
+ name: 'prefix',
141
+ label: 'Price:',
142
+ value: '20.30',
143
+ type: 'text',
144
+ prefix: 'currency',
145
+ country: 'US'
146
+ }
147
+ }
148
+
149
+ export const WithSufixPercent: Story = {
150
+ args: {
151
+ name: 'prefix',
152
+ label: 'Price:',
153
+ value: '20.30',
154
+ type: 'text',
155
+ prefix: 'percent',
156
+ country: 'US'
157
+ }
158
+ }
159
+
160
+ export const WithPrefixPercent: Story = {
161
+ args: {
162
+ name: 'prefix',
163
+ label: 'Price:',
164
+ value: '20.30',
165
+ type: 'text',
166
+ prefix: 'currency',
167
+ country: 'CA'
168
+ }
169
+ }
170
+
171
+ export const SmallMaxLength: Story = {
172
+ args: {
173
+ value: '',
174
+ name: 'Type of property',
175
+ label: 'Type of property',
176
+ type: 'text',
177
+ maxLength: 5
178
+ }
179
+ }
@@ -1,9 +1,9 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { MenuItems, Tooltip } from '../../atoms';
2
+ import { MenuItemsDeprecated, Tooltip } from '../../atoms';
3
3
  import { MenuCollapse24p } from '../../../../images/componentsSvg/MenuCollapse24p';
4
4
  // import './TooltipMenu.scss'
5
5
  const TooltipMenu = ({ options, onClick, label }) => {
6
- const menu = _jsx(MenuItems, { list: options });
6
+ const menu = _jsx(MenuItemsDeprecated, { list: options });
7
7
  return (_jsx(Tooltip, { content: menu, allowHTML: true, interactive: true, position: 'bottom', trigger: 'click', children: _jsxs("div", { className: 'tooltip-menu__item', onClick: onClick, children: [_jsx(MenuCollapse24p, {}), _jsx("span", { className: 'actions-span sans-serif --extra-small', children: label })] }) }));
8
8
  };
9
9
  export default TooltipMenu;
@@ -2,13 +2,13 @@
2
2
  /* eslint-disable jsx-a11y/click-events-have-key-events */
3
3
  import React, { type FC } from 'react'
4
4
 
5
- import { MenuItems, Tooltip } from '../../atoms'
5
+ import { MenuItemsDeprecated, Tooltip } from '../../atoms'
6
6
  import { MenuCollapse24p } from '../../../../images/componentsSvg/MenuCollapse24p'
7
7
  import { type TooltipMenuProps } from './TooltipMenuProps.types'
8
8
  // import './TooltipMenu.scss'
9
9
 
10
10
  const TooltipMenu: FC<TooltipMenuProps> = ({ options, onClick, label }: TooltipMenuProps) => {
11
- const menu = <MenuItems list={options}></MenuItems>
11
+ const menu = <MenuItemsDeprecated list={options}></MenuItemsDeprecated>
12
12
 
13
13
  return (
14
14
  <Tooltip content={menu} allowHTML={true} interactive={true} position='bottom' trigger='click'>
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { TrustworthyWebsitesStyled } from './TrustworthyWebsites.styled';
3
3
  const TrustworthyWebsites = ({ images }) => {
4
- return (_jsx(TrustworthyWebsitesStyled, { className: 'trustworthy-websites', children: images.map((item) => (_jsx("div", { className: 'trustworthy-websites__image', children: item.src }, item.id))) }));
4
+ return (_jsx(TrustworthyWebsitesStyled, { className: 'trustworthy-websites', children: images.map((item) => (_jsx("div", { className: 'trustworthy-websites__image', children: _jsx("a", { href: item.url, target: '_blank', rel: 'noreferrer', children: item.src }) }, item.id))) }));
5
5
  };
6
6
  export default TrustworthyWebsites;
@@ -1,14 +1,31 @@
1
+ import { device } from '../../../globalStyles/breakpoints';
1
2
  import styled from 'styled-components';
2
3
  export const TrustworthyWebsitesStyled = styled.div `
3
4
  display: flex;
4
5
  flex-wrap: wrap;
5
- justify-content: center;
6
+ justify-content: space-around;
6
7
  align-items: center;
7
8
 
9
+ @media ${device['landscape-tablets']} {
10
+ gap: 4%;
11
+ }
12
+
8
13
  .trustworthy-websites {
9
14
  &__image {
10
- margin: 1.5rem;
11
- max-width: 7rem;
15
+ margin: 1rem 0 1rem 0;
16
+ width: 45.5%;
17
+
18
+ @media ${device['landscape-tablets']} {
19
+ width: 10.28%;
20
+ }
21
+
22
+ img {
23
+ margin: 0 auto;
24
+ }
25
+
26
+ .gatsby-image-wrapper-constrained {
27
+ display: block;
28
+ }
12
29
  }
13
30
  }
14
31
  `;
@@ -1,15 +1,32 @@
1
+ import { device } from '../../../globalStyles/breakpoints'
1
2
  import styled from 'styled-components'
2
3
 
3
4
  export const TrustworthyWebsitesStyled = styled.div`
4
5
  display: flex;
5
6
  flex-wrap: wrap;
6
- justify-content: center;
7
+ justify-content: space-around;
7
8
  align-items: center;
8
9
 
10
+ @media ${device['landscape-tablets']} {
11
+ gap: 4%;
12
+ }
13
+
9
14
  .trustworthy-websites {
10
15
  &__image {
11
- margin: 1.5rem;
12
- max-width: 7rem;
16
+ margin: 1rem 0 1rem 0;
17
+ width: 45.5%;
18
+
19
+ @media ${device['landscape-tablets']} {
20
+ width: 10.28%;
21
+ }
22
+
23
+ img {
24
+ margin: 0 auto;
25
+ }
26
+
27
+ .gatsby-image-wrapper-constrained {
28
+ display: block;
29
+ }
13
30
  }
14
31
  }
15
32
  `