@ikonai/sdk-react-ui 1.0.49 → 1.0.51

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -574,7 +574,7 @@ const Do = z(function({ stores: e, registry: r, category: n = Ue, onAction: o, c
574
574
  [e, n, i]
575
575
  ), h = v(!1), p = f.length > 0;
576
576
  return P(() => {
577
- p && !h.current && (h.current = !0, pr.info("First UI render"));
577
+ p && !h.current && (h.current = !0, pr.debug("First UI render"));
578
578
  }, [p]), p ? /* @__PURE__ */ R.jsxs(R.Fragment, { children: [
579
579
  /* @__PURE__ */ R.jsx(fr, {}),
580
580
  f.map(({ key: y, store: c }) => /* @__PURE__ */ R.jsx(lr, { store: c, library: r, onAction: a.current, client: u.current, video: u.current?.media?.video }, y))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikonai/sdk-react-ui",
3
- "version": "1.0.49",
3
+ "version": "1.0.51",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",