@npm_leadtech/legal-lib-components 5.16.10 → 5.17.1

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 (80) hide show
  1. package/dist/css/styles.css +1 -1
  2. package/dist/images/componentsSvg/IconWeb.d.ts +2 -0
  3. package/dist/images/componentsSvg/IconWeb.js +4 -0
  4. package/dist/images/componentsSvg/IconWeb.tsx +31 -0
  5. package/dist/images/componentsSvg/PhoneIcon.d.ts +6 -0
  6. package/dist/images/componentsSvg/PhoneIcon.js +4 -0
  7. package/dist/images/componentsSvg/PhoneIcon.tsx +18 -0
  8. package/dist/images/componentsSvg/PhoneIcon24px.d.ts +9 -0
  9. package/dist/images/componentsSvg/PhoneIcon24px.js +2 -0
  10. package/dist/images/componentsSvg/PhoneIcon24px.tsx +4 -2
  11. package/dist/images/svg/facebook.svg +4 -0
  12. package/dist/images/svg/icon-24-px-satisfaction-grey.svg +3 -0
  13. package/dist/images/svg/icon-24-px-security_black.svg +3 -0
  14. package/dist/images/svg/linkedin.svg +4 -0
  15. package/dist/images/svg/pinterest.svg +4 -0
  16. package/dist/images/svg/x.svg +4 -0
  17. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.js +1 -1
  18. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.tsx +3 -0
  19. package/dist/src/components/atoms/FixedFooter/FixedFooter.d.ts +3 -0
  20. package/dist/src/components/atoms/FixedFooter/FixedFooter.js +73 -0
  21. package/dist/src/components/atoms/FixedFooter/FixedFooter.styled.d.ts +1 -0
  22. package/dist/src/components/atoms/FixedFooter/FixedFooter.styled.js +394 -0
  23. package/dist/src/components/atoms/FixedFooter/FixedFooter.styled.ts +395 -0
  24. package/dist/src/components/atoms/FixedFooter/FixedFooter.tsx +307 -0
  25. package/dist/src/components/atoms/FixedFooter/FixedFooterProps.d.ts +68 -0
  26. package/dist/src/components/atoms/FixedFooter/FixedFooterProps.js +1 -0
  27. package/dist/src/components/atoms/FixedFooter/FixedFooterProps.ts +79 -0
  28. package/dist/src/components/atoms/FixedFooter/index.d.ts +2 -0
  29. package/dist/src/components/atoms/FixedFooter/index.js +2 -0
  30. package/dist/src/components/atoms/FixedFooter/index.ts +2 -0
  31. package/dist/src/components/atoms/GoogleButton/GoogleButton.js +2 -2
  32. package/dist/src/components/atoms/GoogleButton/GoogleButton.tsx +2 -2
  33. package/dist/src/components/atoms/GoogleButton/GoogleButtonProps.types.d.ts +0 -1
  34. package/dist/src/components/atoms/GoogleButton/GoogleButtonProps.types.ts +0 -1
  35. package/dist/src/components/atoms/MenuItems/MenuItemProps.types.d.ts +1 -0
  36. package/dist/src/components/atoms/MenuItems/MenuItemProps.types.ts +1 -0
  37. package/dist/src/components/atoms/PreFooter/PreFooter.d.ts +3 -0
  38. package/dist/src/components/atoms/PreFooter/PreFooter.js +8 -0
  39. package/dist/src/components/atoms/PreFooter/PreFooter.styled.d.ts +1 -0
  40. package/dist/src/components/atoms/PreFooter/PreFooter.styled.js +43 -0
  41. package/dist/src/components/atoms/PreFooter/PreFooter.styled.ts +43 -0
  42. package/dist/src/components/atoms/PreFooter/PreFooter.tsx +34 -0
  43. package/dist/src/components/atoms/PreFooter/PreFooterProps.d.ts +8 -0
  44. package/dist/src/components/atoms/PreFooter/PreFooterProps.js +1 -0
  45. package/dist/src/components/atoms/PreFooter/PreFooterProps.ts +8 -0
  46. package/dist/src/components/atoms/PreFooter/index.d.ts +2 -0
  47. package/dist/src/components/atoms/PreFooter/index.js +2 -0
  48. package/dist/src/components/atoms/PreFooter/index.ts +2 -0
  49. package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.js +1 -1
  50. package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.ts +1 -1
  51. package/dist/src/components/atoms/SemFooter/SemFooter.d.ts +3 -0
  52. package/dist/src/components/atoms/SemFooter/SemFooter.js +7 -0
  53. package/dist/src/components/atoms/SemFooter/SemFooter.styled.d.ts +1 -0
  54. package/dist/src/components/atoms/SemFooter/SemFooter.styled.js +59 -0
  55. package/dist/src/components/atoms/SemFooter/SemFooter.styled.ts +60 -0
  56. package/dist/src/components/atoms/SemFooter/SemFooter.tsx +26 -0
  57. package/dist/src/components/atoms/SemFooter/SemFooterProps.d.ts +8 -0
  58. package/dist/src/components/atoms/SemFooter/SemFooterProps.js +1 -0
  59. package/dist/src/components/atoms/SemFooter/SemFooterProps.ts +10 -0
  60. package/dist/src/components/atoms/SemFooter/index.d.ts +2 -0
  61. package/dist/src/components/atoms/SemFooter/index.js +2 -0
  62. package/dist/src/components/atoms/SemFooter/index.ts +2 -0
  63. package/dist/src/components/atoms/index.d.ts +3 -0
  64. package/dist/src/components/atoms/index.js +3 -0
  65. package/dist/src/components/atoms/index.ts +3 -0
  66. package/dist/src/components/molecules/BottomOverlay/BottomOverlay.js +13 -1
  67. package/dist/src/components/molecules/BottomOverlay/BottomOverlay.tsx +21 -1
  68. package/dist/src/components/molecules/BottomOverlay/BottomOverlayProps.types.d.ts +1 -0
  69. package/dist/src/components/molecules/BottomOverlay/BottomOverlayProps.types.ts +1 -0
  70. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.js +8 -1
  71. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.ts +8 -1
  72. package/dist/src/components/molecules/TextInput/TextInput.scss +1 -1
  73. package/dist/src/components/organisms/LoginRatafiaContent/LoginRatafiaContent.js +3 -4
  74. package/dist/src/components/organisms/LoginRatafiaContent/LoginRatafiaContent.styled.js +0 -7
  75. package/dist/src/components/organisms/LoginRatafiaContent/LoginRatafiaContent.styled.ts +0 -7
  76. package/dist/src/components/organisms/LoginRatafiaContent/LoginRatafiaContent.tsx +2 -8
  77. package/dist/src/components/pages/LoginRatafiaPage/LoginRatafiaPage.styled.js +2 -11
  78. package/dist/src/components/pages/LoginRatafiaPage/LoginRatafiaPage.styled.ts +2 -11
  79. package/dist/tsconfig.build.tsbuildinfo +1 -1
  80. package/package.json +1 -1
@@ -0,0 +1,394 @@
1
+ import styled from 'styled-components';
2
+ export const FixedFooterStyled = styled.div `
3
+ .footer {
4
+ margin-top: auto;
5
+ left: 0;
6
+ bottom: 0;
7
+ position: static;
8
+ width: 100%;
9
+ background-color: var(--primary-main-dark-2);
10
+ color: var(--primary-main-light-6);
11
+ }
12
+
13
+ .language-selector-mobile-container {
14
+ max-width: 1200px;
15
+ margin: auto;
16
+ padding: 2.75rem 1rem 1rem;
17
+ }
18
+
19
+ @media (min-width: 720px) {
20
+ .language-selector-mobile-container {
21
+ display: none;
22
+ }
23
+ }
24
+
25
+ .footer a {
26
+ color: var(--primary-main-light-6);
27
+ text-decoration: none;
28
+ }
29
+
30
+ .footer li {
31
+ margin-bottom: 1.25rem;
32
+ }
33
+
34
+ .footer li a {
35
+ padding: 0.5rem 0;
36
+ }
37
+
38
+ .footer li:last-child {
39
+ margin-bottom: 0;
40
+ }
41
+
42
+ .footer__wrapper {
43
+ display: flex;
44
+ flex-flow: row wrap;
45
+ max-width: 1200px;
46
+ width: 100%;
47
+ justify-content: center;
48
+ margin: 0 auto;
49
+ padding: 1rem 1rem 2.75rem;
50
+ grid-row-gap: 32px;
51
+ }
52
+
53
+ @media (min-width: 960px) {
54
+ .footer__wrapper {
55
+ padding: 2.75rem 0;
56
+ }
57
+ }
58
+
59
+ .footer__wrapper__logo {
60
+ width: 45%;
61
+ max-width: 45%;
62
+ display: flex;
63
+ align-items: baseline;
64
+ }
65
+
66
+ @media (min-width: 720px) {
67
+ .footer__wrapper__logo {
68
+ width: 100%;
69
+ max-width: 100%;
70
+ }
71
+ }
72
+
73
+ .sem-footer__wrapper {
74
+ display: flex;
75
+ flex-flow: column wrap;
76
+ width: 100%;
77
+ max-width: 1200px;
78
+ justify-content: space-between;
79
+ margin: auto;
80
+ padding: 1rem 1rem 2.75rem;
81
+ grid-row-gap: 32px;
82
+ }
83
+
84
+ @media (min-width: 960px) {
85
+ .sem-footer__wrapper {
86
+ flex-flow: row wrap;
87
+ padding: 1.5rem 1rem;
88
+ }
89
+ }
90
+
91
+ .sem-footer__legal-links {
92
+ display: flex;
93
+ flex-flow: row wrap;
94
+ align-items: center;
95
+ gap: 1rem;
96
+ }
97
+
98
+ .sem-footer__legal-links li {
99
+ margin-bottom: 0;
100
+ }
101
+
102
+ .sem-footer__contact-info {
103
+ display: flex;
104
+ flex-flow: column;
105
+ column-gap: 0.5rem;
106
+ row-gap: 0.25rem;
107
+ }
108
+
109
+ @media (min-width: 575px) {
110
+ .sem-footer__contact-info {
111
+ flex-flow: row;
112
+ }
113
+ }
114
+
115
+ .sem-footer__contact-info__phone {
116
+ display: flex;
117
+ align-items: center;
118
+ font-size: 0.8rem;
119
+ }
120
+
121
+ .sem-footer__contact-info__schedule {
122
+ font-size: 0.75rem;
123
+ }
124
+
125
+ .fixed-container {
126
+ position: fixed;
127
+ bottom: 0;
128
+ z-index: 3;
129
+ width: 100%;
130
+ }
131
+
132
+ .footer__products,
133
+ .footer__popular-documents,
134
+ .footer__company {
135
+ width: 100%;
136
+ max-width: 50%;
137
+ display: flex;
138
+ flex-flow: column wrap;
139
+ justify-content: flex-start;
140
+ }
141
+
142
+ .footer__products p,
143
+ .footer__popular-documents p,
144
+ .footer__company p {
145
+ margin-bottom: 1.5rem;
146
+ }
147
+
148
+ @media (min-width: 575px) {
149
+ .footer__products,
150
+ .footer__popular-documents,
151
+ .footer__company {
152
+ max-width: 28%;
153
+ padding-right: 1.5rem;
154
+ }
155
+ }
156
+
157
+ @media (min-width: 960px) {
158
+ .footer__products,
159
+ .footer__popular-documents,
160
+ .footer__company {
161
+ max-width: 20%;
162
+ }
163
+ }
164
+
165
+ @media (max-width: 575px) {
166
+ .footer__products,
167
+ .footer__popular-documents,
168
+ .footer__company {
169
+ max-width: 100%;
170
+ }
171
+ }
172
+
173
+ .footer__company__resources__findUs .footer__resources,
174
+ .footer__help__resources .footer__resources {
175
+ margin-top: 22px;
176
+ }
177
+
178
+ .footer__help__resources,
179
+ .footer__company {
180
+ display: flex;
181
+ flex-flow: column wrap;
182
+ justify-content: flex-start;
183
+ margin-bottom: 0;
184
+ max-width: 50%;
185
+ width: 100%;
186
+ }
187
+
188
+ @media (min-width: 575px) and (max-width: 960px) {
189
+ .footer__help__resources,
190
+ .footer__company {
191
+ display: block;
192
+ }
193
+ }
194
+
195
+ .footer__help__resources p,
196
+ .footer__company p {
197
+ margin-bottom: 1.5rem;
198
+ }
199
+
200
+ @media (min-width: 575px) {
201
+ .footer__help__resources,
202
+ .footer__company {
203
+ max-width: 22.5%;
204
+ padding-right: 1rem;
205
+ }
206
+ }
207
+
208
+ @media (min-width: 960px) {
209
+ .footer__help__resources,
210
+ .footer__company {
211
+ max-width: 15%;
212
+ }
213
+ }
214
+
215
+ .footer__findUs {
216
+ display: flex;
217
+ flex-flow: row nowrap;
218
+ flex-direction: column;
219
+ max-width: 100%;
220
+ }
221
+
222
+ .footer__findUs .trustpilot-widget {
223
+ margin-top: 0;
224
+ }
225
+
226
+ @media (min-width: 575px) {
227
+ .footer__findUs .trustpilot-widget {
228
+ margin-top: 22px;
229
+ }
230
+ }
231
+
232
+ @media (min-width: 720px) {
233
+ .footer__findUs {
234
+ display: block;
235
+ max-width: 20%;
236
+ }
237
+ }
238
+
239
+ @media (min-width: 960px) {
240
+ .footer__findUs {
241
+ max-width: 15%;
242
+ }
243
+ }
244
+
245
+ @media (max-width: 575px) {
246
+ .footer__findUs {
247
+ width: 100%;
248
+ }
249
+ }
250
+
251
+ .footer__findUs ul {
252
+ display: flex;
253
+ flex-direction: row;
254
+ }
255
+
256
+ .footer__findUs ul li {
257
+ margin-right: 0.4rem;
258
+ }
259
+
260
+ .footer-links__title {
261
+ width: 100%;
262
+ text-transform: uppercase;
263
+ font-weight: bold;
264
+ color: var(--primary-main-light-4);
265
+ }
266
+
267
+ .product-categories {
268
+ cursor: pointer;
269
+ display: flex;
270
+ flex-flow: row wrap;
271
+ align-items: flex-start;
272
+ flex-direction: row;
273
+ justify-content: space-between;
274
+ list-style-type: none;
275
+ font-family: 'Inter', sans-serif;
276
+ font-size: 12px;
277
+ font-weight: bold;
278
+ font-stretch: normal;
279
+ font-style: normal;
280
+ line-height: 1.33;
281
+ letter-spacing: -0.3px;
282
+ padding-top: 1rem;
283
+ width: 100%;
284
+ padding-bottom: 0.6rem;
285
+ }
286
+
287
+ .product-categories:not(:last-child) {
288
+ border-bottom: 1px solid var(--primary-main);
289
+ }
290
+
291
+ .product-categories:has(.open) {
292
+ padding-bottom: 0;
293
+ }
294
+
295
+ .expand-icon {
296
+ width: 10px;
297
+ height: 13px;
298
+ transform: rotate(90deg);
299
+ margin-right: 8px;
300
+ }
301
+
302
+ .expand-icon:before,
303
+ .expand-icon:after {
304
+ width: 2px;
305
+ background-color: var(--others-white);
306
+ }
307
+
308
+ .expand-icon.open {
309
+ transform: rotate(-90deg);
310
+ }
311
+
312
+ .rotate {
313
+ transform: rotate(180deg);
314
+ }
315
+
316
+ .list-box {
317
+ background-color: var(--primary-main-dark-1);
318
+ width: 100%;
319
+ padding-left: 0.5rem;
320
+ margin-top: 0.6rem;
321
+ }
322
+
323
+ .list-products {
324
+ margin: 14px 0;
325
+ }
326
+
327
+ .footer__media__logos__wrapper {
328
+ width: 84%;
329
+ display: flex;
330
+ justify-content: space-around;
331
+ padding-bottom: 35px;
332
+ flex-wrap: wrap;
333
+ flex-direction: row;
334
+ }
335
+
336
+ .footer__media__logos__wrapper .logo {
337
+ display: inline-flex;
338
+ padding-left: 20px;
339
+ align-items: center;
340
+ height: 59px;
341
+ }
342
+
343
+ .footer__media__logos__wrapper .logo:first-child {
344
+ padding-left: 0;
345
+ }
346
+
347
+ @media (max-width: 720px) {
348
+ .footer__media__logos__wrapper {
349
+ width: 100%;
350
+ padding-bottom: 15px;
351
+ flex-wrap: wrap;
352
+ }
353
+
354
+ .footer__media__logos__wrapper .logo {
355
+ width: 50%;
356
+ }
357
+ }
358
+
359
+ .separator {
360
+ display: block;
361
+ width: 84%;
362
+ height: 1px;
363
+ background-color: var(--primary-main-light-1);
364
+ margin-bottom: 30px;
365
+ }
366
+
367
+ @media (max-width: 720px) {
368
+ .separator {
369
+ width: 100%;
370
+ }
371
+ }
372
+
373
+ .footer-trustpilot {
374
+ display: none;
375
+ }
376
+
377
+ @media (min-width: 720px) {
378
+ .footer-trustpilot {
379
+ display: flex;
380
+ }
381
+ }
382
+
383
+ .footer-trustpilot-mobile {
384
+ display: flex;
385
+ width: 100%;
386
+ margin: 1rem 0 2rem 0;
387
+ }
388
+
389
+ @media (min-width: 720px) {
390
+ .footer-trustpilot-mobile {
391
+ display: none;
392
+ }
393
+ }
394
+ `;