@builder.io/sdk-react-nextjs 0.12.1 → 0.12.3
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-64b6ec10.cjs +21 -0
- package/lib/browser/USE_CLIENT_BUNDLE-e89d3175.js +713 -0
- package/lib/{edge/USE_SERVER_BUNDLE-231b55dd.js → browser/USE_SERVER_BUNDLE-d6bec4ec.js} +1 -1
- package/lib/{edge/USE_SERVER_BUNDLE-24df6623.cjs → browser/USE_SERVER_BUNDLE-f34c0814.cjs} +1 -1
- package/lib/browser/bundle-50ff23eb.cjs +172 -0
- package/lib/browser/{bundle-7e2a44d9.js → bundle-f3e8cd29.js} +576 -573
- package/lib/browser/index.cjs +1 -1
- package/lib/browser/index.mjs +17 -17
- package/lib/edge/USE_CLIENT_BUNDLE-2aed408a.cjs +21 -0
- package/lib/edge/USE_CLIENT_BUNDLE-a3258a60.js +713 -0
- package/lib/{node/USE_SERVER_BUNDLE-33c309df.js → edge/USE_SERVER_BUNDLE-4e9af8f5.js} +1 -1
- package/lib/{node/USE_SERVER_BUNDLE-93366161.cjs → edge/USE_SERVER_BUNDLE-e79e6b55.cjs} +1 -1
- package/lib/edge/{bundle-44392f6d.js → bundle-cb191300.js} +811 -808
- package/lib/edge/{bundle-6d55a6a7.cjs → bundle-d4f509a3.cjs} +37 -33
- package/lib/edge/index.cjs +1 -1
- package/lib/edge/index.mjs +17 -17
- package/lib/node/USE_CLIENT_BUNDLE-98a4fbf4.js +713 -0
- package/lib/node/USE_CLIENT_BUNDLE-990b655a.cjs +21 -0
- package/lib/{browser/USE_SERVER_BUNDLE-153f7d4b.js → node/USE_SERVER_BUNDLE-b231d861.js} +1 -1
- package/lib/{browser/USE_SERVER_BUNDLE-a0bf6d8f.cjs → node/USE_SERVER_BUNDLE-c86a1fb8.cjs} +1 -1
- package/lib/node/{bundle-217b5738.js → bundle-11daeaca.js} +166 -163
- package/lib/node/{bundle-b9af39ec.cjs → bundle-b2d68b60.cjs} +11 -7
- package/lib/node/index.cjs +1 -1
- package/lib/node/index.mjs +17 -17
- package/package.json +1 -1
- package/types/cjs/components/block/block.helpers.d.ts +0 -1
- package/types/cjs/components/block/components/block-wrapper.d.ts +2 -6
- package/types/cjs/components/content-variants/content-variants.types.d.ts +4 -0
- package/types/cjs/components/dynamic-renderer/dynamic-renderer.d.ts +8 -0
- package/types/cjs/components/dynamic-renderer/dynamic-renderer.helpers.d.ts +1 -0
- package/types/cjs/constants/sdk-version.d.ts +1 -1
- package/types/cjs/functions/is-from-trusted-host.d.ts +3 -0
- package/types/cjs/scripts/init-editing.d.ts +1 -0
- package/types/esm/components/block/block.helpers.d.ts +0 -1
- package/types/esm/components/block/components/block-wrapper.d.ts +2 -6
- package/types/esm/components/content-variants/content-variants.types.d.ts +4 -0
- package/types/esm/components/dynamic-renderer/dynamic-renderer.d.ts +8 -0
- package/types/esm/components/dynamic-renderer/dynamic-renderer.helpers.d.ts +1 -0
- package/types/esm/constants/sdk-version.d.ts +1 -1
- package/types/esm/functions/is-from-trusted-host.d.ts +3 -0
- package/types/esm/scripts/init-editing.d.ts +1 -0
- package/lib/browser/USE_CLIENT_BUNDLE-5457b97e.cjs +0 -23
- package/lib/browser/USE_CLIENT_BUNDLE-ac9ba054.js +0 -732
- package/lib/browser/bundle-6435b7fb.cjs +0 -168
- package/lib/edge/USE_CLIENT_BUNDLE-3049fd56.js +0 -732
- package/lib/edge/USE_CLIENT_BUNDLE-8922846d.cjs +0 -23
- package/lib/node/USE_CLIENT_BUNDLE-09122ff1.cjs +0 -23
- package/lib/node/USE_CLIENT_BUNDLE-f4804af3.js +0 -732
|
@@ -1 +1 @@
|
|
|
1
|
-
"use server";"use strict";const n=require("./bundle-
|
|
1
|
+
"use server";"use strict";const n=require("./bundle-d4f509a3.cjs");async function s({key:e,value:t}){return n.init(),globalThis._BUILDER_PREVIEW_LRU_CACHE.set(e,t),{[e]:t}}exports.postPreviewContent=s;
|