@npm_leadtech/legal-lib-components 3.1.0 → 3.1.1

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.
@@ -4,4 +4,7 @@ export interface DisclaimerProps {
4
4
  linksUrl?: string;
5
5
  givenClass?: string;
6
6
  siteUrl?: string;
7
+ simpleCopyRight?: string;
8
+ complexCopyRight?: React.ReactNode | undefined;
9
+ complexCopyRightMobile?: React.ReactNode | undefined;
7
10
  }
package/dist/index.d.ts CHANGED
@@ -155,6 +155,9 @@ interface DisclaimerProps {
155
155
  linksUrl?: string;
156
156
  givenClass?: string;
157
157
  siteUrl?: string;
158
+ simpleCopyRight?: string;
159
+ complexCopyRight?: React.ReactNode | undefined;
160
+ complexCopyRightMobile?: React.ReactNode | undefined;
158
161
  }
159
162
 
160
163
  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": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^6.4.6",
6
6
  "@tippyjs/react": "4.2.6",