@npm_leadtech/legal-lib-components 5.2.32 → 5.2.40

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 (399) hide show
  1. package/dist/css/styles.css +2842 -564
  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 +106 -0
  24. package/dist/src/components/atoms/CardPane/CardPane.tsx +3 -3
  25. package/dist/src/components/atoms/Checkbox/Checkbox.js +2 -2
  26. package/dist/src/components/atoms/Checkbox/{Checkbox.styled.ts → Checkbox.scss} +16 -18
  27. package/dist/src/components/atoms/Checkbox/Checkbox.tsx +3 -3
  28. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.js +2 -2
  29. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.scss +116 -0
  30. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.tsx +3 -3
  31. package/dist/src/components/atoms/DatePickerCustom/index.js.map +4 -4
  32. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.js +5 -6
  33. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.scss +3 -3
  34. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.tsx +16 -19
  35. package/dist/src/components/atoms/Disclaimer/Disclaimer.js +2 -2
  36. package/dist/src/components/atoms/Disclaimer/Disclaimer.scss +45 -0
  37. package/dist/src/components/atoms/Disclaimer/Disclaimer.tsx +3 -3
  38. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.js +2 -2
  39. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.scss +149 -0
  40. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.tsx +3 -3
  41. package/dist/src/components/atoms/Divider/Divider.js +2 -2
  42. package/dist/src/components/atoms/Divider/Divider.scss +20 -0
  43. package/dist/src/components/atoms/Divider/Divider.tsx +3 -3
  44. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.js +4 -4
  45. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.scss +91 -0
  46. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.tsx +7 -7
  47. package/dist/src/components/atoms/DocumentTag/DocumentTag.js +2 -2
  48. package/dist/src/components/atoms/DocumentTag/DocumentTag.scss +13 -0
  49. package/dist/src/components/atoms/DocumentTag/DocumentTag.tsx +2 -2
  50. package/dist/src/components/atoms/ExpertCard/ExpertCard.js +2 -2
  51. package/dist/src/components/atoms/ExpertCard/ExpertCard.scss +52 -0
  52. package/dist/src/components/atoms/ExpertCard/ExpertCard.tsx +3 -3
  53. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.js +2 -2
  54. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.scss +79 -0
  55. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.tsx +3 -3
  56. package/dist/src/components/atoms/FormFaq/FormFaq.js +2 -2
  57. package/dist/src/components/atoms/FormFaq/FormFaq.scss +72 -0
  58. package/dist/src/components/atoms/FormFaq/FormFaq.tsx +3 -3
  59. package/dist/src/components/atoms/GoogleButton/GoogleButton.js +2 -2
  60. package/dist/src/components/atoms/GoogleButton/{GoogleButton.styled.ts → GoogleButton.scss} +5 -5
  61. package/dist/src/components/atoms/GoogleButton/GoogleButton.tsx +3 -3
  62. package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.js +2 -2
  63. package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.scss +6 -0
  64. package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.tsx +3 -2
  65. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.js +2 -2
  66. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.scss +80 -0
  67. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.tsx +4 -3
  68. package/dist/src/components/atoms/InfoBox/InfoBox.js +2 -2
  69. package/dist/src/components/atoms/InfoBox/InfoBox.scss +40 -0
  70. package/dist/src/components/atoms/InfoBox/InfoBox.tsx +3 -3
  71. package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.js +2 -2
  72. package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.scss +8 -0
  73. package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.tsx +3 -3
  74. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.js +2 -2
  75. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.scss +38 -0
  76. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.tsx +3 -3
  77. package/dist/src/components/atoms/LogoText/LogoText.js +2 -2
  78. package/dist/src/components/atoms/LogoText/LogoText.scss +34 -0
  79. package/dist/src/components/atoms/LogoText/LogoText.tsx +5 -5
  80. package/dist/src/components/atoms/MenuItems/MenuItems.js +1 -2
  81. package/dist/src/components/atoms/MenuItems/MenuItems.scss +70 -0
  82. package/dist/src/components/atoms/MenuItems/MenuItems.tsx +2 -3
  83. package/dist/src/components/atoms/Message/Message.js +2 -2
  84. package/dist/src/components/atoms/Message/Message.scss +31 -0
  85. package/dist/src/components/atoms/Message/Message.tsx +3 -3
  86. package/dist/src/components/atoms/MessageInformation/MessageInformation.js +2 -2
  87. package/dist/src/components/atoms/MessageInformation/MessageInformation.scss +51 -0
  88. package/dist/src/components/atoms/MessageInformation/MessageInformation.tsx +5 -4
  89. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.js +2 -2
  90. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.scss +44 -0
  91. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.tsx +3 -3
  92. package/dist/src/components/atoms/NavMenuItem/NavMenuItem.js +3 -3
  93. package/dist/src/components/atoms/NavMenuItem/NavMenuItem.scss +60 -0
  94. package/dist/src/components/atoms/NavMenuItem/NavMenuItem.tsx +6 -6
  95. package/dist/src/components/atoms/PaypalButton/PaypalButton.js +2 -2
  96. package/dist/src/components/atoms/PaypalButton/PaypalButton.scss +5 -0
  97. package/dist/src/components/atoms/PaypalButton/PaypalButton.tsx +3 -3
  98. package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.js +2 -2
  99. package/dist/src/components/atoms/PopularDocsItem/{PopularDocsItem.styled.ts → PopularDocsItem.scss} +24 -24
  100. package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.tsx +3 -3
  101. package/dist/src/components/atoms/ProgressBar/ProgressBar.js +2 -2
  102. package/dist/src/components/atoms/ProgressBar/ProgressBar.scss +24 -0
  103. package/dist/src/components/atoms/ProgressBar/ProgressBar.tsx +3 -3
  104. package/dist/src/components/atoms/Radio/Radio.scss +29 -29
  105. package/dist/src/components/atoms/RemoveButton/RemoveButton.js +2 -2
  106. package/dist/src/components/atoms/RemoveButton/RemoveButton.scss +43 -0
  107. package/dist/src/components/atoms/RemoveButton/RemoveButton.tsx +3 -3
  108. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.js +2 -2
  109. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.scss +54 -0
  110. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.tsx +3 -3
  111. package/dist/src/components/atoms/RichTextInner/RichTextInner.js +2 -2
  112. package/dist/src/components/atoms/RichTextInner/RichTextInner.scss +34 -0
  113. package/dist/src/components/atoms/RichTextInner/RichTextInner.tsx +2 -2
  114. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.js +2 -2
  115. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.scss +9 -0
  116. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.tsx +2 -7
  117. package/dist/src/components/atoms/SearchSelect/SearchSelect.js +3 -3
  118. package/dist/src/components/atoms/SearchSelect/SearchSelect.scss +222 -0
  119. package/dist/src/components/atoms/SearchSelect/SearchSelect.tsx +3 -3
  120. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.js +2 -2
  121. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.scss +48 -0
  122. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.tsx +3 -3
  123. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.js +2 -2
  124. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.scss +90 -0
  125. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.tsx +3 -3
  126. package/dist/src/components/atoms/Spinner/Spinner.js +2 -2
  127. package/dist/src/components/atoms/Spinner/Spinner.scss +31 -0
  128. package/dist/src/components/atoms/Spinner/Spinner.tsx +5 -5
  129. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.js +2 -2
  130. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.scss +27 -0
  131. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.tsx +3 -3
  132. package/dist/src/components/atoms/Tag/Tag.js +2 -2
  133. package/dist/src/components/atoms/Tag/Tag.scss +3 -3
  134. package/dist/src/components/atoms/Tag/Tag.tsx +5 -5
  135. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.js +2 -2
  136. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.scss +22 -0
  137. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.tsx +3 -3
  138. package/dist/src/components/atoms/Tagline/Tagline.js +2 -2
  139. package/dist/src/components/atoms/Tagline/Tagline.scss +3 -3
  140. package/dist/src/components/atoms/Tagline/Tagline.tsx +3 -3
  141. package/dist/src/components/atoms/TextArea/TextArea.js +2 -2
  142. package/dist/src/components/atoms/TextArea/TextArea.scss +103 -0
  143. package/dist/src/components/atoms/TextArea/TextArea.tsx +3 -3
  144. package/dist/src/components/atoms/Toggle/Toggle.js +2 -2
  145. package/dist/src/components/atoms/Toggle/Toggle.scss +59 -0
  146. package/dist/src/components/atoms/Toggle/Toggle.tsx +3 -3
  147. package/dist/src/components/atoms/Tooltip/Tooltip.scss +8 -8
  148. package/dist/src/components/atoms/TopBar/TopBar.js +2 -2
  149. package/dist/src/components/atoms/TopBar/TopBar.scss +54 -0
  150. package/dist/src/components/atoms/TopBar/TopBar.tsx +3 -3
  151. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.js +1 -2
  152. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.scss +48 -0
  153. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.tsx +3 -6
  154. package/dist/src/components/atoms/TrustPilot/TrustPilot.js +2 -2
  155. package/dist/src/components/atoms/TrustPilot/TrustPilot.scss +11 -0
  156. package/dist/src/components/atoms/TrustPilot/TrustPilot.tsx +3 -2
  157. package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.js +2 -2
  158. package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.scss +36 -0
  159. package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.tsx +4 -3
  160. package/dist/src/components/atoms/WideInfoBar/WideInfoBar.js +1 -2
  161. package/dist/src/components/atoms/WideInfoBar/WideInfoBar.scss +32 -0
  162. package/dist/src/components/atoms/WideInfoBar/WideInfoBar.tsx +4 -3
  163. package/dist/src/components/molecules/AccordionItem/AccordionItem.scss +9 -9
  164. package/dist/src/components/molecules/AlsoKnownAs/AlsoKnownAs.scss +2 -2
  165. package/dist/src/components/molecules/Article/Article.scss +1 -1
  166. package/dist/src/components/molecules/BottomFixedBar/BottomFixedBar.scss +2 -2
  167. package/dist/src/components/molecules/BottomOverlay/BottomOverlay.scss +7 -7
  168. package/dist/src/components/molecules/BoxForm/BoxForm.scss +9 -9
  169. package/dist/src/components/molecules/Breadcrumb/Breadcrumb.js +1 -1
  170. package/dist/src/components/molecules/Breadcrumb/Breadcrumb.scss +0 -4
  171. package/dist/src/components/molecules/Breadcrumb/Breadcrumb.tsx +1 -1
  172. package/dist/src/components/molecules/ContactBox/ContactBox.scss +5 -5
  173. package/dist/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.scss +6 -6
  174. package/dist/src/components/molecules/EmailContactBox/EmailContactBox.scss +4 -4
  175. package/dist/src/components/molecules/ExpertCardList/ExpertCardList.scss +3 -2
  176. package/dist/src/components/molecules/FaqItem/FaqItem.scss +10 -5
  177. package/dist/src/components/molecules/Feedback/Feedback.scss +5 -5
  178. package/dist/src/components/molecules/FreeDocModalContent/FreeDocModalContent.scss +3 -3
  179. package/dist/src/components/molecules/HeaderRatafia/HeaderRatafia.scss +1 -1
  180. package/dist/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.scss +3 -3
  181. package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.scss +1 -1
  182. package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.scss +2 -2
  183. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.scss +7 -7
  184. package/dist/src/components/molecules/MoreDocsDesktop/MoreDocsDesktop.scss +2 -2
  185. package/dist/src/components/molecules/MoreDocsMobile/MoreDocsMobile.scss +1 -1
  186. package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.scss +3 -3
  187. package/dist/src/components/molecules/Pagination/Pagination.scss +7 -7
  188. package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.scss +3 -3
  189. package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.scss +1 -1
  190. package/dist/src/components/molecules/PopularDocs/PopularDocs.scss +2 -2
  191. package/dist/src/components/molecules/PricingCard/PricingCard.scss +14 -14
  192. package/dist/src/components/molecules/Snackbar/Snackbar.scss +9 -9
  193. package/dist/src/components/molecules/StepGetForm/StepGetForm.scss +5 -5
  194. package/dist/src/components/molecules/TextInput/TextInput.scss +20 -20
  195. package/dist/src/components/molecules/TooltipMenu/TooltipMenu.scss +5 -5
  196. package/dist/src/components/molecules/TypeModulesList/TypeModulesList.scss +4 -4
  197. package/dist/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.scss +4 -4
  198. package/dist/src/components/organisms/AboutUsContent/AboutUsContent.scss +3 -3
  199. package/dist/src/components/organisms/AsSeeInContent/AsSeeInContent.scss +2 -2
  200. package/dist/src/components/organisms/CardFunctionality/CardFunctionality.scss +10 -10
  201. package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.scss +3 -3
  202. package/dist/src/components/organisms/CookiePolicyBar/CookiePolicyBar.scss +2 -2
  203. package/dist/src/components/organisms/ErrorContentRatafia/ErrorContentRatafia.scss +1 -1
  204. package/dist/src/components/organisms/FaqGroup/FaqGroup.scss +2 -2
  205. package/dist/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.scss +2 -2
  206. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.scss +4 -4
  207. package/dist/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContent.scss +3 -3
  208. package/dist/src/components/organisms/KeyFactsLoadingContentRatafia/KeyFactsLoadingContentRatafia.scss +8 -8
  209. package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.scss +1 -1
  210. package/dist/src/components/organisms/LanguageSelectorMobile/LanguageSelectorMobile.scss +4 -4
  211. package/dist/src/components/organisms/LayoutRatafia/LayoutRatafia.scss +2 -2
  212. package/dist/src/components/organisms/LoginRatafiaContent/LoginRatafiaContent.scss +1 -1
  213. package/dist/src/components/organisms/MobileBottomBar/MobileBottomBar.scss +4 -4
  214. package/dist/src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.scss +1 -1
  215. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.scss +4 -4
  216. package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.scss +1 -1
  217. package/dist/src/components/pages/FaqsPage/FaqsPage.scss +8 -8
  218. package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.scss +1 -1
  219. package/dist/src/components/pages/LoginRatafiaPage/LoginPageRatafia.scss +2 -2
  220. package/dist/src/components/sections/AboutUsSection/AboutUsSection.scss +6 -6
  221. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.scss +1 -2
  222. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.scss +3 -3
  223. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.scss +2 -2
  224. package/dist/src/components/sections/BlogSection/BlogSection.scss +1 -1
  225. package/dist/src/components/sections/ContactSection/ContactSection.scss +2 -2
  226. package/dist/src/components/sections/ExpertsSection/ExpertsSection.scss +2 -3
  227. package/dist/src/components/sections/FaqSection/FaqSection.scss +1 -1
  228. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.scss +2 -2
  229. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.scss +2 -2
  230. package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.scss +7 -7
  231. package/dist/src/components/sections/LegalSection/LegalSection.scss +10 -10
  232. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.scss +1 -1
  233. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.scss +1 -1
  234. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.scss +1 -1
  235. package/dist/src/components/sections/TryUsSection/TryUsSection.scss +2 -2
  236. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.scss +3 -3
  237. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.scss +1 -1
  238. package/dist/src/globalStyles/animations.scss +1 -1
  239. package/dist/src/globalStyles/base.scss +5 -5
  240. package/dist/src/globalStyles/styles.scss +53 -4
  241. package/dist/src/globalStyles/themes.scss +0 -26
  242. package/dist/src/globalStyles/typography.scss +1 -1
  243. package/dist/src/globalStyles/variables.scss +6 -7
  244. package/dist/tsconfig.build.tsbuildinfo +1 -1
  245. package/package.json +1 -1
  246. package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.styled.d.ts +0 -1
  247. package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.styled.js +0 -24
  248. package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.styled.ts +0 -25
  249. package/dist/src/components/atoms/AddButton/AddButton.styled.d.ts +0 -1
  250. package/dist/src/components/atoms/AddButton/AddButton.styled.js +0 -48
  251. package/dist/src/components/atoms/AddButton/AddButton.styled.ts +0 -49
  252. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.styled.d.ts +0 -1
  253. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.styled.js +0 -55
  254. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.styled.ts +0 -56
  255. package/dist/src/components/atoms/BillCard/BillCard.styled.d.ts +0 -1
  256. package/dist/src/components/atoms/BillCard/BillCard.styled.js +0 -59
  257. package/dist/src/components/atoms/BillCard/BillCard.styled.ts +0 -60
  258. package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.styled.d.ts +0 -1
  259. package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.styled.js +0 -34
  260. package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.styled.ts +0 -35
  261. package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.styled.d.ts +0 -1
  262. package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.styled.js +0 -22
  263. package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.styled.ts +0 -23
  264. package/dist/src/components/atoms/CardPane/CardPane.styled.d.ts +0 -1
  265. package/dist/src/components/atoms/CardPane/CardPane.styled.js +0 -109
  266. package/dist/src/components/atoms/CardPane/CardPane.styled.ts +0 -110
  267. package/dist/src/components/atoms/Checkbox/Checkbox.styled.d.ts +0 -1
  268. package/dist/src/components/atoms/Checkbox/Checkbox.styled.js +0 -133
  269. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.styled.d.ts +0 -1
  270. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.styled.js +0 -120
  271. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.styled.ts +0 -121
  272. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.styled.d.ts +0 -1
  273. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.styled.js +0 -82
  274. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.styled.ts +0 -83
  275. package/dist/src/components/atoms/Disclaimer/Disclaimer.styled.d.ts +0 -1
  276. package/dist/src/components/atoms/Disclaimer/Disclaimer.styled.js +0 -45
  277. package/dist/src/components/atoms/Disclaimer/Disclaimer.styled.ts +0 -46
  278. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.styled.d.ts +0 -1
  279. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.styled.js +0 -149
  280. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.styled.ts +0 -150
  281. package/dist/src/components/atoms/Divider/Divider.styled.d.ts +0 -1
  282. package/dist/src/components/atoms/Divider/Divider.styled.js +0 -21
  283. package/dist/src/components/atoms/Divider/Divider.styled.ts +0 -22
  284. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.d.ts +0 -1
  285. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.js +0 -65
  286. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.ts +0 -66
  287. package/dist/src/components/atoms/DocumentTag/DocumentTag.styled.d.ts +0 -1
  288. package/dist/src/components/atoms/DocumentTag/DocumentTag.styled.js +0 -12
  289. package/dist/src/components/atoms/DocumentTag/DocumentTag.styled.ts +0 -13
  290. package/dist/src/components/atoms/ExpertCard/ExpertCard.styled.d.ts +0 -1
  291. package/dist/src/components/atoms/ExpertCard/ExpertCard.styled.js +0 -66
  292. package/dist/src/components/atoms/ExpertCard/ExpertCard.styled.ts +0 -67
  293. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.styled.d.ts +0 -1
  294. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.styled.js +0 -78
  295. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.styled.ts +0 -79
  296. package/dist/src/components/atoms/FormFaq/FormFaq.styled.d.ts +0 -1
  297. package/dist/src/components/atoms/FormFaq/FormFaq.styled.js +0 -73
  298. package/dist/src/components/atoms/FormFaq/FormFaq.styled.ts +0 -74
  299. package/dist/src/components/atoms/GoogleButton/GoogleButton.styled.d.ts +0 -1
  300. package/dist/src/components/atoms/GoogleButton/GoogleButton.styled.js +0 -21
  301. package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.styled.d.ts +0 -1
  302. package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.styled.js +0 -5
  303. package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.styled.ts +0 -6
  304. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.styled.d.ts +0 -1
  305. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.styled.js +0 -76
  306. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.styled.ts +0 -77
  307. package/dist/src/components/atoms/InfoBox/InfoBox.styled.d.ts +0 -1
  308. package/dist/src/components/atoms/InfoBox/InfoBox.styled.js +0 -41
  309. package/dist/src/components/atoms/InfoBox/InfoBox.styled.ts +0 -42
  310. package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.styled.d.ts +0 -1
  311. package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.styled.js +0 -7
  312. package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.styled.ts +0 -8
  313. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.styled.d.ts +0 -1
  314. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.styled.js +0 -39
  315. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.styled.ts +0 -40
  316. package/dist/src/components/atoms/LogoText/LogoText.styled.d.ts +0 -1
  317. package/dist/src/components/atoms/LogoText/LogoText.styled.js +0 -36
  318. package/dist/src/components/atoms/LogoText/LogoText.styled.ts +0 -37
  319. package/dist/src/components/atoms/MenuItems/MenuItems.styled.d.ts +0 -1
  320. package/dist/src/components/atoms/MenuItems/MenuItems.styled.js +0 -71
  321. package/dist/src/components/atoms/MenuItems/MenuItems.styled.ts +0 -72
  322. package/dist/src/components/atoms/Message/Message.styled.d.ts +0 -1
  323. package/dist/src/components/atoms/Message/Message.styled.js +0 -31
  324. package/dist/src/components/atoms/Message/Message.styled.ts +0 -32
  325. package/dist/src/components/atoms/MessageInformation/MessageInformation.styled.d.ts +0 -1
  326. package/dist/src/components/atoms/MessageInformation/MessageInformation.styled.js +0 -53
  327. package/dist/src/components/atoms/MessageInformation/MessageInformation.styled.ts +0 -54
  328. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.styled.d.ts +0 -1
  329. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.styled.js +0 -45
  330. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.styled.ts +0 -46
  331. package/dist/src/components/atoms/NavMenuItem/NavMenuItem.styled.d.ts +0 -1
  332. package/dist/src/components/atoms/NavMenuItem/NavMenuItem.styled.js +0 -63
  333. package/dist/src/components/atoms/NavMenuItem/NavMenuItem.styled.ts +0 -64
  334. package/dist/src/components/atoms/PaypalButton/PaypalButton.styled.d.ts +0 -1
  335. package/dist/src/components/atoms/PaypalButton/PaypalButton.styled.js +0 -6
  336. package/dist/src/components/atoms/PaypalButton/PaypalButton.styled.ts +0 -7
  337. package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.styled.d.ts +0 -1
  338. package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.styled.js +0 -58
  339. package/dist/src/components/atoms/ProgressBar/ProgressBar.styled.d.ts +0 -1
  340. package/dist/src/components/atoms/ProgressBar/ProgressBar.styled.js +0 -23
  341. package/dist/src/components/atoms/ProgressBar/ProgressBar.styled.ts +0 -24
  342. package/dist/src/components/atoms/RemoveButton/RemoveButton.styled.d.ts +0 -1
  343. package/dist/src/components/atoms/RemoveButton/RemoveButton.styled.js +0 -43
  344. package/dist/src/components/atoms/RemoveButton/RemoveButton.styled.ts +0 -44
  345. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.styled.d.ts +0 -1
  346. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.styled.js +0 -55
  347. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.styled.ts +0 -56
  348. package/dist/src/components/atoms/RichTextInner/RichTextInner.styled.d.ts +0 -1
  349. package/dist/src/components/atoms/RichTextInner/RichTextInner.styled.js +0 -38
  350. package/dist/src/components/atoms/RichTextInner/RichTextInner.styled.ts +0 -39
  351. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.styled.d.ts +0 -1
  352. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.styled.js +0 -9
  353. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.styled.ts +0 -10
  354. package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.d.ts +0 -1
  355. package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.js +0 -224
  356. package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.ts +0 -225
  357. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.styled.d.ts +0 -1
  358. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.styled.js +0 -48
  359. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.styled.ts +0 -49
  360. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.styled.d.ts +0 -1
  361. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.styled.js +0 -92
  362. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.styled.ts +0 -93
  363. package/dist/src/components/atoms/Spinner/Spinner.styled.d.ts +0 -1
  364. package/dist/src/components/atoms/Spinner/Spinner.styled.js +0 -28
  365. package/dist/src/components/atoms/Spinner/Spinner.styled.ts +0 -29
  366. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.styled.d.ts +0 -1
  367. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.styled.js +0 -28
  368. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.styled.ts +0 -29
  369. package/dist/src/components/atoms/Tag/Tag.styled.d.ts +0 -1
  370. package/dist/src/components/atoms/Tag/Tag.styled.js +0 -24
  371. package/dist/src/components/atoms/Tag/Tag.styled.ts +0 -25
  372. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.styled.d.ts +0 -1
  373. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.styled.js +0 -20
  374. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.styled.ts +0 -21
  375. package/dist/src/components/atoms/Tagline/Tagline.styled.d.ts +0 -1
  376. package/dist/src/components/atoms/Tagline/Tagline.styled.js +0 -17
  377. package/dist/src/components/atoms/Tagline/Tagline.styled.ts +0 -18
  378. package/dist/src/components/atoms/TextArea/TextArea.styled.d.ts +0 -1
  379. package/dist/src/components/atoms/TextArea/TextArea.styled.js +0 -106
  380. package/dist/src/components/atoms/TextArea/TextArea.styled.ts +0 -107
  381. package/dist/src/components/atoms/Toggle/Toggle.styled.d.ts +0 -1
  382. package/dist/src/components/atoms/Toggle/Toggle.styled.js +0 -59
  383. package/dist/src/components/atoms/Toggle/Toggle.styled.ts +0 -60
  384. package/dist/src/components/atoms/TopBar/TopBar.styled.d.ts +0 -1
  385. package/dist/src/components/atoms/TopBar/TopBar.styled.js +0 -55
  386. package/dist/src/components/atoms/TopBar/TopBar.styled.ts +0 -56
  387. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.d.ts +0 -1
  388. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.js +0 -49
  389. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.ts +0 -50
  390. package/dist/src/components/atoms/TrustPilot/TrustPilot.styled.d.ts +0 -1
  391. package/dist/src/components/atoms/TrustPilot/TrustPilot.styled.js +0 -12
  392. package/dist/src/components/atoms/TrustPilot/TrustPilot.styled.ts +0 -13
  393. package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.styled.d.ts +0 -1
  394. package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.styled.js +0 -37
  395. package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.styled.ts +0 -38
  396. package/dist/src/components/atoms/WideInfoBar/WideInfoBar.styled.d.ts +0 -1
  397. package/dist/src/components/atoms/WideInfoBar/WideInfoBar.styled.js +0 -33
  398. package/dist/src/components/atoms/WideInfoBar/WideInfoBar.styled.ts +0 -34
  399. package/dist/src/globalStyles/variablesCss.scss +0 -14
@@ -0,0 +1,222 @@
1
+ @import '../../../globalStyles/variables.scss';
2
+ @import '../../../globalStyles/mediaqueries.scss';
3
+
4
+ .e-searchselect {
5
+ display: flex;
6
+ flex-direction: column-reverse;
7
+ margin-bottom: 2rem;
8
+ position: relative;
9
+ width: 100%;
10
+
11
+ @include laptop {
12
+ max-width: 50%;
13
+ }
14
+
15
+ &--error {
16
+ display: none;
17
+ }
18
+
19
+ &__inner {
20
+ margin-bottom: 0.5rem;
21
+
22
+ label {
23
+ font-weight: bold;
24
+ }
25
+ }
26
+
27
+ .css-1wy0on6 {
28
+ & div:not(:last-child):first-child {
29
+ display: none;
30
+ }
31
+ }
32
+
33
+ .css-1hb7zxy-IndicatorsContainer {
34
+ div:nth-child(1) {
35
+ display: none;
36
+ }
37
+ }
38
+
39
+ .css-1gtu0rj-indicatorContainer {
40
+ background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCA4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IHNrZXRjaHRvb2wgNjMuMSAoMTAxMDEwKSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT41N0NBNzNCRi02MUNDLTQ2RkYtOEE5Qi1DMzMzRTQxQUZDMzA8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPgogICAgPGRlZnM+CiAgICAgICAgPHBhdGggZD0iTTE1LjA2LDE2LjI5NSBMMTYsMTcuMjM1IEwxMiwyMS4yMzUgTDgsMTcuMjM1IEw4Ljk0LDE2LjI5NSBMMTIsMTkuMzQ4MzMzMyBMMTUuMDYsMTYuMjk1IFogTTEyLDIuMjk1IEwxNiw2LjI5NSBMMTUuMDYsNy4yMzUgTDEyLDQuMTgxNjY2NjcgTDguOTQsNy4yMzUgTDgsNi4yOTUgTDEyLDIuMjk1IFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJVSS1TdHlsZS1HdWlkZS0tLUxEIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iVUktU3R5bGUtR3VpZGUtLS1MYXdEaXN0cmljdC0wMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc2MS4wMDAwMDAsIC05NjYuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJpY29uL2V4cGFuZF9kcm9wZG93bl8yNHB4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3NTMuMDAwMDAwLCA5NjQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iQm91bmQiIHg9IjAiIHk9IjAiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PC9yZWN0PgogICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgICAgICA8ZyBpZD0iQ29tYmluZWQtU2hhcGUiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9nPgogICAgICAgICAgICAgICAgPGcgaWQ9IuKGsy1Db2xvciIgbWFzaz0idXJsKCNtYXNrLTIpIiBmaWxsPSIjMUUyMDIxIj4KICAgICAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
41
+ background-repeat: no-repeat;
42
+ background-position: center center;
43
+ height: 30px;
44
+ width: 30px;
45
+
46
+ svg {
47
+ display: none;
48
+ }
49
+
50
+ &:not(:last-child):first-child {
51
+ display: none;
52
+ }
53
+ }
54
+
55
+ .css-tlfecz-indicatorContainer {
56
+ background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCA4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IHNrZXRjaHRvb2wgNjMuMSAoMTAxMDEwKSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT41N0NBNzNCRi02MUNDLTQ2RkYtOEE5Qi1DMzMzRTQxQUZDMzA8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPgogICAgPGRlZnM+CiAgICAgICAgPHBhdGggZD0iTTE1LjA2LDE2LjI5NSBMMTYsMTcuMjM1IEwxMiwyMS4yMzUgTDgsMTcuMjM1IEw4Ljk0LDE2LjI5NSBMMTIsMTkuMzQ4MzMzMyBMMTUuMDYsMTYuMjk1IFogTTEyLDIuMjk1IEwxNiw2LjI5NSBMMTUuMDYsNy4yMzUgTDEyLDQuMTgxNjY2NjcgTDguOTQsNy4yMzUgTDgsNi4yOTUgTDEyLDIuMjk1IFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJVSS1TdHlsZS1HdWlkZS0tLUxEIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iVUktU3R5bGUtR3VpZGUtLS1MYXdEaXN0cmljdC0wMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc2MS4wMDAwMDAsIC05NjYuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJpY29uL2V4cGFuZF9kcm9wZG93bl8yNHB4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3NTMuMDAwMDAwLCA5NjQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iQm91bmQiIHg9IjAiIHk9IjAiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PC9yZWN0PgogICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgICAgICA8ZyBpZD0iQ29tYmluZWQtU2hhcGUiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9nPgogICAgICAgICAgICAgICAgPGcgaWQ9IuKGsy1Db2xvciIgbWFzaz0idXJsKCNtYXNrLTIpIiBmaWxsPSIjMUUyMDIxIj4KICAgICAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
57
+ background-repeat: no-repeat;
58
+ background-position: center center;
59
+ height: 30px;
60
+ width: 30px;
61
+
62
+ svg {
63
+ display: none;
64
+ }
65
+ }
66
+
67
+ .css-1u9des2-indicatorSeparator {
68
+ display: none;
69
+ }
70
+
71
+ .legal-selector {
72
+ display: flex;
73
+ flex-direction: column-reverse;
74
+ margin-bottom: 1rem;
75
+ position: relative;
76
+ border-radius: $global-border-radius;
77
+ transition: box-shadow 0.3s ease;
78
+ box-shadow: 0 0 0 1px get-color(neutral, neutral-3);
79
+ background-color: get-color(neutral, neutral-5);
80
+
81
+ .css-1hwfws3 {
82
+ height: 40px;
83
+ }
84
+
85
+ .css-yk16xz-control {
86
+ background-color: get-color(neutral, neutral-6);
87
+ border: none;
88
+ }
89
+
90
+ .css-1pahdxg-control {
91
+ outline: none;
92
+ border: none;
93
+ background-color: get-color(neutral, neutral-6);
94
+ box-shadow: 0 0 0 2px get-color(primary);
95
+ }
96
+
97
+ .css-1wa3eu0-placeholder {
98
+ font-size: 0.875rem;
99
+ color: get-color(neutral, neutral-2);
100
+ }
101
+
102
+ .css-26l3qy-menu {
103
+ border-radius: $global-border-radius;
104
+ box-shadow: $box-shadow-container;
105
+ font-size: 0.875rem;
106
+ }
107
+
108
+ .css-9gakcf-option {
109
+ background-color: get-color(neutral, neutral-6);
110
+ color: get-color(neutral, neutral-1);
111
+ }
112
+
113
+ .css-1uccc91-singleValue {
114
+ font-size: 0.875rem;
115
+ transition: all 0.3s ease;
116
+ }
117
+
118
+ .css-b8ldur-Input {
119
+ font-size: 0.875rem;
120
+ }
121
+
122
+ .css-1n7v3ny-option {
123
+ background-color: transparent;
124
+ &:hover {
125
+ background-color: get-color(neutral, neutral-4);
126
+ }
127
+ }
128
+
129
+ &:hover {
130
+ box-shadow: 0 0 0 1px get-color(neutral, neutral-2);
131
+ }
132
+
133
+ &:active,
134
+ &:focus {
135
+ outline: none;
136
+ }
137
+ }
138
+
139
+ &.--group-invalid {
140
+ .legal-selector {
141
+ box-shadow: 0 0 0 1px get-color(error);
142
+ }
143
+
144
+ .css-yk16xz-control {
145
+ background-color: get-color(error, error-3);
146
+ }
147
+ }
148
+
149
+ &.--is-invalid {
150
+ .e-searchselect--error {
151
+ display: flex;
152
+ align-content: center;
153
+ position: absolute;
154
+ bottom: 0;
155
+ margin-top: 0.5rem;
156
+ color: get-color(error);
157
+
158
+ img {
159
+ max-width: 20px;
160
+ margin-right: 0.25rem;
161
+ }
162
+ }
163
+
164
+ .legal-selector {
165
+ box-shadow: 0 0 0 1px get-color(error);
166
+ }
167
+
168
+ .css-yk16xz-control {
169
+ background-color: get-color(error, error-3);
170
+ }
171
+ }
172
+ }
173
+
174
+ .searchselect__label {
175
+ color: get-color(neutral, neutral-1);
176
+ }
177
+
178
+ .searchselect--fullwidth {
179
+ max-width: 100%;
180
+ }
181
+
182
+ .search-select--bare {
183
+ margin-bottom: 0;
184
+
185
+ .legal-selector,
186
+ .e-searchselect__inner {
187
+ margin-bottom: 0;
188
+ }
189
+
190
+ .legal-selector,
191
+ .css-1pahdxg-control,
192
+ .css-yk16xz-control {
193
+ min-height: 42px;
194
+ }
195
+
196
+ .legal-selector {
197
+ margin-bottom: 0;
198
+ }
199
+ }
200
+
201
+ .search-select--small {
202
+ width: 5.5rem;
203
+
204
+ @include laptop {
205
+ max-width: 100%;
206
+ }
207
+ }
208
+
209
+ .mobile-select-container {
210
+ display: flex;
211
+ flex-direction: row;
212
+ align-items: flex-start;
213
+ gap: 1.25rem;
214
+ }
215
+
216
+ .width {
217
+ width: 85%;
218
+
219
+ @include portrait-tablets {
220
+ width: 60%;
221
+ }
222
+ }
@@ -8,9 +8,9 @@ import React, { type FC } from 'react'
8
8
  import Select from 'react-select'
9
9
 
10
10
  import { type SearchSelectProps } from './SearchSelectProps.types'
11
- import { SearchSelectStyled } from './SearchSelect.styled'
12
11
  import classNames from 'classnames'
13
12
  import error from '../../../../images/svg/info-error_24px_outlined.svg'
13
+ // import './SearchSelect.scss'
14
14
 
15
15
  export enum MenuPlacement {
16
16
  top = 'top',
@@ -60,7 +60,7 @@ const SearchSelect: FC<SearchSelectProps> = (props) => {
60
60
  )
61
61
 
62
62
  return (
63
- <SearchSelectStyled>
63
+ <>
64
64
  {props.label && (
65
65
  <div className={'e-searchselect__inner'}>
66
66
  <label className='searchselect__label'>{props.label}</label>
@@ -98,7 +98,7 @@ const SearchSelect: FC<SearchSelectProps> = (props) => {
98
98
  menuPlacement={menuPlacement}
99
99
  />
100
100
  </div>
101
- </SearchSelectStyled>
101
+ </>
102
102
  )
103
103
  }
104
104
 
@@ -2,10 +2,10 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import React from 'react';
3
3
  import { ChevronExpandLess } from '../../../../images/componentsSvg/ChevronExpandLess';
4
4
  import { ChevronExpandMore } from '../../../../images/componentsSvg/ChevronExpandMore';
5
- import { ShowMoreBoxStyled } from './ShowMoreBox.styled';
5
+ // import './ShowMoreBox.scss'
6
6
  export const ShowMoreBox = ({ children, collapsedButtonText = 'Show More', expandedButtonText = 'Show Less' }) => {
7
7
  const [isExpanded, setIsExpanded] = React.useState(false);
8
- return (_jsxs(ShowMoreBoxStyled, { className: 'show-more-box', children: [_jsx("div", { className: `content ${isExpanded ? '' : 'truncate'}`, children: children }), _jsxs("div", { className: 'button', children: [_jsx("div", { role: 'button', tabIndex: 0, onClick: () => {
8
+ return (_jsxs("div", { className: 'show-more-box', children: [_jsx("div", { className: `content ${isExpanded ? '' : 'truncate'}`, children: children }), _jsxs("div", { className: 'button', children: [_jsx("div", { role: 'button', tabIndex: 0, onClick: () => {
9
9
  setIsExpanded(!isExpanded);
10
10
  }, onKeyDown: () => {
11
11
  setIsExpanded(!isExpanded);
@@ -0,0 +1,48 @@
1
+ @import '../../../globalStyles/variables.scss';
2
+ @import '../../../globalStyles/mediaqueries.scss';
3
+
4
+ .show-more-box {
5
+ display: flex;
6
+ padding: 1rem;
7
+ flex-direction: column;
8
+ gap: $global-gap;
9
+ border-radius: $global-border-radius;
10
+ background: get-color(neutral, neutral-5);
11
+
12
+ .content {
13
+ color: get-color(neutral, neutral-1);
14
+ font-size: 12px;
15
+ line-height: 16px;
16
+ letter-spacing: -0.3px;
17
+
18
+ &.truncate {
19
+ display: -webkit-box;
20
+ -webkit-line-clamp: 4;
21
+ -webkit-box-orient: vertical;
22
+ overflow: hidden;
23
+ }
24
+ }
25
+
26
+ .button {
27
+ display: flex;
28
+ align-items: center;
29
+ align-self: stretch;
30
+ cursor: pointer;
31
+
32
+ div {
33
+ color: get-color(primary, main-light-1);
34
+ font-size: 14px;
35
+ line-height: 18px;
36
+ letter-spacing: -0.3px;
37
+ }
38
+
39
+ svg {
40
+ width: 20px;
41
+ height: 20px;
42
+
43
+ path {
44
+ fill: get-color(primary, main-light-1);
45
+ }
46
+ }
47
+ }
48
+ }
@@ -3,7 +3,7 @@ import React from 'react'
3
3
  import { ChevronExpandLess } from '../../../../images/componentsSvg/ChevronExpandLess'
4
4
  import { ChevronExpandMore } from '../../../../images/componentsSvg/ChevronExpandMore'
5
5
  import { type ShowMoreBoxProps } from './ShowMoreBoxProps'
6
- import { ShowMoreBoxStyled } from './ShowMoreBox.styled'
6
+ // import './ShowMoreBox.scss'
7
7
 
8
8
  export const ShowMoreBox: React.FC<ShowMoreBoxProps> = ({
9
9
  children,
@@ -12,7 +12,7 @@ export const ShowMoreBox: React.FC<ShowMoreBoxProps> = ({
12
12
  }) => {
13
13
  const [isExpanded, setIsExpanded] = React.useState(false)
14
14
  return (
15
- <ShowMoreBoxStyled className='show-more-box'>
15
+ <div className='show-more-box'>
16
16
  <div className={`content ${isExpanded ? '' : 'truncate'}`}>{children}</div>
17
17
  <div className='button'>
18
18
  <div
@@ -29,6 +29,6 @@ export const ShowMoreBox: React.FC<ShowMoreBoxProps> = ({
29
29
  </div>
30
30
  {isExpanded ? <ChevronExpandLess /> : <ChevronExpandMore />}
31
31
  </div>
32
- </ShowMoreBoxStyled>
32
+ </div>
33
33
  )
34
34
  }
@@ -1,14 +1,14 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
3
  import { MenuItems } from '../MenuItems';
4
- import { SidemenuTabStyled } from './SidemenuTab.styled';
5
4
  import { Tooltip } from '../Tooltip';
5
+ // import './SidemenuTab.scss'
6
6
  const SidemenuTab = ({ active, mobile, menu, text, image, onClick, children }) => {
7
7
  const classes = classNames('sidemenu-tab', {
8
8
  'sidemenu-tab--active': active,
9
9
  'sidemenu-tab--mobile': mobile
10
10
  });
11
- const renderTab = () => (_jsx(SidemenuTabStyled, { className: classes, onClick: onClick, children: _jsxs("div", { className: 'sidemenu-tab__inner', children: [image, _jsx("p", { className: 'sans-serif --medium', children: children ?? text })] }) }));
11
+ const renderTab = () => (_jsx("button", { className: classes, onClick: onClick, children: _jsxs("div", { className: 'sidemenu-tab__inner', children: [image, _jsx("p", { className: 'sans-serif --medium', children: children ?? text })] }) }));
12
12
  if (menu === undefined || menu?.lenght === 0) {
13
13
  return renderTab();
14
14
  }
@@ -0,0 +1,90 @@
1
+ @import '../../../globalStyles/variables.scss';
2
+
3
+ .sidemenu-tab {
4
+ padding: 1rem 0.5rem;
5
+ color: get-color(neutral, neutral-3);
6
+ background-color: transparent;
7
+ border: none;
8
+ outline: none;
9
+ width: 100%;
10
+ position: relative;
11
+ cursor: pointer;
12
+
13
+ svg {
14
+ margin-right: 1rem;
15
+
16
+ g g {
17
+ fill: get-color(neutral, neutral-3);
18
+ }
19
+ }
20
+
21
+ &--active {
22
+ border-left: 2px solid get-color(primary, main-light-3);
23
+ color: get-color(primary, main-light-3);
24
+ background-color: get-color(primary, main-dark-1);
25
+
26
+ p {
27
+ font-weight: bold;
28
+ }
29
+
30
+ svg g g {
31
+ fill: get-color(primary, main-light-3);
32
+ }
33
+ }
34
+
35
+ &__inner {
36
+ display: flex;
37
+ flex-direction: row;
38
+ align-items: center;
39
+ }
40
+
41
+ &--mobile {
42
+ background-color: transparent;
43
+ border: none;
44
+ outline: none;
45
+ width: 100%;
46
+ padding: 0;
47
+ position: relative;
48
+
49
+ .sans-serif.--medium {
50
+ font-size: 0.75rem;
51
+ }
52
+
53
+ &:hover {
54
+ cursor: pointer;
55
+ }
56
+
57
+ &.sidemenu-tab--active {
58
+ color: get-color(primary, main-light-1);
59
+ background-color: get-color(primary, main-light-5);
60
+
61
+ .sidemenu-tab__inner {
62
+ p {
63
+ font-weight: bold;
64
+ }
65
+
66
+ svg g g {
67
+ fill: get-color(primary, main-light-1);
68
+ }
69
+
70
+ svg g g use {
71
+ fill: get-color(primary, main-light-1);
72
+ }
73
+ }
74
+ }
75
+
76
+ .sidemenu-tab__inner {
77
+ display: flex;
78
+ flex-direction: column;
79
+ align-items: center;
80
+ }
81
+
82
+ svg {
83
+ margin-right: 0;
84
+ width: 16px;
85
+ g g use {
86
+ fill: get-color(neutral, neutral-2);
87
+ }
88
+ }
89
+ }
90
+ }
@@ -5,8 +5,8 @@ import classNames from 'classnames'
5
5
 
6
6
  import { MenuItems } from '../MenuItems'
7
7
  import { type SideMenuTabProps } from './SideMenuTabProps.types'
8
- import { SidemenuTabStyled } from './SidemenuTab.styled'
9
8
  import { Tooltip } from '../Tooltip'
9
+ // import './SidemenuTab.scss'
10
10
 
11
11
  const SidemenuTab: React.FC<SideMenuTabProps> = ({ active, mobile, menu, text, image, onClick, children }) => {
12
12
  const classes = classNames('sidemenu-tab', {
@@ -15,12 +15,12 @@ const SidemenuTab: React.FC<SideMenuTabProps> = ({ active, mobile, menu, text, i
15
15
  })
16
16
 
17
17
  const renderTab = (): React.ReactElement => (
18
- <SidemenuTabStyled className={classes} onClick={onClick}>
18
+ <button className={classes} onClick={onClick}>
19
19
  <div className='sidemenu-tab__inner'>
20
20
  {image}
21
21
  <p className='sans-serif --medium'>{children ?? text}</p>
22
22
  </div>
23
- </SidemenuTabStyled>
23
+ </button>
24
24
  )
25
25
 
26
26
  if (menu === undefined || menu?.lenght === 0) {
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- import { SpinnerStyled } from './Spinner.styled';
2
+ // import './Spinner.scss'
3
3
  const Spinner = ({ className = '', big = false }) => {
4
- return !big ? (_jsx(SpinnerStyled, { className: `e-spinner ${className}`, width: '24', height: '24', viewBox: '0 0 24 24', fill: 'none', children: _jsx("path", { d: 'M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 11.3864 2.49746 10.8889 3.11111 10.8889C3.72476 10.8889 4.22222 11.3864 4.22222 12C4.22222 16.2955 7.70445 19.7778 12 19.7778C16.2955 19.7778 19.7778 16.2955 19.7778 12C19.7778 7.70445 16.2955 4.22222 12 4.22222C11.3864 4.22222 10.8889 3.72476 10.8889 3.11111C10.8889 2.49746 11.3864 2 12 2Z', fill: '#6D7275' }) })) : (_jsx(SpinnerStyled, { className: `e-spinner big ${className}`, viewBox: '0 0 24 24', fill: 'none', children: _jsx("path", { d: 'M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 11.3864 2.49746 10.8889 3.11111 10.8889C3.72476 10.8889 4.22222 11.3864 4.22222 12C4.22222 16.2955 7.70445 19.7778 12 19.7778C16.2955 19.7778 19.7778 16.2955 19.7778 12C19.7778 7.70445 16.2955 4.22222 12 4.22222C11.3864 4.22222 10.8889 3.72476 10.8889 3.11111C10.8889 2.49746 11.3864 2 12 2Z', fill: '#6D7275' }) }));
4
+ return !big ? (_jsx("svg", { className: `e-spinner ${className}`, width: '24', height: '24', viewBox: '0 0 24 24', fill: 'none', children: _jsx("path", { d: 'M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 11.3864 2.49746 10.8889 3.11111 10.8889C3.72476 10.8889 4.22222 11.3864 4.22222 12C4.22222 16.2955 7.70445 19.7778 12 19.7778C16.2955 19.7778 19.7778 16.2955 19.7778 12C19.7778 7.70445 16.2955 4.22222 12 4.22222C11.3864 4.22222 10.8889 3.72476 10.8889 3.11111C10.8889 2.49746 11.3864 2 12 2Z', fill: '#6D7275' }) })) : (_jsx("svg", { className: `e-spinner big ${className}`, viewBox: '0 0 24 24', fill: 'none', children: _jsx("path", { d: 'M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 11.3864 2.49746 10.8889 3.11111 10.8889C3.72476 10.8889 4.22222 11.3864 4.22222 12C4.22222 16.2955 7.70445 19.7778 12 19.7778C16.2955 19.7778 19.7778 16.2955 19.7778 12C19.7778 7.70445 16.2955 4.22222 12 4.22222C11.3864 4.22222 10.8889 3.72476 10.8889 3.11111C10.8889 2.49746 11.3864 2 12 2Z', fill: '#6D7275' }) }));
5
5
  };
6
6
  export default Spinner;
@@ -0,0 +1,31 @@
1
+ @import '../../../globalStyles/variables.scss';
2
+ @import '../../../globalStyles/mediaqueries.scss';
3
+
4
+ .e-spinner {
5
+ animation: rotate 2s linear infinite;
6
+ width: 24px;
7
+ height: 24px;
8
+
9
+ path {
10
+ fill: get-color(others, white);
11
+ stroke-linecap: round;
12
+ stroke-dasharray: 15, 150;
13
+ }
14
+ }
15
+
16
+ .e-spinner.big {
17
+ width: 70px;
18
+ height: 70px;
19
+ }
20
+
21
+ .spinner--neutral {
22
+ path {
23
+ fill: get-color(neutral, neutral-2);
24
+ }
25
+ }
26
+
27
+ .spinner--primary {
28
+ path {
29
+ fill: get-color(primary);
30
+ }
31
+ }
@@ -1,23 +1,23 @@
1
1
  import React, { type FC } from 'react'
2
2
 
3
3
  import { type SpinnerProps } from './SpinnerProps.types'
4
- import { SpinnerStyled } from './Spinner.styled'
4
+ // import './Spinner.scss'
5
5
 
6
6
  const Spinner: FC<SpinnerProps> = ({ className = '', big = false }) => {
7
7
  return !big ? (
8
- <SpinnerStyled className={`e-spinner ${className}`} width='24' height='24' viewBox='0 0 24 24' fill='none'>
8
+ <svg className={`e-spinner ${className}`} width='24' height='24' viewBox='0 0 24 24' fill='none'>
9
9
  <path
10
10
  d='M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 11.3864 2.49746 10.8889 3.11111 10.8889C3.72476 10.8889 4.22222 11.3864 4.22222 12C4.22222 16.2955 7.70445 19.7778 12 19.7778C16.2955 19.7778 19.7778 16.2955 19.7778 12C19.7778 7.70445 16.2955 4.22222 12 4.22222C11.3864 4.22222 10.8889 3.72476 10.8889 3.11111C10.8889 2.49746 11.3864 2 12 2Z'
11
11
  fill='#6D7275'
12
12
  />
13
- </SpinnerStyled>
13
+ </svg>
14
14
  ) : (
15
- <SpinnerStyled className={`e-spinner big ${className}`} viewBox='0 0 24 24' fill='none'>
15
+ <svg className={`e-spinner big ${className}`} viewBox='0 0 24 24' fill='none'>
16
16
  <path
17
17
  d='M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 11.3864 2.49746 10.8889 3.11111 10.8889C3.72476 10.8889 4.22222 11.3864 4.22222 12C4.22222 16.2955 7.70445 19.7778 12 19.7778C16.2955 19.7778 19.7778 16.2955 19.7778 12C19.7778 7.70445 16.2955 4.22222 12 4.22222C11.3864 4.22222 10.8889 3.72476 10.8889 3.11111C10.8889 2.49746 11.3864 2 12 2Z'
18
18
  fill='#6D7275'
19
19
  />
20
- </SpinnerStyled>
20
+ </svg>
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 { StepRatafiaCardStyled } from './StepRatafiaCard.styled';
2
+ // import './StepRatafiaCard.scss'
3
3
  export const StepRatafiaCard = ({ title, icon, description }) => {
4
- return (_jsxs(StepRatafiaCardStyled, { className: 'step-ratafia-card', children: [_jsxs("div", { className: 'step-ratafia-card__title', children: [icon !== null && _jsx("div", { className: 'step-ratafia-card__title__icon', children: icon }), _jsx("h3", { className: 'sans-serif --medium --bold-weight step-ratafia-card__title__text', children: title })] }), _jsx("p", { className: 'sans-serif --small step-ratafia-card__description', children: description })] }));
4
+ return (_jsxs("div", { className: 'step-ratafia-card', children: [_jsxs("div", { className: 'step-ratafia-card__title', children: [icon !== null && _jsx("div", { className: 'step-ratafia-card__title__icon', children: icon }), _jsx("h3", { className: 'sans-serif --medium --bold-weight step-ratafia-card__title__text', children: title })] }), _jsx("p", { className: 'sans-serif --small step-ratafia-card__description', children: description })] }));
5
5
  };
6
6
  export default StepRatafiaCard;
@@ -0,0 +1,27 @@
1
+ @import '../../../globalStyles/variables.scss';
2
+
3
+ .step-ratafia-card {
4
+ display: flex;
5
+ padding: 1.5rem;
6
+ flex-direction: column;
7
+ align-items: flex-start;
8
+ gap: 0.5rem;
9
+ align-self: stretch;
10
+
11
+ border-radius: 4px;
12
+ background: get-color(neutral, neutral-6);
13
+
14
+ &__title {
15
+ display: flex;
16
+ align-items: center;
17
+ gap: 0.5rem;
18
+ align-self: stretch;
19
+
20
+ color: get-color(neutral, neutral-1);
21
+
22
+ &__icon {
23
+ width: 20px;
24
+ height: 20px;
25
+ }
26
+ }
27
+ }
@@ -1,17 +1,17 @@
1
1
  import React from 'react'
2
2
 
3
3
  import { type StepRatafiaCardProps } from './StepRatafiaCardProps.types'
4
- import { StepRatafiaCardStyled } from './StepRatafiaCard.styled'
4
+ // import './StepRatafiaCard.scss'
5
5
 
6
6
  export const StepRatafiaCard: React.FC<StepRatafiaCardProps> = ({ title, icon, description }) => {
7
7
  return (
8
- <StepRatafiaCardStyled className='step-ratafia-card'>
8
+ <div className='step-ratafia-card'>
9
9
  <div className='step-ratafia-card__title'>
10
10
  {icon !== null && <div className='step-ratafia-card__title__icon'>{icon}</div>}
11
11
  <h3 className='sans-serif --medium --bold-weight step-ratafia-card__title__text'>{title}</h3>
12
12
  </div>
13
13
  <p className='sans-serif --small step-ratafia-card__description'>{description}</p>
14
- </StepRatafiaCardStyled>
14
+ </div>
15
15
  )
16
16
  }
17
17
 
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { TagStyled } from './Tag.styled';
2
+ // import './Tag.scss'
3
3
  export const Tag = ({ text, icon }) => {
4
- return (_jsxs(TagStyled, { className: 'tag', children: [_jsx("div", { className: 'tag__icon', children: icon }), _jsx("div", { className: 'tag__text', children: text })] }));
4
+ return (_jsxs("div", { className: 'tag', children: [_jsx("div", { className: 'icon', children: icon }), _jsx("div", { className: 'text', children: text })] }));
5
5
  };
@@ -2,8 +2,8 @@
2
2
 
3
3
  .tag {
4
4
  align-items: center;
5
- background: var(--secondary-main-light-4);
6
- border-radius: var(--global-border-radius);
5
+ background: get-color(secondary, main-light-4);
6
+ border-radius: $global-border-radius;
7
7
  display: flex;
8
8
  gap: 4px;
9
9
  justify-content: center;
@@ -19,7 +19,7 @@
19
19
  }
20
20
 
21
21
  .text {
22
- color: var(--neutral-neutral-1);
22
+ color: get-color(neutral, neutral-1);
23
23
  font-size: 12px;
24
24
  font-weight: 700;
25
25
  line-height: 16px;
@@ -1,13 +1,13 @@
1
1
  import React from 'react'
2
2
 
3
3
  import { type TagProps } from './TagProps'
4
- import { TagStyled } from './Tag.styled'
4
+ // import './Tag.scss'
5
5
 
6
6
  export const Tag: React.FC<TagProps> = ({ text, icon }) => {
7
7
  return (
8
- <TagStyled className='tag'>
9
- <div className='tag__icon'>{icon}</div>
10
- <div className='tag__text'>{text}</div>
11
- </TagStyled>
8
+ <div className='tag'>
9
+ <div className='icon'>{icon}</div>
10
+ <div className='text'>{text}</div>
11
+ </div>
12
12
  )
13
13
  }
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { TagRatafiaItemStyled } from './TagRatafiaItem.styled';
2
+ // import './TagRatafiaItem.scss'
3
3
  export const TagRatafiaItem = ({ icon, description }) => {
4
- return (_jsxs(TagRatafiaItemStyled, { className: 'tag-ratafia-item', children: [icon !== null && _jsx("div", { className: 'tag-ratafia-item__icon', children: icon }), _jsx("span", { className: 'sans-serif --small tag-ratafia-item__description', itemProp: 'text', children: description })] }));
4
+ return (_jsxs("div", { className: 'tag-ratafia-item', children: [icon !== null && _jsx("div", { className: 'tag-ratafia-item__icon', children: icon }), _jsx("span", { className: 'sans-serif --small tag-ratafia-item__description', itemProp: 'text', children: description })] }));
5
5
  };
6
6
  export default TagRatafiaItem;