@npm_leadtech/legal-lib-components 3.2.1 → 3.2.2

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.
@@ -5,6 +5,6 @@ export interface DisclaimerProps {
5
5
  givenClass?: string;
6
6
  siteUrl?: string;
7
7
  simpleCopyRight?: string;
8
- complexCopyRight?: React.ReactNode | undefined;
9
- complexCopyRightMobile?: React.ReactNode | undefined;
8
+ complexCopyRight?: React.ReactNode;
9
+ complexCopyRightMobile?: React.ReactNode;
10
10
  }
@@ -1,3 +1,6 @@
1
1
  export interface DocumentStatusProps {
2
2
  type: string;
3
+ statusCompletedText: string;
4
+ statusNewText: string;
5
+ statusInProgressText: string;
3
6
  }
@@ -5,4 +5,5 @@ export interface TooltipMenuProps {
5
5
  onClick: () => void;
6
6
  }>;
7
7
  onClick: () => void;
8
+ label: string;
8
9
  }
package/dist/index.d.ts CHANGED
@@ -165,8 +165,8 @@ interface DisclaimerProps {
165
165
  givenClass?: string;
166
166
  siteUrl?: string;
167
167
  simpleCopyRight?: string;
168
- complexCopyRight?: React.ReactNode | undefined;
169
- complexCopyRightMobile?: React.ReactNode | undefined;
168
+ complexCopyRight?: React.ReactNode;
169
+ complexCopyRightMobile?: React.ReactNode;
170
170
  }
171
171
 
172
172
  declare const Disclaimer: FC<DisclaimerProps>;
@@ -182,6 +182,9 @@ declare const Divider: FC<DividerProps>;
182
182
 
183
183
  interface DocumentStatusProps {
184
184
  type: string;
185
+ statusCompletedText: string;
186
+ statusNewText: string;
187
+ statusInProgressText: string;
185
188
  }
186
189
 
187
190
  declare const DocumentStatus: FC<DocumentStatusProps>;
@@ -954,6 +957,7 @@ interface TooltipMenuProps {
954
957
  onClick: () => void;
955
958
  }>;
956
959
  onClick: () => void;
960
+ label: string;
957
961
  }
958
962
 
959
963
  declare const TooltipMenu: FC<TooltipMenuProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "3.2.1",
3
+ "version": "3.2.2",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^6.4.6",
6
6
  "@tippyjs/react": "4.2.6",