@npm_leadtech/legal-lib-components 3.1.1 → 3.1.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
@@ -156,8 +156,8 @@ interface DisclaimerProps {
156
156
  givenClass?: string;
157
157
  siteUrl?: string;
158
158
  simpleCopyRight?: string;
159
- complexCopyRight?: React.ReactNode | undefined;
160
- complexCopyRightMobile?: React.ReactNode | undefined;
159
+ complexCopyRight?: React.ReactNode;
160
+ complexCopyRightMobile?: React.ReactNode;
161
161
  }
162
162
 
163
163
  declare const Disclaimer: FC<DisclaimerProps>;
@@ -173,6 +173,9 @@ declare const Divider: FC<DividerProps>;
173
173
 
174
174
  interface DocumentStatusProps {
175
175
  type: string;
176
+ statusCompletedText: string;
177
+ statusNewText: string;
178
+ statusInProgressText: string;
176
179
  }
177
180
 
178
181
  declare const DocumentStatus: FC<DocumentStatusProps>;
@@ -876,6 +879,7 @@ interface TooltipMenuProps {
876
879
  onClick: () => void;
877
880
  }>;
878
881
  onClick: () => void;
882
+ label: string;
879
883
  }
880
884
 
881
885
  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.1.1",
3
+ "version": "3.1.2",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^6.4.6",
6
6
  "@tippyjs/react": "4.2.6",