@mindly/ui-components 3.46.7 → 3.46.8

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.
@@ -29,6 +29,7 @@ declare type SpecialistCardProps = {
29
29
  session: string;
30
30
  clients: string[];
31
31
  sessions: string[];
32
+ by: string;
32
33
  };
33
34
  };
34
35
  declare const SpecialistCard: React.FC<SpecialistCardProps>;
package/dist/index.d.ts CHANGED
@@ -1005,6 +1005,7 @@ declare type SpecialistCardProps = {
1005
1005
  session: string;
1006
1006
  clients: string[];
1007
1007
  sessions: string[];
1008
+ by: string;
1008
1009
  };
1009
1010
  };
1010
1011
  declare const SpecialistCard: React.FC<SpecialistCardProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.46.7",
3
+ "version": "3.46.8",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",