@desynova-digital/components 9.1.40 → 9.1.42

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.
@@ -68,10 +68,10 @@ var RichTextInput = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
68
68
  };
69
69
  });
70
70
 
71
- /**
72
- *
73
- * @param {*} str
74
- * @returns
71
+ /**
72
+ *
73
+ * @param {*} str
74
+ * @returns
75
75
  */
76
76
  var changeEmToI = function changeEmToI(str) {
77
77
  var updatedStr = str.replace(/\n/g, '').replace(/<br\s*\/?>/gi, '').replace(/<\/?p>/gi, '').replace(/<[/]?em>/g, function (match) {
@@ -268,10 +268,10 @@ var RichTextInput = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
268
268
  }, errorMessage), maxLength && showLengthCount && quillInstance.current && /*#__PURE__*/_react["default"].createElement(CountWrapper, null, charCount, "/", maxLength));
269
269
  });
270
270
 
271
- /**
272
- *
273
- * @param {*} props
274
- * @returns
271
+ /**
272
+ *
273
+ * @param {*} props
274
+ * @returns
275
275
  */
276
276
  var returnPadding = function returnPadding(props) {
277
277
  var digitCount = props.maxLength.toString().length;
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@desynova-digital/components",
3
- "version": "9.1.40",
3
+ "version": "9.1.42",
4
4
  "description": "Components for Desynova Digital",
5
5
  "main": "index.js",
6
6
  "author": "desynova-digital",
7
7
  "license": "MIT",
8
8
  "repository": "desynova-digital",
9
9
  "dependencies": {
10
- "@desynova-digital/tokens": "9.1.40",
10
+ "@desynova-digital/tokens": "9.1.42",
11
11
  "prop-types": "^15.7.2",
12
12
  "styled-components": "^4.3.2"
13
13
  },