@npm_leadtech/legal-lib-components 2.35.0 → 2.35.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.
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  export interface CountDownMessageProps {
3
- noImg: boolean;
3
+ noImg?: boolean;
4
4
  text: string | React.ReactNode;
5
5
  time?: string;
6
6
  }
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  export interface CountDownMessageProps {
3
- noImg: boolean;
3
+ noImg?: boolean;
4
4
  text: string | React.ReactNode;
5
5
  time?: string;
6
6
  }
package/dist/index.d.ts CHANGED
@@ -589,7 +589,7 @@ interface ContinueEditingBannerProps {
589
589
  declare const ContinueEditingBanner: React$1.FC<ContinueEditingBannerProps>;
590
590
 
591
591
  interface CountDownMessageProps {
592
- noImg: boolean;
592
+ noImg?: boolean;
593
593
  text: string | React.ReactNode;
594
594
  time?: string;
595
595
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "2.35.0",
3
+ "version": "2.35.1",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^6.1.4",
6
6
  "@tippyjs/react": "4.2.6",