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