@builder.io/sdk-react-nextjs 0.7.5 → 0.8.0
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/lib/browser/{USE_CLIENT_BUNDLE-02851f5b.js → USE_CLIENT_BUNDLE-0f9e7207.js} +2 -2
- package/lib/{node/USE_CLIENT_BUNDLE-23b5881f.cjs → browser/USE_CLIENT_BUNDLE-57361dc5.cjs} +1 -1
- package/lib/{edge/USE_SERVER_BUNDLE-949923da.cjs → browser/USE_SERVER_BUNDLE-88edae72.cjs} +1 -1
- package/lib/{edge/USE_SERVER_BUNDLE-f8e4c4d9.js → browser/USE_SERVER_BUNDLE-ec740144.js} +1 -1
- package/lib/browser/{bundle-cf866f2c.cjs → bundle-241e4107.cjs} +7 -7
- package/lib/browser/{bundle-ed21dd97.js → bundle-de4401ae.js} +109 -106
- package/lib/browser/index.cjs +1 -1
- package/lib/browser/index.mjs +3 -3
- package/lib/{browser/USE_CLIENT_BUNDLE-19024ae3.cjs → edge/USE_CLIENT_BUNDLE-d32d9614.cjs} +1 -1
- package/lib/{node/USE_CLIENT_BUNDLE-b63c2d8e.js → edge/USE_CLIENT_BUNDLE-d5efb340.js} +2 -2
- package/lib/{node/USE_SERVER_BUNDLE-d645bd91.cjs → edge/USE_SERVER_BUNDLE-7c98af22.cjs} +1 -1
- package/lib/{node/USE_SERVER_BUNDLE-643288fc.js → edge/USE_SERVER_BUNDLE-f3c12c2d.js} +1 -1
- package/lib/edge/{bundle-48628d9c.js → bundle-5c41e798.js} +320 -317
- package/lib/edge/{bundle-97130d9a.cjs → bundle-a2f7cfad.cjs} +11 -11
- package/lib/edge/index.cjs +1 -1
- package/lib/edge/index.mjs +3 -3
- package/lib/{edge/USE_CLIENT_BUNDLE-853614ad.cjs → node/USE_CLIENT_BUNDLE-38107a6a.cjs} +1 -1
- package/lib/{edge/USE_CLIENT_BUNDLE-a1ac1e61.js → node/USE_CLIENT_BUNDLE-d4e4bc2c.js} +2 -2
- package/lib/{browser/USE_SERVER_BUNDLE-0dbfec06.js → node/USE_SERVER_BUNDLE-86ff2695.js} +1 -1
- package/lib/{browser/USE_SERVER_BUNDLE-99af92f3.cjs → node/USE_SERVER_BUNDLE-872f0336.cjs} +1 -1
- package/lib/node/{bundle-3f7e723b.cjs → bundle-5c833e3a.cjs} +3 -3
- package/lib/node/{bundle-3ab5a1ab.js → bundle-698e83e7.js} +7 -4
- package/lib/node/index.cjs +1 -1
- package/lib/node/index.mjs +3 -3
- package/package.json +7 -1
- package/types/cjs/constants/sdk-version.d.ts +1 -1
- package/types/esm/constants/sdk-version.d.ts +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsxs as C, Fragment as h, jsx as i } from "react/jsx-runtime";
|
|
3
|
-
import { g as T, a as N, i as E, b as R, c as Q, d as P, e as D, _ as U, f as X, l as Y, h as H, j as Z, k as p, r as ee, s as te, m as ne, n as ie, o as ae } from "./bundle-
|
|
3
|
+
import { g as T, a as N, i as E, b as R, c as Q, d as P, e as D, _ as U, f as X, l as Y, h as H, j as Z, k as p, r as ee, s as te, m as ne, n as ie, o as ae } from "./bundle-5c41e798.js";
|
|
4
4
|
import { useRef as B, useState as k, useEffect as v, createContext as ce, createElement as le } from "react";
|
|
5
|
-
import { p as oe } from "./USE_SERVER_BUNDLE-
|
|
5
|
+
import { p as oe } from "./USE_SERVER_BUNDLE-f3c12c2d.js";
|
|
6
6
|
import { useRouter as re } from "next/navigation";
|
|
7
7
|
function ge(e) {
|
|
8
8
|
return /* @__PURE__ */ C(h, { children: [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use server";"use strict";const n=require("./bundle-
|
|
1
|
+
"use server";"use strict";const n=require("./bundle-a2f7cfad.cjs");async function s({key:e,value:t}){return n.init(),globalThis._BUILDER_PREVIEW_LRU_CACHE.set(e,t),{[e]:t}}exports.postPreviewContent=s;
|