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