@npm_leadtech/legal-lib-components 7.63.11 → 7.64.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.
@@ -262,8 +262,8 @@ html {
262
262
  --others-white: #fff;
263
263
  --others-disabled: #6b7280;
264
264
  --others-black: #000;
265
- --font-sans: "Inter", sans-serif;
266
- --font-serif: "Lora", serif;
265
+ --font-main: "Inter", sans-serif;
266
+ --font-secondary: "Lora", serif;
267
267
  }
268
268
  html[data-theme=districtlaws] {
269
269
  --primary-main-light-6: #fff5ee;
@@ -300,8 +300,8 @@ html[data-theme=districtlaws] {
300
300
  --others-white: #fff;
301
301
  --others-disabled: #6b7280;
302
302
  --others-black: #000;
303
- --font-sans: "Inter", sans-serif;
304
- --font-serif: "Lora", serif;
303
+ --font-main: "Inter", sans-serif;
304
+ --font-secondary: "Lora", serif;
305
305
  }
306
306
  html[data-theme=lawdistricts] {
307
307
  --primary-main-light-6: #f9f9ff;
@@ -338,8 +338,8 @@ html[data-theme=lawdistricts] {
338
338
  --others-white: #fff;
339
339
  --others-disabled: #6b7280;
340
340
  --others-black: #000;
341
- --font-sans: "Inter", sans-serif;
342
- --font-serif: "Lora", serif;
341
+ --font-main: "Inter", sans-serif;
342
+ --font-secondary: "Lora", serif;
343
343
  }
344
344
  html[data-theme=lawdistrict] {
345
345
  --primary-main-light-6: #eff7f5;
@@ -376,8 +376,8 @@ html[data-theme=lawdistrict] {
376
376
  --others-white: #fff;
377
377
  --others-disabled: #6b7280;
378
378
  --others-black: #000;
379
- --font-sans: "Inter", sans-serif;
380
- --font-serif: "Lora", serif;
379
+ --font-main: "Inter", sans-serif;
380
+ --font-secondary: "Lora", serif;
381
381
  }
382
382
  html[data-theme=lawdistrict] .document-status.--in-progress {
383
383
  background-color: var(--secondary-main-light-4);
@@ -430,8 +430,8 @@ html[data-theme=lawsdistrict] {
430
430
  --others-white: #fff;
431
431
  --others-disabled: #6b7280;
432
432
  --others-black: #000;
433
- --font-sans: "Inter", sans-serif;
434
- --font-serif: "Lora", serif;
433
+ --font-main: "Inter", sans-serif;
434
+ --font-secondary: "Lora", serif;
435
435
  }
436
436
  html[data-theme=lawdistrictinfo] {
437
437
  --primary-main-light-6: #f1fff7;
@@ -468,8 +468,8 @@ html[data-theme=lawdistrictinfo] {
468
468
  --others-white: #fff;
469
469
  --others-disabled: #6b7280;
470
470
  --others-black: #000;
471
- --font-sans: "Inter", sans-serif;
472
- --font-serif: "Lora", serif;
471
+ --font-main: "Inter", sans-serif;
472
+ --font-secondary: "Lora", serif;
473
473
  }
474
474
  html[data-theme=uslawdistrict] {
475
475
  --primary-main-light-6: #fffbf2;
@@ -506,8 +506,8 @@ html[data-theme=uslawdistrict] {
506
506
  --others-white: #fff;
507
507
  --others-disabled: #6b7280;
508
508
  --others-black: #000;
509
- --font-sans: "Inter", sans-serif;
510
- --font-serif: "Lora", serif;
509
+ --font-main: "Inter", sans-serif;
510
+ --font-secondary: "Lora", serif;
511
511
  }
512
512
  html[data-theme=lawdistrictonline] {
513
513
  --primary-main-light-6: #f9ffea;
@@ -544,8 +544,8 @@ html[data-theme=lawdistrictonline] {
544
544
  --others-white: #fff;
545
545
  --others-disabled: #6b7280;
546
546
  --others-black: #000;
547
- --font-sans: "Inter", sans-serif;
548
- --font-serif: "Lora", serif;
547
+ --font-main: "Inter", sans-serif;
548
+ --font-secondary: "Lora", serif;
549
549
  }
550
550
  html[data-theme=legalfinity] {
551
551
  --button: #1039f5;
@@ -599,8 +599,8 @@ html[data-theme=legalfinity] {
599
599
  --others-white: #ffffff;
600
600
  --others-disabled: #6b7280;
601
601
  --others-black: #000;
602
- --font-sans: "Poppins", sans-serif;
603
- --font-serif: "Poppins", sans-serif;
602
+ --font-main: "Poppins", sans-serif;
603
+ --font-secondary: "Poppins", sans-serif;
604
604
  }
605
605
  body {
606
606
  min-height: calc(100vh - 3.25rem);
@@ -53,8 +53,8 @@ html {
53
53
  --others-disabled: #6b7280;
54
54
  --others-black: #000;
55
55
 
56
- --font-sans: 'Inter', sans-serif;
57
- --font-serif: 'Lora', serif;
56
+ --font-main: 'Inter', sans-serif;
57
+ --font-secondary: 'Lora', serif;
58
58
  }
59
59
 
60
60
  html[data-theme='districtlaws'] {
@@ -89,9 +89,9 @@ html[data-theme='districtlaws'] {
89
89
  --others-white: #fff;
90
90
  --others-disabled: #6b7280;
91
91
  --others-black: #000;
92
-
93
- --font-sans: 'Inter', sans-serif;
94
- --font-serif: 'Lora', serif;
92
+
93
+ --font-main: 'Inter', sans-serif;
94
+ --font-secondary: 'Lora', serif;
95
95
  }
96
96
 
97
97
  html[data-theme='lawdistricts'] {
@@ -126,9 +126,9 @@ html[data-theme='lawdistricts'] {
126
126
  --others-white: #fff;
127
127
  --others-disabled: #6b7280;
128
128
  --others-black: #000;
129
-
130
- --font-sans: 'Inter', sans-serif;
131
- --font-serif: 'Lora', serif;
129
+
130
+ --font-main: 'Inter', sans-serif;
131
+ --font-secondary: 'Lora', serif;
132
132
  }
133
133
 
134
134
  html[data-theme='lawdistrict'] {
@@ -163,9 +163,9 @@ html[data-theme='lawdistrict'] {
163
163
  --others-white: #fff;
164
164
  --others-disabled: #6b7280;
165
165
  --others-black: #000;
166
-
167
- --font-sans: 'Inter', sans-serif;
168
- --font-serif: 'Lora', serif;
166
+
167
+ --font-main: 'Inter', sans-serif;
168
+ --font-secondary: 'Lora', serif;
169
169
  }
170
170
 
171
171
  html[data-theme='lawdistrict'] {
@@ -226,9 +226,9 @@ html[data-theme='lawsdistrict'] {
226
226
  --others-white: #fff;
227
227
  --others-disabled: #6b7280;
228
228
  --others-black: #000;
229
-
230
- --font-sans: 'Inter', sans-serif;
231
- --font-serif: 'Lora', serif;
229
+
230
+ --font-main: 'Inter', sans-serif;
231
+ --font-secondary: 'Lora', serif;
232
232
  }
233
233
 
234
234
  html[data-theme='lawdistrictinfo'] {
@@ -263,9 +263,9 @@ html[data-theme='lawdistrictinfo'] {
263
263
  --others-white: #fff;
264
264
  --others-disabled: #6b7280;
265
265
  --others-black: #000;
266
-
267
- --font-sans: 'Inter', sans-serif;
268
- --font-serif: 'Lora', serif;
266
+
267
+ --font-main: 'Inter', sans-serif;
268
+ --font-secondary: 'Lora', serif;
269
269
  }
270
270
 
271
271
  html[data-theme='uslawdistrict'] {
@@ -300,9 +300,9 @@ html[data-theme='uslawdistrict'] {
300
300
  --others-white: #fff;
301
301
  --others-disabled: #6b7280;
302
302
  --others-black: #000;
303
-
304
- --font-sans: 'Inter', sans-serif;
305
- --font-serif: 'Lora', serif;
303
+
304
+ --font-main: 'Inter', sans-serif;
305
+ --font-secondary: 'Lora', serif;
306
306
  }
307
307
 
308
308
  html[data-theme='lawdistrictonline'] {
@@ -337,9 +337,9 @@ html[data-theme='lawdistrictonline'] {
337
337
  --others-white: #fff;
338
338
  --others-disabled: #6b7280;
339
339
  --others-black: #000;
340
-
341
- --font-sans: 'Inter', sans-serif;
342
- --font-serif: 'Lora', serif;
340
+
341
+ --font-main: 'Inter', sans-serif;
342
+ --font-secondary: 'Lora', serif;
343
343
  }
344
344
 
345
345
  html[data-theme='legalfinity'] {
@@ -393,6 +393,6 @@ html[data-theme='legalfinity'] {
393
393
  --others-disabled: #6b7280;
394
394
  --others-black: #000;
395
395
 
396
- --font-sans: 'Poppins', sans-serif;
397
- --font-serif: 'Poppins', sans-serif;
396
+ --font-main: 'Poppins', sans-serif;
397
+ --font-secondary: 'Poppins', sans-serif;
398
398
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "7.63.11",
3
+ "version": "7.64.0",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",