@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/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.11",
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.4.6",
60
- "@storybook/addon-essentials": "7.4.6",
61
- "@storybook/addon-links": "7.4.6",
62
- "@storybook/addon-storysource": "7.4.6",
63
- "@storybook/builder-vite": "7.4.6",
64
- "@storybook/react": "7.4.6",
65
- "@storybook/react-vite": "7.4.6",
66
- "@tabler/icons-react": "2.39.0",
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.0.0",
70
- "@types/jest": "29.5.5",
71
- "@types/node": "20.8.6",
72
- "@types/react": "18.2.28",
73
- "@types/react-dom": "18.2.13",
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.4.6",
79
+ "storybook": "7.5.3",
80
80
  "typescript": "5.2.2"
81
81
  },
82
82
  "peerDependencies": {