@npm_leadtech/legal-lib-components 7.65.2 → 7.66.0

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.
@@ -93,19 +93,6 @@ html {
93
93
  --box-shadow-container: 0px 2px 6px 0px rgba(var(--primary-main-dark-1-rgb), 0.25);
94
94
  --global-gap: 1rem;
95
95
  }
96
- html[data-theme=legalfinity] {
97
- --font-sans: "Poppins", sans-serif;
98
- --font-serif: "Poppins", serif;
99
- --s-border-radius: 0.25rem;
100
- --m-border-radius: 0.5rem;
101
- --l-border-radius: 1rem;
102
- --box-shadow-small: 0 0.125rem 0.375rem 0 rgba(var(--primary-main-dark-1-rgb), 0.25);
103
- --box-shadow-medium: 0 0.25rem 0.5rem 0 rgba(var(--primary-main-dark-1-rgb), 0.2);
104
- --box-shadow-menu: 0 0.25rem 0.5rem -0.5rem rgba(var(--primary-main-dark-1-rgb), 0.2);
105
- --box-shadow-tippy-box: 0 0.25rem 0.5rem 0.25rem rgba(var(--primary-main-dark-1-rgb), 0.2);
106
- --box-shadow-container: 0px 2px 6px 0px rgba(var(--primary-main-dark-1-rgb), 0.25);
107
- --global-gap: 1rem;
108
- }
109
96
  *,
110
97
  *::before,
111
98
  *::after {
@@ -275,8 +262,6 @@ html {
275
262
  --others-white: #fff;
276
263
  --others-disabled: #6b7280;
277
264
  --others-black: #000;
278
- --font-main: "Inter", sans-serif;
279
- --font-secondary: "Lora", serif;
280
265
  }
281
266
  html[data-theme=districtlaws] {
282
267
  --primary-main-light-6: #fff5ee;
@@ -313,8 +298,6 @@ html[data-theme=districtlaws] {
313
298
  --others-white: #fff;
314
299
  --others-disabled: #6b7280;
315
300
  --others-black: #000;
316
- --font-main: "Inter", sans-serif;
317
- --font-secondary: "Lora", serif;
318
301
  }
319
302
  html[data-theme=lawdistricts] {
320
303
  --primary-main-light-6: #f9f9ff;
@@ -351,8 +334,6 @@ html[data-theme=lawdistricts] {
351
334
  --others-white: #fff;
352
335
  --others-disabled: #6b7280;
353
336
  --others-black: #000;
354
- --font-main: "Inter", sans-serif;
355
- --font-secondary: "Lora", serif;
356
337
  }
357
338
  html[data-theme=lawdistrict] {
358
339
  --primary-main-light-6: #eff7f5;
@@ -389,8 +370,6 @@ html[data-theme=lawdistrict] {
389
370
  --others-white: #fff;
390
371
  --others-disabled: #6b7280;
391
372
  --others-black: #000;
392
- --font-main: "Inter", sans-serif;
393
- --font-secondary: "Lora", serif;
394
373
  }
395
374
  html[data-theme=lawdistrict] .document-status.--in-progress {
396
375
  background-color: var(--secondary-main-light-4);
@@ -443,8 +422,6 @@ html[data-theme=lawsdistrict] {
443
422
  --others-white: #fff;
444
423
  --others-disabled: #6b7280;
445
424
  --others-black: #000;
446
- --font-main: "Inter", sans-serif;
447
- --font-secondary: "Lora", serif;
448
425
  }
449
426
  html[data-theme=lawdistrictinfo] {
450
427
  --primary-main-light-6: #f1fff7;
@@ -481,8 +458,6 @@ html[data-theme=lawdistrictinfo] {
481
458
  --others-white: #fff;
482
459
  --others-disabled: #6b7280;
483
460
  --others-black: #000;
484
- --font-main: "Inter", sans-serif;
485
- --font-secondary: "Lora", serif;
486
461
  }
487
462
  html[data-theme=uslawdistrict] {
488
463
  --primary-main-light-6: #fffbf2;
@@ -519,8 +494,6 @@ html[data-theme=uslawdistrict] {
519
494
  --others-white: #fff;
520
495
  --others-disabled: #6b7280;
521
496
  --others-black: #000;
522
- --font-main: "Inter", sans-serif;
523
- --font-secondary: "Lora", serif;
524
497
  }
525
498
  html[data-theme=lawdistrictonline] {
526
499
  --primary-main-light-6: #f9ffea;
@@ -557,8 +530,6 @@ html[data-theme=lawdistrictonline] {
557
530
  --others-white: #fff;
558
531
  --others-disabled: #6b7280;
559
532
  --others-black: #000;
560
- --font-main: "Inter", sans-serif;
561
- --font-secondary: "Lora", serif;
562
533
  }
563
534
  html[data-theme=legalfinity] {
564
535
  --button: #1039f5;
@@ -612,8 +583,6 @@ html[data-theme=legalfinity] {
612
583
  --others-white: #ffffff;
613
584
  --others-disabled: #6b7280;
614
585
  --others-black: #000;
615
- --font-main: "Poppins", sans-serif;
616
- --font-secondary: "Poppins", sans-serif;
617
586
  }
618
587
  body {
619
588
  min-height: calc(100vh - 3.25rem);
@@ -740,17 +709,17 @@ body {
740
709
  background:
741
710
  radial-gradient(
742
711
  90.31% 103.09% at 74.2% -62.04%,
743
- var(--primary-main-dark-2) 0%,
744
- var(--primary-main-dark-1) 100%),
712
+ rgba(7, 128, 128, 0.3) 0%,
713
+ #062f3c 100%),
745
714
  radial-gradient(
746
715
  80.63% 44.37% at 73.54% 70.76%,
747
- var(--primary-main) 0%,
748
- var(--primary-main-dark-2) 100%),
716
+ #078080 0%,
717
+ #052a37 100%),
749
718
  radial-gradient(
750
719
  92.19% 33.51% at 0% 0%,
751
- var(--primary-main) 0%,
752
- var(--primary-main-dark-1) 100%),
753
- var(--primary-main-dark-2);
720
+ #078080 0%,
721
+ #042b39 100%),
722
+ #032a38;
754
723
  background-blend-mode:
755
724
  lighten,
756
725
  lighten,
@@ -33,7 +33,7 @@ export const AccordionItemStyled = styled.div `
33
33
  letter-spacing: -0.3px;
34
34
 
35
35
  &.--success {
36
- background: #eff7f5;
36
+ background: var(--primary-main-light-6);
37
37
  }
38
38
 
39
39
  &.--locked {
@@ -55,6 +55,10 @@ export const AccordionItemStyled = styled.div `
55
55
 
56
56
  &.--locked {
57
57
  color: var(--neutral-neutral-2);
58
+
59
+ html[data-theme='legalfinity'] & {
60
+ color: var(--primary-main-dark-1);
61
+ }
58
62
  }
59
63
  }
60
64
 
@@ -64,5 +68,6 @@ export const AccordionItemStyled = styled.div `
64
68
  border-right: 1px solid var(--neutral-neutral-4);
65
69
  border-left: 1px solid var(--neutral-neutral-4);
66
70
  border-bottom: none;
71
+ color: black;
67
72
  }
68
73
  `;
@@ -34,7 +34,7 @@ export const AccordionItemStyled = styled.div`
34
34
  letter-spacing: -0.3px;
35
35
 
36
36
  &.--success {
37
- background: #eff7f5;
37
+ background: var(--primary-main-light-6);
38
38
  }
39
39
 
40
40
  &.--locked {
@@ -56,6 +56,10 @@ export const AccordionItemStyled = styled.div`
56
56
 
57
57
  &.--locked {
58
58
  color: var(--neutral-neutral-2);
59
+
60
+ html[data-theme='legalfinity'] & {
61
+ color: var(--primary-main-dark-1);
62
+ }
59
63
  }
60
64
  }
61
65
 
@@ -65,5 +69,6 @@ export const AccordionItemStyled = styled.div`
65
69
  border-right: 1px solid var(--neutral-neutral-4);
66
70
  border-left: 1px solid var(--neutral-neutral-4);
67
71
  border-bottom: none;
72
+ color: black;
68
73
  }
69
74
  `
@@ -55,14 +55,9 @@
55
55
  }
56
56
 
57
57
  .background-ratafia-animation {
58
- background: radial-gradient(
59
- 90.31% 103.09% at 74.2% -62.04%,
60
- var(--primary-main-dark-2) 0%,
61
- var(--primary-main-dark-1) 100%
62
- ),
63
- radial-gradient(80.63% 44.37% at 73.54% 70.76%, var(--primary-main) 0%, var(--primary-main-dark-2) 100%),
64
- radial-gradient(92.19% 33.51% at 0% 0%, var(--primary-main) 0%, var(--primary-main-dark-1) 100%),
65
- var(--primary-main-dark-2);
58
+ background: radial-gradient(90.31% 103.09% at 74.2% -62.04%, rgba(7, 128, 128, 0.3) 0%, #062f3c 100%),
59
+ radial-gradient(80.63% 44.37% at 73.54% 70.76%, #078080 0%, #052a37 100%),
60
+ radial-gradient(92.19% 33.51% at 0% 0%, #078080 0%, #042b39 100%), #032a38;
66
61
  background-blend-mode: lighten, lighten, lighten, normal;
67
62
  background-size: 150% 150%;
68
63
  animation: gradientAnimation 4s ease infinite;
@@ -52,9 +52,6 @@ html {
52
52
  --others-white: #fff;
53
53
  --others-disabled: #6b7280;
54
54
  --others-black: #000;
55
-
56
- --font-main: 'Inter', sans-serif;
57
- --font-secondary: 'Lora', serif;
58
55
  }
59
56
 
60
57
  html[data-theme='districtlaws'] {
@@ -89,9 +86,6 @@ html[data-theme='districtlaws'] {
89
86
  --others-white: #fff;
90
87
  --others-disabled: #6b7280;
91
88
  --others-black: #000;
92
-
93
- --font-main: 'Inter', sans-serif;
94
- --font-secondary: 'Lora', serif;
95
89
  }
96
90
 
97
91
  html[data-theme='lawdistricts'] {
@@ -126,9 +120,6 @@ html[data-theme='lawdistricts'] {
126
120
  --others-white: #fff;
127
121
  --others-disabled: #6b7280;
128
122
  --others-black: #000;
129
-
130
- --font-main: 'Inter', sans-serif;
131
- --font-secondary: 'Lora', serif;
132
123
  }
133
124
 
134
125
  html[data-theme='lawdistrict'] {
@@ -163,9 +154,6 @@ html[data-theme='lawdistrict'] {
163
154
  --others-white: #fff;
164
155
  --others-disabled: #6b7280;
165
156
  --others-black: #000;
166
-
167
- --font-main: 'Inter', sans-serif;
168
- --font-secondary: 'Lora', serif;
169
157
  }
170
158
 
171
159
  html[data-theme='lawdistrict'] {
@@ -226,9 +214,6 @@ html[data-theme='lawsdistrict'] {
226
214
  --others-white: #fff;
227
215
  --others-disabled: #6b7280;
228
216
  --others-black: #000;
229
-
230
- --font-main: 'Inter', sans-serif;
231
- --font-secondary: 'Lora', serif;
232
217
  }
233
218
 
234
219
  html[data-theme='lawdistrictinfo'] {
@@ -263,9 +248,6 @@ html[data-theme='lawdistrictinfo'] {
263
248
  --others-white: #fff;
264
249
  --others-disabled: #6b7280;
265
250
  --others-black: #000;
266
-
267
- --font-main: 'Inter', sans-serif;
268
- --font-secondary: 'Lora', serif;
269
251
  }
270
252
 
271
253
  html[data-theme='uslawdistrict'] {
@@ -300,9 +282,6 @@ html[data-theme='uslawdistrict'] {
300
282
  --others-white: #fff;
301
283
  --others-disabled: #6b7280;
302
284
  --others-black: #000;
303
-
304
- --font-main: 'Inter', sans-serif;
305
- --font-secondary: 'Lora', serif;
306
285
  }
307
286
 
308
287
  html[data-theme='lawdistrictonline'] {
@@ -337,9 +316,6 @@ html[data-theme='lawdistrictonline'] {
337
316
  --others-white: #fff;
338
317
  --others-disabled: #6b7280;
339
318
  --others-black: #000;
340
-
341
- --font-main: 'Inter', sans-serif;
342
- --font-secondary: 'Lora', serif;
343
319
  }
344
320
 
345
321
  html[data-theme='legalfinity'] {
@@ -392,7 +368,4 @@ html[data-theme='legalfinity'] {
392
368
  --others-white: #ffffff;
393
369
  --others-disabled: #6b7280;
394
370
  --others-black: #000;
395
-
396
- --font-main: 'Poppins', sans-serif;
397
- --font-secondary: 'Poppins', sans-serif;
398
371
  }
@@ -14,20 +14,3 @@ html {
14
14
 
15
15
  --global-gap: 1rem;
16
16
  }
17
-
18
- html[data-theme='legalfinity'] {
19
- --font-sans: 'Poppins', sans-serif;
20
- --font-serif: 'Poppins', serif;
21
-
22
- --s-border-radius: 0.25rem;
23
- --m-border-radius: 0.5rem;
24
- --l-border-radius: 1rem;
25
-
26
- --box-shadow-small: 0 0.125rem 0.375rem 0 rgba(var(--primary-main-dark-1-rgb), 0.25);
27
- --box-shadow-medium: 0 0.25rem 0.5rem 0 rgba(var(--primary-main-dark-1-rgb), 0.2);
28
- --box-shadow-menu: 0 0.25rem 0.5rem -0.5rem rgba(var(--primary-main-dark-1-rgb), 0.2);
29
- --box-shadow-tippy-box: 0 0.25rem 0.5rem 0.25rem rgba(var(--primary-main-dark-1-rgb), 0.2);
30
- --box-shadow-container: 0px 2px 6px 0px rgba(var(--primary-main-dark-1-rgb), 0.25);
31
-
32
- --global-gap: 1rem;
33
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "7.65.2",
3
+ "version": "7.66.0",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",