@medplum/react 5.0.12 → 5.0.14

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.
@@ -219,6 +219,7 @@ export declare interface AppShellProps {
219
219
  readonly resourceTypeSearchDisabled?: boolean;
220
220
  readonly notifications?: ReactNode;
221
221
  readonly layoutVersion?: 'v1' | 'v2';
222
+ readonly showLayoutVersionToggle?: boolean;
222
223
  readonly spotlightPatientsOnly?: boolean;
223
224
  }
224
225
 
@@ -998,6 +999,7 @@ export declare interface NavbarProps {
998
999
  readonly resourceTypeSearchDisabled?: boolean;
999
1000
  readonly opened?: boolean;
1000
1001
  readonly version?: string;
1002
+ readonly showLayoutVersionToggle?: boolean;
1001
1003
  }
1002
1004
 
1003
1005
  export declare function NoteDisplay({ value }: NoteDisplayProps): JSX.Element | null;
@@ -219,6 +219,7 @@ export declare interface AppShellProps {
219
219
  readonly resourceTypeSearchDisabled?: boolean;
220
220
  readonly notifications?: ReactNode;
221
221
  readonly layoutVersion?: 'v1' | 'v2';
222
+ readonly showLayoutVersionToggle?: boolean;
222
223
  readonly spotlightPatientsOnly?: boolean;
223
224
  }
224
225
 
@@ -998,6 +999,7 @@ export declare interface NavbarProps {
998
999
  readonly resourceTypeSearchDisabled?: boolean;
999
1000
  readonly opened?: boolean;
1000
1001
  readonly version?: string;
1002
+ readonly showLayoutVersionToggle?: boolean;
1001
1003
  }
1002
1004
 
1003
1005
  export declare function NoteDisplay({ value }: NoteDisplayProps): JSX.Element | null;