@npm_leadtech/legal-lib-components 7.59.0 → 7.60.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,42 @@ html[data-theme=lawdistrictonline] {
531
531
  --others-disabled: #6b7280;
532
532
  --others-black: #000;
533
533
  }
534
+ html[data-theme=legalfinity] {
535
+ --primary-main-light-6: #e9f5ff;
536
+ --primary-main-light-5: #d7ecff;
537
+ --primary-main-light-4: #b7daff;
538
+ --primary-main-light-3: #8bc1ff;
539
+ --primary-main-light-2: #5e99ff;
540
+ --primary-main-light-1: #1039f5;
541
+ --primary-main: #3970ff;
542
+ --primary-main-dark-1: #163399;
543
+ --primary-main-dark-1-rgb:
544
+ 2,
545
+ 55,
546
+ 74;
547
+ --primary-main-dark-2: #07144b;
548
+ --secondary-main-light-5: #fff6ed;
549
+ --secondary-main-light-4: #fff0d5;
550
+ --secondary-main-light-3: #fedcaa;
551
+ --secondary-main-light-2: #fdc374;
552
+ --secondary-main-light-1: #fb9e3c;
553
+ --secondary-main: #f98116;
554
+ --secondary-main-dark-1: #ea660c;
555
+ --secondary-main-dark-2: #d3530d;
556
+ --neutral-main: #1f2532;
557
+ --neutral-neutral-1: #2f3a4b;
558
+ --neutral-neutral-2: #496080;
559
+ --neutral-neutral-3: #b5babd;
560
+ --neutral-neutral-4: #d2d9e5;
561
+ --neutral-neutral-5: #ebeef3;
562
+ --neutral-neutral-6: #f5f7fa;
563
+ --error-main: #d63737;
564
+ --error-error-2: #f09d9e;
565
+ --error-error-3: #ffecef;
566
+ --others-white: #ffffff;
567
+ --others-disabled: #6b7280;
568
+ --others-black: #000;
569
+ }
534
570
  body {
535
571
  min-height: calc(100vh - 3.25rem);
536
572
  }
@@ -317,3 +317,37 @@ html[data-theme='lawdistrictonline'] {
317
317
  --others-disabled: #6b7280;
318
318
  --others-black: #000;
319
319
  }
320
+
321
+ html[data-theme='legalfinity'] {
322
+ --primary-main-light-6: #e9f5ff;
323
+ --primary-main-light-5: #d7ecff;
324
+ --primary-main-light-4: #b7daff;
325
+ --primary-main-light-3: #8bc1ff;
326
+ --primary-main-light-2: #5e99ff;
327
+ --primary-main-light-1: #1039f5;
328
+ --primary-main: #3970ff;
329
+ --primary-main-dark-1: #163399;
330
+ --primary-main-dark-1-rgb: 2, 55, 74;
331
+ --primary-main-dark-2: #07144b;
332
+ --secondary-main-light-5: #fff6ed;
333
+ --secondary-main-light-4: #fff0d5;
334
+ --secondary-main-light-3: #fedcaa;
335
+ --secondary-main-light-2: #fdc374;
336
+ --secondary-main-light-1: #fb9e3c;
337
+ --secondary-main: #f98116;
338
+ --secondary-main-dark-1: #ea660c;
339
+ --secondary-main-dark-2: #d3530d;
340
+ --neutral-main: #1f2532;
341
+ --neutral-neutral-1: #2f3a4b;
342
+ --neutral-neutral-2: #496080;
343
+ --neutral-neutral-3: #b5babd;
344
+ --neutral-neutral-4: #d2d9e5;
345
+ --neutral-neutral-5: #ebeef3;
346
+ --neutral-neutral-6: #f5f7fa;
347
+ --error-main: #d63737;
348
+ --error-error-2: #f09d9e;
349
+ --error-error-3: #ffecef;
350
+ --others-white: #ffffff;
351
+ --others-disabled: #6b7280;
352
+ --others-black: #000;
353
+ }
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.60.0",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",