@builder.io/sdk-react-nextjs 0.8.0 → 0.9.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-bf9c49b7.cjs +23 -0
- package/lib/browser/{USE_CLIENT_BUNDLE-0f9e7207.js → USE_CLIENT_BUNDLE-dfea4654.js} +195 -189
- package/lib/{edge/USE_SERVER_BUNDLE-7c98af22.cjs → browser/USE_SERVER_BUNDLE-ad40cda1.cjs} +1 -1
- package/lib/{edge/USE_SERVER_BUNDLE-f3c12c2d.js → browser/USE_SERVER_BUNDLE-b7c58bed.js} +1 -1
- package/lib/browser/{bundle-de4401ae.js → bundle-a454b553.js} +285 -265
- package/lib/browser/{bundle-241e4107.cjs → bundle-dc5a8b6f.cjs} +10 -10
- package/lib/browser/index.cjs +1 -1
- package/lib/browser/index.mjs +3 -3
- package/lib/{node/USE_CLIENT_BUNDLE-d4e4bc2c.js → edge/USE_CLIENT_BUNDLE-ab37324a.js} +195 -189
- package/lib/edge/USE_CLIENT_BUNDLE-e6667575.cjs +23 -0
- package/lib/{node/USE_SERVER_BUNDLE-86ff2695.js → edge/USE_SERVER_BUNDLE-839ea6b2.js} +1 -1
- package/lib/{node/USE_SERVER_BUNDLE-872f0336.cjs → edge/USE_SERVER_BUNDLE-fce92ad5.cjs} +1 -1
- package/lib/edge/{bundle-a2f7cfad.cjs → bundle-af3f93cf.cjs} +30 -30
- package/lib/edge/{bundle-5c41e798.js → bundle-c0cd3b98.js} +1034 -1014
- package/lib/edge/index.cjs +1 -1
- package/lib/edge/index.mjs +3 -3
- package/lib/node/USE_CLIENT_BUNDLE-ed964e93.cjs +23 -0
- package/lib/{edge/USE_CLIENT_BUNDLE-d5efb340.js → node/USE_CLIENT_BUNDLE-f9aeb249.js} +195 -189
- package/lib/{browser/USE_SERVER_BUNDLE-ec740144.js → node/USE_SERVER_BUNDLE-4a85453c.js} +1 -1
- package/lib/{browser/USE_SERVER_BUNDLE-88edae72.cjs → node/USE_SERVER_BUNDLE-8da077cb.cjs} +1 -1
- package/lib/node/{bundle-5c833e3a.cjs → bundle-0a83b0be.cjs} +9 -9
- package/lib/node/{bundle-698e83e7.js → bundle-1b559f4d.js} +187 -166
- package/lib/node/index.cjs +1 -1
- package/lib/node/index.mjs +3 -3
- package/package.json +1 -1
- package/types/cjs/components/blocks/blocks-wrapper.d.ts +8 -0
- package/types/cjs/components/blocks/blocks.d.ts +1 -1
- package/types/cjs/components/content/components/enable-editor.d.ts +1 -1
- package/types/cjs/components/content-variants/content-variants.types.d.ts +16 -0
- package/types/cjs/constants/sdk-version.d.ts +1 -1
- package/types/cjs/context/types.d.ts +2 -1
- package/types/cjs/functions/transform-block-properties.d.ts +5 -1
- package/types/cjs/types/enforced-partials.d.ts +7 -2
- package/types/esm/components/blocks/blocks-wrapper.d.ts +8 -0
- package/types/esm/components/blocks/blocks.d.ts +1 -1
- package/types/esm/components/content/components/enable-editor.d.ts +1 -1
- package/types/esm/components/content-variants/content-variants.types.d.ts +16 -0
- package/types/esm/constants/sdk-version.d.ts +1 -1
- package/types/esm/context/types.d.ts +2 -1
- package/types/esm/functions/transform-block-properties.d.ts +5 -1
- package/types/esm/types/enforced-partials.d.ts +7 -2
- package/lib/browser/USE_CLIENT_BUNDLE-57361dc5.cjs +0 -23
- package/lib/edge/USE_CLIENT_BUNDLE-d32d9614.cjs +0 -23
- package/lib/node/USE_CLIENT_BUNDLE-38107a6a.cjs +0 -23
- package/types/cjs/functions/get-react-native-block-styles.d.ts +0 -7
- package/types/cjs/functions/sanitize-react-native-block-styles.d.ts +0 -3
- package/types/esm/functions/get-react-native-block-styles.d.ts +0 -7
- package/types/esm/functions/sanitize-react-native-block-styles.d.ts +0 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
"use server";"use strict";const n=require("./bundle-
|
|
1
|
+
"use server";"use strict";const n=require("./bundle-dc5a8b6f.cjs");async function s({key:e,value:t}){return n.init(),globalThis._BUILDER_PREVIEW_LRU_CACHE.set(e,t),{[e]:t}}exports.postPreviewContent=s;
|