@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.
- package/dist/cjs/index.cjs +2 -2
- package/dist/cjs/index.cjs.map +2 -2
- package/dist/cjs/index.d.ts +2 -0
- package/dist/esm/index.d.ts +2 -0
- package/dist/esm/index.mjs +2 -2
- package/dist/esm/index.mjs.map +2 -2
- package/package.json +25 -25
package/dist/cjs/index.d.ts
CHANGED
|
@@ -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;
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -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;
|