@medplum/react 5.1.5 → 5.1.6

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.
@@ -1681,7 +1681,8 @@ export declare interface ResourceTimelineProps<T extends Resource> {
1681
1681
  readonly getMenu?: (context: ResourceTimelineMenuItemContext) => ReactNode;
1682
1682
  }
1683
1683
 
1684
- export declare function Scheduler(props: SchedulerProps): JSX.Element | null;
1684
+ declare function Scheduler_2(props: SchedulerProps): JSX.Element | null;
1685
+ export { Scheduler_2 as Scheduler }
1685
1686
 
1686
1687
  export declare interface SchedulerProps {
1687
1688
  readonly schedule?: Schedule | Reference<Schedule> | Schedule[] | Reference<Schedule>[];
@@ -1681,7 +1681,8 @@ export declare interface ResourceTimelineProps<T extends Resource> {
1681
1681
  readonly getMenu?: (context: ResourceTimelineMenuItemContext) => ReactNode;
1682
1682
  }
1683
1683
 
1684
- export declare function Scheduler(props: SchedulerProps): JSX.Element | null;
1684
+ declare function Scheduler_2(props: SchedulerProps): JSX.Element | null;
1685
+ export { Scheduler_2 as Scheduler }
1685
1686
 
1686
1687
  export declare interface SchedulerProps {
1687
1688
  readonly schedule?: Schedule | Reference<Schedule> | Schedule[] | Reference<Schedule>[];
@@ -178,7 +178,7 @@ var __create=Object.create;var __defProp=Object.defineProperty;var __getOwnPropD
178
178
  @tabler/icons-react/dist/esm/icons/IconX.mjs:
179
179
  @tabler/icons-react/dist/esm/tabler-icons-react.mjs:
180
180
  (**
181
- * @license @tabler/icons-react v3.40.0 - MIT
181
+ * @license @tabler/icons-react v3.41.0 - MIT
182
182
  *
183
183
  * This source code is licensed under the MIT license.
184
184
  * See the LICENSE file in the root directory of this source tree.