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