@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 HeaderRatafiaStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,32 +0,0 @@
1
- import { device } from '../../../globalStyles/breakpoints';
2
- import styled from 'styled-components';
3
- export const HeaderRatafiaStyled = styled.div `
4
- display: flex;
5
- justify-content: space-between;
6
- align-items: center;
7
- align-self: stretch;
8
-
9
- .header-ratafia {
10
- &__title {
11
- display: flex;
12
- justify-content: center;
13
- align-items: center;
14
- gap: 0.5rem;
15
-
16
- &__icon {
17
- width: 18px;
18
- @media ${device['portrait-tablets']} {
19
- width: 24px;
20
- }
21
- }
22
- &__text {
23
- font-family: 'Inter', sans-serif;
24
- color: var(--neutral-neutral-1);
25
- font-size: 1.125rem;
26
- @media ${device['portrait-tablets']} {
27
- font-size: 1.5rem;
28
- }
29
- }
30
- }
31
- }
32
- `;
@@ -1,33 +0,0 @@
1
- import { device } from '../../../globalStyles/breakpoints'
2
- import styled from 'styled-components'
3
-
4
- export const HeaderRatafiaStyled = styled.div`
5
- display: flex;
6
- justify-content: space-between;
7
- align-items: center;
8
- align-self: stretch;
9
-
10
- .header-ratafia {
11
- &__title {
12
- display: flex;
13
- justify-content: center;
14
- align-items: center;
15
- gap: 0.5rem;
16
-
17
- &__icon {
18
- width: 18px;
19
- @media ${device['portrait-tablets']} {
20
- width: 24px;
21
- }
22
- }
23
- &__text {
24
- font-family: 'Inter', sans-serif;
25
- color: var(--neutral-neutral-1);
26
- font-size: 1.125rem;
27
- @media ${device['portrait-tablets']} {
28
- font-size: 1.5rem;
29
- }
30
- }
31
- }
32
- }
33
- `
@@ -1 +0,0 @@
1
- export declare const KeyFactCardListRatafiaStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,20 +0,0 @@
1
- import styled from 'styled-components';
2
- export const KeyFactCardListRatafiaStyled = styled.div `
3
- display: flex;
4
- flex-direction: column;
5
- align-items: flex-start;
6
- flex: 1 0 0;
7
- align-self: stretch;
8
-
9
- margin-bottom: 1rem;
10
- padding: 0 2rem 1.5rem 1.5rem;
11
- gap: 0.5rem;
12
-
13
- border-radius: 4px;
14
- border-top: 4px solid var(--neutral-neutral-6);
15
- border-bottom: 8px solid var(--neutral-neutral-6);
16
- background: var(--neutral-neutral-6);
17
-
18
- height: 490px;
19
- overflow-y: auto;
20
- `;
@@ -1 +0,0 @@
1
- export declare const MenuItemsSectionStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,33 +0,0 @@
1
- import { device } from '../../../globalStyles/breakpoints';
2
- import styled from 'styled-components';
3
- export const MenuItemsSectionStyled = styled.div `
4
- .menu-items-section {
5
- display: flex;
6
- flex-flow: column nowrap;
7
-
8
- @media ${device['portrait-tablets']} {
9
- max-width: 250px;
10
- }
11
-
12
- &__title-wrapper {
13
- background-color: var(--neutral-neutral-5);
14
- display: flex;
15
- flex-direction: row;
16
- justify-content: center;
17
- padding: 0.5rem;
18
- margin-bottom: 0.5rem;
19
-
20
- @media ${device['portrait-tablets']} {
21
- justify-content: left;
22
- }
23
-
24
- svg {
25
- margin-right: 0.5rem;
26
- }
27
-
28
- &__title {
29
- font-weight: bold;
30
- }
31
- }
32
- }
33
- `;
@@ -1,34 +0,0 @@
1
- import { device } from '../../../globalStyles/breakpoints'
2
- import styled from 'styled-components'
3
-
4
- export const MenuItemsSectionStyled = styled.div`
5
- .menu-items-section {
6
- display: flex;
7
- flex-flow: column nowrap;
8
-
9
- @media ${device['portrait-tablets']} {
10
- max-width: 250px;
11
- }
12
-
13
- &__title-wrapper {
14
- background-color: var(--neutral-neutral-5);
15
- display: flex;
16
- flex-direction: row;
17
- justify-content: center;
18
- padding: 0.5rem;
19
- margin-bottom: 0.5rem;
20
-
21
- @media ${device['portrait-tablets']} {
22
- justify-content: left;
23
- }
24
-
25
- svg {
26
- margin-right: 0.5rem;
27
- }
28
-
29
- &__title {
30
- font-weight: bold;
31
- }
32
- }
33
- }
34
- `
@@ -1 +0,0 @@
1
- export declare const MidBannerRatafiaContentStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,30 +0,0 @@
1
- import styled from 'styled-components';
2
- export const MidBannerRatafiaContentStyled = styled.div `
3
- display: flex;
4
- flex-direction: column;
5
- gap: 2rem;
6
-
7
- .mid-banner-ratafia-content {
8
- &__header {
9
- display: flex;
10
- flex-direction: column;
11
- justify-content: center;
12
- align-items: flex-start;
13
- align-self: stretch;
14
- gap: 1rem;
15
-
16
- &__title {
17
- align-self: stretch;
18
- color: var(--primary-main-dark-2);
19
- }
20
- &__description {
21
- align-self: stretch;
22
- color: var(--neutral-neutral-1);
23
- }
24
- }
25
- &__cta {
26
- align-self: start;
27
- padding: 0.6875rem 1rem;
28
- }
29
- }
30
- `;
@@ -1,31 +0,0 @@
1
- import styled from 'styled-components'
2
-
3
- export const MidBannerRatafiaContentStyled = styled.div`
4
- display: flex;
5
- flex-direction: column;
6
- gap: 2rem;
7
-
8
- .mid-banner-ratafia-content {
9
- &__header {
10
- display: flex;
11
- flex-direction: column;
12
- justify-content: center;
13
- align-items: flex-start;
14
- align-self: stretch;
15
- gap: 1rem;
16
-
17
- &__title {
18
- align-self: stretch;
19
- color: var(--primary-main-dark-2);
20
- }
21
- &__description {
22
- align-self: stretch;
23
- color: var(--neutral-neutral-1);
24
- }
25
- }
26
- &__cta {
27
- align-self: start;
28
- padding: 0.6875rem 1rem;
29
- }
30
- }
31
- `
@@ -1 +0,0 @@
1
- export declare const MidBannerRatafiaSampleStyled: 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 MidBannerRatafiaSampleStyled = styled.div `
3
- display: flex;
4
- align-items: flex-start;
5
- position: relative;
6
-
7
- .mid-banner-ratafia-sample {
8
- &__image {
9
- img {
10
- border-radius: 8px 8px 0 0;
11
- box-shadow: var(--box-shadow-small);
12
- width: 727px;
13
- }
14
- }
15
- &__sumarized-tag {
16
- display: flex;
17
- justify-content: center;
18
- align-items: center;
19
- padding: 0.25rem;
20
- gap: 0.25rem;
21
-
22
- position: absolute;
23
- left: 85px;
24
- top: -13px;
25
-
26
- background: var(--primary-main-light-5);
27
- border-radius: var(--global-border-radius);
28
- border: 1px solid var(--primary-main-light-3);
29
- box-shadow: var(--box-shadow-small);
30
-
31
- &__icon {
32
- width: 16px;
33
- height: 16px;
34
- }
35
- &__text {
36
- color: var(--primary-main);
37
- }
38
- }
39
- &__feature-tag {
40
- display: flex;
41
- justify-content: center;
42
- align-items: center;
43
- padding: 0.5rem;
44
- gap: 0.25rem;
45
-
46
- background: var(--neutral-neutral-6);
47
- border-radius: var(--global-border-radius);
48
- box-shadow: var(--box-shadow-small);
49
-
50
- &__icon {
51
- width: 20px;
52
- height: 20px;
53
- }
54
- &__text {
55
- color: var(--neutral-neutral-2);
56
- }
57
- }
58
- &__feature-tag__key-facts {
59
- position: absolute;
60
- left: -16px;
61
- bottom: 143px;
62
- }
63
- &__feature-tag__clauses {
64
- position: absolute;
65
- right: -16px;
66
- top: 75px;
67
- }
68
- }
69
- `;
@@ -1,70 +0,0 @@
1
- import styled from 'styled-components'
2
-
3
- export const MidBannerRatafiaSampleStyled = styled.div`
4
- display: flex;
5
- align-items: flex-start;
6
- position: relative;
7
-
8
- .mid-banner-ratafia-sample {
9
- &__image {
10
- img {
11
- border-radius: 8px 8px 0 0;
12
- box-shadow: var(--box-shadow-small);
13
- width: 727px;
14
- }
15
- }
16
- &__sumarized-tag {
17
- display: flex;
18
- justify-content: center;
19
- align-items: center;
20
- padding: 0.25rem;
21
- gap: 0.25rem;
22
-
23
- position: absolute;
24
- left: 85px;
25
- top: -13px;
26
-
27
- background: var(--primary-main-light-5);
28
- border-radius: var(--global-border-radius);
29
- border: 1px solid var(--primary-main-light-3);
30
- box-shadow: var(--box-shadow-small);
31
-
32
- &__icon {
33
- width: 16px;
34
- height: 16px;
35
- }
36
- &__text {
37
- color: var(--primary-main);
38
- }
39
- }
40
- &__feature-tag {
41
- display: flex;
42
- justify-content: center;
43
- align-items: center;
44
- padding: 0.5rem;
45
- gap: 0.25rem;
46
-
47
- background: var(--neutral-neutral-6);
48
- border-radius: var(--global-border-radius);
49
- box-shadow: var(--box-shadow-small);
50
-
51
- &__icon {
52
- width: 20px;
53
- height: 20px;
54
- }
55
- &__text {
56
- color: var(--neutral-neutral-2);
57
- }
58
- }
59
- &__feature-tag__key-facts {
60
- position: absolute;
61
- left: -16px;
62
- bottom: 143px;
63
- }
64
- &__feature-tag__clauses {
65
- position: absolute;
66
- right: -16px;
67
- top: 75px;
68
- }
69
- }
70
- `
@@ -1 +0,0 @@
1
- export declare const MoreDocsDesktopStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,74 +0,0 @@
1
- import { device, size } from '../../../globalStyles/breakpoints';
2
- import styled from 'styled-components';
3
- export const MoreDocsDesktopStyled = styled.div `
4
- display: flex;
5
- flex-flow: row nowrap;
6
- justify-content: center;
7
-
8
- .container {
9
- padding: 1rem;
10
- text-align: center;
11
- display: flex;
12
- flex-direction: column;
13
- min-height: 20rem;
14
- align-items: center;
15
-
16
- @media ${device['landscape-tablets']} {
17
- padding: 1rem 1rem 2rem 2rem;
18
- }
19
- @media ${device.desktop} {
20
- padding: 1rem 6rem 2rem 6rem;
21
- }
22
-
23
- .section-title {
24
- text-align: left;
25
- font-family: var(--font-serif);
26
- font-size: 32px;
27
- font-weight: normal;
28
- line-height: 1.31;
29
- letter-spacing: -0.3px;
30
- padding: 0 0 1.5rem 0;
31
- width: 100%;
32
-
33
- @media only screen and (max-width: ${size.md}) {
34
- display: flex;
35
- justify-content: center;
36
- }
37
- }
38
-
39
- .docs-container {
40
- display: flex;
41
- flex-direction: row;
42
-
43
- .docs-column {
44
- display: flex;
45
- flex-direction: column;
46
- min-width: 17rem;
47
- margin: 0 2rem 0 1rem;
48
- cursor: pointer;
49
-
50
- &:first-child {
51
- margin-left: 0;
52
- }
53
- &:last-child {
54
- margin-right: 0;
55
- @media only screen and (max-width: ${size.md}) {
56
- display: none;
57
- }
58
- }
59
- }
60
-
61
- .separation-line {
62
- width: 1px;
63
- height: 196px;
64
- background-color: var(--primary-main-dark-1);
65
- }
66
-
67
- .last-line {
68
- @media only screen and (max-width: ${size.md}) {
69
- display: none;
70
- }
71
- }
72
- }
73
- }
74
- `;
@@ -1 +0,0 @@
1
- export declare const MoreDocsMobileStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,72 +0,0 @@
1
- import styled from 'styled-components';
2
- export const MoreDocsMobileStyled = styled.div `
3
- .more-docs-mobile {
4
- margin: 0px 24px 40px 24px;
5
- padding: 5px 0;
6
- border-radius: 4px;
7
- border: solid 2px #dfe5e8;
8
- display: flex;
9
- flex-direction: column;
10
- align-items: center;
11
- justify-content: space-between;
12
- cursor: pointer;
13
-
14
- .box-closed {
15
- display: flex;
16
- flex-direction: row;
17
- align-items: center;
18
-
19
- .icon-see-more {
20
- transform: rotate(-90deg);
21
-
22
- &:before,
23
- &:after {
24
- background-color: get-color(others, black);
25
- }
26
-
27
- &.open {
28
- transform: rotate(90deg);
29
- }
30
-
31
- svg {
32
- width: 40px;
33
- height: 40px;
34
- }
35
- }
36
-
37
- .box-title {
38
- align-self: center;
39
- margin-right: 4rem;
40
- }
41
- }
42
- }
43
-
44
- .more-docs-list {
45
- margin: -40px 24px 40px 24px;
46
- padding: 16px 8px 16px 8px;
47
- border-radius: 4px;
48
- border: solid 2px #dfe5e8;
49
- display: flex;
50
- flex-direction: column;
51
-
52
- .docs-list {
53
- display: flex;
54
- flex-direction: column;
55
- width: 100%;
56
-
57
- .separation-line {
58
- width: calc(100% - 20px);
59
- height: 1px;
60
- margin: 16px 10px;
61
- background-color: var(--neutral-neutral-3);
62
- }
63
-
64
- &:last-child {
65
- margin-bottom: 1rem;
66
- .separation-line {
67
- display: none;
68
- }
69
- }
70
- }
71
- }
72
- `;
@@ -1,73 +0,0 @@
1
- import styled from 'styled-components'
2
-
3
- export const MoreDocsMobileStyled = styled.div`
4
- .more-docs-mobile {
5
- margin: 0px 24px 40px 24px;
6
- padding: 5px 0;
7
- border-radius: 4px;
8
- border: solid 2px #dfe5e8;
9
- display: flex;
10
- flex-direction: column;
11
- align-items: center;
12
- justify-content: space-between;
13
- cursor: pointer;
14
-
15
- .box-closed {
16
- display: flex;
17
- flex-direction: row;
18
- align-items: center;
19
-
20
- .icon-see-more {
21
- transform: rotate(-90deg);
22
-
23
- &:before,
24
- &:after {
25
- background-color: get-color(others, black);
26
- }
27
-
28
- &.open {
29
- transform: rotate(90deg);
30
- }
31
-
32
- svg {
33
- width: 40px;
34
- height: 40px;
35
- }
36
- }
37
-
38
- .box-title {
39
- align-self: center;
40
- margin-right: 4rem;
41
- }
42
- }
43
- }
44
-
45
- .more-docs-list {
46
- margin: -40px 24px 40px 24px;
47
- padding: 16px 8px 16px 8px;
48
- border-radius: 4px;
49
- border: solid 2px #dfe5e8;
50
- display: flex;
51
- flex-direction: column;
52
-
53
- .docs-list {
54
- display: flex;
55
- flex-direction: column;
56
- width: 100%;
57
-
58
- .separation-line {
59
- width: calc(100% - 20px);
60
- height: 1px;
61
- margin: 16px 10px;
62
- background-color: var(--neutral-neutral-3);
63
- }
64
-
65
- &:last-child {
66
- margin-bottom: 1rem;
67
- .separation-line {
68
- display: none;
69
- }
70
- }
71
- }
72
- }
73
- `
@@ -1 +0,0 @@
1
- export declare const NavBarDropDownStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,35 +0,0 @@
1
- import styled from 'styled-components';
2
- export const NavBarDropDownStyled = styled.div `
3
- position: absolute;
4
- width: 100%;
5
- height: 100vh;
6
- left: 0;
7
- right: 0;
8
- z-index: 4;
9
-
10
- .navbar-drop-down__container {
11
- &__menu_items {
12
- background: var(--others-white);
13
- padding: 1.5rem;
14
- box-shadow: var(--box-shadow-container);
15
- ul {
16
- li {
17
- margin-bottom: 1rem;
18
- padding: 0.5rem 1rem;
19
- }
20
-
21
- li:last-child {
22
- margin-bottom: 0;
23
- }
24
- }
25
- }
26
-
27
- &__shadow {
28
- position: absolute;
29
- background: var(--neutral-neutral-3);
30
- opacity: 0.4;
31
- width: 100%;
32
- height: 100vh;
33
- }
34
- }
35
- `;
@@ -1,36 +0,0 @@
1
- import styled from 'styled-components'
2
-
3
- export const NavBarDropDownStyled = styled.div`
4
- position: absolute;
5
- width: 100%;
6
- height: 100vh;
7
- left: 0;
8
- right: 0;
9
- z-index: 4;
10
-
11
- .navbar-drop-down__container {
12
- &__menu_items {
13
- background: var(--others-white);
14
- padding: 1.5rem;
15
- box-shadow: var(--box-shadow-container);
16
- ul {
17
- li {
18
- margin-bottom: 1rem;
19
- padding: 0.5rem 1rem;
20
- }
21
-
22
- li:last-child {
23
- margin-bottom: 0;
24
- }
25
- }
26
- }
27
-
28
- &__shadow {
29
- position: absolute;
30
- background: var(--neutral-neutral-3);
31
- opacity: 0.4;
32
- width: 100%;
33
- height: 100vh;
34
- }
35
- }
36
- `
@@ -1 +0,0 @@
1
- export declare const PaginationStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;