@npm_leadtech/legal-lib-components 7.55.0 → 7.56.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.
@@ -18,6 +18,10 @@ const LOGOS = {
18
18
  default: lawdistrict,
19
19
  white: lawdistrictWhite
20
20
  },
21
+ legalfinity: {
22
+ default: lawdistrict,
23
+ white: lawdistrictWhite
24
+ },
21
25
  districtlaws: {
22
26
  default: districtlaws,
23
27
  white: districtlawsWhite
@@ -24,6 +24,10 @@ const LOGOS: Record<string, any> = {
24
24
  default: lawdistrict,
25
25
  white: lawdistrictWhite
26
26
  },
27
+ legalfinity: {
28
+ default: lawdistrict,
29
+ white: lawdistrictWhite
30
+ },
27
31
  districtlaws: {
28
32
  default: districtlaws,
29
33
  white: districtlawsWhite
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "7.55.0",
3
+ "version": "7.56.0",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",