@npm_leadtech/legal-lib-components 7.63.10 → 7.63.11
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.
- package/dist/css/styles.css +18 -0
- package/dist/src/components/atoms/Logo/Logo.js +2 -4
- package/dist/src/components/atoms/Logo/Logo.tsx +2 -4
- package/dist/src/components/atoms/index.d.ts +0 -2
- package/dist/src/components/atoms/index.js +0 -2
- package/dist/src/components/atoms/index.ts +0 -2
- package/dist/src/components/molecules/index.d.ts +0 -1
- package/dist/src/components/molecules/index.js +0 -1
- package/dist/src/components/molecules/index.ts +0 -1
- package/dist/src/components/organisms/index.d.ts +0 -1
- package/dist/src/components/organisms/index.js +0 -1
- package/dist/src/components/organisms/index.ts +0 -1
- package/dist/src/components/pages/index.d.ts +0 -1
- package/dist/src/components/pages/index.js +0 -1
- package/dist/src/components/pages/index.ts +0 -1
- package/dist/src/globalStyles/themes.scss +27 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -2
- package/dist/src/components/atoms/FeatureItem/FeatureItem.d.ts +0 -3
- package/dist/src/components/atoms/FeatureItem/FeatureItem.js +0 -5
- package/dist/src/components/atoms/FeatureItem/FeatureItem.styled.d.ts +0 -1
- package/dist/src/components/atoms/FeatureItem/FeatureItem.styled.js +0 -18
- package/dist/src/components/atoms/FeatureItem/FeatureItem.styled.ts +0 -19
- package/dist/src/components/atoms/FeatureItem/FeatureItem.tsx +0 -12
- package/dist/src/components/atoms/FeatureItem/FeatureItemProps.d.ts +0 -9
- package/dist/src/components/atoms/FeatureItem/FeatureItemProps.js +0 -1
- package/dist/src/components/atoms/FeatureItem/FeatureItemProps.ts +0 -10
- package/dist/src/components/atoms/FeatureItem/index.d.ts +0 -2
- package/dist/src/components/atoms/FeatureItem/index.js +0 -2
- package/dist/src/components/atoms/FeatureItem/index.ts +0 -2
- package/dist/src/components/atoms/Logo/svg/legalfinity-logo.svg +0 -15
- package/dist/src/components/atoms/Logo/svg/legalfinity-white-logo.svg +0 -15
- package/dist/src/components/atoms/PlanCard/PlanCard.d.ts +0 -3
- package/dist/src/components/atoms/PlanCard/PlanCard.js +0 -6
- package/dist/src/components/atoms/PlanCard/PlanCard.styled.d.ts +0 -8
- package/dist/src/components/atoms/PlanCard/PlanCard.styled.js +0 -75
- package/dist/src/components/atoms/PlanCard/PlanCard.styled.ts +0 -83
- package/dist/src/components/atoms/PlanCard/PlanCard.tsx +0 -42
- package/dist/src/components/atoms/PlanCard/PlanCardProps.d.ts +0 -23
- package/dist/src/components/atoms/PlanCard/PlanCardProps.js +0 -1
- package/dist/src/components/atoms/PlanCard/PlanCardProps.ts +0 -26
- package/dist/src/components/atoms/PlanCard/index.d.ts +0 -2
- package/dist/src/components/atoms/PlanCard/index.js +0 -2
- package/dist/src/components/atoms/PlanCard/index.ts +0 -2
- package/dist/src/components/molecules/StickyPlanBar/StickyPlanBar.d.ts +0 -3
- package/dist/src/components/molecules/StickyPlanBar/StickyPlanBar.js +0 -5
- package/dist/src/components/molecules/StickyPlanBar/StickyPlanBar.styled.d.ts +0 -3
- package/dist/src/components/molecules/StickyPlanBar/StickyPlanBar.styled.js +0 -69
- package/dist/src/components/molecules/StickyPlanBar/StickyPlanBar.styled.ts +0 -72
- package/dist/src/components/molecules/StickyPlanBar/StickyPlanBar.tsx +0 -23
- package/dist/src/components/molecules/StickyPlanBar/StickyPlanBarProps.d.ts +0 -6
- package/dist/src/components/molecules/StickyPlanBar/StickyPlanBarProps.js +0 -1
- package/dist/src/components/molecules/StickyPlanBar/StickyPlanBarProps.ts +0 -7
- package/dist/src/components/molecules/StickyPlanBar/index.d.ts +0 -2
- package/dist/src/components/molecules/StickyPlanBar/index.js +0 -2
- package/dist/src/components/molecules/StickyPlanBar/index.ts +0 -2
- package/dist/src/components/organisms/PricingPageHeader/PricingPageHeader.d.ts +0 -3
- package/dist/src/components/organisms/PricingPageHeader/PricingPageHeader.js +0 -7
- package/dist/src/components/organisms/PricingPageHeader/PricingPageHeader.styled.d.ts +0 -3
- package/dist/src/components/organisms/PricingPageHeader/PricingPageHeader.styled.js +0 -35
- package/dist/src/components/organisms/PricingPageHeader/PricingPageHeader.styled.tsx +0 -38
- package/dist/src/components/organisms/PricingPageHeader/PricingPageHeader.tsx +0 -21
- package/dist/src/components/organisms/PricingPageHeader/PricingPageHeaderProps.d.ts +0 -4
- package/dist/src/components/organisms/PricingPageHeader/PricingPageHeaderProps.js +0 -1
- package/dist/src/components/organisms/PricingPageHeader/PricingPageHeaderProps.ts +0 -4
- package/dist/src/components/organisms/PricingPageHeader/index.d.ts +0 -2
- package/dist/src/components/organisms/PricingPageHeader/index.js +0 -2
- package/dist/src/components/organisms/PricingPageHeader/index.ts +0 -2
- package/dist/src/components/pages/PricingPlansPage/PricingPlansPage.d.ts +0 -3
- package/dist/src/components/pages/PricingPlansPage/PricingPlansPage.js +0 -58
- package/dist/src/components/pages/PricingPlansPage/PricingPlansPage.styled.d.ts +0 -16
- package/dist/src/components/pages/PricingPlansPage/PricingPlansPage.styled.js +0 -88
- package/dist/src/components/pages/PricingPlansPage/PricingPlansPage.styled.ts +0 -107
- package/dist/src/components/pages/PricingPlansPage/PricingPlansPage.tsx +0 -128
- package/dist/src/components/pages/PricingPlansPage/PricingPlansPageProps.d.ts +0 -9
- package/dist/src/components/pages/PricingPlansPage/PricingPlansPageProps.js +0 -1
- package/dist/src/components/pages/PricingPlansPage/PricingPlansPageProps.ts +0 -10
- package/dist/src/components/pages/PricingPlansPage/index.d.ts +0 -2
- package/dist/src/components/pages/PricingPlansPage/index.js +0 -2
- package/dist/src/components/pages/PricingPlansPage/index.ts +0 -2
- package/dist/src/utils/throttle.d.ts +0 -1
- package/dist/src/utils/throttle.js +0 -10
- package/dist/src/utils/throttle.ts +0 -11
package/dist/css/styles.css
CHANGED
|
@@ -262,6 +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
267
|
}
|
|
266
268
|
html[data-theme=districtlaws] {
|
|
267
269
|
--primary-main-light-6: #fff5ee;
|
|
@@ -298,6 +300,8 @@ html[data-theme=districtlaws] {
|
|
|
298
300
|
--others-white: #fff;
|
|
299
301
|
--others-disabled: #6b7280;
|
|
300
302
|
--others-black: #000;
|
|
303
|
+
--font-sans: "Inter", sans-serif;
|
|
304
|
+
--font-serif: "Lora", serif;
|
|
301
305
|
}
|
|
302
306
|
html[data-theme=lawdistricts] {
|
|
303
307
|
--primary-main-light-6: #f9f9ff;
|
|
@@ -334,6 +338,8 @@ html[data-theme=lawdistricts] {
|
|
|
334
338
|
--others-white: #fff;
|
|
335
339
|
--others-disabled: #6b7280;
|
|
336
340
|
--others-black: #000;
|
|
341
|
+
--font-sans: "Inter", sans-serif;
|
|
342
|
+
--font-serif: "Lora", serif;
|
|
337
343
|
}
|
|
338
344
|
html[data-theme=lawdistrict] {
|
|
339
345
|
--primary-main-light-6: #eff7f5;
|
|
@@ -370,6 +376,8 @@ html[data-theme=lawdistrict] {
|
|
|
370
376
|
--others-white: #fff;
|
|
371
377
|
--others-disabled: #6b7280;
|
|
372
378
|
--others-black: #000;
|
|
379
|
+
--font-sans: "Inter", sans-serif;
|
|
380
|
+
--font-serif: "Lora", serif;
|
|
373
381
|
}
|
|
374
382
|
html[data-theme=lawdistrict] .document-status.--in-progress {
|
|
375
383
|
background-color: var(--secondary-main-light-4);
|
|
@@ -422,6 +430,8 @@ html[data-theme=lawsdistrict] {
|
|
|
422
430
|
--others-white: #fff;
|
|
423
431
|
--others-disabled: #6b7280;
|
|
424
432
|
--others-black: #000;
|
|
433
|
+
--font-sans: "Inter", sans-serif;
|
|
434
|
+
--font-serif: "Lora", serif;
|
|
425
435
|
}
|
|
426
436
|
html[data-theme=lawdistrictinfo] {
|
|
427
437
|
--primary-main-light-6: #f1fff7;
|
|
@@ -458,6 +468,8 @@ html[data-theme=lawdistrictinfo] {
|
|
|
458
468
|
--others-white: #fff;
|
|
459
469
|
--others-disabled: #6b7280;
|
|
460
470
|
--others-black: #000;
|
|
471
|
+
--font-sans: "Inter", sans-serif;
|
|
472
|
+
--font-serif: "Lora", serif;
|
|
461
473
|
}
|
|
462
474
|
html[data-theme=uslawdistrict] {
|
|
463
475
|
--primary-main-light-6: #fffbf2;
|
|
@@ -494,6 +506,8 @@ html[data-theme=uslawdistrict] {
|
|
|
494
506
|
--others-white: #fff;
|
|
495
507
|
--others-disabled: #6b7280;
|
|
496
508
|
--others-black: #000;
|
|
509
|
+
--font-sans: "Inter", sans-serif;
|
|
510
|
+
--font-serif: "Lora", serif;
|
|
497
511
|
}
|
|
498
512
|
html[data-theme=lawdistrictonline] {
|
|
499
513
|
--primary-main-light-6: #f9ffea;
|
|
@@ -530,6 +544,8 @@ html[data-theme=lawdistrictonline] {
|
|
|
530
544
|
--others-white: #fff;
|
|
531
545
|
--others-disabled: #6b7280;
|
|
532
546
|
--others-black: #000;
|
|
547
|
+
--font-sans: "Inter", sans-serif;
|
|
548
|
+
--font-serif: "Lora", serif;
|
|
533
549
|
}
|
|
534
550
|
html[data-theme=legalfinity] {
|
|
535
551
|
--button: #1039f5;
|
|
@@ -583,6 +599,8 @@ html[data-theme=legalfinity] {
|
|
|
583
599
|
--others-white: #ffffff;
|
|
584
600
|
--others-disabled: #6b7280;
|
|
585
601
|
--others-black: #000;
|
|
602
|
+
--font-sans: "Poppins", sans-serif;
|
|
603
|
+
--font-serif: "Poppins", sans-serif;
|
|
586
604
|
}
|
|
587
605
|
body {
|
|
588
606
|
min-height: calc(100vh - 3.25rem);
|
|
@@ -11,8 +11,6 @@ import lawdistricts from './svg/lawdistricts-logo.svg';
|
|
|
11
11
|
import lawdistrictsWhite from './svg/lawdistricts-white-logo.svg';
|
|
12
12
|
import lawsdistrict from './svg/lawsdistrict-logo.svg';
|
|
13
13
|
import lawsdistrictWhite from './svg/lawsdistrict-white-logo.svg';
|
|
14
|
-
import legalfinity from './svg/legalfinity-logo.svg';
|
|
15
|
-
import legalfinityWhite from './svg/legalfinity-white-logo.svg';
|
|
16
14
|
import uslawdistrict from './svg/uslawdistrict-logo.svg';
|
|
17
15
|
import uslawdistrictWhite from './svg/uslawdistrict-white-logo.svg';
|
|
18
16
|
const LOGOS = {
|
|
@@ -21,8 +19,8 @@ const LOGOS = {
|
|
|
21
19
|
white: lawdistrictWhite
|
|
22
20
|
},
|
|
23
21
|
legalfinity: {
|
|
24
|
-
default:
|
|
25
|
-
white:
|
|
22
|
+
default: lawdistrict,
|
|
23
|
+
white: lawdistrictWhite
|
|
26
24
|
},
|
|
27
25
|
districtlaws: {
|
|
28
26
|
default: districtlaws,
|
|
@@ -16,8 +16,6 @@ import lawdistricts from './svg/lawdistricts-logo.svg'
|
|
|
16
16
|
import lawdistrictsWhite from './svg/lawdistricts-white-logo.svg'
|
|
17
17
|
import lawsdistrict from './svg/lawsdistrict-logo.svg'
|
|
18
18
|
import lawsdistrictWhite from './svg/lawsdistrict-white-logo.svg'
|
|
19
|
-
import legalfinity from './svg/legalfinity-logo.svg'
|
|
20
|
-
import legalfinityWhite from './svg/legalfinity-white-logo.svg'
|
|
21
19
|
import uslawdistrict from './svg/uslawdistrict-logo.svg'
|
|
22
20
|
import uslawdistrictWhite from './svg/uslawdistrict-white-logo.svg'
|
|
23
21
|
|
|
@@ -27,8 +25,8 @@ const LOGOS: Record<string, any> = {
|
|
|
27
25
|
white: lawdistrictWhite
|
|
28
26
|
},
|
|
29
27
|
legalfinity: {
|
|
30
|
-
default:
|
|
31
|
-
white:
|
|
28
|
+
default: lawdistrict,
|
|
29
|
+
white: lawdistrictWhite
|
|
32
30
|
},
|
|
33
31
|
districtlaws: {
|
|
34
32
|
default: districtlaws,
|
|
@@ -52,6 +52,9 @@ html {
|
|
|
52
52
|
--others-white: #fff;
|
|
53
53
|
--others-disabled: #6b7280;
|
|
54
54
|
--others-black: #000;
|
|
55
|
+
|
|
56
|
+
--font-sans: 'Inter', sans-serif;
|
|
57
|
+
--font-serif: '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-sans: 'Inter', sans-serif;
|
|
94
|
+
--font-serif: '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-sans: 'Inter', sans-serif;
|
|
131
|
+
--font-serif: '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-sans: 'Inter', sans-serif;
|
|
168
|
+
--font-serif: '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-sans: 'Inter', sans-serif;
|
|
231
|
+
--font-serif: '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-sans: 'Inter', sans-serif;
|
|
268
|
+
--font-serif: '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-sans: 'Inter', sans-serif;
|
|
305
|
+
--font-serif: '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-sans: 'Inter', sans-serif;
|
|
342
|
+
--font-serif: '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-sans: 'Poppins', sans-serif;
|
|
397
|
+
--font-serif: 'Poppins', sans-serif;
|
|
371
398
|
}
|