hplx-react-elements-dev 1.0.93 → 1.0.94

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.
package/dist/esm/index.js CHANGED
@@ -2927,7 +2927,7 @@ var TextAreaField = function TextAreaField(_a) {
2927
2927
  height: row * 32 + "px"
2928
2928
  }
2929
2929
  }, inputProps, {
2930
- value: typeof value === "string" ? value === null || value === void 0 ? void 0 : value.replace(/<br \/>/g, 'break tag') : value,
2930
+ value: typeof value === "string" ? value === null || value === void 0 ? void 0 : value.replace(/<br \/>/g, '') : value,
2931
2931
  onInput: handleHeight,
2932
2932
  onFocus: handleFocus,
2933
2933
  onBlur: handleBlur
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "frontend",
10
10
  "healthplix"
11
11
  ],
12
- "version": "1.0.93",
12
+ "version": "1.0.94",
13
13
  "main": "dist/esm/index.js",
14
14
  "module": "dist/esm/index.js",
15
15
  "types": "dist/esm/index.d.ts",