@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.
- package/dist/cjs/index.d.ts +1 -0
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/index.min.js +1 -1
- package/dist/cjs/index.min.js.map +1 -1
- package/dist/cjs/styles.css +2 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/index.min.js +1 -1
- package/dist/esm/styles.css +2 -0
- package/package.json +5 -5
package/dist/cjs/styles.css
CHANGED
|
@@ -1447,6 +1447,7 @@ div.medplum-nav-menu-container {
|
|
|
1447
1447
|
|
|
1448
1448
|
.medplum-status {
|
|
1449
1449
|
padding: 1px 6px;
|
|
1450
|
+
margin: 0 4px;
|
|
1450
1451
|
font-size: 80%;
|
|
1451
1452
|
line-height: 1;
|
|
1452
1453
|
text-align: center;
|
|
@@ -1474,6 +1475,7 @@ div.medplum-nav-menu-container {
|
|
|
1474
1475
|
|
|
1475
1476
|
.medplum-status-active,
|
|
1476
1477
|
.medplum-status-draft,
|
|
1478
|
+
.medplum-status-in-progress,
|
|
1477
1479
|
.medplum-status-preliminary,
|
|
1478
1480
|
.medplum-status-registered,
|
|
1479
1481
|
.medplum-status-requested {
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -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/esm/index.js
CHANGED
|
@@ -22,6 +22,7 @@ export { DateTimeInput, convertIsoToLocal, convertLocalToIso } from './DateTimeI
|
|
|
22
22
|
export { DefaultResourceTimeline } from './DefaultResourceTimeline.js';
|
|
23
23
|
export { DescriptionList, DescriptionListEntry } from './DescriptionList.js';
|
|
24
24
|
export { DiagnosticReportDisplay, ObservationTable } from './DiagnosticReportDisplay.js';
|
|
25
|
+
export { Dialog } from './Dialog.js';
|
|
25
26
|
export { Document } from './Document.js';
|
|
26
27
|
export { EncounterTimeline } from './EncounterTimeline.js';
|
|
27
28
|
export { ErrorBoundary } from './ErrorBoundary.js';
|
package/dist/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|