@ltht-react/timeline 1.0.245 → 1.0.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 +19 -19
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -1,19 +1,19 @@
1
- # Timeline
2
-
3
- ### Import
4
-
5
- ```js
6
- import Timeline from '@ltht-react/timeline'
7
- ```
8
-
9
- ### Usage
10
-
11
- ```jsx
12
- <Timeline auditTrail={auditTrail} />
13
- ```
14
-
15
- ### Properties
16
-
17
- | Prop | Required | Default | Type | Description |
18
- | :----------- | :------- | :------ | :-------------------- | :----------------- |
19
- | `auditTrail` | Yes | | `Maybe<AuditEvent>[]` | Timeline of events |
1
+ # Timeline
2
+
3
+ ### Import
4
+
5
+ ```js
6
+ import Timeline from '@ltht-react/timeline'
7
+ ```
8
+
9
+ ### Usage
10
+
11
+ ```jsx
12
+ <Timeline auditTrail={auditTrail} />
13
+ ```
14
+
15
+ ### Properties
16
+
17
+ | Prop | Required | Default | Type | Description |
18
+ | :----------- | :------- | :------ | :-------------------- | :----------------- |
19
+ | `auditTrail` | Yes | | `Maybe<AuditEvent>[]` | Timeline of events |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ltht-react/timeline",
3
- "version": "1.0.245",
3
+ "version": "1.0.246",
4
4
  "description": "> TODO: description",
5
5
  "author": "Jonny Dyson",
6
6
  "homepage": "",
@@ -23,15 +23,15 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@emotion/styled": "^11.0.0",
26
- "@ltht-react/banner": "^1.0.230",
27
- "@ltht-react/hooks": "^1.0.247",
28
- "@ltht-react/icon": "^1.3.257",
29
- "@ltht-react/select": "^1.3.257",
30
- "@ltht-react/styles": "^1.3.249",
31
- "@ltht-react/types": "^1.0.253",
32
- "@ltht-react/utils": "^1.1.255",
26
+ "@ltht-react/banner": "^1.0.231",
27
+ "@ltht-react/hooks": "^1.0.248",
28
+ "@ltht-react/icon": "^1.3.258",
29
+ "@ltht-react/select": "^1.3.258",
30
+ "@ltht-react/styles": "^1.3.250",
31
+ "@ltht-react/types": "^1.0.254",
32
+ "@ltht-react/utils": "^1.1.256",
33
33
  "react": "^17.0.0",
34
34
  "react-html-parser": "^2.0.2"
35
35
  },
36
- "gitHead": "205330b6854a355f7cd59954de7584d1b45d978a"
36
+ "gitHead": "4cf876dc6e02588cd3204bc915f83a23ba67db8e"
37
37
  }