@npm_leadtech/legal-lib-components 5.2.9 → 5.2.11

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 (404) hide show
  1. package/dist/css/styles.css +2859 -2436
  2. package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.js +1 -2
  3. package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.scss +24 -0
  4. package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.tsx +2 -7
  5. package/dist/src/components/atoms/AddButton/AddButton.js +1 -2
  6. package/dist/src/components/atoms/AddButton/AddButton.scss +48 -0
  7. package/dist/src/components/atoms/AddButton/AddButton.tsx +2 -3
  8. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.js +2 -2
  9. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.scss +54 -0
  10. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.tsx +3 -3
  11. package/dist/src/components/atoms/BillCard/BillCard.js +1 -2
  12. package/dist/src/components/atoms/BillCard/BillCard.scss +57 -0
  13. package/dist/src/components/atoms/BillCard/BillCard.tsx +2 -3
  14. package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.js +1 -2
  15. package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.scss +33 -0
  16. package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.tsx +2 -2
  17. package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.js +1 -2
  18. package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.scss +21 -0
  19. package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.tsx +3 -3
  20. package/dist/src/components/atoms/Button/Button.scss +28 -28
  21. package/dist/src/components/atoms/ButtonIcon/ButtonIcon.scss +6 -6
  22. package/dist/src/components/atoms/CardPane/CardPane.js +2 -2
  23. package/dist/src/components/atoms/CardPane/CardPane.scss +122 -0
  24. package/dist/src/components/atoms/CardPane/CardPane.tsx +3 -3
  25. package/dist/src/components/atoms/CardPane/CardPaneInfo.js +5 -4
  26. package/dist/src/components/atoms/CardPane/CardPaneInfo.tsx +14 -3
  27. package/dist/src/components/atoms/CardPane/CardPaneProps.types.d.ts +1 -0
  28. package/dist/src/components/atoms/CardPane/CardPaneProps.types.ts +1 -0
  29. package/dist/src/components/atoms/Checkbox/Checkbox.js +2 -2
  30. package/dist/src/components/atoms/Checkbox/{Checkbox.styled.ts → Checkbox.scss} +16 -18
  31. package/dist/src/components/atoms/Checkbox/Checkbox.tsx +3 -3
  32. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.js +2 -2
  33. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.scss +116 -0
  34. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.tsx +3 -3
  35. package/dist/src/components/atoms/DatePickerCustom/index.js.map +4 -4
  36. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.js +5 -6
  37. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.scss +3 -3
  38. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.tsx +16 -19
  39. package/dist/src/components/atoms/Disclaimer/Disclaimer.js +2 -2
  40. package/dist/src/components/atoms/Disclaimer/Disclaimer.scss +45 -0
  41. package/dist/src/components/atoms/Disclaimer/Disclaimer.tsx +3 -3
  42. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.js +2 -2
  43. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.scss +149 -0
  44. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.tsx +3 -3
  45. package/dist/src/components/atoms/Divider/Divider.js +2 -2
  46. package/dist/src/components/atoms/Divider/Divider.scss +20 -0
  47. package/dist/src/components/atoms/Divider/Divider.tsx +3 -3
  48. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.js +4 -4
  49. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.scss +91 -0
  50. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.tsx +7 -7
  51. package/dist/src/components/atoms/DocumentTag/DocumentTag.js +2 -2
  52. package/dist/src/components/atoms/DocumentTag/DocumentTag.scss +13 -0
  53. package/dist/src/components/atoms/DocumentTag/DocumentTag.tsx +2 -2
  54. package/dist/src/components/atoms/ExpertCard/ExpertCard.js +2 -2
  55. package/dist/src/components/atoms/ExpertCard/ExpertCard.scss +65 -0
  56. package/dist/src/components/atoms/ExpertCard/ExpertCard.tsx +3 -3
  57. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.js +2 -2
  58. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.scss +79 -0
  59. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.tsx +3 -3
  60. package/dist/src/components/atoms/FormFaq/FormFaq.js +2 -2
  61. package/dist/src/components/atoms/FormFaq/FormFaq.scss +72 -0
  62. package/dist/src/components/atoms/FormFaq/FormFaq.tsx +3 -3
  63. package/dist/src/components/atoms/GoogleButton/GoogleButton.js +2 -2
  64. package/dist/src/components/atoms/GoogleButton/{GoogleButton.styled.ts → GoogleButton.scss} +5 -5
  65. package/dist/src/components/atoms/GoogleButton/GoogleButton.tsx +3 -3
  66. package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.js +2 -2
  67. package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.scss +6 -0
  68. package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.tsx +3 -2
  69. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.js +2 -2
  70. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.scss +80 -0
  71. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.tsx +4 -3
  72. package/dist/src/components/atoms/InfoBox/InfoBox.js +2 -2
  73. package/dist/src/components/atoms/InfoBox/InfoBox.scss +40 -0
  74. package/dist/src/components/atoms/InfoBox/InfoBox.tsx +3 -3
  75. package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.js +2 -2
  76. package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.scss +8 -0
  77. package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.tsx +3 -3
  78. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.js +2 -2
  79. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.scss +38 -0
  80. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.tsx +3 -3
  81. package/dist/src/components/atoms/LogoText/LogoText.js +2 -2
  82. package/dist/src/components/atoms/LogoText/LogoText.scss +34 -0
  83. package/dist/src/components/atoms/LogoText/LogoText.tsx +5 -5
  84. package/dist/src/components/atoms/MenuItems/MenuItems.js +1 -2
  85. package/dist/src/components/atoms/MenuItems/MenuItems.scss +70 -0
  86. package/dist/src/components/atoms/MenuItems/MenuItems.tsx +2 -3
  87. package/dist/src/components/atoms/Message/Message.js +2 -2
  88. package/dist/src/components/atoms/Message/Message.scss +31 -0
  89. package/dist/src/components/atoms/Message/Message.tsx +3 -3
  90. package/dist/src/components/atoms/MessageInformation/MessageInformation.js +2 -2
  91. package/dist/src/components/atoms/MessageInformation/MessageInformation.scss +51 -0
  92. package/dist/src/components/atoms/MessageInformation/MessageInformation.tsx +5 -4
  93. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.js +2 -2
  94. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.scss +44 -0
  95. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.tsx +3 -3
  96. package/dist/src/components/atoms/NavMenuItem/NavMenuItem.js +3 -3
  97. package/dist/src/components/atoms/NavMenuItem/NavMenuItem.scss +60 -0
  98. package/dist/src/components/atoms/NavMenuItem/NavMenuItem.tsx +6 -6
  99. package/dist/src/components/atoms/PaypalButton/PaypalButton.js +2 -2
  100. package/dist/src/components/atoms/PaypalButton/PaypalButton.scss +5 -0
  101. package/dist/src/components/atoms/PaypalButton/PaypalButton.tsx +3 -3
  102. package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.js +2 -2
  103. package/dist/src/components/atoms/PopularDocsItem/{PopularDocsItem.styled.ts → PopularDocsItem.scss} +24 -24
  104. package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.tsx +3 -3
  105. package/dist/src/components/atoms/ProgressBar/ProgressBar.js +2 -2
  106. package/dist/src/components/atoms/ProgressBar/ProgressBar.scss +24 -0
  107. package/dist/src/components/atoms/ProgressBar/ProgressBar.tsx +3 -3
  108. package/dist/src/components/atoms/Radio/Radio.scss +29 -29
  109. package/dist/src/components/atoms/RemoveButton/RemoveButton.js +2 -2
  110. package/dist/src/components/atoms/RemoveButton/RemoveButton.scss +43 -0
  111. package/dist/src/components/atoms/RemoveButton/RemoveButton.tsx +3 -3
  112. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.js +2 -2
  113. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.scss +54 -0
  114. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.tsx +3 -3
  115. package/dist/src/components/atoms/RichTextInner/RichTextInner.js +2 -2
  116. package/dist/src/components/atoms/RichTextInner/RichTextInner.scss +34 -0
  117. package/dist/src/components/atoms/RichTextInner/RichTextInner.tsx +2 -2
  118. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.js +2 -2
  119. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.scss +9 -0
  120. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.tsx +2 -7
  121. package/dist/src/components/atoms/SearchSelect/SearchSelect.js +3 -3
  122. package/dist/src/components/atoms/SearchSelect/SearchSelect.scss +222 -0
  123. package/dist/src/components/atoms/SearchSelect/SearchSelect.tsx +3 -3
  124. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.js +2 -2
  125. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.scss +48 -0
  126. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.tsx +3 -3
  127. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.js +2 -2
  128. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.scss +90 -0
  129. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.tsx +3 -3
  130. package/dist/src/components/atoms/Spinner/Spinner.js +2 -2
  131. package/dist/src/components/atoms/Spinner/Spinner.scss +31 -0
  132. package/dist/src/components/atoms/Spinner/Spinner.tsx +5 -5
  133. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.js +2 -2
  134. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.scss +27 -0
  135. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.tsx +3 -3
  136. package/dist/src/components/atoms/Tag/Tag.js +2 -2
  137. package/dist/src/components/atoms/Tag/Tag.scss +3 -3
  138. package/dist/src/components/atoms/Tag/Tag.tsx +5 -5
  139. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.js +2 -2
  140. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.scss +22 -0
  141. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.tsx +3 -3
  142. package/dist/src/components/atoms/Tagline/Tagline.js +2 -2
  143. package/dist/src/components/atoms/Tagline/Tagline.scss +3 -3
  144. package/dist/src/components/atoms/Tagline/Tagline.tsx +3 -3
  145. package/dist/src/components/atoms/TextArea/TextArea.js +2 -2
  146. package/dist/src/components/atoms/TextArea/TextArea.scss +103 -0
  147. package/dist/src/components/atoms/TextArea/TextArea.tsx +3 -3
  148. package/dist/src/components/atoms/Toggle/Toggle.js +2 -2
  149. package/dist/src/components/atoms/Toggle/Toggle.scss +59 -0
  150. package/dist/src/components/atoms/Toggle/Toggle.tsx +3 -3
  151. package/dist/src/components/atoms/Tooltip/Tooltip.scss +8 -8
  152. package/dist/src/components/atoms/TopBar/TopBar.js +2 -2
  153. package/dist/src/components/atoms/TopBar/TopBar.scss +54 -0
  154. package/dist/src/components/atoms/TopBar/TopBar.tsx +3 -3
  155. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.js +1 -2
  156. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.scss +48 -0
  157. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.tsx +3 -6
  158. package/dist/src/components/atoms/TrustPilot/TrustPilot.js +2 -2
  159. package/dist/src/components/atoms/TrustPilot/TrustPilot.scss +11 -0
  160. package/dist/src/components/atoms/TrustPilot/TrustPilot.tsx +3 -2
  161. package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.js +2 -2
  162. package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.scss +36 -0
  163. package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.tsx +4 -3
  164. package/dist/src/components/atoms/WideInfoBar/WideInfoBar.js +1 -2
  165. package/dist/src/components/atoms/WideInfoBar/WideInfoBar.scss +32 -0
  166. package/dist/src/components/atoms/WideInfoBar/WideInfoBar.tsx +4 -3
  167. package/dist/src/components/molecules/AccordionItem/AccordionItem.scss +9 -9
  168. package/dist/src/components/molecules/AlsoKnownAs/AlsoKnownAs.scss +2 -2
  169. package/dist/src/components/molecules/Article/Article.scss +1 -1
  170. package/dist/src/components/molecules/BottomFixedBar/BottomFixedBar.scss +2 -2
  171. package/dist/src/components/molecules/BottomOverlay/BottomOverlay.scss +7 -7
  172. package/dist/src/components/molecules/BoxForm/BoxForm.scss +9 -9
  173. package/dist/src/components/molecules/Breadcrumb/Breadcrumb.js +1 -1
  174. package/dist/src/components/molecules/Breadcrumb/Breadcrumb.scss +0 -4
  175. package/dist/src/components/molecules/Breadcrumb/Breadcrumb.tsx +1 -1
  176. package/dist/src/components/molecules/ContactBox/ContactBox.scss +5 -5
  177. package/dist/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.scss +6 -6
  178. package/dist/src/components/molecules/EmailContactBox/EmailContactBox.scss +4 -4
  179. package/dist/src/components/molecules/FaqItem/FaqItem.scss +5 -5
  180. package/dist/src/components/molecules/Feedback/Feedback.scss +5 -5
  181. package/dist/src/components/molecules/FreeDocModalContent/FreeDocModalContent.scss +3 -3
  182. package/dist/src/components/molecules/HeaderRatafia/HeaderRatafia.scss +1 -1
  183. package/dist/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.scss +3 -3
  184. package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.scss +1 -1
  185. package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.scss +2 -2
  186. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.scss +7 -7
  187. package/dist/src/components/molecules/MoreDocsDesktop/MoreDocsDesktop.scss +2 -2
  188. package/dist/src/components/molecules/MoreDocsMobile/MoreDocsMobile.scss +1 -1
  189. package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.scss +3 -3
  190. package/dist/src/components/molecules/Pagination/Pagination.scss +7 -7
  191. package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.scss +3 -3
  192. package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.scss +1 -1
  193. package/dist/src/components/molecules/PopularDocs/PopularDocs.scss +2 -2
  194. package/dist/src/components/molecules/PricingCard/PricingCard.scss +14 -14
  195. package/dist/src/components/molecules/Snackbar/Snackbar.scss +9 -9
  196. package/dist/src/components/molecules/StepGetForm/StepGetForm.scss +5 -5
  197. package/dist/src/components/molecules/TextInput/TextInput.scss +20 -20
  198. package/dist/src/components/molecules/TooltipMenu/TooltipMenu.scss +5 -5
  199. package/dist/src/components/molecules/TypeModulesList/TypeModulesList.scss +4 -4
  200. package/dist/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.scss +4 -4
  201. package/dist/src/components/organisms/AboutUsContent/AboutUsContent.scss +3 -3
  202. package/dist/src/components/organisms/AsSeeInContent/AsSeeInContent.scss +2 -2
  203. package/dist/src/components/organisms/CardFunctionality/CardFunctionality.scss +11 -11
  204. package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.scss +3 -3
  205. package/dist/src/components/organisms/CookiePolicyBar/CookiePolicyBar.scss +2 -2
  206. package/dist/src/components/organisms/ErrorContentRatafia/ErrorContentRatafia.scss +1 -1
  207. package/dist/src/components/organisms/FaqGroup/FaqGroup.scss +2 -2
  208. package/dist/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.scss +2 -2
  209. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.scss +4 -4
  210. package/dist/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContent.scss +3 -3
  211. package/dist/src/components/organisms/KeyFactsLoadingContentRatafia/KeyFactsLoadingContentRatafia.scss +8 -8
  212. package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.scss +1 -1
  213. package/dist/src/components/organisms/LanguageSelectorMobile/LanguageSelectorMobile.scss +4 -4
  214. package/dist/src/components/organisms/LayoutRatafia/LayoutRatafia.scss +2 -2
  215. package/dist/src/components/organisms/LoginRatafiaContent/LoginRatafiaContent.scss +1 -1
  216. package/dist/src/components/organisms/MobileBottomBar/MobileBottomBar.scss +4 -4
  217. package/dist/src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.scss +1 -1
  218. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.scss +4 -4
  219. package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.scss +1 -1
  220. package/dist/src/components/pages/FaqsPage/FaqsPage.scss +8 -8
  221. package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.scss +1 -1
  222. package/dist/src/components/pages/LoginRatafiaPage/LoginPageRatafia.scss +2 -2
  223. package/dist/src/components/sections/AboutUsSection/AboutUsSection.scss +6 -6
  224. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.scss +1 -2
  225. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.scss +3 -3
  226. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.scss +2 -2
  227. package/dist/src/components/sections/BlogSection/BlogSection.scss +1 -1
  228. package/dist/src/components/sections/ContactSection/ContactSection.scss +2 -2
  229. package/dist/src/components/sections/ExpertsSection/ExpertsSection.scss +2 -2
  230. package/dist/src/components/sections/FaqSection/FaqSection.scss +1 -1
  231. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.scss +2 -2
  232. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.scss +2 -2
  233. package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.scss +7 -7
  234. package/dist/src/components/sections/LegalSection/LegalSection.scss +10 -10
  235. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.scss +1 -1
  236. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.scss +1 -1
  237. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.scss +1 -1
  238. package/dist/src/components/sections/TryUsSection/TryUsSection.scss +2 -2
  239. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.scss +3 -3
  240. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.scss +1 -1
  241. package/dist/src/globalStyles/animations.scss +1 -1
  242. package/dist/src/globalStyles/base.scss +5 -5
  243. package/dist/src/globalStyles/styles.scss +53 -2
  244. package/dist/src/globalStyles/themes.scss +0 -26
  245. package/dist/src/globalStyles/typography.scss +1 -1
  246. package/dist/src/globalStyles/variables.scss +6 -22
  247. package/dist/tsconfig.build.tsbuildinfo +1 -1
  248. package/package.json +1 -1
  249. package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.styled.d.ts +0 -1
  250. package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.styled.js +0 -24
  251. package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.styled.ts +0 -25
  252. package/dist/src/components/atoms/AddButton/AddButton.styled.d.ts +0 -1
  253. package/dist/src/components/atoms/AddButton/AddButton.styled.js +0 -48
  254. package/dist/src/components/atoms/AddButton/AddButton.styled.ts +0 -49
  255. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.styled.d.ts +0 -1
  256. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.styled.js +0 -55
  257. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.styled.ts +0 -56
  258. package/dist/src/components/atoms/BillCard/BillCard.styled.d.ts +0 -1
  259. package/dist/src/components/atoms/BillCard/BillCard.styled.js +0 -59
  260. package/dist/src/components/atoms/BillCard/BillCard.styled.ts +0 -60
  261. package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.styled.d.ts +0 -1
  262. package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.styled.js +0 -34
  263. package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.styled.ts +0 -35
  264. package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.styled.d.ts +0 -1
  265. package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.styled.js +0 -22
  266. package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.styled.ts +0 -23
  267. package/dist/src/components/atoms/CardPane/CardPane.styled.d.ts +0 -1
  268. package/dist/src/components/atoms/CardPane/CardPane.styled.js +0 -109
  269. package/dist/src/components/atoms/CardPane/CardPane.styled.ts +0 -110
  270. package/dist/src/components/atoms/Checkbox/Checkbox.styled.d.ts +0 -1
  271. package/dist/src/components/atoms/Checkbox/Checkbox.styled.js +0 -133
  272. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.styled.d.ts +0 -1
  273. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.styled.js +0 -120
  274. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.styled.ts +0 -121
  275. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.styled.d.ts +0 -1
  276. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.styled.js +0 -82
  277. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.styled.ts +0 -83
  278. package/dist/src/components/atoms/Disclaimer/Disclaimer.styled.d.ts +0 -1
  279. package/dist/src/components/atoms/Disclaimer/Disclaimer.styled.js +0 -45
  280. package/dist/src/components/atoms/Disclaimer/Disclaimer.styled.ts +0 -46
  281. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.styled.d.ts +0 -1
  282. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.styled.js +0 -149
  283. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.styled.ts +0 -150
  284. package/dist/src/components/atoms/Divider/Divider.styled.d.ts +0 -1
  285. package/dist/src/components/atoms/Divider/Divider.styled.js +0 -21
  286. package/dist/src/components/atoms/Divider/Divider.styled.ts +0 -22
  287. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.d.ts +0 -1
  288. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.js +0 -65
  289. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.ts +0 -66
  290. package/dist/src/components/atoms/DocumentTag/DocumentTag.styled.d.ts +0 -1
  291. package/dist/src/components/atoms/DocumentTag/DocumentTag.styled.js +0 -12
  292. package/dist/src/components/atoms/DocumentTag/DocumentTag.styled.ts +0 -13
  293. package/dist/src/components/atoms/ExpertCard/ExpertCard.styled.d.ts +0 -1
  294. package/dist/src/components/atoms/ExpertCard/ExpertCard.styled.js +0 -66
  295. package/dist/src/components/atoms/ExpertCard/ExpertCard.styled.ts +0 -67
  296. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.styled.d.ts +0 -1
  297. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.styled.js +0 -78
  298. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.styled.ts +0 -79
  299. package/dist/src/components/atoms/FormFaq/FormFaq.styled.d.ts +0 -1
  300. package/dist/src/components/atoms/FormFaq/FormFaq.styled.js +0 -73
  301. package/dist/src/components/atoms/FormFaq/FormFaq.styled.ts +0 -74
  302. package/dist/src/components/atoms/GoogleButton/GoogleButton.styled.d.ts +0 -1
  303. package/dist/src/components/atoms/GoogleButton/GoogleButton.styled.js +0 -21
  304. package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.styled.d.ts +0 -1
  305. package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.styled.js +0 -5
  306. package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.styled.ts +0 -6
  307. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.styled.d.ts +0 -1
  308. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.styled.js +0 -76
  309. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.styled.ts +0 -77
  310. package/dist/src/components/atoms/InfoBox/InfoBox.styled.d.ts +0 -1
  311. package/dist/src/components/atoms/InfoBox/InfoBox.styled.js +0 -41
  312. package/dist/src/components/atoms/InfoBox/InfoBox.styled.ts +0 -42
  313. package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.styled.d.ts +0 -1
  314. package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.styled.js +0 -7
  315. package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.styled.ts +0 -8
  316. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.styled.d.ts +0 -1
  317. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.styled.js +0 -39
  318. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.styled.ts +0 -40
  319. package/dist/src/components/atoms/LogoText/LogoText.styled.d.ts +0 -1
  320. package/dist/src/components/atoms/LogoText/LogoText.styled.js +0 -36
  321. package/dist/src/components/atoms/LogoText/LogoText.styled.ts +0 -37
  322. package/dist/src/components/atoms/MenuItems/MenuItems.styled.d.ts +0 -1
  323. package/dist/src/components/atoms/MenuItems/MenuItems.styled.js +0 -71
  324. package/dist/src/components/atoms/MenuItems/MenuItems.styled.ts +0 -72
  325. package/dist/src/components/atoms/Message/Message.styled.d.ts +0 -1
  326. package/dist/src/components/atoms/Message/Message.styled.js +0 -31
  327. package/dist/src/components/atoms/Message/Message.styled.ts +0 -32
  328. package/dist/src/components/atoms/MessageInformation/MessageInformation.styled.d.ts +0 -1
  329. package/dist/src/components/atoms/MessageInformation/MessageInformation.styled.js +0 -53
  330. package/dist/src/components/atoms/MessageInformation/MessageInformation.styled.ts +0 -54
  331. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.styled.d.ts +0 -1
  332. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.styled.js +0 -45
  333. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.styled.ts +0 -46
  334. package/dist/src/components/atoms/NavMenuItem/NavMenuItem.styled.d.ts +0 -1
  335. package/dist/src/components/atoms/NavMenuItem/NavMenuItem.styled.js +0 -63
  336. package/dist/src/components/atoms/NavMenuItem/NavMenuItem.styled.ts +0 -64
  337. package/dist/src/components/atoms/PaypalButton/PaypalButton.styled.d.ts +0 -1
  338. package/dist/src/components/atoms/PaypalButton/PaypalButton.styled.js +0 -6
  339. package/dist/src/components/atoms/PaypalButton/PaypalButton.styled.ts +0 -7
  340. package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.styled.d.ts +0 -1
  341. package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.styled.js +0 -58
  342. package/dist/src/components/atoms/ProgressBar/ProgressBar.styled.d.ts +0 -1
  343. package/dist/src/components/atoms/ProgressBar/ProgressBar.styled.js +0 -23
  344. package/dist/src/components/atoms/ProgressBar/ProgressBar.styled.ts +0 -24
  345. package/dist/src/components/atoms/RemoveButton/RemoveButton.styled.d.ts +0 -1
  346. package/dist/src/components/atoms/RemoveButton/RemoveButton.styled.js +0 -43
  347. package/dist/src/components/atoms/RemoveButton/RemoveButton.styled.ts +0 -44
  348. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.styled.d.ts +0 -1
  349. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.styled.js +0 -55
  350. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.styled.ts +0 -56
  351. package/dist/src/components/atoms/RichTextInner/RichTextInner.styled.d.ts +0 -1
  352. package/dist/src/components/atoms/RichTextInner/RichTextInner.styled.js +0 -38
  353. package/dist/src/components/atoms/RichTextInner/RichTextInner.styled.ts +0 -39
  354. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.styled.d.ts +0 -1
  355. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.styled.js +0 -9
  356. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.styled.ts +0 -10
  357. package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.d.ts +0 -1
  358. package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.js +0 -223
  359. package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.ts +0 -224
  360. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.styled.d.ts +0 -1
  361. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.styled.js +0 -48
  362. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.styled.ts +0 -49
  363. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.styled.d.ts +0 -1
  364. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.styled.js +0 -92
  365. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.styled.ts +0 -93
  366. package/dist/src/components/atoms/Spinner/Spinner.styled.d.ts +0 -1
  367. package/dist/src/components/atoms/Spinner/Spinner.styled.js +0 -28
  368. package/dist/src/components/atoms/Spinner/Spinner.styled.ts +0 -29
  369. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.styled.d.ts +0 -1
  370. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.styled.js +0 -28
  371. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.styled.ts +0 -29
  372. package/dist/src/components/atoms/Tag/Tag.styled.d.ts +0 -1
  373. package/dist/src/components/atoms/Tag/Tag.styled.js +0 -24
  374. package/dist/src/components/atoms/Tag/Tag.styled.ts +0 -25
  375. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.styled.d.ts +0 -1
  376. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.styled.js +0 -20
  377. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.styled.ts +0 -21
  378. package/dist/src/components/atoms/Tagline/Tagline.styled.d.ts +0 -1
  379. package/dist/src/components/atoms/Tagline/Tagline.styled.js +0 -17
  380. package/dist/src/components/atoms/Tagline/Tagline.styled.ts +0 -18
  381. package/dist/src/components/atoms/TextArea/TextArea.styled.d.ts +0 -1
  382. package/dist/src/components/atoms/TextArea/TextArea.styled.js +0 -106
  383. package/dist/src/components/atoms/TextArea/TextArea.styled.ts +0 -107
  384. package/dist/src/components/atoms/Toggle/Toggle.styled.d.ts +0 -1
  385. package/dist/src/components/atoms/Toggle/Toggle.styled.js +0 -59
  386. package/dist/src/components/atoms/Toggle/Toggle.styled.ts +0 -60
  387. package/dist/src/components/atoms/TopBar/TopBar.styled.d.ts +0 -1
  388. package/dist/src/components/atoms/TopBar/TopBar.styled.js +0 -55
  389. package/dist/src/components/atoms/TopBar/TopBar.styled.ts +0 -56
  390. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.d.ts +0 -1
  391. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.js +0 -49
  392. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.ts +0 -50
  393. package/dist/src/components/atoms/TrustPilot/TrustPilot.styled.d.ts +0 -1
  394. package/dist/src/components/atoms/TrustPilot/TrustPilot.styled.js +0 -12
  395. package/dist/src/components/atoms/TrustPilot/TrustPilot.styled.ts +0 -13
  396. package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.styled.d.ts +0 -1
  397. package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.styled.js +0 -37
  398. package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.styled.ts +0 -38
  399. package/dist/src/components/atoms/WideInfoBar/WideInfoBar.styled.d.ts +0 -1
  400. package/dist/src/components/atoms/WideInfoBar/WideInfoBar.styled.js +0 -33
  401. package/dist/src/components/atoms/WideInfoBar/WideInfoBar.styled.ts +0 -34
  402. package/dist/src/globalStyles/breakpoints.d.ts +0 -19
  403. package/dist/src/globalStyles/breakpoints.js +0 -17
  404. package/dist/src/globalStyles/breakpoints.ts +0 -28
@@ -0,0 +1,65 @@
1
+ @import '../../../globalStyles/variables.scss';
2
+ @import '../../../globalStyles/mediaqueries.scss';
3
+
4
+ .expert-card {
5
+ display: flex;
6
+ align-items: center;
7
+ justify-content: center;
8
+ margin-top: 10rem;
9
+
10
+ &:first-child {
11
+ margin-top: 5rem;
12
+ }
13
+
14
+ @include landscape-tablets {
15
+ margin-top: 5rem;
16
+ }
17
+
18
+ &__box {
19
+ background-color: white;
20
+ border-radius: 0.3rem;
21
+ box-shadow: $box-shadow-container;
22
+ padding: 7rem 2rem 0 2rem;
23
+ min-height: 13rem;
24
+ display: flex;
25
+ flex-direction: column;
26
+ align-items: center;
27
+ justify-content: flex-start;
28
+ width: 17.625rem;
29
+ margin-left: 0;
30
+
31
+ @include landscape-tablets {
32
+ margin-left: 2rem;
33
+ }
34
+ }
35
+
36
+ &__image {
37
+ position: absolute;
38
+ transform: translateY(-115%);
39
+
40
+ img {
41
+ border-radius: 100%;
42
+ }
43
+ }
44
+
45
+ &__title {
46
+ font-family: $font-sans;
47
+ font-size: 18px;
48
+ font-weight: 700;
49
+ line-height: 24px;
50
+ letter-spacing: -0.3px;
51
+ text-align: center;
52
+ width: 75%;
53
+ text-decoration: none;
54
+ }
55
+
56
+ &__description {
57
+ font-family: $font-sans;
58
+ font-size: 16px;
59
+ font-weight: 400;
60
+ line-height: 22px;
61
+ letter-spacing: -0.3px;
62
+ text-align: center;
63
+ width: 75%;
64
+ }
65
+ }
@@ -1,11 +1,11 @@
1
1
  import React, { type FC } from 'react'
2
2
 
3
3
  import { type ExpertCardProps } from './ExpertCardProps.types'
4
- import { ExpertCardStyled } from './ExpertCard.styled'
4
+ // import './ExpertCard.scss'
5
5
 
6
6
  const ExpertCard: FC<ExpertCardProps> = ({ title, url, description, image }) => {
7
7
  return (
8
- <ExpertCardStyled className='expert-card'>
8
+ <div className='expert-card'>
9
9
  <div className='expert-card__box'>
10
10
  <div className='expert-card__image'>{image}</div>
11
11
  {url != null && (
@@ -17,7 +17,7 @@ const ExpertCard: FC<ExpertCardProps> = ({ title, url, description, image }) =>
17
17
 
18
18
  <p className='expert-card__description'>{description}</p>
19
19
  </div>
20
- </ExpertCardStyled>
20
+ </div>
21
21
  )
22
22
  }
23
23
 
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { FeatureRatafiaCardStyled } from './FeatureRatafiaCard.styled';
2
+ // import './FeatureRatafiaCard.scss'
3
3
  export const FeatureRatafiaCard = ({ title, icon, description, isReleased = true, notReleasedText }) => {
4
- return (_jsx(FeatureRatafiaCardStyled, { className: 'feature-ratafia-card', children: _jsx("div", { className: isReleased ? 'feature-ratafia-card-released' : 'feature-ratafia-card-not-released', children: _jsxs("div", { className: 'feature-ratafia-card__wrapper', children: [_jsxs("div", { className: 'feature-ratafia-card__wrapper__header', children: [_jsxs("div", { className: 'feature-ratafia-card__wrapper__header__title', children: [icon !== null && _jsx("div", { className: 'feature-ratafia-card__wrapper__header__title__icon', children: icon }), _jsx("h3", { className: 'sans-serif --big --bold-weight feature-ratafia-card__wrapper__header__title__text', children: title })] }), !isReleased && (_jsx("p", { className: 'sans-serif --small --bold-weight feature-ratafia-card__wrapper__header__not-released', children: notReleasedText }))] }), _jsx("p", { className: 'sans-serif --medium feature-ratafia-card__wrapper__description', children: description })] }) }) }));
4
+ return (_jsx("div", { className: 'feature-ratafia-card', children: _jsx("div", { className: isReleased ? 'feature-ratafia-card-released' : 'feature-ratafia-card-not-released', children: _jsxs("div", { className: 'feature-ratafia-card__wrapper', children: [_jsxs("div", { className: 'feature-ratafia-card__wrapper__header', children: [_jsxs("div", { className: 'feature-ratafia-card__wrapper__header__title', children: [icon !== null && _jsx("div", { className: 'feature-ratafia-card__wrapper__header__title__icon', children: icon }), _jsx("h3", { className: 'sans-serif --big --bold-weight feature-ratafia-card__wrapper__header__title__text', children: title })] }), !isReleased && (_jsx("p", { className: 'sans-serif --small --bold-weight feature-ratafia-card__wrapper__header__not-released', children: notReleasedText }))] }), _jsx("p", { className: 'sans-serif --medium feature-ratafia-card__wrapper__description', children: description })] }) }) }));
5
5
  };
6
6
  export default FeatureRatafiaCard;
@@ -0,0 +1,79 @@
1
+ @import '../../../globalStyles/variables.scss';
2
+
3
+ .feature-ratafia-card__wrapper {
4
+ display: flex;
5
+ flex-direction: column;
6
+ align-items: flex-start;
7
+ align-self: stretch;
8
+
9
+ gap: 1rem;
10
+ padding: 1.5rem;
11
+
12
+ border-radius: 4px;
13
+ background: get-color(neutral, neutral-6);
14
+
15
+ &__header {
16
+ display: flex;
17
+ justify-content: space-between;
18
+ align-items: center;
19
+ align-self: stretch;
20
+
21
+ &__title {
22
+ display: flex;
23
+ align-items: center;
24
+ padding: 0.5rem 1rem;
25
+ gap: 0.5rem;
26
+
27
+ border-radius: 4px;
28
+ background: get-color(primary, main-dark-1);
29
+
30
+ &__icon {
31
+ img {
32
+ width: 24px;
33
+ height: 24px;
34
+ }
35
+ }
36
+ &__text {
37
+ color: get-color(others, white);
38
+ }
39
+ }
40
+ }
41
+
42
+ &__description {
43
+ color: get-color(neutral, neutral-1);
44
+ }
45
+ }
46
+
47
+ .feature-ratafia-card-not-released {
48
+ .feature-ratafia-card__wrapper {
49
+ &__header {
50
+ &__title {
51
+ opacity: 0.5;
52
+ background: get-color(others, white);
53
+
54
+ &__text {
55
+ color: get-color(primary, main-dark-1);
56
+ }
57
+ }
58
+ &__not-released {
59
+ display: flex;
60
+ align-items: center;
61
+
62
+ padding: 0.25rem;
63
+ gap: 0.25rem;
64
+
65
+ border-radius: 4px;
66
+ background: get-color(neutral, neutral-4);
67
+
68
+ color: get-color(primary, main-dark-1);
69
+ }
70
+ }
71
+ &__description {
72
+ opacity: 0.5;
73
+ }
74
+ }
75
+ }
76
+
77
+ .feature-ratafia-card {
78
+ width: 100%;
79
+ }
@@ -1,7 +1,7 @@
1
1
  import React from 'react'
2
2
 
3
3
  import { type FeatureRatafiaCardProps } from './FeatureRatafiaCardProps.types'
4
- import { FeatureRatafiaCardStyled } from './FeatureRatafiaCard.styled'
4
+ // import './FeatureRatafiaCard.scss'
5
5
 
6
6
  export const FeatureRatafiaCard: React.FC<FeatureRatafiaCardProps> = ({
7
7
  title,
@@ -11,7 +11,7 @@ export const FeatureRatafiaCard: React.FC<FeatureRatafiaCardProps> = ({
11
11
  notReleasedText
12
12
  }) => {
13
13
  return (
14
- <FeatureRatafiaCardStyled className='feature-ratafia-card'>
14
+ <div className='feature-ratafia-card'>
15
15
  <div className={isReleased ? 'feature-ratafia-card-released' : 'feature-ratafia-card-not-released'}>
16
16
  <div className='feature-ratafia-card__wrapper'>
17
17
  <div className='feature-ratafia-card__wrapper__header'>
@@ -30,7 +30,7 @@ export const FeatureRatafiaCard: React.FC<FeatureRatafiaCardProps> = ({
30
30
  <p className='sans-serif --medium feature-ratafia-card__wrapper__description'>{description}</p>
31
31
  </div>
32
32
  </div>
33
- </FeatureRatafiaCardStyled>
33
+ </div>
34
34
  )
35
35
  }
36
36
 
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { FormFaqStyled } from './FormFaq.styled';
2
+ // import './FormFaq.scss'
3
3
  const FormFaq = ({ title, answer }) => {
4
- return (_jsx(FormFaqStyled, { className: 'form-faq', children: _jsxs("div", { className: 'form-faq__container', children: [_jsx("p", { className: 'form-faq__title sans-serif --small', children: title }), _jsx("div", { className: 'form-faq__answer sans-serif --extra-small', children: answer })] }) }));
4
+ return (_jsx("li", { className: 'form-faq', children: _jsxs("div", { className: 'form-faq__container', children: [_jsx("p", { className: 'form-faq__title sans-serif --small', children: title }), _jsx("div", { className: 'form-faq__answer sans-serif --extra-small', children: answer })] }) }));
5
5
  };
6
6
  export default FormFaq;
@@ -0,0 +1,72 @@
1
+ @import '../../../globalStyles/variables.scss';
2
+
3
+ .form-faq {
4
+ display: flex;
5
+ position: relative;
6
+ cursor: default;
7
+
8
+ &::before {
9
+ content: '\2022';
10
+ color: get-color(secondary, main-dark-2);
11
+ margin-right: 0.25rem;
12
+ margin-top: 0.2rem;
13
+ }
14
+
15
+ &__container {
16
+ padding-top: 0.25rem;
17
+ @media (hover: hover) {
18
+ &:hover > .form-faq__answer {
19
+ display: flex;
20
+ }
21
+ }
22
+
23
+ &:hover,
24
+ &.active {
25
+ .form-faq__answer {
26
+ display: block;
27
+ }
28
+ }
29
+ }
30
+
31
+ &__title {
32
+ display: inline-block;
33
+ color: get-color(neutral, neutral-1);
34
+ padding: 0.25rem;
35
+ transition: background-color 0.3s ease;
36
+ &:hover {
37
+ background-color: get-color(secondary, main-light-4);
38
+ }
39
+ }
40
+
41
+ &__answer {
42
+ display: none;
43
+ background: get-color(neutral, neutral-1);
44
+ position: absolute;
45
+ border-radius: $global-border-radius;
46
+ top: 0;
47
+ transform: translateY(-100%);
48
+ color: get-color(others, white);
49
+ padding: 0.75rem;
50
+ width: 100%;
51
+ max-width: 600px;
52
+ white-space: pre-wrap;
53
+ &:hover {
54
+ display: flex;
55
+ }
56
+
57
+ @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
58
+ left: 2rem;
59
+ }
60
+
61
+ &:before {
62
+ position: absolute;
63
+ content: '';
64
+ width: 0;
65
+ height: 0;
66
+ border-left: 1rem solid transparent;
67
+ border-right: 1rem solid transparent;
68
+ bottom: -0.35rem;
69
+ border-top: 1rem solid get-color(neutral, neutral-1);
70
+ }
71
+ }
72
+ }
@@ -1,16 +1,16 @@
1
1
  import React, { type FC } from 'react'
2
2
 
3
3
  import { type FormFaqProps } from './FormFaqProps.types'
4
- import { FormFaqStyled } from './FormFaq.styled'
4
+ // import './FormFaq.scss'
5
5
 
6
6
  const FormFaq: FC<FormFaqProps> = ({ title, answer }) => {
7
7
  return (
8
- <FormFaqStyled className={'form-faq'}>
8
+ <li className={'form-faq'}>
9
9
  <div className={'form-faq__container'}>
10
10
  <p className={'form-faq__title sans-serif --small'}>{title}</p>
11
11
  <div className={'form-faq__answer sans-serif --extra-small'}>{answer}</div>
12
12
  </div>
13
- </FormFaqStyled>
13
+ </li>
14
14
  )
15
15
  }
16
16
 
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { GoogleButtonStyled } from './GoogleButton.styled';
3
2
  import logoGoogle from '../../../../images/svg/logo-google.svg';
3
+ // import './GoogleButton.scss'
4
4
  const GoogleButton = ({ onClick, label = 'Log In with Google' }) => {
5
- return (_jsxs(GoogleButtonStyled, { type: 'button', className: 'google-button', onClick: onClick, children: [_jsx("img", { className: 'google-logo', src: logoGoogle, alt: '' }), _jsx("span", { children: label })] }));
5
+ return (_jsxs("button", { type: 'button', className: 'google-button', onClick: onClick, children: [_jsx("img", { className: 'google-logo', src: logoGoogle, alt: '' }), _jsx("span", { children: label })] }));
6
6
  };
7
7
  export default GoogleButton;
@@ -1,13 +1,13 @@
1
- import styled from 'styled-components'
1
+ @import '../../../globalStyles/variables';
2
2
 
3
- export const GoogleButtonStyled = styled.button`
3
+ .google-button {
4
4
  display: flex;
5
5
  width: 100%;
6
6
  align-items: center;
7
7
  justify-content: center;
8
- border: 1px solid var(--neutral-neutral-3);
8
+ border: 1px solid get-color(neutral, neutral-3);
9
9
  padding: 0.5rem 0;
10
- background-color: var(--others-white);
10
+ background-color: get-color(others, white);
11
11
  border-radius: 2px;
12
12
  font-family: Roboto, sans-serif;
13
13
  color: rgba(0, 0, 0, 0.54);
@@ -19,4 +19,4 @@ export const GoogleButtonStyled = styled.button`
19
19
  .google-logo {
20
20
  margin-right: 1rem;
21
21
  }
22
- `
22
+ }
@@ -2,15 +2,15 @@
2
2
  import React, { type FC } from 'react'
3
3
 
4
4
  import { type GoogleButtonProps } from './GoogleButtonProps.types'
5
- import { GoogleButtonStyled } from './GoogleButton.styled'
6
5
  import logoGoogle from '../../../../images/svg/logo-google.svg'
6
+ // import './GoogleButton.scss'
7
7
 
8
8
  const GoogleButton: FC<GoogleButtonProps> = ({ onClick, label = 'Log In with Google' }) => {
9
9
  return (
10
- <GoogleButtonStyled type='button' className='google-button' onClick={onClick}>
10
+ <button type='button' className='google-button' onClick={onClick}>
11
11
  <img className='google-logo' src={logoGoogle} alt=''></img>
12
12
  <span>{label}</span>
13
- </GoogleButtonStyled>
13
+ </button>
14
14
  )
15
15
  }
16
16
 
@@ -1,11 +1,11 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- import { IconSvgURLWithThemeColorStyled } from './IconSvgURLWithThemeColor.styled';
2
+ // import './IconSvgURLWithThemeColor.scss'
3
3
  export const IconSvgURLWithThemeColor = ({ color = '', url, width = '30', height = '30' }) => {
4
4
  let backgroundColor;
5
5
  if (color.length > 0) {
6
6
  backgroundColor = color;
7
7
  }
8
- return (_jsx(IconSvgURLWithThemeColorStyled, { className: 'icon-svg-with-theme-color', style: {
8
+ return (_jsx("i", { className: 'icon-svg-with-theme-color', style: {
9
9
  width: `${width}px`,
10
10
  height: `${height}px`,
11
11
  mask: `url(${url}) no-repeat center / contain`,
@@ -0,0 +1,6 @@
1
+ @import '../../../globalStyles/variables.scss';
2
+
3
+ .icon-svg-with-theme-color {
4
+ display: block;
5
+ background-color: get-color(primary);
6
+ }
@@ -2,7 +2,8 @@
2
2
  import React, { type FC } from 'react'
3
3
 
4
4
  import { type IconSvgURLWithThemeColorProps } from './IconSvgURLWithThemeColorProps.types'
5
- import { IconSvgURLWithThemeColorStyled } from './IconSvgURLWithThemeColor.styled'
5
+
6
+ // import './IconSvgURLWithThemeColor.scss'
6
7
 
7
8
  export const IconSvgURLWithThemeColor: FC<IconSvgURLWithThemeColorProps> = ({
8
9
  color = '',
@@ -15,7 +16,7 @@ export const IconSvgURLWithThemeColor: FC<IconSvgURLWithThemeColorProps> = ({
15
16
  backgroundColor = color
16
17
  }
17
18
  return (
18
- <IconSvgURLWithThemeColorStyled
19
+ <i
19
20
  className='icon-svg-with-theme-color'
20
21
  style={{
21
22
  width: `${width}px`,
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  /* eslint-disable @typescript-eslint/restrict-template-expressions */
3
3
  import React from 'react';
4
- import { IconTextInfoSectionStyled } from './IconTextInfoSection.styled';
4
+ // import './IconTextInfoSection.scss'
5
5
  export const IconTextInfoSection = ({ items, classnames = '' }) => {
6
- return (_jsx(IconTextInfoSectionStyled, { className: `icon-text-info-section bottom-side ${classnames}`, children: items.map(({ text, src }, index) => (_jsxs(React.Fragment, { children: [_jsxs("div", { className: 'box', children: [_jsx("div", { className: 'item-image', children: _jsx("img", { className: 'image', src: src, alt: 'create' }) }), _jsx("div", { className: 'item-text', children: _jsx("p", { className: 'no-margin', children: text }) })] }), items.length - 1 !== index && _jsx("div", { className: 'icon-text-info-section__separator' })] }, `${src}-${index}`))) }));
6
+ return (_jsx("div", { className: `icon-text-info-section bottom-side ${classnames}`, children: items.map(({ text, src }, index) => (_jsxs(React.Fragment, { children: [_jsxs("div", { className: 'box', children: [_jsx("div", { className: 'item-image', children: _jsx("img", { className: 'image', src: src, alt: 'create' }) }), _jsx("div", { className: 'item-text', children: _jsx("p", { className: 'no-margin', children: text }) })] }), items.length - 1 !== index && _jsx("div", { className: 'icon-text-info-section__separator' })] }, `${src}-${index}`))) }));
7
7
  };
@@ -0,0 +1,80 @@
1
+ @import '../../../globalStyles/variables.scss';
2
+ @import '../../../globalStyles/mediaqueries.scss';
3
+
4
+ .icon-text-info-section {
5
+ &__separator {
6
+ background-color: get-color(neutral, neutral-3);
7
+ border-bottom: 1px get-color(neutral, neutral-3) solid;
8
+ display: none;
9
+ height: 70px;
10
+ padding-bottom: 40px;
11
+ width: 1px;
12
+
13
+ @include laptop {
14
+ margin: 0 32px;
15
+ }
16
+
17
+ @include portrait-tablets {
18
+ display: flex;
19
+ }
20
+
21
+ @include mobile {
22
+ margin: 19.2px 32px;
23
+ }
24
+ }
25
+ }
26
+
27
+ .icon-text-info-section.bottom-side {
28
+ display: flex;
29
+ flex-direction: column;
30
+ background-color: get-color(neutral, neutral-4);
31
+ justify-content: center;
32
+ padding: 1rem 3rem;
33
+
34
+ @include portrait-tablets {
35
+ padding: 0;
36
+ flex-direction: row;
37
+ }
38
+
39
+ @include portrait-tablets {
40
+ padding: 1rem 1rem;
41
+ }
42
+
43
+ .box {
44
+ display: flex;
45
+ flex-direction: row;
46
+ align-items: center;
47
+ margin: 0;
48
+
49
+ @include mobile {
50
+ margin: 0.4rem;
51
+ }
52
+
53
+ @include portrait-tablets {
54
+ margin: 0 1rem;
55
+ }
56
+ }
57
+
58
+ .item-image {
59
+ width: 2.5rem;
60
+ margin-right: 1rem;
61
+
62
+ @include mobile {
63
+ width: 1.5rem;
64
+ }
65
+
66
+ .image {
67
+ width: 40px;
68
+ height: 40px;
69
+
70
+ @include mobile {
71
+ width: 24px;
72
+ height: 24px;
73
+ }
74
+ }
75
+ }
76
+
77
+ .item-text {
78
+ font-size: 16px;
79
+ }
80
+ }
@@ -2,11 +2,12 @@
2
2
  import React from 'react'
3
3
 
4
4
  import { type IconTextInfoSectionProps } from './IconTextInfoSection.types'
5
- import { IconTextInfoSectionStyled } from './IconTextInfoSection.styled'
5
+
6
+ // import './IconTextInfoSection.scss'
6
7
 
7
8
  export const IconTextInfoSection: React.FC<IconTextInfoSectionProps> = ({ items, classnames = '' }) => {
8
9
  return (
9
- <IconTextInfoSectionStyled className={`icon-text-info-section bottom-side ${classnames}`}>
10
+ <div className={`icon-text-info-section bottom-side ${classnames}`}>
10
11
  {items.map(({ text, src }, index) => (
11
12
  <React.Fragment key={`${src}-${index}`}>
12
13
  <div className='box'>
@@ -20,6 +21,6 @@ export const IconTextInfoSection: React.FC<IconTextInfoSectionProps> = ({ items,
20
21
  {items.length - 1 !== index && <div className='icon-text-info-section__separator'></div>}
21
22
  </React.Fragment>
22
23
  ))}
23
- </IconTextInfoSectionStyled>
24
+ </div>
24
25
  )
25
26
  }
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { InfoBoxStyled } from './InfoBox.styled';
3
2
  import { InfoError24pxOutlined } from '../../../../images/componentsSvg/InfoError24pxOutlined';
3
+ // import './InfoBox.scss'
4
4
  const InfoBox = ({ children, type, noIcon }) => {
5
- return (_jsxs(InfoBoxStyled, { className: `info-box ${type}`, children: [!noIcon && (_jsx("div", { className: 'info-box__img', children: _jsx(InfoError24pxOutlined, { fill: 'blue' }) })), _jsx("div", { className: 'info-box__text-container', children: children })] }));
5
+ return (_jsxs("div", { className: `info-box ${type}`, children: [!noIcon && (_jsx("div", { className: 'info-box__img', children: _jsx(InfoError24pxOutlined, { fill: 'blue' }) })), _jsx("div", { className: 'info-box__text-container', children: children })] }));
6
6
  };
7
7
  export default InfoBox;
@@ -0,0 +1,40 @@
1
+ @import '../../../globalStyles/variables.scss';
2
+
3
+ .info-box {
4
+ border-radius: $global-border-radius;
5
+ border: 1px solid;
6
+ padding: 1rem;
7
+ display: flex;
8
+ flex-direction: row;
9
+
10
+ &.error {
11
+ border-color: get-color(error, main);
12
+ color: get-color(error, main);
13
+ background-color: get-color(error, error-3);
14
+ use {
15
+ fill: get-color(error, main);
16
+ }
17
+ }
18
+
19
+ &.warning {
20
+ border-color: get-color(secondary, main-dark-1);
21
+ color: get-color(secondary, main-dark-2);
22
+ background-color: get-color(secondary, main-light-4);
23
+ use {
24
+ fill: get-color(secondary, main-dark-1);
25
+ }
26
+ }
27
+
28
+ .info-box__img {
29
+ width: 1.5rem;
30
+ height: 1.5rem;
31
+ }
32
+
33
+ .info-box__text-container {
34
+ margin-left: 0.5rem;
35
+
36
+ @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
37
+ margin-left: 1.5rem;
38
+ }
39
+ }
40
+ }
@@ -3,19 +3,19 @@
3
3
  import React, { type FC } from 'react'
4
4
 
5
5
  import { type InfoBoxProps } from './InfoBoxProps.types'
6
- import { InfoBoxStyled } from './InfoBox.styled'
7
6
  import { InfoError24pxOutlined } from '../../../../images/componentsSvg/InfoError24pxOutlined'
7
+ // import './InfoBox.scss'
8
8
 
9
9
  const InfoBox: FC<InfoBoxProps> = ({ children, type, noIcon }) => {
10
10
  return (
11
- <InfoBoxStyled className={`info-box ${type}`}>
11
+ <div className={`info-box ${type}`}>
12
12
  {!noIcon && (
13
13
  <div className='info-box__img'>
14
14
  <InfoError24pxOutlined fill='blue' />
15
15
  </div>
16
16
  )}
17
17
  <div className='info-box__text-container'>{children}</div>
18
- </InfoBoxStyled>
18
+ </div>
19
19
  )
20
20
  }
21
21
 
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- import { JumbotronStaticStyled } from './JumbotronStatic.styled';
2
+ // import './JumbotronStatic.scss'
3
3
  export const JumbotronStatic = ({ title }) => {
4
- return (_jsx(JumbotronStaticStyled, { className: 'jumbotron--static', children: _jsx("h1", { className: 'serif --super-hero', children: title }) }));
4
+ return (_jsx("section", { className: 'jumbotron--static', children: _jsx("h1", { className: 'serif --super-hero', children: title }) }));
5
5
  };
@@ -0,0 +1,8 @@
1
+ @import '../../../globalStyles/variables.scss';
2
+
3
+ .jumbotron--static {
4
+ text-align: center;
5
+ margin: 0 auto;
6
+ background-color: get-color(primary, main-light-6);
7
+ padding: 2.5rem 1rem 4rem;
8
+ }
@@ -1,12 +1,12 @@
1
1
  import React, { type FC } from 'react'
2
2
 
3
3
  import { type JumbotronStaticProps } from './JumbotronStaticProps.types'
4
- import { JumbotronStaticStyled } from './JumbotronStatic.styled'
4
+ // import './JumbotronStatic.scss'
5
5
 
6
6
  export const JumbotronStatic: FC<JumbotronStaticProps> = ({ title }) => {
7
7
  return (
8
- <JumbotronStaticStyled className={'jumbotron--static'}>
8
+ <section className={'jumbotron--static'}>
9
9
  <h1 className='serif --super-hero'>{title}</h1>
10
- </JumbotronStaticStyled>
10
+ </section>
11
11
  )
12
12
  }
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { KeyFactRatafiaCardStyled } from './KeyFactRatafiaCard.styled';
2
+ // import './KeyFactRatafiaCard.scss'
3
3
  export const KeyFactRatafiaCard = ({ title, content }) => {
4
- return (_jsxs(KeyFactRatafiaCardStyled, { className: 'key-fact-item', children: [_jsxs("div", { className: 'key-fact-item__wrapper', children: [_jsx("p", { className: 'sans-serif --medium --bold-weight key-fact-item__wrapper__title', children: title }), _jsx("p", { className: 'sans-serif --medium key-fact-item__wrapper__content', children: content })] }), _jsx("span", { className: 'key-fact-item__divider' })] }));
4
+ return (_jsxs("div", { className: 'key-fact-item', children: [_jsxs("div", { className: 'key-fact-item__wrapper', children: [_jsx("p", { className: 'sans-serif --medium --bold-weight key-fact-item__wrapper__title', children: title }), _jsx("p", { className: 'sans-serif --medium key-fact-item__wrapper__content', children: content })] }), _jsx("span", { className: 'key-fact-item__divider' })] }));
5
5
  };
6
6
  export default KeyFactRatafiaCard;