@medplum/react 0.9.38 → 0.10.0

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.
Files changed (249) hide show
  1. package/dist/cjs/AttachmentButton.d.ts +9 -0
  2. package/dist/cjs/CodeInput.d.ts +2 -1
  3. package/dist/cjs/CodeableConceptInput.d.ts +1 -0
  4. package/dist/cjs/CodingInput.d.ts +1 -0
  5. package/dist/cjs/DateTimeInput.d.ts +9 -2
  6. package/dist/cjs/ReferenceInput.d.ts +1 -0
  7. package/dist/cjs/ResourceAvatar.d.ts +8 -0
  8. package/dist/cjs/ResourceBadge.d.ts +0 -1
  9. package/dist/cjs/ResourceInput.d.ts +2 -3
  10. package/dist/cjs/SearchPopupMenu.d.ts +0 -4
  11. package/dist/cjs/SearchUtils.d.ts +5 -5
  12. package/dist/cjs/ValueSetAutocomplete.d.ts +10 -0
  13. package/dist/cjs/auth/RegisterForm.d.ts +0 -1
  14. package/dist/cjs/auth/SignInForm.d.ts +0 -1
  15. package/dist/cjs/defaulttheme.css +0 -51
  16. package/dist/cjs/index.d.ts +3 -14
  17. package/dist/cjs/index.js +793 -1493
  18. package/dist/cjs/index.js.map +1 -1
  19. package/dist/cjs/index.min.js +1 -1
  20. package/dist/cjs/index.min.js.map +1 -1
  21. package/dist/cjs/stories/{UploadButton.stories.d.ts → AttachmentButton.stories.d.ts} +1 -0
  22. package/dist/cjs/stories/{Input.stories.d.ts → PeriodInput.stories.d.ts} +1 -1
  23. package/dist/cjs/stories/{Avatar.stories.d.ts → ResourceAvatar.stories.d.ts} +0 -0
  24. package/dist/cjs/stories/ResourceForm.stories.d.ts +1 -0
  25. package/dist/cjs/stories/{Dialog.stories.d.ts → ResourceInput.stories.d.ts} +2 -1
  26. package/dist/cjs/stories/SearchControl.stories.d.ts +1 -0
  27. package/dist/cjs/styles.css +70 -1053
  28. package/dist/cjs/utils/outcomes.d.ts +1 -0
  29. package/dist/esm/AddressInput.js +9 -21
  30. package/dist/esm/AddressInput.js.map +1 -1
  31. package/dist/esm/AnnotationInput.js +2 -2
  32. package/dist/esm/AnnotationInput.js.map +1 -1
  33. package/dist/esm/AttachmentArrayInput.js +11 -8
  34. package/dist/esm/AttachmentArrayInput.js.map +1 -1
  35. package/dist/esm/AttachmentButton.d.ts +9 -0
  36. package/dist/esm/{UploadButton.js → AttachmentButton.js} +9 -9
  37. package/dist/esm/AttachmentButton.js.map +1 -0
  38. package/dist/esm/AttachmentInput.js +3 -3
  39. package/dist/esm/AttachmentInput.js.map +1 -1
  40. package/dist/esm/CalendarInput.js +6 -7
  41. package/dist/esm/CalendarInput.js.map +1 -1
  42. package/dist/esm/CodeInput.d.ts +2 -1
  43. package/dist/esm/CodeInput.js +16 -21
  44. package/dist/esm/CodeInput.js.map +1 -1
  45. package/dist/esm/CodeableConceptInput.d.ts +1 -0
  46. package/dist/esm/CodeableConceptInput.js +18 -33
  47. package/dist/esm/CodeableConceptInput.js.map +1 -1
  48. package/dist/esm/CodingInput.d.ts +1 -0
  49. package/dist/esm/CodingInput.js +24 -23
  50. package/dist/esm/CodingInput.js.map +1 -1
  51. package/dist/esm/ContactDetailInput.js +3 -4
  52. package/dist/esm/ContactDetailInput.js.map +1 -1
  53. package/dist/esm/ContactPointInput.js +5 -21
  54. package/dist/esm/ContactPointInput.js.map +1 -1
  55. package/dist/esm/DateTimeInput.d.ts +9 -2
  56. package/dist/esm/DateTimeInput.js +13 -3
  57. package/dist/esm/DateTimeInput.js.map +1 -1
  58. package/dist/esm/DiagnosticReportDisplay.js +16 -1
  59. package/dist/esm/DiagnosticReportDisplay.js.map +1 -1
  60. package/dist/esm/EncounterTimeline.js +2 -0
  61. package/dist/esm/EncounterTimeline.js.map +1 -1
  62. package/dist/esm/ExtensionInput.js +2 -2
  63. package/dist/esm/ExtensionInput.js.map +1 -1
  64. package/dist/esm/FhirPathTable.js +4 -5
  65. package/dist/esm/FhirPathTable.js.map +1 -1
  66. package/dist/esm/HumanNameInput.js +7 -17
  67. package/dist/esm/HumanNameInput.js.map +1 -1
  68. package/dist/esm/IdentifierInput.js +4 -5
  69. package/dist/esm/IdentifierInput.js.map +1 -1
  70. package/dist/esm/Logo.js +4 -4
  71. package/dist/esm/Logo.js.map +1 -1
  72. package/dist/esm/PatientTimeline.js +2 -0
  73. package/dist/esm/PatientTimeline.js.map +1 -1
  74. package/dist/esm/PeriodInput.js +5 -5
  75. package/dist/esm/PeriodInput.js.map +1 -1
  76. package/dist/esm/PlanDefinitionBuilder.js +17 -29
  77. package/dist/esm/PlanDefinitionBuilder.js.map +1 -1
  78. package/dist/esm/QuantityInput.js +5 -12
  79. package/dist/esm/QuantityInput.js.map +1 -1
  80. package/dist/esm/QuestionnaireBuilder.js +22 -25
  81. package/dist/esm/QuestionnaireBuilder.js.map +1 -1
  82. package/dist/esm/QuestionnaireForm.js +35 -29
  83. package/dist/esm/QuestionnaireForm.js.map +1 -1
  84. package/dist/esm/RangeInput.js +2 -2
  85. package/dist/esm/RangeInput.js.map +1 -1
  86. package/dist/esm/RatioInput.js +2 -2
  87. package/dist/esm/RatioInput.js.map +1 -1
  88. package/dist/esm/ReferenceInput.d.ts +1 -0
  89. package/dist/esm/ReferenceInput.js +4 -6
  90. package/dist/esm/ReferenceInput.js.map +1 -1
  91. package/dist/esm/RequestGroupDisplay.js +1 -1
  92. package/dist/esm/RequestGroupDisplay.js.map +1 -1
  93. package/dist/esm/ResourceArrayInput.js +10 -7
  94. package/dist/esm/ResourceArrayInput.js.map +1 -1
  95. package/dist/esm/ResourceAvatar.d.ts +8 -0
  96. package/dist/esm/ResourceAvatar.js +24 -0
  97. package/dist/esm/ResourceAvatar.js.map +1 -0
  98. package/dist/esm/ResourceBadge.d.ts +0 -1
  99. package/dist/esm/ResourceBadge.js +2 -3
  100. package/dist/esm/ResourceBadge.js.map +1 -1
  101. package/dist/esm/ResourceBlame.js +3 -3
  102. package/dist/esm/ResourceBlame.js.map +1 -1
  103. package/dist/esm/ResourceForm.js +10 -10
  104. package/dist/esm/ResourceForm.js.map +1 -1
  105. package/dist/esm/ResourceInput.d.ts +2 -3
  106. package/dist/esm/ResourceInput.js +37 -29
  107. package/dist/esm/ResourceInput.js.map +1 -1
  108. package/dist/esm/ResourcePropertyInput.js +30 -18
  109. package/dist/esm/ResourcePropertyInput.js.map +1 -1
  110. package/dist/esm/ResourceTimeline.js +19 -15
  111. package/dist/esm/ResourceTimeline.js.map +1 -1
  112. package/dist/esm/Scheduler.js +7 -7
  113. package/dist/esm/Scheduler.js.map +1 -1
  114. package/dist/esm/SearchControl.js +76 -58
  115. package/dist/esm/SearchControl.js.map +1 -1
  116. package/dist/esm/SearchControlField.js.map +1 -1
  117. package/dist/esm/SearchFieldEditor.js +7 -7
  118. package/dist/esm/SearchFieldEditor.js.map +1 -1
  119. package/dist/esm/SearchFilterEditor.js +10 -15
  120. package/dist/esm/SearchFilterEditor.js.map +1 -1
  121. package/dist/esm/SearchFilterValueDialog.js +4 -3
  122. package/dist/esm/SearchFilterValueDialog.js.map +1 -1
  123. package/dist/esm/SearchFilterValueInput.js +6 -7
  124. package/dist/esm/SearchFilterValueInput.js.map +1 -1
  125. package/dist/esm/SearchPopupMenu.d.ts +0 -4
  126. package/dist/esm/SearchPopupMenu.js +59 -73
  127. package/dist/esm/SearchPopupMenu.js.map +1 -1
  128. package/dist/esm/SearchUtils.d.ts +5 -5
  129. package/dist/esm/SearchUtils.js +11 -12
  130. package/dist/esm/SearchUtils.js.map +1 -1
  131. package/dist/esm/ServiceRequestTimeline.js +2 -0
  132. package/dist/esm/ServiceRequestTimeline.js.map +1 -1
  133. package/dist/esm/Timeline.js +12 -20
  134. package/dist/esm/Timeline.js.map +1 -1
  135. package/dist/esm/TimingInput.js +14 -17
  136. package/dist/esm/TimingInput.js.map +1 -1
  137. package/dist/esm/ValueSetAutocomplete.d.ts +10 -0
  138. package/dist/esm/ValueSetAutocomplete.js +57 -0
  139. package/dist/esm/ValueSetAutocomplete.js.map +1 -0
  140. package/dist/esm/auth/AuthenticationForm.js +12 -20
  141. package/dist/esm/auth/AuthenticationForm.js.map +1 -1
  142. package/dist/esm/auth/ChooseProfileForm.js +10 -10
  143. package/dist/esm/auth/ChooseProfileForm.js.map +1 -1
  144. package/dist/esm/auth/NewProjectForm.js +12 -15
  145. package/dist/esm/auth/NewProjectForm.js.map +1 -1
  146. package/dist/esm/auth/NewUserForm.js +25 -33
  147. package/dist/esm/auth/NewUserForm.js.map +1 -1
  148. package/dist/esm/auth/RegisterForm.d.ts +0 -1
  149. package/dist/esm/auth/RegisterForm.js.map +1 -1
  150. package/dist/esm/auth/SignInForm.d.ts +0 -1
  151. package/dist/esm/auth/SignInForm.js.map +1 -1
  152. package/dist/esm/defaulttheme.css +0 -51
  153. package/dist/esm/index.d.ts +3 -14
  154. package/dist/esm/index.js +4 -15
  155. package/dist/esm/index.js.map +1 -1
  156. package/dist/esm/index.min.js +1 -1
  157. package/dist/esm/index.min.js.map +1 -1
  158. package/dist/esm/node_modules/tslib/tslib.es6.js +13 -1
  159. package/dist/esm/node_modules/tslib/tslib.es6.js.map +1 -1
  160. package/dist/esm/stories/{UploadButton.stories.d.ts → AttachmentButton.stories.d.ts} +1 -0
  161. package/dist/{cjs/stories/Select.stories.d.ts → esm/stories/PeriodInput.stories.d.ts} +1 -1
  162. package/dist/esm/stories/{Avatar.stories.d.ts → ResourceAvatar.stories.d.ts} +0 -0
  163. package/dist/esm/stories/ResourceForm.stories.d.ts +1 -0
  164. package/dist/{cjs/stories/FormSection.stories.d.ts → esm/stories/ResourceInput.stories.d.ts} +2 -2
  165. package/dist/esm/stories/SearchControl.stories.d.ts +1 -0
  166. package/dist/esm/styles.css +70 -1053
  167. package/dist/esm/utils/outcomes.d.ts +1 -0
  168. package/dist/esm/utils/outcomes.js +5 -1
  169. package/dist/esm/utils/outcomes.js.map +1 -1
  170. package/package.json +27 -19
  171. package/dist/cjs/Autocomplete.d.ts +0 -20
  172. package/dist/cjs/Avatar.d.ts +0 -12
  173. package/dist/cjs/Button.d.ts +0 -15
  174. package/dist/cjs/Checkbox.d.ts +0 -12
  175. package/dist/cjs/Dialog.d.ts +0 -10
  176. package/dist/cjs/Header.d.ts +0 -12
  177. package/dist/cjs/HeaderSearchInput.d.ts +0 -10
  178. package/dist/cjs/Input.d.ts +0 -22
  179. package/dist/cjs/InputRow.d.ts +0 -7
  180. package/dist/cjs/Loading.d.ts +0 -3
  181. package/dist/cjs/MenuItem.d.ts +0 -9
  182. package/dist/cjs/MenuSeparator.d.ts +0 -3
  183. package/dist/cjs/Popup.d.ts +0 -14
  184. package/dist/cjs/Select.d.ts +0 -16
  185. package/dist/cjs/SubMenu.d.ts +0 -7
  186. package/dist/cjs/TextArea.d.ts +0 -18
  187. package/dist/cjs/UploadButton.d.ts +0 -7
  188. package/dist/cjs/stories/Autocomplete.stories.d.ts +0 -9
  189. package/dist/cjs/stories/Button.stories.d.ts +0 -9
  190. package/dist/cjs/stories/Header.stories.d.ts +0 -8
  191. package/dist/cjs/stories/Loading.stories.d.ts +0 -5
  192. package/dist/esm/Autocomplete.d.ts +0 -20
  193. package/dist/esm/Autocomplete.js +0 -281
  194. package/dist/esm/Autocomplete.js.map +0 -1
  195. package/dist/esm/Avatar.d.ts +0 -12
  196. package/dist/esm/Avatar.js +0 -24
  197. package/dist/esm/Avatar.js.map +0 -1
  198. package/dist/esm/Button.d.ts +0 -15
  199. package/dist/esm/Button.js +0 -13
  200. package/dist/esm/Button.js.map +0 -1
  201. package/dist/esm/Checkbox.d.ts +0 -12
  202. package/dist/esm/Checkbox.js +0 -13
  203. package/dist/esm/Checkbox.js.map +0 -1
  204. package/dist/esm/Dialog.d.ts +0 -10
  205. package/dist/esm/Dialog.js +0 -43
  206. package/dist/esm/Dialog.js.map +0 -1
  207. package/dist/esm/Header.d.ts +0 -12
  208. package/dist/esm/Header.js +0 -99
  209. package/dist/esm/Header.js.map +0 -1
  210. package/dist/esm/HeaderSearchInput.d.ts +0 -10
  211. package/dist/esm/HeaderSearchInput.js +0 -181
  212. package/dist/esm/HeaderSearchInput.js.map +0 -1
  213. package/dist/esm/Input.d.ts +0 -22
  214. package/dist/esm/Input.js +0 -26
  215. package/dist/esm/Input.js.map +0 -1
  216. package/dist/esm/InputRow.d.ts +0 -7
  217. package/dist/esm/InputRow.js +0 -8
  218. package/dist/esm/InputRow.js.map +0 -1
  219. package/dist/esm/Loading.d.ts +0 -3
  220. package/dist/esm/Loading.js +0 -11
  221. package/dist/esm/Loading.js.map +0 -1
  222. package/dist/esm/MenuItem.d.ts +0 -9
  223. package/dist/esm/MenuItem.js +0 -8
  224. package/dist/esm/MenuItem.js.map +0 -1
  225. package/dist/esm/MenuSeparator.d.ts +0 -3
  226. package/dist/esm/MenuSeparator.js +0 -8
  227. package/dist/esm/MenuSeparator.js.map +0 -1
  228. package/dist/esm/Popup.d.ts +0 -14
  229. package/dist/esm/Popup.js +0 -78
  230. package/dist/esm/Popup.js.map +0 -1
  231. package/dist/esm/Select.d.ts +0 -16
  232. package/dist/esm/Select.js +0 -16
  233. package/dist/esm/Select.js.map +0 -1
  234. package/dist/esm/SubMenu.d.ts +0 -7
  235. package/dist/esm/SubMenu.js +0 -38
  236. package/dist/esm/SubMenu.js.map +0 -1
  237. package/dist/esm/TextArea.d.ts +0 -18
  238. package/dist/esm/TextArea.js +0 -16
  239. package/dist/esm/TextArea.js.map +0 -1
  240. package/dist/esm/UploadButton.d.ts +0 -7
  241. package/dist/esm/UploadButton.js.map +0 -1
  242. package/dist/esm/stories/Autocomplete.stories.d.ts +0 -9
  243. package/dist/esm/stories/Button.stories.d.ts +0 -9
  244. package/dist/esm/stories/Dialog.stories.d.ts +0 -5
  245. package/dist/esm/stories/FormSection.stories.d.ts +0 -6
  246. package/dist/esm/stories/Header.stories.d.ts +0 -8
  247. package/dist/esm/stories/Input.stories.d.ts +0 -6
  248. package/dist/esm/stories/Loading.stories.d.ts +0 -5
  249. package/dist/esm/stories/Select.stories.d.ts +0 -6
@@ -0,0 +1,9 @@
1
+ import { Attachment } from '@medplum/fhirtypes';
2
+ import React from 'react';
3
+ export interface AttachmentButtonProps {
4
+ onUpload: (attachment: Attachment) => void;
5
+ children(props: {
6
+ onClick(e: React.MouseEvent): void;
7
+ }): React.ReactNode;
8
+ }
9
+ export declare function AttachmentButton(props: AttachmentButtonProps): JSX.Element;
@@ -3,7 +3,8 @@ import { ElementDefinition } from '@medplum/fhirtypes';
3
3
  export interface CodeInputProps {
4
4
  property: ElementDefinition;
5
5
  name: string;
6
+ placeholder?: string;
6
7
  defaultValue?: string;
7
- onChange?: (value: string) => void;
8
+ onChange?: (value: string | undefined) => void;
8
9
  }
9
10
  export declare function CodeInput(props: CodeInputProps): JSX.Element;
@@ -3,6 +3,7 @@ import { CodeableConcept, ElementDefinition } from '@medplum/fhirtypes';
3
3
  export interface CodeableConceptInputProps {
4
4
  property: ElementDefinition;
5
5
  name: string;
6
+ placeholder?: string;
6
7
  defaultValue?: CodeableConcept;
7
8
  onChange?: (value: CodeableConcept) => void;
8
9
  }
@@ -3,6 +3,7 @@ import { Coding, ElementDefinition } from '@medplum/fhirtypes';
3
3
  export interface CodingInputProps {
4
4
  property: ElementDefinition;
5
5
  name: string;
6
+ placeholder?: string;
6
7
  defaultValue?: Coding;
7
8
  onChange?: (value: Coding) => void;
8
9
  }
@@ -1,5 +1,12 @@
1
1
  /// <reference types="react" />
2
- import { InputProps } from './Input';
2
+ import { OperationOutcome } from '@medplum/fhirtypes';
3
+ export interface DateTimeInputProps {
4
+ name?: string;
5
+ placeholder?: string;
6
+ defaultValue?: string;
7
+ outcome?: OperationOutcome;
8
+ onChange?: (value: string) => void;
9
+ }
3
10
  /**
4
11
  * The DateTimeInput component is a wrapper around the HTML5 input type="datetime-local".
5
12
  * The main purpose is to reconcile time zones.
@@ -8,7 +15,7 @@ import { InputProps } from './Input';
8
15
  * @param props The Input props.
9
16
  * @returns The JSX element to render.
10
17
  */
11
- export declare function DateTimeInput(props: InputProps): JSX.Element;
18
+ export declare function DateTimeInput(props: DateTimeInputProps): JSX.Element;
12
19
  /**
13
20
  * Converts an ISO-8601 date/time string to a local date/time string.
14
21
  * @param isoString The ISO-8601 date/time string to convert.
@@ -2,6 +2,7 @@
2
2
  import { Reference } from '@medplum/fhirtypes';
3
3
  export interface ReferenceInputProps {
4
4
  name: string;
5
+ placeholder?: string;
5
6
  defaultValue?: Reference;
6
7
  targetTypes?: string[];
7
8
  onChange?: (value: Reference | undefined) => void;
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ import { AvatarProps } from '@mantine/core';
3
+ import { Reference, Resource } from '@medplum/fhirtypes';
4
+ export interface ResourceAvatarProps extends AvatarProps {
5
+ value?: Reference | Resource;
6
+ link?: boolean;
7
+ }
8
+ export declare function ResourceAvatar(props: ResourceAvatarProps): JSX.Element;
@@ -3,7 +3,6 @@ import { Reference, Resource } from '@medplum/fhirtypes';
3
3
  import './ResourceBadge.css';
4
4
  export interface ResourceBadgeProps {
5
5
  value?: Reference | Resource;
6
- size?: 'xsmall' | 'small' | 'medium' | 'large';
7
6
  link?: boolean;
8
7
  }
9
8
  export declare function ResourceBadge(props: ResourceBadgeProps): JSX.Element;
@@ -1,10 +1,9 @@
1
1
  /// <reference types="react" />
2
- import { Reference, Resource } from '@medplum/fhirtypes';
2
+ import { Reference, Resource, ResourceType } from '@medplum/fhirtypes';
3
3
  export interface ResourceInputProps<T extends Resource = Resource> {
4
- readonly resourceType: string;
4
+ readonly resourceType: ResourceType;
5
5
  readonly name: string;
6
6
  readonly defaultValue?: T | Reference<T>;
7
- readonly className?: string;
8
7
  readonly placeholder?: string;
9
8
  readonly loadOnFocus?: boolean;
10
9
  readonly onChange?: (value: T | undefined) => void;
@@ -3,12 +3,8 @@ import { Filter, SearchRequest } from '@medplum/core';
3
3
  import { SearchParameter } from '@medplum/fhirtypes';
4
4
  export interface SearchPopupMenuProps {
5
5
  search: SearchRequest;
6
- visible: boolean;
7
- x: number;
8
- y: number;
9
6
  searchParams?: SearchParameter[];
10
7
  onPrompt: (searchParam: SearchParameter, filter: Filter) => void;
11
8
  onChange: (definition: SearchRequest) => void;
12
- onClose: () => void;
13
9
  }
14
10
  export declare function SearchPopupMenu(props: SearchPopupMenuProps): JSX.Element | null;
@@ -123,12 +123,12 @@ export declare function hasFilterOnField(definition: SearchRequest, code: string
123
123
  */
124
124
  export declare function setOffset(definition: SearchRequest, offset: number): SearchRequest;
125
125
  /**
126
- * Moves the page forward or backward.
127
- *
128
- * @param {number} delta The delta to the page number.
129
- * @return {boolean} True if the page actually moved; false otherwise.
126
+ * Creates a new search request with the search offset at the specified page.
127
+ * @param definition The search definition.
128
+ * @param page The new page number
129
+ * @return The new search definition.
130
130
  */
131
- export declare function movePage(definition: SearchRequest, delta: number): SearchRequest;
131
+ export declare function setPage(definition: SearchRequest, page: number): SearchRequest;
132
132
  /**
133
133
  * Sorts the search by the specified key, and optional direction.
134
134
  * Direction defaults to ascending ('asc') if not specified.
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ import { ElementDefinition, ValueSetExpansionContains } from '@medplum/fhirtypes';
3
+ export interface ValueSetAutocompleteProps {
4
+ property: ElementDefinition;
5
+ name: string;
6
+ placeholder?: string;
7
+ defaultValue?: ValueSetExpansionContains;
8
+ onChange?: (value: ValueSetExpansionContains) => void;
9
+ }
10
+ export declare function ValueSetAutocomplete(props: ValueSetAutocompleteProps): JSX.Element;
@@ -1,5 +1,4 @@
1
1
  import React from 'react';
2
- import './SignInForm.css';
3
2
  import '../util.css';
4
3
  export interface RegisterFormProps {
5
4
  readonly type: 'patient' | 'project';
@@ -1,6 +1,5 @@
1
1
  import React from 'react';
2
2
  import '../util.css';
3
- import './SignInForm.css';
4
3
  export interface SignInFormProps {
5
4
  readonly remember?: boolean;
6
5
  readonly projectId?: string;
@@ -6,9 +6,6 @@
6
6
  --medplum-navbar-textbox: rgba(255, 255, 255, 0.2);
7
7
  --medplum-navbar-placeholder: rgba(255, 255, 255, 0.6);
8
8
  --medplum-shadow: rgba(0, 0, 0, 0.1);
9
- /* fonts */
10
- --medplum-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
11
- --medplum-monospace-font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
12
9
  --medplum-font-small: 12px;
13
10
  --medplum-font-normal: 13px;
14
11
  --medplum-font-big: 18px;
@@ -180,54 +177,6 @@
180
177
  }
181
178
  }
182
179
 
183
- * {
184
- box-sizing: border-box;
185
- }
186
-
187
- html {
188
- height: 100%;
189
- font-family: var(--medplum-font-family);
190
- position: relative;
191
- }
192
-
193
- body {
194
- min-height: 100%;
195
- margin: 0 0 40px 0;
196
- font-size: var(--medplum-font-normal);
197
- font-style: normal;
198
- color: var(--medplum-foreground);
199
- background: var(--medplum-background);
200
- }
201
-
202
- h1,
203
- h2,
204
- h3,
205
- h4,
206
- h5,
207
- h6 {
208
- font-weight: normal;
209
- }
210
-
211
- button,
212
- input[type='date'],
213
- input[type='datetime-local'],
214
- input[type='email'],
215
- input[type='number'],
216
- input[type='password'],
217
- input[type='tel'],
218
- input[type='text'],
219
- input[type='time'],
220
- input[type='url'],
221
- select,
222
- textarea {
223
- font-family: var(--medplum-font-family);
224
- }
225
-
226
- code,
227
- pre {
228
- font-family: var(--medplum-monospace-font-family);
229
- }
230
-
231
180
  a {
232
181
  color: var(--medplum-blue-700);
233
182
  text-decoration: none;
@@ -2,14 +2,11 @@ export * from './AddressDisplay';
2
2
  export * from './AddressInput';
3
3
  export * from './AttachmentArrayDisplay';
4
4
  export * from './AttachmentArrayInput';
5
+ export * from './AttachmentButton';
5
6
  export * from './AttachmentInput';
6
7
  export * from './auth/RegisterForm';
7
8
  export * from './auth/SignInForm';
8
- export * from './Autocomplete';
9
- export * from './Avatar';
10
9
  export * from './BackboneElementInput';
11
- export * from './Button';
12
- export * from './Checkbox';
13
10
  export * from './CheckboxFormSection';
14
11
  export * from './CodeableConceptDisplay';
15
12
  export * from './CodeableConceptInput';
@@ -22,7 +19,6 @@ export * from './DateTimeInput';
22
19
  export * from './DefaultResourceTimeline';
23
20
  export * from './DescriptionList';
24
21
  export * from './DiagnosticReportDisplay';
25
- export * from './Dialog';
26
22
  export * from './Document';
27
23
  export * from './EncounterTimeline';
28
24
  export * from './ErrorBoundary';
@@ -31,20 +27,14 @@ export * from './FooterLinks';
31
27
  export * from './Form';
32
28
  export * from './FormSection';
33
29
  export * from './FormUtils';
34
- export * from './Header';
35
30
  export * from './HumanNameDisplay';
36
31
  export * from './HumanNameInput';
37
32
  export * from './IdentifierInput';
38
- export * from './Input';
39
- export * from './InputRow';
40
- export * from './Loading';
41
33
  export * from './Logo';
42
34
  export * from './MedplumLink';
43
35
  export * from './MedplumProvider';
44
- export * from './MenuItem';
45
36
  export * from './PatientTimeline';
46
37
  export * from './PlanDefinitionBuilder';
47
- export * from './Popup';
48
38
  export * from './QuestionnaireBuilder';
49
39
  export * from './QuestionnaireForm';
50
40
  export * from './QuestionnaireUtils';
@@ -54,6 +44,7 @@ export * from './ReferenceInput';
54
44
  export * from './RequestGroupDisplay';
55
45
  export * from './ResourceArrayDisplay';
56
46
  export * from './ResourceArrayInput';
47
+ export * from './ResourceAvatar';
57
48
  export * from './ResourceBadge';
58
49
  export * from './ResourceBlame';
59
50
  export * from './ResourceDiff';
@@ -71,18 +62,16 @@ export * from './SearchControl';
71
62
  export * from './SearchFieldEditor';
72
63
  export * from './SearchFilterEditor';
73
64
  export * from './SearchUtils';
74
- export * from './Select';
75
65
  export * from './ServiceRequestTimeline';
76
66
  export * from './StatusBadge';
77
67
  export * from './Tab';
78
68
  export * from './TabList';
79
69
  export * from './TabPanel';
80
70
  export * from './TabSwitch';
81
- export * from './TextArea';
82
71
  export * from './Timeline';
83
72
  export * from './TitleBar';
84
- export * from './UploadButton';
85
73
  export * from './useResource';
86
74
  export * from './utils';
87
75
  export * from './utils/date';
76
+ export * from './utils/outcomes';
88
77
  export * from './utils/recaptcha';