@npm_leadtech/legal-contracts-ui 0.24.4 → 0.24.5

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.
@@ -557,10 +557,10 @@ export declare interface PreformOptionProps {
557
557
  }
558
558
 
559
559
  export declare interface PreformProps {
560
- trustedBadge?: TrustedBadgeProps;
560
+ trustedBadge: TrustedBadgeProps;
561
561
  title?: string;
562
562
  options: PreformOptionProps[];
563
- cta: ButtonProps;
563
+ ctaLabel: string;
564
564
  }
565
565
 
566
566
  export declare const PreviewDownload: FC<PreviewDownloadProps>;
@@ -686,7 +686,7 @@ export declare const TimeIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
686
686
  export declare const TrustedBadge: FC<TrustedBadgeProps>;
687
687
 
688
688
  export declare interface TrustedBadgeProps {
689
- children?: ReactNode;
689
+ children: ReactNode;
690
690
  }
691
691
 
692
692
  export declare const TrustedIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-contracts-ui",
3
- "version": "0.24.4",
3
+ "version": "0.24.5",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",