enjanga-components-library 1.0.37 → 1.0.38

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/index.js CHANGED
@@ -25652,10 +25652,8 @@ var ContentModal = ({
25652
25652
  };
25653
25653
  React4.useEffect(() => {
25654
25654
  if (isOpen) {
25655
- console.log("-MODAL_OPEN=", MODAL_OPEN);
25656
25655
  modalEvents.emit(MODAL_OPEN);
25657
25656
  } else {
25658
- console.log("-MODAL_CLOSE=", MODAL_CLOSE);
25659
25657
  modalEvents.emit(MODAL_CLOSE);
25660
25658
  }
25661
25659
  }, [isOpen]);
package/dist/index.mjs CHANGED
@@ -25624,10 +25624,8 @@ var ContentModal = ({
25624
25624
  };
25625
25625
  useEffect(() => {
25626
25626
  if (isOpen) {
25627
- console.log("-MODAL_OPEN=", MODAL_OPEN);
25628
25627
  modalEvents.emit(MODAL_OPEN);
25629
25628
  } else {
25630
- console.log("-MODAL_CLOSE=", MODAL_CLOSE);
25631
25629
  modalEvents.emit(MODAL_CLOSE);
25632
25630
  }
25633
25631
  }, [isOpen]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "enjanga-components-library",
3
- "version": "1.0.37",
3
+ "version": "1.0.38",
4
4
  "description": "Reusable component library for Next.js 13+ projects with Carbon design system.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",