@npm_leadtech/legal-lib-components 7.44.6 → 7.45.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1012) hide show
  1. package/dist/css/styles.css +5 -64
  2. package/dist/images/componentsSvg/RatafiaIcon24px.d.ts +6 -0
  3. package/dist/images/componentsSvg/RatafiaIcon24px.js +2 -0
  4. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.d.ts +4 -0
  5. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.js +6 -0
  6. package/dist/src/components/atoms/{ContactInformationHeader/ContactInformationHeader.styled.d.ts → BenefitRatafiaCard/BenefitRatafiaCard.styled.d.ts} +1 -1
  7. package/dist/src/components/atoms/{BenefitCard/BenefitCardStyled.styled.js → BenefitRatafiaCard/BenefitRatafiaCard.styled.js} +4 -10
  8. package/dist/src/components/atoms/{BenefitCard/BenefitCardStyled.styled.ts → BenefitRatafiaCard/BenefitRatafiaCard.styled.ts} +4 -10
  9. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.tsx +18 -0
  10. package/dist/src/components/atoms/{BenefitCard/BenefitCardProps.types.d.ts → BenefitRatafiaCard/BenefitRatafiaCardProps.types.d.ts} +1 -3
  11. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCardProps.types.ts +6 -0
  12. package/dist/src/components/atoms/BenefitRatafiaCard/index.d.ts +2 -0
  13. package/dist/src/components/atoms/BenefitRatafiaCard/index.js +1 -0
  14. package/dist/src/components/atoms/BenefitRatafiaCard/index.ts +2 -0
  15. package/dist/src/components/atoms/Button/ButtonProps.types.d.ts +1 -2
  16. package/dist/src/components/atoms/Button/ButtonProps.types.js +0 -1
  17. package/dist/src/components/atoms/Button/ButtonProps.types.ts +16 -18
  18. package/dist/src/components/atoms/CardPane/CardPane.styled.js +1 -1
  19. package/dist/src/components/atoms/CardPane/CardPane.styled.ts +1 -1
  20. package/dist/src/components/atoms/CardPane/CardPaneInfo.js +2 -2
  21. package/dist/src/components/atoms/CardPane/CardPaneInfo.tsx +2 -2
  22. package/dist/src/components/atoms/CardPane/CardPaneProps.types.d.ts +0 -1
  23. package/dist/src/components/atoms/CardPane/CardPaneProps.types.ts +0 -1
  24. package/dist/src/components/atoms/ContactCard/ContactCard.styled.js +1 -5
  25. package/dist/src/components/atoms/ContactCard/ContactCard.styled.ts +1 -5
  26. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.js +1 -1
  27. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.tsx +0 -1
  28. package/dist/src/components/atoms/DatePickerCustom/index.js.map +2 -2
  29. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.styled.js +1 -1
  30. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.styled.ts +1 -1
  31. package/dist/src/components/atoms/Divider/Divider.js +4 -2
  32. package/dist/src/components/atoms/Divider/Divider.styled.js +0 -6
  33. package/dist/src/components/atoms/Divider/Divider.styled.ts +0 -6
  34. package/dist/src/components/atoms/Divider/Divider.tsx +6 -10
  35. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.js +5 -1
  36. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.js +14 -0
  37. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.ts +14 -0
  38. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.tsx +9 -0
  39. package/dist/src/components/atoms/ExpertCard/ExpertCard.js +1 -1
  40. package/dist/src/components/atoms/ExpertCard/ExpertCard.styled.js +25 -24
  41. package/dist/src/components/atoms/ExpertCard/ExpertCard.styled.ts +25 -24
  42. package/dist/src/components/atoms/ExpertCard/ExpertCard.tsx +8 -9
  43. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.js +1 -1
  44. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.tsx +2 -2
  45. package/dist/src/components/atoms/FixedFooter/FixedFooter.d.ts +0 -4
  46. package/dist/src/components/atoms/FixedFooter/FixedFooter.js +0 -4
  47. package/dist/src/components/atoms/FixedFooter/FixedFooter.styled.js +1 -1
  48. package/dist/src/components/atoms/FixedFooter/FixedFooter.styled.ts +1 -1
  49. package/dist/src/components/atoms/FixedFooter/FixedFooter.tsx +0 -4
  50. package/dist/src/components/atoms/IconImage/IconImage.js +2 -2
  51. package/dist/src/components/atoms/IconImage/IconImage.tsx +9 -7
  52. package/dist/src/components/atoms/Logo/Logo.js +2 -2
  53. package/dist/src/components/atoms/Logo/Logo.tsx +1 -3
  54. package/dist/src/components/atoms/Logo/LogoProps.types.d.ts +0 -1
  55. package/dist/src/components/atoms/Logo/LogoProps.types.ts +0 -1
  56. package/dist/src/components/atoms/Logo/svg/lawdistrict-logo.svg +11 -12
  57. package/dist/src/components/atoms/Logo/svg/lawdistrict-white-logo.svg +11 -12
  58. package/dist/src/components/atoms/{MenuItemsDeprecated/MenuItemsDeprecatedProps.types.d.ts → MenuItems/MenuItemProps.types.d.ts} +1 -1
  59. package/dist/src/components/atoms/{MenuItemsDeprecated/MenuItemsDeprecatedProps.types.ts → MenuItems/MenuItemProps.types.ts} +1 -1
  60. package/dist/src/components/atoms/MenuItems/MenuItems.d.ts +4 -0
  61. package/dist/src/components/atoms/{MenuItemsDeprecated/MenuItemsDeprecated.js → MenuItems/MenuItems.js} +4 -4
  62. package/dist/src/components/{organisms → atoms}/MenuItems/MenuItems.styled.d.ts +1 -1
  63. package/dist/src/components/atoms/{MenuItemsDeprecated/MenuItemsDeprecated.styled.js → MenuItems/MenuItems.styled.js} +1 -1
  64. package/dist/src/components/atoms/{MenuItemsDeprecated/MenuItemsDeprecated.styled.ts → MenuItems/MenuItems.styled.ts} +1 -1
  65. package/dist/src/components/atoms/{MenuItemsDeprecated/MenuItemsDeprecated.tsx → MenuItems/MenuItems.tsx} +6 -12
  66. package/dist/src/components/atoms/MenuItems/index.d.ts +2 -0
  67. package/dist/src/components/atoms/MenuItems/index.js +1 -0
  68. package/dist/src/components/atoms/MenuItems/index.ts +2 -0
  69. package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.styled.js +0 -9
  70. package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.styled.ts +0 -9
  71. package/dist/src/components/atoms/Radio/Radio.scss +1 -2
  72. package/dist/src/components/atoms/RatafiaLandingIcon/RatafiaLandingIcon.scss +1 -2
  73. package/dist/src/components/atoms/SearchSelect/SearchSelect.js +2 -9
  74. package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.js +1 -1
  75. package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.ts +1 -1
  76. package/dist/src/components/atoms/SearchSelect/SearchSelect.tsx +2 -9
  77. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.js +2 -2
  78. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.tsx +2 -2
  79. package/dist/src/components/atoms/TopBar/TopBar.styled.js +2 -49
  80. package/dist/src/components/atoms/TopBar/TopBar.styled.ts +2 -49
  81. package/dist/src/components/atoms/TopBar/TopBar.tsx +1 -1
  82. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.d.ts +7 -0
  83. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.js +10 -0
  84. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.d.ts +1 -0
  85. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.js +49 -0
  86. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.ts +50 -0
  87. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.tsx +22 -0
  88. package/dist/src/components/atoms/TopBarMobile/index.d.ts +1 -0
  89. package/dist/src/components/atoms/TopBarMobile/index.js +1 -0
  90. package/dist/src/components/atoms/TopBarMobile/index.ts +1 -0
  91. package/dist/src/components/atoms/TrustPilot/TrustPilot.styled.js +3 -2
  92. package/dist/src/components/atoms/TrustPilot/TrustPilot.styled.ts +3 -2
  93. package/dist/src/components/atoms/Video/Video.d.ts +1 -1
  94. package/dist/src/components/atoms/Video/Video.js +2 -2
  95. package/dist/src/components/atoms/Video/Video.tsx +2 -13
  96. package/dist/src/components/atoms/Video/VideoProps.types.d.ts +0 -2
  97. package/dist/src/components/atoms/Video/VideoProps.types.ts +0 -2
  98. package/dist/src/components/atoms/index.d.ts +3 -10
  99. package/dist/src/components/atoms/index.js +3 -10
  100. package/dist/src/components/atoms/index.ts +3 -10
  101. package/dist/src/components/molecules/Article/Article.js +2 -2
  102. package/dist/src/components/molecules/Article/Article.styled.js +2 -10
  103. package/dist/src/components/molecules/Article/Article.styled.ts +2 -10
  104. package/dist/src/components/molecules/Article/Article.tsx +7 -2
  105. package/dist/src/components/molecules/Article/ArticleProps.types.d.ts +1 -1
  106. package/dist/src/components/molecules/Article/ArticleProps.types.ts +1 -1
  107. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.js +2 -2
  108. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.tsx +2 -2
  109. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardListProps.types.d.ts +2 -2
  110. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardListProps.types.ts +2 -2
  111. package/dist/src/components/molecules/ContactCardList/ContactCardList.styled.js +1 -1
  112. package/dist/src/components/molecules/ContactCardList/ContactCardList.styled.ts +1 -1
  113. package/dist/src/components/molecules/ExpertCardList/ExpertCardList.styled.js +3 -2
  114. package/dist/src/components/molecules/ExpertCardList/ExpertCardList.styled.ts +3 -2
  115. package/dist/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.styled.js +2 -4
  116. package/dist/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.styled.ts +2 -4
  117. package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.js +2 -2
  118. package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.tsx +2 -2
  119. package/dist/src/components/molecules/MenuItemsSection/MenuItemsSectionProps.types.d.ts +1 -1
  120. package/dist/src/components/molecules/MenuItemsSection/MenuItemsSectionProps.types.ts +1 -1
  121. package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.styled.js +0 -6
  122. package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.styled.ts +0 -6
  123. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.js +2 -2
  124. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.styled.js +0 -11
  125. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.styled.ts +0 -11
  126. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.tsx +20 -28
  127. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSampleProps.types.d.ts +0 -4
  128. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSampleProps.types.ts +0 -4
  129. package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.js +2 -2
  130. package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.tsx +3 -3
  131. package/dist/src/components/molecules/{SubscriptionCard/RatafiaSubscriptionCard → RatafiaSubscriptionCard}/RatafiaSubscriptionCard.d.ts +2 -2
  132. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.js +12 -0
  133. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.d.ts +1 -0
  134. package/dist/src/components/molecules/{SubscriptionCard/SubscriptionCard.styled.js → RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.js} +31 -13
  135. package/dist/src/components/molecules/{SubscriptionCard/SubscriptionCard.styled.ts → RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.ts} +31 -13
  136. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.tsx +61 -0
  137. package/dist/src/components/molecules/{SubscriptionCard/RatafiaSubscriptionCard → RatafiaSubscriptionCard}/RatafiaSubscriptionCardProps.types.d.ts +3 -3
  138. package/dist/src/components/molecules/{SubscriptionCard/RatafiaSubscriptionCard → RatafiaSubscriptionCard}/RatafiaSubscriptionCardProps.types.ts +3 -3
  139. package/dist/src/components/molecules/RatafiaSubscriptionCard/index.d.ts +2 -0
  140. package/dist/src/components/molecules/RatafiaSubscriptionCard/index.js +1 -0
  141. package/dist/src/components/molecules/RatafiaSubscriptionCard/index.ts +2 -0
  142. package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCard.js +2 -2
  143. package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCard.styled.d.ts +1 -6
  144. package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCard.styled.js +121 -252
  145. package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCard.styled.ts +120 -260
  146. package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCard.tsx +5 -5
  147. package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCardProps.types.d.ts +0 -2
  148. package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCardProps.types.ts +0 -3
  149. package/dist/src/components/molecules/SubtypeDocumentCard/index.d.ts +1 -1
  150. package/dist/src/components/molecules/SubtypeDocumentCard/index.ts +1 -1
  151. package/dist/src/components/molecules/TextInput/Input.d.ts +0 -3
  152. package/dist/src/components/molecules/TextInput/Input.js +3 -22
  153. package/dist/src/components/molecules/TextInput/Input.tsx +2 -42
  154. package/dist/src/components/molecules/TextInput/TextInput.js +9 -5
  155. package/dist/src/components/molecules/TextInput/TextInput.scss +2 -68
  156. package/dist/src/components/molecules/TextInput/TextInput.tsx +5 -9
  157. package/dist/src/components/molecules/TextInput/TextInputProps.types.d.ts +0 -3
  158. package/dist/src/components/molecules/TextInput/TextInputProps.types.ts +0 -3
  159. package/dist/src/components/molecules/TextInput/stories/TextInput.stories.tsx +1 -45
  160. package/dist/src/components/molecules/TooltipMenu/TooltipMenu.js +2 -2
  161. package/dist/src/components/molecules/TooltipMenu/TooltipMenu.tsx +2 -2
  162. package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.js +1 -1
  163. package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.styled.js +3 -20
  164. package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.styled.ts +3 -20
  165. package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.tsx +1 -3
  166. package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsitesProps.types.d.ts +0 -1
  167. package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsitesProps.types.ts +0 -1
  168. package/dist/src/components/molecules/index.d.ts +1 -16
  169. package/dist/src/components/molecules/index.js +1 -16
  170. package/dist/src/components/molecules/index.ts +1 -16
  171. package/dist/src/components/organisms/AboutUsContent/AboutUsContent.d.ts +4 -0
  172. package/dist/src/components/organisms/AboutUsContent/AboutUsContent.js +7 -0
  173. package/dist/src/components/{molecules/ContactInfoBox/ContactInfoBox.styled.d.ts → organisms/AboutUsContent/AboutUsContent.styled.d.ts} +1 -1
  174. package/dist/src/components/organisms/{HeroContent/HeroContent.styled.js → AboutUsContent/AboutUsContent.styled.js} +3 -3
  175. package/dist/src/components/organisms/{HeroContent/HeroContent.styled.ts → AboutUsContent/AboutUsContent.styled.ts} +3 -3
  176. package/dist/src/components/organisms/AboutUsContent/AboutUsContent.tsx +23 -0
  177. package/dist/src/components/organisms/{HeroContent/HeroContentPropsProps.types.d.ts → AboutUsContent/AboutUsContentProps.types.d.ts} +1 -1
  178. package/dist/src/components/organisms/{HeroContent/HeroContentPropsProps.types.ts → AboutUsContent/AboutUsContentProps.types.ts} +1 -1
  179. package/dist/src/components/organisms/AboutUsContent/index.d.ts +2 -0
  180. package/dist/src/components/organisms/AboutUsContent/index.js +1 -0
  181. package/dist/src/components/organisms/AboutUsContent/index.ts +2 -0
  182. package/dist/src/components/organisms/AsSeeInContent/AsSeeInContent.styled.js +0 -7
  183. package/dist/src/components/organisms/AsSeeInContent/AsSeeInContent.styled.ts +0 -7
  184. package/dist/src/components/organisms/ContactContent/ContactContent.js +1 -1
  185. package/dist/src/components/organisms/ContactContent/ContactContent.styled.js +10 -27
  186. package/dist/src/components/organisms/ContactContent/ContactContent.styled.ts +10 -27
  187. package/dist/src/components/organisms/ContactContent/ContactContent.tsx +3 -7
  188. package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.js +3 -3
  189. package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.styled.js +1 -0
  190. package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.styled.ts +1 -0
  191. package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.tsx +6 -4
  192. package/dist/src/components/organisms/ContactJumbotron/ContactJumbotronProps.types.d.ts +3 -2
  193. package/dist/src/components/organisms/ContactJumbotron/ContactJumbotronProps.types.ts +4 -2
  194. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.js +3 -3
  195. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.styled.js +35 -83
  196. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.styled.ts +35 -83
  197. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.tsx +5 -28
  198. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContentProps.types.d.ts +1 -7
  199. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContentProps.types.ts +1 -8
  200. package/dist/src/components/organisms/LayoutRatafia/LayoutRatafia.styled.js +1 -2
  201. package/dist/src/components/organisms/LayoutRatafia/LayoutRatafia.styled.ts +1 -2
  202. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.js +2 -5
  203. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.styled.js +2 -35
  204. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.styled.ts +2 -35
  205. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.tsx +2 -7
  206. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContentProps.types.d.ts +1 -4
  207. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContentProps.types.js +0 -2
  208. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContentProps.types.ts +1 -4
  209. package/dist/src/components/organisms/index.d.ts +1 -14
  210. package/dist/src/components/organisms/index.js +1 -14
  211. package/dist/src/components/organisms/index.ts +1 -14
  212. package/dist/src/components/pages/AboutUsPage/AboutUsPage.js +3 -4
  213. package/dist/src/components/pages/AboutUsPage/AboutUsPage.tsx +2 -10
  214. package/dist/src/components/pages/AboutUsPage/AboutUsPageProps.d.ts +2 -6
  215. package/dist/src/components/pages/AboutUsPage/AboutUsPageProps.ts +2 -7
  216. package/dist/src/components/pages/ContactUsPage/ContactUsPage.js +3 -3
  217. package/dist/src/components/pages/ContactUsPage/ContactUsPage.tsx +3 -3
  218. package/dist/src/components/pages/ContactUsPage/ContactUsPageProps.d.ts +2 -2
  219. package/dist/src/components/pages/ContactUsPage/ContactUsPageProps.ts +2 -2
  220. package/dist/src/components/pages/index.d.ts +1 -3
  221. package/dist/src/components/pages/index.js +1 -3
  222. package/dist/src/components/pages/index.ts +1 -3
  223. package/dist/src/components/sections/AboutUsSection/AboutUsSection.d.ts +4 -0
  224. package/dist/src/components/sections/AboutUsSection/AboutUsSection.js +7 -0
  225. package/dist/src/components/sections/AboutUsSection/AboutUsSection.styled.d.ts +1 -0
  226. package/dist/src/components/sections/{HeroSection/HeroSectionStyled.styled.js → AboutUsSection/AboutUsSection.styled.js} +2 -2
  227. package/dist/src/components/sections/{HeroSection/HeroSectionStyled.styled.ts → AboutUsSection/AboutUsSection.styled.ts} +2 -2
  228. package/dist/src/components/sections/AboutUsSection/AboutUsSection.tsx +24 -0
  229. package/dist/src/components/sections/AboutUsSection/AboutUsSectionProps.types.d.ts +6 -0
  230. package/dist/src/components/sections/AboutUsSection/AboutUsSectionProps.types.ts +7 -0
  231. package/dist/src/components/sections/AboutUsSection/index.d.ts +2 -0
  232. package/dist/src/components/sections/AboutUsSection/index.js +1 -0
  233. package/dist/src/components/sections/AboutUsSection/index.ts +2 -0
  234. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.js +3 -3
  235. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.scss +37 -0
  236. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.styled.js +17 -10
  237. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.styled.ts +17 -10
  238. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.tsx +9 -2
  239. package/dist/src/components/sections/AsSeeInSection/AsSeeInSectionProps.types.d.ts +4 -0
  240. package/dist/src/components/sections/AsSeeInSection/AsSeeInSectionProps.types.ts +4 -0
  241. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSectionProps.types.d.ts +2 -2
  242. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSectionProps.types.ts +2 -2
  243. package/dist/src/components/sections/CardStorySection/CardStorySection.styled.js +1 -2
  244. package/dist/src/components/sections/CardStorySection/CardStorySection.styled.ts +1 -2
  245. package/dist/src/components/sections/ContactSection/ContactSection.styled.js +0 -2
  246. package/dist/src/components/sections/ContactSection/ContactSection.styled.ts +0 -2
  247. package/dist/src/components/sections/ExpertsSection/ExpertsSection.js +2 -2
  248. package/dist/src/components/sections/ExpertsSection/ExpertsSection.styled.js +5 -14
  249. package/dist/src/components/sections/ExpertsSection/ExpertsSection.styled.ts +5 -14
  250. package/dist/src/components/sections/ExpertsSection/ExpertsSection.tsx +1 -2
  251. package/dist/src/components/sections/ExpertsSection/ExpertsSectionProps.types.d.ts +0 -2
  252. package/dist/src/components/sections/ExpertsSection/ExpertsSectionProps.types.ts +0 -2
  253. package/dist/src/components/sections/FaqSection/FaqSection.js +1 -1
  254. package/dist/src/components/sections/FaqSection/FaqSection.tsx +3 -1
  255. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.styled.js +1 -2
  256. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.styled.ts +1 -2
  257. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.js +1 -1
  258. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.tsx +0 -5
  259. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.js +3 -2
  260. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.styled.js +8 -12
  261. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.styled.ts +8 -12
  262. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.tsx +10 -3
  263. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSectionProps.types.d.ts +1 -1
  264. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSectionProps.types.ts +1 -1
  265. package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.styled.js +1 -1
  266. package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.styled.ts +1 -1
  267. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.js +4 -6
  268. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.js +0 -65
  269. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.ts +0 -65
  270. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.tsx +4 -16
  271. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSectionProps.types.d.ts +1 -4
  272. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSectionProps.types.ts +1 -4
  273. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.styled.js +7 -11
  274. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.styled.ts +7 -11
  275. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.tsx +2 -0
  276. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSectionProps.types.d.ts +2 -2
  277. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSectionProps.types.ts +2 -2
  278. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.js +2 -2
  279. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.tsx +2 -9
  280. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSectionProps.types.d.ts +0 -1
  281. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSectionProps.types.ts +0 -1
  282. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.js +1 -9
  283. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.styled.js +0 -30
  284. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.styled.ts +0 -30
  285. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.tsx +1 -11
  286. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.styled.js +0 -6
  287. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.styled.ts +0 -6
  288. package/dist/src/components/sections/index.d.ts +1 -9
  289. package/dist/src/components/sections/index.js +1 -9
  290. package/dist/src/components/sections/index.ts +1 -9
  291. package/dist/src/globalStyles/breakpoints.d.ts +0 -2
  292. package/dist/src/globalStyles/breakpoints.js +0 -2
  293. package/dist/src/globalStyles/breakpoints.ts +0 -3
  294. package/dist/src/globalStyles/themes.scss +2 -0
  295. package/dist/src/hooks/useIntersectionObserver.d.ts +5 -7
  296. package/dist/src/hooks/useIntersectionObserver.js +7 -5
  297. package/dist/src/hooks/useIntersectionObserver.tsx +10 -12
  298. package/dist/tsconfig.build.tsbuildinfo +1 -1
  299. package/package.json +1 -1
  300. package/dist/images/componentsSvg/CloseIcon.d.ts +0 -6
  301. package/dist/images/componentsSvg/CloseIcon.js +0 -2
  302. package/dist/images/componentsSvg/CloseIcon.tsx +0 -14
  303. package/dist/images/componentsSvg/InfoLocationSvg.d.ts +0 -2
  304. package/dist/images/componentsSvg/InfoLocationSvg.js +0 -4
  305. package/dist/images/componentsSvg/InfoLocationSvg.tsx +0 -14
  306. package/dist/images/componentsSvg/InfoMailSvg.d.ts +0 -2
  307. package/dist/images/componentsSvg/InfoMailSvg.js +0 -4
  308. package/dist/images/componentsSvg/InfoMailSvg.tsx +0 -12
  309. package/dist/images/componentsSvg/InfoPhoneSvg.d.ts +0 -2
  310. package/dist/images/componentsSvg/InfoPhoneSvg.js +0 -4
  311. package/dist/images/componentsSvg/InfoPhoneSvg.tsx +0 -12
  312. package/dist/images/componentsSvg/SearchIcon.d.ts +0 -4
  313. package/dist/images/componentsSvg/SearchIcon.js +0 -4
  314. package/dist/images/componentsSvg/SearchIcon.tsx +0 -26
  315. package/dist/images/png/about-us-dena.png +0 -0
  316. package/dist/images/png/about-us-grover.png +0 -0
  317. package/dist/images/png/img-customized-doc.png +0 -0
  318. package/dist/images/svg/arrow-down.svg +0 -3
  319. package/dist/images/svg/business-type.svg +0 -3
  320. package/dist/images/svg/clear-24-px.svg +0 -14
  321. package/dist/images/svg/close-grey-24px.svg +0 -3
  322. package/dist/images/svg/currencyDE.svg +0 -3
  323. package/dist/images/svg/currencyUS.svg +0 -3
  324. package/dist/images/svg/men.svg +0 -5
  325. package/dist/images/svg/mid-banner-1.svg +0 -5
  326. package/dist/images/svg/mid-banner-2.svg +0 -5
  327. package/dist/images/svg/mid-banner-3.svg +0 -5
  328. package/dist/images/svg/percent.svg +0 -3
  329. package/dist/images/svg/search_24px.svg +0 -3
  330. package/dist/src/components/atoms/BenefitCard/BenefitCard.d.ts +0 -3
  331. package/dist/src/components/atoms/BenefitCard/BenefitCard.js +0 -5
  332. package/dist/src/components/atoms/BenefitCard/BenefitCard.tsx +0 -24
  333. package/dist/src/components/atoms/BenefitCard/BenefitCardProps.types.ts +0 -8
  334. package/dist/src/components/atoms/BenefitCard/BenefitCardStyled.styled.d.ts +0 -1
  335. package/dist/src/components/atoms/BenefitCard/index.d.ts +0 -2
  336. package/dist/src/components/atoms/BenefitCard/index.js +0 -1
  337. package/dist/src/components/atoms/BenefitCard/index.ts +0 -2
  338. package/dist/src/components/atoms/CardBox/CardBox.d.ts +0 -3
  339. package/dist/src/components/atoms/CardBox/CardBox.js +0 -7
  340. package/dist/src/components/atoms/CardBox/CardBox.styled.d.ts +0 -1
  341. package/dist/src/components/atoms/CardBox/CardBox.styled.js +0 -22
  342. package/dist/src/components/atoms/CardBox/CardBox.styled.ts +0 -23
  343. package/dist/src/components/atoms/CardBox/CardBox.tsx +0 -23
  344. package/dist/src/components/atoms/CardBox/CardBoxProps.types.d.ts +0 -10
  345. package/dist/src/components/atoms/CardBox/CardBoxProps.types.ts +0 -10
  346. package/dist/src/components/atoms/CardBox/index.d.ts +0 -2
  347. package/dist/src/components/atoms/CardBox/index.js +0 -1
  348. package/dist/src/components/atoms/CardBox/index.ts +0 -2
  349. package/dist/src/components/atoms/ContactInformationHeader/ContactInformationHeader.d.ts +0 -3
  350. package/dist/src/components/atoms/ContactInformationHeader/ContactInformationHeader.js +0 -5
  351. package/dist/src/components/atoms/ContactInformationHeader/ContactInformationHeader.styled.js +0 -21
  352. package/dist/src/components/atoms/ContactInformationHeader/ContactInformationHeader.styled.ts +0 -22
  353. package/dist/src/components/atoms/ContactInformationHeader/ContactInformationHeader.tsx +0 -14
  354. package/dist/src/components/atoms/ContactInformationHeader/ContactInformationHeaderProps.d.ts +0 -4
  355. package/dist/src/components/atoms/ContactInformationHeader/ContactInformationHeaderProps.ts +0 -4
  356. package/dist/src/components/atoms/ContactInformationHeader/index.d.ts +0 -2
  357. package/dist/src/components/atoms/ContactInformationHeader/index.js +0 -2
  358. package/dist/src/components/atoms/ContactInformationHeader/index.ts +0 -2
  359. package/dist/src/components/atoms/DropdownInput/DropdownInput.d.ts +0 -3
  360. package/dist/src/components/atoms/DropdownInput/DropdownInput.js +0 -26
  361. package/dist/src/components/atoms/DropdownInput/DropdownInput.styled.d.ts +0 -1
  362. package/dist/src/components/atoms/DropdownInput/DropdownInput.styled.js +0 -164
  363. package/dist/src/components/atoms/DropdownInput/DropdownInput.styled.ts +0 -165
  364. package/dist/src/components/atoms/DropdownInput/DropdownInput.tsx +0 -64
  365. package/dist/src/components/atoms/DropdownInput/DropdownInputProps.types.d.ts +0 -9
  366. package/dist/src/components/atoms/DropdownInput/DropdownInputProps.types.js +0 -2
  367. package/dist/src/components/atoms/DropdownInput/DropdownInputProps.types.ts +0 -11
  368. package/dist/src/components/atoms/DropdownInput/index.d.ts +0 -2
  369. package/dist/src/components/atoms/DropdownInput/index.js +0 -1
  370. package/dist/src/components/atoms/DropdownInput/index.ts +0 -2
  371. package/dist/src/components/atoms/MenuItemsDeprecated/MenuItemsDeprecated.d.ts +0 -4
  372. package/dist/src/components/atoms/MenuItemsDeprecated/MenuItemsDeprecated.styled.d.ts +0 -1
  373. package/dist/src/components/atoms/MenuItemsDeprecated/index.d.ts +0 -2
  374. package/dist/src/components/atoms/MenuItemsDeprecated/index.js +0 -1
  375. package/dist/src/components/atoms/MenuItemsDeprecated/index.ts +0 -2
  376. package/dist/src/components/atoms/MobileTrigger/MobileTrigger.d.ts +0 -3
  377. package/dist/src/components/atoms/MobileTrigger/MobileTrigger.js +0 -5
  378. package/dist/src/components/atoms/MobileTrigger/MobileTrigger.styled.d.ts +0 -5
  379. package/dist/src/components/atoms/MobileTrigger/MobileTrigger.styled.js +0 -8
  380. package/dist/src/components/atoms/MobileTrigger/MobileTrigger.styled.ts +0 -13
  381. package/dist/src/components/atoms/MobileTrigger/MobileTrigger.tsx +0 -11
  382. package/dist/src/components/atoms/MobileTrigger/MobileTriggerProps.d.ts +0 -6
  383. package/dist/src/components/atoms/MobileTrigger/MobileTriggerProps.js +0 -1
  384. package/dist/src/components/atoms/MobileTrigger/MobileTriggerProps.ts +0 -6
  385. package/dist/src/components/atoms/MobileTrigger/index.d.ts +0 -2
  386. package/dist/src/components/atoms/MobileTrigger/index.js +0 -2
  387. package/dist/src/components/atoms/MobileTrigger/index.ts +0 -2
  388. package/dist/src/components/atoms/PhoneNumberDisplay/PhoneNumberDisplay.d.ts +0 -3
  389. package/dist/src/components/atoms/PhoneNumberDisplay/PhoneNumberDisplay.js +0 -6
  390. package/dist/src/components/atoms/PhoneNumberDisplay/PhoneNumberDisplay.styled.d.ts +0 -1
  391. package/dist/src/components/atoms/PhoneNumberDisplay/PhoneNumberDisplay.styled.js +0 -17
  392. package/dist/src/components/atoms/PhoneNumberDisplay/PhoneNumberDisplay.styled.ts +0 -18
  393. package/dist/src/components/atoms/PhoneNumberDisplay/PhoneNumberDisplay.tsx +0 -15
  394. package/dist/src/components/atoms/PhoneNumberDisplay/PhoneNumberDisplayProps.d.ts +0 -3
  395. package/dist/src/components/atoms/PhoneNumberDisplay/PhoneNumberDisplayProps.js +0 -1
  396. package/dist/src/components/atoms/PhoneNumberDisplay/PhoneNumberDisplayProps.ts +0 -3
  397. package/dist/src/components/atoms/PhoneNumberDisplay/index.d.ts +0 -2
  398. package/dist/src/components/atoms/PhoneNumberDisplay/index.js +0 -2
  399. package/dist/src/components/atoms/PhoneNumberDisplay/index.ts +0 -2
  400. package/dist/src/components/atoms/RatafiaResultCard/RatafiaResultCard.d.ts +0 -4
  401. package/dist/src/components/atoms/RatafiaResultCard/RatafiaResultCard.js +0 -6
  402. package/dist/src/components/atoms/RatafiaResultCard/RatafiaResultCard.styled.d.ts +0 -1
  403. package/dist/src/components/atoms/RatafiaResultCard/RatafiaResultCard.styled.js +0 -39
  404. package/dist/src/components/atoms/RatafiaResultCard/RatafiaResultCard.styled.ts +0 -40
  405. package/dist/src/components/atoms/RatafiaResultCard/RatafiaResultCard.tsx +0 -18
  406. package/dist/src/components/atoms/RatafiaResultCard/RatafiaResultCardProps.types.d.ts +0 -5
  407. package/dist/src/components/atoms/RatafiaResultCard/RatafiaResultCardProps.types.js +0 -1
  408. package/dist/src/components/atoms/RatafiaResultCard/RatafiaResultCardProps.types.ts +0 -5
  409. package/dist/src/components/atoms/RatafiaResultCard/index.d.ts +0 -2
  410. package/dist/src/components/atoms/RatafiaResultCard/index.js +0 -1
  411. package/dist/src/components/atoms/RatafiaResultCard/index.ts +0 -2
  412. package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTab.d.ts +0 -4
  413. package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTab.js +0 -6
  414. package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTab.styled.d.ts +0 -1
  415. package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTab.styled.js +0 -38
  416. package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTab.styled.ts +0 -39
  417. package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTab.tsx +0 -23
  418. package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTabProps.types.d.ts +0 -9
  419. package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTabProps.types.js +0 -1
  420. package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTabProps.types.ts +0 -9
  421. package/dist/src/components/atoms/RatafiaResultTab/index.d.ts +0 -2
  422. package/dist/src/components/atoms/RatafiaResultTab/index.js +0 -1
  423. package/dist/src/components/atoms/RatafiaResultTab/index.ts +0 -2
  424. package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResult.d.ts +0 -4
  425. package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResult.js +0 -6
  426. package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResult.styled.d.ts +0 -1
  427. package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResult.styled.js +0 -55
  428. package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResult.styled.ts +0 -56
  429. package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResult.tsx +0 -59
  430. package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResultProps.types.d.ts +0 -15
  431. package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResultProps.types.js +0 -1
  432. package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResultProps.types.ts +0 -16
  433. package/dist/src/components/atoms/RatafiaReviewResult/index.d.ts +0 -2
  434. package/dist/src/components/atoms/RatafiaReviewResult/index.js +0 -1
  435. package/dist/src/components/atoms/RatafiaReviewResult/index.ts +0 -2
  436. package/dist/src/components/molecules/AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenu.d.ts +0 -3
  437. package/dist/src/components/molecules/AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenu.js +0 -6
  438. package/dist/src/components/molecules/AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenu.styled.d.ts +0 -1
  439. package/dist/src/components/molecules/AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenu.styled.js +0 -18
  440. package/dist/src/components/molecules/AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenu.styled.ts +0 -19
  441. package/dist/src/components/molecules/AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenu.tsx +0 -22
  442. package/dist/src/components/molecules/AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenuProps.types.d.ts +0 -8
  443. package/dist/src/components/molecules/AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenuProps.types.js +0 -1
  444. package/dist/src/components/molecules/AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenuProps.types.ts +0 -9
  445. package/dist/src/components/molecules/AllTypeDocumentsItemMenu/index.d.ts +0 -2
  446. package/dist/src/components/molecules/AllTypeDocumentsItemMenu/index.js +0 -1
  447. package/dist/src/components/molecules/AllTypeDocumentsItemMenu/index.ts +0 -2
  448. package/dist/src/components/molecules/ContactInfo/ContactInfo.d.ts +0 -3
  449. package/dist/src/components/molecules/ContactInfo/ContactInfo.js +0 -4
  450. package/dist/src/components/molecules/ContactInfo/ContactInfo.styled.d.ts +0 -2
  451. package/dist/src/components/molecules/ContactInfo/ContactInfo.styled.js +0 -49
  452. package/dist/src/components/molecules/ContactInfo/ContactInfo.styled.ts +0 -51
  453. package/dist/src/components/molecules/ContactInfo/ContactInfo.tsx +0 -18
  454. package/dist/src/components/molecules/ContactInfo/ContactInfoProps.types.d.ts +0 -5
  455. package/dist/src/components/molecules/ContactInfo/ContactInfoProps.types.js +0 -1
  456. package/dist/src/components/molecules/ContactInfo/ContactInfoProps.types.ts +0 -5
  457. package/dist/src/components/molecules/ContactInfo/index.d.ts +0 -2
  458. package/dist/src/components/molecules/ContactInfo/index.js +0 -1
  459. package/dist/src/components/molecules/ContactInfo/index.ts +0 -2
  460. package/dist/src/components/molecules/ContactInfoBox/ContactInfoBox.d.ts +0 -3
  461. package/dist/src/components/molecules/ContactInfoBox/ContactInfoBox.js +0 -6
  462. package/dist/src/components/molecules/ContactInfoBox/ContactInfoBox.styled.js +0 -23
  463. package/dist/src/components/molecules/ContactInfoBox/ContactInfoBox.styled.ts +0 -24
  464. package/dist/src/components/molecules/ContactInfoBox/ContactInfoBox.tsx +0 -15
  465. package/dist/src/components/molecules/ContactInfoBox/ContactInfoBoxProps.types.d.ts +0 -4
  466. package/dist/src/components/molecules/ContactInfoBox/ContactInfoBoxProps.types.js +0 -1
  467. package/dist/src/components/molecules/ContactInfoBox/ContactInfoBoxProps.types.ts +0 -4
  468. package/dist/src/components/molecules/ContactInfoBox/index.d.ts +0 -2
  469. package/dist/src/components/molecules/ContactInfoBox/index.js +0 -1
  470. package/dist/src/components/molecules/ContactInfoBox/index.ts +0 -2
  471. package/dist/src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobile.d.ts +0 -3
  472. package/dist/src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobile.js +0 -6
  473. package/dist/src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobile.styled.d.ts +0 -1
  474. package/dist/src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobile.styled.js +0 -23
  475. package/dist/src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobile.styled.ts +0 -24
  476. package/dist/src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobile.tsx +0 -15
  477. package/dist/src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobileProps.types.d.ts +0 -4
  478. package/dist/src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobileProps.types.js +0 -1
  479. package/dist/src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobileProps.types.ts +0 -4
  480. package/dist/src/components/molecules/ContactInfoBoxMobile/index.d.ts +0 -2
  481. package/dist/src/components/molecules/ContactInfoBoxMobile/index.js +0 -1
  482. package/dist/src/components/molecules/ContactInfoBoxMobile/index.ts +0 -2
  483. package/dist/src/components/molecules/ContactInfoCard/ContactInfoCard.d.ts +0 -3
  484. package/dist/src/components/molecules/ContactInfoCard/ContactInfoCard.js +0 -19
  485. package/dist/src/components/molecules/ContactInfoCard/ContactInfoCard.styled.d.ts +0 -1
  486. package/dist/src/components/molecules/ContactInfoCard/ContactInfoCard.styled.js +0 -77
  487. package/dist/src/components/molecules/ContactInfoCard/ContactInfoCard.styled.ts +0 -78
  488. package/dist/src/components/molecules/ContactInfoCard/ContactInfoCard.tsx +0 -58
  489. package/dist/src/components/molecules/ContactInfoCard/ContactInfoCardProps.d.ts +0 -7
  490. package/dist/src/components/molecules/ContactInfoCard/ContactInfoCardProps.js +0 -1
  491. package/dist/src/components/molecules/ContactInfoCard/ContactInfoCardProps.ts +0 -8
  492. package/dist/src/components/molecules/ContactInfoCard/index.d.ts +0 -2
  493. package/dist/src/components/molecules/ContactInfoCard/index.js +0 -2
  494. package/dist/src/components/molecules/ContactInfoCard/index.ts +0 -2
  495. package/dist/src/components/molecules/DesktopSearchBar/DesktopSearchBar.d.ts +0 -8
  496. package/dist/src/components/molecules/DesktopSearchBar/DesktopSearchBar.js +0 -44
  497. package/dist/src/components/molecules/DesktopSearchBar/DesktopSearchBar.styled.d.ts +0 -1
  498. package/dist/src/components/molecules/DesktopSearchBar/DesktopSearchBar.styled.js +0 -48
  499. package/dist/src/components/molecules/DesktopSearchBar/DesktopSearchBar.styled.ts +0 -49
  500. package/dist/src/components/molecules/DesktopSearchBar/DesktopSearchBar.tsx +0 -77
  501. package/dist/src/components/molecules/DesktopSearchBar/DesktopSearchBarProps.types.d.ts +0 -37
  502. package/dist/src/components/molecules/DesktopSearchBar/DesktopSearchBarProps.types.js +0 -1
  503. package/dist/src/components/molecules/DesktopSearchBar/DesktopSearchBarProps.types.ts +0 -40
  504. package/dist/src/components/molecules/DesktopSearchBar/index.d.ts +0 -2
  505. package/dist/src/components/molecules/DesktopSearchBar/index.js +0 -1
  506. package/dist/src/components/molecules/DesktopSearchBar/index.ts +0 -2
  507. package/dist/src/components/molecules/DocumentListMenuSection/DocumentListMenuSection.d.ts +0 -3
  508. package/dist/src/components/molecules/DocumentListMenuSection/DocumentListMenuSection.js +0 -7
  509. package/dist/src/components/molecules/DocumentListMenuSection/DocumentListMenuSection.styled.d.ts +0 -1
  510. package/dist/src/components/molecules/DocumentListMenuSection/DocumentListMenuSection.styled.js +0 -20
  511. package/dist/src/components/molecules/DocumentListMenuSection/DocumentListMenuSection.styled.ts +0 -21
  512. package/dist/src/components/molecules/DocumentListMenuSection/DocumentListMenuSection.tsx +0 -35
  513. package/dist/src/components/molecules/DocumentListMenuSection/DocumentListMenuSectionProps.types.d.ts +0 -16
  514. package/dist/src/components/molecules/DocumentListMenuSection/DocumentListMenuSectionProps.types.js +0 -1
  515. package/dist/src/components/molecules/DocumentListMenuSection/DocumentListMenuSectionProps.types.ts +0 -18
  516. package/dist/src/components/molecules/DocumentListMenuSection/index.d.ts +0 -2
  517. package/dist/src/components/molecules/DocumentListMenuSection/index.js +0 -1
  518. package/dist/src/components/molecules/DocumentListMenuSection/index.ts +0 -2
  519. package/dist/src/components/molecules/FooterMenu/FooterMenu.d.ts +0 -3
  520. package/dist/src/components/molecules/FooterMenu/FooterMenu.js +0 -3
  521. package/dist/src/components/molecules/FooterMenu/FooterMenu.styled.d.ts +0 -4
  522. package/dist/src/components/molecules/FooterMenu/FooterMenu.styled.js +0 -31
  523. package/dist/src/components/molecules/FooterMenu/FooterMenu.styled.ts +0 -35
  524. package/dist/src/components/molecules/FooterMenu/FooterMenu.tsx +0 -22
  525. package/dist/src/components/molecules/FooterMenu/FooterMenuProps.types.d.ts +0 -11
  526. package/dist/src/components/molecules/FooterMenu/FooterMenuProps.types.js +0 -1
  527. package/dist/src/components/molecules/FooterMenu/FooterMenuProps.types.ts +0 -12
  528. package/dist/src/components/molecules/FooterMenu/index.d.ts +0 -2
  529. package/dist/src/components/molecules/FooterMenu/index.js +0 -1
  530. package/dist/src/components/molecules/FooterMenu/index.ts +0 -2
  531. package/dist/src/components/molecules/HelpPanelList/HelpPanelList.d.ts +0 -3
  532. package/dist/src/components/molecules/HelpPanelList/HelpPanelList.js +0 -5
  533. package/dist/src/components/molecules/HelpPanelList/HelpPanelList.styled.d.ts +0 -4
  534. package/dist/src/components/molecules/HelpPanelList/HelpPanelList.styled.js +0 -34
  535. package/dist/src/components/molecules/HelpPanelList/HelpPanelList.styled.ts +0 -38
  536. package/dist/src/components/molecules/HelpPanelList/HelpPanelList.tsx +0 -18
  537. package/dist/src/components/molecules/HelpPanelList/HelpPanelListProps.d.ts +0 -9
  538. package/dist/src/components/molecules/HelpPanelList/HelpPanelListProps.js +0 -1
  539. package/dist/src/components/molecules/HelpPanelList/HelpPanelListProps.ts +0 -10
  540. package/dist/src/components/molecules/HelpPanelList/index.d.ts +0 -2
  541. package/dist/src/components/molecules/HelpPanelList/index.js +0 -2
  542. package/dist/src/components/molecules/HelpPanelList/index.ts +0 -2
  543. package/dist/src/components/molecules/HelpSection/HelpSection.d.ts +0 -3
  544. package/dist/src/components/molecules/HelpSection/HelpSection.js +0 -5
  545. package/dist/src/components/molecules/HelpSection/HelpSection.styled.d.ts +0 -3
  546. package/dist/src/components/molecules/HelpSection/HelpSection.styled.js +0 -64
  547. package/dist/src/components/molecules/HelpSection/HelpSection.styled.ts +0 -66
  548. package/dist/src/components/molecules/HelpSection/HelpSection.tsx +0 -18
  549. package/dist/src/components/molecules/HelpSection/HelpSectionProps.d.ts +0 -6
  550. package/dist/src/components/molecules/HelpSection/HelpSectionProps.js +0 -1
  551. package/dist/src/components/molecules/HelpSection/HelpSectionProps.ts +0 -7
  552. package/dist/src/components/molecules/HelpSection/index.d.ts +0 -2
  553. package/dist/src/components/molecules/HelpSection/index.js +0 -2
  554. package/dist/src/components/molecules/HelpSection/index.ts +0 -2
  555. package/dist/src/components/molecules/InfoBarFooter/InfoBarFooter.d.ts +0 -4
  556. package/dist/src/components/molecules/InfoBarFooter/InfoBarFooter.js +0 -8
  557. package/dist/src/components/molecules/InfoBarFooter/InfoBarFooter.styled.d.ts +0 -3
  558. package/dist/src/components/molecules/InfoBarFooter/InfoBarFooter.styled.js +0 -49
  559. package/dist/src/components/molecules/InfoBarFooter/InfoBarFooter.styled.ts +0 -52
  560. package/dist/src/components/molecules/InfoBarFooter/InfoBarFooter.tsx +0 -53
  561. package/dist/src/components/molecules/InfoBarFooter/InfoBarFooterProps.types.d.ts +0 -10
  562. package/dist/src/components/molecules/InfoBarFooter/InfoBarFooterProps.types.js +0 -1
  563. package/dist/src/components/molecules/InfoBarFooter/InfoBarFooterProps.types.ts +0 -10
  564. package/dist/src/components/molecules/InfoBarFooter/index.d.ts +0 -2
  565. package/dist/src/components/molecules/InfoBarFooter/index.js +0 -1
  566. package/dist/src/components/molecules/InfoBarFooter/index.ts +0 -2
  567. package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCard.d.ts +0 -3
  568. package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCard.js +0 -5
  569. package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCard.styled.d.ts +0 -1
  570. package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCard.styled.js +0 -46
  571. package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCard.styled.ts +0 -47
  572. package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCard.tsx +0 -20
  573. package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCardProps.d.ts +0 -5
  574. package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCardProps.js +0 -1
  575. package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCardProps.ts +0 -5
  576. package/dist/src/components/molecules/LawGeniusInfoCard/index.d.ts +0 -2
  577. package/dist/src/components/molecules/LawGeniusInfoCard/index.js +0 -2
  578. package/dist/src/components/molecules/LawGeniusInfoCard/index.ts +0 -2
  579. package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitle.d.ts +0 -3
  580. package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitle.js +0 -5
  581. package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitle.styled.d.ts +0 -1
  582. package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitle.styled.js +0 -26
  583. package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitle.styled.ts +0 -27
  584. package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitle.tsx +0 -17
  585. package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitleProps.types.d.ts +0 -4
  586. package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitleProps.types.js +0 -1
  587. package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitleProps.types.ts +0 -4
  588. package/dist/src/components/molecules/MenuSectionTitle/index.d.ts +0 -2
  589. package/dist/src/components/molecules/MenuSectionTitle/index.js +0 -1
  590. package/dist/src/components/molecules/MenuSectionTitle/index.ts +0 -2
  591. package/dist/src/components/molecules/MobileSearchBar/MobileSearchBar.d.ts +0 -3
  592. package/dist/src/components/molecules/MobileSearchBar/MobileSearchBar.js +0 -38
  593. package/dist/src/components/molecules/MobileSearchBar/MobileSearchBar.styled.d.ts +0 -1
  594. package/dist/src/components/molecules/MobileSearchBar/MobileSearchBar.styled.js +0 -17
  595. package/dist/src/components/molecules/MobileSearchBar/MobileSearchBar.styled.ts +0 -18
  596. package/dist/src/components/molecules/MobileSearchBar/MobileSearchBar.tsx +0 -55
  597. package/dist/src/components/molecules/MobileSearchBar/MobileSearchBarProps.types.d.ts +0 -37
  598. package/dist/src/components/molecules/MobileSearchBar/MobileSearchBarProps.types.js +0 -1
  599. package/dist/src/components/molecules/MobileSearchBar/MobileSearchBarProps.types.ts +0 -40
  600. package/dist/src/components/molecules/MobileSearchBar/index.d.ts +0 -2
  601. package/dist/src/components/molecules/MobileSearchBar/index.js +0 -1
  602. package/dist/src/components/molecules/MobileSearchBar/index.ts +0 -2
  603. package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBar.d.ts +0 -4
  604. package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBar.js +0 -7
  605. package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBar.styled.d.ts +0 -1
  606. package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBar.styled.js +0 -34
  607. package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBar.styled.ts +0 -35
  608. package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBar.tsx +0 -23
  609. package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBarProps.types.d.ts +0 -4
  610. package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBarProps.types.js +0 -1
  611. package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBarProps.types.ts +0 -4
  612. package/dist/src/components/molecules/NavMobileContactBar/index.d.ts +0 -2
  613. package/dist/src/components/molecules/NavMobileContactBar/index.js +0 -1
  614. package/dist/src/components/molecules/NavMobileContactBar/index.ts +0 -2
  615. package/dist/src/components/molecules/ProductListMenu/ProductListMenu.d.ts +0 -3
  616. package/dist/src/components/molecules/ProductListMenu/ProductListMenu.js +0 -5
  617. package/dist/src/components/molecules/ProductListMenu/ProductListMenu.styled.d.ts +0 -1
  618. package/dist/src/components/molecules/ProductListMenu/ProductListMenu.styled.js +0 -18
  619. package/dist/src/components/molecules/ProductListMenu/ProductListMenu.styled.ts +0 -19
  620. package/dist/src/components/molecules/ProductListMenu/ProductListMenu.tsx +0 -25
  621. package/dist/src/components/molecules/ProductListMenu/ProductListMenuProps.types.d.ts +0 -8
  622. package/dist/src/components/molecules/ProductListMenu/ProductListMenuProps.types.js +0 -1
  623. package/dist/src/components/molecules/ProductListMenu/ProductListMenuProps.types.ts +0 -9
  624. package/dist/src/components/molecules/ProductListMenu/index.d.ts +0 -2
  625. package/dist/src/components/molecules/ProductListMenu/index.js +0 -1
  626. package/dist/src/components/molecules/ProductListMenu/index.ts +0 -2
  627. package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardList.d.ts +0 -4
  628. package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardList.js +0 -9
  629. package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardList.styled.d.ts +0 -1
  630. package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardList.styled.js +0 -24
  631. package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardList.styled.ts +0 -25
  632. package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardList.tsx +0 -19
  633. package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardListProps.types.d.ts +0 -4
  634. package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardListProps.types.js +0 -1
  635. package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardListProps.types.ts +0 -5
  636. package/dist/src/components/molecules/RatafiaResultCardList/index.d.ts +0 -2
  637. package/dist/src/components/molecules/RatafiaResultCardList/index.js +0 -1
  638. package/dist/src/components/molecules/RatafiaResultCardList/index.ts +0 -2
  639. package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabList.d.ts +0 -4
  640. package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabList.js +0 -9
  641. package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabList.styled.d.ts +0 -1
  642. package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabList.styled.js +0 -7
  643. package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabList.styled.ts +0 -8
  644. package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabList.tsx +0 -18
  645. package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabListProps.types.d.ts +0 -4
  646. package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabListProps.types.js +0 -1
  647. package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabListProps.types.ts +0 -5
  648. package/dist/src/components/molecules/RatafiaResultTabList/index.d.ts +0 -2
  649. package/dist/src/components/molecules/RatafiaResultTabList/index.js +0 -1
  650. package/dist/src/components/molecules/RatafiaResultTabList/index.ts +0 -2
  651. package/dist/src/components/molecules/SearchBar/SearchBar.d.ts +0 -3
  652. package/dist/src/components/molecules/SearchBar/SearchBar.js +0 -21
  653. package/dist/src/components/molecules/SearchBar/SearchBar.styled.d.ts +0 -1
  654. package/dist/src/components/molecules/SearchBar/SearchBar.styled.js +0 -11
  655. package/dist/src/components/molecules/SearchBar/SearchBar.styled.ts +0 -12
  656. package/dist/src/components/molecules/SearchBar/SearchBar.tsx +0 -42
  657. package/dist/src/components/molecules/SearchBar/SearchBarProps.types.d.ts +0 -37
  658. package/dist/src/components/molecules/SearchBar/SearchBarProps.types.js +0 -1
  659. package/dist/src/components/molecules/SearchBar/SearchBarProps.types.ts +0 -41
  660. package/dist/src/components/molecules/SearchBar/index.d.ts +0 -2
  661. package/dist/src/components/molecules/SearchBar/index.js +0 -1
  662. package/dist/src/components/molecules/SearchBar/index.ts +0 -2
  663. package/dist/src/components/molecules/SocialLinks/SocialLinks.d.ts +0 -3
  664. package/dist/src/components/molecules/SocialLinks/SocialLinks.js +0 -9
  665. package/dist/src/components/molecules/SocialLinks/SocialLinks.styled.d.ts +0 -1
  666. package/dist/src/components/molecules/SocialLinks/SocialLinks.styled.js +0 -5
  667. package/dist/src/components/molecules/SocialLinks/SocialLinks.styled.ts +0 -6
  668. package/dist/src/components/molecules/SocialLinks/SocialLinks.tsx +0 -21
  669. package/dist/src/components/molecules/SocialLinks/SocialLinksProps.types.d.ts +0 -8
  670. package/dist/src/components/molecules/SocialLinks/SocialLinksProps.types.js +0 -1
  671. package/dist/src/components/molecules/SocialLinks/SocialLinksProps.types.ts +0 -9
  672. package/dist/src/components/molecules/SocialLinks/index.d.ts +0 -2
  673. package/dist/src/components/molecules/SocialLinks/index.js +0 -1
  674. package/dist/src/components/molecules/SocialLinks/index.ts +0 -2
  675. package/dist/src/components/molecules/SubscriptionCard/CardBody.d.ts +0 -6
  676. package/dist/src/components/molecules/SubscriptionCard/CardBody.js +0 -6
  677. package/dist/src/components/molecules/SubscriptionCard/CardBody.tsx +0 -29
  678. package/dist/src/components/molecules/SubscriptionCard/CardFooter.d.ts +0 -8
  679. package/dist/src/components/molecules/SubscriptionCard/CardFooter.js +0 -3
  680. package/dist/src/components/molecules/SubscriptionCard/CardFooter.tsx +0 -23
  681. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.d.ts +0 -6
  682. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.js +0 -3
  683. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.styled.d.ts +0 -1
  684. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.styled.js +0 -30
  685. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.styled.ts +0 -31
  686. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.tsx +0 -14
  687. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCard.d.ts +0 -4
  688. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCard.js +0 -15
  689. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCard.tsx +0 -38
  690. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCardProps.types.d.ts +0 -20
  691. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCardProps.types.js +0 -1
  692. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCardProps.types.ts +0 -22
  693. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingText.styled.d.ts +0 -1
  694. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingText.styled.js +0 -10
  695. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingText.styled.ts +0 -11
  696. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.d.ts +0 -8
  697. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.js +0 -4
  698. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.styled.d.ts +0 -1
  699. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.styled.js +0 -29
  700. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.styled.ts +0 -30
  701. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.tsx +0 -20
  702. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaSubscriptionCard.js +0 -14
  703. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaSubscriptionCard.tsx +0 -34
  704. package/dist/src/components/molecules/SubscriptionCard/SubscriptionCard.styled.d.ts +0 -1
  705. package/dist/src/components/molecules/SubscriptionCard/index.d.ts +0 -4
  706. package/dist/src/components/molecules/SubscriptionCard/index.js +0 -2
  707. package/dist/src/components/molecules/SubscriptionCard/index.ts +0 -4
  708. package/dist/src/components/organisms/BottomFooter/BottomFooter.d.ts +0 -3
  709. package/dist/src/components/organisms/BottomFooter/BottomFooter.js +0 -7
  710. package/dist/src/components/organisms/BottomFooter/BottomFooter.styled.d.ts +0 -6
  711. package/dist/src/components/organisms/BottomFooter/BottomFooter.styled.js +0 -35
  712. package/dist/src/components/organisms/BottomFooter/BottomFooter.styled.ts +0 -41
  713. package/dist/src/components/organisms/BottomFooter/BottomFooter.tsx +0 -51
  714. package/dist/src/components/organisms/BottomFooter/BottomFooterProps.types.d.ts +0 -9
  715. package/dist/src/components/organisms/BottomFooter/BottomFooterProps.types.js +0 -1
  716. package/dist/src/components/organisms/BottomFooter/BottomFooterProps.types.ts +0 -10
  717. package/dist/src/components/organisms/BottomFooter/index.d.ts +0 -2
  718. package/dist/src/components/organisms/BottomFooter/index.js +0 -1
  719. package/dist/src/components/organisms/BottomFooter/index.ts +0 -2
  720. package/dist/src/components/organisms/DesktopMenu/DesktopMenu.d.ts +0 -3
  721. package/dist/src/components/organisms/DesktopMenu/DesktopMenu.js +0 -7
  722. package/dist/src/components/organisms/DesktopMenu/DesktopMenu.styled.d.ts +0 -1
  723. package/dist/src/components/organisms/DesktopMenu/DesktopMenu.styled.js +0 -16
  724. package/dist/src/components/organisms/DesktopMenu/DesktopMenu.styled.ts +0 -17
  725. package/dist/src/components/organisms/DesktopMenu/DesktopMenu.tsx +0 -15
  726. package/dist/src/components/organisms/DesktopMenu/DesktopMenuProps.d.ts +0 -7
  727. package/dist/src/components/organisms/DesktopMenu/DesktopMenuProps.js +0 -1
  728. package/dist/src/components/organisms/DesktopMenu/DesktopMenuProps.ts +0 -8
  729. package/dist/src/components/organisms/DesktopMenu/index.d.ts +0 -2
  730. package/dist/src/components/organisms/DesktopMenu/index.js +0 -2
  731. package/dist/src/components/organisms/DesktopMenu/index.ts +0 -2
  732. package/dist/src/components/organisms/DocumentListMenu/DocumentListMenu.d.ts +0 -3
  733. package/dist/src/components/organisms/DocumentListMenu/DocumentListMenu.js +0 -7
  734. package/dist/src/components/organisms/DocumentListMenu/DocumentListMenu.styled.d.ts +0 -1
  735. package/dist/src/components/organisms/DocumentListMenu/DocumentListMenu.styled.js +0 -67
  736. package/dist/src/components/organisms/DocumentListMenu/DocumentListMenu.styled.ts +0 -68
  737. package/dist/src/components/organisms/DocumentListMenu/DocumentListMenu.tsx +0 -47
  738. package/dist/src/components/organisms/DocumentListMenu/DocumentListMenuProps.types.d.ts +0 -21
  739. package/dist/src/components/organisms/DocumentListMenu/DocumentListMenuProps.types.js +0 -1
  740. package/dist/src/components/organisms/DocumentListMenu/DocumentListMenuProps.types.ts +0 -24
  741. package/dist/src/components/organisms/DocumentListMenu/index.d.ts +0 -2
  742. package/dist/src/components/organisms/DocumentListMenu/index.js +0 -1
  743. package/dist/src/components/organisms/DocumentListMenu/index.ts +0 -2
  744. package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenu.d.ts +0 -3
  745. package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenu.js +0 -11
  746. package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenu.styled.d.ts +0 -1
  747. package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenu.styled.js +0 -94
  748. package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenu.styled.ts +0 -95
  749. package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenu.tsx +0 -59
  750. package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenuProps.types.d.ts +0 -22
  751. package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenuProps.types.js +0 -1
  752. package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenuProps.types.ts +0 -25
  753. package/dist/src/components/organisms/DocumentMainMenu/index.d.ts +0 -2
  754. package/dist/src/components/organisms/DocumentMainMenu/index.js +0 -1
  755. package/dist/src/components/organisms/DocumentMainMenu/index.ts +0 -2
  756. package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenu.d.ts +0 -4
  757. package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenu.js +0 -7
  758. package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenu.styled.d.ts +0 -1
  759. package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenu.styled.js +0 -27
  760. package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenu.styled.ts +0 -28
  761. package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenu.tsx +0 -21
  762. package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenuProps.types.d.ts +0 -7
  763. package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenuProps.types.js +0 -1
  764. package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenuProps.types.ts +0 -8
  765. package/dist/src/components/organisms/DocumentSubMenu/index.d.ts +0 -2
  766. package/dist/src/components/organisms/DocumentSubMenu/index.js +0 -1
  767. package/dist/src/components/organisms/DocumentSubMenu/index.ts +0 -2
  768. package/dist/src/components/organisms/HeroContent/HeroContent.d.ts +0 -4
  769. package/dist/src/components/organisms/HeroContent/HeroContent.js +0 -7
  770. package/dist/src/components/organisms/HeroContent/HeroContent.styled.d.ts +0 -1
  771. package/dist/src/components/organisms/HeroContent/HeroContent.tsx +0 -23
  772. package/dist/src/components/organisms/HeroContent/HeroContentPropsProps.types.js +0 -1
  773. package/dist/src/components/organisms/HeroContent/index.d.ts +0 -2
  774. package/dist/src/components/organisms/HeroContent/index.js +0 -1
  775. package/dist/src/components/organisms/HeroContent/index.ts +0 -2
  776. package/dist/src/components/organisms/HowWeHelp/HowWeHelp.d.ts +0 -4
  777. package/dist/src/components/organisms/HowWeHelp/HowWeHelp.js +0 -7
  778. package/dist/src/components/organisms/HowWeHelp/HowWeHelp.styled.d.ts +0 -1
  779. package/dist/src/components/organisms/HowWeHelp/HowWeHelp.styled.js +0 -95
  780. package/dist/src/components/organisms/HowWeHelp/HowWeHelp.styled.ts +0 -96
  781. package/dist/src/components/organisms/HowWeHelp/HowWeHelp.tsx +0 -28
  782. package/dist/src/components/organisms/HowWeHelp/HowWeHelpProps.types.d.ts +0 -7
  783. package/dist/src/components/organisms/HowWeHelp/HowWeHelpProps.types.js +0 -1
  784. package/dist/src/components/organisms/HowWeHelp/HowWeHelpProps.types.ts +0 -8
  785. package/dist/src/components/organisms/HowWeHelp/index.d.ts +0 -2
  786. package/dist/src/components/organisms/HowWeHelp/index.js +0 -1
  787. package/dist/src/components/organisms/HowWeHelp/index.ts +0 -2
  788. package/dist/src/components/organisms/MenuItems/MenuItems.d.ts +0 -3
  789. package/dist/src/components/organisms/MenuItems/MenuItems.js +0 -10
  790. package/dist/src/components/organisms/MenuItems/MenuItems.styled.js +0 -488
  791. package/dist/src/components/organisms/MenuItems/MenuItems.styled.ts +0 -492
  792. package/dist/src/components/organisms/MenuItems/MenuItems.tsx +0 -81
  793. package/dist/src/components/organisms/MenuItems/MenuItemsProps.types.d.ts +0 -44
  794. package/dist/src/components/organisms/MenuItems/MenuItemsProps.types.js +0 -1
  795. package/dist/src/components/organisms/MenuItems/MenuItemsProps.types.ts +0 -45
  796. package/dist/src/components/organisms/MenuItems/index.d.ts +0 -2
  797. package/dist/src/components/organisms/MenuItems/index.js +0 -1
  798. package/dist/src/components/organisms/MenuItems/index.ts +0 -2
  799. package/dist/src/components/organisms/MobileMenu/MobileMenu.d.ts +0 -3
  800. package/dist/src/components/organisms/MobileMenu/MobileMenu.js +0 -8
  801. package/dist/src/components/organisms/MobileMenu/MobileMenu.styled.d.ts +0 -7
  802. package/dist/src/components/organisms/MobileMenu/MobileMenu.styled.js +0 -23
  803. package/dist/src/components/organisms/MobileMenu/MobileMenu.styled.ts +0 -30
  804. package/dist/src/components/organisms/MobileMenu/MobileMenu.tsx +0 -53
  805. package/dist/src/components/organisms/MobileMenu/MobileMenuProps.d.ts +0 -16
  806. package/dist/src/components/organisms/MobileMenu/MobileMenuProps.js +0 -1
  807. package/dist/src/components/organisms/MobileMenu/MobileMenuProps.ts +0 -18
  808. package/dist/src/components/organisms/MobileMenu/index.d.ts +0 -2
  809. package/dist/src/components/organisms/MobileMenu/index.js +0 -2
  810. package/dist/src/components/organisms/MobileMenu/index.ts +0 -2
  811. package/dist/src/components/organisms/MobilePanel/MobilePanel.d.ts +0 -3
  812. package/dist/src/components/organisms/MobilePanel/MobilePanel.js +0 -3
  813. package/dist/src/components/organisms/MobilePanel/MobilePanel.styled.d.ts +0 -8
  814. package/dist/src/components/organisms/MobilePanel/MobilePanel.styled.js +0 -27
  815. package/dist/src/components/organisms/MobilePanel/MobilePanel.styled.ts +0 -35
  816. package/dist/src/components/organisms/MobilePanel/MobilePanel.tsx +0 -12
  817. package/dist/src/components/organisms/MobilePanel/MobilePanelProps.d.ts +0 -7
  818. package/dist/src/components/organisms/MobilePanel/MobilePanelProps.js +0 -1
  819. package/dist/src/components/organisms/MobilePanel/MobilePanelProps.ts +0 -7
  820. package/dist/src/components/organisms/MobilePanel/index.d.ts +0 -2
  821. package/dist/src/components/organisms/MobilePanel/index.js +0 -2
  822. package/dist/src/components/organisms/MobilePanel/index.ts +0 -2
  823. package/dist/src/components/organisms/NavMenu/NavMenu.d.ts +0 -3
  824. package/dist/src/components/organisms/NavMenu/NavMenu.js +0 -10
  825. package/dist/src/components/organisms/NavMenu/NavMenu.styled.d.ts +0 -1
  826. package/dist/src/components/organisms/NavMenu/NavMenu.styled.js +0 -673
  827. package/dist/src/components/organisms/NavMenu/NavMenu.styled.ts +0 -677
  828. package/dist/src/components/organisms/NavMenu/NavMenu.tsx +0 -115
  829. package/dist/src/components/organisms/NavMenu/NavMenuProps.types.d.ts +0 -79
  830. package/dist/src/components/organisms/NavMenu/NavMenuProps.types.js +0 -1
  831. package/dist/src/components/organisms/NavMenu/NavMenuProps.types.ts +0 -81
  832. package/dist/src/components/organisms/NavMenu/index.d.ts +0 -2
  833. package/dist/src/components/organisms/NavMenu/index.js +0 -1
  834. package/dist/src/components/organisms/NavMenu/index.ts +0 -2
  835. package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContent.d.ts +0 -4
  836. package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContent.js +0 -6
  837. package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContent.styled.d.ts +0 -1
  838. package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContent.styled.js +0 -143
  839. package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContent.styled.ts +0 -144
  840. package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContent.tsx +0 -48
  841. package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContentProps.types.d.ts +0 -7
  842. package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContentProps.types.js +0 -1
  843. package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContentProps.types.ts +0 -7
  844. package/dist/src/components/organisms/RatafiaLoadingResultContent/index.d.ts +0 -2
  845. package/dist/src/components/organisms/RatafiaLoadingResultContent/index.js +0 -1
  846. package/dist/src/components/organisms/RatafiaLoadingResultContent/index.ts +0 -2
  847. package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContent.d.ts +0 -4
  848. package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContent.js +0 -9
  849. package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContent.styled.d.ts +0 -1
  850. package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContent.styled.js +0 -26
  851. package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContent.styled.ts +0 -27
  852. package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContent.tsx +0 -26
  853. package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContentProps.types.d.ts +0 -13
  854. package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContentProps.types.js +0 -1
  855. package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContentProps.types.ts +0 -16
  856. package/dist/src/components/organisms/RatafiaResultContent/index.d.ts +0 -3
  857. package/dist/src/components/organisms/RatafiaResultContent/index.js +0 -1
  858. package/dist/src/components/organisms/RatafiaResultContent/index.ts +0 -3
  859. package/dist/src/components/organisms/TopFooter/TopFooter.d.ts +0 -3
  860. package/dist/src/components/organisms/TopFooter/TopFooter.js +0 -7
  861. package/dist/src/components/organisms/TopFooter/TopFooter.styled.d.ts +0 -2
  862. package/dist/src/components/organisms/TopFooter/TopFooter.styled.js +0 -31
  863. package/dist/src/components/organisms/TopFooter/TopFooter.styled.ts +0 -33
  864. package/dist/src/components/organisms/TopFooter/TopFooter.tsx +0 -20
  865. package/dist/src/components/organisms/TopFooter/TopFooterProps.types.d.ts +0 -7
  866. package/dist/src/components/organisms/TopFooter/TopFooterProps.types.js +0 -1
  867. package/dist/src/components/organisms/TopFooter/TopFooterProps.types.ts +0 -8
  868. package/dist/src/components/organisms/TopFooter/index.d.ts +0 -2
  869. package/dist/src/components/organisms/TopFooter/index.js +0 -1
  870. package/dist/src/components/organisms/TopFooter/index.ts +0 -2
  871. package/dist/src/components/organisms/VisibleEnvVariables/VisibleEnvVariables.d.ts +0 -4
  872. package/dist/src/components/organisms/VisibleEnvVariables/VisibleEnvVariables.js +0 -6
  873. package/dist/src/components/organisms/VisibleEnvVariables/VisibleEnvVariables.styled.d.ts +0 -1
  874. package/dist/src/components/organisms/VisibleEnvVariables/VisibleEnvVariables.styled.js +0 -13
  875. package/dist/src/components/organisms/VisibleEnvVariables/VisibleEnvVariables.styled.ts +0 -14
  876. package/dist/src/components/organisms/VisibleEnvVariables/VisibleEnvVariables.tsx +0 -18
  877. package/dist/src/components/organisms/VisibleEnvVariables/VisibleEnvVariablesProps.types.d.ts +0 -3
  878. package/dist/src/components/organisms/VisibleEnvVariables/VisibleEnvVariablesProps.types.js +0 -1
  879. package/dist/src/components/organisms/VisibleEnvVariables/VisibleEnvVariablesProps.types.ts +0 -3
  880. package/dist/src/components/organisms/VisibleEnvVariables/index.d.ts +0 -2
  881. package/dist/src/components/organisms/VisibleEnvVariables/index.js +0 -1
  882. package/dist/src/components/organisms/VisibleEnvVariables/index.ts +0 -2
  883. package/dist/src/components/pages/HowItWorksPage/HowItWorksPage.d.ts +0 -3
  884. package/dist/src/components/pages/HowItWorksPage/HowItWorksPage.js +0 -5
  885. package/dist/src/components/pages/HowItWorksPage/HowItWorksPage.tsx +0 -26
  886. package/dist/src/components/pages/HowItWorksPage/HowItWorksPageProps.d.ts +0 -10
  887. package/dist/src/components/pages/HowItWorksPage/HowItWorksPageProps.js +0 -1
  888. package/dist/src/components/pages/HowItWorksPage/HowItWorksPageProps.ts +0 -16
  889. package/dist/src/components/pages/HowItWorksPage/index.d.ts +0 -2
  890. package/dist/src/components/pages/HowItWorksPage/index.js +0 -2
  891. package/dist/src/components/pages/HowItWorksPage/index.ts +0 -2
  892. package/dist/src/components/pages/PricingPage/PricingPage.d.ts +0 -3
  893. package/dist/src/components/pages/PricingPage/PricingPage.js +0 -10
  894. package/dist/src/components/pages/PricingPage/PricingPage.styled.d.ts +0 -1
  895. package/dist/src/components/pages/PricingPage/PricingPage.styled.js +0 -130
  896. package/dist/src/components/pages/PricingPage/PricingPage.styled.ts +0 -131
  897. package/dist/src/components/pages/PricingPage/PricingPage.tsx +0 -53
  898. package/dist/src/components/pages/PricingPage/PricingPageProps.d.ts +0 -28
  899. package/dist/src/components/pages/PricingPage/PricingPageProps.js +0 -1
  900. package/dist/src/components/pages/PricingPage/PricingPageProps.ts +0 -33
  901. package/dist/src/components/pages/PricingPage/index.d.ts +0 -2
  902. package/dist/src/components/pages/PricingPage/index.js +0 -2
  903. package/dist/src/components/pages/PricingPage/index.ts +0 -2
  904. package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPage.d.ts +0 -4
  905. package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPage.js +0 -15
  906. package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPage.styled.d.ts +0 -1
  907. package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPage.styled.js +0 -23
  908. package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPage.styled.ts +0 -24
  909. package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPage.tsx +0 -76
  910. package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPageProps.types.d.ts +0 -20
  911. package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPageProps.types.js +0 -1
  912. package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPageProps.types.ts +0 -22
  913. package/dist/src/components/pages/RatafiaResultPage/index.d.ts +0 -2
  914. package/dist/src/components/pages/RatafiaResultPage/index.js +0 -1
  915. package/dist/src/components/pages/RatafiaResultPage/index.ts +0 -2
  916. package/dist/src/components/sections/AppHeader/AppHeader.d.ts +0 -4
  917. package/dist/src/components/sections/AppHeader/AppHeader.js +0 -8
  918. package/dist/src/components/sections/AppHeader/AppHeader.scss +0 -35
  919. package/dist/src/components/sections/AppHeader/AppHeader.styled.d.ts +0 -2
  920. package/dist/src/components/sections/AppHeader/AppHeader.styled.js +0 -35
  921. package/dist/src/components/sections/AppHeader/AppHeader.styled.ts +0 -36
  922. package/dist/src/components/sections/AppHeader/AppHeader.tsx +0 -58
  923. package/dist/src/components/sections/AppHeader/AppHeaderProps.d.ts +0 -26
  924. package/dist/src/components/sections/AppHeader/AppHeaderProps.js +0 -1
  925. package/dist/src/components/sections/AppHeader/AppHeaderProps.ts +0 -27
  926. package/dist/src/components/sections/AppHeader/index.d.ts +0 -2
  927. package/dist/src/components/sections/AppHeader/index.js +0 -2
  928. package/dist/src/components/sections/AppHeader/index.ts +0 -2
  929. package/dist/src/components/sections/CardBoxSection/CardBoxSection.d.ts +0 -4
  930. package/dist/src/components/sections/CardBoxSection/CardBoxSection.js +0 -9
  931. package/dist/src/components/sections/CardBoxSection/CardBoxSection.styled.d.ts +0 -2
  932. package/dist/src/components/sections/CardBoxSection/CardBoxSection.styled.js +0 -33
  933. package/dist/src/components/sections/CardBoxSection/CardBoxSection.styled.ts +0 -35
  934. package/dist/src/components/sections/CardBoxSection/CardBoxSection.tsx +0 -23
  935. package/dist/src/components/sections/CardBoxSection/CardBoxSectionProps.d.ts +0 -4
  936. package/dist/src/components/sections/CardBoxSection/CardBoxSectionProps.js +0 -1
  937. package/dist/src/components/sections/CardBoxSection/CardBoxSectionProps.ts +0 -5
  938. package/dist/src/components/sections/CardBoxSection/index.d.ts +0 -2
  939. package/dist/src/components/sections/CardBoxSection/index.js +0 -1
  940. package/dist/src/components/sections/CardBoxSection/index.ts +0 -2
  941. package/dist/src/components/sections/Footer/Footer.d.ts +0 -3
  942. package/dist/src/components/sections/Footer/Footer.js +0 -7
  943. package/dist/src/components/sections/Footer/Footer.mocks.d.ts +0 -10
  944. package/dist/src/components/sections/Footer/Footer.mocks.js +0 -65
  945. package/dist/src/components/sections/Footer/Footer.mocks.ts +0 -77
  946. package/dist/src/components/sections/Footer/Footer.styled.d.ts +0 -1
  947. package/dist/src/components/sections/Footer/Footer.styled.js +0 -9
  948. package/dist/src/components/sections/Footer/Footer.styled.ts +0 -10
  949. package/dist/src/components/sections/Footer/Footer.tsx +0 -14
  950. package/dist/src/components/sections/Footer/FooterProps.types.d.ts +0 -6
  951. package/dist/src/components/sections/Footer/FooterProps.types.js +0 -1
  952. package/dist/src/components/sections/Footer/FooterProps.types.ts +0 -7
  953. package/dist/src/components/sections/Footer/index.d.ts +0 -8
  954. package/dist/src/components/sections/Footer/index.js +0 -1
  955. package/dist/src/components/sections/Footer/index.ts +0 -8
  956. package/dist/src/components/sections/Header/Header.d.ts +0 -4
  957. package/dist/src/components/sections/Header/Header.js +0 -11
  958. package/dist/src/components/sections/Header/Header.styled.d.ts +0 -1
  959. package/dist/src/components/sections/Header/Header.styled.js +0 -142
  960. package/dist/src/components/sections/Header/Header.styled.ts +0 -143
  961. package/dist/src/components/sections/Header/Header.tsx +0 -28
  962. package/dist/src/components/sections/Header/HeaderProps.types.d.ts +0 -95
  963. package/dist/src/components/sections/Header/HeaderProps.types.js +0 -1
  964. package/dist/src/components/sections/Header/HeaderProps.types.ts +0 -99
  965. package/dist/src/components/sections/Header/index.d.ts +0 -2
  966. package/dist/src/components/sections/Header/index.js +0 -1
  967. package/dist/src/components/sections/Header/index.ts +0 -2
  968. package/dist/src/components/sections/HeroSection/HeroSection.d.ts +0 -4
  969. package/dist/src/components/sections/HeroSection/HeroSection.js +0 -7
  970. package/dist/src/components/sections/HeroSection/HeroSection.tsx +0 -24
  971. package/dist/src/components/sections/HeroSection/HeroSectionProps.types.d.ts +0 -6
  972. package/dist/src/components/sections/HeroSection/HeroSectionProps.types.js +0 -1
  973. package/dist/src/components/sections/HeroSection/HeroSectionProps.types.ts +0 -7
  974. package/dist/src/components/sections/HeroSection/HeroSectionStyled.styled.d.ts +0 -1
  975. package/dist/src/components/sections/HeroSection/index.d.ts +0 -2
  976. package/dist/src/components/sections/HeroSection/index.js +0 -1
  977. package/dist/src/components/sections/HeroSection/index.ts +0 -2
  978. package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSection.d.ts +0 -4
  979. package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSection.js +0 -12
  980. package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSection.styled.d.ts +0 -1
  981. package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSection.styled.js +0 -118
  982. package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSection.styled.ts +0 -119
  983. package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSection.tsx +0 -70
  984. package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSectionProps.types.d.ts +0 -15
  985. package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSectionProps.types.js +0 -1
  986. package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSectionProps.types.ts +0 -16
  987. package/dist/src/components/sections/LawGeniusCardsSection/index.d.ts +0 -2
  988. package/dist/src/components/sections/LawGeniusCardsSection/index.js +0 -1
  989. package/dist/src/components/sections/LawGeniusCardsSection/index.ts +0 -2
  990. package/dist/src/components/sections/TryNowSection/TryNowSection.d.ts +0 -3
  991. package/dist/src/components/sections/TryNowSection/TryNowSection.js +0 -6
  992. package/dist/src/components/sections/TryNowSection/TryNowSection.styled.d.ts +0 -1
  993. package/dist/src/components/sections/TryNowSection/TryNowSection.styled.js +0 -190
  994. package/dist/src/components/sections/TryNowSection/TryNowSection.styled.ts +0 -191
  995. package/dist/src/components/sections/TryNowSection/TryNowSection.tsx +0 -27
  996. package/dist/src/components/sections/TryNowSection/TryNowSectionProps.d.ts +0 -8
  997. package/dist/src/components/sections/TryNowSection/TryNowSectionProps.js +0 -1
  998. package/dist/src/components/sections/TryNowSection/TryNowSectionProps.ts +0 -9
  999. package/dist/src/components/sections/TryNowSection/index.d.ts +0 -2
  1000. package/dist/src/components/sections/TryNowSection/index.js +0 -1
  1001. package/dist/src/components/sections/TryNowSection/index.ts +0 -2
  1002. package/dist/src/hooks/useSearchFunction.d.ts +0 -10
  1003. package/dist/src/hooks/useSearchFunction.js +0 -28
  1004. package/dist/src/hooks/useSearchFunction.tsx +0 -63
  1005. package/dist/src/hooks/useWindowSize.d.ts +0 -6
  1006. package/dist/src/hooks/useWindowSize.js +0 -43
  1007. package/dist/src/hooks/useWindowSize.tsx +0 -51
  1008. /package/dist/src/components/atoms/{BenefitCard/BenefitCardProps.types.js → BenefitRatafiaCard/BenefitRatafiaCardProps.types.js} +0 -0
  1009. /package/dist/src/components/atoms/{CardBox/CardBoxProps.types.js → MenuItems/MenuItemProps.types.js} +0 -0
  1010. /package/dist/src/components/molecules/{SubscriptionCard/RatafiaSubscriptionCard → RatafiaSubscriptionCard}/RatafiaSubscriptionCardProps.types.js +0 -0
  1011. /package/dist/src/components/{atoms/ContactInformationHeader/ContactInformationHeaderProps.js → organisms/AboutUsContent/AboutUsContentProps.types.js} +0 -0
  1012. /package/dist/src/components/{atoms/MenuItemsDeprecated/MenuItemsDeprecatedProps.types.js → sections/AboutUsSection/AboutUsSectionProps.types.js} +0 -0
@@ -1,4 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { ContactInformation, PhoneButton } from './ContactInfo.styled';
3
- import { PhoneIcon } from '../../../../images/componentsSvg/PhoneIcon';
4
- export const ContactInfo = ({ phoneNumber, schedule, languageSelector }) => (_jsxs(ContactInformation, { children: [Boolean(languageSelector) && _jsx("div", { className: 'language-selector-mobile-container', children: languageSelector }), _jsx("b", { className: 'sans-serif --extra-small --bold-weight site-phone', children: phoneNumber }), phoneNumber && (_jsxs(PhoneButton, { children: [_jsx(PhoneIcon, { fill: 'white', width: 20, height: 20 }), _jsx("span", { children: phoneNumber })] })), _jsx("span", { className: 'sans-serif --extra-small site-schedule', children: schedule })] }));
@@ -1,2 +0,0 @@
1
- export declare const ContactInformation: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2
- export declare const PhoneButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, never>> & string;
@@ -1,49 +0,0 @@
1
- import styled from 'styled-components';
2
- export const ContactInformation = styled.div `
3
- display: flex;
4
- flex-direction: column;
5
- color: var(--neutral-neutral-6);
6
- @media (max-width: 575px) {
7
- width: 100%;
8
- justify-content: center;
9
- align-items: center;
10
- }
11
- .language-selector-mobile-container {
12
- background-color: var(--primary-main-dark-1);
13
- margin-bottom: 1rem;
14
- width: 100%;
15
-
16
- @media (min-width: 1024px) {
17
- display: none;
18
- }
19
- }
20
- .site-phone {
21
- @media (max-width: 575px) {
22
- display: none;
23
- }
24
- }
25
- .site-schedule {
26
- @media (max-width: 575px) {
27
- font-size: 1rem;
28
- margin-top: 1rem;
29
- }
30
- }
31
- `;
32
- export const PhoneButton = styled.a `
33
- @media (min-width: 575px) {
34
- display: none;
35
- }
36
- width: 100%;
37
- background-color: var(--primary-main);
38
- padding: 0.7rem 1rem 0.7rem 1rem;
39
- border-radius: 4px;
40
- display: flex;
41
- justify-content: center;
42
- align-items: center;
43
- gap: 0.5rem;
44
-
45
- span {
46
- color: var(--neutral-neutral-6);
47
- font-weight: 700;
48
- }
49
- `;
@@ -1,51 +0,0 @@
1
- import styled from 'styled-components'
2
-
3
- export const ContactInformation = styled.div`
4
- display: flex;
5
- flex-direction: column;
6
- color: var(--neutral-neutral-6);
7
- @media (max-width: 575px) {
8
- width: 100%;
9
- justify-content: center;
10
- align-items: center;
11
- }
12
- .language-selector-mobile-container {
13
- background-color: var(--primary-main-dark-1);
14
- margin-bottom: 1rem;
15
- width: 100%;
16
-
17
- @media (min-width: 1024px) {
18
- display: none;
19
- }
20
- }
21
- .site-phone {
22
- @media (max-width: 575px) {
23
- display: none;
24
- }
25
- }
26
- .site-schedule {
27
- @media (max-width: 575px) {
28
- font-size: 1rem;
29
- margin-top: 1rem;
30
- }
31
- }
32
- `
33
-
34
- export const PhoneButton = styled.a`
35
- @media (min-width: 575px) {
36
- display: none;
37
- }
38
- width: 100%;
39
- background-color: var(--primary-main);
40
- padding: 0.7rem 1rem 0.7rem 1rem;
41
- border-radius: 4px;
42
- display: flex;
43
- justify-content: center;
44
- align-items: center;
45
- gap: 0.5rem;
46
-
47
- span {
48
- color: var(--neutral-neutral-6);
49
- font-weight: 700;
50
- }
51
- `
@@ -1,18 +0,0 @@
1
- import { ContactInformation, PhoneButton } from './ContactInfo.styled'
2
- import { ContactInfoProps } from './ContactInfoProps.types'
3
- import { PhoneIcon } from '../../../../images/componentsSvg/PhoneIcon'
4
- import React from 'react'
5
-
6
- export const ContactInfo: React.FC<ContactInfoProps> = ({ phoneNumber, schedule, languageSelector }) => (
7
- <ContactInformation>
8
- {Boolean(languageSelector) && <div className='language-selector-mobile-container'>{languageSelector}</div>}
9
- <b className='sans-serif --extra-small --bold-weight site-phone'>{phoneNumber}</b>
10
- {phoneNumber && (
11
- <PhoneButton>
12
- <PhoneIcon fill='white' width={20} height={20} />
13
- <span>{phoneNumber}</span>
14
- </PhoneButton>
15
- )}
16
- <span className='sans-serif --extra-small site-schedule'>{schedule}</span>
17
- </ContactInformation>
18
- )
@@ -1,5 +0,0 @@
1
- export interface ContactInfoProps {
2
- phoneNumber: string;
3
- schedule: string;
4
- languageSelector?: React.ReactNode;
5
- }
@@ -1,5 +0,0 @@
1
- export interface ContactInfoProps {
2
- phoneNumber: string
3
- schedule: string
4
- languageSelector?: React.ReactNode
5
- }
@@ -1,2 +0,0 @@
1
- export { ContactInfo } from './ContactInfo';
2
- export { type ContactInfoProps } from './ContactInfoProps.types';
@@ -1 +0,0 @@
1
- export { ContactInfo } from './ContactInfo';
@@ -1,2 +0,0 @@
1
- export { ContactInfo } from './ContactInfo'
2
- export { type ContactInfoProps } from './ContactInfoProps.types'
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { type ContactInfoBoxProps } from './ContactInfoBoxProps.types';
3
- export declare const ContactInfoBox: React.FC<ContactInfoBoxProps>;
@@ -1,6 +0,0 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- import { ContactInfoBoxStyled } from './ContactInfoBox.styled';
3
- import { ContactInfoCard } from '../ContactInfoCard';
4
- export const ContactInfoBox = ({ items }) => {
5
- return (_jsx(ContactInfoBoxStyled, { className: 'contact-info-box-container', children: items.map((item, index) => (_jsx(ContactInfoCard, { ...item }, index))) }));
6
- };
@@ -1,23 +0,0 @@
1
- import { device } from '../../../globalStyles/breakpoints';
2
- import styled from 'styled-components';
3
- export const ContactInfoBoxStyled = styled.div `
4
- display: none;
5
- background-color: var(--others-white);
6
- width: 100%;
7
- border-radius: var(--s-border-radius);
8
- margin-bottom: 2rem;
9
- padding: 0.5rem 1.5rem;
10
- text-decoration: none;
11
- box-shadow: 0 2px 6px 0 rgba(2, 55, 74, 0.25);
12
-
13
- @media not all and (min-resolution: 0.001dpcm) {
14
- @supports (-webkit-appearance: none) {
15
- letter-spacing: -1px;
16
- }
17
- }
18
-
19
- @media ${device['landscape-tablets']} {
20
- display: flex;
21
- flex-direction: column;
22
- }
23
- `;
@@ -1,24 +0,0 @@
1
- import { device } from '../../../globalStyles/breakpoints'
2
- import styled from 'styled-components'
3
-
4
- export const ContactInfoBoxStyled = styled.div`
5
- display: none;
6
- background-color: var(--others-white);
7
- width: 100%;
8
- border-radius: var(--s-border-radius);
9
- margin-bottom: 2rem;
10
- padding: 0.5rem 1.5rem;
11
- text-decoration: none;
12
- box-shadow: 0 2px 6px 0 rgba(2, 55, 74, 0.25);
13
-
14
- @media not all and (min-resolution: 0.001dpcm) {
15
- @supports (-webkit-appearance: none) {
16
- letter-spacing: -1px;
17
- }
18
- }
19
-
20
- @media ${device['landscape-tablets']} {
21
- display: flex;
22
- flex-direction: column;
23
- }
24
- `
@@ -1,15 +0,0 @@
1
- import React from 'react'
2
-
3
- import { type ContactInfoBoxProps } from './ContactInfoBoxProps.types'
4
- import { ContactInfoBoxStyled } from './ContactInfoBox.styled'
5
- import { ContactInfoCard } from '../ContactInfoCard'
6
-
7
- export const ContactInfoBox: React.FC<ContactInfoBoxProps> = ({ items }) => {
8
- return (
9
- <ContactInfoBoxStyled className='contact-info-box-container'>
10
- {items.map((item, index) => (
11
- <ContactInfoCard key={index} {...item} />
12
- ))}
13
- </ContactInfoBoxStyled>
14
- )
15
- }
@@ -1,4 +0,0 @@
1
- import { type ContactInfoCardProps } from '../ContactInfoCard';
2
- export interface ContactInfoBoxProps {
3
- items: ContactInfoCardProps[];
4
- }
@@ -1,4 +0,0 @@
1
- import { type ContactInfoCardProps } from '../ContactInfoCard'
2
- export interface ContactInfoBoxProps {
3
- items: ContactInfoCardProps[]
4
- }
@@ -1,2 +0,0 @@
1
- export { ContactInfoBox } from './ContactInfoBox';
2
- export { type ContactInfoBoxProps } from './ContactInfoBoxProps.types';
@@ -1 +0,0 @@
1
- export { ContactInfoBox } from './ContactInfoBox';
@@ -1,2 +0,0 @@
1
- export { ContactInfoBox } from './ContactInfoBox'
2
- export { type ContactInfoBoxProps } from './ContactInfoBoxProps.types'
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { type ContactInfoBoxMobileProps } from './ContactInfoBoxMobileProps.types';
3
- export declare const ContactInfoBoxMobile: React.FC<ContactInfoBoxMobileProps>;
@@ -1,6 +0,0 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- import { ContactInfoBoxMobileStyled } from './ContactInfoBoxMobile.styled';
3
- import { ContactInfoCard } from '../ContactInfoCard';
4
- export const ContactInfoBoxMobile = ({ items }) => {
5
- return (_jsx(ContactInfoBoxMobileStyled, { className: 'contact-info-box-container', children: items.map((item, index) => (_jsx(ContactInfoCard, { ...item }, index))) }));
6
- };
@@ -1 +0,0 @@
1
- export declare const ContactInfoBoxMobileStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,23 +0,0 @@
1
- import { device } from '../../../globalStyles/breakpoints';
2
- import styled from 'styled-components';
3
- export const ContactInfoBoxMobileStyled = styled.div `
4
- display: flex;
5
- flex-direction: column;
6
- background-color: var(--others-white);
7
- width: 100%;
8
- border-radius: var(--s-border-radius);
9
- margin-bottom: 2rem;
10
- padding: 0.5rem 1.5rem;
11
- text-decoration: none;
12
- box-shadow: 0 2px 6px 0 rgba(2, 55, 74, 0.25);
13
-
14
- @media not all and (min-resolution: 0.001dpcm) {
15
- @supports (-webkit-appearance: none) {
16
- letter-spacing: -1px;
17
- }
18
- }
19
-
20
- @media ${device['landscape-tablets']} {
21
- display: none;
22
- }
23
- `;
@@ -1,24 +0,0 @@
1
- import { device } from '../../../globalStyles/breakpoints'
2
- import styled from 'styled-components'
3
-
4
- export const ContactInfoBoxMobileStyled = styled.div`
5
- display: flex;
6
- flex-direction: column;
7
- background-color: var(--others-white);
8
- width: 100%;
9
- border-radius: var(--s-border-radius);
10
- margin-bottom: 2rem;
11
- padding: 0.5rem 1.5rem;
12
- text-decoration: none;
13
- box-shadow: 0 2px 6px 0 rgba(2, 55, 74, 0.25);
14
-
15
- @media not all and (min-resolution: 0.001dpcm) {
16
- @supports (-webkit-appearance: none) {
17
- letter-spacing: -1px;
18
- }
19
- }
20
-
21
- @media ${device['landscape-tablets']} {
22
- display: none;
23
- }
24
- `
@@ -1,15 +0,0 @@
1
- import React from 'react'
2
-
3
- import { type ContactInfoBoxMobileProps } from './ContactInfoBoxMobileProps.types'
4
- import { ContactInfoBoxMobileStyled } from './ContactInfoBoxMobile.styled'
5
- import { ContactInfoCard } from '../ContactInfoCard'
6
-
7
- export const ContactInfoBoxMobile: React.FC<ContactInfoBoxMobileProps> = ({ items }) => {
8
- return (
9
- <ContactInfoBoxMobileStyled className='contact-info-box-container'>
10
- {items.map((item, index) => (
11
- <ContactInfoCard key={index} {...item} />
12
- ))}
13
- </ContactInfoBoxMobileStyled>
14
- )
15
- }
@@ -1,4 +0,0 @@
1
- import { type ContactInfoCardProps } from '../ContactInfoCard';
2
- export interface ContactInfoBoxMobileProps {
3
- items: ContactInfoCardProps[];
4
- }
@@ -1,4 +0,0 @@
1
- import { type ContactInfoCardProps } from '../ContactInfoCard'
2
- export interface ContactInfoBoxMobileProps {
3
- items: ContactInfoCardProps[]
4
- }
@@ -1,2 +0,0 @@
1
- export { ContactInfoBoxMobile } from './ContactInfoBoxMobile';
2
- export { type ContactInfoBoxMobileProps } from './ContactInfoBoxMobileProps.types';
@@ -1 +0,0 @@
1
- export { ContactInfoBoxMobile } from './ContactInfoBoxMobile';
@@ -1,2 +0,0 @@
1
- export { ContactInfoBoxMobile } from './ContactInfoBoxMobile'
2
- export { type ContactInfoBoxMobileProps } from './ContactInfoBoxMobileProps.types'
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { ContactInfoCardProps } from './ContactInfoCardProps';
3
- export declare const ContactInfoCard: React.FC<ContactInfoCardProps>;
@@ -1,19 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { Button } from '../../atoms';
3
- import { ContactInfoCardStyled } from './ContactInfoCard.styled';
4
- import { InfoLocationSvg } from '../../../../images/componentsSvg/InfoLocationSvg';
5
- import { InfoMailSvg } from '../../../../images/componentsSvg/InfoMailSvg';
6
- import { InfoPhoneSvg } from '../../../../images/componentsSvg/InfoPhoneSvg';
7
- const iconMap = {
8
- email: _jsx(InfoMailSvg, {}),
9
- phone: _jsx(InfoPhoneSvg, {}),
10
- location: _jsx(InfoLocationSvg, {})
11
- };
12
- export const ContactInfoCard = ({ type, isMobile = false, title, text }) => {
13
- if (type === 'phone' && isMobile) {
14
- return (_jsxs(ContactInfoCardStyled, { className: 'contact-info-card phone-mobile', children: [_jsx(Button, { centered: true, isExternal: true, link: `tel:${title}`, gtmTag: 'clicked_phone_contactus', givenClass: 'phone-mobile-contact-button e-button e-button--link e-button--primary-1 e-button--center', label: title ?? '', dataQa: 'phone_contact_box' }, title), _jsx("p", { className: 'text', children: text })] }));
15
- }
16
- else {
17
- return (_jsx(ContactInfoCardStyled, { className: 'contact-info-card', children: _jsxs("div", { className: 'info-card-wrapper', children: [_jsx("div", { className: 'info-icon', children: iconMap[type] }), _jsxs("div", { className: 'content', children: [title && (_jsx("p", { className: `title${type === 'email' ? ' email' : ''}`, children: type === 'email' ? (_jsx("a", { href: `mailto:${title}`, children: title })) : type === 'phone' ? (_jsx("a", { href: `tel:${title}`, children: title })) : (title) })), _jsx("p", { className: 'text', children: text })] })] }) }));
18
- }
19
- };
@@ -1 +0,0 @@
1
- export declare const ContactInfoCardStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,77 +0,0 @@
1
- import styled from 'styled-components';
2
- export const ContactInfoCardStyled = styled.div `
3
- width: 100%;
4
- background-color: var(--neutral-neutral-6);
5
- border-radius: var(--s-border-radius);
6
- margin-top: 1rem;
7
- margin-bottom: 1rem;
8
- display: flex;
9
- align-items: center;
10
- padding: 1rem 1.5rem;
11
-
12
- &.phone-mobile {
13
- flex-direction: column;
14
- align-items: center;
15
- text-align: center;
16
- .phone-mobile-contact {
17
- &-button {
18
- display: flex;
19
- justify-content: center;
20
- margin-bottom: 0.5rem;
21
- width: 100%;
22
-
23
- &:before {
24
- content: '';
25
- width: 20px;
26
- height: 20px;
27
- background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBpZD0iZXA3dHIycDdyYSIgZD0iTTIwLjAxIDE1LjM4Yy0xLjIzIDAtMi40Mi0uMi0zLjUzLS41Ni0uMzUtLjEyLS43NC0uMDMtMS4wMS4yNGwtMS41NyAxLjk3Yy0yLjgzLTEuMzUtNS40OC0zLjktNi44OS02LjgzbDEuOTUtMS42NmMuMjctLjI4LjM1LS42Ny4yNC0xLjAyLS4zNy0xLjExLS41Ni0yLjMtLjU2LTMuNTMgMC0uNTQtLjQ1LS45OS0uOTktLjk5SDQuMTlDMy42NSAzIDMgMy4yNCAzIDMuOTkgMyAxMy4yOCAxMC43MyAyMSAyMC4wMSAyMWMuNzEgMCAuOTktLjYzLjk5LTEuMTh2LTMuNDVjMC0uNTQtLjQ1LS45OS0uOTktLjk5eiIvPgogICAgPC9kZWZzPgogICAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8Zz4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzc2LjAwMDAwMCwgLTMxNC4wMDAwMDApIHRyYW5zbGF0ZSgzMjguMDAwMDAwLCAyMDUuMDAwMDAwKSB0cmFuc2xhdGUoMzIuMDAwMDAwLCA5MC4wMDAwMDApIHRyYW5zbGF0ZSgxNi4wMDAwMDAsIDE5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMCAwSDI0VjI0SDB6Ii8+CiAgICAgICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSI3dHZidm9pbXpiIiBmaWxsPSIjZmZmIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI2VwN3RyMnA3cmEiLz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICA8ZyBjbGFzcz0iaWNvbi13ZWItMjQtcCIgZmlsbD0iI2ZmZiIgbWFzaz0idXJsKCM3dHZidm9pbXpiKSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMCAwSDI0VjI0SDB6Ii8+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=');
28
- margin-right: 0.5rem;
29
- }
30
- }
31
-
32
- &-text {
33
- color: var(--neutral-neutral-2);
34
- text-align: center;
35
- margin: 0 0 2rem;
36
- }
37
- }
38
- }
39
-
40
- .info-card-wrapper {
41
- display: flex;
42
- }
43
-
44
- @media not all and (min-resolution: 0.001dpcm) {
45
- @supports (-webkit-appearance: none) {
46
- letter-spacing: -1px;
47
- }
48
- }
49
-
50
- .info-icon {
51
- margin-top: 0.1rem;
52
- margin-right: 0.5rem;
53
-
54
- path {
55
- fill: var(--primary-main-dark-1);
56
- }
57
- }
58
-
59
- .title {
60
- color: var(--primary-main-dark-1);
61
- font-size: 1rem;
62
- font-weight: bold;
63
-
64
- &.email {
65
- text-decoration: underline;
66
- }
67
-
68
- a {
69
- color: var(--primary-main-dark-1);
70
- }
71
- }
72
-
73
- .text {
74
- font-size: 0.875rem;
75
- color: var(--neutral-neutral-2);
76
- }
77
- `;
@@ -1,78 +0,0 @@
1
- import styled from 'styled-components'
2
-
3
- export const ContactInfoCardStyled = styled.div`
4
- width: 100%;
5
- background-color: var(--neutral-neutral-6);
6
- border-radius: var(--s-border-radius);
7
- margin-top: 1rem;
8
- margin-bottom: 1rem;
9
- display: flex;
10
- align-items: center;
11
- padding: 1rem 1.5rem;
12
-
13
- &.phone-mobile {
14
- flex-direction: column;
15
- align-items: center;
16
- text-align: center;
17
- .phone-mobile-contact {
18
- &-button {
19
- display: flex;
20
- justify-content: center;
21
- margin-bottom: 0.5rem;
22
- width: 100%;
23
-
24
- &:before {
25
- content: '';
26
- width: 20px;
27
- height: 20px;
28
- background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBpZD0iZXA3dHIycDdyYSIgZD0iTTIwLjAxIDE1LjM4Yy0xLjIzIDAtMi40Mi0uMi0zLjUzLS41Ni0uMzUtLjEyLS43NC0uMDMtMS4wMS4yNGwtMS41NyAxLjk3Yy0yLjgzLTEuMzUtNS40OC0zLjktNi44OS02LjgzbDEuOTUtMS42NmMuMjctLjI4LjM1LS42Ny4yNC0xLjAyLS4zNy0xLjExLS41Ni0yLjMtLjU2LTMuNTMgMC0uNTQtLjQ1LS45OS0uOTktLjk5SDQuMTlDMy42NSAzIDMgMy4yNCAzIDMuOTkgMyAxMy4yOCAxMC43MyAyMSAyMC4wMSAyMWMuNzEgMCAuOTktLjYzLjk5LTEuMTh2LTMuNDVjMC0uNTQtLjQ1LS45OS0uOTktLjk5eiIvPgogICAgPC9kZWZzPgogICAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8Zz4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzc2LjAwMDAwMCwgLTMxNC4wMDAwMDApIHRyYW5zbGF0ZSgzMjguMDAwMDAwLCAyMDUuMDAwMDAwKSB0cmFuc2xhdGUoMzIuMDAwMDAwLCA5MC4wMDAwMDApIHRyYW5zbGF0ZSgxNi4wMDAwMDAsIDE5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMCAwSDI0VjI0SDB6Ii8+CiAgICAgICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSI3dHZidm9pbXpiIiBmaWxsPSIjZmZmIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI2VwN3RyMnA3cmEiLz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICA8ZyBjbGFzcz0iaWNvbi13ZWItMjQtcCIgZmlsbD0iI2ZmZiIgbWFzaz0idXJsKCM3dHZidm9pbXpiKSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMCAwSDI0VjI0SDB6Ii8+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=');
29
- margin-right: 0.5rem;
30
- }
31
- }
32
-
33
- &-text {
34
- color: var(--neutral-neutral-2);
35
- text-align: center;
36
- margin: 0 0 2rem;
37
- }
38
- }
39
- }
40
-
41
- .info-card-wrapper {
42
- display: flex;
43
- }
44
-
45
- @media not all and (min-resolution: 0.001dpcm) {
46
- @supports (-webkit-appearance: none) {
47
- letter-spacing: -1px;
48
- }
49
- }
50
-
51
- .info-icon {
52
- margin-top: 0.1rem;
53
- margin-right: 0.5rem;
54
-
55
- path {
56
- fill: var(--primary-main-dark-1);
57
- }
58
- }
59
-
60
- .title {
61
- color: var(--primary-main-dark-1);
62
- font-size: 1rem;
63
- font-weight: bold;
64
-
65
- &.email {
66
- text-decoration: underline;
67
- }
68
-
69
- a {
70
- color: var(--primary-main-dark-1);
71
- }
72
- }
73
-
74
- .text {
75
- font-size: 0.875rem;
76
- color: var(--neutral-neutral-2);
77
- }
78
- `
@@ -1,58 +0,0 @@
1
- import React from 'react'
2
-
3
- import { Button } from '../../atoms'
4
-
5
- import { ContactInfoCardProps } from './ContactInfoCardProps'
6
- import { ContactInfoCardStyled } from './ContactInfoCard.styled'
7
-
8
- import { InfoLocationSvg } from '../../../../images/componentsSvg/InfoLocationSvg'
9
- import { InfoMailSvg } from '../../../../images/componentsSvg/InfoMailSvg'
10
- import { InfoPhoneSvg } from '../../../../images/componentsSvg/InfoPhoneSvg'
11
-
12
- const iconMap = {
13
- email: <InfoMailSvg />,
14
- phone: <InfoPhoneSvg />,
15
- location: <InfoLocationSvg />
16
- }
17
-
18
- export const ContactInfoCard: React.FC<ContactInfoCardProps> = ({ type, isMobile = false, title, text }) => {
19
- if (type === 'phone' && isMobile) {
20
- return (
21
- <ContactInfoCardStyled className='contact-info-card phone-mobile'>
22
- <Button
23
- key={title}
24
- centered
25
- isExternal
26
- link={`tel:${title}`}
27
- gtmTag={'clicked_phone_contactus'}
28
- givenClass='phone-mobile-contact-button e-button e-button--link e-button--primary-1 e-button--center'
29
- label={title ?? ''}
30
- dataQa={'phone_contact_box'}
31
- />
32
- <p className='text'>{text}</p>
33
- </ContactInfoCardStyled>
34
- )
35
- } else {
36
- return (
37
- <ContactInfoCardStyled className='contact-info-card'>
38
- <div className='info-card-wrapper'>
39
- <div className='info-icon'>{iconMap[type]}</div>
40
- <div className='content'>
41
- {title && (
42
- <p className={`title${type === 'email' ? ' email' : ''}`}>
43
- {type === 'email' ? (
44
- <a href={`mailto:${title}`}>{title}</a>
45
- ) : type === 'phone' ? (
46
- <a href={`tel:${title}`}>{title}</a>
47
- ) : (
48
- title
49
- )}
50
- </p>
51
- )}
52
- <p className='text'>{text}</p>
53
- </div>
54
- </div>
55
- </ContactInfoCardStyled>
56
- )
57
- }
58
- }
@@ -1,7 +0,0 @@
1
- export type ContactInfoType = 'phone' | 'email' | 'location';
2
- export interface ContactInfoCardProps {
3
- type: ContactInfoType;
4
- isMobile?: boolean;
5
- title?: string;
6
- text: string;
7
- }
@@ -1,8 +0,0 @@
1
- export type ContactInfoType = 'phone' | 'email' | 'location'
2
-
3
- export interface ContactInfoCardProps {
4
- type: ContactInfoType
5
- isMobile?: boolean
6
- title?: string
7
- text: string
8
- }
@@ -1,2 +0,0 @@
1
- export * from './ContactInfoCard';
2
- export * from './ContactInfoCardProps';