@mindly/ui-components 5.76.2 → 5.77.0

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.
@@ -14,6 +14,7 @@ type ConsultationModalProps = {
14
14
  onCancel?: (sessionId: string) => void;
15
15
  onReschedule?: (sessionId: string) => void;
16
16
  onModalClose?: () => void;
17
+ isContractLoading?: boolean;
17
18
  locale: string;
18
19
  translations?: {
19
20
  with?: string;
package/dist/index.d.ts CHANGED
@@ -761,6 +761,7 @@ type ConsultationModalProps = {
761
761
  onCancel?: (sessionId: string) => void;
762
762
  onReschedule?: (sessionId: string) => void;
763
763
  onModalClose?: () => void;
764
+ isContractLoading?: boolean;
764
765
  locale: string;
765
766
  translations?: {
766
767
  with?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.76.2",
3
+ "version": "5.77.0",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",