catchup-library-web 2.2.3 → 2.2.5

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
@@ -7419,6 +7419,7 @@ var ActivityPreviewByData = ({
7419
7419
  }
7420
7420
  };
7421
7421
  if (!data) return null;
7422
+ console.log(optionList);
7422
7423
  return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { children: [
7423
7424
  showType && optionList.length > 0 ? /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(import_jsx_runtime47.Fragment, { children: [
7424
7425
  /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "mb-4", children: [
package/dist/index.mjs CHANGED
@@ -7196,6 +7196,7 @@ var ActivityPreviewByData = ({
7196
7196
  }
7197
7197
  };
7198
7198
  if (!data) return null;
7199
+ console.log(optionList);
7199
7200
  return /* @__PURE__ */ jsxs36("div", { children: [
7200
7201
  showType && optionList.length > 0 ? /* @__PURE__ */ jsxs36(Fragment11, { children: [
7201
7202
  /* @__PURE__ */ jsxs36("div", { className: "mb-4", children: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "catchup-library-web",
3
- "version": "2.2.3",
3
+ "version": "2.2.5",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -215,6 +215,8 @@ const ActivityPreviewByData = ({
215
215
 
216
216
  if (!data) return null;
217
217
 
218
+ console.log(optionList);
219
+
218
220
  return (
219
221
  <div>
220
222
  {showType && optionList.length > 0 ? (