@ltht-react/allergy-summary 1.3.255 → 1.3.257

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 (2) hide show
  1. package/README.md +19 -19
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -1,19 +1,19 @@
1
- # Allergy Summary
2
-
3
- ### Import
4
-
5
- ```js
6
- import AllergySummary from '@ltht-react/allergy-summary'
7
- ```
8
-
9
- ### Usage
10
-
11
- ```jsx
12
- <AllergySummary allergy={allergy} />
13
- ```
14
-
15
- ### Properties
16
-
17
- | Prop | Required | Default | Type | Description |
18
- | :-------- | :------- | :------ | :----------------- | :----------------- |
19
- | `allergy` | Yes | | AllergyIntolerance | Allergy to display |
1
+ # Allergy Summary
2
+
3
+ ### Import
4
+
5
+ ```js
6
+ import AllergySummary from '@ltht-react/allergy-summary'
7
+ ```
8
+
9
+ ### Usage
10
+
11
+ ```jsx
12
+ <AllergySummary allergy={allergy} />
13
+ ```
14
+
15
+ ### Properties
16
+
17
+ | Prop | Required | Default | Type | Description |
18
+ | :-------- | :------- | :------ | :----------------- | :----------------- |
19
+ | `allergy` | Yes | | AllergyIntolerance | Allergy to display |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ltht-react/allergy-summary",
3
- "version": "1.3.255",
3
+ "version": "1.3.257",
4
4
  "description": "> TODO: description",
5
5
  "author": "Jonny Smith <jonny.asmith@gmail.com>",
6
6
  "homepage": "",
@@ -24,13 +24,13 @@
24
24
  "dependencies": {
25
25
  "@emotion/react": "^11.0.0",
26
26
  "@emotion/styled": "^11.0.0",
27
- "@ltht-react/icon": "^1.3.255",
28
- "@ltht-react/list": "^1.3.253",
29
- "@ltht-react/styles": "^1.3.247",
30
- "@ltht-react/type-summary": "^1.3.255",
31
- "@ltht-react/types": "^1.0.251",
32
- "@ltht-react/utils": "^1.1.253",
27
+ "@ltht-react/icon": "^1.3.257",
28
+ "@ltht-react/list": "^1.3.255",
29
+ "@ltht-react/styles": "^1.3.249",
30
+ "@ltht-react/type-summary": "^1.3.257",
31
+ "@ltht-react/types": "^1.0.253",
32
+ "@ltht-react/utils": "^1.1.255",
33
33
  "react": "^17.0.0"
34
34
  },
35
- "gitHead": "00047f05f49d32d3dc1de66bbf0fc853e718123f"
35
+ "gitHead": "205330b6854a355f7cd59954de7584d1b45d978a"
36
36
  }