trepur_components 0.4.1 → 0.4.2

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.
@@ -29,9 +29,9 @@ const Timeline = _ref => {
29
29
  reverse,
30
30
  textCenter,
31
31
  useImages,
32
- horizontalComponentClasses
32
+ horizontalComponentClasses,
33
+ isSm = false
33
34
  } = _ref;
34
- const isSm = window.innerWidth < 768;
35
35
  const classList = (0, _classnames.default)({
36
36
  [classes]: classes
37
37
  }, 'w-full list-none overflow-x-auto pb-4');
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "trepur_components",
3
3
  "description": "component lib",
4
4
  "author": "trepur_ttenneb",
5
- "version": "0.4.1",
5
+ "version": "0.4.2",
6
6
  "private": false,
7
7
  "keywords": [
8
8
  "react",