@npm_leadtech/legal-lib-components 7.65.1 → 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-primary: "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-primary: "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-primary: "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-primary: "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-primary: "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-primary: "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-primary: "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-primary: "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-primary: "Poppins", sans-serif;
616
- --font-secondary: "Poppins", 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,8 +52,6 @@ html {
52
52
  --others-white: #fff;
53
53
  --others-disabled: #6b7280;
54
54
  --others-black: #000;
55
- --font-primary: 'Inter', sans-serif;
56
- --font-secondary: 'Lora', serif;
57
55
  }
58
56
 
59
57
  html[data-theme='districtlaws'] {
@@ -88,8 +86,6 @@ html[data-theme='districtlaws'] {
88
86
  --others-white: #fff;
89
87
  --others-disabled: #6b7280;
90
88
  --others-black: #000;
91
- --font-primary: 'Inter', sans-serif;
92
- --font-secondary: 'Lora', serif;
93
89
  }
94
90
 
95
91
  html[data-theme='lawdistricts'] {
@@ -124,8 +120,6 @@ html[data-theme='lawdistricts'] {
124
120
  --others-white: #fff;
125
121
  --others-disabled: #6b7280;
126
122
  --others-black: #000;
127
- --font-primary: 'Inter', sans-serif;
128
- --font-secondary: 'Lora', serif;
129
123
  }
130
124
 
131
125
  html[data-theme='lawdistrict'] {
@@ -160,8 +154,6 @@ html[data-theme='lawdistrict'] {
160
154
  --others-white: #fff;
161
155
  --others-disabled: #6b7280;
162
156
  --others-black: #000;
163
- --font-primary: 'Inter', sans-serif;
164
- --font-secondary: 'Lora', serif;
165
157
  }
166
158
 
167
159
  html[data-theme='lawdistrict'] {
@@ -222,8 +214,6 @@ html[data-theme='lawsdistrict'] {
222
214
  --others-white: #fff;
223
215
  --others-disabled: #6b7280;
224
216
  --others-black: #000;
225
- --font-primary: 'Inter', sans-serif;
226
- --font-secondary: 'Lora', serif;
227
217
  }
228
218
 
229
219
  html[data-theme='lawdistrictinfo'] {
@@ -258,8 +248,6 @@ html[data-theme='lawdistrictinfo'] {
258
248
  --others-white: #fff;
259
249
  --others-disabled: #6b7280;
260
250
  --others-black: #000;
261
- --font-primary: 'Inter', sans-serif;
262
- --font-secondary: 'Lora', serif;
263
251
  }
264
252
 
265
253
  html[data-theme='uslawdistrict'] {
@@ -294,8 +282,6 @@ html[data-theme='uslawdistrict'] {
294
282
  --others-white: #fff;
295
283
  --others-disabled: #6b7280;
296
284
  --others-black: #000;
297
- --font-primary: 'Inter', sans-serif;
298
- --font-secondary: 'Lora', serif;
299
285
  }
300
286
 
301
287
  html[data-theme='lawdistrictonline'] {
@@ -330,8 +316,6 @@ html[data-theme='lawdistrictonline'] {
330
316
  --others-white: #fff;
331
317
  --others-disabled: #6b7280;
332
318
  --others-black: #000;
333
- --font-primary: 'Inter', sans-serif;
334
- --font-secondary: 'Lora', serif;
335
319
  }
336
320
 
337
321
  html[data-theme='legalfinity'] {
@@ -384,6 +368,4 @@ html[data-theme='legalfinity'] {
384
368
  --others-white: #ffffff;
385
369
  --others-disabled: #6b7280;
386
370
  --others-black: #000;
387
- --font-primary: 'Poppins', sans-serif;
388
- --font-secondary: 'Poppins', serif;
389
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.1",
3
+ "version": "7.66.0",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",