@medplum/react 2.1.11 → 2.1.13
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 +5 -5
- package/dist/cjs/index.cjs.map +4 -4
- package/dist/esm/index.mjs +5 -5
- package/dist/esm/index.mjs.map +4 -4
- package/dist/types.d.ts +7 -0
- package/package.json +15 -15
package/dist/types.d.ts
CHANGED
|
@@ -25,6 +25,7 @@ import { HumanName } from '@medplum/fhirtypes';
|
|
|
25
25
|
import { HumanNameFormatOptions } from '@medplum/core';
|
|
26
26
|
import { Identifier } from '@medplum/fhirtypes';
|
|
27
27
|
import { InternalSchemaElement } from '@medplum/core';
|
|
28
|
+
import { MeasureReport } from '@medplum/fhirtypes';
|
|
28
29
|
import { Media } from '@medplum/fhirtypes';
|
|
29
30
|
import { MedplumClient } from '@medplum/core';
|
|
30
31
|
import { Money } from '@medplum/fhirtypes';
|
|
@@ -681,6 +682,12 @@ export declare interface LogoProps {
|
|
|
681
682
|
fill?: string;
|
|
682
683
|
}
|
|
683
684
|
|
|
685
|
+
export declare function MeasureReportDisplay(props: MeasureReportDisplayProps): JSX.Element | null;
|
|
686
|
+
|
|
687
|
+
export declare interface MeasureReportDisplayProps {
|
|
688
|
+
readonly measureReport: MeasureReport | Reference<MeasureReport>;
|
|
689
|
+
}
|
|
690
|
+
|
|
684
691
|
export declare interface MedplumContext {
|
|
685
692
|
medplum: MedplumClient;
|
|
686
693
|
navigate: MepdlumNavigateFunction;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medplum/react",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.13",
|
|
4
4
|
"description": "Medplum React Component Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"medplum",
|
|
@@ -56,27 +56,27 @@
|
|
|
56
56
|
"@medplum/fhirtypes": "*",
|
|
57
57
|
"@medplum/mock": "*",
|
|
58
58
|
"@medplum/react-hooks": "*",
|
|
59
|
-
"@storybook/addon-actions": "7.
|
|
60
|
-
"@storybook/addon-essentials": "7.
|
|
61
|
-
"@storybook/addon-links": "7.
|
|
62
|
-
"@storybook/addon-storysource": "7.
|
|
63
|
-
"@storybook/builder-vite": "7.
|
|
64
|
-
"@storybook/react": "7.
|
|
65
|
-
"@storybook/react-vite": "7.
|
|
66
|
-
"@tabler/icons-react": "2.
|
|
59
|
+
"@storybook/addon-actions": "7.5.3",
|
|
60
|
+
"@storybook/addon-essentials": "7.5.3",
|
|
61
|
+
"@storybook/addon-links": "7.5.3",
|
|
62
|
+
"@storybook/addon-storysource": "7.5.3",
|
|
63
|
+
"@storybook/builder-vite": "7.5.3",
|
|
64
|
+
"@storybook/react": "7.5.3",
|
|
65
|
+
"@storybook/react-vite": "7.5.3",
|
|
66
|
+
"@tabler/icons-react": "2.40.0",
|
|
67
67
|
"@testing-library/dom": "9.3.3",
|
|
68
68
|
"@testing-library/jest-dom": "6.1.4",
|
|
69
|
-
"@testing-library/react": "14.
|
|
70
|
-
"@types/jest": "29.5.
|
|
71
|
-
"@types/node": "20.
|
|
72
|
-
"@types/react": "18.2.
|
|
73
|
-
"@types/react-dom": "18.2.
|
|
69
|
+
"@testing-library/react": "14.1.0",
|
|
70
|
+
"@types/jest": "29.5.8",
|
|
71
|
+
"@types/node": "20.9.0",
|
|
72
|
+
"@types/react": "18.2.37",
|
|
73
|
+
"@types/react-dom": "18.2.15",
|
|
74
74
|
"jest": "29.7.0",
|
|
75
75
|
"jest-each": "29.7.0",
|
|
76
76
|
"react": "18.2.0",
|
|
77
77
|
"react-dom": "18.2.0",
|
|
78
78
|
"rimraf": "5.0.5",
|
|
79
|
-
"storybook": "7.
|
|
79
|
+
"storybook": "7.5.3",
|
|
80
80
|
"typescript": "5.2.2"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|