@ltht-react/involved-team-summary 2.0.1 → 2.0.2

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 +21 -21
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -1,21 +1,21 @@
1
- # Involved Team Summary
2
-
3
- ### Import
4
-
5
- ```js
6
- import InvolvedTeamSummary from '@ltht-react/involved-team-summary'
7
- ```
8
-
9
- ### Usage
10
-
11
- ```jsx
12
- <InvolvedTeamSummary title="Involved Teams" episodeOfCares={episodeOfCares} clickHandler={handleClick} />
13
- ```
14
-
15
- ### Properties
16
-
17
- | Prop | Required | Default | Type | Description |
18
- | :--------------- | :------- | :------------- | :--------------- | :------------------------------------------------------------------ |
19
- | `title` | No | Involved Teams | string | Header text |
20
- | `episodeOfCares` | Yes | | EpisodeOfCares[] | Array of episode of care to display |
21
- | `clickHandler` | No | undefined | Function | Callback click handler containing the selected episode of care item |
1
+ # Involved Team Summary
2
+
3
+ ### Import
4
+
5
+ ```js
6
+ import InvolvedTeamSummary from '@ltht-react/involved-team-summary'
7
+ ```
8
+
9
+ ### Usage
10
+
11
+ ```jsx
12
+ <InvolvedTeamSummary title="Involved Teams" episodeOfCares={episodeOfCares} clickHandler={handleClick} />
13
+ ```
14
+
15
+ ### Properties
16
+
17
+ | Prop | Required | Default | Type | Description |
18
+ | :--------------- | :------- | :------------- | :--------------- | :------------------------------------------------------------------ |
19
+ | `title` | No | Involved Teams | string | Header text |
20
+ | `episodeOfCares` | Yes | | EpisodeOfCares[] | Array of episode of care to display |
21
+ | `clickHandler` | No | undefined | Function | Callback click handler containing the selected episode of care item |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ltht-react/involved-team-summary",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "ltht-react clinical InvolvedTeamSummary component.",
5
5
  "author": "LTHT",
6
6
  "homepage": "",
@@ -23,12 +23,12 @@
23
23
  "dependencies": {
24
24
  "@emotion/react": "^11.0.0",
25
25
  "@emotion/styled": "^11.0.0",
26
- "@ltht-react/list": "^2.0.1",
27
- "@ltht-react/styles": "^2.0.1",
28
- "@ltht-react/type-summary": "^2.0.1",
29
- "@ltht-react/types": "^2.0.1",
30
- "@ltht-react/utils": "^2.0.1",
26
+ "@ltht-react/list": "^2.0.2",
27
+ "@ltht-react/styles": "^2.0.2",
28
+ "@ltht-react/type-summary": "^2.0.2",
29
+ "@ltht-react/types": "^2.0.2",
30
+ "@ltht-react/utils": "^2.0.2",
31
31
  "react": "^18.2.0"
32
32
  },
33
- "gitHead": "85a8f6972deb11dbfb51869c53a7a6a5063596e9"
33
+ "gitHead": "c1487e107fcc3e16a95a65393cfb673ab92db352"
34
34
  }