@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,63 +0,0 @@
1
- import styled from 'styled-components';
2
- export const PaginationStyled = styled.div `
3
- align-items: center;
4
- box-sizing: border-box;
5
- display: flex;
6
- justify-content: center;
7
- user-select: none;
8
- -moz-user-select: none;
9
- -webkit-user-select: none;
10
-
11
- .pagination {
12
- &__control {
13
- display: flex;
14
- svg {
15
- cursor: pointer;
16
- fill: var(--neutral-neutral-2);
17
- width: 1rem;
18
- path {
19
- pointer-events: none;
20
- }
21
- }
22
- &--prev svg {
23
- transform: rotate(180deg);
24
- }
25
- &--hidden {
26
- cursor: default;
27
- pointer-events: none;
28
- visibility: hidden;
29
- }
30
- }
31
-
32
- &__page-wrapper {
33
- display: flex;
34
- margin: 0 1rem;
35
- }
36
-
37
- &__page {
38
- align-items: center;
39
- background: var(--neutral-neutral-6);
40
- border: 2px solid var(--neutral-neutral-3);
41
- border-radius: 4px;
42
- box-sizing: border-box;
43
- color: var(--neutral-neutral-2);
44
- cursor: pointer;
45
- display: flex;
46
- justify-content: center;
47
- height: 2.125rem;
48
- margin: 0 0.25rem;
49
- min-width: 2.125rem;
50
- padding: 0.3rem;
51
-
52
- &--active {
53
- background: var(--neutral-neutral-4);
54
- border: 2px solid var(--neutral-neutral-2);
55
- color: var(--neutral-neutral-1);
56
- }
57
-
58
- &--ellipsis {
59
- cursor: default;
60
- }
61
- }
62
- }
63
- `;
@@ -1,64 +0,0 @@
1
- import styled from 'styled-components'
2
-
3
- export const PaginationStyled = styled.div`
4
- align-items: center;
5
- box-sizing: border-box;
6
- display: flex;
7
- justify-content: center;
8
- user-select: none;
9
- -moz-user-select: none;
10
- -webkit-user-select: none;
11
-
12
- .pagination {
13
- &__control {
14
- display: flex;
15
- svg {
16
- cursor: pointer;
17
- fill: var(--neutral-neutral-2);
18
- width: 1rem;
19
- path {
20
- pointer-events: none;
21
- }
22
- }
23
- &--prev svg {
24
- transform: rotate(180deg);
25
- }
26
- &--hidden {
27
- cursor: default;
28
- pointer-events: none;
29
- visibility: hidden;
30
- }
31
- }
32
-
33
- &__page-wrapper {
34
- display: flex;
35
- margin: 0 1rem;
36
- }
37
-
38
- &__page {
39
- align-items: center;
40
- background: var(--neutral-neutral-6);
41
- border: 2px solid var(--neutral-neutral-3);
42
- border-radius: 4px;
43
- box-sizing: border-box;
44
- color: var(--neutral-neutral-2);
45
- cursor: pointer;
46
- display: flex;
47
- justify-content: center;
48
- height: 2.125rem;
49
- margin: 0 0.25rem;
50
- min-width: 2.125rem;
51
- padding: 0.3rem;
52
-
53
- &--active {
54
- background: var(--neutral-neutral-4);
55
- border: 2px solid var(--neutral-neutral-2);
56
- color: var(--neutral-neutral-1);
57
- }
58
-
59
- &--ellipsis {
60
- cursor: default;
61
- }
62
- }
63
- }
64
- `
@@ -1 +0,0 @@
1
- export declare const PhoneContactBoxDesktopStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,59 +0,0 @@
1
- import { device } from '../../../globalStyles/breakpoints';
2
- import styled from 'styled-components';
3
- export const PhoneContactBoxDesktopStyled = styled.div `
4
- background-color: var(--others-white);
5
- width: 100%;
6
- border-radius: 4px;
7
- margin-bottom: 2rem;
8
- display: none;
9
- padding: 2rem 1.5rem;
10
- text-decoration: none;
11
- box-shadow: 0 2px 6px 0 rgba(2, 55, 74, 0.25);
12
-
13
- @media not all and (min-resolution: 0.001dpcm) {
14
- @supports (-webkit-appearance: none) {
15
- letter-spacing: -1px;
16
- }
17
- }
18
-
19
- @media ${device['landscape-tablets']} {
20
- display: flex;
21
- }
22
-
23
- img {
24
- align-self: center;
25
- &:not(.onlyIE) {
26
- display: block;
27
- @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
28
- display: none;
29
- }
30
- }
31
- &.onlyIE {
32
- display: none;
33
- @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
34
- display: block;
35
- }
36
- }
37
- }
38
-
39
- .phone-contact {
40
- &-info {
41
- margin-left: 1.5rem;
42
- }
43
-
44
- &-phone {
45
- font-size: 1.5rem;
46
- color: var(--primary-main-dark-1);
47
- font-weight: bold;
48
- text-decoration: none;
49
-
50
- @media ${device.laptop} {
51
- font-size: 1.7rem;
52
- }
53
- }
54
-
55
- &-text {
56
- color: var(--neutral-neutral-2);
57
- }
58
- }
59
- `;
@@ -1,60 +0,0 @@
1
- import { device } from '../../../globalStyles/breakpoints'
2
- import styled from 'styled-components'
3
-
4
- export const PhoneContactBoxDesktopStyled = styled.div`
5
- background-color: var(--others-white);
6
- width: 100%;
7
- border-radius: 4px;
8
- margin-bottom: 2rem;
9
- display: none;
10
- padding: 2rem 1.5rem;
11
- text-decoration: none;
12
- box-shadow: 0 2px 6px 0 rgba(2, 55, 74, 0.25);
13
-
14
- @media not all and (min-resolution: 0.001dpcm) {
15
- @supports (-webkit-appearance: none) {
16
- letter-spacing: -1px;
17
- }
18
- }
19
-
20
- @media ${device['landscape-tablets']} {
21
- display: flex;
22
- }
23
-
24
- img {
25
- align-self: center;
26
- &:not(.onlyIE) {
27
- display: block;
28
- @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
29
- display: none;
30
- }
31
- }
32
- &.onlyIE {
33
- display: none;
34
- @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
35
- display: block;
36
- }
37
- }
38
- }
39
-
40
- .phone-contact {
41
- &-info {
42
- margin-left: 1.5rem;
43
- }
44
-
45
- &-phone {
46
- font-size: 1.5rem;
47
- color: var(--primary-main-dark-1);
48
- font-weight: bold;
49
- text-decoration: none;
50
-
51
- @media ${device.laptop} {
52
- font-size: 1.7rem;
53
- }
54
- }
55
-
56
- &-text {
57
- color: var(--neutral-neutral-2);
58
- }
59
- }
60
- `
@@ -1 +0,0 @@
1
- export declare const PhoneContactBoxMobileStyled: 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 PhoneContactBoxMobileStyled = styled.div `
4
- display: block;
5
- padding-top: 1rem;
6
-
7
- @media ${device['landscape-tablets']} {
8
- display: none;
9
- }
10
-
11
- .phone-mobile-contact {
12
- &-button {
13
- display: flex;
14
- justify-content: center;
15
- margin-bottom: 1rem;
16
-
17
- &:before {
18
- content: '';
19
- width: 20px;
20
- height: 20px;
21
- background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBpZD0iZXA3dHIycDdyYSIgZD0iTTIwLjAxIDE1LjM4Yy0xLjIzIDAtMi40Mi0uMi0zLjUzLS41Ni0uMzUtLjEyLS43NC0uMDMtMS4wMS4yNGwtMS41NyAxLjk3Yy0yLjgzLTEuMzUtNS40OC0zLjktNi44OS02LjgzbDEuOTUtMS42NmMuMjctLjI4LjM1LS42Ny4yNC0xLjAyLS4zNy0xLjExLS41Ni0yLjMtLjU2LTMuNTMgMC0uNTQtLjQ1LS45OS0uOTktLjk5SDQuMTlDMy42NSAzIDMgMy4yNCAzIDMuOTkgMyAxMy4yOCAxMC43MyAyMSAyMC4wMSAyMWMuNzEgMCAuOTktLjYzLjk5LTEuMTh2LTMuNDVjMC0uNTQtLjQ1LS45OS0uOTktLjk5eiIvPgogICAgPC9kZWZzPgogICAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8Zz4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzc2LjAwMDAwMCwgLTMxNC4wMDAwMDApIHRyYW5zbGF0ZSgzMjguMDAwMDAwLCAyMDUuMDAwMDAwKSB0cmFuc2xhdGUoMzIuMDAwMDAwLCA5MC4wMDAwMDApIHRyYW5zbGF0ZSgxNi4wMDAwMDAsIDE5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMCAwSDI0VjI0SDB6Ii8+CiAgICAgICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSI3dHZidm9pbXpiIiBmaWxsPSIjZmZmIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI2VwN3RyMnA3cmEiLz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICA8ZyBjbGFzcz0iaWNvbi13ZWItMjQtcCIgZmlsbD0iI2ZmZiIgbWFzaz0idXJsKCM3dHZidm9pbXpiKSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMCAwSDI0VjI0SDB6Ii8+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=');
22
- margin-right: 0.5rem;
23
- }
24
- }
25
-
26
- &-text {
27
- color: var(--neutral-neutral-2);
28
- text-align: center;
29
- margin: 0rem 0 2rem;
30
- }
31
- }
32
- `;
@@ -1,33 +0,0 @@
1
- import { device } from '../../../globalStyles/breakpoints'
2
- import styled from 'styled-components'
3
-
4
- export const PhoneContactBoxMobileStyled = styled.div`
5
- display: block;
6
- padding-top: 1rem;
7
-
8
- @media ${device['landscape-tablets']} {
9
- display: none;
10
- }
11
-
12
- .phone-mobile-contact {
13
- &-button {
14
- display: flex;
15
- justify-content: center;
16
- margin-bottom: 1rem;
17
-
18
- &:before {
19
- content: '';
20
- width: 20px;
21
- height: 20px;
22
- background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBpZD0iZXA3dHIycDdyYSIgZD0iTTIwLjAxIDE1LjM4Yy0xLjIzIDAtMi40Mi0uMi0zLjUzLS41Ni0uMzUtLjEyLS43NC0uMDMtMS4wMS4yNGwtMS41NyAxLjk3Yy0yLjgzLTEuMzUtNS40OC0zLjktNi44OS02LjgzbDEuOTUtMS42NmMuMjctLjI4LjM1LS42Ny4yNC0xLjAyLS4zNy0xLjExLS41Ni0yLjMtLjU2LTMuNTMgMC0uNTQtLjQ1LS45OS0uOTktLjk5SDQuMTlDMy42NSAzIDMgMy4yNCAzIDMuOTkgMyAxMy4yOCAxMC43MyAyMSAyMC4wMSAyMWMuNzEgMCAuOTktLjYzLjk5LTEuMTh2LTMuNDVjMC0uNTQtLjQ1LS45OS0uOTktLjk5eiIvPgogICAgPC9kZWZzPgogICAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8Zz4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzc2LjAwMDAwMCwgLTMxNC4wMDAwMDApIHRyYW5zbGF0ZSgzMjguMDAwMDAwLCAyMDUuMDAwMDAwKSB0cmFuc2xhdGUoMzIuMDAwMDAwLCA5MC4wMDAwMDApIHRyYW5zbGF0ZSgxNi4wMDAwMDAsIDE5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMCAwSDI0VjI0SDB6Ii8+CiAgICAgICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSI3dHZidm9pbXpiIiBmaWxsPSIjZmZmIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI2VwN3RyMnA3cmEiLz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICA8ZyBjbGFzcz0iaWNvbi13ZWItMjQtcCIgZmlsbD0iI2ZmZiIgbWFzaz0idXJsKCM3dHZidm9pbXpiKSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMCAwSDI0VjI0SDB6Ii8+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=');
23
- margin-right: 0.5rem;
24
- }
25
- }
26
-
27
- &-text {
28
- color: var(--neutral-neutral-2);
29
- text-align: center;
30
- margin: 0rem 0 2rem;
31
- }
32
- }
33
- `
@@ -1 +0,0 @@
1
- export declare const PopularDocsStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,34 +0,0 @@
1
- import { size } from '../../../globalStyles/breakpoints';
2
- import styled from 'styled-components';
3
- export const PopularDocsStyled = styled.div `
4
- width: 80%;
5
- margin-left: 3rem;
6
-
7
- @media only screen and (max-width: ${size.md}) {
8
- margin-left: 0;
9
- }
10
-
11
- @media only screen and (max-width: ${size.xs}) {
12
- width: 95%;
13
- }
14
-
15
- .title {
16
- text-align: left;
17
- padding-left: 0.5rem;
18
- font-size: 18px;
19
- line-height: 1.33;
20
- letter-spacing: -0.3px;
21
- color: var(--primary-main-dark-1);
22
- margin-bottom: 16px;
23
-
24
- @media only screen and (max-width: ${size.md}) {
25
- text-align: center;
26
- }
27
- }
28
-
29
- .documents {
30
- display: flex;
31
- flex-direction: column;
32
- gap: var(--global-gap);
33
- }
34
- `;
@@ -1 +0,0 @@
1
- export declare const PricingCardStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, never>> & string;
@@ -1,189 +0,0 @@
1
- import { device } from '../../../globalStyles/breakpoints';
2
- import styled from 'styled-components';
3
- export const PricingCardStyled = styled.li `
4
- position: relative;
5
- max-width: 400px;
6
- border: solid 1px transparent;
7
- list-style: none;
8
-
9
- &.pricing-card {
10
- &.--selectable {
11
- .pricing-card__radio-label {
12
- cursor: pointer;
13
- }
14
-
15
- &:not(.--selected):hover {
16
- .pricing-card__wrapper {
17
- border-color: var(--neutral-neutral-3);
18
- }
19
- }
20
- }
21
-
22
- &.--selected {
23
- .pricing-card__wrapper {
24
- border-color: var(--primary-main-light-3);
25
- }
26
- }
27
- }
28
-
29
- .pricing-card {
30
- &__radio-label {
31
- .radio-input {
32
- display: none;
33
-
34
- & + .radio-checkbox {
35
- background-color: var(--others-white);
36
- position: absolute;
37
- top: 1rem;
38
- left: 1rem;
39
- width: 20px;
40
- height: 20px;
41
- border-radius: 50%;
42
- border: 1px solid;
43
- }
44
-
45
- &:checked {
46
- & + .radio-checkbox {
47
- border: 5px solid var(--primary-main-light-1);
48
- }
49
- }
50
- }
51
- }
52
-
53
- &__wrapper {
54
- background-color: var(--others-white);
55
- box-shadow: var(--box-shadow-container);
56
- border-radius: var(--global-border-radius);
57
- border: solid 1px transparent;
58
-
59
- ul {
60
- display: flex;
61
- flex-direction: column;
62
- margin-top: 0.5rem;
63
-
64
- li {
65
- text-align: left;
66
- display: flex;
67
- flex-direction: row;
68
- margin-bottom: 2rem;
69
-
70
- p {
71
- text-align: left;
72
- }
73
-
74
- img {
75
- width: 2.2rem;
76
- height: 2.2rem;
77
- margin-right: 1rem;
78
- }
79
- }
80
- }
81
- }
82
-
83
- &__header {
84
- padding: 1rem;
85
- text-align: center;
86
- background: var(--neutral-neutral-6);
87
-
88
- &__text {
89
- color: var(--neutral-neutral-2);
90
- margin: 0 1rem;
91
- }
92
- }
93
-
94
- &__body {
95
- color: var(--neutral-neutral-1);
96
- display: flex;
97
- flex-flow: column nowrap;
98
- padding: 1.5rem 1rem;
99
- text-align: center;
100
-
101
- &__price {
102
- font-size: 2.25rem;
103
- line-height: 2rem;
104
- margin-top: 0;
105
- margin-bottom: 1.5rem;
106
- order: 2;
107
-
108
- @media ${device.desktop} {
109
- font-size: 2.25rem;
110
- line-height: 2.5rem;
111
- }
112
-
113
- span {
114
- font-size: 1rem;
115
- display: inline;
116
- margin-left: 0.2rem;
117
- }
118
- }
119
-
120
- &__text {
121
- font-size: 0.85rem;
122
- color: var(--neutral-neutral-2);
123
- order: 4;
124
- }
125
-
126
- &__features-list {
127
- display: none;
128
- order: 6;
129
-
130
- @media ${device['landscape-tablets']} {
131
- display: block;
132
- }
133
-
134
- &.--expanded {
135
- display: block;
136
- }
137
-
138
- hr {
139
- width: 100%;
140
- border-top: 1px solid var(--neutral-neutral-4);
141
- margin-bottom: 1.5rem;
142
- }
143
-
144
- &__item {
145
- &::before {
146
- content: '•';
147
- color: var(--primary-main);
148
- font-weight: bold;
149
- display: inline-block;
150
- margin-right: 1rem;
151
- }
152
-
153
- &:not(:last-child) {
154
- margin-bottom: 1rem;
155
- }
156
- }
157
- }
158
-
159
- .e-button.see-more-button {
160
- display: block;
161
- margin: auto;
162
- order: 8;
163
-
164
- @media ${device['landscape-tablets']} {
165
- display: none;
166
- }
167
- }
168
- }
169
-
170
- &__disclaimer {
171
- color: var(--neutral-neutral-2);
172
- font-size: 0.75rem;
173
- text-align: center;
174
- width: 100%;
175
- display: flex;
176
- justify-content: center;
177
- padding: 0.8rem 0 0.4rem;
178
- max-width: 20rem;
179
-
180
- @media ${device['landscape-tablets']} {
181
- max-width: unset;
182
- }
183
- }
184
-
185
- &__button {
186
- width: 100%;
187
- }
188
- }
189
- `;