@medplum/react 0.9.36 → 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.
@@ -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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/react",
3
- "version": "0.9.36",
3
+ "version": "0.9.38",
4
4
  "description": "Medplum React Component Library",
5
5
  "author": "Medplum <hello@medplum.com>",
6
6
  "license": "Apache-2.0",
@@ -19,9 +19,9 @@
19
19
  "storybook": "build-storybook"
20
20
  },
21
21
  "devDependencies": {
22
- "@medplum/core": "0.9.36",
23
- "@medplum/fhirtypes": "0.9.36",
24
- "@medplum/mock": "0.9.36",
22
+ "@medplum/core": "0.9.38",
23
+ "@medplum/fhirtypes": "0.9.38",
24
+ "@medplum/mock": "0.9.38",
25
25
  "@storybook/addon-actions": "6.5.10",
26
26
  "@storybook/addon-essentials": "6.5.10",
27
27
  "@storybook/addon-links": "6.5.10",
@@ -48,7 +48,7 @@
48
48
  "typescript": "4.8.2"
49
49
  },
50
50
  "peerDependencies": {
51
- "@medplum/core": "0.9.36",
51
+ "@medplum/core": "0.9.38",
52
52
  "react": "^17.0.2 || ^18.0.0",
53
53
  "react-dom": "^17.0.2 || ^18.0.0",
54
54
  "react-router-dom": "^6.2.2"