@npm_leadtech/legal-contracts-ui 0.59.2 → 0.59.3

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.
@@ -16,7 +16,7 @@ export declare const Preform: FC<PreformProps>;
16
16
  export interface PreformOptionProps {
17
17
  label: string;
18
18
  value: string;
19
- alternativeUrl: string;
19
+ alternativeUrl: string | null;
20
20
  icon: ReactNode;
21
21
  selected: boolean;
22
22
  onClick?: (str: string) => void;
@@ -6,7 +6,7 @@ export declare const PreformOption: FC<PreformOptionProps>;
6
6
  export declare interface PreformOptionProps {
7
7
  label: string;
8
8
  value: string;
9
- alternativeUrl: string;
9
+ alternativeUrl: string | null;
10
10
  icon: ReactNode;
11
11
  selected: boolean;
12
12
  onClick?: (str: string) => void;
@@ -108,7 +108,7 @@ export interface LinkedProductProps {
108
108
  export interface PreformOptionProps {
109
109
  label: string;
110
110
  value: string;
111
- alternativeUrl: string;
111
+ alternativeUrl: string | null;
112
112
  icon: ReactNode;
113
113
  selected: boolean;
114
114
  onClick?: (str: string) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-contracts-ui",
3
- "version": "0.59.2",
3
+ "version": "0.59.3",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",