@mindly/ui-components 3.72.5 → 3.73.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.
@@ -4,6 +4,7 @@ declare type BookingItem = {
4
4
  active?: boolean;
5
5
  };
6
6
  declare type BookingScheduleTimeProps = {
7
+ variant?: 'booking' | 'schedule';
7
8
  items: BookingItem[] | string[];
8
9
  onClick?: (index: number, item: string) => void;
9
10
  isLoading?: boolean;
package/dist/index.d.ts CHANGED
@@ -987,6 +987,7 @@ declare type BookingItem = {
987
987
  active?: boolean;
988
988
  };
989
989
  declare type BookingScheduleTimeProps = {
990
+ variant?: 'booking' | 'schedule';
990
991
  items: BookingItem[] | string[];
991
992
  onClick?: (index: number, item: string) => void;
992
993
  isLoading?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.72.5",
3
+ "version": "3.73.0",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",