@mindly/ui-components 3.56.2 → 3.56.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.
@@ -13,6 +13,7 @@ export declare type ConsultationCardProps = {
13
13
  onClick?: (sessionId: string) => void;
14
14
  isLoading?: boolean;
15
15
  onVideoCall?: (sessionId: string) => void;
16
+ withBorder?: boolean;
16
17
  locale: string;
17
18
  translations?: {
18
19
  with?: string;
package/dist/index.d.ts CHANGED
@@ -701,6 +701,7 @@ declare type ConsultationCardProps = {
701
701
  onClick?: (sessionId: string) => void;
702
702
  isLoading?: boolean;
703
703
  onVideoCall?: (sessionId: string) => void;
704
+ withBorder?: boolean;
704
705
  locale: string;
705
706
  translations?: {
706
707
  with?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.56.2",
3
+ "version": "3.56.3",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",