@npm_leadtech/legal-lib-components 5.7.7 → 5.7.8

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 +2175 -184
  2. package/dist/images/svg/arrow-right-24px-outlined.svg +3 -0
  3. package/dist/src/components/molecules/AccordionItem/AccordionItem.js +2 -2
  4. package/dist/src/components/molecules/AccordionItem/{AccordionItem.styled.ts → AccordionItem.scss} +3 -3
  5. package/dist/src/components/molecules/AccordionItem/AccordionItem.tsx +4 -3
  6. package/dist/src/components/molecules/ActionButtonHeaderRatafiaCardList/ActionButtonHeaderRatafiaCardList.js +2 -2
  7. package/dist/src/components/molecules/ActionButtonHeaderRatafiaCardList/ActionButtonHeaderRatafiaCardList.scss +7 -0
  8. package/dist/src/components/molecules/ActionButtonHeaderRatafiaCardList/ActionButtonHeaderRatafiaCardList.tsx +3 -3
  9. package/dist/src/components/molecules/AlsoKnownAs/AlsoKnownAs.js +2 -2
  10. package/dist/src/components/molecules/AlsoKnownAs/{AlsoKnownAs.styled.ts → AlsoKnownAs.scss} +4 -4
  11. package/dist/src/components/molecules/AlsoKnownAs/AlsoKnownAs.tsx +3 -3
  12. package/dist/src/components/molecules/Article/Article.js +4 -3
  13. package/dist/src/components/molecules/Article/{Article.styled.ts → Article.scss} +27 -10
  14. package/dist/src/components/molecules/Article/Article.tsx +20 -5
  15. package/dist/src/components/molecules/Article/ArticleProps.types.d.ts +1 -0
  16. package/dist/src/components/molecules/Article/ArticleProps.types.ts +1 -0
  17. package/dist/src/components/molecules/BaseBoxList/BaseBoxList.js +2 -2
  18. package/dist/src/components/molecules/BaseBoxList/{BaseBoxList.styled.ts → BaseBoxList.scss} +5 -5
  19. package/dist/src/components/molecules/BaseBoxList/BaseBoxList.tsx +2 -6
  20. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.js +2 -2
  21. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.scss +16 -0
  22. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.tsx +3 -3
  23. package/dist/src/components/molecules/BottomFixedBar/BottomFixedBar.js +2 -2
  24. package/dist/src/components/molecules/BottomFixedBar/BottomFixedBar.scss +49 -0
  25. package/dist/src/components/molecules/BottomFixedBar/BottomFixedBar.tsx +3 -3
  26. package/dist/src/components/molecules/BottomOverlay/BottomOverlay.js +2 -2
  27. package/dist/src/components/molecules/BottomOverlay/BottomOverlay.scss +93 -0
  28. package/dist/src/components/molecules/BottomOverlay/BottomOverlay.tsx +3 -3
  29. package/dist/src/components/molecules/BoxForm/BoxForm.js +2 -2
  30. package/dist/src/components/molecules/BoxForm/BoxForm.scss +129 -0
  31. package/dist/src/components/molecules/BoxForm/BoxForm.tsx +3 -3
  32. package/dist/src/components/molecules/Breadcrumb/Breadcrumb.js +2 -2
  33. package/dist/src/components/molecules/Breadcrumb/Breadcrumb.scss +7 -0
  34. package/dist/src/components/molecules/Breadcrumb/Breadcrumb.tsx +3 -3
  35. package/dist/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.js +1 -2
  36. package/dist/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.scss +42 -0
  37. package/dist/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.tsx +2 -3
  38. package/dist/src/components/molecules/CountDownMessage/CountDownMessage.js +1 -2
  39. package/dist/src/components/molecules/CountDownMessage/CountDownMessage.scss +37 -0
  40. package/dist/src/components/molecules/CountDownMessage/CountDownMessage.tsx +3 -4
  41. package/dist/src/components/molecules/EmailContactBox/EmailContactBox.js +2 -2
  42. package/dist/src/components/molecules/EmailContactBox/{EmailContactBox.styled.ts → EmailContactBox.scss} +3 -3
  43. package/dist/src/components/molecules/EmailContactBox/EmailContactBox.tsx +3 -3
  44. package/dist/src/components/molecules/ExpertCardList/ExpertCardList.js +1 -2
  45. package/dist/src/components/molecules/ExpertCardList/ExpertCardList.scss +14 -0
  46. package/dist/src/components/molecules/ExpertCardList/ExpertCardList.tsx +1 -2
  47. package/dist/src/components/molecules/FaqItem/FaqItem.js +6 -5
  48. package/dist/src/components/molecules/FaqItem/{FaqItem.styled.ts → FaqItem.scss} +5 -4
  49. package/dist/src/components/molecules/FaqItem/FaqItem.tsx +10 -9
  50. package/dist/src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardList.js +2 -2
  51. package/dist/src/components/molecules/FeatureRatafiaCardList/{FeatureRatafiaCardList.styled.ts → FeatureRatafiaCardList.scss} +2 -4
  52. package/dist/src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardList.tsx +3 -3
  53. package/dist/src/components/molecules/Feedback/Feedback.js +2 -2
  54. package/dist/src/components/molecules/Feedback/Feedback.scss +109 -0
  55. package/dist/src/components/molecules/Feedback/Feedback.tsx +3 -3
  56. package/dist/src/components/molecules/FreeDocModalContent/FreeDocModalContent.js +2 -2
  57. package/dist/src/components/molecules/FreeDocModalContent/{FreeDocModalContent.styled.ts → FreeDocModalContent.scss} +10 -10
  58. package/dist/src/components/molecules/FreeDocModalContent/FreeDocModalContent.tsx +3 -3
  59. package/dist/src/components/molecules/HeaderRatafia/HeaderRatafia.js +2 -2
  60. package/dist/src/components/molecules/HeaderRatafia/HeaderRatafia.scss +31 -0
  61. package/dist/src/components/molecules/HeaderRatafia/HeaderRatafia.tsx +3 -3
  62. package/dist/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.js +2 -2
  63. package/dist/src/components/molecules/KeyFactCardListRatafia/{KeyFactCardListRatafia.styled.ts → KeyFactCardListRatafia.scss} +3 -3
  64. package/dist/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.tsx +3 -3
  65. package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.js +2 -2
  66. package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.scss +32 -0
  67. package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.tsx +3 -3
  68. package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.js +2 -2
  69. package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.tsx +3 -3
  70. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.js +2 -2
  71. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.scss +69 -0
  72. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.tsx +3 -3
  73. package/dist/src/components/molecules/MoreDocsDesktop/MoreDocsDesktop.js +2 -2
  74. package/dist/src/components/molecules/MoreDocsDesktop/{MoreDocsDesktop.styled.ts → MoreDocsDesktop.scss} +8 -9
  75. package/dist/src/components/molecules/MoreDocsDesktop/MoreDocsDesktop.tsx +3 -3
  76. package/dist/src/components/molecules/MoreDocsMobile/MoreDocsMobile.js +3 -3
  77. package/dist/src/components/molecules/MoreDocsMobile/MoreDocsMobile.scss +71 -0
  78. package/dist/src/components/molecules/MoreDocsMobile/MoreDocsMobile.tsx +3 -3
  79. package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.js +2 -2
  80. package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.scss +33 -0
  81. package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.tsx +3 -3
  82. package/dist/src/components/molecules/Pagination/Pagination.js +2 -2
  83. package/dist/src/components/molecules/Pagination/Pagination.scss +62 -0
  84. package/dist/src/components/molecules/Pagination/Pagination.tsx +3 -3
  85. package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.js +1 -2
  86. package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.scss +60 -0
  87. package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.tsx +2 -3
  88. package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.js +2 -2
  89. package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.scss +33 -0
  90. package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.tsx +3 -3
  91. package/dist/src/components/molecules/PopularDocs/PopularDocs.js +2 -2
  92. package/dist/src/components/molecules/PopularDocs/{PopularDocs.styled.ts → PopularDocs.scss} +6 -7
  93. package/dist/src/components/molecules/PopularDocs/PopularDocs.tsx +3 -3
  94. package/dist/src/components/molecules/PricingCard/PricingCard.js +2 -2
  95. package/dist/src/components/molecules/PricingCard/PricingCard.scss +186 -0
  96. package/dist/src/components/molecules/PricingCard/PricingCard.tsx +3 -6
  97. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.js +1 -2
  98. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.scss +93 -0
  99. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.tsx +2 -3
  100. package/dist/src/components/molecules/Snackbar/Snackbar.js +2 -2
  101. package/dist/src/components/molecules/Snackbar/Snackbar.scss +135 -0
  102. package/dist/src/components/molecules/Snackbar/Snackbar.tsx +3 -3
  103. package/dist/src/components/molecules/StepGetForm/StepGetForm.js +2 -2
  104. package/dist/src/components/molecules/StepGetForm/{StepGetForm.styled.ts → StepGetForm.scss} +13 -13
  105. package/dist/src/components/molecules/StepGetForm/StepGetForm.tsx +3 -3
  106. package/dist/src/components/molecules/StepRatafiaCardList/StepRatafiaCardList.js +1 -2
  107. package/dist/src/components/molecules/StepRatafiaCardList/StepRatafiaCardList.tsx +2 -3
  108. package/dist/src/components/molecules/TagsRatafiaList/TagsRatafiaList.js +2 -2
  109. package/dist/src/components/molecules/TagsRatafiaList/TagsRatafiaList.scss +5 -0
  110. package/dist/src/components/molecules/TagsRatafiaList/TagsRatafiaList.tsx +3 -3
  111. package/dist/src/components/molecules/TextInput/TextInput.js +1 -0
  112. package/dist/src/components/molecules/TextInput/TextInput.tsx +1 -0
  113. package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.js +2 -2
  114. package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.scss +14 -0
  115. package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.tsx +3 -3
  116. package/dist/src/components/molecules/TypeModulesList/TypeModulesList.js +1 -2
  117. package/dist/src/components/molecules/TypeModulesList/{TypeModulesList.styled.ts → TypeModulesList.scss} +11 -11
  118. package/dist/src/components/molecules/TypeModulesList/TypeModulesList.tsx +2 -3
  119. package/dist/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.js +2 -2
  120. package/dist/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.scss +63 -0
  121. package/dist/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.tsx +3 -8
  122. package/dist/src/components/organisms/ArticlesList/ArticlesList.js +2 -2
  123. package/dist/src/components/organisms/ArticlesList/ArticlesList.tsx +2 -2
  124. package/dist/src/components/organisms/ArticlesList/ArticlesListProps.types.d.ts +1 -0
  125. package/dist/src/components/organisms/ArticlesList/ArticlesListProps.types.ts +1 -0
  126. package/dist/src/components/organisms/LayoutRatafia/LayoutRatafia.scss +1 -1
  127. package/dist/src/components/sections/BlogSection/BlogSection.js +5 -4
  128. package/dist/src/components/sections/BlogSection/BlogSection.scss +54 -0
  129. package/dist/src/components/sections/BlogSection/BlogSection.styled.js +21 -0
  130. package/dist/src/components/sections/BlogSection/BlogSection.styled.ts +21 -0
  131. package/dist/src/components/sections/BlogSection/BlogSection.tsx +10 -6
  132. package/dist/src/components/sections/BlogSection/BlogSectionProps.types.d.ts +2 -1
  133. package/dist/src/components/sections/BlogSection/BlogSectionProps.types.ts +2 -1
  134. package/dist/src/custom.d.ts +1 -1
  135. package/dist/src/globalStyles/styles.scss +43 -3
  136. package/dist/tsconfig.build.tsbuildinfo +1 -1
  137. package/package.json +1 -1
  138. package/dist/src/components/molecules/AccordionItem/AccordionItem.styled.d.ts +0 -1
  139. package/dist/src/components/molecules/AccordionItem/AccordionItem.styled.js +0 -69
  140. package/dist/src/components/molecules/ActionButtonHeaderRatafiaCardList/ActionButtonHeaderRatafiaCardList.styled.d.ts +0 -1
  141. package/dist/src/components/molecules/ActionButtonHeaderRatafiaCardList/ActionButtonHeaderRatafiaCardList.styled.js +0 -7
  142. package/dist/src/components/molecules/ActionButtonHeaderRatafiaCardList/ActionButtonHeaderRatafiaCardList.styled.ts +0 -8
  143. package/dist/src/components/molecules/AlsoKnownAs/AlsoKnownAs.styled.d.ts +0 -1
  144. package/dist/src/components/molecules/AlsoKnownAs/AlsoKnownAs.styled.js +0 -28
  145. package/dist/src/components/molecules/Article/Article.styled.d.ts +0 -1
  146. package/dist/src/components/molecules/Article/Article.styled.js +0 -65
  147. package/dist/src/components/molecules/BaseBoxList/BaseBoxList.styled.d.ts +0 -1
  148. package/dist/src/components/molecules/BaseBoxList/BaseBoxList.styled.js +0 -25
  149. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.styled.d.ts +0 -1
  150. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.styled.js +0 -15
  151. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.styled.ts +0 -16
  152. package/dist/src/components/molecules/BottomFixedBar/BottomFixedBar.styled.d.ts +0 -1
  153. package/dist/src/components/molecules/BottomFixedBar/BottomFixedBar.styled.js +0 -50
  154. package/dist/src/components/molecules/BottomFixedBar/BottomFixedBar.styled.ts +0 -51
  155. package/dist/src/components/molecules/BottomOverlay/BottomOverlay.styled.d.ts +0 -1
  156. package/dist/src/components/molecules/BottomOverlay/BottomOverlay.styled.js +0 -94
  157. package/dist/src/components/molecules/BottomOverlay/BottomOverlay.styled.ts +0 -95
  158. package/dist/src/components/molecules/BoxForm/BoxForm.styled.d.ts +0 -1
  159. package/dist/src/components/molecules/BoxForm/BoxForm.styled.js +0 -127
  160. package/dist/src/components/molecules/BoxForm/BoxForm.styled.ts +0 -128
  161. package/dist/src/components/molecules/Breadcrumb/Breadcrumb.styled.d.ts +0 -1
  162. package/dist/src/components/molecules/Breadcrumb/Breadcrumb.styled.js +0 -10
  163. package/dist/src/components/molecules/Breadcrumb/Breadcrumb.styled.ts +0 -11
  164. package/dist/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.styled.d.ts +0 -1
  165. package/dist/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.styled.js +0 -45
  166. package/dist/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.styled.ts +0 -46
  167. package/dist/src/components/molecules/CountDownMessage/CountDownMessage.styled.d.ts +0 -1
  168. package/dist/src/components/molecules/CountDownMessage/CountDownMessage.styled.js +0 -38
  169. package/dist/src/components/molecules/CountDownMessage/CountDownMessage.styled.ts +0 -39
  170. package/dist/src/components/molecules/EmailContactBox/EmailContactBox.styled.d.ts +0 -1
  171. package/dist/src/components/molecules/EmailContactBox/EmailContactBox.styled.js +0 -34
  172. package/dist/src/components/molecules/ExpertCardList/ExpertCardList.styled.d.ts +0 -1
  173. package/dist/src/components/molecules/ExpertCardList/ExpertCardList.styled.js +0 -13
  174. package/dist/src/components/molecules/ExpertCardList/ExpertCardList.styled.ts +0 -14
  175. package/dist/src/components/molecules/FaqItem/FaqItem.styled.d.ts +0 -1
  176. package/dist/src/components/molecules/FaqItem/FaqItem.styled.js +0 -61
  177. package/dist/src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardList.styled.d.ts +0 -1
  178. package/dist/src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardList.styled.js +0 -9
  179. package/dist/src/components/molecules/Feedback/Feedback.styled.d.ts +0 -1
  180. package/dist/src/components/molecules/Feedback/Feedback.styled.js +0 -114
  181. package/dist/src/components/molecules/Feedback/Feedback.styled.ts +0 -115
  182. package/dist/src/components/molecules/FreeDocModalContent/FreeDocModalContent.styled.d.ts +0 -1
  183. package/dist/src/components/molecules/FreeDocModalContent/FreeDocModalContent.styled.js +0 -109
  184. package/dist/src/components/molecules/HeaderRatafia/HeaderRatafia.styled.d.ts +0 -1
  185. package/dist/src/components/molecules/HeaderRatafia/HeaderRatafia.styled.js +0 -32
  186. package/dist/src/components/molecules/HeaderRatafia/HeaderRatafia.styled.ts +0 -33
  187. package/dist/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.styled.d.ts +0 -1
  188. package/dist/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.styled.js +0 -20
  189. package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.styled.d.ts +0 -1
  190. package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.styled.js +0 -33
  191. package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.styled.ts +0 -34
  192. package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.styled.d.ts +0 -1
  193. package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.styled.js +0 -30
  194. package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.styled.ts +0 -31
  195. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.styled.d.ts +0 -1
  196. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.styled.js +0 -69
  197. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.styled.ts +0 -70
  198. package/dist/src/components/molecules/MoreDocsDesktop/MoreDocsDesktop.styled.d.ts +0 -1
  199. package/dist/src/components/molecules/MoreDocsDesktop/MoreDocsDesktop.styled.js +0 -74
  200. package/dist/src/components/molecules/MoreDocsMobile/MoreDocsMobile.styled.d.ts +0 -1
  201. package/dist/src/components/molecules/MoreDocsMobile/MoreDocsMobile.styled.js +0 -72
  202. package/dist/src/components/molecules/MoreDocsMobile/MoreDocsMobile.styled.ts +0 -73
  203. package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.styled.d.ts +0 -1
  204. package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.styled.js +0 -35
  205. package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.styled.ts +0 -36
  206. package/dist/src/components/molecules/Pagination/Pagination.styled.d.ts +0 -1
  207. package/dist/src/components/molecules/Pagination/Pagination.styled.js +0 -63
  208. package/dist/src/components/molecules/Pagination/Pagination.styled.ts +0 -64
  209. package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.styled.d.ts +0 -1
  210. package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.styled.js +0 -59
  211. package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.styled.ts +0 -60
  212. package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.styled.d.ts +0 -1
  213. package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.styled.js +0 -32
  214. package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.styled.ts +0 -33
  215. package/dist/src/components/molecules/PopularDocs/PopularDocs.styled.d.ts +0 -1
  216. package/dist/src/components/molecules/PopularDocs/PopularDocs.styled.js +0 -34
  217. package/dist/src/components/molecules/PricingCard/PricingCard.styled.d.ts +0 -1
  218. package/dist/src/components/molecules/PricingCard/PricingCard.styled.js +0 -189
  219. package/dist/src/components/molecules/PricingCard/PricingCard.styled.ts +0 -190
  220. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.d.ts +0 -1
  221. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.js +0 -93
  222. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.ts +0 -94
  223. package/dist/src/components/molecules/Snackbar/Snackbar.styled.d.ts +0 -1
  224. package/dist/src/components/molecules/Snackbar/Snackbar.styled.js +0 -139
  225. package/dist/src/components/molecules/Snackbar/Snackbar.styled.ts +0 -140
  226. package/dist/src/components/molecules/StepGetForm/StepGetForm.styled.d.ts +0 -1
  227. package/dist/src/components/molecules/StepGetForm/StepGetForm.styled.js +0 -104
  228. package/dist/src/components/molecules/StepRatafiaCardList/StepRatafiaCardList.styled.d.ts +0 -1
  229. package/dist/src/components/molecules/StepRatafiaCardList/StepRatafiaCardList.styled.js +0 -19
  230. package/dist/src/components/molecules/StepRatafiaCardList/StepRatafiaCardList.styled.ts +0 -20
  231. package/dist/src/components/molecules/TagsRatafiaList/TagsRatafiaList.styled.d.ts +0 -1
  232. package/dist/src/components/molecules/TagsRatafiaList/TagsRatafiaList.styled.js +0 -6
  233. package/dist/src/components/molecules/TagsRatafiaList/TagsRatafiaList.styled.ts +0 -7
  234. package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.styled.d.ts +0 -1
  235. package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.styled.js +0 -14
  236. package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.styled.ts +0 -15
  237. package/dist/src/components/molecules/TypeModulesList/TypeModulesList.styled.d.ts +0 -1
  238. package/dist/src/components/molecules/TypeModulesList/TypeModulesList.styled.js +0 -107
  239. package/dist/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.styled.d.ts +0 -1
  240. package/dist/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.styled.js +0 -64
  241. package/dist/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.styled.ts +0 -65
@@ -1 +0,0 @@
1
- export declare const AccordionItemStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,69 +0,0 @@
1
- import styled from 'styled-components';
2
- export const AccordionItemStyled = styled.div `
3
- overflow: hidden;
4
- border-bottom: 1px solid var(--neutral-neutral-4);
5
-
6
- &:first-child {
7
- border-top: 1px solid var(--neutral-neutral-4);
8
- }
9
-
10
- &:last-child {
11
- border-bottom-left-radius: 4px;
12
- border-bottom-right-radius: 4px;
13
- }
14
-
15
- .accordion__button {
16
- border-right: 1px solid var(--neutral-neutral-4);
17
- border-left: 1px solid var(--neutral-neutral-4);
18
- width: 100%;
19
- text-align: left;
20
- padding: 1rem 1.5rem;
21
- display: flex;
22
- align-items: center;
23
- justify-content: space-between;
24
- background: var(--neutral-neutral-6);
25
- border-bottom: none;
26
- border-top: none;
27
- cursor: pointer;
28
- font-family: Inter;
29
- font-size: 16px;
30
- font-style: normal;
31
- font-weight: 400;
32
- line-height: 22px;
33
- letter-spacing: -0.3px;
34
-
35
- &.--success {
36
- background: #eff7f5;
37
- }
38
-
39
- &.--locked {
40
- cursor: not-allowed;
41
- }
42
-
43
- &:not(.--locked):hover {
44
- background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.04), transparent);
45
- }
46
- }
47
-
48
- .accordion__title {
49
- color: var(--primary-main-dark-1);
50
- font-family: Inter;
51
- font-size: 18px;
52
- font-style: normal;
53
- font-weight: 700;
54
- line-height: 24px;
55
- letter-spacing: -0.3px;
56
-
57
- &.--locked {
58
- color: var(--neutral-neutral-2);
59
- }
60
- }
61
-
62
- .accordion__content {
63
- padding: 0 1.5rem;
64
- transition: height 0.7s ease-in-out;
65
- border-right: 1px solid var(--neutral-neutral-4);
66
- border-left: 1px solid var(--neutral-neutral-4);
67
- border-bottom: none;
68
- }
69
- `;
@@ -1 +0,0 @@
1
- export declare const ActionButtonHeaderRatafiaCardListStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,7 +0,0 @@
1
- import styled from 'styled-components';
2
- export const ActionButtonHeaderRatafiaCardListStyled = styled.div `
3
- display: flex;
4
- align-items: center;
5
- gap: 1rem;
6
- border-radius: 4px 4px 0 0;
7
- `;
@@ -1,8 +0,0 @@
1
- import styled from 'styled-components'
2
-
3
- export const ActionButtonHeaderRatafiaCardListStyled = styled.div`
4
- display: flex;
5
- align-items: center;
6
- gap: 1rem;
7
- border-radius: 4px 4px 0 0;
8
- `
@@ -1 +0,0 @@
1
- export declare const AlsoKnownAsStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,28 +0,0 @@
1
- import styled from 'styled-components';
2
- export const AlsoKnownAsStyled = styled.div `
3
- display: flex;
4
- align-items: center;
5
- gap: calc(1rem / 2);
6
- flex-wrap: wrap;
7
-
8
- .title {
9
- display: flex;
10
- align-items: center;
11
- gap: calc(1rem / 4);
12
- flex-wrap: nowrap;
13
-
14
- svg {
15
- width: 18px;
16
- height: 18px;
17
- fill: var(--secondary-main-dark-1);
18
- }
19
-
20
- .text {
21
- color: var(--Neutral-600, #6d7275);
22
- font-size: 0.875rem;
23
- line-height: 18px;
24
- letter-spacing: -0.3px;
25
- white-space: nowrap;
26
- }
27
- }
28
- `;
@@ -1 +0,0 @@
1
- export declare const ArticleStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,65 +0,0 @@
1
- import { device } from '../../../globalStyles/breakpoints';
2
- import styled from 'styled-components';
3
- export const ArticleStyled = styled.div `
4
- display: flex;
5
- flex-flow: row wrap;
6
- flex: 1 1 0;
7
- border-radius: var(--global-border-radius);
8
- box-shadow: var(--box-shadow-small);
9
- max-width: $md;
10
- margin: 1rem 0;
11
-
12
- @media ${device.laptop} {
13
- margin: 0 0.5rem;
14
- }
15
-
16
- .image {
17
- object-fit: cover;
18
- object-position: 25%;
19
- height: 13em;
20
- width: 100%;
21
-
22
- @media ${device['landscape-tablets']} {
23
- width: 35%;
24
- height: auto;
25
- }
26
- }
27
-
28
- .information {
29
- width: 100%;
30
- padding: 1rem 1.5rem 0;
31
- text-align: left;
32
- max-width: 100%;
33
-
34
- @media ${device['landscape-tablets']} {
35
- width: 65%;
36
- height: 100%;
37
- }
38
-
39
- .title {
40
- font-weight: bold;
41
- }
42
-
43
- .summary {
44
- color: #6d7275;
45
- margin: 0.5rem 0;
46
- display: -webkit-box;
47
- -webkit-line-clamp: 5;
48
- -webkit-box-orient: vertical;
49
- overflow: hidden;
50
- text-overflow: ellipsis;
51
-
52
- @media ${device['landscape-tablets']} {
53
- margin: 0;
54
- padding: 0.5rem 0;
55
- }
56
- }
57
-
58
- .e-button {
59
- margin: 2.5rem 0 1rem -1rem;
60
- @media ${device.laptop} {
61
- margin-top: 0;
62
- }
63
- }
64
- }
65
- `;
@@ -1 +0,0 @@
1
- export declare const BaseBoxListStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,25 +0,0 @@
1
- import styled from 'styled-components';
2
- export const BaseBoxListStyled = styled.div `
3
- display: block;
4
- .base-box {
5
- &:first-child:not(:last-child) {
6
- border-radius: 4px 4px 0 0;
7
- }
8
-
9
- &:not(:last-child):not(:first-child) {
10
- border-top: none;
11
- border-radius: 0;
12
- }
13
-
14
- &:last-child:not(:first-child) {
15
- border-top: none;
16
- border-radius: 0 0 4px 4px;
17
- }
18
- }
19
-
20
- .base-box-group--padded {
21
- .base-box {
22
- padding: 2rem;
23
- }
24
- }
25
- `;
@@ -1 +0,0 @@
1
- export declare const BenefitRatafiaCardListStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,15 +0,0 @@
1
- import { device } from '../../../globalStyles/breakpoints';
2
- import styled from 'styled-components';
3
- export const BenefitRatafiaCardListStyled = styled.div `
4
- display: flex;
5
- flex-direction: column;
6
- justify-content: center;
7
- align-items: center;
8
- align-self: stretch;
9
- gap: 1rem;
10
-
11
- @media ${device.laptop} {
12
- flex-direction: row;
13
- gap: 2rem;
14
- }
15
- `;
@@ -1,16 +0,0 @@
1
- import { device } from '../../../globalStyles/breakpoints'
2
- import styled from 'styled-components'
3
-
4
- export const BenefitRatafiaCardListStyled = styled.div`
5
- display: flex;
6
- flex-direction: column;
7
- justify-content: center;
8
- align-items: center;
9
- align-self: stretch;
10
- gap: 1rem;
11
-
12
- @media ${device.laptop} {
13
- flex-direction: row;
14
- gap: 2rem;
15
- }
16
- `
@@ -1 +0,0 @@
1
- export declare const BottomFixedBarStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,50 +0,0 @@
1
- import { device } from '../../../globalStyles/breakpoints';
2
- import styled from 'styled-components';
3
- export const BottomFixedBarStyled = styled.div `
4
- padding: 0 1.5rem 1rem;
5
- display: flex;
6
- z-index: 3;
7
- bottom: 0;
8
- flex-direction: column;
9
- align-items: center;
10
- justify-content: center;
11
- width: 100%;
12
- background-color: black;
13
- color: var(--others-white);
14
-
15
- @media ${device['portrait-tablets']} {
16
- flex-direction: row;
17
- align-items: center;
18
- padding-bottom: 0;
19
- }
20
-
21
- .bottom-fixed-bar {
22
- &__text {
23
- margin-top: 1rem;
24
- margin-bottom: 0.5rem;
25
- max-width: 48rem;
26
-
27
- @media ${device['portrait-tablets']} {
28
- margin-bottom: 1rem;
29
- margin-right: 1.5rem;
30
- }
31
-
32
- @media ${device.laptop} {
33
- margin-right: 2.5rem;
34
- }
35
-
36
- a {
37
- text-decoration: underline;
38
- color: var(--others-white);
39
- }
40
-
41
- p {
42
- margin-bottom: 0;
43
- }
44
- }
45
-
46
- &__button-container > .e-button {
47
- white-space: nowrap;
48
- }
49
- }
50
- `;
@@ -1,51 +0,0 @@
1
- import { device } from '../../../globalStyles/breakpoints'
2
- import styled from 'styled-components'
3
-
4
- export const BottomFixedBarStyled = styled.div`
5
- padding: 0 1.5rem 1rem;
6
- display: flex;
7
- z-index: 3;
8
- bottom: 0;
9
- flex-direction: column;
10
- align-items: center;
11
- justify-content: center;
12
- width: 100%;
13
- background-color: black;
14
- color: var(--others-white);
15
-
16
- @media ${device['portrait-tablets']} {
17
- flex-direction: row;
18
- align-items: center;
19
- padding-bottom: 0;
20
- }
21
-
22
- .bottom-fixed-bar {
23
- &__text {
24
- margin-top: 1rem;
25
- margin-bottom: 0.5rem;
26
- max-width: 48rem;
27
-
28
- @media ${device['portrait-tablets']} {
29
- margin-bottom: 1rem;
30
- margin-right: 1.5rem;
31
- }
32
-
33
- @media ${device.laptop} {
34
- margin-right: 2.5rem;
35
- }
36
-
37
- a {
38
- text-decoration: underline;
39
- color: var(--others-white);
40
- }
41
-
42
- p {
43
- margin-bottom: 0;
44
- }
45
- }
46
-
47
- &__button-container > .e-button {
48
- white-space: nowrap;
49
- }
50
- }
51
- `
@@ -1 +0,0 @@
1
- export declare const BottomOverlayStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,94 +0,0 @@
1
- import { device } from '../../../globalStyles/breakpoints';
2
- import styled from 'styled-components';
3
- export const BottomOverlayStyled = styled.div `
4
- position: fixed;
5
- top: 0;
6
- left: 0;
7
- width: 100%;
8
- height: 100%;
9
- z-index: 1001;
10
- visibility: hidden;
11
-
12
- &.show {
13
- visibility: visible;
14
-
15
- .bottom-overlay__background {
16
- opacity: 0.8;
17
- }
18
-
19
- .bottom-overlay__nav {
20
- transform: translateY(0);
21
- }
22
- }
23
-
24
- .bottom-overlay {
25
- &__background {
26
- background-color: var(--primary-main-dark-2);
27
- position: absolute;
28
- width: 100%;
29
- height: 100%;
30
- top: 0;
31
- left: 0;
32
- z-index: 1;
33
- opacity: 0;
34
- transition: opacity ease-out 0.3s;
35
- }
36
-
37
- &__nav {
38
- background: var(--others-white);
39
- border-top-left-radius: var(--global-border-radius);
40
- border-top-right-radius: var(--global-border-radius);
41
- bottom: 0;
42
- position: absolute;
43
- transform: translateY(100%);
44
- transition: transform 0.5s ease-in-out;
45
- width: 100%;
46
- z-index: 2;
47
-
48
- @media ${device['landscape-tablets']} {
49
- display: block;
50
- transform: translateY(0);
51
- }
52
-
53
- .overlay__delimiter {
54
- padding: 0.5rem 0 1.5rem;
55
-
56
- @media ${device['landscape-tablets']} {
57
- display: none;
58
- }
59
-
60
- &:after {
61
- content: '';
62
- background: var(--neutral-neutral-3);
63
- border-radius: var(--global-border-radius);
64
- display: block;
65
- height: 0.25rem;
66
- margin: 0 auto;
67
- width: 7.5rem;
68
- }
69
-
70
- &.overlay__delimiter__scrolling {
71
- box-shadow: var(--box-shadow-small);
72
- position: relative;
73
- z-index: 1;
74
- }
75
- }
76
-
77
- .overlay__scrollable-section {
78
- position: sticky;
79
- max-height: 21rem;
80
- min-height: 8.5rem;
81
- display: flex;
82
- overflow-y: scroll;
83
- padding-left: 1.5rem;
84
- padding-right: 1.5rem;
85
- width: 100%;
86
- }
87
-
88
- .overlay__footer {
89
- border-top: solid 1px var(--neutral-neutral-4);
90
- padding: 1.5rem 1.5rem 2rem;
91
- }
92
- }
93
- }
94
- `;
@@ -1,95 +0,0 @@
1
- import { device } from '../../../globalStyles/breakpoints'
2
- import styled from 'styled-components'
3
-
4
- export const BottomOverlayStyled = styled.div`
5
- position: fixed;
6
- top: 0;
7
- left: 0;
8
- width: 100%;
9
- height: 100%;
10
- z-index: 1001;
11
- visibility: hidden;
12
-
13
- &.show {
14
- visibility: visible;
15
-
16
- .bottom-overlay__background {
17
- opacity: 0.8;
18
- }
19
-
20
- .bottom-overlay__nav {
21
- transform: translateY(0);
22
- }
23
- }
24
-
25
- .bottom-overlay {
26
- &__background {
27
- background-color: var(--primary-main-dark-2);
28
- position: absolute;
29
- width: 100%;
30
- height: 100%;
31
- top: 0;
32
- left: 0;
33
- z-index: 1;
34
- opacity: 0;
35
- transition: opacity ease-out 0.3s;
36
- }
37
-
38
- &__nav {
39
- background: var(--others-white);
40
- border-top-left-radius: var(--global-border-radius);
41
- border-top-right-radius: var(--global-border-radius);
42
- bottom: 0;
43
- position: absolute;
44
- transform: translateY(100%);
45
- transition: transform 0.5s ease-in-out;
46
- width: 100%;
47
- z-index: 2;
48
-
49
- @media ${device['landscape-tablets']} {
50
- display: block;
51
- transform: translateY(0);
52
- }
53
-
54
- .overlay__delimiter {
55
- padding: 0.5rem 0 1.5rem;
56
-
57
- @media ${device['landscape-tablets']} {
58
- display: none;
59
- }
60
-
61
- &:after {
62
- content: '';
63
- background: var(--neutral-neutral-3);
64
- border-radius: var(--global-border-radius);
65
- display: block;
66
- height: 0.25rem;
67
- margin: 0 auto;
68
- width: 7.5rem;
69
- }
70
-
71
- &.overlay__delimiter__scrolling {
72
- box-shadow: var(--box-shadow-small);
73
- position: relative;
74
- z-index: 1;
75
- }
76
- }
77
-
78
- .overlay__scrollable-section {
79
- position: sticky;
80
- max-height: 21rem;
81
- min-height: 8.5rem;
82
- display: flex;
83
- overflow-y: scroll;
84
- padding-left: 1.5rem;
85
- padding-right: 1.5rem;
86
- width: 100%;
87
- }
88
-
89
- .overlay__footer {
90
- border-top: solid 1px var(--neutral-neutral-4);
91
- padding: 1.5rem 1.5rem 2rem;
92
- }
93
- }
94
- }
95
- `
@@ -1 +0,0 @@
1
- export declare const BoxFormStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,127 +0,0 @@
1
- import { device } from '../../../globalStyles/breakpoints';
2
- import styled from 'styled-components';
3
- export const BoxFormStyled = styled.div `
4
- background: var(--others-white);
5
- border-radius: var(--global-border-radius);
6
- box-shadow: var(--box-shadow-container);
7
- padding-left: 1.5rem;
8
- padding-right: 1.5rem;
9
-
10
- @media ${device.desktop} {
11
- padding-left: 2rem;
12
- padding-right: 2rem;
13
- }
14
- .box--form__title {
15
- color: var(--neutral-neutral-1);
16
- font-family: var(--font-sans);
17
- font-weight: bold;
18
- width: 95%;
19
-
20
- @media (max-width: 369px) {
21
- font-size: 1rem;
22
- }
23
- }
24
-
25
- .box--form__close {
26
- display: flex;
27
- line-height: 1rem;
28
- color: var(--neutral-neutral-1);
29
- font-size: 35px;
30
- font-weight: lighter;
31
- justify-content: flex-end;
32
-
33
- &:hover,
34
- &:focus {
35
- color: #000;
36
- text-decoration: none;
37
- cursor: pointer;
38
- }
39
- }
40
-
41
- .box--form__header {
42
- display: flex;
43
- border-bottom: solid 1px var(--neutral-neutral-4);
44
- padding: 1.5rem 0 1rem;
45
- }
46
-
47
- .box--form__main {
48
- padding: 2rem 0;
49
-
50
- @media (max-width: 369px) {
51
- padding: 0.5rem 0;
52
- }
53
- }
54
-
55
- .box--form__body:not(:last-child) {
56
- padding-bottom: 1.5rem;
57
-
58
- @media (max-width: 369px) {
59
- padding-bottom: 0.5rem;
60
- }
61
- }
62
-
63
- .box--form__body__footer {
64
- text-align: center;
65
- }
66
-
67
- .box--form__button--main {
68
- margin-bottom: 1rem;
69
- }
70
-
71
- .box--form__button-annotation {
72
- color: var(--neutral-neutral-1);
73
- }
74
-
75
- .box--form__footer {
76
- align-items: center;
77
- border-top: solid 1px var(--neutral-neutral-4);
78
- display: flex;
79
- justify-content: space-between;
80
- padding: 1.5rem 0 1rem 0;
81
-
82
- @media ${device['portrait-tablets']} {
83
- .e-button {
84
- white-space: nowrap;
85
- }
86
- }
87
-
88
- @media (max-width: 369px) {
89
- padding: 0.5rem 0 1rem 0;
90
- }
91
- }
92
-
93
- .box--form__footer__text {
94
- margin-right: 5px;
95
- width: 60%;
96
-
97
- @media ${device['portrait-tablets']} {
98
- white-space: nowrap;
99
- }
100
- }
101
-
102
- .box--form__link {
103
- color: var(--button-hover);
104
- }
105
-
106
- .body-container {
107
- display: flex;
108
- flex-direction: column;
109
-
110
- .label {
111
- font-weight: 900;
112
- margin-top: 10px;
113
- }
114
-
115
- .input {
116
- margin-top: 10px;
117
- }
118
-
119
- .input.password {
120
- margin-bottom: 15px;
121
- }
122
-
123
- .body-button {
124
- margin-top: 90px;
125
- }
126
- }
127
- `;