contentoh-components-library 21.2.60 → 21.2.61

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.
@@ -27,14 +27,14 @@ var HeaderTop = function HeaderTop(_ref) {
27
27
  ref: headerTop,
28
28
  children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_index.ScreenHeader, {
29
29
  text: "Edici\xF3n de producto"
30
- }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
30
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
31
31
  className: "buttons-top",
32
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_index3.ChatPopUp, {}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_index2.Button, {
32
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_index2.Button, {
33
33
  buttonType: "close-button",
34
34
  onClick: function onClick() {
35
35
  window.location.href = "/products";
36
36
  }
37
- })]
37
+ })
38
38
  })]
39
39
  });
40
40
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contentoh-components-library",
3
- "version": "21.2.60",
3
+ "version": "21.2.61",
4
4
  "dependencies": {
5
5
  "@aws-amplify/auth": "^4.5.3",
6
6
  "@aws-amplify/datastore": "^3.11.0",
@@ -15,7 +15,7 @@ export const HeaderTop = ({ setHeaderTop }) => {
15
15
  <Container ref={headerTop}>
16
16
  <ScreenHeader text="Edición de producto" />
17
17
  <div className="buttons-top">
18
- <ChatPopUp />
18
+ {/* <ChatPopUp /> */}
19
19
  <Button
20
20
  buttonType="close-button"
21
21
  onClick={() => {