@ltht-react/diagnosis-summary 1.3.244 → 1.3.246

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 +22 -22
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -1,22 +1,22 @@
1
- # DiagnosisSummary
2
-
3
- <!-- STORY -->
4
-
5
- ### Import
6
-
7
- ```js
8
- import DiagnosisSummary from '@ltht-react/diagnosis-summary'
9
- ```
10
-
11
- ### Usage
12
-
13
- ```jsx
14
- <DiagnosisSummary title="Conditions" conditions={conditions} clickHandler={handleCLick} />
15
- ```
16
-
17
- ### Properties
18
-
19
- | Prop | Required | Default | Type | Description |
20
- | :------------- | :------- | :-------- | :---------- | :------------------------------------------------------------ |
21
- | `conditions` | Yes | | Condition[] | Array of conditions to display |
22
- | `clickHandler` | No | undefined | Function | Callback click handler containing the selected condition item |
1
+ # DiagnosisSummary
2
+
3
+ <!-- STORY -->
4
+
5
+ ### Import
6
+
7
+ ```js
8
+ import DiagnosisSummary from '@ltht-react/diagnosis-summary'
9
+ ```
10
+
11
+ ### Usage
12
+
13
+ ```jsx
14
+ <DiagnosisSummary title="Conditions" conditions={conditions} clickHandler={handleCLick} />
15
+ ```
16
+
17
+ ### Properties
18
+
19
+ | Prop | Required | Default | Type | Description |
20
+ | :------------- | :------- | :-------- | :---------- | :------------------------------------------------------------ |
21
+ | `conditions` | Yes | | Condition[] | Array of conditions to display |
22
+ | `clickHandler` | No | undefined | Function | Callback click handler containing the selected condition item |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ltht-react/diagnosis-summary",
3
- "version": "1.3.244",
3
+ "version": "1.3.246",
4
4
  "description": "ltht-react clinical DiagnosisSummary component.",
5
5
  "author": "LTHT",
6
6
  "homepage": "",
@@ -27,15 +27,15 @@
27
27
  "dependencies": {
28
28
  "@emotion/react": "^11.0.0",
29
29
  "@emotion/styled": "^11.0.0",
30
- "@ltht-react/button": "^1.3.244",
31
- "@ltht-react/hooks": "^1.0.234",
32
- "@ltht-react/icon": "^1.3.244",
33
- "@ltht-react/list": "^1.3.242",
34
- "@ltht-react/styles": "^1.3.236",
35
- "@ltht-react/type-summary": "^1.3.244",
36
- "@ltht-react/types": "^1.0.240",
37
- "@ltht-react/utils": "^1.1.242",
30
+ "@ltht-react/button": "^1.3.246",
31
+ "@ltht-react/hooks": "^1.0.236",
32
+ "@ltht-react/icon": "^1.3.246",
33
+ "@ltht-react/list": "^1.3.244",
34
+ "@ltht-react/styles": "^1.3.238",
35
+ "@ltht-react/type-summary": "^1.3.246",
36
+ "@ltht-react/types": "^1.0.242",
37
+ "@ltht-react/utils": "^1.1.244",
38
38
  "react": "^17.0.0"
39
39
  },
40
- "gitHead": "441473c0489d2a02539d85ed1ce2af92f27daf0a"
40
+ "gitHead": "d461dd58b7b982ee153913ab496e9fb40b20af1c"
41
41
  }