@ltht-react/timeline 1.0.75 → 1.0.76

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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 1.0.76 (2022-06-29)
7
+
8
+ **Note:** Version bump only for package @ltht-react/timeline
9
+
10
+
11
+
12
+
13
+
6
14
  ## 1.0.75 (2022-06-24)
7
15
 
8
16
  **Note:** Version bump only for package @ltht-react/timeline
package/lib/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  import Timeline from './organisms/timeline';
2
- import ITimelineItem from './molecules/timeline-item';
2
+ import { ITimelineItem } from './molecules/timeline-item';
3
3
  export default Timeline;
4
4
  export { ITimelineItem };
package/lib/index.js CHANGED
@@ -3,9 +3,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.ITimelineItem = void 0;
7
6
  var timeline_1 = __importDefault(require("./organisms/timeline"));
8
- var timeline_item_1 = __importDefault(require("./molecules/timeline-item"));
9
- exports.ITimelineItem = timeline_item_1.default;
10
7
  exports.default = timeline_1.default;
11
8
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":";;;;;;AAAA,kEAA2C;AAC3C,4EAAqD;AAG5C,wBAHF,uBAAa,CAGE;AADtB,kBAAe,kBAAQ,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":";;;;;AAAA,kEAA2C;AAG3C,kBAAe,kBAAQ,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ltht-react/timeline",
3
- "version": "1.0.75",
3
+ "version": "1.0.76",
4
4
  "description": "> TODO: description",
5
5
  "author": "Jonny Dyson",
6
6
  "homepage": "",
@@ -23,14 +23,14 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@emotion/styled": "^11.0.0",
26
- "@ltht-react/banner": "^1.0.60",
27
- "@ltht-react/hooks": "^1.0.77",
28
- "@ltht-react/icon": "^1.3.87",
29
- "@ltht-react/styles": "^1.3.79",
30
- "@ltht-react/types": "^1.0.83",
31
- "@ltht-react/utils": "^1.1.85",
26
+ "@ltht-react/banner": "^1.0.61",
27
+ "@ltht-react/hooks": "^1.0.78",
28
+ "@ltht-react/icon": "^1.3.88",
29
+ "@ltht-react/styles": "^1.3.80",
30
+ "@ltht-react/types": "^1.0.84",
31
+ "@ltht-react/utils": "^1.1.86",
32
32
  "react": "^17.0.0",
33
33
  "react-html-parser": "^2.0.2"
34
34
  },
35
- "gitHead": "013664f9fca2b499d3fefaf8c1224e7e9e5248a9"
35
+ "gitHead": "662f5fddf9c89b5fa53f99cdd71f9e0daa1e2044"
36
36
  }