@npm_leadtech/legal-lib-components 5.7.5 → 5.7.7

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 (241) hide show
  1. package/dist/css/styles.css +184 -2175
  2. package/dist/src/components/molecules/AccordionItem/AccordionItem.js +2 -2
  3. package/dist/src/components/molecules/AccordionItem/AccordionItem.styled.d.ts +1 -0
  4. package/dist/src/components/molecules/AccordionItem/AccordionItem.styled.js +69 -0
  5. package/dist/src/components/molecules/AccordionItem/{AccordionItem.scss → AccordionItem.styled.ts} +3 -3
  6. package/dist/src/components/molecules/AccordionItem/AccordionItem.tsx +3 -4
  7. package/dist/src/components/molecules/ActionButtonHeaderRatafiaCardList/ActionButtonHeaderRatafiaCardList.js +2 -2
  8. package/dist/src/components/molecules/ActionButtonHeaderRatafiaCardList/ActionButtonHeaderRatafiaCardList.styled.d.ts +1 -0
  9. package/dist/src/components/molecules/ActionButtonHeaderRatafiaCardList/ActionButtonHeaderRatafiaCardList.styled.js +7 -0
  10. package/dist/src/components/molecules/ActionButtonHeaderRatafiaCardList/ActionButtonHeaderRatafiaCardList.styled.ts +8 -0
  11. package/dist/src/components/molecules/ActionButtonHeaderRatafiaCardList/ActionButtonHeaderRatafiaCardList.tsx +3 -3
  12. package/dist/src/components/molecules/AlsoKnownAs/AlsoKnownAs.js +2 -2
  13. package/dist/src/components/molecules/AlsoKnownAs/AlsoKnownAs.styled.d.ts +1 -0
  14. package/dist/src/components/molecules/AlsoKnownAs/AlsoKnownAs.styled.js +28 -0
  15. package/dist/src/components/molecules/AlsoKnownAs/{AlsoKnownAs.scss → AlsoKnownAs.styled.ts} +4 -4
  16. package/dist/src/components/molecules/AlsoKnownAs/AlsoKnownAs.tsx +3 -3
  17. package/dist/src/components/molecules/Article/Article.js +3 -4
  18. package/dist/src/components/molecules/Article/Article.styled.d.ts +1 -0
  19. package/dist/src/components/molecules/Article/Article.styled.js +65 -0
  20. package/dist/src/components/molecules/Article/{Article.scss → Article.styled.ts} +10 -27
  21. package/dist/src/components/molecules/Article/Article.tsx +5 -20
  22. package/dist/src/components/molecules/Article/ArticleProps.types.d.ts +0 -1
  23. package/dist/src/components/molecules/Article/ArticleProps.types.ts +0 -1
  24. package/dist/src/components/molecules/BaseBoxList/BaseBoxList.js +2 -2
  25. package/dist/src/components/molecules/BaseBoxList/BaseBoxList.styled.d.ts +1 -0
  26. package/dist/src/components/molecules/BaseBoxList/{BaseBoxList.scss → BaseBoxList.styled.js} +5 -6
  27. package/dist/src/components/molecules/BaseBoxList/BaseBoxList.styled.ts +26 -0
  28. package/dist/src/components/molecules/BaseBoxList/BaseBoxList.tsx +6 -2
  29. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.js +2 -2
  30. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.styled.d.ts +1 -0
  31. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.styled.js +15 -0
  32. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.styled.ts +16 -0
  33. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.tsx +3 -3
  34. package/dist/src/components/molecules/BottomFixedBar/BottomFixedBar.js +2 -2
  35. package/dist/src/components/molecules/BottomFixedBar/BottomFixedBar.styled.d.ts +1 -0
  36. package/dist/src/components/molecules/BottomFixedBar/BottomFixedBar.styled.js +50 -0
  37. package/dist/src/components/molecules/BottomFixedBar/BottomFixedBar.styled.ts +51 -0
  38. package/dist/src/components/molecules/BottomFixedBar/BottomFixedBar.tsx +3 -3
  39. package/dist/src/components/molecules/BottomOverlay/BottomOverlay.js +2 -2
  40. package/dist/src/components/molecules/BottomOverlay/BottomOverlay.styled.d.ts +1 -0
  41. package/dist/src/components/molecules/BottomOverlay/BottomOverlay.styled.js +94 -0
  42. package/dist/src/components/molecules/BottomOverlay/BottomOverlay.styled.ts +95 -0
  43. package/dist/src/components/molecules/BottomOverlay/BottomOverlay.tsx +3 -3
  44. package/dist/src/components/molecules/BoxForm/BoxForm.js +2 -2
  45. package/dist/src/components/molecules/BoxForm/BoxForm.styled.d.ts +1 -0
  46. package/dist/src/components/molecules/BoxForm/BoxForm.styled.js +127 -0
  47. package/dist/src/components/molecules/BoxForm/BoxForm.styled.ts +128 -0
  48. package/dist/src/components/molecules/BoxForm/BoxForm.tsx +3 -3
  49. package/dist/src/components/molecules/Breadcrumb/Breadcrumb.js +2 -2
  50. package/dist/src/components/molecules/Breadcrumb/Breadcrumb.styled.d.ts +1 -0
  51. package/dist/src/components/molecules/Breadcrumb/Breadcrumb.styled.js +10 -0
  52. package/dist/src/components/molecules/Breadcrumb/Breadcrumb.styled.ts +11 -0
  53. package/dist/src/components/molecules/Breadcrumb/Breadcrumb.tsx +3 -3
  54. package/dist/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.js +2 -1
  55. package/dist/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.styled.d.ts +1 -0
  56. package/dist/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.styled.js +45 -0
  57. package/dist/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.styled.ts +46 -0
  58. package/dist/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.tsx +3 -2
  59. package/dist/src/components/molecules/CountDownMessage/CountDownMessage.js +2 -1
  60. package/dist/src/components/molecules/CountDownMessage/CountDownMessage.styled.d.ts +1 -0
  61. package/dist/src/components/molecules/CountDownMessage/CountDownMessage.styled.js +38 -0
  62. package/dist/src/components/molecules/CountDownMessage/CountDownMessage.styled.ts +39 -0
  63. package/dist/src/components/molecules/CountDownMessage/CountDownMessage.tsx +4 -3
  64. package/dist/src/components/molecules/EmailContactBox/EmailContactBox.js +2 -2
  65. package/dist/src/components/molecules/EmailContactBox/EmailContactBox.styled.d.ts +1 -0
  66. package/dist/src/components/molecules/EmailContactBox/EmailContactBox.styled.js +34 -0
  67. package/dist/src/components/molecules/EmailContactBox/{EmailContactBox.scss → EmailContactBox.styled.ts} +3 -3
  68. package/dist/src/components/molecules/EmailContactBox/EmailContactBox.tsx +3 -3
  69. package/dist/src/components/molecules/ExpertCardList/ExpertCardList.js +2 -1
  70. package/dist/src/components/molecules/ExpertCardList/ExpertCardList.styled.d.ts +1 -0
  71. package/dist/src/components/molecules/ExpertCardList/ExpertCardList.styled.js +13 -0
  72. package/dist/src/components/molecules/ExpertCardList/ExpertCardList.styled.ts +14 -0
  73. package/dist/src/components/molecules/ExpertCardList/ExpertCardList.tsx +2 -1
  74. package/dist/src/components/molecules/FaqItem/FaqItem.js +3 -3
  75. package/dist/src/components/molecules/FaqItem/FaqItem.styled.d.ts +1 -0
  76. package/dist/src/components/molecules/FaqItem/FaqItem.styled.js +61 -0
  77. package/dist/src/components/molecules/FaqItem/{FaqItem.scss → FaqItem.styled.ts} +4 -5
  78. package/dist/src/components/molecules/FaqItem/FaqItem.tsx +5 -5
  79. package/dist/src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardList.js +2 -2
  80. package/dist/src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardList.styled.d.ts +1 -0
  81. package/dist/src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardList.styled.js +9 -0
  82. package/dist/src/components/molecules/FeatureRatafiaCardList/{FeatureRatafiaCardList.scss → FeatureRatafiaCardList.styled.ts} +4 -2
  83. package/dist/src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardList.tsx +3 -3
  84. package/dist/src/components/molecules/Feedback/Feedback.js +2 -2
  85. package/dist/src/components/molecules/Feedback/Feedback.styled.d.ts +1 -0
  86. package/dist/src/components/molecules/Feedback/Feedback.styled.js +114 -0
  87. package/dist/src/components/molecules/Feedback/Feedback.styled.ts +115 -0
  88. package/dist/src/components/molecules/Feedback/Feedback.tsx +3 -3
  89. package/dist/src/components/molecules/FreeDocModalContent/FreeDocModalContent.js +2 -2
  90. package/dist/src/components/molecules/FreeDocModalContent/FreeDocModalContent.styled.d.ts +1 -0
  91. package/dist/src/components/molecules/FreeDocModalContent/FreeDocModalContent.styled.js +109 -0
  92. package/dist/src/components/molecules/FreeDocModalContent/{FreeDocModalContent.scss → FreeDocModalContent.styled.ts} +10 -10
  93. package/dist/src/components/molecules/FreeDocModalContent/FreeDocModalContent.tsx +3 -3
  94. package/dist/src/components/molecules/HeaderRatafia/HeaderRatafia.js +2 -2
  95. package/dist/src/components/molecules/HeaderRatafia/HeaderRatafia.styled.d.ts +1 -0
  96. package/dist/src/components/molecules/HeaderRatafia/HeaderRatafia.styled.js +32 -0
  97. package/dist/src/components/molecules/HeaderRatafia/HeaderRatafia.styled.ts +33 -0
  98. package/dist/src/components/molecules/HeaderRatafia/HeaderRatafia.tsx +3 -3
  99. package/dist/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.js +2 -2
  100. package/dist/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.styled.d.ts +1 -0
  101. package/dist/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.styled.js +20 -0
  102. package/dist/src/components/molecules/KeyFactCardListRatafia/{KeyFactCardListRatafia.scss → KeyFactCardListRatafia.styled.ts} +3 -3
  103. package/dist/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.tsx +3 -3
  104. package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.js +2 -2
  105. package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.styled.d.ts +1 -0
  106. package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.styled.js +33 -0
  107. package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.styled.ts +34 -0
  108. package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.tsx +3 -3
  109. package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.js +2 -2
  110. package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.styled.d.ts +1 -0
  111. package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.styled.js +30 -0
  112. package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.styled.ts +31 -0
  113. package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.tsx +3 -3
  114. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.js +2 -2
  115. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.styled.d.ts +1 -0
  116. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.styled.js +69 -0
  117. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.styled.ts +70 -0
  118. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.tsx +3 -3
  119. package/dist/src/components/molecules/MoreDocsDesktop/MoreDocsDesktop.js +2 -2
  120. package/dist/src/components/molecules/MoreDocsDesktop/MoreDocsDesktop.styled.d.ts +1 -0
  121. package/dist/src/components/molecules/MoreDocsDesktop/MoreDocsDesktop.styled.js +74 -0
  122. package/dist/src/components/molecules/MoreDocsDesktop/{MoreDocsDesktop.scss → MoreDocsDesktop.styled.ts} +9 -8
  123. package/dist/src/components/molecules/MoreDocsDesktop/MoreDocsDesktop.tsx +3 -3
  124. package/dist/src/components/molecules/MoreDocsMobile/MoreDocsMobile.js +3 -3
  125. package/dist/src/components/molecules/MoreDocsMobile/MoreDocsMobile.styled.d.ts +1 -0
  126. package/dist/src/components/molecules/MoreDocsMobile/MoreDocsMobile.styled.js +72 -0
  127. package/dist/src/components/molecules/MoreDocsMobile/MoreDocsMobile.styled.ts +73 -0
  128. package/dist/src/components/molecules/MoreDocsMobile/MoreDocsMobile.tsx +3 -3
  129. package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.js +2 -2
  130. package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.styled.d.ts +1 -0
  131. package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.styled.js +35 -0
  132. package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.styled.ts +36 -0
  133. package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.tsx +3 -3
  134. package/dist/src/components/molecules/Pagination/Pagination.js +2 -2
  135. package/dist/src/components/molecules/Pagination/Pagination.styled.d.ts +1 -0
  136. package/dist/src/components/molecules/Pagination/Pagination.styled.js +63 -0
  137. package/dist/src/components/molecules/Pagination/Pagination.styled.ts +64 -0
  138. package/dist/src/components/molecules/Pagination/Pagination.tsx +3 -3
  139. package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.js +2 -1
  140. package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.styled.d.ts +1 -0
  141. package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.styled.js +59 -0
  142. package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.styled.ts +60 -0
  143. package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.tsx +3 -2
  144. package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.js +2 -2
  145. package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.styled.d.ts +1 -0
  146. package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.styled.js +32 -0
  147. package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.styled.ts +33 -0
  148. package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.tsx +3 -3
  149. package/dist/src/components/molecules/PopularDocs/PopularDocs.js +2 -2
  150. package/dist/src/components/molecules/PopularDocs/PopularDocs.styled.d.ts +1 -0
  151. package/dist/src/components/molecules/PopularDocs/PopularDocs.styled.js +34 -0
  152. package/dist/src/components/molecules/PopularDocs/{PopularDocs.scss → PopularDocs.styled.ts} +7 -6
  153. package/dist/src/components/molecules/PopularDocs/PopularDocs.tsx +3 -3
  154. package/dist/src/components/molecules/PricingCard/PricingCard.js +2 -2
  155. package/dist/src/components/molecules/PricingCard/PricingCard.styled.d.ts +1 -0
  156. package/dist/src/components/molecules/PricingCard/PricingCard.styled.js +189 -0
  157. package/dist/src/components/molecules/PricingCard/PricingCard.styled.ts +190 -0
  158. package/dist/src/components/molecules/PricingCard/PricingCard.tsx +6 -3
  159. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.js +2 -1
  160. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.d.ts +1 -0
  161. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.js +93 -0
  162. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.ts +94 -0
  163. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.tsx +3 -2
  164. package/dist/src/components/molecules/Snackbar/Snackbar.js +2 -2
  165. package/dist/src/components/molecules/Snackbar/Snackbar.styled.d.ts +1 -0
  166. package/dist/src/components/molecules/Snackbar/Snackbar.styled.js +139 -0
  167. package/dist/src/components/molecules/Snackbar/Snackbar.styled.ts +140 -0
  168. package/dist/src/components/molecules/Snackbar/Snackbar.tsx +3 -3
  169. package/dist/src/components/molecules/StepGetForm/StepGetForm.js +2 -2
  170. package/dist/src/components/molecules/StepGetForm/StepGetForm.styled.d.ts +1 -0
  171. package/dist/src/components/molecules/StepGetForm/StepGetForm.styled.js +104 -0
  172. package/dist/src/components/molecules/StepGetForm/{StepGetForm.scss → StepGetForm.styled.ts} +13 -13
  173. package/dist/src/components/molecules/StepGetForm/StepGetForm.tsx +3 -3
  174. package/dist/src/components/molecules/StepRatafiaCardList/StepRatafiaCardList.js +2 -1
  175. package/dist/src/components/molecules/StepRatafiaCardList/StepRatafiaCardList.styled.d.ts +1 -0
  176. package/dist/src/components/molecules/StepRatafiaCardList/StepRatafiaCardList.styled.js +19 -0
  177. package/dist/src/components/molecules/StepRatafiaCardList/StepRatafiaCardList.styled.ts +20 -0
  178. package/dist/src/components/molecules/StepRatafiaCardList/StepRatafiaCardList.tsx +3 -2
  179. package/dist/src/components/molecules/TagsRatafiaList/TagsRatafiaList.js +2 -2
  180. package/dist/src/components/molecules/TagsRatafiaList/TagsRatafiaList.styled.d.ts +1 -0
  181. package/dist/src/components/molecules/TagsRatafiaList/TagsRatafiaList.styled.js +6 -0
  182. package/dist/src/components/molecules/TagsRatafiaList/TagsRatafiaList.styled.ts +7 -0
  183. package/dist/src/components/molecules/TagsRatafiaList/TagsRatafiaList.tsx +3 -3
  184. package/dist/src/components/molecules/TextInput/TextInput.js +0 -1
  185. package/dist/src/components/molecules/TextInput/TextInput.tsx +0 -1
  186. package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.js +2 -2
  187. package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.styled.d.ts +1 -0
  188. package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.styled.js +14 -0
  189. package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.styled.ts +15 -0
  190. package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.tsx +3 -3
  191. package/dist/src/components/molecules/TypeModulesList/TypeModulesList.js +2 -1
  192. package/dist/src/components/molecules/TypeModulesList/TypeModulesList.styled.d.ts +1 -0
  193. package/dist/src/components/molecules/TypeModulesList/TypeModulesList.styled.js +107 -0
  194. package/dist/src/components/molecules/TypeModulesList/{TypeModulesList.scss → TypeModulesList.styled.ts} +11 -11
  195. package/dist/src/components/molecules/TypeModulesList/TypeModulesList.tsx +3 -2
  196. package/dist/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.js +2 -2
  197. package/dist/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.styled.d.ts +1 -0
  198. package/dist/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.styled.js +64 -0
  199. package/dist/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.styled.ts +65 -0
  200. package/dist/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.tsx +8 -3
  201. package/dist/src/components/organisms/ArticlesList/ArticlesList.js +2 -2
  202. package/dist/src/components/organisms/ArticlesList/ArticlesList.tsx +2 -2
  203. package/dist/src/components/organisms/ArticlesList/ArticlesListProps.types.d.ts +0 -1
  204. package/dist/src/components/organisms/ArticlesList/ArticlesListProps.types.ts +0 -1
  205. package/dist/src/components/organisms/LayoutRatafia/LayoutRatafia.scss +1 -1
  206. package/dist/src/components/sections/BlogSection/BlogSection.js +4 -5
  207. package/dist/src/components/sections/BlogSection/BlogSection.styled.js +0 -21
  208. package/dist/src/components/sections/BlogSection/BlogSection.styled.ts +0 -21
  209. package/dist/src/components/sections/BlogSection/BlogSection.tsx +6 -10
  210. package/dist/src/components/sections/BlogSection/BlogSectionProps.types.d.ts +1 -2
  211. package/dist/src/components/sections/BlogSection/BlogSectionProps.types.ts +1 -2
  212. package/dist/src/custom.d.ts +1 -1
  213. package/dist/src/globalStyles/styles.scss +3 -43
  214. package/dist/tsconfig.build.tsbuildinfo +1 -1
  215. package/package.json +1 -1
  216. package/dist/images/svg/arrow-right-24px-outlined.svg +0 -3
  217. package/dist/src/components/molecules/ActionButtonHeaderRatafiaCardList/ActionButtonHeaderRatafiaCardList.scss +0 -7
  218. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.scss +0 -16
  219. package/dist/src/components/molecules/BottomFixedBar/BottomFixedBar.scss +0 -49
  220. package/dist/src/components/molecules/BottomOverlay/BottomOverlay.scss +0 -93
  221. package/dist/src/components/molecules/BoxForm/BoxForm.scss +0 -129
  222. package/dist/src/components/molecules/Breadcrumb/Breadcrumb.scss +0 -7
  223. package/dist/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.scss +0 -42
  224. package/dist/src/components/molecules/CountDownMessage/CountDownMessage.scss +0 -37
  225. package/dist/src/components/molecules/ExpertCardList/ExpertCardList.scss +0 -14
  226. package/dist/src/components/molecules/Feedback/Feedback.scss +0 -109
  227. package/dist/src/components/molecules/HeaderRatafia/HeaderRatafia.scss +0 -31
  228. package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.scss +0 -32
  229. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.scss +0 -69
  230. package/dist/src/components/molecules/MoreDocsMobile/MoreDocsMobile.scss +0 -71
  231. package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.scss +0 -33
  232. package/dist/src/components/molecules/Pagination/Pagination.scss +0 -62
  233. package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.scss +0 -60
  234. package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.scss +0 -33
  235. package/dist/src/components/molecules/PricingCard/PricingCard.scss +0 -186
  236. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.scss +0 -93
  237. package/dist/src/components/molecules/Snackbar/Snackbar.scss +0 -135
  238. package/dist/src/components/molecules/TagsRatafiaList/TagsRatafiaList.scss +0 -5
  239. package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.scss +0 -14
  240. package/dist/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.scss +0 -63
  241. package/dist/src/components/sections/BlogSection/BlogSection.scss +0 -54
@@ -0,0 +1,39 @@
1
+ import { device } from '../../../globalStyles/breakpoints'
2
+ import styled from 'styled-components'
3
+
4
+ export const CountDownMessageStyled = styled.div`
5
+ &.count-down-message {
6
+ text-align: center;
7
+ padding: 0 0 16px 0;
8
+
9
+ @media ${device['landscape-tablets']} {
10
+ padding: 8px 0 24px 0;
11
+ text-align: left;
12
+ }
13
+
14
+ &.extra-margin {
15
+ margin: 0 1.5rem;
16
+
17
+ @media ${device.laptop} {
18
+ margin: 0;
19
+ }
20
+ }
21
+ }
22
+
23
+ &.count-down-message-fixed {
24
+ display: none;
25
+ &--show {
26
+ display: block;
27
+ position: fixed;
28
+ top: 0;
29
+ z-index: 1;
30
+ left: 0;
31
+ right: 0;
32
+ padding: 8px;
33
+ }
34
+
35
+ .message-information {
36
+ box-shadow: 1px 2px 4px var(--neutral-neutral-4);
37
+ }
38
+ }
39
+ `
@@ -2,6 +2,7 @@
2
2
  import React, { type FC, useEffect, useRef, useState } from 'react'
3
3
 
4
4
  import { type CountDownMessageProps } from './CountDownMessageProps.types'
5
+ import { CountDownMessageStyled } from './CountDownMessage.styled'
5
6
  import { MessageInformation } from '../../atoms'
6
7
  import classNames from 'classnames'
7
8
  import { useIsMobileOrTable } from '../../../hooks'
@@ -42,11 +43,11 @@ const CountDownMessage: FC<CountDownMessageProps> = ({ noImg = false, text, time
42
43
 
43
44
  return (
44
45
  <>
45
- <div className={`count-down-message ${noImg && 'extra-margin'}`} ref={countDownRef}>
46
+ <CountDownMessageStyled className={`count-down-message ${noImg && 'extra-margin'}`} ref={countDownRef}>
46
47
  {messageInformationHtml}
47
- </div>
48
+ </CountDownMessageStyled>
48
49
 
49
- <div className={classCountDownMessageFixed}>{messageInformationHtml}</div>
50
+ <CountDownMessageStyled className={classCountDownMessageFixed}>{messageInformationHtml}</CountDownMessageStyled>
50
51
  </>
51
52
  )
52
53
  }
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { EmailContactBoxStyled } from './EmailContactBox.styled';
2
3
  import { MailSvg } from '../../../../images/componentsSvg/MailSvg';
3
- // import './EmailContactBox.scss'
4
4
  export const EmailContactBox = ({ mail, text }) => {
5
- return (_jsxs("div", { className: 'email-contact-box-container', children: [_jsx(MailSvg, {}), _jsxs("div", { children: [_jsx("p", { children: _jsx("a", { className: 'email-contact-mail', href: `mailto:${mail}`, children: mail }) }), _jsx("p", { className: 'email-contact-text', children: text })] })] }));
5
+ return (_jsxs(EmailContactBoxStyled, { className: 'email-contact-box-container', children: [_jsx(MailSvg, {}), _jsxs("div", { children: [_jsx("p", { children: _jsx("a", { className: 'email-contact-mail', href: `mailto:${mail}`, children: mail }) }), _jsx("p", { className: 'email-contact-text', children: text })] })] }));
6
6
  };
@@ -0,0 +1 @@
1
+ export declare const EmailContactBoxStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -0,0 +1,34 @@
1
+ import styled from 'styled-components';
2
+ export const EmailContactBoxStyled = styled.div `
3
+ width: 100%;
4
+ border: 1px solid var(--neutral-neutral-3);
5
+ border-radius: 4px;
6
+ margin-top: 2rem;
7
+ margin-bottom: 6rem;
8
+ display: flex;
9
+ padding: 1rem 1.5rem;
10
+
11
+ @media not all and (min-resolution: 0.001dpcm) {
12
+ @supports (-webkit-appearance: none) {
13
+ letter-spacing: -1px;
14
+ }
15
+ }
16
+
17
+ .email-icon {
18
+ width: 30px;
19
+ margin-right: 1rem;
20
+
21
+ path {
22
+ fill: var(--primary-main-light-1);
23
+ }
24
+ }
25
+
26
+ .email-contact-mail {
27
+ color: var(--primary-main-light-1);
28
+ font-weight: bold;
29
+ }
30
+
31
+ .email-contact-text {
32
+ color: var(--neutral-neutral-2);
33
+ }
34
+ `;
@@ -1,6 +1,6 @@
1
- @import '../../../globalStyles/variables.scss';
1
+ import styled from 'styled-components'
2
2
 
3
- .email-contact-box-container {
3
+ export const EmailContactBoxStyled = styled.div`
4
4
  width: 100%;
5
5
  border: 1px solid var(--neutral-neutral-3);
6
6
  border-radius: 4px;
@@ -32,4 +32,4 @@
32
32
  .email-contact-text {
33
33
  color: var(--neutral-neutral-2);
34
34
  }
35
- }
35
+ `
@@ -1,12 +1,12 @@
1
1
  import React from 'react'
2
2
 
3
3
  import { type EmailContactBoxProps } from './EmailContactBoxProps'
4
+ import { EmailContactBoxStyled } from './EmailContactBox.styled'
4
5
  import { MailSvg } from '../../../../images/componentsSvg/MailSvg'
5
- // import './EmailContactBox.scss'
6
6
 
7
7
  export const EmailContactBox: React.FC<EmailContactBoxProps> = ({ mail, text }) => {
8
8
  return (
9
- <div className='email-contact-box-container'>
9
+ <EmailContactBoxStyled className='email-contact-box-container'>
10
10
  <MailSvg />
11
11
  <div>
12
12
  <p>
@@ -16,6 +16,6 @@ export const EmailContactBox: React.FC<EmailContactBoxProps> = ({ mail, text })
16
16
  </p>
17
17
  <p className='email-contact-text'>{text}</p>
18
18
  </div>
19
- </div>
19
+ </EmailContactBoxStyled>
20
20
  )
21
21
  }
@@ -1,10 +1,11 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { ExpertCard } from '../../atoms/ExpertCard';
3
+ import { ExpertCardListStyled } from './ExpertCardList.styled';
3
4
  // import './ExpertCardList.scss'
4
5
  const ExpertCardList = ({ contentExpertCard }) => {
5
6
  const expertCards = contentExpertCard.map((expertCard) => {
6
7
  return (_jsx(ExpertCard, { title: expertCard.title, url: expertCard.url, description: expertCard.description, image: expertCard.image }, expertCard.title));
7
8
  });
8
- return _jsx("div", { className: 'expert-card-list', children: expertCards });
9
+ return _jsx(ExpertCardListStyled, { className: 'expert-card-list', children: expertCards });
9
10
  };
10
11
  export default ExpertCardList;
@@ -0,0 +1 @@
1
+ export declare const ExpertCardListStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -0,0 +1,13 @@
1
+ import { device } from '../../../globalStyles/breakpoints';
2
+ import styled from 'styled-components';
3
+ export const ExpertCardListStyled = styled.div `
4
+ display: flex;
5
+ flex-flow: column;
6
+ gap: 0 2rem;
7
+ justify-content: center;
8
+ margin: 2rem 0 3rem 0;
9
+
10
+ @media ${device['landscape-tablets']} {
11
+ flex-flow: row wrap;
12
+ }
13
+ `;
@@ -0,0 +1,14 @@
1
+ import { device } from '../../../globalStyles/breakpoints'
2
+ import styled from 'styled-components'
3
+
4
+ export const ExpertCardListStyled = styled.div`
5
+ display: flex;
6
+ flex-flow: column;
7
+ gap: 0 2rem;
8
+ justify-content: center;
9
+ margin: 2rem 0 3rem 0;
10
+
11
+ @media ${device['landscape-tablets']} {
12
+ flex-flow: row wrap;
13
+ }
14
+ `
@@ -2,6 +2,7 @@ import React, { type FC } from 'react'
2
2
 
3
3
  import { ExpertCard } from '../../atoms/ExpertCard'
4
4
  import { type ExpertCardListProps } from './ExpertCardListProps.types'
5
+ import { ExpertCardListStyled } from './ExpertCardList.styled'
5
6
  // import './ExpertCardList.scss'
6
7
 
7
8
  const ExpertCardList: FC<ExpertCardListProps> = ({ contentExpertCard }) => {
@@ -17,7 +18,7 @@ const ExpertCardList: FC<ExpertCardListProps> = ({ contentExpertCard }) => {
17
18
  )
18
19
  })
19
20
 
20
- return <div className='expert-card-list'>{expertCards}</div>
21
+ return <ExpertCardListStyled className='expert-card-list'>{expertCards}</ExpertCardListStyled>
21
22
  }
22
23
 
23
24
  export default ExpertCardList
@@ -1,10 +1,10 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import React from 'react';
3
3
  import { ChevronRight24px } from '../../../../images/componentsSvg/ChevronRight24px';
4
- // import './FaqItem.scss'
4
+ import { FaqItemStyled } from './FaqItem.styled';
5
5
  export const FaqItem = ({ slug, title, children, index }) => {
6
- const [isOpen, setIsOpen] = React.useState(index !== 0);
7
- return (_jsxs("article", { className: `faqItem ${isOpen ? 'open' : ''}`, children: [_jsx("div", { id: slug, className: 'fakeAnchor' }), _jsxs("details", { itemProp: 'mainEntity', itemScope: true, itemType: 'https://www.schema.org/Question', className: 'content', open: isOpen ? true : undefined, children: [_jsxs("summary", { role: 'button', tabIndex: index === 0 ? 0 : -1, onClick: () => {
6
+ const [isOpen, setIsOpen] = React.useState(index === 0);
7
+ return (_jsxs(FaqItemStyled, { className: `faqItem ${isOpen ? 'open' : ''}`, children: [_jsx("div", { id: slug, className: 'fakeAnchor' }), _jsxs("details", { itemProp: 'mainEntity', itemScope: true, itemType: 'https://www.schema.org/Question', className: 'content', open: index === 0, children: [_jsxs("summary", { role: 'button', tabIndex: index === 0 ? 0 : -1, onClick: () => {
8
8
  setIsOpen(!isOpen);
9
9
  }, onKeyUp: () => {
10
10
  setIsOpen(!isOpen);
@@ -0,0 +1 @@
1
+ export declare const FaqItemStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
@@ -0,0 +1,61 @@
1
+ import styled from 'styled-components';
2
+ export const FaqItemStyled = styled.article `
3
+ border-radius: var(--global-border-radius);
4
+ background: var(--others-white);
5
+ box-shadow: var(--box-shadow-small);
6
+
7
+ .fakeAnchor {
8
+ position: absolute;
9
+ left: 0;
10
+ top: -135px;
11
+ }
12
+
13
+ summary {
14
+ list-style: none;
15
+ }
16
+
17
+ .content {
18
+ width: 100%;
19
+ margin: 0;
20
+
21
+ .question {
22
+ display: flex;
23
+ flex-flow: row nowrap;
24
+ align-items: center;
25
+ gap: var(--global-gap);
26
+ justify-content: space-between;
27
+ padding: 1rem;
28
+ cursor: pointer;
29
+
30
+ .title {
31
+ color: var(--neutral-neutral-1);
32
+ font-size: 1rem;
33
+ line-height: 1.5rem;
34
+ }
35
+
36
+ svg {
37
+ transition: all 0.35s;
38
+ }
39
+ }
40
+
41
+ .answer {
42
+ color: var(--neutral-neutral-1);
43
+ line-height: 22px;
44
+ letter-spacing: -0.3px;
45
+ padding: 0 1rem 1rem;
46
+
47
+ ul {
48
+ list-style: disc;
49
+ margin-left: 2rem;
50
+ }
51
+ }
52
+ }
53
+
54
+ &.open {
55
+ .question {
56
+ svg {
57
+ transform: rotate(90deg);
58
+ }
59
+ }
60
+ }
61
+ `;
@@ -1,10 +1,9 @@
1
- @import '../../../globalStyles/variables.scss';
2
- @import '../../../globalStyles/functions.scss';
1
+ import styled from 'styled-components'
3
2
 
4
- .faqItem {
3
+ export const FaqItemStyled = styled.article`
5
4
  border-radius: var(--global-border-radius);
6
5
  background: var(--others-white);
7
- box-shadow: $box-shadow-small;
6
+ box-shadow: var(--box-shadow-small);
8
7
 
9
8
  .fakeAnchor {
10
9
  position: absolute;
@@ -60,4 +59,4 @@
60
59
  }
61
60
  }
62
61
  }
63
- }
62
+ `
@@ -2,20 +2,20 @@ import React from 'react'
2
2
 
3
3
  import { ChevronRight24px } from '../../../../images/componentsSvg/ChevronRight24px'
4
4
  import { type FaqItemProps } from './FaqItemProps'
5
- // import './FaqItem.scss'
5
+ import { FaqItemStyled } from './FaqItem.styled'
6
6
 
7
7
  export const FaqItem: React.FC<FaqItemProps> = ({ slug, title, children, index }) => {
8
- const [isOpen, setIsOpen] = React.useState<boolean>(index !== 0)
8
+ const [isOpen, setIsOpen] = React.useState<boolean>(index === 0)
9
9
 
10
10
  return (
11
- <article className={`faqItem ${isOpen ? 'open' : ''}`}>
11
+ <FaqItemStyled className={`faqItem ${isOpen ? 'open' : ''}`}>
12
12
  <div id={slug} className='fakeAnchor'></div>
13
13
  <details
14
14
  itemProp='mainEntity'
15
15
  itemScope
16
16
  itemType='https://www.schema.org/Question'
17
17
  className='content'
18
- open={isOpen ? true : undefined}
18
+ open={index === 0}
19
19
  >
20
20
  <summary
21
21
  role='button'
@@ -37,6 +37,6 @@ export const FaqItem: React.FC<FaqItemProps> = ({ slug, title, children, index }
37
37
  <span itemProp='text'>{children}</span>
38
38
  </div>
39
39
  </details>
40
- </article>
40
+ </FaqItemStyled>
41
41
  )
42
42
  }
@@ -1,9 +1,9 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { FeatureRatafiaCard } from '../../atoms';
3
- // import './FeatureRatafiaCardList.scss'
3
+ import { FeatureRatafiaCardListStyled } from './FeatureRatafiaCardList.styled';
4
4
  const FeatureRatafiaCardList = ({ features = [] }) => {
5
5
  if (features.length === 0)
6
6
  return null;
7
- return (_jsx("div", { className: 'feature-ratafia-card-list', children: features.map((feature) => (_jsx(FeatureRatafiaCard, { ...feature }, feature.id))) }));
7
+ return (_jsx(FeatureRatafiaCardListStyled, { className: 'feature-ratafia-card-list', children: features.map((feature) => (_jsx(FeatureRatafiaCard, { ...feature }, feature.id))) }));
8
8
  };
9
9
  export default FeatureRatafiaCardList;
@@ -0,0 +1 @@
1
+ export declare const FeatureRatafiaCardListStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -0,0 +1,9 @@
1
+ import styled from 'styled-components';
2
+ export const FeatureRatafiaCardListStyled = styled.div `
3
+ display: flex;
4
+ flex-direction: column;
5
+ justify-content: center;
6
+ align-items: center;
7
+ align-self: stretch;
8
+ gap: 1rem;
9
+ `;
@@ -1,8 +1,10 @@
1
- .feature-ratafia-card-list {
1
+ import styled from 'styled-components'
2
+
3
+ export const FeatureRatafiaCardListStyled = styled.div`
2
4
  display: flex;
3
5
  flex-direction: column;
4
6
  justify-content: center;
5
7
  align-items: center;
6
8
  align-self: stretch;
7
9
  gap: 1rem;
8
- }
10
+ `
@@ -2,17 +2,17 @@ import React, { type FC } from 'react'
2
2
 
3
3
  import { FeatureRatafiaCard } from '../../atoms'
4
4
  import { type FeatureRatafiaCardListProps } from './FeatureRatafiaCardListProps.types'
5
- // import './FeatureRatafiaCardList.scss'
5
+ import { FeatureRatafiaCardListStyled } from './FeatureRatafiaCardList.styled'
6
6
 
7
7
  const FeatureRatafiaCardList: FC<FeatureRatafiaCardListProps> = ({ features = [] }) => {
8
8
  if (features.length === 0) return null
9
9
 
10
10
  return (
11
- <div className='feature-ratafia-card-list'>
11
+ <FeatureRatafiaCardListStyled className='feature-ratafia-card-list'>
12
12
  {features.map((feature) => (
13
13
  <FeatureRatafiaCard key={feature.id} {...feature} />
14
14
  ))}
15
- </div>
15
+ </FeatureRatafiaCardListStyled>
16
16
  )
17
17
  }
18
18
  export default FeatureRatafiaCardList
@@ -2,8 +2,8 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
3
  import Button from '../../atoms/Button/Button';
4
4
  import { Done24pxOutline } from '../../../../images/componentsSvg/Done24pxoutlined';
5
+ import { FeedbackStyled } from './Feedback.styled';
5
6
  import { InfoError24pxOutlined } from '../../../../images/componentsSvg/InfoError24pxOutlined';
6
- // import './Feedback.scss'
7
7
  const themes = {
8
8
  error: {
9
9
  className: 'feedback--error',
@@ -37,6 +37,6 @@ const Feedback = ({ theme = 'success', title, text, button, cancel, large, fluid
37
37
  'feedback--fluid': fluid,
38
38
  [currentTheme.className]: imgSrc.length === 0
39
39
  });
40
- return (_jsxs("div", { className: classes, children: [_jsxs("div", { className: 'feedback__main', children: [_jsx("div", { id: imgSrc.length > 0 ? 'feedback__image' : 'feedback__icon', className: imgSrc.length > 0 ? 'feedback__image' : 'feedback__icon', children: imgSrc.length > 0 ? (_jsx("img", { className: 'feedback__image_img', src: imgSrc, alt: '' })) : (_jsx("div", { className: 'feedback__icon__img', children: currentTheme.icon })) }), title !== undefined && _jsx("p", { className: 'feedback__title sans-serif --big', children: title }), text !== undefined && (_jsx("p", { className: `feedback__text ${imgSrc.length === 0 ? 'feedback__text--grey' : ''}`, "data-qa": `${dataQa}-text`, children: text }))] }), renderButtons()] }));
40
+ return (_jsxs(FeedbackStyled, { className: classes, children: [_jsxs("div", { className: 'feedback__main', children: [_jsx("div", { id: imgSrc.length > 0 ? 'feedback__image' : 'feedback__icon', className: imgSrc.length > 0 ? 'feedback__image' : 'feedback__icon', children: imgSrc.length > 0 ? (_jsx("img", { className: 'feedback__image_img', src: imgSrc, alt: '' })) : (_jsx("div", { className: 'feedback__icon__img', children: currentTheme.icon })) }), title !== undefined && _jsx("p", { className: 'feedback__title sans-serif --big', children: title }), text !== undefined && (_jsx("p", { className: `feedback__text ${imgSrc.length === 0 ? 'feedback__text--grey' : ''}`, "data-qa": `${dataQa}-text`, children: text }))] }), renderButtons()] }));
41
41
  };
42
42
  export default Feedback;
@@ -0,0 +1 @@
1
+ export declare const FeedbackStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -0,0 +1,114 @@
1
+ import { device } from '../../../globalStyles/breakpoints';
2
+ import styled from 'styled-components';
3
+ export const FeedbackStyled = styled.div `
4
+ display: flex;
5
+ flex-direction: column;
6
+ align-items: center;
7
+ text-align: center;
8
+
9
+ &.feedback {
10
+ &--large {
11
+ flex-direction: column;
12
+ height: 100%;
13
+
14
+ .feedback__main {
15
+ align-items: center;
16
+ display: flex;
17
+ flex-direction: column;
18
+ justify-content: center;
19
+ min-height: 27.5rem;
20
+ padding: 0;
21
+ }
22
+ }
23
+
24
+ &--fluid {
25
+ height: 100%;
26
+ display: flex;
27
+ justify-content: center;
28
+ align-items: center;
29
+ }
30
+
31
+ &--error {
32
+ .feedback__icon {
33
+ background: var(--error-error-3);
34
+ }
35
+
36
+ .feedback__title {
37
+ color: var(--error-main);
38
+ }
39
+ }
40
+
41
+ &--success {
42
+ .feedback__icon {
43
+ background: var(--feedback-success);
44
+ }
45
+
46
+ .feedback__title {
47
+ color: var(--primary-main-dark-1);
48
+ font-weight: bold;
49
+ }
50
+ }
51
+ }
52
+
53
+ .feedback {
54
+ &__main {
55
+ padding: 2rem 0 2rem;
56
+ max-width: 25em;
57
+ @media ${device['portrait-tablets']} {
58
+ padding: 3rem 0 4rem;
59
+ }
60
+ }
61
+
62
+ &__icon {
63
+ align-items: center;
64
+ border-radius: 100%;
65
+ display: flex;
66
+ height: 4.6rem;
67
+ padding: 0.8rem;
68
+ margin: 0 auto 1rem;
69
+ width: 4.6rem;
70
+
71
+ &__img {
72
+ width: 3rem;
73
+ height: 3rem;
74
+ }
75
+ }
76
+
77
+ &__image_img {
78
+ margin: 0 auto;
79
+ margin-bottom: 2rem;
80
+ width: 8rem;
81
+
82
+ @media ${device['portrait-tablets']} {
83
+ width: 13rem;
84
+ }
85
+
86
+ @media ${device.laptop} {
87
+ width: 18rem;
88
+ }
89
+ }
90
+
91
+ &__title {
92
+ font-weight: bold;
93
+ margin-bottom: 0.5rem;
94
+ }
95
+
96
+ &__text--grey {
97
+ color: var(--neutral-neutral-2);
98
+ }
99
+
100
+ &__buttons {
101
+ display: flex;
102
+ flex-direction: column;
103
+ }
104
+
105
+ &__cancel__a {
106
+ margin-top: 0.5rem;
107
+ color: var(--primary-main);
108
+ text-decoration: underline;
109
+ &:hover {
110
+ cursor: pointer;
111
+ }
112
+ }
113
+ }
114
+ `;
@@ -0,0 +1,115 @@
1
+ import { device } from '../../../globalStyles/breakpoints'
2
+ import styled from 'styled-components'
3
+
4
+ export const FeedbackStyled = styled.div`
5
+ display: flex;
6
+ flex-direction: column;
7
+ align-items: center;
8
+ text-align: center;
9
+
10
+ &.feedback {
11
+ &--large {
12
+ flex-direction: column;
13
+ height: 100%;
14
+
15
+ .feedback__main {
16
+ align-items: center;
17
+ display: flex;
18
+ flex-direction: column;
19
+ justify-content: center;
20
+ min-height: 27.5rem;
21
+ padding: 0;
22
+ }
23
+ }
24
+
25
+ &--fluid {
26
+ height: 100%;
27
+ display: flex;
28
+ justify-content: center;
29
+ align-items: center;
30
+ }
31
+
32
+ &--error {
33
+ .feedback__icon {
34
+ background: var(--error-error-3);
35
+ }
36
+
37
+ .feedback__title {
38
+ color: var(--error-main);
39
+ }
40
+ }
41
+
42
+ &--success {
43
+ .feedback__icon {
44
+ background: var(--feedback-success);
45
+ }
46
+
47
+ .feedback__title {
48
+ color: var(--primary-main-dark-1);
49
+ font-weight: bold;
50
+ }
51
+ }
52
+ }
53
+
54
+ .feedback {
55
+ &__main {
56
+ padding: 2rem 0 2rem;
57
+ max-width: 25em;
58
+ @media ${device['portrait-tablets']} {
59
+ padding: 3rem 0 4rem;
60
+ }
61
+ }
62
+
63
+ &__icon {
64
+ align-items: center;
65
+ border-radius: 100%;
66
+ display: flex;
67
+ height: 4.6rem;
68
+ padding: 0.8rem;
69
+ margin: 0 auto 1rem;
70
+ width: 4.6rem;
71
+
72
+ &__img {
73
+ width: 3rem;
74
+ height: 3rem;
75
+ }
76
+ }
77
+
78
+ &__image_img {
79
+ margin: 0 auto;
80
+ margin-bottom: 2rem;
81
+ width: 8rem;
82
+
83
+ @media ${device['portrait-tablets']} {
84
+ width: 13rem;
85
+ }
86
+
87
+ @media ${device.laptop} {
88
+ width: 18rem;
89
+ }
90
+ }
91
+
92
+ &__title {
93
+ font-weight: bold;
94
+ margin-bottom: 0.5rem;
95
+ }
96
+
97
+ &__text--grey {
98
+ color: var(--neutral-neutral-2);
99
+ }
100
+
101
+ &__buttons {
102
+ display: flex;
103
+ flex-direction: column;
104
+ }
105
+
106
+ &__cancel__a {
107
+ margin-top: 0.5rem;
108
+ color: var(--primary-main);
109
+ text-decoration: underline;
110
+ &:hover {
111
+ cursor: pointer;
112
+ }
113
+ }
114
+ }
115
+ `