@npm_leadtech/legal-lib-components 2.11.16 → 2.11.18

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.
@@ -1,6 +1,7 @@
1
1
  export interface DisclaimerProps {
2
2
  text?: string;
3
3
  disclaimerLinks?: boolean;
4
- environment?: string;
4
+ linksUrl?: string;
5
5
  givenClass?: string;
6
+ siteUrl?: string;
6
7
  }
package/dist/index.d.ts CHANGED
@@ -149,8 +149,9 @@ declare const DialogMenuIcon: FC<DialogMenuIconProps>;
149
149
  interface DisclaimerProps {
150
150
  text?: string;
151
151
  disclaimerLinks?: boolean;
152
- environment?: string;
152
+ linksUrl?: string;
153
153
  givenClass?: string;
154
+ siteUrl?: string;
154
155
  }
155
156
 
156
157
  declare const Disclaimer: FC<DisclaimerProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "2.11.16",
3
+ "version": "2.11.18",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^5.16.5",
6
6
  "@tippyjs/react": "4.2.6",
@@ -1 +0,0 @@
1
- export declare const envVar = "lawdistrict.com";
@@ -1 +0,0 @@
1
- export declare const envVar = "lawdistrict.com";