@ambuj.bhaskar/react-component-library 0.25.3-alpha → 0.25.4-alpha

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
@@ -84894,7 +84894,7 @@ const YDe = {
84894
84894
  className: N && o ? "card_popup" : i ? "count_popup" : "",
84895
84895
  eventHandlers: {
84896
84896
  remove: () => {
84897
- N && (x && m ? m(null) : w(null)), N && A && A();
84897
+ console.log("clicking away"), x && m ? m(null) : w(null), N && A && A();
84898
84898
  }
84899
84899
  },
84900
84900
  children: N && o && (F != null && F.element) ? F.element : i && (F != null && F.count) ? /* @__PURE__ */ z.jsx("p", { onClick: c, children: F.count }) : null