@npm_leadtech/legal-lib-components 5.2.22 → 5.2.31

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 (401) hide show
  1. package/dist/css/styles.css +541 -2829
  2. package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.js +2 -1
  3. package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.styled.d.ts +1 -0
  4. package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.styled.js +24 -0
  5. package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.styled.ts +25 -0
  6. package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.tsx +7 -2
  7. package/dist/src/components/atoms/AddButton/AddButton.js +2 -1
  8. package/dist/src/components/atoms/AddButton/AddButton.styled.d.ts +1 -0
  9. package/dist/src/components/atoms/AddButton/AddButton.styled.js +48 -0
  10. package/dist/src/components/atoms/AddButton/AddButton.styled.ts +49 -0
  11. package/dist/src/components/atoms/AddButton/AddButton.tsx +3 -2
  12. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.js +2 -2
  13. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.styled.d.ts +1 -0
  14. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.styled.js +55 -0
  15. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.styled.ts +56 -0
  16. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.tsx +3 -3
  17. package/dist/src/components/atoms/BillCard/BillCard.js +2 -1
  18. package/dist/src/components/atoms/BillCard/BillCard.styled.d.ts +1 -0
  19. package/dist/src/components/atoms/BillCard/BillCard.styled.js +59 -0
  20. package/dist/src/components/atoms/BillCard/BillCard.styled.ts +60 -0
  21. package/dist/src/components/atoms/BillCard/BillCard.tsx +3 -2
  22. package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.js +2 -1
  23. package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.styled.d.ts +1 -0
  24. package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.styled.js +34 -0
  25. package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.styled.ts +35 -0
  26. package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.tsx +2 -2
  27. package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.js +2 -1
  28. package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.styled.d.ts +1 -0
  29. package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.styled.js +22 -0
  30. package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.styled.ts +23 -0
  31. package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.tsx +3 -3
  32. package/dist/src/components/atoms/Button/Button.scss +28 -28
  33. package/dist/src/components/atoms/ButtonIcon/ButtonIcon.scss +6 -6
  34. package/dist/src/components/atoms/CardPane/CardPane.js +2 -2
  35. package/dist/src/components/atoms/CardPane/CardPane.styled.d.ts +1 -0
  36. package/dist/src/components/atoms/CardPane/CardPane.styled.js +109 -0
  37. package/dist/src/components/atoms/CardPane/CardPane.styled.ts +110 -0
  38. package/dist/src/components/atoms/CardPane/CardPane.tsx +3 -3
  39. package/dist/src/components/atoms/Checkbox/Checkbox.js +2 -2
  40. package/dist/src/components/atoms/Checkbox/Checkbox.styled.d.ts +1 -0
  41. package/dist/src/components/atoms/Checkbox/Checkbox.styled.js +133 -0
  42. package/dist/src/components/atoms/Checkbox/{Checkbox.scss → Checkbox.styled.ts} +18 -16
  43. package/dist/src/components/atoms/Checkbox/Checkbox.tsx +3 -3
  44. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.js +2 -2
  45. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.styled.d.ts +1 -0
  46. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.styled.js +120 -0
  47. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.styled.ts +121 -0
  48. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.tsx +3 -3
  49. package/dist/src/components/atoms/DatePickerCustom/index.js.map +4 -4
  50. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.js +6 -5
  51. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.scss +3 -3
  52. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.styled.d.ts +1 -0
  53. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.styled.js +82 -0
  54. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.styled.ts +83 -0
  55. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.tsx +19 -16
  56. package/dist/src/components/atoms/Disclaimer/Disclaimer.js +2 -2
  57. package/dist/src/components/atoms/Disclaimer/Disclaimer.styled.d.ts +1 -0
  58. package/dist/src/components/atoms/Disclaimer/Disclaimer.styled.js +45 -0
  59. package/dist/src/components/atoms/Disclaimer/Disclaimer.styled.ts +46 -0
  60. package/dist/src/components/atoms/Disclaimer/Disclaimer.tsx +3 -3
  61. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.js +2 -2
  62. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.styled.d.ts +1 -0
  63. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.styled.js +149 -0
  64. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.styled.ts +150 -0
  65. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.tsx +3 -3
  66. package/dist/src/components/atoms/Divider/Divider.js +2 -2
  67. package/dist/src/components/atoms/Divider/Divider.styled.d.ts +1 -0
  68. package/dist/src/components/atoms/Divider/Divider.styled.js +21 -0
  69. package/dist/src/components/atoms/Divider/Divider.styled.ts +22 -0
  70. package/dist/src/components/atoms/Divider/Divider.tsx +3 -3
  71. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.js +4 -4
  72. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.d.ts +1 -0
  73. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.js +65 -0
  74. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.ts +66 -0
  75. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.tsx +7 -7
  76. package/dist/src/components/atoms/DocumentTag/DocumentTag.js +2 -2
  77. package/dist/src/components/atoms/DocumentTag/DocumentTag.styled.d.ts +1 -0
  78. package/dist/src/components/atoms/DocumentTag/DocumentTag.styled.js +12 -0
  79. package/dist/src/components/atoms/DocumentTag/DocumentTag.styled.ts +13 -0
  80. package/dist/src/components/atoms/DocumentTag/DocumentTag.tsx +2 -2
  81. package/dist/src/components/atoms/ExpertCard/ExpertCard.js +2 -2
  82. package/dist/src/components/atoms/ExpertCard/ExpertCard.styled.d.ts +1 -0
  83. package/dist/src/components/atoms/ExpertCard/ExpertCard.styled.js +66 -0
  84. package/dist/src/components/atoms/ExpertCard/ExpertCard.styled.ts +67 -0
  85. package/dist/src/components/atoms/ExpertCard/ExpertCard.tsx +3 -3
  86. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.js +2 -2
  87. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.styled.d.ts +1 -0
  88. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.styled.js +78 -0
  89. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.styled.ts +79 -0
  90. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.tsx +3 -3
  91. package/dist/src/components/atoms/FormFaq/FormFaq.js +2 -2
  92. package/dist/src/components/atoms/FormFaq/FormFaq.styled.d.ts +1 -0
  93. package/dist/src/components/atoms/FormFaq/FormFaq.styled.js +73 -0
  94. package/dist/src/components/atoms/FormFaq/FormFaq.styled.ts +74 -0
  95. package/dist/src/components/atoms/FormFaq/FormFaq.tsx +3 -3
  96. package/dist/src/components/atoms/GoogleButton/GoogleButton.js +2 -2
  97. package/dist/src/components/atoms/GoogleButton/GoogleButton.styled.d.ts +1 -0
  98. package/dist/src/components/atoms/GoogleButton/GoogleButton.styled.js +21 -0
  99. package/dist/src/components/atoms/GoogleButton/{GoogleButton.scss → GoogleButton.styled.ts} +5 -5
  100. package/dist/src/components/atoms/GoogleButton/GoogleButton.tsx +3 -3
  101. package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.js +2 -2
  102. package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.styled.d.ts +1 -0
  103. package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.styled.js +5 -0
  104. package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.styled.ts +6 -0
  105. package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.tsx +2 -3
  106. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.js +2 -2
  107. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.styled.d.ts +1 -0
  108. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.styled.js +76 -0
  109. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.styled.ts +77 -0
  110. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.tsx +3 -4
  111. package/dist/src/components/atoms/InfoBox/InfoBox.js +2 -2
  112. package/dist/src/components/atoms/InfoBox/InfoBox.styled.d.ts +1 -0
  113. package/dist/src/components/atoms/InfoBox/InfoBox.styled.js +41 -0
  114. package/dist/src/components/atoms/InfoBox/InfoBox.styled.ts +42 -0
  115. package/dist/src/components/atoms/InfoBox/InfoBox.tsx +3 -3
  116. package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.js +2 -2
  117. package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.styled.d.ts +1 -0
  118. package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.styled.js +7 -0
  119. package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.styled.ts +8 -0
  120. package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.tsx +3 -3
  121. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.js +2 -2
  122. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.styled.d.ts +1 -0
  123. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.styled.js +39 -0
  124. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.styled.ts +40 -0
  125. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.tsx +3 -3
  126. package/dist/src/components/atoms/LogoText/LogoText.js +2 -2
  127. package/dist/src/components/atoms/LogoText/LogoText.styled.d.ts +1 -0
  128. package/dist/src/components/atoms/LogoText/LogoText.styled.js +36 -0
  129. package/dist/src/components/atoms/LogoText/LogoText.styled.ts +37 -0
  130. package/dist/src/components/atoms/LogoText/LogoText.tsx +5 -5
  131. package/dist/src/components/atoms/MenuItems/MenuItems.js +2 -1
  132. package/dist/src/components/atoms/MenuItems/MenuItems.styled.d.ts +1 -0
  133. package/dist/src/components/atoms/MenuItems/MenuItems.styled.js +71 -0
  134. package/dist/src/components/atoms/MenuItems/MenuItems.styled.ts +72 -0
  135. package/dist/src/components/atoms/MenuItems/MenuItems.tsx +3 -2
  136. package/dist/src/components/atoms/Message/Message.js +2 -2
  137. package/dist/src/components/atoms/Message/Message.styled.d.ts +1 -0
  138. package/dist/src/components/atoms/Message/Message.styled.js +31 -0
  139. package/dist/src/components/atoms/Message/Message.styled.ts +32 -0
  140. package/dist/src/components/atoms/Message/Message.tsx +3 -3
  141. package/dist/src/components/atoms/MessageInformation/MessageInformation.js +2 -2
  142. package/dist/src/components/atoms/MessageInformation/MessageInformation.styled.d.ts +1 -0
  143. package/dist/src/components/atoms/MessageInformation/MessageInformation.styled.js +53 -0
  144. package/dist/src/components/atoms/MessageInformation/MessageInformation.styled.ts +54 -0
  145. package/dist/src/components/atoms/MessageInformation/MessageInformation.tsx +4 -5
  146. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.js +2 -2
  147. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.styled.d.ts +1 -0
  148. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.styled.js +45 -0
  149. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.styled.ts +46 -0
  150. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.tsx +3 -3
  151. package/dist/src/components/atoms/NavMenuItem/NavMenuItem.js +3 -3
  152. package/dist/src/components/atoms/NavMenuItem/NavMenuItem.styled.d.ts +1 -0
  153. package/dist/src/components/atoms/NavMenuItem/NavMenuItem.styled.js +63 -0
  154. package/dist/src/components/atoms/NavMenuItem/NavMenuItem.styled.ts +64 -0
  155. package/dist/src/components/atoms/NavMenuItem/NavMenuItem.tsx +6 -6
  156. package/dist/src/components/atoms/PaypalButton/PaypalButton.js +2 -2
  157. package/dist/src/components/atoms/PaypalButton/PaypalButton.styled.d.ts +1 -0
  158. package/dist/src/components/atoms/PaypalButton/PaypalButton.styled.js +6 -0
  159. package/dist/src/components/atoms/PaypalButton/PaypalButton.styled.ts +7 -0
  160. package/dist/src/components/atoms/PaypalButton/PaypalButton.tsx +3 -3
  161. package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.js +2 -2
  162. package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.styled.d.ts +1 -0
  163. package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.styled.js +58 -0
  164. package/dist/src/components/atoms/PopularDocsItem/{PopularDocsItem.scss → PopularDocsItem.styled.ts} +24 -24
  165. package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.tsx +3 -3
  166. package/dist/src/components/atoms/ProgressBar/ProgressBar.js +2 -2
  167. package/dist/src/components/atoms/ProgressBar/ProgressBar.styled.d.ts +1 -0
  168. package/dist/src/components/atoms/ProgressBar/ProgressBar.styled.js +23 -0
  169. package/dist/src/components/atoms/ProgressBar/ProgressBar.styled.ts +24 -0
  170. package/dist/src/components/atoms/ProgressBar/ProgressBar.tsx +3 -3
  171. package/dist/src/components/atoms/Radio/Radio.scss +29 -29
  172. package/dist/src/components/atoms/RemoveButton/RemoveButton.js +2 -2
  173. package/dist/src/components/atoms/RemoveButton/RemoveButton.styled.d.ts +1 -0
  174. package/dist/src/components/atoms/RemoveButton/RemoveButton.styled.js +43 -0
  175. package/dist/src/components/atoms/RemoveButton/RemoveButton.styled.ts +44 -0
  176. package/dist/src/components/atoms/RemoveButton/RemoveButton.tsx +3 -3
  177. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.js +2 -2
  178. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.styled.d.ts +1 -0
  179. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.styled.js +55 -0
  180. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.styled.ts +56 -0
  181. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.tsx +3 -3
  182. package/dist/src/components/atoms/RichTextInner/RichTextInner.js +2 -2
  183. package/dist/src/components/atoms/RichTextInner/RichTextInner.styled.d.ts +1 -0
  184. package/dist/src/components/atoms/RichTextInner/RichTextInner.styled.js +38 -0
  185. package/dist/src/components/atoms/RichTextInner/RichTextInner.styled.ts +39 -0
  186. package/dist/src/components/atoms/RichTextInner/RichTextInner.tsx +2 -2
  187. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.js +2 -2
  188. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.styled.d.ts +1 -0
  189. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.styled.js +9 -0
  190. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.styled.ts +10 -0
  191. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.tsx +7 -2
  192. package/dist/src/components/atoms/SearchSelect/SearchSelect.js +3 -3
  193. package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.d.ts +1 -0
  194. package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.js +223 -0
  195. package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.ts +224 -0
  196. package/dist/src/components/atoms/SearchSelect/SearchSelect.tsx +3 -3
  197. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.js +2 -2
  198. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.styled.d.ts +1 -0
  199. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.styled.js +48 -0
  200. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.styled.ts +49 -0
  201. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.tsx +3 -3
  202. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.js +2 -2
  203. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.styled.d.ts +1 -0
  204. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.styled.js +92 -0
  205. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.styled.ts +93 -0
  206. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.tsx +3 -3
  207. package/dist/src/components/atoms/Spinner/Spinner.js +2 -2
  208. package/dist/src/components/atoms/Spinner/Spinner.styled.d.ts +1 -0
  209. package/dist/src/components/atoms/Spinner/Spinner.styled.js +28 -0
  210. package/dist/src/components/atoms/Spinner/Spinner.styled.ts +29 -0
  211. package/dist/src/components/atoms/Spinner/Spinner.tsx +5 -5
  212. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.js +2 -2
  213. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.styled.d.ts +1 -0
  214. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.styled.js +28 -0
  215. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.styled.ts +29 -0
  216. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.tsx +3 -3
  217. package/dist/src/components/atoms/Tag/Tag.js +2 -2
  218. package/dist/src/components/atoms/Tag/Tag.scss +3 -3
  219. package/dist/src/components/atoms/Tag/Tag.styled.d.ts +1 -0
  220. package/dist/src/components/atoms/Tag/Tag.styled.js +24 -0
  221. package/dist/src/components/atoms/Tag/Tag.styled.ts +25 -0
  222. package/dist/src/components/atoms/Tag/Tag.tsx +5 -5
  223. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.js +2 -2
  224. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.styled.d.ts +1 -0
  225. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.styled.js +20 -0
  226. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.styled.ts +21 -0
  227. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.tsx +3 -3
  228. package/dist/src/components/atoms/Tagline/Tagline.js +2 -2
  229. package/dist/src/components/atoms/Tagline/Tagline.scss +3 -3
  230. package/dist/src/components/atoms/Tagline/Tagline.styled.d.ts +1 -0
  231. package/dist/src/components/atoms/Tagline/Tagline.styled.js +17 -0
  232. package/dist/src/components/atoms/Tagline/Tagline.styled.ts +18 -0
  233. package/dist/src/components/atoms/Tagline/Tagline.tsx +3 -3
  234. package/dist/src/components/atoms/TextArea/TextArea.js +2 -2
  235. package/dist/src/components/atoms/TextArea/TextArea.styled.d.ts +1 -0
  236. package/dist/src/components/atoms/TextArea/TextArea.styled.js +106 -0
  237. package/dist/src/components/atoms/TextArea/TextArea.styled.ts +107 -0
  238. package/dist/src/components/atoms/TextArea/TextArea.tsx +3 -3
  239. package/dist/src/components/atoms/Toggle/Toggle.js +2 -2
  240. package/dist/src/components/atoms/Toggle/Toggle.styled.d.ts +1 -0
  241. package/dist/src/components/atoms/Toggle/Toggle.styled.js +59 -0
  242. package/dist/src/components/atoms/Toggle/Toggle.styled.ts +60 -0
  243. package/dist/src/components/atoms/Toggle/Toggle.tsx +3 -3
  244. package/dist/src/components/atoms/Tooltip/Tooltip.scss +8 -8
  245. package/dist/src/components/atoms/TopBar/TopBar.js +2 -2
  246. package/dist/src/components/atoms/TopBar/TopBar.styled.d.ts +1 -0
  247. package/dist/src/components/atoms/TopBar/TopBar.styled.js +55 -0
  248. package/dist/src/components/atoms/TopBar/TopBar.styled.ts +56 -0
  249. package/dist/src/components/atoms/TopBar/TopBar.tsx +3 -3
  250. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.js +2 -1
  251. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.d.ts +1 -0
  252. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.js +49 -0
  253. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.ts +50 -0
  254. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.tsx +6 -3
  255. package/dist/src/components/atoms/TrustPilot/TrustPilot.js +2 -2
  256. package/dist/src/components/atoms/TrustPilot/TrustPilot.styled.d.ts +1 -0
  257. package/dist/src/components/atoms/TrustPilot/TrustPilot.styled.js +12 -0
  258. package/dist/src/components/atoms/TrustPilot/TrustPilot.styled.ts +13 -0
  259. package/dist/src/components/atoms/TrustPilot/TrustPilot.tsx +2 -3
  260. package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.js +2 -2
  261. package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.styled.d.ts +1 -0
  262. package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.styled.js +37 -0
  263. package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.styled.ts +38 -0
  264. package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.tsx +3 -4
  265. package/dist/src/components/atoms/WideInfoBar/WideInfoBar.js +2 -1
  266. package/dist/src/components/atoms/WideInfoBar/WideInfoBar.styled.d.ts +1 -0
  267. package/dist/src/components/atoms/WideInfoBar/WideInfoBar.styled.js +33 -0
  268. package/dist/src/components/atoms/WideInfoBar/WideInfoBar.styled.ts +34 -0
  269. package/dist/src/components/atoms/WideInfoBar/WideInfoBar.tsx +3 -4
  270. package/dist/src/components/molecules/AccordionItem/AccordionItem.scss +9 -9
  271. package/dist/src/components/molecules/AlsoKnownAs/AlsoKnownAs.scss +2 -2
  272. package/dist/src/components/molecules/Article/Article.scss +1 -1
  273. package/dist/src/components/molecules/BottomFixedBar/BottomFixedBar.scss +2 -2
  274. package/dist/src/components/molecules/BottomOverlay/BottomOverlay.scss +7 -7
  275. package/dist/src/components/molecules/BoxForm/BoxForm.scss +9 -9
  276. package/dist/src/components/molecules/Breadcrumb/Breadcrumb.js +1 -1
  277. package/dist/src/components/molecules/Breadcrumb/Breadcrumb.scss +4 -0
  278. package/dist/src/components/molecules/Breadcrumb/Breadcrumb.tsx +1 -1
  279. package/dist/src/components/molecules/ContactBox/ContactBox.scss +5 -5
  280. package/dist/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.scss +6 -6
  281. package/dist/src/components/molecules/EmailContactBox/EmailContactBox.scss +4 -4
  282. package/dist/src/components/molecules/FaqItem/FaqItem.scss +5 -5
  283. package/dist/src/components/molecules/Feedback/Feedback.scss +5 -5
  284. package/dist/src/components/molecules/FreeDocModalContent/FreeDocModalContent.scss +3 -3
  285. package/dist/src/components/molecules/HeaderRatafia/HeaderRatafia.scss +1 -1
  286. package/dist/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.scss +3 -3
  287. package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.scss +1 -1
  288. package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.scss +2 -2
  289. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.scss +7 -7
  290. package/dist/src/components/molecules/MoreDocsDesktop/MoreDocsDesktop.scss +2 -2
  291. package/dist/src/components/molecules/MoreDocsMobile/MoreDocsMobile.scss +1 -1
  292. package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.scss +3 -3
  293. package/dist/src/components/molecules/Pagination/Pagination.scss +7 -7
  294. package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.scss +3 -3
  295. package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.scss +1 -1
  296. package/dist/src/components/molecules/PopularDocs/PopularDocs.scss +2 -2
  297. package/dist/src/components/molecules/PricingCard/PricingCard.scss +14 -14
  298. package/dist/src/components/molecules/Snackbar/Snackbar.scss +9 -9
  299. package/dist/src/components/molecules/StepGetForm/StepGetForm.scss +5 -5
  300. package/dist/src/components/molecules/TextInput/TextInput.scss +20 -20
  301. package/dist/src/components/molecules/TooltipMenu/TooltipMenu.scss +5 -5
  302. package/dist/src/components/molecules/TypeModulesList/TypeModulesList.scss +4 -4
  303. package/dist/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.scss +4 -4
  304. package/dist/src/components/organisms/AboutUsContent/AboutUsContent.scss +3 -3
  305. package/dist/src/components/organisms/AsSeeInContent/AsSeeInContent.scss +2 -2
  306. package/dist/src/components/organisms/CardFunctionality/CardFunctionality.scss +10 -10
  307. package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.scss +3 -3
  308. package/dist/src/components/organisms/CookiePolicyBar/CookiePolicyBar.scss +2 -2
  309. package/dist/src/components/organisms/ErrorContentRatafia/ErrorContentRatafia.scss +1 -1
  310. package/dist/src/components/organisms/FaqGroup/FaqGroup.scss +2 -2
  311. package/dist/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.scss +2 -2
  312. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.scss +4 -4
  313. package/dist/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContent.scss +3 -3
  314. package/dist/src/components/organisms/KeyFactsLoadingContentRatafia/KeyFactsLoadingContentRatafia.scss +8 -8
  315. package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.scss +1 -1
  316. package/dist/src/components/organisms/LanguageSelectorMobile/LanguageSelectorMobile.scss +4 -4
  317. package/dist/src/components/organisms/LayoutRatafia/LayoutRatafia.scss +2 -2
  318. package/dist/src/components/organisms/LoginRatafiaContent/LoginRatafiaContent.scss +1 -1
  319. package/dist/src/components/organisms/MobileBottomBar/MobileBottomBar.scss +4 -4
  320. package/dist/src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.scss +1 -1
  321. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.scss +4 -4
  322. package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.scss +1 -1
  323. package/dist/src/components/pages/FaqsPage/FaqsPage.scss +8 -8
  324. package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.scss +1 -1
  325. package/dist/src/components/pages/LoginRatafiaPage/LoginPageRatafia.scss +2 -2
  326. package/dist/src/components/sections/AboutUsSection/AboutUsSection.scss +6 -6
  327. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.scss +2 -1
  328. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.scss +3 -3
  329. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.scss +2 -2
  330. package/dist/src/components/sections/BlogSection/BlogSection.scss +1 -1
  331. package/dist/src/components/sections/ContactSection/ContactSection.scss +2 -2
  332. package/dist/src/components/sections/ExpertsSection/ExpertsSection.scss +2 -2
  333. package/dist/src/components/sections/FaqSection/FaqSection.scss +1 -1
  334. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.scss +2 -2
  335. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.scss +2 -2
  336. package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.scss +7 -7
  337. package/dist/src/components/sections/LegalSection/LegalSection.scss +10 -10
  338. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.scss +1 -1
  339. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.scss +1 -1
  340. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.scss +1 -1
  341. package/dist/src/components/sections/TryUsSection/TryUsSection.scss +2 -2
  342. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.scss +3 -3
  343. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.scss +1 -1
  344. package/dist/src/globalStyles/animations.scss +1 -1
  345. package/dist/src/globalStyles/base.scss +5 -5
  346. package/dist/src/globalStyles/breakpoints.d.ts +19 -0
  347. package/dist/src/globalStyles/breakpoints.js +17 -0
  348. package/dist/src/globalStyles/breakpoints.ts +28 -0
  349. package/dist/src/globalStyles/styles.scss +4 -53
  350. package/dist/src/globalStyles/themes.scss +26 -0
  351. package/dist/src/globalStyles/typography.scss +1 -1
  352. package/dist/src/globalStyles/variables.scss +7 -6
  353. package/dist/src/globalStyles/variablesCss.scss +14 -0
  354. package/dist/tsconfig.build.tsbuildinfo +1 -1
  355. package/package.json +1 -1
  356. package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.scss +0 -24
  357. package/dist/src/components/atoms/AddButton/AddButton.scss +0 -48
  358. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.scss +0 -54
  359. package/dist/src/components/atoms/BillCard/BillCard.scss +0 -57
  360. package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.scss +0 -33
  361. package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.scss +0 -21
  362. package/dist/src/components/atoms/CardPane/CardPane.scss +0 -106
  363. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.scss +0 -116
  364. package/dist/src/components/atoms/Disclaimer/Disclaimer.scss +0 -45
  365. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.scss +0 -149
  366. package/dist/src/components/atoms/Divider/Divider.scss +0 -20
  367. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.scss +0 -91
  368. package/dist/src/components/atoms/DocumentTag/DocumentTag.scss +0 -13
  369. package/dist/src/components/atoms/ExpertCard/ExpertCard.scss +0 -65
  370. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.scss +0 -79
  371. package/dist/src/components/atoms/FormFaq/FormFaq.scss +0 -72
  372. package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.scss +0 -6
  373. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.scss +0 -80
  374. package/dist/src/components/atoms/InfoBox/InfoBox.scss +0 -40
  375. package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.scss +0 -8
  376. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.scss +0 -38
  377. package/dist/src/components/atoms/LogoText/LogoText.scss +0 -34
  378. package/dist/src/components/atoms/MenuItems/MenuItems.scss +0 -70
  379. package/dist/src/components/atoms/Message/Message.scss +0 -31
  380. package/dist/src/components/atoms/MessageInformation/MessageInformation.scss +0 -51
  381. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.scss +0 -44
  382. package/dist/src/components/atoms/NavMenuItem/NavMenuItem.scss +0 -60
  383. package/dist/src/components/atoms/PaypalButton/PaypalButton.scss +0 -5
  384. package/dist/src/components/atoms/ProgressBar/ProgressBar.scss +0 -24
  385. package/dist/src/components/atoms/RemoveButton/RemoveButton.scss +0 -43
  386. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.scss +0 -54
  387. package/dist/src/components/atoms/RichTextInner/RichTextInner.scss +0 -34
  388. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.scss +0 -9
  389. package/dist/src/components/atoms/SearchSelect/SearchSelect.scss +0 -222
  390. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.scss +0 -48
  391. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.scss +0 -90
  392. package/dist/src/components/atoms/Spinner/Spinner.scss +0 -31
  393. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.scss +0 -27
  394. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.scss +0 -22
  395. package/dist/src/components/atoms/TextArea/TextArea.scss +0 -103
  396. package/dist/src/components/atoms/Toggle/Toggle.scss +0 -59
  397. package/dist/src/components/atoms/TopBar/TopBar.scss +0 -54
  398. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.scss +0 -48
  399. package/dist/src/components/atoms/TrustPilot/TrustPilot.scss +0 -11
  400. package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.scss +0 -36
  401. package/dist/src/components/atoms/WideInfoBar/WideInfoBar.scss +0 -32
@@ -1,6 +1,7 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  // import './ActionButtonHeaderRatafiaCard.scss'
3
+ import { ActionButtonHeaderRatafiaCardStyled } from './ActionButtonHeaderRatafiaCard.styled';
3
4
  export const ActionButtonHeaderRatafiaCard = ({ icon, text, handleOnClick, dataQa }) => {
4
- return (_jsxs("button", { className: 'action-button-header-ratafia-card', onClick: handleOnClick, "data-qa": dataQa, children: [_jsx("div", { className: 'action-button-header-ratafia-card__icon', children: icon }), _jsx("p", { className: 'action-button-header-ratafia-card__text', children: text })] }));
5
+ return (_jsxs(ActionButtonHeaderRatafiaCardStyled, { className: 'action-button-header-ratafia-card', onClick: handleOnClick, "data-qa": dataQa, children: [_jsx("div", { className: 'action-button-header-ratafia-card__icon', children: icon }), _jsx("p", { className: 'action-button-header-ratafia-card__text', children: text })] }));
5
6
  };
6
7
  export default ActionButtonHeaderRatafiaCard;
@@ -0,0 +1 @@
1
+ export declare const ActionButtonHeaderRatafiaCardStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
@@ -0,0 +1,24 @@
1
+ import { device } from '../../../globalStyles/breakpoints';
2
+ import styled from 'styled-components';
3
+ export const ActionButtonHeaderRatafiaCardStyled = styled.button `
4
+ display: flex;
5
+ padding: 0.5rem;
6
+ align-items: center;
7
+ gap: 0.25rem;
8
+ border: none;
9
+ background-color: transparent;
10
+ cursor: pointer;
11
+
12
+ .action-button-header-ratafia-card {
13
+ &__icon {
14
+ width: 24px;
15
+ }
16
+ &__text {
17
+ color: var(--neutral-neutral-2);
18
+ display: none;
19
+ @media ${device['portrait-tablets']} {
20
+ display: block;
21
+ }
22
+ }
23
+ }
24
+ `;
@@ -0,0 +1,25 @@
1
+ import { device } from '../../../globalStyles/breakpoints'
2
+ import styled from 'styled-components'
3
+
4
+ export const ActionButtonHeaderRatafiaCardStyled = styled.button`
5
+ display: flex;
6
+ padding: 0.5rem;
7
+ align-items: center;
8
+ gap: 0.25rem;
9
+ border: none;
10
+ background-color: transparent;
11
+ cursor: pointer;
12
+
13
+ .action-button-header-ratafia-card {
14
+ &__icon {
15
+ width: 24px;
16
+ }
17
+ &__text {
18
+ color: var(--neutral-neutral-2);
19
+ display: none;
20
+ @media ${device['portrait-tablets']} {
21
+ display: block;
22
+ }
23
+ }
24
+ }
25
+ `
@@ -2,6 +2,7 @@ import React from 'react'
2
2
 
3
3
  import { type ActionButtonHeaderRatafiaCardProps } from './ActionButtonHeaderRatafiaCardProps.types'
4
4
  // import './ActionButtonHeaderRatafiaCard.scss'
5
+ import { ActionButtonHeaderRatafiaCardStyled } from './ActionButtonHeaderRatafiaCard.styled'
5
6
 
6
7
  export const ActionButtonHeaderRatafiaCard: React.FC<ActionButtonHeaderRatafiaCardProps> = ({
7
8
  icon,
@@ -10,10 +11,14 @@ export const ActionButtonHeaderRatafiaCard: React.FC<ActionButtonHeaderRatafiaCa
10
11
  dataQa
11
12
  }) => {
12
13
  return (
13
- <button className='action-button-header-ratafia-card' onClick={handleOnClick} data-qa={dataQa}>
14
+ <ActionButtonHeaderRatafiaCardStyled
15
+ className='action-button-header-ratafia-card'
16
+ onClick={handleOnClick}
17
+ data-qa={dataQa}
18
+ >
14
19
  <div className='action-button-header-ratafia-card__icon'>{icon}</div>
15
20
  <p className='action-button-header-ratafia-card__text'>{text}</p>
16
- </button>
21
+ </ActionButtonHeaderRatafiaCardStyled>
17
22
  )
18
23
  }
19
24
 
@@ -1,6 +1,7 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { AddButtonStyled } from './AddButton.styled';
2
3
  // import './AddButton.scss'
3
4
  const AddButton = ({ label = '', className = '', items, name = '', onChange, value = '', disabled = false, tooltip = undefined }) => {
4
- return (_jsxs("div", { className: `e-addButton ${className}`, children: [items.addButton.value !== '' && (_jsxs("div", { className: 'e-addButton__inner', children: [_jsx("input", { type: 'radio', id: `${name}_${items.addButton.value}`, name: name, onChange: onChange, value: items.addButton.value, checked: items.addButton.value === value, disabled: disabled, "data-qa": `${name}_${items.addButton.value}` }), _jsx("label", { htmlFor: `${name}_${items.addButton.value}`, children: label })] })), tooltip !== undefined && _jsx("p", { className: 'tooltip sans-serif --extra-small', children: tooltip })] }));
5
+ return (_jsxs(AddButtonStyled, { className: `e-addButton ${className}`, children: [items.addButton.value !== '' && (_jsxs("div", { className: 'e-addButton__inner', children: [_jsx("input", { type: 'radio', id: `${name}_${items.addButton.value}`, name: name, onChange: onChange, value: items.addButton.value, checked: items.addButton.value === value, disabled: disabled, "data-qa": `${name}_${items.addButton.value}` }), _jsx("label", { htmlFor: `${name}_${items.addButton.value}`, children: label })] })), tooltip !== undefined && _jsx("p", { className: 'tooltip sans-serif --extra-small', children: tooltip })] }));
5
6
  };
6
7
  export default AddButton;
@@ -0,0 +1 @@
1
+ export declare const AddButtonStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -0,0 +1,48 @@
1
+ import styled from 'styled-components';
2
+ export const AddButtonStyled = styled.div `
3
+ display: inline-block;
4
+
5
+ .tooltip {
6
+ margin-top: 0.5rem;
7
+ }
8
+
9
+ label:first-child {
10
+ font-weight: bold;
11
+ }
12
+
13
+ .e-addButton {
14
+ &__inner {
15
+ display: inline-block;
16
+ margin-top: 1rem;
17
+ color: var(--primary-main);
18
+ border-radius: var(--global-border-radius);
19
+ transition: all 0.3s ease;
20
+ font-weight: bold;
21
+
22
+ label {
23
+ display: flex;
24
+ flex-basis: 100%;
25
+ align-items: center;
26
+ position: relative;
27
+ border: 1px solid var(--primary-main);
28
+ border-radius: 4px;
29
+ cursor: pointer;
30
+ padding: 0.75rem 1rem;
31
+ margin-right: 1rem;
32
+
33
+ &:hover {
34
+ background-color: var(--primary-main-light-4);
35
+ }
36
+ }
37
+
38
+ input {
39
+ position: absolute;
40
+ left: -9999px;
41
+
42
+ &:checked + label {
43
+ display: none;
44
+ }
45
+ }
46
+ }
47
+ }
48
+ `;
@@ -0,0 +1,49 @@
1
+ import styled from 'styled-components'
2
+
3
+ export const AddButtonStyled = styled.div`
4
+ display: inline-block;
5
+
6
+ .tooltip {
7
+ margin-top: 0.5rem;
8
+ }
9
+
10
+ label:first-child {
11
+ font-weight: bold;
12
+ }
13
+
14
+ .e-addButton {
15
+ &__inner {
16
+ display: inline-block;
17
+ margin-top: 1rem;
18
+ color: var(--primary-main);
19
+ border-radius: var(--global-border-radius);
20
+ transition: all 0.3s ease;
21
+ font-weight: bold;
22
+
23
+ label {
24
+ display: flex;
25
+ flex-basis: 100%;
26
+ align-items: center;
27
+ position: relative;
28
+ border: 1px solid var(--primary-main);
29
+ border-radius: 4px;
30
+ cursor: pointer;
31
+ padding: 0.75rem 1rem;
32
+ margin-right: 1rem;
33
+
34
+ &:hover {
35
+ background-color: var(--primary-main-light-4);
36
+ }
37
+ }
38
+
39
+ input {
40
+ position: absolute;
41
+ left: -9999px;
42
+
43
+ &:checked + label {
44
+ display: none;
45
+ }
46
+ }
47
+ }
48
+ }
49
+ `
@@ -1,6 +1,7 @@
1
1
  import React, { type FC } from 'react'
2
2
 
3
3
  import { type AddButtonProps } from './AddButtonProps.types'
4
+ import { AddButtonStyled } from './AddButton.styled'
4
5
  // import './AddButton.scss'
5
6
 
6
7
  const AddButton: FC<AddButtonProps> = ({
@@ -14,7 +15,7 @@ const AddButton: FC<AddButtonProps> = ({
14
15
  tooltip = undefined
15
16
  }) => {
16
17
  return (
17
- <div className={`e-addButton ${className}`}>
18
+ <AddButtonStyled className={`e-addButton ${className}`}>
18
19
  {items.addButton.value !== '' && (
19
20
  <div className={'e-addButton__inner'}>
20
21
  <input
@@ -31,7 +32,7 @@ const AddButton: FC<AddButtonProps> = ({
31
32
  </div>
32
33
  )}
33
34
  {tooltip !== undefined && <p className={'tooltip sans-serif --extra-small'}>{tooltip}</p>}
34
- </div>
35
+ </AddButtonStyled>
35
36
  )
36
37
  }
37
38
 
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- // import './BenefitRatafiaCard.scss'
2
+ import { BenefitRatafiaCardStyled } from './BenefitRatafiaCard.styled';
3
3
  export const BenefitRatafiaCard = ({ title, image, description }) => {
4
- return (_jsxs("div", { className: 'benefit-ratafia-card', children: [image !== null && _jsx("div", { className: 'benefit-ratafia-card__icon', children: image }), _jsxs("div", { className: 'benefit-ratafia-card__content', children: [_jsx("h3", { className: 'sans-serif --big --bold-weight benefit-ratafia-card__content__title', children: title }), _jsx("p", { className: 'sans-serif --medium benefit-ratafia-card__content__description', children: description })] })] }));
4
+ return (_jsxs(BenefitRatafiaCardStyled, { className: 'benefit-ratafia-card', children: [image !== null && _jsx("div", { className: 'benefit-ratafia-card__icon', children: image }), _jsxs("div", { className: 'benefit-ratafia-card__content', children: [_jsx("h3", { className: 'sans-serif --big --bold-weight benefit-ratafia-card__content__title', children: title }), _jsx("p", { className: 'sans-serif --medium benefit-ratafia-card__content__description', children: description })] })] }));
5
5
  };
6
6
  export default BenefitRatafiaCard;
@@ -0,0 +1 @@
1
+ export declare const BenefitRatafiaCardStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -0,0 +1,55 @@
1
+ import { device } from '../../../globalStyles/breakpoints';
2
+ import styled from 'styled-components';
3
+ export const BenefitRatafiaCardStyled = styled.div `
4
+ display: flex;
5
+ flex-direction: column;
6
+ align-items: flex-start;
7
+ flex: 1 0 0;
8
+ align-self: stretch;
9
+
10
+ padding: 1.5rem;
11
+ gap: 1rem;
12
+
13
+ border-radius: 4px;
14
+ background: rgba(255, 255, 255, 0.8);
15
+ box-shadow: 0 2px 6px 0 rgba(2, 55, 74, 0.25);
16
+
17
+ @media ${device['landscape-tablets']} {
18
+ flex-direction: row;
19
+ }
20
+ @media ${device.laptop} {
21
+ flex-direction: column;
22
+ }
23
+
24
+ .benefit-ratafia-card {
25
+ &__icon {
26
+ display: flex;
27
+ align-items: flex-start;
28
+ padding: 0.25rem;
29
+ gap: 0.625rem;
30
+
31
+ border-radius: 4px;
32
+ background: rgba(255, 255, 255, 0.8);
33
+ box-shadow: 0 2px 6px 0 rgba(2, 55, 74, 0.25);
34
+
35
+ img {
36
+ min-width: 32px;
37
+ min-height: 32px;
38
+ }
39
+ }
40
+ &__content {
41
+ display: flex;
42
+ flex-direction: column;
43
+ align-items: flex-start;
44
+ align-self: stretch;
45
+ gap: 0.5rem;
46
+
47
+ &__title {
48
+ color: var(--primary-main-dark-2);
49
+ }
50
+ &__description {
51
+ color: var(--neutral-neutral-1);
52
+ }
53
+ }
54
+ }
55
+ `;
@@ -0,0 +1,56 @@
1
+ import { device } from '../../../globalStyles/breakpoints'
2
+ import styled from 'styled-components'
3
+
4
+ export const BenefitRatafiaCardStyled = styled.div`
5
+ display: flex;
6
+ flex-direction: column;
7
+ align-items: flex-start;
8
+ flex: 1 0 0;
9
+ align-self: stretch;
10
+
11
+ padding: 1.5rem;
12
+ gap: 1rem;
13
+
14
+ border-radius: 4px;
15
+ background: rgba(255, 255, 255, 0.8);
16
+ box-shadow: 0 2px 6px 0 rgba(2, 55, 74, 0.25);
17
+
18
+ @media ${device['landscape-tablets']} {
19
+ flex-direction: row;
20
+ }
21
+ @media ${device.laptop} {
22
+ flex-direction: column;
23
+ }
24
+
25
+ .benefit-ratafia-card {
26
+ &__icon {
27
+ display: flex;
28
+ align-items: flex-start;
29
+ padding: 0.25rem;
30
+ gap: 0.625rem;
31
+
32
+ border-radius: 4px;
33
+ background: rgba(255, 255, 255, 0.8);
34
+ box-shadow: 0 2px 6px 0 rgba(2, 55, 74, 0.25);
35
+
36
+ img {
37
+ min-width: 32px;
38
+ min-height: 32px;
39
+ }
40
+ }
41
+ &__content {
42
+ display: flex;
43
+ flex-direction: column;
44
+ align-items: flex-start;
45
+ align-self: stretch;
46
+ gap: 0.5rem;
47
+
48
+ &__title {
49
+ color: var(--primary-main-dark-2);
50
+ }
51
+ &__description {
52
+ color: var(--neutral-neutral-1);
53
+ }
54
+ }
55
+ }
56
+ `
@@ -1,17 +1,17 @@
1
1
  import React from 'react'
2
2
 
3
3
  import { type BenefitRatafiaCardProps } from './BenefitRatafiaCardProps.types'
4
- // import './BenefitRatafiaCard.scss'
4
+ import { BenefitRatafiaCardStyled } from './BenefitRatafiaCard.styled'
5
5
 
6
6
  export const BenefitRatafiaCard: React.FC<BenefitRatafiaCardProps> = ({ title, image, description }) => {
7
7
  return (
8
- <div className='benefit-ratafia-card'>
8
+ <BenefitRatafiaCardStyled className='benefit-ratafia-card'>
9
9
  {image !== null && <div className='benefit-ratafia-card__icon'>{image}</div>}
10
10
  <div className='benefit-ratafia-card__content'>
11
11
  <h3 className='sans-serif --big --bold-weight benefit-ratafia-card__content__title'>{title}</h3>
12
12
  <p className='sans-serif --medium benefit-ratafia-card__content__description'>{description}</p>
13
13
  </div>
14
- </div>
14
+ </BenefitRatafiaCardStyled>
15
15
  )
16
16
  }
17
17
 
@@ -1,6 +1,7 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { BillCardStyled } from './BillCard.styled';
2
3
  // import './BillCard.scss'
3
4
  const BillCard = ({ date, amount, subscriptionType }) => {
4
- return (_jsxs("div", { className: 'bill-card', children: [_jsxs("div", { className: 'date-price', children: [_jsx("div", { className: 'date-price__left', children: _jsx("p", { children: date }) }), _jsx("div", { className: 'date-price__right', children: _jsx("p", { children: amount }) })] }), _jsx("div", { className: 'annual-plan', children: _jsx("p", { children: subscriptionType }) })] }));
5
+ return (_jsxs(BillCardStyled, { className: 'bill-card', children: [_jsxs("div", { className: 'date-price', children: [_jsx("div", { className: 'date-price__left', children: _jsx("p", { children: date }) }), _jsx("div", { className: 'date-price__right', children: _jsx("p", { children: amount }) })] }), _jsx("div", { className: 'annual-plan', children: _jsx("p", { children: subscriptionType }) })] }));
5
6
  };
6
7
  export default BillCard;
@@ -0,0 +1 @@
1
+ export declare const BillCardStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -0,0 +1,59 @@
1
+ import { device } from '../../../globalStyles/breakpoints';
2
+ import styled from 'styled-components';
3
+ export const BillCardStyled = styled.div `
4
+ background-color: var(--neutral-neutral-6);
5
+ border: 1px solid var(--neutral-neutral-4);
6
+ border-radius: var(--global-border-radius);
7
+ display: flex;
8
+ flex-direction: column;
9
+ padding: 1rem 1rem;
10
+
11
+ @media ${device['portrait-tablets']} {
12
+ flex-direction: row;
13
+ justify-content: space-between;
14
+ align-items: center;
15
+ padding: 0.5rem 1.5rem;
16
+ }
17
+
18
+ &.bill-card {
19
+ .date-price {
20
+ display: flex;
21
+ flex-direction: row;
22
+ justify-content: space-between;
23
+ align-items: center;
24
+ border-bottom: 1px solid var(--neutral-neutral-4);
25
+ padding-bottom: 1rem;
26
+ @media ${device['portrait-tablets']} {
27
+ padding-bottom: 0;
28
+ justify-content: left;
29
+ border-bottom: none;
30
+ }
31
+ }
32
+
33
+ .date-price__left {
34
+ @media ${device['portrait-tablets']} {
35
+ padding: 0.2rem 1rem 0.2rem 0;
36
+ border-right: 1px solid var(--neutral-neutral-4);
37
+ }
38
+ @media ${device['landscape-tablets']} {
39
+ padding: 0.2rem 1.5rem 0.2rem 0;
40
+ }
41
+ }
42
+
43
+ .date-price__right {
44
+ margin-left: 1rem;
45
+ @media ${device['landscape-tablets']} {
46
+ margin-left: 1.5rem;
47
+ }
48
+ }
49
+
50
+ .annual-plan {
51
+ text-align: left;
52
+ padding-top: 1rem;
53
+ @media ${device['portrait-tablets']} {
54
+ padding-top: 0;
55
+ text-align: right;
56
+ }
57
+ }
58
+ }
59
+ `;
@@ -0,0 +1,60 @@
1
+ import { device } from '../../../globalStyles/breakpoints'
2
+ import styled from 'styled-components'
3
+
4
+ export const BillCardStyled = styled.div`
5
+ background-color: var(--neutral-neutral-6);
6
+ border: 1px solid var(--neutral-neutral-4);
7
+ border-radius: var(--global-border-radius);
8
+ display: flex;
9
+ flex-direction: column;
10
+ padding: 1rem 1rem;
11
+
12
+ @media ${device['portrait-tablets']} {
13
+ flex-direction: row;
14
+ justify-content: space-between;
15
+ align-items: center;
16
+ padding: 0.5rem 1.5rem;
17
+ }
18
+
19
+ &.bill-card {
20
+ .date-price {
21
+ display: flex;
22
+ flex-direction: row;
23
+ justify-content: space-between;
24
+ align-items: center;
25
+ border-bottom: 1px solid var(--neutral-neutral-4);
26
+ padding-bottom: 1rem;
27
+ @media ${device['portrait-tablets']} {
28
+ padding-bottom: 0;
29
+ justify-content: left;
30
+ border-bottom: none;
31
+ }
32
+ }
33
+
34
+ .date-price__left {
35
+ @media ${device['portrait-tablets']} {
36
+ padding: 0.2rem 1rem 0.2rem 0;
37
+ border-right: 1px solid var(--neutral-neutral-4);
38
+ }
39
+ @media ${device['landscape-tablets']} {
40
+ padding: 0.2rem 1.5rem 0.2rem 0;
41
+ }
42
+ }
43
+
44
+ .date-price__right {
45
+ margin-left: 1rem;
46
+ @media ${device['landscape-tablets']} {
47
+ margin-left: 1.5rem;
48
+ }
49
+ }
50
+
51
+ .annual-plan {
52
+ text-align: left;
53
+ padding-top: 1rem;
54
+ @media ${device['portrait-tablets']} {
55
+ padding-top: 0;
56
+ text-align: right;
57
+ }
58
+ }
59
+ }
60
+ `
@@ -1,11 +1,12 @@
1
1
  import React, { type FC } from 'react'
2
2
 
3
3
  import { type BillCardProps } from './BillCardProps.types'
4
+ import { BillCardStyled } from './BillCard.styled'
4
5
  // import './BillCard.scss'
5
6
 
6
7
  const BillCard: FC<BillCardProps> = ({ date, amount, subscriptionType }) => {
7
8
  return (
8
- <div className='bill-card'>
9
+ <BillCardStyled className='bill-card'>
9
10
  <div className='date-price'>
10
11
  <div className='date-price__left'>
11
12
  <p>{date}</p>
@@ -17,7 +18,7 @@ const BillCard: FC<BillCardProps> = ({ date, amount, subscriptionType }) => {
17
18
  <div className='annual-plan'>
18
19
  <p>{subscriptionType}</p>
19
20
  </div>
20
- </div>
21
+ </BillCardStyled>
21
22
  )
22
23
  }
23
24
 
@@ -1,7 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { BottomOverlayMenuStyled } from './BottomOverlayMenu.styled';
2
3
  const BottomOverlayMenu = ({ children }) => {
3
4
  if (children === undefined)
4
5
  return null;
5
- return _jsx("div", { className: 'bottom-overlay-menu', children: children });
6
+ return _jsx(BottomOverlayMenuStyled, { className: 'bottom-overlay-menu', children: children });
6
7
  };
7
8
  export default BottomOverlayMenu;
@@ -0,0 +1 @@
1
+ export declare const BottomOverlayMenuStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -0,0 +1,34 @@
1
+ import styled from 'styled-components';
2
+ export const BottomOverlayMenuStyled = styled.div `
3
+ display: flex;
4
+ justify-content: space-between;
5
+ align-items: center;
6
+ width: 100%;
7
+ padding: 16px 24px;
8
+ background-color: var(--others-white);
9
+ box-shadow: 0 2px 6px 0 var(--primary-main-dark-1);
10
+ color: black;
11
+
12
+ &.bottom-overlay-menu {
13
+ .e-button {
14
+ width: 100%;
15
+ }
16
+
17
+ .e-searchselect {
18
+ width: 100%;
19
+ margin-bottom: 1rem;
20
+ }
21
+
22
+ .e-text {
23
+ width: 100%;
24
+ }
25
+
26
+ .desktop-radio-icons {
27
+ display: none;
28
+ }
29
+
30
+ ul li {
31
+ margin-bottom: 0;
32
+ }
33
+ }
34
+ `;
@@ -0,0 +1,35 @@
1
+ import styled from 'styled-components'
2
+
3
+ export const BottomOverlayMenuStyled = styled.div`
4
+ display: flex;
5
+ justify-content: space-between;
6
+ align-items: center;
7
+ width: 100%;
8
+ padding: 16px 24px;
9
+ background-color: var(--others-white);
10
+ box-shadow: 0 2px 6px 0 var(--primary-main-dark-1);
11
+ color: black;
12
+
13
+ &.bottom-overlay-menu {
14
+ .e-button {
15
+ width: 100%;
16
+ }
17
+
18
+ .e-searchselect {
19
+ width: 100%;
20
+ margin-bottom: 1rem;
21
+ }
22
+
23
+ .e-text {
24
+ width: 100%;
25
+ }
26
+
27
+ .desktop-radio-icons {
28
+ display: none;
29
+ }
30
+
31
+ ul li {
32
+ margin-bottom: 0;
33
+ }
34
+ }
35
+ `
@@ -1,11 +1,11 @@
1
1
  import React, { type FC } from 'react'
2
- // import './BottomOverlayMenu.scss'
3
2
 
4
3
  import { type BottomOverlayMenuProps } from './BottomOverlayMenuProps.types'
4
+ import { BottomOverlayMenuStyled } from './BottomOverlayMenu.styled'
5
5
 
6
6
  const BottomOverlayMenu: FC<BottomOverlayMenuProps> = ({ children }) => {
7
7
  if (children === undefined) return null
8
- return <div className='bottom-overlay-menu'>{children}</div>
8
+ return <BottomOverlayMenuStyled className='bottom-overlay-menu'>{children}</BottomOverlayMenuStyled>
9
9
  }
10
10
 
11
11
  export default BottomOverlayMenu
@@ -1,7 +1,8 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { Link } from 'gatsby-link';
3
3
  import { ChevronRight24px } from '../../../../images/componentsSvg/ChevronRight24px';
4
+ import { BreadcrumItemStyled } from './BreadcrumItem.styled';
4
5
  const BreadcrumItem = ({ text, position, url }) => {
5
- return (_jsxs("li", { className: 'inline-list', children: [position > 0 && _jsx(ChevronRight24px, {}), url !== undefined ? _jsx(Link, { to: url, children: text }) : _jsx("span", { children: text })] }));
6
+ return (_jsxs(BreadcrumItemStyled, { className: 'inline-list', children: [position > 0 && _jsx(ChevronRight24px, {}), url !== undefined ? _jsx(Link, { to: url, children: text }) : _jsx("span", { children: text })] }));
6
7
  };
7
8
  export default BreadcrumItem;
@@ -0,0 +1 @@
1
+ export declare const BreadcrumItemStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, never>> & string;