contentoh-components-library 21.0.3 → 21.0.4

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.
@@ -83,7 +83,6 @@ var InputFormatter = function InputFormatter(_ref) {
83
83
  });
84
84
  };
85
85
 
86
- console.log(convertedText);
87
86
  return /*#__PURE__*/(0, _jsxRuntime.jsx)(_styles.Container, {
88
87
  focus: focus,
89
88
  selection: selection,
@@ -58,7 +58,6 @@ var ProductImageModal = function ProductImageModal(_ref) {
58
58
  }
59
59
  };
60
60
 
61
- console.log(images === null || images === void 0 ? void 0 : images.values[activeImage]);
62
61
  (0, _react.useEffect)(function () {
63
62
  if (showValidationPanel) {
64
63
  document.addEventListener("click", closeValidationPanel, false);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contentoh-components-library",
3
- "version": "21.0.3",
3
+ "version": "21.0.4",
4
4
  "dependencies": {
5
5
  "@babel/runtime": "^7.17.2",
6
6
  "@storybook/addon-postcss": "^2.0.0",
@@ -47,7 +47,7 @@ export const InputFormatter = ({
47
47
  top: e.clientY - elementPosition.y,
48
48
  });
49
49
  };
50
- console.log(convertedText);
50
+
51
51
  return (
52
52
  <Container
53
53
  focus={focus}
@@ -30,8 +30,6 @@ export const ProductImageModal = ({
30
30
  }
31
31
  };
32
32
 
33
- console.log(images?.values[activeImage]);
34
-
35
33
  useEffect(() => {
36
34
  if (showValidationPanel) {
37
35
  document.addEventListener("click", closeValidationPanel, false);