@mindly/ui-components 5.73.0 → 5.73.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.
|
@@ -13,7 +13,8 @@ type UserInfoModalProps = {
|
|
|
13
13
|
onClose: () => void;
|
|
14
14
|
isClient?: boolean;
|
|
15
15
|
isShowContract?: boolean;
|
|
16
|
-
|
|
16
|
+
isContractLoading?: boolean;
|
|
17
|
+
contractStatus?: 'not_signed' | 'pending' | 'active' | 'expired';
|
|
17
18
|
handleOpenContract: () => void;
|
|
18
19
|
translations?: {
|
|
19
20
|
contractTitle: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -823,7 +823,8 @@ type UserInfoModalProps = {
|
|
|
823
823
|
onClose: () => void;
|
|
824
824
|
isClient?: boolean;
|
|
825
825
|
isShowContract?: boolean;
|
|
826
|
-
|
|
826
|
+
isContractLoading?: boolean;
|
|
827
|
+
contractStatus?: 'not_signed' | 'pending' | 'active' | 'expired';
|
|
827
828
|
handleOpenContract: () => void;
|
|
828
829
|
translations?: {
|
|
829
830
|
contractTitle: string;
|