@ltht-react/timeline 1.0.188 → 1.0.189

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 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 |
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ declare const TimelineStatus: FC;
3
+ export default TimelineStatus;
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var jsx_runtime_1 = require("react/jsx-runtime");
4
+ var TimelineStatus = function () { return jsx_runtime_1.jsx(jsx_runtime_1.Fragment, {}, void 0); };
5
+ exports.default = TimelineStatus;
6
+ //# sourceMappingURL=timeline-status.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timeline-status.js","sourceRoot":"","sources":["../../src/atoms/timeline-status.tsx"],"names":[],"mappings":";;;AAEA,IAAM,cAAc,GAAO,cAAM,OAAA,qDAAK,EAAL,CAAK,CAAA;AAEtC,kBAAe,cAAc,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ltht-react/timeline",
3
- "version": "1.0.188",
3
+ "version": "1.0.189",
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.173",
27
- "@ltht-react/hooks": "^1.0.190",
28
- "@ltht-react/icon": "^1.3.200",
29
- "@ltht-react/select": "^1.3.200",
30
- "@ltht-react/styles": "^1.3.192",
31
- "@ltht-react/types": "^1.0.196",
32
- "@ltht-react/utils": "^1.1.198",
26
+ "@ltht-react/banner": "^1.0.174",
27
+ "@ltht-react/hooks": "^1.0.191",
28
+ "@ltht-react/icon": "^1.3.201",
29
+ "@ltht-react/select": "^1.3.201",
30
+ "@ltht-react/styles": "^1.3.193",
31
+ "@ltht-react/types": "^1.0.197",
32
+ "@ltht-react/utils": "^1.1.199",
33
33
  "react": "^17.0.0",
34
34
  "react-html-parser": "^2.0.2"
35
35
  },
36
- "gitHead": "1be68ed9db64953b164470c8830d0f6a76dc6073"
36
+ "gitHead": "f7714b9f488cd6a89dab46e40ebf3d1afed97390"
37
37
  }