trepur_components 0.3.40 → 0.3.41

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.
@@ -50,8 +50,8 @@ const textAndTitleProps = {
50
50
  editInputClasses: _propTypes.default.string,
51
51
  textClasses: _propTypes.default.string,
52
52
  textLineOne: _propTypes.default.string,
53
- textLineTwo: _propTypes.default.string,
54
- textLineThree: _propTypes.default.string,
53
+ textLineTwo: _propTypes.default.string || _propTypes.default.object,
54
+ textLineThree: _propTypes.default.string || _propTypes.default.object,
55
55
  title: _propTypes.default.string,
56
56
  titleBold: _propTypes.default.bool,
57
57
  titleBgColor: _propTypes.default.string,
@@ -267,10 +267,10 @@ const TextAndTitle = _ref => {
267
267
  }, componentData.textLineOne.text) : /*#__PURE__*/_react.default.createElement("p", {
268
268
  id: "textLineOne",
269
269
  className: textClassList
270
- }, componentData.textLineOne.text), /*#__PURE__*/_react.default.createElement("p", {
270
+ }, componentData.textLineOne.text), /*#__PURE__*/_react.default.createElement("div", {
271
271
  id: "textLineTwo",
272
272
  className: textClassList
273
- }, componentData.textLineTwo.text), /*#__PURE__*/_react.default.createElement("p", {
273
+ }, componentData.textLineTwo.text), /*#__PURE__*/_react.default.createElement("div", {
274
274
  id: "textLineThree",
275
275
  className: textClassList
276
276
  }, componentData.textLineThree.text))));
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.3.40",
5
+ "version": "0.3.41",
6
6
  "private": false,
7
7
  "keywords": [
8
8
  "react",