@medplum/react 0.9.37 → 0.9.38

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.
@@ -22,6 +22,7 @@ export * from './DateTimeInput';
22
22
  export * from './DefaultResourceTimeline';
23
23
  export * from './DescriptionList';
24
24
  export * from './DiagnosticReportDisplay';
25
+ export * from './Dialog';
25
26
  export * from './Document';
26
27
  export * from './EncounterTimeline';
27
28
  export * from './ErrorBoundary';
package/dist/cjs/index.js CHANGED
@@ -6074,6 +6074,7 @@
6074
6074
  exports.DescriptionList = DescriptionList;
6075
6075
  exports.DescriptionListEntry = DescriptionListEntry;
6076
6076
  exports.DiagnosticReportDisplay = DiagnosticReportDisplay;
6077
+ exports.Dialog = Dialog;
6077
6078
  exports.Document = Document;
6078
6079
  exports.ElementDefinitionInputSelector = ElementDefinitionInputSelector;
6079
6080
  exports.ElementDefinitionTypeInput = ElementDefinitionTypeInput;