trepur_components 0.3.21 → 0.3.24

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 (49) hide show
  1. package/dist/components/Accordion/index.js +1 -1
  2. package/dist/components/AlertBar/index.js +3 -1
  3. package/dist/components/BreadcrumbsBordered/index.js +1 -1
  4. package/dist/components/BreadcrumbsItem/index.js +25 -7
  5. package/dist/components/Button/index.js +1 -1
  6. package/dist/components/Card/index.js +1 -1
  7. package/dist/components/CardWithTopImage/index.js +6 -4
  8. package/dist/components/{CarouselV2 → Carousel}/index.css +2 -1
  9. package/dist/components/Carousel/index.css.map +1 -0
  10. package/dist/components/Carousel/index.js +150 -155
  11. package/dist/components/ChevronCard/index.js +1 -1
  12. package/dist/components/Collapsible/index.js +1 -1
  13. package/dist/components/Column/index.js +1 -1
  14. package/dist/components/Container/index.js +1 -1
  15. package/dist/components/Form/index.js +1 -1
  16. package/dist/components/FyreCard/index.js +1 -1
  17. package/dist/components/Icon/index.js +1 -1
  18. package/dist/components/Image/index.js +1 -1
  19. package/dist/components/ImageLink/index.js +1 -1
  20. package/dist/components/ImageLinkList/index.js +1 -1
  21. package/dist/components/InformationIcon/index.js +1 -1
  22. package/dist/components/Input/index.js +1 -1
  23. package/dist/components/Jumbotron/index.js +1 -1
  24. package/dist/components/NavItem/index.js +1 -1
  25. package/dist/components/NewsCard/index.js +1 -1
  26. package/dist/components/Profile/index.js +1 -1
  27. package/dist/components/Row/index.js +1 -1
  28. package/dist/components/Search/index.js +1 -1
  29. package/dist/components/SocialBlock/index.js +1 -1
  30. package/dist/components/StarRating/index.js +10 -10
  31. package/dist/components/Testimonial/index.js +1 -1
  32. package/dist/components/TextAndTitle/index.js +1 -1
  33. package/dist/components/TextArea/index.js +1 -1
  34. package/dist/components/Timeline/index.css +8 -6
  35. package/dist/components/Timeline/index.css.map +1 -0
  36. package/dist/components/Timeline/index.js +109 -3
  37. package/dist/components/Tubestops/index.css +35 -30
  38. package/dist/components/Tubestops/index.css.map +1 -0
  39. package/dist/components/UserIcon/index.js +1 -1
  40. package/dist/components/Users/rupertb/Documents/apps/trepur_components/src/lib/styles/base.css +1831 -0
  41. package/dist/components/Users/rupertb/Documents/apps/trepur_components/src/lib/styles/base.css.map +1 -0
  42. package/dist/index.js +0 -16
  43. package/package.json +5 -5
  44. package/dist/components/BreadcrumbsItem/index.css +0 -22
  45. package/dist/components/Button/index.css +0 -22
  46. package/dist/components/CardWithTopImage/index.css +0 -3
  47. package/dist/components/CarouselV2/index.js +0 -185
  48. package/dist/components/StarRating/index.css +0 -8
  49. package/dist/components/index.css +0 -73
@@ -13,7 +13,7 @@ var _classnames = _interopRequireDefault(require("classnames"));
13
13
 
14
14
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
15
15
 
16
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
16
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
17
17
 
18
18
  const Jumbotron = _ref => {
19
19
  let {
@@ -27,7 +27,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
27
27
 
28
28
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
29
29
 
30
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
30
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
31
31
 
32
32
  const navItemProps = {
33
33
  id: _propTypes.default.string,
@@ -17,7 +17,7 @@ var _classnames = _interopRequireDefault(require("classnames"));
17
17
 
18
18
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
19
19
 
20
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
20
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
21
21
 
22
22
  const NewsCard = _ref => {
23
23
  let {
@@ -21,7 +21,7 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
21
21
 
22
22
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
23
23
 
24
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
24
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
25
25
 
26
26
  const Profile = _ref => {
27
27
  let {
@@ -21,7 +21,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
21
21
 
22
22
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
23
23
 
24
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
24
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
25
25
 
26
26
  const rowProps = {
27
27
  id: _propTypes.default.string,
@@ -15,7 +15,7 @@ var _classnames = _interopRequireDefault(require("classnames"));
15
15
 
16
16
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
17
17
 
18
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
18
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
19
19
 
20
20
  const Search = _ref => {
21
21
  let {
@@ -29,7 +29,7 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
29
29
 
30
30
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
31
31
 
32
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
32
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
33
33
 
34
34
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
35
35
 
@@ -17,8 +17,6 @@ var _propTypes = _interopRequireDefault(require("prop-types"));
17
17
 
18
18
  var _classnames = _interopRequireDefault(require("classnames"));
19
19
 
20
- require("./index.css");
21
-
22
20
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
23
21
 
24
22
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
@@ -27,7 +25,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
27
25
 
28
26
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
29
27
 
30
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
28
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
31
29
 
32
30
  const starRatingProps = {
33
31
  id: _propTypes.default.string,
@@ -58,12 +56,13 @@ const StarRating = _ref => {
58
56
  var _starRatingProps$icon2;
59
57
 
60
58
  starsArr.push( /*#__PURE__*/_react.default.createElement(_Icon.default, {
61
- key: "unchecked_star_".concat(i + 0),
59
+ key: "checked_star_".concat(i + 0),
62
60
  iconProps: {
63
- id: "unchecked-".concat(i),
61
+ id: "checked-".concat(i),
64
62
  classes: "".concat(iconClassList, " checked"),
65
63
  type: 'star',
66
- size: starRatingProps === null || starRatingProps === void 0 ? void 0 : (_starRatingProps$icon2 = starRatingProps.iconProps) === null || _starRatingProps$icon2 === void 0 ? void 0 : _starRatingProps$icon2.size
64
+ size: starRatingProps === null || starRatingProps === void 0 ? void 0 : (_starRatingProps$icon2 = starRatingProps.iconProps) === null || _starRatingProps$icon2 === void 0 ? void 0 : _starRatingProps$icon2.size,
65
+ colour: 'text-brand-gold'
67
66
  }
68
67
  }));
69
68
  }
@@ -78,12 +77,13 @@ const StarRating = _ref => {
78
77
  var _starRatingProps$icon3;
79
78
 
80
79
  starsArr.push( /*#__PURE__*/_react.default.createElement(_Icon.default, {
81
- key: "checked_star_".concat(i + 0),
80
+ key: "unchecked_star_".concat(i + 0),
82
81
  iconProps: {
83
- id: "checked-".concat(i),
84
- classes: "".concat(iconClassList, " unchecked"),
82
+ id: "unchecked-".concat(i),
83
+ classes: "".concat(iconClassList, " unchecked opacity-30 gold"),
85
84
  type: 'star',
86
- size: starRatingProps === null || starRatingProps === void 0 ? void 0 : (_starRatingProps$icon3 = starRatingProps.iconProps) === null || _starRatingProps$icon3 === void 0 ? void 0 : _starRatingProps$icon3.size
85
+ size: starRatingProps === null || starRatingProps === void 0 ? void 0 : (_starRatingProps$icon3 = starRatingProps.iconProps) === null || _starRatingProps$icon3 === void 0 ? void 0 : _starRatingProps$icon3.size,
86
+ colour: 'text-brand-gold'
87
87
  }
88
88
  }));
89
89
  }
@@ -15,7 +15,7 @@ var _Image = _interopRequireDefault(require("../Image"));
15
15
 
16
16
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
17
17
 
18
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
18
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
19
19
 
20
20
  const Testimonial = _ref => {
21
21
  let {
@@ -33,7 +33,7 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
33
33
 
34
34
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
35
35
 
36
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
36
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
37
37
 
38
38
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
39
39
 
@@ -21,7 +21,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
21
21
 
22
22
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
23
23
 
24
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
24
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
25
25
 
26
26
  const textAreaProps = {
27
27
  id: _propTypes.default.string,
@@ -1,5 +1,5 @@
1
1
  /* Vertical */
2
- #circle.vertical:before {
2
+ /* #circle.vertical:before {
3
3
  position: absolute;
4
4
  display: block;
5
5
  border-left: 1px solid #31a3dd;
@@ -41,10 +41,10 @@
41
41
  top: 0%;
42
42
  left: 49.9%;
43
43
  z-index: -1;
44
- }
44
+ } */
45
45
 
46
46
  /* V - collapse*/
47
- #circle.vertical.collapse:before {
47
+ /* #circle.vertical.collapse:before {
48
48
  position: absolute;
49
49
  display: block;
50
50
  border-left: 1px solid #31a3dd;
@@ -86,9 +86,9 @@
86
86
  top: 0%;
87
87
  left: 8.2%;
88
88
  z-index: -1;
89
- }
89
+ } */
90
90
  /* Horizontal */
91
- #circle.horizontal:before {
91
+ /* #circle.horizontal:before {
92
92
  position: absolute;
93
93
  display: block;
94
94
  border-top: 1px solid #31a3dd;
@@ -130,4 +130,6 @@
130
130
  top: 50%;
131
131
  left: -8%;
132
132
  z-index: -1;
133
- }
133
+ } */
134
+
135
+ /*# sourceMappingURL=index.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/lib/components/Timeline/index.css"],"names":[],"mappings":"AAAA,aAAa;AACb;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0CG;;AAEH,gBAAgB;AAChB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0CG;AACH,eAAe;AACf;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0CG","file":"index.css","sourcesContent":["/* Vertical */\n/* #circle.vertical:before {\n position: absolute;\n display: block;\n border-left: 1px solid #31a3dd;\n content: \"\";\n height: 50%;\n top: 0%;\n left: 49.9%;\n z-index: -1;\n}\n\n#circle.vertical:after {\n position: absolute;\n display: block;\n border-left: 1px solid #31a3dd;\n content: \"\";\n height: 50%;\n bottom: 0%;\n left: 49.9%;\n z-index: -1;\n}\n\n#first-circle.vertical:after {\n position: absolute;\n display: block;\n border-left: 1px solid #31a3dd;\n content: \"\";\n height: 50%;\n bottom: 0%;\n left: 49.9%;\n z-index: -1;\n}\n\n#last-circle.vertical:before {\n position: absolute;\n display: block;\n border-left: 1px solid #31a3dd;\n content: \"\";\n height: 50%;\n top: 0%;\n left: 49.9%;\n z-index: -1;\n} */\n\n/* V - collapse*/\n/* #circle.vertical.collapse:before {\n position: absolute;\n display: block;\n border-left: 1px solid #31a3dd;\n content: \"\";\n height: 50%;\n top: 0%;\n left: 8.2%;\n z-index: -1;\n}\n\n#circle.vertical.collapse:after {\n position: absolute;\n display: block;\n border-left: 1px solid #31a3dd;\n content: \"\";\n height: 50%;\n bottom: 0%;\n left: 8.2%;\n z-index: -1;\n}\n\n#first-circle.vertical.collapse:after {\n position: absolute;\n display: block;\n border-left: 1px solid #31a3dd;\n content: \"\";\n height: 50%;\n bottom: 0%;\n left: 8.2%;\n z-index: -1;\n}\n\n#last-circle.vertical.collapse:before {\n position: absolute;\n display: block;\n border-left: 1px solid #31a3dd;\n content: \"\";\n height: 50%;\n top: 0%;\n left: 8.2%;\n z-index: -1;\n} */\n/* Horizontal */\n/* #circle.horizontal:before {\n position: absolute;\n display: block;\n border-top: 1px solid #31a3dd;\n content: \"\";\n width: 70%;\n top: 50%;\n left: -8%;\n z-index: -1;\n}\n\n#circle.horizontal:after {\n position: absolute;\n display: block;\n border-top: 1px solid #31a3dd;\n content: \"\";\n width: 70%;\n top: 50%;\n right: -12%;\n z-index: -1;\n}\n\n#first-circle.horizontal:after {\n position: absolute;\n display: block;\n border-top: 1px solid #31a3dd;\n content: \"\";\n width: 60%;\n top: 50%;\n right: -12%;\n z-index: -1;\n}\n\n#last-circle.horizontal:before {\n position: absolute;\n display: block;\n border-top: 1px solid #31a3dd;\n content: \"\";\n width: 55%;\n top: 50%;\n left: -8%;\n z-index: -1;\n} */\n"]}
@@ -17,8 +17,6 @@ var _Column = _interopRequireDefault(require("../Column"));
17
17
 
18
18
  var _Row = _interopRequireDefault(require("../Row"));
19
19
 
20
- require("./index.css");
21
-
22
20
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
23
21
 
24
22
  const Timeline = _ref => {
@@ -60,6 +58,86 @@ const Timeline = _ref => {
60
58
  'vertical collapse': !isHorizontal && isSm,
61
59
  'vertical': !isHorizontal && !isSm
62
60
  }, 'w-4 h-4 my-16 text-center mx-auto rounded-full border bg-black');
61
+ const circleVerticalBefore = {
62
+ 'position': 'absolute',
63
+ 'display': 'block',
64
+ 'border-left': '1px solid #31a3dd',
65
+ 'content': '""',
66
+ 'height': '50%',
67
+ 'top': '0%',
68
+ 'left': '49.9%',
69
+ 'z-index': '-1'
70
+ };
71
+ const circleVerticalCollapseBefore = {
72
+ 'position': ' absolute',
73
+ 'display': ' block',
74
+ 'border-left': ' 1px solid #31a3dd',
75
+ 'content': ' ""',
76
+ 'height': ' 50%',
77
+ 'top': ' 0%',
78
+ 'left': ' 8.2%',
79
+ 'z-index': ' -1'
80
+ };
81
+ const lastCircleVerticalBefore = {
82
+ 'position': 'absolute',
83
+ 'display': 'block',
84
+ 'border-left': '1px solid #31a3dd',
85
+ 'content': '""',
86
+ 'height': '50%',
87
+ 'top': '0%',
88
+ 'left': '49.9%',
89
+ 'z-index': '-1'
90
+ };
91
+ const lastCircleVerticalCollapseBefore = {
92
+ 'position': ' absolute',
93
+ 'display': ' block',
94
+ 'border-left': ' 1px solid #31a3dd',
95
+ 'content': ' ""',
96
+ 'height': ' 50%',
97
+ 'top': ' 0%',
98
+ 'left': ' 8.2%',
99
+ 'z-index': ' -1'
100
+ };
101
+ const circleVerticalAfter = {
102
+ 'position': 'absolute',
103
+ 'display': 'block',
104
+ 'border-left': '1px solid #31a3dd',
105
+ 'content': '""',
106
+ 'height': '50%',
107
+ 'bottom': '0%',
108
+ 'left': '49.9%',
109
+ 'z-index': '-1'
110
+ };
111
+ const firstCircleVerticalAfter = {
112
+ 'position': 'absolute',
113
+ 'display': 'block',
114
+ 'border-left': '1px solid #31a3dd',
115
+ 'content': '""',
116
+ 'height': '50%',
117
+ 'bottom': '0%',
118
+ 'left': '49.9%',
119
+ 'z-index': '-1'
120
+ };
121
+ const circleVerticalCollapseAfter = {
122
+ 'position': 'absolute',
123
+ 'display': 'block',
124
+ 'border-left': '1px solid #31a3dd',
125
+ 'content': '""',
126
+ 'height': '50%',
127
+ 'bottom': '0%',
128
+ 'left': '8.2%',
129
+ 'z-index': '-1'
130
+ };
131
+ const firstCircleVerticalCollapseAfter = {
132
+ 'position': 'absolute',
133
+ 'display': 'block',
134
+ 'border-left': '1px solid #31a3dd',
135
+ 'content': '""',
136
+ 'height': '50%',
137
+ 'bottom': '0%',
138
+ 'left': '8.2%',
139
+ 'z-index': '-1'
140
+ };
63
141
  return /*#__PURE__*/_react.default.createElement(_Column.default, {
64
142
  columnProps: {
65
143
  sm: 12,
@@ -77,6 +155,30 @@ const Timeline = _ref => {
77
155
  if (i === 0) circlePos = 'first-circle';else if (i === items.length - 1) circlePos = 'last-circle';else circlePos = "circle";
78
156
  }
79
157
 
158
+ let verticalCircleStylesBefore;
159
+
160
+ if (circlePos === 'circle' && isSm) {
161
+ verticalCircleStylesBefore = circleVerticalCollapseBefore;
162
+ } else if (circlePos === 'circle' && !isSm) {
163
+ verticalCircleStylesBefore = circleVerticalBefore;
164
+ } else if (circlePos === 'last-circle' && isSm) {
165
+ verticalCircleStylesBefore = lastCircleVerticalCollapseBefore;
166
+ } else if (circlePos === 'last-circle' && !isSm) {
167
+ verticalCircleStylesBefore = lastCircleVerticalBefore;
168
+ }
169
+
170
+ let verticalCircleStylesAfter;
171
+
172
+ if (circlePos === 'circle' && isSm) {
173
+ verticalCircleStylesAfter = circleVerticalCollapseAfter;
174
+ } else if (circlePos === 'circle' && !isSm) {
175
+ verticalCircleStylesAfter = circleVerticalAfter;
176
+ } else if (circlePos === 'first-circle' && isSm) {
177
+ verticalCircleStylesAfter = firstCircleVerticalCollapseAfter;
178
+ } else if (circlePos === 'first-circle' && !isSm) {
179
+ verticalCircleStylesAfter = firstCircleVerticalAfter;
180
+ }
181
+
80
182
  if (isHorizontal) {
81
183
  return /*#__PURE__*/_react.default.createElement(_Column.default, {
82
184
  key: "horizontal_col_".concat(i + 0),
@@ -127,13 +229,17 @@ const Timeline = _ref => {
127
229
  }, useImages ? /*#__PURE__*/_react.default.createElement("div", {
128
230
  id: circlePos,
129
231
  className: isSm ? 'vertical collapse' : 'vertical'
130
- }, /*#__PURE__*/_react.default.createElement(_Image.default, {
232
+ }, /*#__PURE__*/_react.default.createElement("span", {
233
+ style: verticalCircleStylesBefore
234
+ }), /*#__PURE__*/_react.default.createElement(_Image.default, {
131
235
  imageProps: {
132
236
  classes: imageClassList,
133
237
  title: item.logoTitle,
134
238
  image: item.logo,
135
239
  altText: "".concat(item.logoAltText, " center logo")
136
240
  }
241
+ }), /*#__PURE__*/_react.default.createElement("span", {
242
+ style: verticalCircleStylesAfter
137
243
  })) : /*#__PURE__*/_react.default.createElement("p", {
138
244
  id: circlePos,
139
245
  className: circle
@@ -1,92 +1,97 @@
1
1
  /* Vertical */
2
2
  .tubestop.flex-col.none-reverse .status-flow-item:not(:first-child):before {
3
- @apply absolute;
4
- @apply block;
3
+
4
+ position: absolute;
5
+
6
+ display: block;
5
7
 
6
8
  content: "";
7
9
  width: 1px;
8
10
  height: 100%;
9
11
  left: 7px;
10
- top: -100%;
12
+ top: -100%
11
13
  }
12
14
 
13
15
  .tubestop.flex-col.none-reverse .status-flow-item:not(:last-child):after {
14
- @apply absolute;
15
- @apply block;
16
+
17
+ position: absolute;
18
+
19
+ display: block;
16
20
 
17
21
  content: "";
18
22
  width: 1px;
19
23
  height: 100%;
20
24
  left: 7px;
21
- top: 40%;
25
+ top: 40%
22
26
  }
23
27
 
24
28
  /* reverse */
25
29
  .tubestop.flex-col.reverse .status-flow-item:not(:first-child):before {
26
- @apply absolute;
27
- @apply block;
30
+
31
+ position: absolute;
32
+
33
+ display: block;
28
34
 
29
35
  content: "";
30
36
  width: 1px;
31
37
  height: 100%;
32
38
  right: 7px;
33
- top: -100%;
39
+ top: -100%
34
40
  }
35
41
 
36
42
  .tubestop.flex-col.reverse .status-flow-item:not(:last-child):after {
37
- @apply absolute;
38
- @apply block;
43
+
44
+ position: absolute;
45
+
46
+ display: block;
39
47
 
40
48
  content: "";
41
49
  width: 1px;
42
50
  height: 100%;
43
51
  right: 7px;
44
- top: 40%;
52
+ top: 40%
45
53
  }
46
54
 
47
55
  /* Horizontal */
48
56
  .tubestop.flex-row.none-reverse .status-flow-item:not(:first-child):after {
49
- @apply absolute;
50
- @apply block;
57
+
58
+ position: absolute;
59
+
60
+ display: block;
51
61
 
52
62
  content: "";
53
63
  width: 100%;
54
64
  height: 1px;
55
65
  left: -50%;
56
- bottom: 7px;
66
+ bottom: 7px
57
67
  }
58
68
 
59
69
  .tubestop.flex-row-reverse.none-reverse
60
70
  .status-flow-item:not(:first-child):after {
61
- @apply absolute;
62
- @apply block;
71
+
72
+ position: absolute;
73
+
74
+ display: block;
63
75
 
64
76
  content: "";
65
77
  width: 100%;
66
78
  height: 1px;
67
79
  right: -50%;
68
- top: 7px;
80
+ top: 7px
69
81
  }
70
82
 
71
83
  /*reverse*/
72
84
  .tubestop.flex-row.reverse .status-flow-item:not(:first-child):after {
73
- @apply absolute;
74
- @apply block;
75
-
76
- content: "";
77
- width: 100%;
78
- height: 1px;
79
85
  left: -50%;
80
86
  bottom: 7px;
81
- }
82
-
83
- .tubestop.flex-row.reverse .status-flow-item:not(:first-child):after {
84
- @apply absolute;
85
- @apply block;
87
+ position: absolute;
88
+ display: block;
86
89
 
87
90
  content: "";
88
91
  width: 100%;
89
92
  height: 1px;
90
93
  right: -50%;
91
- top: 7px;
94
+ top: 7px
92
95
  }
96
+
97
+ /*# sourceMappingURL=index.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/lib/components/Tubestops/index.css"],"names":[],"mappings":"AAAA,aAAa;AAEX;;EAAA,kBAAe;;EACf,cAAY;;EAEZ,WAAW;EACX,UAAU;EACV,YAAY;EACZ,SAAS;EACT;AAPe;;AAWf;;EAAA,kBAAe;;EACf,cAAY;;EAEZ,WAAW;EACX,UAAU;EACV,YAAY;EACZ,SAAS;EACT;AAPe;;AAUjB,YAAY;AAEV;;EAAA,kBAAe;;EACf,cAAY;;EAEZ,WAAW;EACX,UAAU;EACV,YAAY;EACZ,UAAU;EACV;AAPe;;AAWf;;EAAA,kBAAe;;EACf,cAAY;;EAEZ,WAAW;EACX,UAAU;EACV,YAAY;EACZ,UAAU;EACV;AAPe;;AAUjB,eAAe;AAEb;;EAAA,kBAAe;;EACf,cAAY;;EAEZ,WAAW;EACX,WAAW;EACX,WAAW;EACX,UAAU;EACV;AAPe;;AAYf;;;EAAA,kBAAe;;EACf,cAAY;;EAEZ,WAAW;EACX,WAAW;EACX,WAAW;EACX,WAAW;EACX;AAPe;;AAUjB,UAAU;AAER;EAMA,UAAU;EACV,WAAW;EAIX,kBAAe;EACf,cAAY;;EAEZ,WAAW;EACX,WAAW;EACX,WAAW;EACX,WAAW;EACX;AAlBe","file":"index.css","sourcesContent":["/* Vertical */\n.tubestop.flex-col.none-reverse .status-flow-item:not(:first-child):before {\n @apply absolute;\n @apply block;\n \n content: \"\";\n width: 1px;\n height: 100%;\n left: 7px;\n top: -100%;\n}\n\n.tubestop.flex-col.none-reverse .status-flow-item:not(:last-child):after {\n @apply absolute;\n @apply block;\n \n content: \"\";\n width: 1px;\n height: 100%;\n left: 7px;\n top: 40%;\n}\n\n/* reverse */\n.tubestop.flex-col.reverse .status-flow-item:not(:first-child):before {\n @apply absolute;\n @apply block;\n\n content: \"\";\n width: 1px;\n height: 100%;\n right: 7px;\n top: -100%;\n}\n\n.tubestop.flex-col.reverse .status-flow-item:not(:last-child):after {\n @apply absolute;\n @apply block;\n\n content: \"\";\n width: 1px;\n height: 100%;\n right: 7px;\n top: 40%;\n}\n\n/* Horizontal */\n.tubestop.flex-row.none-reverse .status-flow-item:not(:first-child):after {\n @apply absolute;\n @apply block;\n\n content: \"\";\n width: 100%;\n height: 1px;\n left: -50%;\n bottom: 7px;\n}\n\n.tubestop.flex-row-reverse.none-reverse\n .status-flow-item:not(:first-child):after {\n @apply absolute;\n @apply block;\n\n content: \"\";\n width: 100%;\n height: 1px;\n right: -50%;\n top: 7px;\n}\n\n/*reverse*/\n.tubestop.flex-row.reverse .status-flow-item:not(:first-child):after {\n @apply absolute;\n @apply block;\n\n content: \"\";\n width: 100%;\n height: 1px;\n left: -50%;\n bottom: 7px;\n}\n\n.tubestop.flex-row.reverse .status-flow-item:not(:first-child):after {\n @apply absolute;\n @apply block;\n\n content: \"\";\n width: 100%;\n height: 1px;\n right: -50%;\n top: 7px;\n}\n"]}
@@ -17,7 +17,7 @@ var _Image = _interopRequireDefault(require("../Image"));
17
17
 
18
18
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
19
19
 
20
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
20
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
21
21
 
22
22
  const UserIcon = _ref => {
23
23
  let {