@medplum/react 0.9.33 → 0.9.34

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.
@@ -5,6 +5,7 @@ export default _default;
5
5
  export declare const Basic: () => JSX.Element;
6
6
  export declare const Groups: () => JSX.Element;
7
7
  export declare const MultipleChoice: () => JSX.Element;
8
+ export declare const EnableWhen: () => JSX.Element;
8
9
  export declare const KitchenSink: () => JSX.Element;
9
10
  export declare const KitchenSinkWithInitialValues: () => JSX.Element;
10
11
  export declare const USSurgeonGeneralFamilyHealthPortrait: () => JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/react",
3
- "version": "0.9.33",
3
+ "version": "0.9.34",
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.33",
23
- "@medplum/fhirtypes": "0.9.33",
24
- "@medplum/mock": "0.9.33",
22
+ "@medplum/core": "0.9.34",
23
+ "@medplum/fhirtypes": "0.9.34",
24
+ "@medplum/mock": "0.9.34",
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.33",
51
+ "@medplum/core": "0.9.34",
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"