@levo-so/studio 0.1.104 → 0.1.105

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 +18 -11
  2. package/package.json +4 -4
package/index.js CHANGED
@@ -3895,17 +3895,24 @@ var Ca = ({ site: e }) => {
3895
3895
  site: a,
3896
3896
  page: t,
3897
3897
  authOverride: s,
3898
- children: [n === "live" && /* @__PURE__ */ U(Ce, { id: t?.id }), t?.blocks?.map((a, s) => /* @__PURE__ */ U(ba, {
3899
- renderMode: n,
3900
- blocks: i,
3901
- parsedBlockData: a,
3902
- blockData: e?.blocks?.[s],
3903
- pageContext: r?.page,
3904
- pageMeta: r?.meta,
3905
- blockContext: r?.blocks[a.id],
3906
- workspace_id: o.id,
3907
- pageSource: t?.source
3908
- }, a.id))]
3898
+ children: [
3899
+ n === "live" && /* @__PURE__ */ U(Ce, { id: t?.id }),
3900
+ n === "live" && /* @__PURE__ */ U(d, {
3901
+ siteId: a?.id,
3902
+ pageId: t?.id
3903
+ }),
3904
+ t?.blocks?.map((a, s) => /* @__PURE__ */ U(ba, {
3905
+ renderMode: n,
3906
+ blocks: i,
3907
+ parsedBlockData: a,
3908
+ blockData: e?.blocks?.[s],
3909
+ pageContext: r?.page,
3910
+ pageMeta: r?.meta,
3911
+ blockContext: r?.blocks[a.id],
3912
+ workspace_id: o.id,
3913
+ pageSource: t?.source
3914
+ }, a.id))
3915
+ ]
3909
3916
  }),
3910
3917
  u ? Ft(u) : null,
3911
3918
  !c && o?.feature_flag?.branding && /* @__PURE__ */ U(Ca, { site: a })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@levo-so/studio",
3
- "version": "0.1.104",
3
+ "version": "0.1.105",
4
4
  "author": "Levo Engineering <devs@theinternetfolks.com>",
5
5
  "description": "Levo Studio components and utilities for building block-based pages",
6
6
  "type": "module",
@@ -115,8 +115,8 @@
115
115
  "react": ">=19",
116
116
  "next": ">=14",
117
117
  "react-dom": ">=19",
118
- "@levo-so/core": "0.1.82",
119
- "@levo-so/react": "0.1.86",
120
- "@levo-so/insights": "0.1.86"
118
+ "@levo-so/core": "0.1.105",
119
+ "@levo-so/react": "0.1.105",
120
+ "@levo-so/insights": "0.1.105"
121
121
  }
122
122
  }