@3sc/common-component 0.0.502 → 0.0.503

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.es.js CHANGED
@@ -45885,9 +45885,10 @@ fC.propTypes = {
45885
45885
  isDefaultConfig: s.bool
45886
45886
  };
45887
45887
  const pC = ({ list: e, handleLinkClick: t }) => {
45888
+ console.log({ list: e });
45888
45889
  const n = It(), { t: r } = ut(Xc), o = ({ list: i }) => {
45889
45890
  var a;
45890
- return (a = i == null ? void 0 : i.sort((l, c) => l.order - c.order)) == null ? void 0 : a.map((l, c) => l != null && l.link ? /* @__PURE__ */ g.jsx(
45891
+ return (a = i == null ? void 0 : i.sort((l, c) => l.order - c.order)) == null ? void 0 : a.map((l, c) => (console.log(r(l == null ? void 0 : l.title), l == null ? void 0 : l.title, r), l != null && l.link ? /* @__PURE__ */ g.jsx(
45891
45892
  Xr,
45892
45893
  {
45893
45894
  component: "h3",
@@ -45913,7 +45914,7 @@ const pC = ({ list: e, handleLinkClick: t }) => {
45913
45914
  children: r(l == null ? void 0 : l.title)
45914
45915
  },
45915
45916
  c
45916
- ));
45917
+ )));
45917
45918
  };
45918
45919
  return /* @__PURE__ */ g.jsx(Qv, { separator: /* @__PURE__ */ g.jsx(hn, { url: rt.ArrowRight }), children: o({ list: e }) });
45919
45920
  };