trepur_components 0.4.4 → 0.4.5

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.
@@ -92,7 +92,7 @@ const Image = _ref => {
92
92
  [imageProps === null || imageProps === void 0 ? void 0 : imageProps.wrapperClasses]: imageProps === null || imageProps === void 0 ? void 0 : imageProps.wrapperClasses
93
93
  });
94
94
  const imageClassList = (0, _classnames.default)({
95
- [imageProps === null || imageProps === void 0 ? void 0 : imageProps.imageClasses]: imageProps === null || imageProps === void 0 ? void 0 : imageProps.imageClasses,
95
+ [imageProps.imageClasses]: imageProps === null || imageProps === void 0 ? void 0 : imageProps.imageClasses,
96
96
  [widthClassList]: true,
97
97
  [heightClassList]: true,
98
98
  'rounded-2xl': imageProps === null || imageProps === void 0 ? void 0 : imageProps.rounded
@@ -47,13 +47,9 @@ const Testimonial = _ref => {
47
47
  [textColor]: textColor,
48
48
  'text-black': !textColor
49
49
  }, 'text-center');
50
- const wrapperClassList = (0, _classnames.default)({
51
- [imageProps === null || imageProps === void 0 ? void 0 : imageProps.wrapperClasses]: imageProps === null || imageProps === void 0 ? void 0 : imageProps.wrapperClasses
52
- }, 'mx-auto');
53
50
  const imageClassList = (0, _classnames.default)({
54
51
  [imageProps === null || imageProps === void 0 ? void 0 : imageProps.imageClasses]: imageProps === null || imageProps === void 0 ? void 0 : imageProps.imageClasses
55
52
  }, 'mx-auto');
56
- imageProps.wrapperClasses = wrapperClassList;
57
53
  imageProps.imageClasses = imageClassList;
58
54
  return /*#__PURE__*/_react.default.createElement("div", _extends({}, id && {
59
55
  id: id
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.4",
5
+ "version": "0.4.5",
6
6
  "private": false,
7
7
  "keywords": [
8
8
  "react",