@builder.io/sdk-react 2.0.22 → 2.0.24-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/blocks-exports.cjs +25 -25
- package/lib/browser/blocks-exports.mjs +535 -563
- package/lib/browser/index.cjs +1 -1
- package/lib/browser/index.mjs +1 -1
- package/lib/browser/{server-entry-5770bca9.cjs → server-entry-3855428f.cjs} +1 -1
- package/lib/browser/{server-entry-b83ba684.js → server-entry-e7cbd2fc.js} +1 -1
- package/lib/browser/server-entry.cjs +1 -1
- package/lib/browser/server-entry.mjs +1 -1
- package/lib/edge/{accordion-78c3d81b.js → accordion-57df597a.js} +1 -1
- package/lib/edge/{accordion-80133dd8.cjs → accordion-91147fe9.cjs} +1 -1
- package/lib/edge/{blocks-852d317b.js → blocks-228052f4.js} +21 -19
- package/lib/edge/blocks-2a92a0c1.cjs +12 -0
- package/lib/edge/blocks-exports.cjs +1 -1
- package/lib/edge/blocks-exports.mjs +2 -2
- package/lib/edge/{button-0a729557.js → button-d681583e.js} +2 -2
- package/lib/edge/{button-a97c0d05.cjs → button-ff78ab2a.cjs} +1 -1
- package/lib/edge/{columns-2bd50130.cjs → columns-354a8faf.cjs} +1 -1
- package/lib/edge/{columns-1149d23a.js → columns-59392fea.js} +4 -4
- package/lib/edge/{content-variants-86962b96.js → content-variants-983cfed6.js} +13 -18
- package/lib/edge/{content-variants-cbd84920.cjs → content-variants-f22b14d7.cjs} +4 -4
- package/lib/edge/{evaluate-46f56681.js → evaluate-b7da3191.js} +706 -726
- package/lib/edge/{evaluate-617e3bee.cjs → evaluate-f8347208.cjs} +11 -11
- package/lib/edge/form-2c8b99e2.cjs +1 -0
- package/lib/edge/form-52e60b8b.js +180 -0
- package/lib/edge/{get-class-prop-name-6e4205e7.js → get-class-prop-name-8c8a1b1c.js} +1 -1
- package/lib/edge/{get-class-prop-name-dc89023a.cjs → get-class-prop-name-956dc1ac.cjs} +1 -1
- package/lib/edge/{img-70b9d719.cjs → img-9e702744.cjs} +1 -1
- package/lib/edge/{img-0bc990ef.js → img-ce324880.js} +1 -1
- package/lib/edge/index.cjs +1 -1
- package/lib/edge/index.mjs +1 -1
- package/lib/edge/{input-21071030.cjs → input-09bbebbb.cjs} +1 -1
- package/lib/edge/{input-3689c63d.js → input-c5dda333.js} +1 -1
- package/lib/edge/{select-cb7c2f44.cjs → select-235baf48.cjs} +1 -1
- package/lib/edge/{select-65ebd3fd.js → select-8936ea79.js} +1 -1
- package/lib/edge/{server-entry-9d83b8e5.js → server-entry-b3befa52.js} +1 -1
- package/lib/edge/{server-entry-8ce6f347.cjs → server-entry-f0d7962f.cjs} +1 -1
- package/lib/edge/server-entry.cjs +1 -1
- package/lib/edge/server-entry.mjs +1 -1
- package/lib/edge/{slot-21cc91d8.cjs → slot-eb173f0a.cjs} +1 -1
- package/lib/edge/{slot-e5f3b92d.js → slot-f274570e.js} +4 -4
- package/lib/edge/{symbol-56e5b927.js → symbol-0deda8a7.js} +2 -2
- package/lib/edge/{symbol-0cc07e41.cjs → symbol-73a9d7cb.cjs} +1 -1
- package/lib/edge/{tabs-9390d611.cjs → tabs-4e5783b2.cjs} +1 -1
- package/lib/edge/{tabs-0e6f6b5b.js → tabs-791385cc.js} +4 -4
- package/lib/edge/{text-b68c0d5a.js → text-0a14d566.js} +8 -9
- package/lib/edge/text-3dd73c6e.cjs +1 -0
- package/lib/node/blocks-exports.cjs +25 -25
- package/lib/node/blocks-exports.mjs +555 -583
- package/lib/node/index.cjs +1 -1
- package/lib/node/index.mjs +2 -2
- package/lib/node/init.cjs +1 -1
- package/lib/node/init.mjs +4 -3
- package/lib/node/{server-entry-52b8f10a.cjs → server-entry-a7139d8f.cjs} +1 -1
- package/lib/node/{server-entry-5b32494d.js → server-entry-fa11b353.js} +1 -1
- package/lib/node/server-entry.cjs +1 -1
- package/lib/node/server-entry.mjs +1 -1
- package/lib/node/{should-force-browser-runtime-in-node-253f1726.cjs → should-force-browser-runtime-in-node-0bf7076b.cjs} +1 -1
- package/lib/node/{should-force-browser-runtime-in-node-68bc74aa.js → should-force-browser-runtime-in-node-ddb84649.js} +1 -1
- package/package.json +3 -2
- package/types/blocks/textarea/component-info.d.ts +2 -0
- package/types/blocks/textarea/index.d.ts +1 -0
- package/types/blocks/textarea/textarea.d.ts +13 -0
- package/types/cjs/blocks/BaseText.d.cts +6 -0
- package/types/cjs/blocks/button/button.d.cts +4 -0
- package/types/cjs/blocks/button/button.types.d.cts +7 -0
- package/types/cjs/blocks/button/component-info.d.cts +2 -0
- package/types/cjs/blocks/button/index.d.cts +1 -0
- package/types/cjs/blocks/columns/columns.d.cts +4 -0
- package/types/cjs/blocks/columns/columns.types.d.cts +15 -0
- package/types/cjs/blocks/columns/component-info.d.cts +2 -0
- package/types/cjs/blocks/columns/helpers.d.cts +1 -0
- package/types/cjs/blocks/columns/index.d.cts +1 -0
- package/types/cjs/blocks/custom-code/component-info.d.cts +2 -0
- package/types/cjs/blocks/custom-code/custom-code.d.cts +7 -0
- package/types/cjs/blocks/custom-code/index.d.cts +1 -0
- package/types/cjs/blocks/embed/component-info.d.cts +2 -0
- package/types/cjs/blocks/embed/embed.d.cts +6 -0
- package/types/cjs/blocks/embed/helpers.d.cts +1 -0
- package/types/cjs/blocks/embed/index.d.cts +1 -0
- package/types/cjs/blocks/form/form/component-info.d.cts +2 -0
- package/types/cjs/blocks/form/form/form.d.cts +33 -0
- package/types/cjs/blocks/form/form/index.d.cts +1 -0
- package/types/cjs/blocks/form/input/component-info.d.cts +2 -0
- package/types/cjs/blocks/form/input/index.d.cts +1 -0
- package/types/cjs/blocks/form/input/input.d.cts +15 -0
- package/types/cjs/blocks/form/select/component-info.d.cts +2 -0
- package/types/cjs/blocks/form/select/index.d.cts +1 -0
- package/types/cjs/blocks/form/select/select.d.cts +16 -0
- package/types/cjs/blocks/form/submit-button/component-info.d.cts +2 -0
- package/types/cjs/blocks/form/submit-button/index.d.cts +1 -0
- package/types/cjs/blocks/form/submit-button/submit-button.d.cts +10 -0
- package/types/cjs/blocks/fragment/component-info.d.cts +2 -0
- package/types/cjs/blocks/fragment/fragment.d.cts +4 -0
- package/types/cjs/blocks/fragment/fragment.types.d.cts +5 -0
- package/types/cjs/blocks/fragment/index.d.cts +1 -0
- package/types/cjs/blocks/helpers.d.cts +13 -0
- package/types/cjs/blocks/image/component-info.d.cts +2 -0
- package/types/cjs/blocks/image/image.d.cts +4 -0
- package/types/cjs/blocks/image/image.helpers.d.cts +1 -0
- package/types/cjs/blocks/image/image.types.d.cts +19 -0
- package/types/cjs/blocks/image/index.d.cts +1 -0
- package/types/cjs/blocks/img/component-info.d.cts +2 -0
- package/types/cjs/blocks/img/img.d.cts +14 -0
- package/types/cjs/blocks/img/index.d.cts +1 -0
- package/types/cjs/blocks/raw-text/component-info.d.cts +2 -0
- package/types/cjs/blocks/raw-text/index.d.cts +1 -0
- package/types/cjs/blocks/raw-text/raw-text.d.cts +7 -0
- package/types/cjs/blocks/section/component-info.d.cts +2 -0
- package/types/cjs/blocks/section/index.d.cts +1 -0
- package/types/cjs/blocks/section/section.d.cts +4 -0
- package/types/cjs/blocks/section/section.types.d.cts +6 -0
- package/types/cjs/blocks/slot/component-info.d.cts +2 -0
- package/types/cjs/blocks/slot/index.d.cts +1 -0
- package/types/cjs/blocks/slot/slot.d.cts +8 -0
- package/types/cjs/blocks/symbol/component-info.d.cts +2 -0
- package/types/cjs/blocks/symbol/index.d.cts +1 -0
- package/types/cjs/blocks/symbol/symbol.d.cts +4 -0
- package/types/cjs/blocks/symbol/symbol.helpers.d.cts +14 -0
- package/types/cjs/blocks/symbol/symbol.types.d.cts +18 -0
- package/types/cjs/blocks/tabs/component-info.d.cts +2 -0
- package/types/cjs/blocks/tabs/index.d.cts +1 -0
- package/types/cjs/blocks/tabs/tabs.d.cts +4 -0
- package/types/cjs/blocks/tabs/tabs.types.d.cts +13 -0
- package/types/cjs/blocks/text/component-info.d.cts +2 -0
- package/types/cjs/blocks/text/index.d.cts +1 -0
- package/types/cjs/blocks/text/text.d.cts +4 -0
- package/types/cjs/blocks/text/text.types.d.cts +4 -0
- package/types/cjs/blocks/textarea/component-info.d.cts +2 -0
- package/types/cjs/blocks/textarea/index.d.cts +1 -0
- package/types/cjs/blocks/textarea/textarea.d.cts +13 -0
- package/types/cjs/blocks/video/component-info.d.cts +2 -0
- package/types/cjs/blocks/video/index.d.cts +1 -0
- package/types/cjs/blocks/video/video.d.cts +4 -0
- package/types/cjs/blocks/video/video.types.d.cts +21 -0
- package/types/cjs/components/block/animator.d.cts +5 -0
- package/types/cjs/components/block/block.d.cts +11 -0
- package/types/cjs/components/block/block.helpers.d.cts +18 -0
- package/types/cjs/components/block/components/block-styles.d.cts +9 -0
- package/types/cjs/components/block/components/block-wrapper.d.cts +15 -0
- package/types/cjs/components/block/components/component-ref/component-ref.d.cts +4 -0
- package/types/cjs/components/block/components/component-ref/component-ref.helpers.d.cts +31 -0
- package/types/cjs/components/block/components/interactive-element.d.cts +14 -0
- package/types/cjs/components/block/components/repeated-block.d.cts +8 -0
- package/types/cjs/components/block/types.d.cts +6 -0
- package/types/cjs/components/blocks/blocks-wrapper.d.cts +19 -0
- package/types/cjs/components/blocks/blocks.d.cts +4 -0
- package/types/cjs/components/blocks/blocks.types.d.cts +7 -0
- package/types/cjs/components/blocks/index.d.cts +1 -0
- package/types/cjs/components/content/components/enable-editor.d.cts +10 -0
- package/types/cjs/components/content/components/styles.d.cts +10 -0
- package/types/cjs/components/content/components/styles.helpers.d.cts +17 -0
- package/types/cjs/components/content/content.d.cts +4 -0
- package/types/cjs/components/content/content.helpers.d.cts +7 -0
- package/types/cjs/components/content/content.types.d.cts +13 -0
- package/types/cjs/components/content/contentProps.types.d.cts +17 -0
- package/types/cjs/components/content/index.d.cts +1 -0
- package/types/cjs/components/content/wrap-component-ref.d.cts +6 -0
- package/types/cjs/components/content-variants/content-variants.d.cts +10 -0
- package/types/cjs/components/content-variants/content-variants.types.d.cts +71 -0
- package/types/cjs/components/content-variants/helpers.d.cts +41 -0
- package/types/cjs/components/content-variants/index.d.cts +1 -0
- package/types/cjs/components/content-variants/inlined-fns.d.cts +14 -0
- package/types/cjs/components/dynamic-div.d.cts +15 -0
- package/types/cjs/components/dynamic-renderer/dynamic-renderer.d.cts +9 -0
- package/types/cjs/components/dynamic-renderer/dynamic-renderer.helpers.d.cts +1 -0
- package/types/cjs/components/error-boundary.d.cts +11 -0
- package/types/cjs/components/inlined-script.d.cts +7 -0
- package/types/cjs/components/inlined-styles.d.cts +7 -0
- package/types/cjs/constants/builder-registered-components.d.cts +6 -0
- package/types/cjs/constants/device-sizes.d.cts +13 -0
- package/types/cjs/constants/extra-components.d.cts +7 -0
- package/types/cjs/constants/sdk-version.d.cts +1 -0
- package/types/cjs/constants/target.d.cts +2 -0
- package/types/cjs/context/builder.context.d.cts +3 -0
- package/types/cjs/context/components.context.d.cts +3 -0
- package/types/cjs/context/index.d.cts +1 -0
- package/types/cjs/context/types.d.cts +36 -0
- package/types/cjs/functions/apply-patch-with-mutation.d.cts +10 -0
- package/types/cjs/functions/camel-to-kebab-case.d.cts +1 -0
- package/types/cjs/functions/deopt.d.cts +4 -0
- package/types/cjs/functions/evaluate/browser-runtime/browser.d.cts +8 -0
- package/types/cjs/functions/evaluate/browser-runtime/index.d.cts +1 -0
- package/types/cjs/functions/evaluate/choose-eval.d.cts +6 -0
- package/types/cjs/functions/evaluate/edge-runtime/acorn-interpreter.d.cts +2 -0
- package/types/cjs/functions/evaluate/edge-runtime/edge-runtime.d.cts +2 -0
- package/types/cjs/functions/evaluate/edge-runtime/index.d.cts +1 -0
- package/types/cjs/functions/evaluate/evaluate.d.cts +4 -0
- package/types/cjs/functions/evaluate/helpers.d.cts +25 -0
- package/types/cjs/functions/evaluate/index.d.cts +1 -0
- package/types/cjs/functions/evaluate/node-runtime/index.d.cts +1 -0
- package/types/cjs/functions/evaluate/node-runtime/init.d.cts +13 -0
- package/types/cjs/functions/evaluate/node-runtime/node-runtime.d.cts +11 -0
- package/types/cjs/functions/evaluate/node-runtime/safeDynamicRequire.d.cts +6 -0
- package/types/cjs/functions/evaluate/placeholder-runtime.d.cts +2 -0
- package/types/cjs/functions/evaluate/should-force-browser-runtime-in-node.d.cts +1 -0
- package/types/cjs/functions/event-handler-name.d.cts +1 -0
- package/types/cjs/functions/extract-text-styles.d.cts +4 -0
- package/types/cjs/functions/fast-clone.d.cts +4 -0
- package/types/cjs/functions/fetch-builder-props.d.cts +53 -0
- package/types/cjs/functions/get-block-actions-handler.d.cts +8 -0
- package/types/cjs/functions/get-block-actions.d.cts +10 -0
- package/types/cjs/functions/get-block-component-options.d.cts +2 -0
- package/types/cjs/functions/get-block-properties.d.cts +10 -0
- package/types/cjs/functions/get-builder-search-params/index.d.cts +9 -0
- package/types/cjs/functions/get-class-prop-name.d.cts +1 -0
- package/types/cjs/functions/get-content/generate-content-url.d.cts +2 -0
- package/types/cjs/functions/get-content/index.d.cts +18 -0
- package/types/cjs/functions/get-content/types.d.cts +139 -0
- package/types/cjs/functions/get-env.d.cts +2 -0
- package/types/cjs/functions/get-fetch.d.cts +1 -0
- package/types/cjs/functions/get-global-this.d.cts +4 -0
- package/types/cjs/functions/get-processed-block.d.cts +10 -0
- package/types/cjs/functions/get-style.d.cts +12 -0
- package/types/cjs/functions/get.d.cts +1 -0
- package/types/cjs/functions/is-browser.d.cts +1 -0
- package/types/cjs/functions/is-edge-runtime.d.cts +4 -0
- package/types/cjs/functions/is-editing.d.cts +2 -0
- package/types/cjs/functions/is-from-trusted-host.d.cts +3 -0
- package/types/cjs/functions/is-iframe.d.cts +1 -0
- package/types/cjs/functions/is-node-runtime.d.cts +4 -0
- package/types/cjs/functions/is-previewing.d.cts +2 -0
- package/types/cjs/functions/on-change.d.cts +7 -0
- package/types/cjs/functions/register-component.d.cts +6 -0
- package/types/cjs/functions/register.d.cts +16 -0
- package/types/cjs/functions/set-editor-settings.d.cts +4 -0
- package/types/cjs/functions/set.d.cts +7 -0
- package/types/cjs/functions/track/helpers.d.cts +5 -0
- package/types/cjs/functions/track/index.d.cts +51 -0
- package/types/cjs/functions/track/interaction.d.cts +13 -0
- package/types/cjs/functions/transform-block-properties.d.cts +7 -0
- package/types/cjs/functions/transform-block.d.cts +2 -0
- package/types/cjs/functions/transform-style-property.d.cts +7 -0
- package/types/cjs/helpers/ab-tests.d.cts +9 -0
- package/types/cjs/helpers/canTrack.d.cts +1 -0
- package/types/cjs/helpers/cookie.d.cts +19 -0
- package/types/cjs/helpers/css.d.cts +7 -0
- package/types/cjs/helpers/flatten.d.cts +16 -0
- package/types/cjs/helpers/localStorage.d.cts +9 -0
- package/types/cjs/helpers/logger.d.cts +7 -0
- package/types/cjs/helpers/nullable.d.cts +2 -0
- package/types/cjs/helpers/omit.d.cts +1 -0
- package/types/cjs/helpers/preview-lru-cache/get.d.cts +2 -0
- package/types/cjs/helpers/preview-lru-cache/helpers.d.cts +1 -0
- package/types/cjs/helpers/preview-lru-cache/init.d.cts +6 -0
- package/types/cjs/helpers/preview-lru-cache/set.d.cts +7 -0
- package/types/cjs/helpers/preview-lru-cache/types.d.cts +1 -0
- package/types/cjs/helpers/search/search.d.cts +5 -0
- package/types/cjs/helpers/sessionId.d.cts +6 -0
- package/types/cjs/helpers/subscribe-to-editor.d.cts +35 -0
- package/types/cjs/helpers/time.d.cts +1 -0
- package/types/cjs/helpers/url.d.cts +6 -0
- package/types/cjs/helpers/uuid.d.cts +8 -0
- package/types/cjs/helpers/visitorId.d.cts +6 -0
- package/types/cjs/index-helpers/blocks-exports.d.cts +14 -0
- package/types/cjs/index-helpers/top-of-file.d.cts +1 -0
- package/types/cjs/index.d.cts +10 -0
- package/types/cjs/scripts/init-editing.d.cts +7 -0
- package/types/cjs/server-index.d.cts +39 -0
- package/types/cjs/types/api-version.d.cts +2 -0
- package/types/cjs/types/builder-block.d.cts +84 -0
- package/types/cjs/types/builder-content.d.cts +44 -0
- package/types/cjs/types/builder-props.d.cts +12 -0
- package/types/cjs/types/can-track.d.cts +3 -0
- package/types/cjs/types/components.d.cts +110 -0
- package/types/cjs/types/deep-partial.d.cts +3 -0
- package/types/cjs/types/element.d.cts +59 -0
- package/types/cjs/types/enforced-partials.d.cts +26 -0
- package/types/cjs/types/input.d.cts +122 -0
- package/types/cjs/types/targets.d.cts +1 -0
- package/types/cjs/types/typescript.d.cts +8 -0
- package/types/components/blocks/blocks-wrapper.d.ts +1 -0
- package/types/components/blocks/blocks.types.d.ts +2 -1
- package/types/constants/sdk-version.d.ts +1 -1
- package/types/esm/blocks/BaseText.d.mts +6 -0
- package/types/esm/blocks/button/button.d.mts +4 -0
- package/types/esm/blocks/button/button.types.d.mts +7 -0
- package/types/esm/blocks/button/component-info.d.mts +2 -0
- package/types/esm/blocks/button/index.d.mts +1 -0
- package/types/esm/blocks/columns/columns.d.mts +4 -0
- package/types/esm/blocks/columns/columns.types.d.mts +15 -0
- package/types/esm/blocks/columns/component-info.d.mts +2 -0
- package/types/esm/blocks/columns/helpers.d.mts +1 -0
- package/types/esm/blocks/columns/index.d.mts +1 -0
- package/types/esm/blocks/custom-code/component-info.d.mts +2 -0
- package/types/esm/blocks/custom-code/custom-code.d.mts +7 -0
- package/types/esm/blocks/custom-code/index.d.mts +1 -0
- package/types/esm/blocks/embed/component-info.d.mts +2 -0
- package/types/esm/blocks/embed/embed.d.mts +6 -0
- package/types/esm/blocks/embed/helpers.d.mts +1 -0
- package/types/esm/blocks/embed/index.d.mts +1 -0
- package/types/esm/blocks/form/form/component-info.d.mts +2 -0
- package/types/esm/blocks/form/form/form.d.mts +33 -0
- package/types/esm/blocks/form/form/index.d.mts +1 -0
- package/types/esm/blocks/form/input/component-info.d.mts +2 -0
- package/types/esm/blocks/form/input/index.d.mts +1 -0
- package/types/esm/blocks/form/input/input.d.mts +15 -0
- package/types/esm/blocks/form/select/component-info.d.mts +2 -0
- package/types/esm/blocks/form/select/index.d.mts +1 -0
- package/types/esm/blocks/form/select/select.d.mts +16 -0
- package/types/esm/blocks/form/submit-button/component-info.d.mts +2 -0
- package/types/esm/blocks/form/submit-button/index.d.mts +1 -0
- package/types/esm/blocks/form/submit-button/submit-button.d.mts +10 -0
- package/types/esm/blocks/fragment/component-info.d.mts +2 -0
- package/types/esm/blocks/fragment/fragment.d.mts +4 -0
- package/types/esm/blocks/fragment/fragment.types.d.mts +5 -0
- package/types/esm/blocks/fragment/index.d.mts +1 -0
- package/types/esm/blocks/helpers.d.mts +13 -0
- package/types/esm/blocks/image/component-info.d.mts +2 -0
- package/types/esm/blocks/image/image.d.mts +4 -0
- package/types/esm/blocks/image/image.helpers.d.mts +1 -0
- package/types/esm/blocks/image/image.types.d.mts +19 -0
- package/types/esm/blocks/image/index.d.mts +1 -0
- package/types/esm/blocks/img/component-info.d.mts +2 -0
- package/types/esm/blocks/img/img.d.mts +14 -0
- package/types/esm/blocks/img/index.d.mts +1 -0
- package/types/esm/blocks/raw-text/component-info.d.mts +2 -0
- package/types/esm/blocks/raw-text/index.d.mts +1 -0
- package/types/esm/blocks/raw-text/raw-text.d.mts +7 -0
- package/types/esm/blocks/section/component-info.d.mts +2 -0
- package/types/esm/blocks/section/index.d.mts +1 -0
- package/types/esm/blocks/section/section.d.mts +4 -0
- package/types/esm/blocks/section/section.types.d.mts +6 -0
- package/types/esm/blocks/slot/component-info.d.mts +2 -0
- package/types/esm/blocks/slot/index.d.mts +1 -0
- package/types/esm/blocks/slot/slot.d.mts +8 -0
- package/types/esm/blocks/symbol/component-info.d.mts +2 -0
- package/types/esm/blocks/symbol/index.d.mts +1 -0
- package/types/esm/blocks/symbol/symbol.d.mts +4 -0
- package/types/esm/blocks/symbol/symbol.helpers.d.mts +14 -0
- package/types/esm/blocks/symbol/symbol.types.d.mts +18 -0
- package/types/esm/blocks/tabs/component-info.d.mts +2 -0
- package/types/esm/blocks/tabs/index.d.mts +1 -0
- package/types/esm/blocks/tabs/tabs.d.mts +4 -0
- package/types/esm/blocks/tabs/tabs.types.d.mts +13 -0
- package/types/esm/blocks/text/component-info.d.mts +2 -0
- package/types/esm/blocks/text/index.d.mts +1 -0
- package/types/esm/blocks/text/text.d.mts +4 -0
- package/types/esm/blocks/text/text.types.d.mts +4 -0
- package/types/esm/blocks/textarea/component-info.d.mts +2 -0
- package/types/esm/blocks/textarea/index.d.mts +1 -0
- package/types/esm/blocks/textarea/textarea.d.mts +13 -0
- package/types/esm/blocks/video/component-info.d.mts +2 -0
- package/types/esm/blocks/video/index.d.mts +1 -0
- package/types/esm/blocks/video/video.d.mts +4 -0
- package/types/esm/blocks/video/video.types.d.mts +21 -0
- package/types/esm/components/block/animator.d.mts +5 -0
- package/types/esm/components/block/block.d.mts +11 -0
- package/types/esm/components/block/block.helpers.d.mts +18 -0
- package/types/esm/components/block/components/block-styles.d.mts +9 -0
- package/types/esm/components/block/components/block-wrapper.d.mts +15 -0
- package/types/esm/components/block/components/component-ref/component-ref.d.mts +4 -0
- package/types/esm/components/block/components/component-ref/component-ref.helpers.d.mts +31 -0
- package/types/esm/components/block/components/interactive-element.d.mts +14 -0
- package/types/esm/components/block/components/repeated-block.d.mts +8 -0
- package/types/esm/components/block/types.d.mts +6 -0
- package/types/esm/components/blocks/blocks-wrapper.d.mts +19 -0
- package/types/esm/components/blocks/blocks.d.mts +4 -0
- package/types/esm/components/blocks/blocks.types.d.mts +7 -0
- package/types/esm/components/blocks/index.d.mts +1 -0
- package/types/esm/components/content/components/enable-editor.d.mts +10 -0
- package/types/esm/components/content/components/styles.d.mts +10 -0
- package/types/esm/components/content/components/styles.helpers.d.mts +17 -0
- package/types/esm/components/content/content.d.mts +4 -0
- package/types/esm/components/content/content.helpers.d.mts +7 -0
- package/types/esm/components/content/content.types.d.mts +13 -0
- package/types/esm/components/content/contentProps.types.d.mts +17 -0
- package/types/esm/components/content/index.d.mts +1 -0
- package/types/esm/components/content/wrap-component-ref.d.mts +6 -0
- package/types/esm/components/content-variants/content-variants.d.mts +10 -0
- package/types/esm/components/content-variants/content-variants.types.d.mts +71 -0
- package/types/esm/components/content-variants/helpers.d.mts +41 -0
- package/types/esm/components/content-variants/index.d.mts +1 -0
- package/types/esm/components/content-variants/inlined-fns.d.mts +14 -0
- package/types/esm/components/dynamic-div.d.mts +15 -0
- package/types/esm/components/dynamic-renderer/dynamic-renderer.d.mts +9 -0
- package/types/esm/components/dynamic-renderer/dynamic-renderer.helpers.d.mts +1 -0
- package/types/esm/components/error-boundary.d.mts +11 -0
- package/types/esm/components/inlined-script.d.mts +7 -0
- package/types/esm/components/inlined-styles.d.mts +7 -0
- package/types/esm/constants/builder-registered-components.d.mts +6 -0
- package/types/esm/constants/device-sizes.d.mts +13 -0
- package/types/esm/constants/extra-components.d.mts +7 -0
- package/types/esm/constants/sdk-version.d.mts +1 -0
- package/types/esm/constants/target.d.mts +2 -0
- package/types/esm/context/builder.context.d.mts +3 -0
- package/types/esm/context/components.context.d.mts +3 -0
- package/types/esm/context/index.d.mts +1 -0
- package/types/esm/context/types.d.mts +36 -0
- package/types/esm/functions/apply-patch-with-mutation.d.mts +10 -0
- package/types/esm/functions/camel-to-kebab-case.d.mts +1 -0
- package/types/esm/functions/deopt.d.mts +4 -0
- package/types/esm/functions/evaluate/browser-runtime/browser.d.mts +8 -0
- package/types/esm/functions/evaluate/browser-runtime/index.d.mts +1 -0
- package/types/esm/functions/evaluate/choose-eval.d.mts +6 -0
- package/types/esm/functions/evaluate/edge-runtime/acorn-interpreter.d.mts +2 -0
- package/types/esm/functions/evaluate/edge-runtime/edge-runtime.d.mts +2 -0
- package/types/esm/functions/evaluate/edge-runtime/index.d.mts +1 -0
- package/types/esm/functions/evaluate/evaluate.d.mts +4 -0
- package/types/esm/functions/evaluate/helpers.d.mts +25 -0
- package/types/esm/functions/evaluate/index.d.mts +1 -0
- package/types/esm/functions/evaluate/node-runtime/index.d.mts +1 -0
- package/types/esm/functions/evaluate/node-runtime/init.d.mts +13 -0
- package/types/esm/functions/evaluate/node-runtime/node-runtime.d.mts +11 -0
- package/types/esm/functions/evaluate/node-runtime/safeDynamicRequire.d.mts +6 -0
- package/types/esm/functions/evaluate/placeholder-runtime.d.mts +2 -0
- package/types/esm/functions/evaluate/should-force-browser-runtime-in-node.d.mts +1 -0
- package/types/esm/functions/event-handler-name.d.mts +1 -0
- package/types/esm/functions/extract-text-styles.d.mts +4 -0
- package/types/esm/functions/fast-clone.d.mts +4 -0
- package/types/esm/functions/fetch-builder-props.d.mts +53 -0
- package/types/esm/functions/get-block-actions-handler.d.mts +8 -0
- package/types/esm/functions/get-block-actions.d.mts +10 -0
- package/types/esm/functions/get-block-component-options.d.mts +2 -0
- package/types/esm/functions/get-block-properties.d.mts +10 -0
- package/types/esm/functions/get-builder-search-params/index.d.mts +9 -0
- package/types/esm/functions/get-class-prop-name.d.mts +1 -0
- package/types/esm/functions/get-content/generate-content-url.d.mts +2 -0
- package/types/esm/functions/get-content/index.d.mts +18 -0
- package/types/esm/functions/get-content/types.d.mts +139 -0
- package/types/esm/functions/get-env.d.mts +2 -0
- package/types/esm/functions/get-fetch.d.mts +1 -0
- package/types/esm/functions/get-global-this.d.mts +4 -0
- package/types/esm/functions/get-processed-block.d.mts +10 -0
- package/types/esm/functions/get-style.d.mts +12 -0
- package/types/esm/functions/get.d.mts +1 -0
- package/types/esm/functions/is-browser.d.mts +1 -0
- package/types/esm/functions/is-edge-runtime.d.mts +4 -0
- package/types/esm/functions/is-editing.d.mts +2 -0
- package/types/esm/functions/is-from-trusted-host.d.mts +3 -0
- package/types/esm/functions/is-iframe.d.mts +1 -0
- package/types/esm/functions/is-node-runtime.d.mts +4 -0
- package/types/esm/functions/is-previewing.d.mts +2 -0
- package/types/esm/functions/on-change.d.mts +7 -0
- package/types/esm/functions/register-component.d.mts +6 -0
- package/types/esm/functions/register.d.mts +16 -0
- package/types/esm/functions/set-editor-settings.d.mts +4 -0
- package/types/esm/functions/set.d.mts +7 -0
- package/types/esm/functions/track/helpers.d.mts +5 -0
- package/types/esm/functions/track/index.d.mts +51 -0
- package/types/esm/functions/track/interaction.d.mts +13 -0
- package/types/esm/functions/transform-block-properties.d.mts +7 -0
- package/types/esm/functions/transform-block.d.mts +2 -0
- package/types/esm/functions/transform-style-property.d.mts +7 -0
- package/types/esm/helpers/ab-tests.d.mts +9 -0
- package/types/esm/helpers/canTrack.d.mts +1 -0
- package/types/esm/helpers/cookie.d.mts +19 -0
- package/types/esm/helpers/css.d.mts +7 -0
- package/types/esm/helpers/flatten.d.mts +16 -0
- package/types/esm/helpers/localStorage.d.mts +9 -0
- package/types/esm/helpers/logger.d.mts +7 -0
- package/types/esm/helpers/nullable.d.mts +2 -0
- package/types/esm/helpers/omit.d.mts +1 -0
- package/types/esm/helpers/preview-lru-cache/get.d.mts +2 -0
- package/types/esm/helpers/preview-lru-cache/helpers.d.mts +1 -0
- package/types/esm/helpers/preview-lru-cache/init.d.mts +6 -0
- package/types/esm/helpers/preview-lru-cache/set.d.mts +7 -0
- package/types/esm/helpers/preview-lru-cache/types.d.mts +1 -0
- package/types/esm/helpers/search/search.d.mts +5 -0
- package/types/esm/helpers/sessionId.d.mts +6 -0
- package/types/esm/helpers/subscribe-to-editor.d.mts +35 -0
- package/types/esm/helpers/time.d.mts +1 -0
- package/types/esm/helpers/url.d.mts +6 -0
- package/types/esm/helpers/uuid.d.mts +8 -0
- package/types/esm/helpers/visitorId.d.mts +6 -0
- package/types/esm/index-helpers/blocks-exports.d.mts +14 -0
- package/types/esm/index-helpers/top-of-file.d.mts +1 -0
- package/types/esm/index.d.mts +10 -0
- package/types/esm/index.d.mts.d.mts +10 -0
- package/types/esm/scripts/init-editing.d.mts +7 -0
- package/types/esm/server-index.d.mts +39 -0
- package/types/esm/types/api-version.d.mts +2 -0
- package/types/esm/types/builder-block.d.mts +84 -0
- package/types/esm/types/builder-content.d.mts +44 -0
- package/types/esm/types/builder-props.d.mts +12 -0
- package/types/esm/types/can-track.d.mts +3 -0
- package/types/esm/types/components.d.mts +110 -0
- package/types/esm/types/deep-partial.d.mts +3 -0
- package/types/esm/types/element.d.mts +59 -0
- package/types/esm/types/enforced-partials.d.mts +26 -0
- package/types/esm/types/input.d.mts +122 -0
- package/types/esm/types/targets.d.mts +1 -0
- package/types/esm/types/typescript.d.mts +8 -0
- package/types/functions/evaluate/evaluate.d.ts +2 -1
- package/types/functions/evaluate/helpers.d.ts +0 -1
- package/types/functions/evaluate/node-runtime/init.d.ts +2 -0
- package/types/helpers/sdk-headers.d.ts +5 -0
- package/lib/edge/blocks-5084bbec.cjs +0 -12
- package/lib/edge/form-1811c08f.js +0 -183
- package/lib/edge/form-c42561fb.cjs +0 -1
- package/lib/edge/text-baaedac7.cjs +0 -1
package/lib/node/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./blocks-exports.cjs"),e=require("./server-entry-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./blocks-exports.cjs"),e=require("./server-entry-a7139d8f.cjs");require("react/jsx-runtime");require("react");require("./should-force-browser-runtime-in-node-0bf7076b.cjs");exports.Blocks=t.Blocks;exports.BuilderContext=t.BuilderContext;exports.Button=t.Button;exports.Columns=t.Columns;exports.Content=t.Content;exports.Fragment=t.Fragment;exports.Image=t.Image;exports.Section=t.Section;exports.Symbol=t.Symbol;exports.Text=t.Text;exports.Video=t.Video;exports._processContentResult=e._processContentResult;exports.createRegisterComponentMessage=e.createRegisterComponentMessage;exports.fetchBuilderProps=e.fetchBuilderProps;exports.fetchEntries=e.fetchEntries;exports.fetchOneEntry=e.fetchOneEntry;exports.getBuilderSearchParams=e.getBuilderSearchParams;exports.isEditing=e.isEditing;exports.isPreviewing=e.isPreviewing;exports.register=e.register;exports.setEditorSettings=e.setEditorSettings;exports.subscribeToEditor=e.subscribeToEditor;exports.track=e.track;
|
package/lib/node/index.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Blocks as s, BuilderContext as n, Button as m, Columns as c, Content as g, Fragment as a, Image as p, Section as d, Symbol as l, Text as u, Video as f } from "./blocks-exports.mjs";
|
|
2
|
-
import { _processContentResult as C, createRegisterComponentMessage as E, fetchBuilderProps as h, fetchEntries as x, fetchOneEntry as S, getBuilderSearchParams as b, isEditing as P, isPreviewing as k, register as y, setEditorSettings as R, subscribeToEditor as T, track as v } from "./server-entry-
|
|
2
|
+
import { _processContentResult as C, createRegisterComponentMessage as E, fetchBuilderProps as h, fetchEntries as x, fetchOneEntry as S, getBuilderSearchParams as b, isEditing as P, isPreviewing as k, register as y, setEditorSettings as R, subscribeToEditor as T, track as v } from "./server-entry-fa11b353.js";
|
|
3
3
|
import "react/jsx-runtime";
|
|
4
4
|
import "react";
|
|
5
|
-
import "./should-force-browser-runtime-in-node-
|
|
5
|
+
import "./should-force-browser-runtime-in-node-ddb84649.js";
|
|
6
6
|
export {
|
|
7
7
|
s as Blocks,
|
|
8
8
|
n as BuilderContext,
|
package/lib/node/init.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./should-force-browser-runtime-in-node-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./should-force-browser-runtime-in-node-0bf7076b.cjs"),o=require("isolated-vm");require("./server-entry-a7139d8f.cjs");const r=i=>{if(e.shouldForceBrowserRuntimeInNode({shouldLogWarning:!0}))return;const{ivmIsolateOptions:t}=i||{};e.setIvm(o,t)};exports.setIvm=e.setIvm;exports.initializeNodeRuntime=r;
|
package/lib/node/init.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { shouldForceBrowserRuntimeInNode as t, setIvm as r } from "./should-force-browser-runtime-in-node-
|
|
1
|
+
import { shouldForceBrowserRuntimeInNode as t, setIvm as r } from "./should-force-browser-runtime-in-node-ddb84649.js";
|
|
2
2
|
import e from "isolated-vm";
|
|
3
|
-
import "./server-entry-
|
|
3
|
+
import "./server-entry-fa11b353.js";
|
|
4
4
|
const u = (o) => {
|
|
5
5
|
if (t({
|
|
6
6
|
shouldLogWarning: !0
|
|
@@ -12,5 +12,6 @@ const u = (o) => {
|
|
|
12
12
|
r(e, i);
|
|
13
13
|
};
|
|
14
14
|
export {
|
|
15
|
-
u as initializeNodeRuntime
|
|
15
|
+
u as initializeNodeRuntime,
|
|
16
|
+
r as setIvm
|
|
16
17
|
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";const I="react",b="[Builder.io]: ",d={log:(...e)=>console.log(b,...e),error:(...e)=>console.error(b,...e),warn:(...e)=>console.warn(b,...e),debug:(...e)=>console.debug(b,...e)};function c(){return typeof window!="undefined"&&typeof document!="undefined"}const ae=e=>{const t={};return e.forEach((n,r)=>{t[r]=n}),t},M=e=>e instanceof URLSearchParams?ae(e):e,U=e=>typeof e=="string"?e:e instanceof URLSearchParams?e.toString():new URLSearchParams(e).toString();function ce(){return c()&&window.self!==window.top}function F(e){return ce()&&U(e||window.location.search).indexOf("builder.frameEditing=")!==-1}const ue=()=>{if(c()){const e=new URL(location.href);return e.pathname===""&&(e.pathname="/"),e}else return console.warn("Cannot get location for tracking in non-browser environment"),null},de=()=>typeof navigator=="object"&&navigator.userAgent||"",N=()=>{const e=de(),t={Android(){return e.match(/Android/i)},BlackBerry(){return e.match(/BlackBerry/i)},iOS(){return e.match(/iPhone|iPod/i)},Opera(){return e.match(/Opera Mini/i)},Windows(){return e.match(/IEMobile/i)||e.match(/WPDesktop/i)},any(){return t.Android()||t.BlackBerry()||t.iOS()||t.Opera()||t.Windows()||I==="reactNative"}},n=e.match(/Tablet|iPad/i),r=ue();return{urlPath:r==null?void 0:r.pathname,host:(r==null?void 0:r.host)||(r==null?void 0:r.hostname),device:n?"tablet":t.any()?"mobile":"desktop"}},p=e=>e!=null;function le(e){const t=e||(c()?window.location.search:void 0);return t?U(t).indexOf("builder.preview=")!==-1:!1}const fe=e=>({type:"builder.registerComponent",data:k(e)}),ge=e=>{const t=e.toString().trim();return`return (${!t.startsWith("function")&&!t.startsWith("(")?"function ":""}${t}).apply(this, arguments)`};function k(e){return JSON.parse(JSON.stringify(e,(t,n)=>typeof n=="function"?ge(n):n))}const x={};function D(e,t){e==="plugin"&&(t=k(t));let n=x[e];if(n||(n=x[e]=[]),n.push(t),c()){const r={type:"builder.register",data:{type:e,info:t}};try{parent.postMessage(r,"*"),parent!==window&&window.postMessage(r,"*")}catch(o){console.debug("Could not postmessage",o)}}}const R={};function he(e){if(c()){Object.assign(R,e);const t={type:"builder.settingsChange",data:R};parent.postMessage(t,"*")}}const B="builder.",pe="options.",P=e=>{if(!e)return{};const t=M(e),n={};return Object.keys(t).forEach(r=>{if(r.startsWith(B)){const o=r.replace(B,"").replace(pe,"");n[o]=t[r]}}),n},me=()=>{if(!c())return{};const e=new URLSearchParams(window.location.search);return P(e)},ye=e=>{if(e==="localhost"||e==="127.0.0.1")return e;const t=e.split(".");return t.length>2?t.slice(1).join("."):e},j=({name:e,canTrack:t})=>{var n;try{return t?(n=document.cookie.split("; ").find(r=>r.startsWith(`${e}=`)))==null?void 0:n.split("=")[1]:void 0}catch(r){d.warn("[COOKIE] GET error: ",(r==null?void 0:r.message)||r);return}},K=async e=>j(e),Se=e=>e.map(([t,n])=>n?`${t}=${n}`:t).filter(p).join("; "),we=[["secure",""],["SameSite","None"]],be=({name:e,value:t,expires:n})=>{const o=(c()?location.protocol==="https:":!0)?we:[[]],s=n?[["expires",n.toUTCString()]]:[[]],a=[[e,t],...s,["path","/"],["domain",ye(window.location.hostname)],...o];return Se(a)},_=async({name:e,value:t,expires:n,canTrack:r})=>{try{if(!r)return;const o=be({name:e,value:t,expires:n});document.cookie=o}catch(o){d.warn("[COOKIE] SET error: ",(o==null?void 0:o.message)||o)}};function Ie(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(e){const t=Math.random()*16|0;return(e=="x"?t:t&3|8).toString(16)})}function W(){return Ie().replace(/-/g,"")}const $="builderSessionId",ve=async({canTrack:e})=>{if(!e)return;const t=await K({name:$,canTrack:e});if(p(t))return t;{const n=Ee();return ke({id:n,canTrack:e}),n}},Ee=()=>W(),ke=({id:e,canTrack:t})=>_({name:$,value:e,canTrack:t}),G=()=>c()&&typeof localStorage!="undefined"?localStorage:void 0,Pe=({key:e,canTrack:t})=>{var n;try{return t?(n=G())==null?void 0:n.getItem(e):void 0}catch(r){console.debug("[LocalStorage] GET error: ",r);return}},Ce=({key:e,canTrack:t,value:n})=>{var r;try{t&&((r=G())==null||r.setItem(e,n))}catch(o){console.debug("[LocalStorage] SET error: ",o)}},z="builderVisitorId",Oe=({canTrack:e})=>{if(!e)return;const t=Pe({key:z,canTrack:e});if(p(t))return t;{const n=Ae();return Te({id:n,canTrack:e}),n}},Ae=()=>W(),Te=({id:e,canTrack:t})=>Ce({key:z,value:e,canTrack:t}),xe=async({canTrack:e})=>{if(!e)return{visitorId:void 0,sessionId:void 0};const t=await ve({canTrack:e}),n=Oe({canTrack:e});return{sessionId:t,visitorId:n}},Re=async({type:e,canTrack:t,apiKey:n,metadata:r,...o})=>({type:e,data:{...o,metadata:{url:location.href,...r},...await xe({canTrack:t}),userAttributes:N(),ownerId:n}});async function J(e){if(!e.apiKey){d.error("Missing API key for track call. Please provide your API key.");return}if(e.canTrack&&!F()&&(c()||I==="reactNative"))return fetch("https://cdn.builder.io/api/v1/track",{method:"POST",body:JSON.stringify({events:[await Re(e)]}),headers:{"content-type":"application/json"},mode:"cors"}).catch(t=>{console.error("Failed to track: ",t)})}const Be=e=>J({...e,canTrack:!0}),Le=["*.beta.builder.io","beta.builder.io","builder.io","localhost","qa.builder.io"];function H(e,t){if(!t.origin.startsWith("http")&&!t.origin.startsWith("https"))return!1;const n=new URL(t.origin),r=n.hostname;return(e||Le).findIndex(o=>o.startsWith("*.")?r.endsWith(o.slice(1)):o===r)>-1}const Ve="2.0.
|
|
1
|
+
"use strict";const I="react",b="[Builder.io]: ",d={log:(...e)=>console.log(b,...e),error:(...e)=>console.error(b,...e),warn:(...e)=>console.warn(b,...e),debug:(...e)=>console.debug(b,...e)};function c(){return typeof window!="undefined"&&typeof document!="undefined"}const ae=e=>{const t={};return e.forEach((n,r)=>{t[r]=n}),t},M=e=>e instanceof URLSearchParams?ae(e):e,U=e=>typeof e=="string"?e:e instanceof URLSearchParams?e.toString():new URLSearchParams(e).toString();function ce(){return c()&&window.self!==window.top}function F(e){return ce()&&U(e||window.location.search).indexOf("builder.frameEditing=")!==-1}const ue=()=>{if(c()){const e=new URL(location.href);return e.pathname===""&&(e.pathname="/"),e}else return console.warn("Cannot get location for tracking in non-browser environment"),null},de=()=>typeof navigator=="object"&&navigator.userAgent||"",N=()=>{const e=de(),t={Android(){return e.match(/Android/i)},BlackBerry(){return e.match(/BlackBerry/i)},iOS(){return e.match(/iPhone|iPod/i)},Opera(){return e.match(/Opera Mini/i)},Windows(){return e.match(/IEMobile/i)||e.match(/WPDesktop/i)},any(){return t.Android()||t.BlackBerry()||t.iOS()||t.Opera()||t.Windows()||I==="reactNative"}},n=e.match(/Tablet|iPad/i),r=ue();return{urlPath:r==null?void 0:r.pathname,host:(r==null?void 0:r.host)||(r==null?void 0:r.hostname),device:n?"tablet":t.any()?"mobile":"desktop"}},p=e=>e!=null;function le(e){const t=e||(c()?window.location.search:void 0);return t?U(t).indexOf("builder.preview=")!==-1:!1}const fe=e=>({type:"builder.registerComponent",data:k(e)}),ge=e=>{const t=e.toString().trim();return`return (${!t.startsWith("function")&&!t.startsWith("(")?"function ":""}${t}).apply(this, arguments)`};function k(e){return JSON.parse(JSON.stringify(e,(t,n)=>typeof n=="function"?ge(n):n))}const x={};function D(e,t){e==="plugin"&&(t=k(t));let n=x[e];if(n||(n=x[e]=[]),n.push(t),c()){const r={type:"builder.register",data:{type:e,info:t}};try{parent.postMessage(r,"*"),parent!==window&&window.postMessage(r,"*")}catch(o){console.debug("Could not postmessage",o)}}}const R={};function he(e){if(c()){Object.assign(R,e);const t={type:"builder.settingsChange",data:R};parent.postMessage(t,"*")}}const B="builder.",pe="options.",P=e=>{if(!e)return{};const t=M(e),n={};return Object.keys(t).forEach(r=>{if(r.startsWith(B)){const o=r.replace(B,"").replace(pe,"");n[o]=t[r]}}),n},me=()=>{if(!c())return{};const e=new URLSearchParams(window.location.search);return P(e)},ye=e=>{if(e==="localhost"||e==="127.0.0.1")return e;const t=e.split(".");return t.length>2?t.slice(1).join("."):e},j=({name:e,canTrack:t})=>{var n;try{return t?(n=document.cookie.split("; ").find(r=>r.startsWith(`${e}=`)))==null?void 0:n.split("=")[1]:void 0}catch(r){d.warn("[COOKIE] GET error: ",(r==null?void 0:r.message)||r);return}},K=async e=>j(e),Se=e=>e.map(([t,n])=>n?`${t}=${n}`:t).filter(p).join("; "),we=[["secure",""],["SameSite","None"]],be=({name:e,value:t,expires:n})=>{const o=(c()?location.protocol==="https:":!0)?we:[[]],s=n?[["expires",n.toUTCString()]]:[[]],a=[[e,t],...s,["path","/"],["domain",ye(window.location.hostname)],...o];return Se(a)},_=async({name:e,value:t,expires:n,canTrack:r})=>{try{if(!r)return;const o=be({name:e,value:t,expires:n});document.cookie=o}catch(o){d.warn("[COOKIE] SET error: ",(o==null?void 0:o.message)||o)}};function Ie(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(e){const t=Math.random()*16|0;return(e=="x"?t:t&3|8).toString(16)})}function W(){return Ie().replace(/-/g,"")}const $="builderSessionId",ve=async({canTrack:e})=>{if(!e)return;const t=await K({name:$,canTrack:e});if(p(t))return t;{const n=Ee();return ke({id:n,canTrack:e}),n}},Ee=()=>W(),ke=({id:e,canTrack:t})=>_({name:$,value:e,canTrack:t}),G=()=>c()&&typeof localStorage!="undefined"?localStorage:void 0,Pe=({key:e,canTrack:t})=>{var n;try{return t?(n=G())==null?void 0:n.getItem(e):void 0}catch(r){console.debug("[LocalStorage] GET error: ",r);return}},Ce=({key:e,canTrack:t,value:n})=>{var r;try{t&&((r=G())==null||r.setItem(e,n))}catch(o){console.debug("[LocalStorage] SET error: ",o)}},z="builderVisitorId",Oe=({canTrack:e})=>{if(!e)return;const t=Pe({key:z,canTrack:e});if(p(t))return t;{const n=Ae();return Te({id:n,canTrack:e}),n}},Ae=()=>W(),Te=({id:e,canTrack:t})=>Ce({key:z,value:e,canTrack:t}),xe=async({canTrack:e})=>{if(!e)return{visitorId:void 0,sessionId:void 0};const t=await ve({canTrack:e}),n=Oe({canTrack:e});return{sessionId:t,visitorId:n}},Re=async({type:e,canTrack:t,apiKey:n,metadata:r,...o})=>({type:e,data:{...o,metadata:{url:location.href,...r},...await xe({canTrack:t}),userAttributes:N(),ownerId:n}});async function J(e){if(!e.apiKey){d.error("Missing API key for track call. Please provide your API key.");return}if(e.canTrack&&!F()&&(c()||I==="reactNative"))return fetch("https://cdn.builder.io/api/v1/track",{method:"POST",body:JSON.stringify({events:[await Re(e)]}),headers:{"content-type":"application/json"},mode:"cors"}).catch(t=>{console.error("Failed to track: ",t)})}const Be=e=>J({...e,canTrack:!0}),Le=["*.beta.builder.io","beta.builder.io","builder.io","localhost","qa.builder.io"];function H(e,t){if(!t.origin.startsWith("http")&&!t.origin.startsWith("https"))return!1;const n=new URL(t.origin),r=n.hostname;return(e||Le).findIndex(o=>o.startsWith("*.")?r.endsWith(o.slice(1)):o===r)>-1}const Ve="2.0.23",Me=()=>{D("insertMenu",{name:"_default",default:!0,items:[{name:"Box"},{name:"Text"},{name:"Image"},{name:"Columns"},{name:"Core:Section"},{name:"Core:Button"},{name:"Embed"},{name:"Custom Code"}]})};let L=!1;const X=(e={})=>{var t,n;L||(L=!0,c()&&((t=window.parent)==null||t.postMessage({type:"builder.sdkInfo",data:{target:I,version:Ve,supportsPatchUpdates:!1,supportsAddBlockScoping:!0,supportsCustomBreakpoints:!0}},"*"),(n=window.parent)==null||n.postMessage({type:"builder.updateContent",data:{options:e}},"*"),window.addEventListener("message",r=>{var s,a;if(!H(e.trustedHosts,r))return;const{data:o}=r;if(o!=null&&o.type)switch(o.type){case"builder.evaluate":{const l=o.data.text,y=o.data.arguments||[],m=o.data.id,v=new Function(l);let u,g=null;try{u=v.apply(null,y)}catch(h){g=h}g?(s=window.parent)==null||s.postMessage({type:"builder.evaluateError",data:{id:m,error:g.message}},"*"):u&&typeof u.then=="function"?u.then(h=>{var S;(S=window.parent)==null||S.postMessage({type:"builder.evaluateResult",data:{id:m,result:h}},"*")}).catch(console.error):(a=window.parent)==null||a.postMessage({type:"builder.evaluateResult",data:{result:u,id:m}},"*");break}}})))},q=({model:e,trustedHosts:t,callbacks:n})=>r=>{if(!H(t,r))return;const{data:o}=r;if(o)switch(o.type){case"builder.configureSdk":{n.configureSdk(o.data);break}case"builder.triggerAnimation":{n.animation(o.data);break}case"builder.contentUpdate":{const s=o.data,a=s.key||s.alias||s.entry||s.modelName,l=s.data;a===e&&n.contentUpdate(l);break}}},Ue=(e,t,n)=>{if(!c)return d.warn("`subscribeToEditor` only works in the browser. It currently seems to be running on the server."),()=>{};X();const r=q({callbacks:{contentUpdate:t,animation:()=>{},configureSdk:()=>{}},model:e,trustedHosts:n==null?void 0:n.trustedHosts});return window.addEventListener("message",r),()=>{window.removeEventListener("message",r)}},Fe="builder.tests",C=e=>`${Fe}.${e}`,Ne=({contentId:e})=>K({name:C(e),canTrack:!0}),De=({contentId:e})=>j({name:C(e),canTrack:!0}),je=({contentId:e,value:t})=>_({name:C(e),value:t,canTrack:!0}),Q=e=>p(e.id)&&p(e.variations)&&Object.keys(e.variations).length>0,Ke=({id:e,variations:t})=>{var o;let n=0;const r=Math.random();for(const s in t){const a=(o=t[s])==null?void 0:o.testRatio;if(n+=a,r<n)return s}return e},Y=e=>{const t=Ke(e);return je({contentId:e.id,value:t}).catch(n=>{d.error("could not store A/B test variation: ",n)}),t},Z=({item:e,testGroupId:t})=>{const n=e.variations[t];return t===e.id||!n?{testVariationId:e.id,testVariationName:"Default"}:{data:n.data,testVariationId:n.id,testVariationName:n.name||(n.id===e.id?"Default":"")}},_e=({item:e,canTrack:t})=>{if(!t)return e;if(!e)return;if(!Q(e))return e;const n=De({contentId:e.id})||Y({variations:e.variations,id:e.id}),r=Z({item:e,testGroupId:n});return{...e,...r}},We=async({item:e,canTrack:t})=>{if(!t||!Q(e))return e;const r=await Ne({contentId:e.id})||Y({variations:e.variations,id:e.id}),o=Z({item:e,testGroupId:r});return{...e,...o}},ee=e=>p(e)?e:!0;function $e(){return typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:globalThis}function Ge(){const e=$e().fetch;if(typeof e=="undefined")throw console.warn(`Builder SDK could not find a global fetch function. Make sure you have a polyfill for fetch in your project.
|
|
2
2
|
For more information, read https://github.com/BuilderIO/this-package-uses-fetch`),new Error("Builder SDK could not find a global `fetch` function");return e}const ze=Ge();function E(e,t=null,n="."){return Object.keys(e).reduce((r,o)=>{const s=e[o],a=[t,o].filter(Boolean).join(n);return[typeof s=="object",s!==null,!(Array.isArray(s)&&s.length===0)].every(Boolean)?{...r,...E(s,a,n)}:{...r,[a]:s}},{})}function te(e,t,n={}){for(const r in e){const o=e[r],s=t?t+"."+r:r;o&&typeof o=="object"&&!Array.isArray(o)&&!Object.keys(o).find(a=>a.startsWith("$"))?te(o,s,n):n[s]=o}return n}const Je="v3",V=e=>typeof e=="number"&&!isNaN(e)&&e>=0,O=e=>{const{limit:t=30,userAttributes:n,query:r,model:o,apiKey:s,enrich:a,locale:l,apiVersion:y=Je,fields:m,omit:v,offset:u,cacheSeconds:g,staleCacheSeconds:h,sort:S,includeUnpublished:A}=e;if(!s)throw new Error("Missing API key");if(!["v3"].includes(y))throw new Error(`Invalid apiVersion: expected 'v3', received '${y}'`);const se=t!==1,i=new URL(`https://cdn.builder.io/api/${y}/content/${o}`);if(i.searchParams.set("apiKey",s),i.searchParams.set("limit",String(t)),i.searchParams.set("noTraverse",String(se)),i.searchParams.set("includeRefs",String(!0)),l&&i.searchParams.set("locale",l),a&&i.searchParams.set("enrich",String(a)),i.searchParams.set("omit",v||"meta.componentsUsed"),m&&i.searchParams.set("fields",m),Number.isFinite(u)&&u>-1&&i.searchParams.set("offset",String(Math.floor(u))),typeof A=="boolean"&&i.searchParams.set("includeUnpublished",String(A)),g&&V(g)&&i.searchParams.set("cacheSeconds",String(g)),h&&V(h)&&i.searchParams.set("staleCacheSeconds",String(h)),S){const f=E({sort:S});for(const w in f)i.searchParams.set(w,JSON.stringify(f[w]))}const ie={...me(),...M(e.options||{})},T=E(ie);for(const f in T)i.searchParams.set(f,String(T[f]));if(n&&i.searchParams.set("userAttributes",JSON.stringify(n)),r){const f=te({query:r});for(const w in f)i.searchParams.set(w,JSON.stringify(f[w]))}return i},He=e=>"results"in e;async function ne(e){const t=await oe({...e,limit:1});return t&&t[0]||null}const Xe=async e=>{var s;const t=O(e);return await(await((s=e.fetch)!=null?s:ze)(t.href,e.fetchOptions)).json()},re=async(e,t,n=O(e))=>{const r=ee(e.canTrack);if(n.search.includes("preview="),!r||!(c()||I==="reactNative"))return t.results;try{const o=[];for(const s of t.results)o.push(await We({item:s,canTrack:r}));t.results=o}catch(o){d.error("Could not process A/B tests. ",o)}return t.results};async function oe(e){try{const t=O(e),n=await Xe(e);return He(n)?re(e,n):(d.error("Error fetching data. ",{url:t,content:n,options:e}),null)}catch(t){return d.error("Error fetching data. ",t),null}}const qe=async e=>{var r,o,s;const t=e.path||((r=e.url)==null?void 0:r.pathname)||((o=e.userAttributes)==null?void 0:o.urlPath),n={...e,apiKey:e.apiKey,model:e.model||"page",userAttributes:{...e.userAttributes,...t?{urlPath:t}:{}},options:P(e.searchParams||((s=e.url)==null?void 0:s.searchParams)||e.options)};return{apiKey:n.apiKey,model:n.model,content:await ne(n)}};exports.MSG_PREFIX=b;exports.TARGET=I;exports._processContentResult=re;exports._track=J;exports.checkIsDefined=p;exports.createEditorListener=q;exports.createRegisterComponentMessage=fe;exports.fetchBuilderProps=qe;exports.fetchEntries=oe;exports.fetchOneEntry=ne;exports.getBuilderSearchParams=P;exports.getDefaultCanTrack=ee;exports.getUserAttributes=N;exports.handleABTestingSync=_e;exports.isBrowser=c;exports.isEditing=F;exports.isPreviewing=le;exports.logger=d;exports.register=D;exports.registerInsertMenu=Me;exports.serializeIncludingFunctions=k;exports.setEditorSettings=he;exports.setupBrowserForEditing=X;exports.subscribeToEditor=Ue;exports.track=Be;
|
|
@@ -302,7 +302,7 @@ function $(t, e) {
|
|
|
302
302
|
const n = new URL(e.origin), r = n.hostname;
|
|
303
303
|
return (t || kt).findIndex((o) => o.startsWith("*.") ? r.endsWith(o.slice(1)) : o === r) > -1;
|
|
304
304
|
}
|
|
305
|
-
const Et = "2.0.
|
|
305
|
+
const Et = "2.0.23", zt = () => {
|
|
306
306
|
ot("insertMenu", {
|
|
307
307
|
name: "_default",
|
|
308
308
|
default: !0,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./server-entry-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./server-entry-a7139d8f.cjs");exports._processContentResult=e._processContentResult;exports.createRegisterComponentMessage=e.createRegisterComponentMessage;exports.fetchBuilderProps=e.fetchBuilderProps;exports.fetchEntries=e.fetchEntries;exports.fetchOneEntry=e.fetchOneEntry;exports.getBuilderSearchParams=e.getBuilderSearchParams;exports.isEditing=e.isEditing;exports.isPreviewing=e.isPreviewing;exports.register=e.register;exports.setEditorSettings=e.setEditorSettings;exports.subscribeToEditor=e.subscribeToEditor;exports.track=e.track;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _processContentResult as r, createRegisterComponentMessage as s, fetchBuilderProps as i, fetchEntries as n, fetchOneEntry as o, getBuilderSearchParams as c, isEditing as g, isPreviewing as a, register as d, setEditorSettings as E, subscribeToEditor as f, track as h } from "./server-entry-
|
|
1
|
+
import { _processContentResult as r, createRegisterComponentMessage as s, fetchBuilderProps as i, fetchEntries as n, fetchOneEntry as o, getBuilderSearchParams as c, isEditing as g, isPreviewing as a, register as d, setEditorSettings as E, subscribeToEditor as f, track as h } from "./server-entry-fa11b353.js";
|
|
2
2
|
export {
|
|
3
3
|
r as _processContentResult,
|
|
4
4
|
s as createRegisterComponentMessage,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";const serverEntry=require("./server-entry-
|
|
1
|
+
"use strict";const serverEntry=require("./server-entry-a7139d8f.cjs"),getFunctionArguments=({builder:e,context:t,event:o,state:n})=>Object.entries({state:n,Builder:e,builder:e,context:t,event:o}),getBuilderGlobals=()=>({isEditing:serverEntry.isEditing(),isBrowser:serverEntry.isBrowser(),isServer:!serverEntry.isBrowser(),getUserAttributes:()=>serverEntry.getUserAttributes()}),parseCode=(e,{isExpression:t=!0})=>t&&!(e.includes(";")||e.includes(" return ")||e.trim().startsWith("return "))?`return (${e});`:e;function flattenState({rootState:e,localState:t,rootSetState:o}){return new Proxy(e,{get:(n,r)=>{if(t&&r in t)return t[r];const s=n[r];return typeof s=="object"&&s!==null?flattenState({rootState:s,localState:void 0,rootSetState:o?i=>{n[r]=i,o(n)}:void 0}):s},set:(n,r,s)=>{if(t&&r in t)throw new Error("Writing to local state is not allowed as it is read-only.");return n[r]=s,o==null||o(n),!0}})}const SDK_NAME_FOR_TARGET=(()=>{switch(serverEntry.TARGET){case"rsc":return"react-nextjs";case"reactNative":return"react-native";default:return serverEntry.TARGET}})(),SDK_NAME=`@builder.io/sdk-${SDK_NAME_FOR_TARGET}`,fastClone=e=>JSON.parse(JSON.stringify(e)),set=(e,t,o)=>{if(Object(e)!==e)return e;const n=Array.isArray(t)?t:t.toString().match(/[^.[\]]+/g);return n.slice(0,-1).reduce((r,s,i)=>Object(r[s])===r[s]?r[s]:r[s]=Math.abs(Number(n[i+1]))>>0===+n[i+1]?[]:{},e)[n[n.length-1]]=o,e},noop=()=>{};let safeDynamicRequire=noop;try{safeDynamicRequire=eval("require")}catch(e){}const getSyncValName=e=>`bldr_${e}_sync`,BUILDER_SET_STATE_NAME="BUILDER_SET_STATE",INJECTED_IVM_GLOBAL="BUILDER_IVM",REF_TO_PROXY_FN=`
|
|
2
2
|
var refToProxy = (obj) => {
|
|
3
3
|
if (typeof obj !== 'object' || obj === null) {
|
|
4
4
|
return obj;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { isEditing, isBrowser, getUserAttributes, TARGET, logger, MSG_PREFIX, checkIsDefined } from "./server-entry-
|
|
1
|
+
import { isEditing, isBrowser, getUserAttributes, TARGET, logger, MSG_PREFIX, checkIsDefined } from "./server-entry-fa11b353.js";
|
|
2
2
|
const getFunctionArguments = ({
|
|
3
3
|
builder: e,
|
|
4
4
|
context: t,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@builder.io/sdk-react",
|
|
3
3
|
"description": "Builder.io SDK for React",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.24-0",
|
|
5
5
|
"homepage": "https://github.com/BuilderIO/builder/tree/main/packages/sdks/output/react",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"repository": {
|
|
@@ -148,5 +148,6 @@
|
|
|
148
148
|
]
|
|
149
149
|
}
|
|
150
150
|
}
|
|
151
|
-
}
|
|
151
|
+
},
|
|
152
|
+
"stableVersion": "2.0.23"
|
|
152
153
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './textarea';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* This import is used by the Svelte SDK. Do not remove.
|
|
4
|
+
*/
|
|
5
|
+
export interface TextareaProps {
|
|
6
|
+
attributes?: any;
|
|
7
|
+
name?: string;
|
|
8
|
+
value?: string;
|
|
9
|
+
defaultValue?: string;
|
|
10
|
+
placeholder?: string;
|
|
11
|
+
}
|
|
12
|
+
declare function Textarea(props: TextareaProps): React.JSX.Element;
|
|
13
|
+
export default Textarea;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './button.js';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { BuilderBlock } from '../../types/builder-block.js';
|
|
2
|
+
import type { BuilderComponentsProp, BuilderDataProps, BuilderLinkComponentProp } from '../../types/builder-props.js';
|
|
3
|
+
export type Column = {
|
|
4
|
+
blocks: BuilderBlock[];
|
|
5
|
+
width?: number;
|
|
6
|
+
link?: string;
|
|
7
|
+
};
|
|
8
|
+
type StackColumnsAt = 'tablet' | 'mobile' | 'never';
|
|
9
|
+
export interface ColumnProps extends BuilderComponentsProp, BuilderLinkComponentProp, BuilderDataProps {
|
|
10
|
+
columns?: Column[];
|
|
11
|
+
space?: number;
|
|
12
|
+
stackColumnsAt?: StackColumnsAt;
|
|
13
|
+
reverseColumnsWhenStacked?: boolean;
|
|
14
|
+
}
|
|
15
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const getColumnsClass: (id?: string) => string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './columns.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './custom-code.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const isJsScript: (script: HTMLScriptElement) => boolean;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './embed.js';
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* This import is used by the Svelte SDK. Do not remove.
|
|
4
|
+
*/
|
|
5
|
+
export type FormProps = BuilderDataProps & BuilderComponentsProp & BuilderLinkComponentProp & {
|
|
6
|
+
attributes?: any;
|
|
7
|
+
name?: string;
|
|
8
|
+
action?: string;
|
|
9
|
+
validate?: boolean;
|
|
10
|
+
method?: string;
|
|
11
|
+
sendSubmissionsTo?: string;
|
|
12
|
+
sendSubmissionsToEmail?: string;
|
|
13
|
+
sendWithJs?: boolean;
|
|
14
|
+
contentType?: string;
|
|
15
|
+
customHeaders?: {
|
|
16
|
+
[key: string]: string;
|
|
17
|
+
};
|
|
18
|
+
successUrl?: string;
|
|
19
|
+
previewState?: FormState;
|
|
20
|
+
successMessage?: BuilderBlock[];
|
|
21
|
+
errorMessage?: BuilderBlock[];
|
|
22
|
+
sendingMessage?: BuilderBlock[];
|
|
23
|
+
resetFormOnSubmit?: boolean;
|
|
24
|
+
errorMessagePath?: string;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* This import is used by the Svelte SDK. Do not remove.
|
|
28
|
+
*/
|
|
29
|
+
export type FormState = "unsubmitted" | "sending" | "success" | "error";
|
|
30
|
+
import type { BuilderBlock } from "../../../types/builder-block.js";
|
|
31
|
+
import type { BuilderComponentsProp, BuilderDataProps, BuilderLinkComponentProp } from "../../../types/builder-props.js";
|
|
32
|
+
declare function FormComponent(props: FormProps): React.JSX.Element;
|
|
33
|
+
export default FormComponent;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './form.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './input.js';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* This import is used by the Svelte SDK. Do not remove.
|
|
4
|
+
*/
|
|
5
|
+
export interface FormInputProps {
|
|
6
|
+
type?: string;
|
|
7
|
+
attributes?: any;
|
|
8
|
+
name?: string;
|
|
9
|
+
value?: string;
|
|
10
|
+
placeholder?: string;
|
|
11
|
+
defaultValue?: string;
|
|
12
|
+
required?: boolean;
|
|
13
|
+
}
|
|
14
|
+
declare function FormInputComponent(props: FormInputProps): React.JSX.Element;
|
|
15
|
+
export default FormInputComponent;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './select.js';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* This import is used by the Svelte SDK. Do not remove.
|
|
4
|
+
*/
|
|
5
|
+
export interface FormSelectProps {
|
|
6
|
+
options?: {
|
|
7
|
+
name?: string;
|
|
8
|
+
value: string;
|
|
9
|
+
}[];
|
|
10
|
+
attributes?: any;
|
|
11
|
+
name?: string;
|
|
12
|
+
value?: string;
|
|
13
|
+
defaultValue?: string;
|
|
14
|
+
}
|
|
15
|
+
declare function SelectComponent(props: FormSelectProps): React.JSX.Element;
|
|
16
|
+
export default SelectComponent;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './submit-button.js';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* This import is used by the Svelte SDK. Do not remove.
|
|
4
|
+
*/
|
|
5
|
+
export interface ButtonProps {
|
|
6
|
+
attributes?: any;
|
|
7
|
+
text?: string;
|
|
8
|
+
}
|
|
9
|
+
declare function SubmitButton(props: ButtonProps): React.JSX.Element;
|
|
10
|
+
export default SubmitButton;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './fragment.js';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare function filterAttrs(attrs: {
|
|
2
|
+
[index: string]: any;
|
|
3
|
+
}, prefix: string, isEvent: boolean): {
|
|
4
|
+
[index: string]: any;
|
|
5
|
+
};
|
|
6
|
+
/**
|
|
7
|
+
* Svelte SDK: workaround to dynamically provide event handlers to components/elements.
|
|
8
|
+
* https://svelte.dev/repl/1246699e266f41218a8eeb45b9b58b54?version=3.24.1
|
|
9
|
+
*/
|
|
10
|
+
export declare function setAttrs(node: HTMLElement, attrs?: Record<string, (event: Event) => void>): {
|
|
11
|
+
update(attrs?: {}): void;
|
|
12
|
+
destroy(): void;
|
|
13
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function getSrcSet(url: string): string;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { BuilderBlock } from '../../types/builder-block.js';
|
|
2
|
+
export interface ImageProps {
|
|
3
|
+
className?: string;
|
|
4
|
+
image: string;
|
|
5
|
+
sizes?: string;
|
|
6
|
+
lazy?: boolean;
|
|
7
|
+
height?: number;
|
|
8
|
+
width?: number;
|
|
9
|
+
altText?: string;
|
|
10
|
+
backgroundSize?: 'cover' | 'contain';
|
|
11
|
+
backgroundPosition?: string;
|
|
12
|
+
srcset?: string;
|
|
13
|
+
aspectRatio?: number;
|
|
14
|
+
children?: any;
|
|
15
|
+
fitContent?: boolean;
|
|
16
|
+
builderBlock?: BuilderBlock;
|
|
17
|
+
noWebp?: boolean;
|
|
18
|
+
src?: string;
|
|
19
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './image.js';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* This import is used by the Svelte SDK. Do not remove.
|
|
4
|
+
*/
|
|
5
|
+
export interface ImgProps {
|
|
6
|
+
attributes?: any;
|
|
7
|
+
imgSrc?: string;
|
|
8
|
+
image?: string;
|
|
9
|
+
altText?: string;
|
|
10
|
+
backgroundSize?: "cover" | "contain";
|
|
11
|
+
backgroundPosition?: "center" | "top" | "left" | "right" | "bottom" | "top left" | "top right" | "bottom left" | "bottom right";
|
|
12
|
+
}
|
|
13
|
+
declare function ImgComponent(props: ImgProps): React.JSX.Element;
|
|
14
|
+
export default ImgComponent;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './img.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './raw-text.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './section.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './slot.js';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
export type DropzoneProps = BuilderDataProps & {
|
|
3
|
+
name: string;
|
|
4
|
+
attributes: any;
|
|
5
|
+
};
|
|
6
|
+
import type { BuilderDataProps } from "../../types/builder-props.js";
|
|
7
|
+
declare function Slot(props: DropzoneProps): React.JSX.Element;
|
|
8
|
+
export default Slot;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './symbol.js';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { BuilderContextInterface } from '../../context/types.js';
|
|
2
|
+
import type { BuilderContent } from '../../types/builder-content.js';
|
|
3
|
+
export interface SymbolInfo {
|
|
4
|
+
model?: string;
|
|
5
|
+
entry?: string;
|
|
6
|
+
data?: any;
|
|
7
|
+
content?: BuilderContent;
|
|
8
|
+
inline?: boolean;
|
|
9
|
+
dynamic?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export declare const fetchSymbolContent: ({ builderContextValue, symbol }: {
|
|
12
|
+
symbol: SymbolInfo | undefined;
|
|
13
|
+
builderContextValue: BuilderContextInterface;
|
|
14
|
+
}) => Promise<any>;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { BuilderContent } from '../../types/builder-content.js';
|
|
2
|
+
import type { BuilderComponentsProp, BuilderDataProps, BuilderLinkComponentProp } from '../../types/builder-props.js';
|
|
3
|
+
interface SymbolInfo {
|
|
4
|
+
model?: string;
|
|
5
|
+
entry?: string;
|
|
6
|
+
data?: any;
|
|
7
|
+
content?: BuilderContent;
|
|
8
|
+
inline?: boolean;
|
|
9
|
+
dynamic?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export interface SymbolProps extends BuilderComponentsProp, BuilderDataProps, BuilderLinkComponentProp {
|
|
12
|
+
symbol?: SymbolInfo;
|
|
13
|
+
dataOnly?: boolean;
|
|
14
|
+
dynamic?: boolean;
|
|
15
|
+
attributes?: any;
|
|
16
|
+
inheritState?: boolean;
|
|
17
|
+
}
|
|
18
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './tabs.js';
|