@npm_leadtech/legal-lib-components 5.3.10 → 5.3.11

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 (165) hide show
  1. package/dist/css/styles.css +77 -1049
  2. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.scss +1 -1
  3. package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.js +2 -2
  4. package/dist/src/components/pages/ErrorRatafiaPage/{ErrorRatafiaPage.styled.ts → ErrorRatafiaPage.scss} +4 -3
  5. package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.tsx +3 -4
  6. package/dist/src/components/pages/FaqsPage/FaqsPage.js +2 -2
  7. package/dist/src/components/pages/FaqsPage/{FaqsPage.styled.ts → FaqsPage.scss} +4 -3
  8. package/dist/src/components/pages/FaqsPage/FaqsPage.tsx +3 -4
  9. package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.js +2 -2
  10. package/dist/src/components/pages/KeyFactsResultRatafiaPage/{KeyFactsResultRatafiaPage.styled.js → KeyFactsResultRatafiaPage.scss} +5 -4
  11. package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.tsx +3 -4
  12. package/dist/src/components/pages/LoginRatafiaPage/{LoginRatafiaPage.styled.js → LoginPageRatafia.scss} +5 -5
  13. package/dist/src/components/pages/LoginRatafiaPage/LoginRatafiaPage.js +2 -2
  14. package/dist/src/components/pages/LoginRatafiaPage/LoginRatafiaPage.tsx +3 -3
  15. package/dist/src/components/sections/AboutUsSection/AboutUsSection.js +2 -2
  16. package/dist/src/components/sections/AboutUsSection/AboutUsSection.styled.d.ts +1 -0
  17. package/dist/src/components/sections/AboutUsSection/AboutUsSection.styled.js +53 -0
  18. package/dist/src/components/sections/AboutUsSection/AboutUsSection.styled.ts +54 -0
  19. package/dist/src/components/sections/AboutUsSection/AboutUsSection.tsx +3 -3
  20. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.js +2 -2
  21. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.styled.d.ts +1 -0
  22. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.styled.js +98 -0
  23. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.styled.ts +99 -0
  24. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.tsx +3 -3
  25. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.js +2 -2
  26. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.styled.d.ts +1 -0
  27. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.styled.js +51 -0
  28. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.styled.ts +52 -0
  29. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.tsx +3 -3
  30. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.js +2 -2
  31. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.styled.d.ts +1 -0
  32. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.styled.js +54 -0
  33. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.styled.ts +55 -0
  34. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.tsx +3 -3
  35. package/dist/src/components/sections/BlogSection/BlogSection.js +2 -1
  36. package/dist/src/components/sections/BlogSection/BlogSection.styled.d.ts +1 -0
  37. package/dist/src/components/sections/BlogSection/BlogSection.styled.js +32 -0
  38. package/dist/src/components/sections/BlogSection/BlogSection.styled.ts +33 -0
  39. package/dist/src/components/sections/BlogSection/BlogSection.tsx +3 -2
  40. package/dist/src/components/sections/ContactSection/ContactSection.js +2 -2
  41. package/dist/src/components/sections/ContactSection/ContactSection.styled.d.ts +1 -0
  42. package/dist/src/components/sections/ContactSection/ContactSection.styled.js +89 -0
  43. package/dist/src/components/sections/ContactSection/{ContactSection.scss → ContactSection.styled.ts} +9 -9
  44. package/dist/src/components/sections/ContactSection/ContactSection.tsx +3 -3
  45. package/dist/src/components/sections/ExpertsSection/ExpertsSection.js +2 -2
  46. package/dist/src/components/sections/ExpertsSection/ExpertsSection.styled.d.ts +1 -0
  47. package/dist/src/components/sections/ExpertsSection/ExpertsSection.styled.js +27 -0
  48. package/dist/src/components/sections/ExpertsSection/ExpertsSection.styled.ts +28 -0
  49. package/dist/src/components/sections/ExpertsSection/ExpertsSection.tsx +3 -3
  50. package/dist/src/components/sections/FaqSection/FaqSection.js +2 -2
  51. package/dist/src/components/sections/FaqSection/FaqSection.styled.d.ts +1 -0
  52. package/dist/src/components/sections/FaqSection/FaqSection.styled.js +29 -0
  53. package/dist/src/components/sections/FaqSection/FaqSection.styled.ts +30 -0
  54. package/dist/src/components/sections/FaqSection/FaqSection.tsx +3 -3
  55. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.js +2 -2
  56. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.styled.d.ts +1 -0
  57. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.styled.js +56 -0
  58. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.styled.ts +57 -0
  59. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.tsx +3 -3
  60. package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.js +2 -1
  61. package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.styled.d.ts +1 -0
  62. package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.styled.js +14 -0
  63. package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.styled.ts +15 -0
  64. package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.tsx +3 -2
  65. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.js +2 -2
  66. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.styled.d.ts +1 -0
  67. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.styled.js +10 -0
  68. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.styled.ts +11 -0
  69. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.tsx +3 -3
  70. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.js +2 -2
  71. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.styled.d.ts +1 -0
  72. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.styled.js +24 -0
  73. package/dist/src/components/sections/HowGetYourFormsSection/{HowGetYourFormsSection.scss → HowGetYourFormsSection.styled.ts} +7 -8
  74. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.tsx +3 -3
  75. package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.js +2 -2
  76. package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.styled.d.ts +1 -0
  77. package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.styled.js +39 -0
  78. package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.styled.ts +40 -0
  79. package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.tsx +6 -3
  80. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.js +2 -2
  81. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.styled.d.ts +1 -0
  82. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.styled.js +40 -0
  83. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.styled.ts +41 -0
  84. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.tsx +3 -3
  85. package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.js +2 -2
  86. package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.styled.d.ts +1 -0
  87. package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.styled.js +106 -0
  88. package/dist/src/components/sections/LearnMoreSection/{LearnMoreSection.scss → LearnMoreSection.styled.ts} +12 -12
  89. package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.tsx +3 -3
  90. package/dist/src/components/sections/LegalSection/LegalSection.js +2 -2
  91. package/dist/src/components/sections/LegalSection/LegalSection.styled.d.ts +1 -0
  92. package/dist/src/components/sections/LegalSection/LegalSection.styled.js +121 -0
  93. package/dist/src/components/sections/LegalSection/LegalSection.styled.ts +122 -0
  94. package/dist/src/components/sections/LegalSection/LegalSection.tsx +3 -3
  95. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.js +2 -2
  96. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.d.ts +1 -0
  97. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.js +46 -0
  98. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.ts +47 -0
  99. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.tsx +3 -3
  100. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.js +2 -2
  101. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.styled.d.ts +1 -0
  102. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.styled.js +43 -0
  103. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.styled.ts +44 -0
  104. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.tsx +3 -3
  105. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.js +2 -2
  106. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.styled.d.ts +1 -0
  107. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.styled.js +55 -0
  108. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.styled.ts +56 -0
  109. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.tsx +3 -4
  110. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.js +2 -1
  111. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.styled.d.ts +1 -0
  112. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.styled.js +70 -0
  113. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.styled.ts +71 -0
  114. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.tsx +3 -2
  115. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.js +2 -2
  116. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.styled.d.ts +1 -0
  117. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.styled.js +10 -0
  118. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.styled.ts +11 -0
  119. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.tsx +3 -3
  120. package/dist/src/components/sections/TryUsSection/TryUsSection.js +2 -2
  121. package/dist/src/components/sections/TryUsSection/TryUsSection.styled.d.ts +1 -0
  122. package/dist/src/components/sections/TryUsSection/TryUsSection.styled.js +23 -0
  123. package/dist/src/components/sections/TryUsSection/{TryUsSection.scss → TryUsSection.styled.ts} +5 -5
  124. package/dist/src/components/sections/TryUsSection/TryUsSection.tsx +3 -3
  125. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.js +2 -2
  126. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.styled.d.ts +1 -0
  127. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.styled.js +63 -0
  128. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.styled.ts +64 -0
  129. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.tsx +3 -3
  130. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.js +2 -2
  131. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.styled.d.ts +1 -0
  132. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.styled.js +36 -0
  133. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.styled.ts +37 -0
  134. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.tsx +3 -4
  135. package/dist/src/globalStyles/styles.scss +4 -24
  136. package/dist/tsconfig.build.tsbuildinfo +1 -1
  137. package/package.json +1 -1
  138. package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.styled.d.ts +0 -1
  139. package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.styled.js +0 -30
  140. package/dist/src/components/pages/FaqsPage/FaqsPage.styled.d.ts +0 -1
  141. package/dist/src/components/pages/FaqsPage/FaqsPage.styled.js +0 -59
  142. package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.styled.d.ts +0 -1
  143. package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.styled.ts +0 -23
  144. package/dist/src/components/pages/LoginRatafiaPage/LoginRatafiaPage.styled.d.ts +0 -1
  145. package/dist/src/components/pages/LoginRatafiaPage/LoginRatafiaPage.styled.ts +0 -24
  146. package/dist/src/components/sections/AboutUsSection/AboutUsSection.scss +0 -52
  147. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.scss +0 -98
  148. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.scss +0 -50
  149. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.scss +0 -57
  150. package/dist/src/components/sections/BlogSection/BlogSection.scss +0 -33
  151. package/dist/src/components/sections/ExpertsSection/ExpertsSection.scss +0 -26
  152. package/dist/src/components/sections/FaqSection/FaqSection.scss +0 -31
  153. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.scss +0 -57
  154. package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.scss +0 -15
  155. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.scss +0 -12
  156. package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.scss +0 -41
  157. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.scss +0 -41
  158. package/dist/src/components/sections/LegalSection/LegalSection.scss +0 -120
  159. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.scss +0 -47
  160. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.scss +0 -42
  161. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.scss +0 -53
  162. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.scss +0 -69
  163. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.scss +0 -11
  164. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.scss +0 -62
  165. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.scss +0 -35
@@ -1,62 +0,0 @@
1
- @import '../../../globalStyles/variables.scss';
2
- @import '../../../globalStyles/mediaqueries.scss';
3
-
4
- .unsubscribe {
5
- div:first-child {
6
- background: var(--neutral-neutral-6);
7
- display: flex;
8
- flex-flow: row wrap;
9
- margin-bottom: 4rem;
10
- @include landscape-tablets {
11
- margin: 0 3rem 3rem 3rem;
12
- }
13
- }
14
-
15
- .m-richText p + h2 {
16
- margin-top: 0;
17
- }
18
-
19
- h2 {
20
- color: var(--neutral-neutral-1);
21
- background: var(--others-white);
22
- width: 100%;
23
- font-size: 1.75rem;
24
- padding: 2rem 1rem 1rem 1rem;
25
-
26
- @include landscape-tablets {
27
- font-size: 2rem;
28
- padding: 2.7rem 0 1rem 0;
29
- }
30
- }
31
-
32
- .m-richText h2 + p {
33
- padding-top: 1.5rem;
34
- }
35
-
36
- .m-richText p {
37
- padding: 0 2rem 1.5rem 2rem;
38
- width: 100%;
39
- margin: 0;
40
-
41
- @include laptop {
42
- padding: 0 8rem 1.5rem 8rem;
43
- }
44
- @include desktop {
45
- padding: 0 15rem 1.5rem 15rem;
46
- }
47
- }
48
-
49
- img {
50
- max-width: 100%;
51
- display: block;
52
- margin: 0;
53
- }
54
-
55
- .image-preview {
56
- margin: 0 auto;
57
- padding: 0.5rem 0;
58
- border: none;
59
- width: auto;
60
- height: auto;
61
- }
62
- }
@@ -1,35 +0,0 @@
1
- @import '../../../globalStyles/variables.scss';
2
- @import '../../../globalStyles/mediaqueries.scss';
3
-
4
- .whyLawDistrictSection {
5
- text-align: center;
6
- background-color: var(--neutral-neutral-6);
7
- width: 100%;
8
- padding-bottom: 2rem;
9
- display: flex;
10
- flex-direction: column;
11
-
12
- @include landscape-tablets {
13
- padding-bottom: 0rem;
14
- display: block;
15
- }
16
-
17
- &__title {
18
- @include laptop {
19
- padding: 0;
20
- }
21
- }
22
-
23
- &__button {
24
- display: flex;
25
- justify-content: center;
26
- width: 80%;
27
- margin-bottom: 1rem;
28
-
29
- @include landscape-tablets {
30
- margin-bottom: 3.5rem;
31
- display: inline-block;
32
- width: auto;
33
- }
34
- }
35
- }