@npm_leadtech/legal-lib-components 7.59.0 → 7.61.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.
@@ -531,6 +531,59 @@ html[data-theme=lawdistrictonline] {
531
531
  --others-disabled: #6b7280;
532
532
  --others-black: #000;
533
533
  }
534
+ html[data-theme=legalfinity] {
535
+ --button: #1039f5;
536
+ --button-secondary: #1039f5;
537
+ --button-hover: #3970ff;
538
+ --button-tertiary: #3970ff;
539
+ --button-2: #07144b;
540
+ --button-4: #07144b;
541
+ --button-2-hover: #163399;
542
+ --button-4-hover: #163399;
543
+ --snackbar-success-color: #163399;
544
+ --button-4-color: #e9f5ff;
545
+ --button-secondary-hover: #d7ecff;
546
+ --feeback-success: #d7ecff;
547
+ --button-tertiary-hover: #b7daff;
548
+ --snackbar-success-bg: #8bc1ff;
549
+ --snackbar-success-border: #5e99ff;
550
+ --snackbar-reminder-bg: #f98116;
551
+ --snackbar-reminder-border: #ea660c;
552
+ --primary-main-light-6: #e9f5ff;
553
+ --primary-main-light-5: #d7ecff;
554
+ --primary-main-light-4: #b7daff;
555
+ --primary-main-light-3: #8bc1ff;
556
+ --primary-main-light-2: #5e99ff;
557
+ --primary-main-light-1: #1039f5;
558
+ --primary-main: #3970ff;
559
+ --primary-main-dark-1: #163399;
560
+ --primary-main-dark-1-rgb:
561
+ 2,
562
+ 55,
563
+ 74;
564
+ --primary-main-dark-2: #07144b;
565
+ --secondary-main-light-5: #fff6ed;
566
+ --secondary-main-light-4: #fff0d5;
567
+ --secondary-main-light-3: #fedcaa;
568
+ --secondary-main-light-2: #fdc374;
569
+ --secondary-main-light-1: #fb9e3c;
570
+ --secondary-main: #f98116;
571
+ --secondary-main-dark-1: #ea660c;
572
+ --secondary-main-dark-2: #d3530d;
573
+ --neutral-main: #1f2532;
574
+ --neutral-neutral-1: #2f3a4b;
575
+ --neutral-neutral-2: #496080;
576
+ --neutral-neutral-3: #b5babd;
577
+ --neutral-neutral-4: #d2d9e5;
578
+ --neutral-neutral-5: #ebeef3;
579
+ --neutral-neutral-6: #f5f7fa;
580
+ --error-main: #d63737;
581
+ --error-error-2: #f09d9e;
582
+ --error-error-3: #ffecef;
583
+ --others-white: #ffffff;
584
+ --others-disabled: #6b7280;
585
+ --others-black: #000;
586
+ }
534
587
  body {
535
588
  min-height: calc(100vh - 3.25rem);
536
589
  }
@@ -317,3 +317,55 @@ html[data-theme='lawdistrictonline'] {
317
317
  --others-disabled: #6b7280;
318
318
  --others-black: #000;
319
319
  }
320
+
321
+ html[data-theme='legalfinity'] {
322
+ --button: #1039f5;
323
+ --button-secondary: #1039f5;
324
+ --button-hover: #3970ff;
325
+ --button-tertiary: #3970ff;
326
+ --button-2: #07144b;
327
+ --button-4: #07144b;
328
+ --button-2-hover: #163399;
329
+ --button-4-hover: #163399;
330
+ --snackbar-success-color: #163399;
331
+ --button-4-color: #e9f5ff;
332
+ --button-secondary-hover: #d7ecff;
333
+ --feeback-success: #d7ecff;
334
+ --button-tertiary-hover: #b7daff;
335
+ --snackbar-success-bg: #8bc1ff;
336
+ --snackbar-success-border: #5e99ff;
337
+ --snackbar-reminder-bg: #f98116;
338
+ --snackbar-reminder-border: #ea660c;
339
+
340
+ --primary-main-light-6: #e9f5ff;
341
+ --primary-main-light-5: #d7ecff;
342
+ --primary-main-light-4: #b7daff;
343
+ --primary-main-light-3: #8bc1ff;
344
+ --primary-main-light-2: #5e99ff;
345
+ --primary-main-light-1: #1039f5;
346
+ --primary-main: #3970ff;
347
+ --primary-main-dark-1: #163399;
348
+ --primary-main-dark-1-rgb: 2, 55, 74;
349
+ --primary-main-dark-2: #07144b;
350
+ --secondary-main-light-5: #fff6ed;
351
+ --secondary-main-light-4: #fff0d5;
352
+ --secondary-main-light-3: #fedcaa;
353
+ --secondary-main-light-2: #fdc374;
354
+ --secondary-main-light-1: #fb9e3c;
355
+ --secondary-main: #f98116;
356
+ --secondary-main-dark-1: #ea660c;
357
+ --secondary-main-dark-2: #d3530d;
358
+ --neutral-main: #1f2532;
359
+ --neutral-neutral-1: #2f3a4b;
360
+ --neutral-neutral-2: #496080;
361
+ --neutral-neutral-3: #b5babd;
362
+ --neutral-neutral-4: #d2d9e5;
363
+ --neutral-neutral-5: #ebeef3;
364
+ --neutral-neutral-6: #f5f7fa;
365
+ --error-main: #d63737;
366
+ --error-error-2: #f09d9e;
367
+ --error-error-3: #ffecef;
368
+ --others-white: #ffffff;
369
+ --others-disabled: #6b7280;
370
+ --others-black: #000;
371
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "7.59.0",
3
+ "version": "7.61.0",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",