@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.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/src/components/atoms/Disclaimer/DisclaimerProps.types.d.ts +2 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/src/components/atoms/Disclaimer/DisclaimerProps.types.d.ts +2 -1
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
- package/dist/cjs/src/utils/envVariables.d.ts +0 -1
- package/dist/esm/src/utils/envVariables.d.ts +0 -1
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
|
-
|
|
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 +0,0 @@
|
|
|
1
|
-
export declare const envVar = "lawdistrict.com";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const envVar = "lawdistrict.com";
|