@mindly/ui-components 8.8.9 → 8.8.11

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.
@@ -0,0 +1,2 @@
1
+ declare const MinimumLimitSlotsBanner: () => import("react/jsx-runtime").JSX.Element;
2
+ export default MinimumLimitSlotsBanner;
@@ -19,6 +19,8 @@ export type ScheduleProps = {
19
19
  sections: DaySection[];
20
20
  isLoading?: boolean;
21
21
  isButtonLoading?: boolean;
22
+ isButtonDisabled?: boolean;
23
+ showMinimunLimitSlotsBanner?: boolean;
22
24
  buttonText?: string;
23
25
  skeletonCount?: number;
24
26
  onDayChange?: (dayIndex: number) => void;
package/dist/index.d.ts CHANGED
@@ -4081,6 +4081,8 @@ type ScheduleProps = {
4081
4081
  sections: DaySection[];
4082
4082
  isLoading?: boolean;
4083
4083
  isButtonLoading?: boolean;
4084
+ isButtonDisabled?: boolean;
4085
+ showMinimunLimitSlotsBanner?: boolean;
4084
4086
  buttonText?: string;
4085
4087
  skeletonCount?: number;
4086
4088
  onDayChange?: (dayIndex: number) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "8.8.9",
3
+ "version": "8.8.11",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",