@ltht-react/timeline 1.0.243 → 1.0.245
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.
- package/README.md +19 -19
- 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.
|
|
3
|
+
"version": "1.0.245",
|
|
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.
|
|
27
|
-
"@ltht-react/hooks": "^1.0.
|
|
28
|
-
"@ltht-react/icon": "^1.3.
|
|
29
|
-
"@ltht-react/select": "^1.3.
|
|
30
|
-
"@ltht-react/styles": "^1.3.
|
|
31
|
-
"@ltht-react/types": "^1.0.
|
|
32
|
-
"@ltht-react/utils": "^1.1.
|
|
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",
|
|
33
33
|
"react": "^17.0.0",
|
|
34
34
|
"react-html-parser": "^2.0.2"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "205330b6854a355f7cd59954de7584d1b45d978a"
|
|
37
37
|
}
|