@riverbankcms/sdk 0.78.2 → 0.80.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/README.md +80 -0
- package/dist/PreviewEditorSidebar-QZG37QIF.mjs +2655 -0
- package/dist/{PreviewEditorUI-CS5P4N3P.mjs → PreviewEditorUI-AXIKSMZA.mjs} +27 -4
- package/dist/SdkPreviewModeRuntime-XE5M4UKM.mjs +8 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +56 -0
- package/dist/_dts/api/src/endpoints.d.ts +79 -0
- package/dist/_dts/api/src/index.d.ts +6 -4
- package/dist/_dts/api/src/media.d.ts +8 -1
- package/dist/_dts/api/src/navigation/dashboardSettingsNav.d.ts +1 -1
- package/dist/_dts/api/src/navigation/dashboardSiteNav.d.ts +8 -8
- package/dist/_dts/api/src/navigation/identity.d.ts +59 -0
- package/dist/_dts/api/src/navigation.d.ts +2 -0
- package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +4 -0
- package/dist/_dts/api/src/sdkContracts.d.ts +1 -0
- package/dist/_dts/api/src/siteIcons.d.ts +128 -0
- package/dist/_dts/api/src/siteInfrastructure.d.ts +124 -0
- package/dist/_dts/api/src/siteManagementEndpoints.d.ts +16 -0
- package/dist/_dts/api/src/siteOnboarding.d.ts +13 -0
- package/dist/_dts/api/src/sitePlatformEndpoints.d.ts +17 -1
- package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +6 -1
- package/dist/_dts/api/src/types.d.ts +1 -1
- package/dist/_dts/api/src/webhooks.d.ts +239 -0
- package/dist/_dts/block-form/src/client/index.d.ts +2 -0
- package/dist/_dts/block-form/src/index.d.ts +2 -0
- package/dist/_dts/block-form/src/utils/evaluateVisibility.d.ts +2 -1
- package/dist/_dts/blocks/src/client/header.d.ts +1 -1
- package/dist/_dts/blocks/src/client.d.ts +12 -12
- package/dist/_dts/blocks/src/index.d.ts +5 -1
- package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/cart.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/collection.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/events/event-listing.d.ts +2 -2
- package/dist/_dts/blocks/src/system/blocks/events/event-spotlight.d.ts +2 -1
- package/dist/_dts/blocks/src/system/blocks/events/shared/types.d.ts +4 -1
- package/dist/_dts/blocks/src/system/blocks/faq.d.ts +294 -289
- package/dist/_dts/blocks/src/system/blocks/feature-card-icons.d.ts +57 -0
- package/dist/_dts/blocks/src/system/blocks/feature-cards.d.ts +4 -0
- package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/index.d.ts +1 -0
- package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +22 -22
- package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/shop.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/testimonials.d.ts +13 -1
- package/dist/_dts/blocks/src/system/customize/backgrounds.d.ts +179 -0
- package/dist/_dts/blocks/src/system/fields/boxStyles.d.ts +4 -2
- package/dist/_dts/blocks/src/system/fragments/library/faqHeading.d.ts +1 -0
- package/dist/_dts/blocks/src/system/fragments/library/testimonialsCarousel.d.ts +10 -0
- package/dist/_dts/blocks/src/system/helpers/resolveBackground.d.ts +3 -1
- package/dist/_dts/blocks/src/system/icons/ids.d.ts +13 -0
- package/dist/_dts/blocks/src/system/icons/index.d.ts +6 -0
- package/dist/_dts/blocks/src/system/icons/presets.d.ts +4 -0
- package/dist/_dts/blocks/src/system/icons/registry.d.ts +18 -0
- package/dist/_dts/blocks/src/system/icons/semantic.d.ts +239 -0
- package/dist/_dts/blocks/src/system/icons/value.d.ts +94 -0
- package/dist/_dts/blocks/src/system/index.d.ts +1 -0
- package/dist/_dts/blocks/src/system/manifest/fieldValidation/index.d.ts +4 -1
- package/dist/_dts/blocks/src/system/manifest/schema.d.ts +23 -0
- package/dist/_dts/blocks/src/system/node/fragments/headingDecoration.d.ts +1 -4
- package/dist/_dts/blocks/src/system/node/validation-constants.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/components/registry.client.d.ts +7 -7
- package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +3 -3
- package/dist/_dts/blocks/src/system/runtime/header/enhanceHeaderSection.d.ts +10 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventListing.interactive.d.ts +5 -5
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventListing.server.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventSpotlight.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventCard.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventDetailModal.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventModals.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/feature-card-icon.d.ts +13 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/header-section.client.d.ts +2 -2
- package/dist/_dts/blocks/src/system/transforms/registry/boxStyles.d.ts +3 -0
- package/dist/_dts/blocks/src/system/transforms/registry/layout.d.ts +9 -0
- package/dist/_dts/blocks/src/system/transforms/typed.d.ts +14 -1
- package/dist/_dts/content-model/src/contentManifest.d.ts +3 -1
- package/dist/_dts/core/src/branded.d.ts +6 -0
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +200 -3
- package/dist/_dts/editor-blocks/src/block-editor/BlockCard.d.ts +8 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardBody.d.ts +8 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardHeader.d.ts +8 -2
- package/dist/_dts/editor-blocks/src/block-editor/FeatureCardIconsPanel.d.ts +17 -0
- package/dist/_dts/editor-blocks/src/block-editor/GeneratedIconSetDialog.d.ts +42 -0
- package/dist/_dts/editor-blocks/src/block-editor/SortableBlockItem.d.ts +7 -1
- package/dist/_dts/editor-blocks/src/block-editor/featureCardIconActions.d.ts +82 -0
- package/dist/_dts/editor-blocks/src/index.d.ts +2 -0
- package/dist/_dts/editor-blocks/src/widgets/icon-picker/IconPickerField.d.ts +1 -1
- package/dist/_dts/media-core/src/fileDomain.d.ts +8 -1
- package/dist/_dts/media-editor/src/MediaEditor.d.ts +3 -2
- package/dist/_dts/media-react/src/components/MediaLibrary.d.ts +2 -1
- package/dist/_dts/media-react/src/components/MediaPickerMini.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/blocks/BlockToolbar.d.ts +5 -1
- package/dist/_dts/preview-next/src/client/blocks/previewCustomizeActions.d.ts +17 -0
- package/dist/_dts/preview-next/src/client/blocks/previewCustomizeControlPlan.d.ts +24 -0
- package/dist/_dts/preview-next/src/client/blocks/useBlockCustomizeControls.d.ts +34 -0
- package/dist/_dts/preview-next/src/client/preview/PageBlockEditorPanel.d.ts +2 -5
- package/dist/_dts/preview-next/src/client/preview/PageDesignEditorStateContext.d.ts +8 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewBlockCustomizeSelectionContext.d.ts +20 -0
- package/dist/_dts/preview-next/src/client/preview/PreviewOpenEditorButton.d.ts +2 -0
- package/dist/_dts/preview-next/src/client/preview/SelectedBlockCustomizePanel.d.ts +13 -0
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +3 -2
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeEditorDraftPatch.d.ts +13 -0
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeHistory.d.ts +6 -0
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeRuntimePatch.d.ts +2 -0
- package/dist/_dts/preview-next/src/client/preview/storeTypes.d.ts +4 -0
- package/dist/_dts/preview-next/src/client/widgets/widgetOverrides.d.ts +3 -1
- package/dist/_dts/sdk/src/cli/commands/webhooks.d.ts +44 -0
- package/dist/_dts/sdk/src/cli/navigationIdentity.d.ts +11 -0
- package/dist/_dts/sdk/src/cli/site-commands/navigationCommands.d.ts +4 -0
- package/dist/_dts/sdk/src/cli/site-commands/oneOffCommands.d.ts +1 -0
- package/dist/_dts/sdk/src/cli/sync/diff.d.ts +9 -0
- package/dist/_dts/sdk/src/client/management/index.d.ts +1 -1
- package/dist/_dts/sdk/src/client/management/types.d.ts +58 -0
- package/dist/_dts/sdk/src/client/management/webhooks.d.ts +3 -0
- package/dist/_dts/sdk/src/config/field-definitions.d.ts +3 -1
- package/dist/_dts/sdk/src/contracts/index.d.ts +1 -1
- package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +24 -4
- package/dist/_dts/sdk/src/next/index.d.ts +1 -1
- package/dist/_dts/sdk/src/next/revalidate.d.ts +26 -5
- package/dist/_dts/sdk/src/next/static-params.d.ts +28 -3
- package/dist/_dts/sdk/src/public-api/contracts.d.ts +5 -1
- package/dist/_dts/sdk/src/public-api/runtime.d.ts +1 -1
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/sdk/src/webhooks/index.d.ts +1 -1
- package/dist/_dts/sdk/src/webhooks/verify.d.ts +6 -102
- package/dist/_dts/site-commands/src/commands.d.ts +3 -0
- package/dist/_dts/theme-core/src/accordions/siteStyleDefaults.d.ts +220 -0
- package/dist/_dts/theme-core/src/accordions/types.d.ts +45 -2
- package/dist/_dts/theme-core/src/blockOverrides.d.ts +8 -0
- package/dist/_dts/theme-core/src/blocks/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/blocks/vars/testimonials.d.ts +4 -1
- package/dist/_dts/theme-core/src/buttons/personalities/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/cards/core.d.ts +20 -0
- package/dist/_dts/theme-core/src/cards/generateDefaultCardSystem.d.ts +6 -3
- package/dist/_dts/theme-core/src/cards/siteStyleDefaults.d.ts +105 -0
- package/dist/_dts/theme-core/src/cards/types.d.ts +177 -0
- package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +159 -21
- package/dist/_dts/theme-core/src/palette/variants/index.d.ts +15 -0
- package/dist/_dts/theme-core/src/palette/variants/soft-natural.d.ts +16 -0
- package/dist/_dts/theme-core/src/palette/variants/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/schema.d.ts +451 -57
- package/dist/_dts/theme-core/src/site-styles/appearancePresetCatalog.d.ts +86 -17
- package/dist/_dts/theme-core/src/site-styles/appearancePresetTypes.d.ts +2 -3
- package/dist/_dts/theme-core/src/site-styles/blockAppearancePresets.d.ts +86 -17
- package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +135 -3
- package/dist/_dts/theme-core/src/site-styles/designState.d.ts +5 -5
- package/dist/_dts/theme-core/src/site-styles/footerLooks.d.ts +20 -1
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +8 -2
- package/dist/_dts/theme-core/src/site-styles/headerLooks.d.ts +286 -6
- package/dist/_dts/theme-core/src/site-styles/index.d.ts +2 -0
- package/dist/_dts/theme-core/src/site-styles/logoBranding.d.ts +193 -0
- package/dist/_dts/theme-core/src/site-styles/previewCompiler.d.ts +6 -12
- package/dist/_dts/theme-core/src/site-styles/rawStyleFields.d.ts +2 -0
- package/dist/_dts/theme-core/src/site-styles/runtimeCompiler.d.ts +10 -7
- package/dist/_dts/theme-core/src/site-styles/siteStyleThemeCompiler.d.ts +11 -0
- package/dist/_dts/theme-core/src/site-styles/sourceCatalogs.d.ts +2 -2
- package/dist/_dts/theme-core/src/site-styles/styleTags.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/testimonialQuotePresets.d.ts +15 -0
- package/dist/_dts/theme-core/src/site-styles/tokenRecipes.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/types.d.ts +7 -29
- package/dist/_dts/theme-core/src/tokens/themeColorTokens.d.ts +2 -0
- package/dist/_dts/ui/src/combobox.d.ts +1 -0
- package/dist/{PreviewEditorSidebar-4DXLYX2V.mjs → chunk-5NZGBSJF.mjs} +2215 -2566
- package/dist/{chunk-RGTOD4AJ.mjs → chunk-7PCYG6YV.mjs} +621 -108
- package/dist/{chunk-CR5HKAGU.mjs → chunk-BBLZSQEY.mjs} +79 -0
- package/dist/{chunk-MCRQMPET.mjs → chunk-GYXKAUFV.mjs} +4500 -912
- package/dist/{chunk-6HYXHRAI.mjs → chunk-HTB4BMKD.mjs} +267 -49
- package/dist/{chunk-OKMBEAXY.mjs → chunk-MPBNEVPB.mjs} +1 -1
- package/dist/cli/index.mjs +3255 -702
- package/dist/cli/init-docs/content/workflow-editor-workflows.md +2 -0
- package/dist/cli/init-docs/content/workflow-isr-revalidation.md +150 -0
- package/dist/client/{accordion-PLYNJIIM.mjs → accordion-QFZMNB7O.mjs} +1 -1
- package/dist/client/{bookingForm-BXAP6AO7.mjs → bookingForm-NCIXFWIG.mjs} +3 -3
- package/dist/client/bookings.mjs +1246 -323
- package/dist/client/{carousel-TRBXDHGF.mjs → carousel-EO4BJMWD.mjs} +2 -2
- package/dist/client/{cart-Z7H3HJRS.mjs → cart-FTYCLYUW.mjs} +5 -5
- package/dist/client/{checkout-WAFCUBIX.mjs → checkout-NFGLVCOX.mjs} +5 -5
- package/dist/client/{chunk-CWGTG37I.mjs → chunk-4W66ALYT.mjs} +1 -1
- package/dist/client/{chunk-JRDUHZCT.mjs → chunk-6GVVWSPU.mjs} +4 -4
- package/dist/client/{chunk-75OUS5MT.mjs → chunk-IWFZSQNZ.mjs} +1 -1
- package/dist/client/{chunk-JGXPTEI2.mjs → chunk-PUOELU4O.mjs} +95 -8
- package/dist/client/{chunk-FUXW6VW2.mjs → chunk-PYRBIURC.mjs} +4 -4
- package/dist/client/{chunk-ZI3LLBPZ.mjs → chunk-T6UIP6UZ.mjs} +1 -1
- package/dist/client/{chunk-DNRGY432.mjs → chunk-VDS5YFLX.mjs} +1 -1
- package/dist/client/{chunk-UVQEJJTN.mjs → chunk-Y37KDO7P.mjs} +1 -1
- package/dist/client/client.mjs +24277 -20796
- package/dist/client/{courseRegistration-AHFQHWIJ.mjs → courseRegistration-2EORROPS.mjs} +3 -3
- package/dist/client/{eventCalendar-LDXTV5R7.mjs → eventCalendar-WZI4VL6N.mjs} +5 -5
- package/dist/client/{eventCombined-A4JGTNJO.mjs → eventCombined-QCB2TCNL.mjs} +5 -5
- package/dist/client/{eventDetails-4YXTZ7EG.mjs → eventDetails-TFTATAPH.mjs} +5 -5
- package/dist/client/{eventListing-P72TPFFM.mjs → eventListing-A2CQEHEQ.mjs} +5 -5
- package/dist/client/{eventRegistration-LSYJHGMT.mjs → eventRegistration-OELPVLUY.mjs} +5 -5
- package/dist/client/{form-AOPYOKOW.mjs → form-NTIFD6WQ.mjs} +1 -1
- package/dist/client/{headerSection-5TFYDFVQ.mjs → headerSection-7TBNKCLA.mjs} +65 -24
- package/dist/client/hooks.mjs +3687 -2024
- package/dist/client/{locationMap-QSZ3ZVAZ.mjs → locationMap-LRLB5A3H.mjs} +1 -1
- package/dist/client/{newsletterForm-KTRHZY52.mjs → newsletterForm-XI52RZSN.mjs} +1 -1
- package/dist/client/{productDetail-N4E775RG.mjs → productDetail-GSNKBFLY.mjs} +5 -5
- package/dist/client/{productList-UGUQ2S45.mjs → productList-BGCGT4KZ.mjs} +5 -5
- package/dist/client/rendering/client.mjs +5274 -3030
- package/dist/client/rendering/islands.mjs +18 -18
- package/dist/client/rendering.mjs +6271 -2790
- package/dist/client/{shop-VHSZEEQ2.mjs → shop-RQHUCLNY.mjs} +5 -5
- package/dist/preview-next/before-render.mjs +79 -0
- package/dist/preview-next/client/runtime.mjs +5 -5
- package/dist/preview-next/middleware.mjs +79 -0
- package/dist/{sdk-runtime-WHPJEF5G.mjs → sdk-runtime-A4LHT2RS.mjs} +6 -6
- package/dist/server/components.mjs +6215 -3057
- package/dist/server/config-validation.mjs +3858 -2194
- package/dist/server/config.mjs +3858 -2194
- package/dist/server/data.mjs +3687 -2024
- package/dist/server/index.mjs +88 -1
- package/dist/server/next/revalidate.mjs +229 -34
- package/dist/server/next.mjs +6295 -3036
- package/dist/server/page-converter.mjs +3055 -1883
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +6220 -3062
- package/dist/server/rendering.mjs +6233 -3075
- package/dist/server/routing.mjs +4251 -2137
- package/dist/server/server.mjs +3705 -2042
- package/dist/server/theme-bridge.mjs +1617 -329
- package/dist/server/theme.mjs +411 -221
- package/dist/server/webhooks.mjs +129 -25
- package/dist/styles/index.css +355 -33
- package/package.json +2 -1
- package/dist/SdkPreviewModeRuntime-IJDHTW4W.mjs +0 -8
- package/dist/chunk-4QEGTLK6.mjs +0 -1175
|
@@ -139,7 +139,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
139
139
|
layoutGridRowField?: string | undefined;
|
|
140
140
|
layoutGridColumnField?: string | undefined;
|
|
141
141
|
layoutGridMaxRows?: number | undefined;
|
|
142
|
-
iconPickerPreset?: "cta" | undefined;
|
|
142
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
143
143
|
contentTypeField?: string | undefined;
|
|
144
144
|
fixedContentType?: string | undefined;
|
|
145
145
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -249,7 +249,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
249
249
|
layoutGridRowField?: string | undefined;
|
|
250
250
|
layoutGridColumnField?: string | undefined;
|
|
251
251
|
layoutGridMaxRows?: number | undefined;
|
|
252
|
-
iconPickerPreset?: "cta" | undefined;
|
|
252
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
253
253
|
contentTypeField?: string | undefined;
|
|
254
254
|
fixedContentType?: string | undefined;
|
|
255
255
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -371,7 +371,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
371
371
|
layoutGridRowField?: string | undefined;
|
|
372
372
|
layoutGridColumnField?: string | undefined;
|
|
373
373
|
layoutGridMaxRows?: number | undefined;
|
|
374
|
-
iconPickerPreset?: "cta" | undefined;
|
|
374
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
375
375
|
contentTypeField?: string | undefined;
|
|
376
376
|
fixedContentType?: string | undefined;
|
|
377
377
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -486,7 +486,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
486
486
|
layoutGridRowField?: string | undefined;
|
|
487
487
|
layoutGridColumnField?: string | undefined;
|
|
488
488
|
layoutGridMaxRows?: number | undefined;
|
|
489
|
-
iconPickerPreset?: "cta" | undefined;
|
|
489
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
490
490
|
contentTypeField?: string | undefined;
|
|
491
491
|
fixedContentType?: string | undefined;
|
|
492
492
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -593,7 +593,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
593
593
|
layoutGridRowField?: string | undefined;
|
|
594
594
|
layoutGridColumnField?: string | undefined;
|
|
595
595
|
layoutGridMaxRows?: number | undefined;
|
|
596
|
-
iconPickerPreset?: "cta" | undefined;
|
|
596
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
597
597
|
contentTypeField?: string | undefined;
|
|
598
598
|
fixedContentType?: string | undefined;
|
|
599
599
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -700,7 +700,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
700
700
|
layoutGridRowField?: string | undefined;
|
|
701
701
|
layoutGridColumnField?: string | undefined;
|
|
702
702
|
layoutGridMaxRows?: number | undefined;
|
|
703
|
-
iconPickerPreset?: "cta" | undefined;
|
|
703
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
704
704
|
contentTypeField?: string | undefined;
|
|
705
705
|
fixedContentType?: string | undefined;
|
|
706
706
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -808,7 +808,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
808
808
|
layoutGridRowField?: string | undefined;
|
|
809
809
|
layoutGridColumnField?: string | undefined;
|
|
810
810
|
layoutGridMaxRows?: number | undefined;
|
|
811
|
-
iconPickerPreset?: "cta" | undefined;
|
|
811
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
812
812
|
contentTypeField?: string | undefined;
|
|
813
813
|
fixedContentType?: string | undefined;
|
|
814
814
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -914,7 +914,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
914
914
|
layoutGridRowField?: string | undefined;
|
|
915
915
|
layoutGridColumnField?: string | undefined;
|
|
916
916
|
layoutGridMaxRows?: number | undefined;
|
|
917
|
-
iconPickerPreset?: "cta" | undefined;
|
|
917
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
918
918
|
contentTypeField?: string | undefined;
|
|
919
919
|
fixedContentType?: string | undefined;
|
|
920
920
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1020,7 +1020,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
1020
1020
|
layoutGridRowField?: string | undefined;
|
|
1021
1021
|
layoutGridColumnField?: string | undefined;
|
|
1022
1022
|
layoutGridMaxRows?: number | undefined;
|
|
1023
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1023
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1024
1024
|
contentTypeField?: string | undefined;
|
|
1025
1025
|
fixedContentType?: string | undefined;
|
|
1026
1026
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1126,7 +1126,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
1126
1126
|
layoutGridRowField?: string | undefined;
|
|
1127
1127
|
layoutGridColumnField?: string | undefined;
|
|
1128
1128
|
layoutGridMaxRows?: number | undefined;
|
|
1129
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1129
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1130
1130
|
contentTypeField?: string | undefined;
|
|
1131
1131
|
fixedContentType?: string | undefined;
|
|
1132
1132
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1232,7 +1232,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
1232
1232
|
layoutGridRowField?: string | undefined;
|
|
1233
1233
|
layoutGridColumnField?: string | undefined;
|
|
1234
1234
|
layoutGridMaxRows?: number | undefined;
|
|
1235
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1235
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1236
1236
|
contentTypeField?: string | undefined;
|
|
1237
1237
|
fixedContentType?: string | undefined;
|
|
1238
1238
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1338,7 +1338,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
1338
1338
|
layoutGridRowField?: string | undefined;
|
|
1339
1339
|
layoutGridColumnField?: string | undefined;
|
|
1340
1340
|
layoutGridMaxRows?: number | undefined;
|
|
1341
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1341
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1342
1342
|
contentTypeField?: string | undefined;
|
|
1343
1343
|
fixedContentType?: string | undefined;
|
|
1344
1344
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1448,7 +1448,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
1448
1448
|
layoutGridRowField?: string | undefined;
|
|
1449
1449
|
layoutGridColumnField?: string | undefined;
|
|
1450
1450
|
layoutGridMaxRows?: number | undefined;
|
|
1451
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1451
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1452
1452
|
contentTypeField?: string | undefined;
|
|
1453
1453
|
fixedContentType?: string | undefined;
|
|
1454
1454
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1554,7 +1554,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
1554
1554
|
layoutGridRowField?: string | undefined;
|
|
1555
1555
|
layoutGridColumnField?: string | undefined;
|
|
1556
1556
|
layoutGridMaxRows?: number | undefined;
|
|
1557
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1557
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1558
1558
|
contentTypeField?: string | undefined;
|
|
1559
1559
|
fixedContentType?: string | undefined;
|
|
1560
1560
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1662,7 +1662,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
1662
1662
|
layoutGridRowField?: string | undefined;
|
|
1663
1663
|
layoutGridColumnField?: string | undefined;
|
|
1664
1664
|
layoutGridMaxRows?: number | undefined;
|
|
1665
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1665
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1666
1666
|
contentTypeField?: string | undefined;
|
|
1667
1667
|
fixedContentType?: string | undefined;
|
|
1668
1668
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1768,7 +1768,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
1768
1768
|
layoutGridRowField?: string | undefined;
|
|
1769
1769
|
layoutGridColumnField?: string | undefined;
|
|
1770
1770
|
layoutGridMaxRows?: number | undefined;
|
|
1771
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1771
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1772
1772
|
contentTypeField?: string | undefined;
|
|
1773
1773
|
fixedContentType?: string | undefined;
|
|
1774
1774
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1890,7 +1890,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
1890
1890
|
layoutGridRowField?: string | undefined;
|
|
1891
1891
|
layoutGridColumnField?: string | undefined;
|
|
1892
1892
|
layoutGridMaxRows?: number | undefined;
|
|
1893
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1893
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1894
1894
|
contentTypeField?: string | undefined;
|
|
1895
1895
|
fixedContentType?: string | undefined;
|
|
1896
1896
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2005,7 +2005,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
2005
2005
|
layoutGridRowField?: string | undefined;
|
|
2006
2006
|
layoutGridColumnField?: string | undefined;
|
|
2007
2007
|
layoutGridMaxRows?: number | undefined;
|
|
2008
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2008
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2009
2009
|
contentTypeField?: string | undefined;
|
|
2010
2010
|
fixedContentType?: string | undefined;
|
|
2011
2011
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2112,7 +2112,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
2112
2112
|
layoutGridRowField?: string | undefined;
|
|
2113
2113
|
layoutGridColumnField?: string | undefined;
|
|
2114
2114
|
layoutGridMaxRows?: number | undefined;
|
|
2115
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2115
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2116
2116
|
contentTypeField?: string | undefined;
|
|
2117
2117
|
fixedContentType?: string | undefined;
|
|
2118
2118
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2219,7 +2219,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
2219
2219
|
layoutGridRowField?: string | undefined;
|
|
2220
2220
|
layoutGridColumnField?: string | undefined;
|
|
2221
2221
|
layoutGridMaxRows?: number | undefined;
|
|
2222
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2222
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2223
2223
|
contentTypeField?: string | undefined;
|
|
2224
2224
|
fixedContentType?: string | undefined;
|
|
2225
2225
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2327,7 +2327,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
2327
2327
|
layoutGridRowField?: string | undefined;
|
|
2328
2328
|
layoutGridColumnField?: string | undefined;
|
|
2329
2329
|
layoutGridMaxRows?: number | undefined;
|
|
2330
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2330
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2331
2331
|
contentTypeField?: string | undefined;
|
|
2332
2332
|
fixedContentType?: string | undefined;
|
|
2333
2333
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2433,7 +2433,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
2433
2433
|
layoutGridRowField?: string | undefined;
|
|
2434
2434
|
layoutGridColumnField?: string | undefined;
|
|
2435
2435
|
layoutGridMaxRows?: number | undefined;
|
|
2436
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2436
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2437
2437
|
contentTypeField?: string | undefined;
|
|
2438
2438
|
fixedContentType?: string | undefined;
|
|
2439
2439
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2539,7 +2539,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
2539
2539
|
layoutGridRowField?: string | undefined;
|
|
2540
2540
|
layoutGridColumnField?: string | undefined;
|
|
2541
2541
|
layoutGridMaxRows?: number | undefined;
|
|
2542
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2542
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2543
2543
|
contentTypeField?: string | undefined;
|
|
2544
2544
|
fixedContentType?: string | undefined;
|
|
2545
2545
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2645,7 +2645,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
2645
2645
|
layoutGridRowField?: string | undefined;
|
|
2646
2646
|
layoutGridColumnField?: string | undefined;
|
|
2647
2647
|
layoutGridMaxRows?: number | undefined;
|
|
2648
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2648
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2649
2649
|
contentTypeField?: string | undefined;
|
|
2650
2650
|
fixedContentType?: string | undefined;
|
|
2651
2651
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2751,7 +2751,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
2751
2751
|
layoutGridRowField?: string | undefined;
|
|
2752
2752
|
layoutGridColumnField?: string | undefined;
|
|
2753
2753
|
layoutGridMaxRows?: number | undefined;
|
|
2754
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2754
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2755
2755
|
contentTypeField?: string | undefined;
|
|
2756
2756
|
fixedContentType?: string | undefined;
|
|
2757
2757
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2857,7 +2857,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
2857
2857
|
layoutGridRowField?: string | undefined;
|
|
2858
2858
|
layoutGridColumnField?: string | undefined;
|
|
2859
2859
|
layoutGridMaxRows?: number | undefined;
|
|
2860
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2860
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2861
2861
|
contentTypeField?: string | undefined;
|
|
2862
2862
|
fixedContentType?: string | undefined;
|
|
2863
2863
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2967,7 +2967,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
2967
2967
|
layoutGridRowField?: string | undefined;
|
|
2968
2968
|
layoutGridColumnField?: string | undefined;
|
|
2969
2969
|
layoutGridMaxRows?: number | undefined;
|
|
2970
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2970
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2971
2971
|
contentTypeField?: string | undefined;
|
|
2972
2972
|
fixedContentType?: string | undefined;
|
|
2973
2973
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3073,7 +3073,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
3073
3073
|
layoutGridRowField?: string | undefined;
|
|
3074
3074
|
layoutGridColumnField?: string | undefined;
|
|
3075
3075
|
layoutGridMaxRows?: number | undefined;
|
|
3076
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3076
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3077
3077
|
contentTypeField?: string | undefined;
|
|
3078
3078
|
fixedContentType?: string | undefined;
|
|
3079
3079
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3181,7 +3181,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
3181
3181
|
layoutGridRowField?: string | undefined;
|
|
3182
3182
|
layoutGridColumnField?: string | undefined;
|
|
3183
3183
|
layoutGridMaxRows?: number | undefined;
|
|
3184
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3184
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3185
3185
|
contentTypeField?: string | undefined;
|
|
3186
3186
|
fixedContentType?: string | undefined;
|
|
3187
3187
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3287,7 +3287,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
3287
3287
|
layoutGridRowField?: string | undefined;
|
|
3288
3288
|
layoutGridColumnField?: string | undefined;
|
|
3289
3289
|
layoutGridMaxRows?: number | undefined;
|
|
3290
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3290
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3291
3291
|
contentTypeField?: string | undefined;
|
|
3292
3292
|
fixedContentType?: string | undefined;
|
|
3293
3293
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3411,7 +3411,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
3411
3411
|
layoutGridRowField?: string | undefined;
|
|
3412
3412
|
layoutGridColumnField?: string | undefined;
|
|
3413
3413
|
layoutGridMaxRows?: number | undefined;
|
|
3414
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3414
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3415
3415
|
contentTypeField?: string | undefined;
|
|
3416
3416
|
fixedContentType?: string | undefined;
|
|
3417
3417
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3526,7 +3526,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
3526
3526
|
layoutGridRowField?: string | undefined;
|
|
3527
3527
|
layoutGridColumnField?: string | undefined;
|
|
3528
3528
|
layoutGridMaxRows?: number | undefined;
|
|
3529
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3529
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3530
3530
|
contentTypeField?: string | undefined;
|
|
3531
3531
|
fixedContentType?: string | undefined;
|
|
3532
3532
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3633,7 +3633,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
3633
3633
|
layoutGridRowField?: string | undefined;
|
|
3634
3634
|
layoutGridColumnField?: string | undefined;
|
|
3635
3635
|
layoutGridMaxRows?: number | undefined;
|
|
3636
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3636
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3637
3637
|
contentTypeField?: string | undefined;
|
|
3638
3638
|
fixedContentType?: string | undefined;
|
|
3639
3639
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3740,7 +3740,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
3740
3740
|
layoutGridRowField?: string | undefined;
|
|
3741
3741
|
layoutGridColumnField?: string | undefined;
|
|
3742
3742
|
layoutGridMaxRows?: number | undefined;
|
|
3743
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3743
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3744
3744
|
contentTypeField?: string | undefined;
|
|
3745
3745
|
fixedContentType?: string | undefined;
|
|
3746
3746
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3848,7 +3848,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
3848
3848
|
layoutGridRowField?: string | undefined;
|
|
3849
3849
|
layoutGridColumnField?: string | undefined;
|
|
3850
3850
|
layoutGridMaxRows?: number | undefined;
|
|
3851
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3851
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3852
3852
|
contentTypeField?: string | undefined;
|
|
3853
3853
|
fixedContentType?: string | undefined;
|
|
3854
3854
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3954,7 +3954,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
3954
3954
|
layoutGridRowField?: string | undefined;
|
|
3955
3955
|
layoutGridColumnField?: string | undefined;
|
|
3956
3956
|
layoutGridMaxRows?: number | undefined;
|
|
3957
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3957
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3958
3958
|
contentTypeField?: string | undefined;
|
|
3959
3959
|
fixedContentType?: string | undefined;
|
|
3960
3960
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4060,7 +4060,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
4060
4060
|
layoutGridRowField?: string | undefined;
|
|
4061
4061
|
layoutGridColumnField?: string | undefined;
|
|
4062
4062
|
layoutGridMaxRows?: number | undefined;
|
|
4063
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4063
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4064
4064
|
contentTypeField?: string | undefined;
|
|
4065
4065
|
fixedContentType?: string | undefined;
|
|
4066
4066
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4166,7 +4166,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
4166
4166
|
layoutGridRowField?: string | undefined;
|
|
4167
4167
|
layoutGridColumnField?: string | undefined;
|
|
4168
4168
|
layoutGridMaxRows?: number | undefined;
|
|
4169
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4169
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4170
4170
|
contentTypeField?: string | undefined;
|
|
4171
4171
|
fixedContentType?: string | undefined;
|
|
4172
4172
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4272,7 +4272,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
4272
4272
|
layoutGridRowField?: string | undefined;
|
|
4273
4273
|
layoutGridColumnField?: string | undefined;
|
|
4274
4274
|
layoutGridMaxRows?: number | undefined;
|
|
4275
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4275
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4276
4276
|
contentTypeField?: string | undefined;
|
|
4277
4277
|
fixedContentType?: string | undefined;
|
|
4278
4278
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4378,7 +4378,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
4378
4378
|
layoutGridRowField?: string | undefined;
|
|
4379
4379
|
layoutGridColumnField?: string | undefined;
|
|
4380
4380
|
layoutGridMaxRows?: number | undefined;
|
|
4381
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4381
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4382
4382
|
contentTypeField?: string | undefined;
|
|
4383
4383
|
fixedContentType?: string | undefined;
|
|
4384
4384
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4488,7 +4488,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
4488
4488
|
layoutGridRowField?: string | undefined;
|
|
4489
4489
|
layoutGridColumnField?: string | undefined;
|
|
4490
4490
|
layoutGridMaxRows?: number | undefined;
|
|
4491
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4491
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4492
4492
|
contentTypeField?: string | undefined;
|
|
4493
4493
|
fixedContentType?: string | undefined;
|
|
4494
4494
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4594,7 +4594,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
4594
4594
|
layoutGridRowField?: string | undefined;
|
|
4595
4595
|
layoutGridColumnField?: string | undefined;
|
|
4596
4596
|
layoutGridMaxRows?: number | undefined;
|
|
4597
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4597
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4598
4598
|
contentTypeField?: string | undefined;
|
|
4599
4599
|
fixedContentType?: string | undefined;
|
|
4600
4600
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4702,7 +4702,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
4702
4702
|
layoutGridRowField?: string | undefined;
|
|
4703
4703
|
layoutGridColumnField?: string | undefined;
|
|
4704
4704
|
layoutGridMaxRows?: number | undefined;
|
|
4705
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4705
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4706
4706
|
contentTypeField?: string | undefined;
|
|
4707
4707
|
fixedContentType?: string | undefined;
|
|
4708
4708
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4808,7 +4808,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
4808
4808
|
layoutGridRowField?: string | undefined;
|
|
4809
4809
|
layoutGridColumnField?: string | undefined;
|
|
4810
4810
|
layoutGridMaxRows?: number | undefined;
|
|
4811
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4811
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4812
4812
|
contentTypeField?: string | undefined;
|
|
4813
4813
|
fixedContentType?: string | undefined;
|
|
4814
4814
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4921,7 +4921,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
4921
4921
|
layoutGridRowField?: string | undefined;
|
|
4922
4922
|
layoutGridColumnField?: string | undefined;
|
|
4923
4923
|
layoutGridMaxRows?: number | undefined;
|
|
4924
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4924
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4925
4925
|
contentTypeField?: string | undefined;
|
|
4926
4926
|
fixedContentType?: string | undefined;
|
|
4927
4927
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5033,7 +5033,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
5033
5033
|
layoutGridRowField?: string | undefined;
|
|
5034
5034
|
layoutGridColumnField?: string | undefined;
|
|
5035
5035
|
layoutGridMaxRows?: number | undefined;
|
|
5036
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5036
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5037
5037
|
contentTypeField?: string | undefined;
|
|
5038
5038
|
fixedContentType?: string | undefined;
|
|
5039
5039
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5139,7 +5139,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
5139
5139
|
layoutGridRowField?: string | undefined;
|
|
5140
5140
|
layoutGridColumnField?: string | undefined;
|
|
5141
5141
|
layoutGridMaxRows?: number | undefined;
|
|
5142
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5142
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5143
5143
|
contentTypeField?: string | undefined;
|
|
5144
5144
|
fixedContentType?: string | undefined;
|
|
5145
5145
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5248,7 +5248,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
5248
5248
|
layoutGridRowField?: string | undefined;
|
|
5249
5249
|
layoutGridColumnField?: string | undefined;
|
|
5250
5250
|
layoutGridMaxRows?: number | undefined;
|
|
5251
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5251
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5252
5252
|
contentTypeField?: string | undefined;
|
|
5253
5253
|
fixedContentType?: string | undefined;
|
|
5254
5254
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5359,7 +5359,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
5359
5359
|
layoutGridRowField?: string | undefined;
|
|
5360
5360
|
layoutGridColumnField?: string | undefined;
|
|
5361
5361
|
layoutGridMaxRows?: number | undefined;
|
|
5362
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5362
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5363
5363
|
contentTypeField?: string | undefined;
|
|
5364
5364
|
fixedContentType?: string | undefined;
|
|
5365
5365
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5471,7 +5471,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
5471
5471
|
layoutGridRowField?: string | undefined;
|
|
5472
5472
|
layoutGridColumnField?: string | undefined;
|
|
5473
5473
|
layoutGridMaxRows?: number | undefined;
|
|
5474
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5474
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5475
5475
|
contentTypeField?: string | undefined;
|
|
5476
5476
|
fixedContentType?: string | undefined;
|
|
5477
5477
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5577,7 +5577,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
5577
5577
|
layoutGridRowField?: string | undefined;
|
|
5578
5578
|
layoutGridColumnField?: string | undefined;
|
|
5579
5579
|
layoutGridMaxRows?: number | undefined;
|
|
5580
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5580
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5581
5581
|
contentTypeField?: string | undefined;
|
|
5582
5582
|
fixedContentType?: string | undefined;
|
|
5583
5583
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5683,7 +5683,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
5683
5683
|
layoutGridRowField?: string | undefined;
|
|
5684
5684
|
layoutGridColumnField?: string | undefined;
|
|
5685
5685
|
layoutGridMaxRows?: number | undefined;
|
|
5686
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5686
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5687
5687
|
contentTypeField?: string | undefined;
|
|
5688
5688
|
fixedContentType?: string | undefined;
|
|
5689
5689
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5804,7 +5804,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
5804
5804
|
layoutGridRowField?: string | undefined;
|
|
5805
5805
|
layoutGridColumnField?: string | undefined;
|
|
5806
5806
|
layoutGridMaxRows?: number | undefined;
|
|
5807
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5807
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5808
5808
|
contentTypeField?: string | undefined;
|
|
5809
5809
|
fixedContentType?: string | undefined;
|
|
5810
5810
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5919,7 +5919,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
5919
5919
|
layoutGridRowField?: string | undefined;
|
|
5920
5920
|
layoutGridColumnField?: string | undefined;
|
|
5921
5921
|
layoutGridMaxRows?: number | undefined;
|
|
5922
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5922
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5923
5923
|
contentTypeField?: string | undefined;
|
|
5924
5924
|
fixedContentType?: string | undefined;
|
|
5925
5925
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6026,7 +6026,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
6026
6026
|
layoutGridRowField?: string | undefined;
|
|
6027
6027
|
layoutGridColumnField?: string | undefined;
|
|
6028
6028
|
layoutGridMaxRows?: number | undefined;
|
|
6029
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6029
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6030
6030
|
contentTypeField?: string | undefined;
|
|
6031
6031
|
fixedContentType?: string | undefined;
|
|
6032
6032
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6133,7 +6133,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
6133
6133
|
layoutGridRowField?: string | undefined;
|
|
6134
6134
|
layoutGridColumnField?: string | undefined;
|
|
6135
6135
|
layoutGridMaxRows?: number | undefined;
|
|
6136
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6136
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6137
6137
|
contentTypeField?: string | undefined;
|
|
6138
6138
|
fixedContentType?: string | undefined;
|
|
6139
6139
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6241,7 +6241,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
6241
6241
|
layoutGridRowField?: string | undefined;
|
|
6242
6242
|
layoutGridColumnField?: string | undefined;
|
|
6243
6243
|
layoutGridMaxRows?: number | undefined;
|
|
6244
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6244
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6245
6245
|
contentTypeField?: string | undefined;
|
|
6246
6246
|
fixedContentType?: string | undefined;
|
|
6247
6247
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6347,7 +6347,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
6347
6347
|
layoutGridRowField?: string | undefined;
|
|
6348
6348
|
layoutGridColumnField?: string | undefined;
|
|
6349
6349
|
layoutGridMaxRows?: number | undefined;
|
|
6350
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6350
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6351
6351
|
contentTypeField?: string | undefined;
|
|
6352
6352
|
fixedContentType?: string | undefined;
|
|
6353
6353
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6453,7 +6453,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
6453
6453
|
layoutGridRowField?: string | undefined;
|
|
6454
6454
|
layoutGridColumnField?: string | undefined;
|
|
6455
6455
|
layoutGridMaxRows?: number | undefined;
|
|
6456
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6456
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6457
6457
|
contentTypeField?: string | undefined;
|
|
6458
6458
|
fixedContentType?: string | undefined;
|
|
6459
6459
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6559,7 +6559,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
6559
6559
|
layoutGridRowField?: string | undefined;
|
|
6560
6560
|
layoutGridColumnField?: string | undefined;
|
|
6561
6561
|
layoutGridMaxRows?: number | undefined;
|
|
6562
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6562
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6563
6563
|
contentTypeField?: string | undefined;
|
|
6564
6564
|
fixedContentType?: string | undefined;
|
|
6565
6565
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6665,7 +6665,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
6665
6665
|
layoutGridRowField?: string | undefined;
|
|
6666
6666
|
layoutGridColumnField?: string | undefined;
|
|
6667
6667
|
layoutGridMaxRows?: number | undefined;
|
|
6668
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6668
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6669
6669
|
contentTypeField?: string | undefined;
|
|
6670
6670
|
fixedContentType?: string | undefined;
|
|
6671
6671
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6771,7 +6771,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
6771
6771
|
layoutGridRowField?: string | undefined;
|
|
6772
6772
|
layoutGridColumnField?: string | undefined;
|
|
6773
6773
|
layoutGridMaxRows?: number | undefined;
|
|
6774
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6774
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6775
6775
|
contentTypeField?: string | undefined;
|
|
6776
6776
|
fixedContentType?: string | undefined;
|
|
6777
6777
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6881,7 +6881,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
6881
6881
|
layoutGridRowField?: string | undefined;
|
|
6882
6882
|
layoutGridColumnField?: string | undefined;
|
|
6883
6883
|
layoutGridMaxRows?: number | undefined;
|
|
6884
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6884
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6885
6885
|
contentTypeField?: string | undefined;
|
|
6886
6886
|
fixedContentType?: string | undefined;
|
|
6887
6887
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6987,7 +6987,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
6987
6987
|
layoutGridRowField?: string | undefined;
|
|
6988
6988
|
layoutGridColumnField?: string | undefined;
|
|
6989
6989
|
layoutGridMaxRows?: number | undefined;
|
|
6990
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6990
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6991
6991
|
contentTypeField?: string | undefined;
|
|
6992
6992
|
fixedContentType?: string | undefined;
|
|
6993
6993
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7095,7 +7095,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
7095
7095
|
layoutGridRowField?: string | undefined;
|
|
7096
7096
|
layoutGridColumnField?: string | undefined;
|
|
7097
7097
|
layoutGridMaxRows?: number | undefined;
|
|
7098
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7098
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7099
7099
|
contentTypeField?: string | undefined;
|
|
7100
7100
|
fixedContentType?: string | undefined;
|
|
7101
7101
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7201,7 +7201,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
7201
7201
|
layoutGridRowField?: string | undefined;
|
|
7202
7202
|
layoutGridColumnField?: string | undefined;
|
|
7203
7203
|
layoutGridMaxRows?: number | undefined;
|
|
7204
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7204
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7205
7205
|
contentTypeField?: string | undefined;
|
|
7206
7206
|
fixedContentType?: string | undefined;
|
|
7207
7207
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7323,7 +7323,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
7323
7323
|
layoutGridRowField?: string | undefined;
|
|
7324
7324
|
layoutGridColumnField?: string | undefined;
|
|
7325
7325
|
layoutGridMaxRows?: number | undefined;
|
|
7326
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7326
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7327
7327
|
contentTypeField?: string | undefined;
|
|
7328
7328
|
fixedContentType?: string | undefined;
|
|
7329
7329
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7438,7 +7438,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
7438
7438
|
layoutGridRowField?: string | undefined;
|
|
7439
7439
|
layoutGridColumnField?: string | undefined;
|
|
7440
7440
|
layoutGridMaxRows?: number | undefined;
|
|
7441
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7441
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7442
7442
|
contentTypeField?: string | undefined;
|
|
7443
7443
|
fixedContentType?: string | undefined;
|
|
7444
7444
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7545,7 +7545,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
7545
7545
|
layoutGridRowField?: string | undefined;
|
|
7546
7546
|
layoutGridColumnField?: string | undefined;
|
|
7547
7547
|
layoutGridMaxRows?: number | undefined;
|
|
7548
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7548
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7549
7549
|
contentTypeField?: string | undefined;
|
|
7550
7550
|
fixedContentType?: string | undefined;
|
|
7551
7551
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7652,7 +7652,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
7652
7652
|
layoutGridRowField?: string | undefined;
|
|
7653
7653
|
layoutGridColumnField?: string | undefined;
|
|
7654
7654
|
layoutGridMaxRows?: number | undefined;
|
|
7655
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7655
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7656
7656
|
contentTypeField?: string | undefined;
|
|
7657
7657
|
fixedContentType?: string | undefined;
|
|
7658
7658
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7760,7 +7760,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
7760
7760
|
layoutGridRowField?: string | undefined;
|
|
7761
7761
|
layoutGridColumnField?: string | undefined;
|
|
7762
7762
|
layoutGridMaxRows?: number | undefined;
|
|
7763
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7763
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7764
7764
|
contentTypeField?: string | undefined;
|
|
7765
7765
|
fixedContentType?: string | undefined;
|
|
7766
7766
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7866,7 +7866,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
7866
7866
|
layoutGridRowField?: string | undefined;
|
|
7867
7867
|
layoutGridColumnField?: string | undefined;
|
|
7868
7868
|
layoutGridMaxRows?: number | undefined;
|
|
7869
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7869
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7870
7870
|
contentTypeField?: string | undefined;
|
|
7871
7871
|
fixedContentType?: string | undefined;
|
|
7872
7872
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7972,7 +7972,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
7972
7972
|
layoutGridRowField?: string | undefined;
|
|
7973
7973
|
layoutGridColumnField?: string | undefined;
|
|
7974
7974
|
layoutGridMaxRows?: number | undefined;
|
|
7975
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7975
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7976
7976
|
contentTypeField?: string | undefined;
|
|
7977
7977
|
fixedContentType?: string | undefined;
|
|
7978
7978
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8078,7 +8078,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
8078
8078
|
layoutGridRowField?: string | undefined;
|
|
8079
8079
|
layoutGridColumnField?: string | undefined;
|
|
8080
8080
|
layoutGridMaxRows?: number | undefined;
|
|
8081
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8081
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8082
8082
|
contentTypeField?: string | undefined;
|
|
8083
8083
|
fixedContentType?: string | undefined;
|
|
8084
8084
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8184,7 +8184,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
8184
8184
|
layoutGridRowField?: string | undefined;
|
|
8185
8185
|
layoutGridColumnField?: string | undefined;
|
|
8186
8186
|
layoutGridMaxRows?: number | undefined;
|
|
8187
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8187
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8188
8188
|
contentTypeField?: string | undefined;
|
|
8189
8189
|
fixedContentType?: string | undefined;
|
|
8190
8190
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8290,7 +8290,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
8290
8290
|
layoutGridRowField?: string | undefined;
|
|
8291
8291
|
layoutGridColumnField?: string | undefined;
|
|
8292
8292
|
layoutGridMaxRows?: number | undefined;
|
|
8293
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8293
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8294
8294
|
contentTypeField?: string | undefined;
|
|
8295
8295
|
fixedContentType?: string | undefined;
|
|
8296
8296
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8400,7 +8400,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
8400
8400
|
layoutGridRowField?: string | undefined;
|
|
8401
8401
|
layoutGridColumnField?: string | undefined;
|
|
8402
8402
|
layoutGridMaxRows?: number | undefined;
|
|
8403
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8403
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8404
8404
|
contentTypeField?: string | undefined;
|
|
8405
8405
|
fixedContentType?: string | undefined;
|
|
8406
8406
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8506,7 +8506,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
8506
8506
|
layoutGridRowField?: string | undefined;
|
|
8507
8507
|
layoutGridColumnField?: string | undefined;
|
|
8508
8508
|
layoutGridMaxRows?: number | undefined;
|
|
8509
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8509
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8510
8510
|
contentTypeField?: string | undefined;
|
|
8511
8511
|
fixedContentType?: string | undefined;
|
|
8512
8512
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8614,7 +8614,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
8614
8614
|
layoutGridRowField?: string | undefined;
|
|
8615
8615
|
layoutGridColumnField?: string | undefined;
|
|
8616
8616
|
layoutGridMaxRows?: number | undefined;
|
|
8617
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8617
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8618
8618
|
contentTypeField?: string | undefined;
|
|
8619
8619
|
fixedContentType?: string | undefined;
|
|
8620
8620
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8720,7 +8720,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
8720
8720
|
layoutGridRowField?: string | undefined;
|
|
8721
8721
|
layoutGridColumnField?: string | undefined;
|
|
8722
8722
|
layoutGridMaxRows?: number | undefined;
|
|
8723
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8723
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8724
8724
|
contentTypeField?: string | undefined;
|
|
8725
8725
|
fixedContentType?: string | undefined;
|
|
8726
8726
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8833,7 +8833,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
8833
8833
|
layoutGridRowField?: string | undefined;
|
|
8834
8834
|
layoutGridColumnField?: string | undefined;
|
|
8835
8835
|
layoutGridMaxRows?: number | undefined;
|
|
8836
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8836
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8837
8837
|
contentTypeField?: string | undefined;
|
|
8838
8838
|
fixedContentType?: string | undefined;
|
|
8839
8839
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8945,7 +8945,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
8945
8945
|
layoutGridRowField?: string | undefined;
|
|
8946
8946
|
layoutGridColumnField?: string | undefined;
|
|
8947
8947
|
layoutGridMaxRows?: number | undefined;
|
|
8948
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8948
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8949
8949
|
contentTypeField?: string | undefined;
|
|
8950
8950
|
fixedContentType?: string | undefined;
|
|
8951
8951
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9051,7 +9051,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
9051
9051
|
layoutGridRowField?: string | undefined;
|
|
9052
9052
|
layoutGridColumnField?: string | undefined;
|
|
9053
9053
|
layoutGridMaxRows?: number | undefined;
|
|
9054
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9054
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9055
9055
|
contentTypeField?: string | undefined;
|
|
9056
9056
|
fixedContentType?: string | undefined;
|
|
9057
9057
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9157,7 +9157,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
9157
9157
|
layoutGridRowField?: string | undefined;
|
|
9158
9158
|
layoutGridColumnField?: string | undefined;
|
|
9159
9159
|
layoutGridMaxRows?: number | undefined;
|
|
9160
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9160
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9161
9161
|
contentTypeField?: string | undefined;
|
|
9162
9162
|
fixedContentType?: string | undefined;
|
|
9163
9163
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9267,7 +9267,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
9267
9267
|
layoutGridRowField?: string | undefined;
|
|
9268
9268
|
layoutGridColumnField?: string | undefined;
|
|
9269
9269
|
layoutGridMaxRows?: number | undefined;
|
|
9270
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9270
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9271
9271
|
contentTypeField?: string | undefined;
|
|
9272
9272
|
fixedContentType?: string | undefined;
|
|
9273
9273
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9379,7 +9379,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
9379
9379
|
layoutGridRowField?: string | undefined;
|
|
9380
9380
|
layoutGridColumnField?: string | undefined;
|
|
9381
9381
|
layoutGridMaxRows?: number | undefined;
|
|
9382
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9382
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9383
9383
|
contentTypeField?: string | undefined;
|
|
9384
9384
|
fixedContentType?: string | undefined;
|
|
9385
9385
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9485,7 +9485,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
9485
9485
|
layoutGridRowField?: string | undefined;
|
|
9486
9486
|
layoutGridColumnField?: string | undefined;
|
|
9487
9487
|
layoutGridMaxRows?: number | undefined;
|
|
9488
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9488
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9489
9489
|
contentTypeField?: string | undefined;
|
|
9490
9490
|
fixedContentType?: string | undefined;
|
|
9491
9491
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9594,7 +9594,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
9594
9594
|
layoutGridRowField?: string | undefined;
|
|
9595
9595
|
layoutGridColumnField?: string | undefined;
|
|
9596
9596
|
layoutGridMaxRows?: number | undefined;
|
|
9597
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9597
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9598
9598
|
contentTypeField?: string | undefined;
|
|
9599
9599
|
fixedContentType?: string | undefined;
|
|
9600
9600
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9705,7 +9705,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
9705
9705
|
layoutGridRowField?: string | undefined;
|
|
9706
9706
|
layoutGridColumnField?: string | undefined;
|
|
9707
9707
|
layoutGridMaxRows?: number | undefined;
|
|
9708
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9708
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9709
9709
|
contentTypeField?: string | undefined;
|
|
9710
9710
|
fixedContentType?: string | undefined;
|
|
9711
9711
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9817,7 +9817,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
9817
9817
|
layoutGridRowField?: string | undefined;
|
|
9818
9818
|
layoutGridColumnField?: string | undefined;
|
|
9819
9819
|
layoutGridMaxRows?: number | undefined;
|
|
9820
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9820
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9821
9821
|
contentTypeField?: string | undefined;
|
|
9822
9822
|
fixedContentType?: string | undefined;
|
|
9823
9823
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9923,7 +9923,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
9923
9923
|
layoutGridRowField?: string | undefined;
|
|
9924
9924
|
layoutGridColumnField?: string | undefined;
|
|
9925
9925
|
layoutGridMaxRows?: number | undefined;
|
|
9926
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9926
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9927
9927
|
contentTypeField?: string | undefined;
|
|
9928
9928
|
fixedContentType?: string | undefined;
|
|
9929
9929
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10036,7 +10036,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
10036
10036
|
layoutGridRowField?: string | undefined;
|
|
10037
10037
|
layoutGridColumnField?: string | undefined;
|
|
10038
10038
|
layoutGridMaxRows?: number | undefined;
|
|
10039
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10039
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10040
10040
|
contentTypeField?: string | undefined;
|
|
10041
10041
|
fixedContentType?: string | undefined;
|
|
10042
10042
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10143,7 +10143,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
10143
10143
|
layoutGridRowField?: string | undefined;
|
|
10144
10144
|
layoutGridColumnField?: string | undefined;
|
|
10145
10145
|
layoutGridMaxRows?: number | undefined;
|
|
10146
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10146
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10147
10147
|
contentTypeField?: string | undefined;
|
|
10148
10148
|
fixedContentType?: string | undefined;
|
|
10149
10149
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10250,7 +10250,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
10250
10250
|
layoutGridRowField?: string | undefined;
|
|
10251
10251
|
layoutGridColumnField?: string | undefined;
|
|
10252
10252
|
layoutGridMaxRows?: number | undefined;
|
|
10253
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10253
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10254
10254
|
contentTypeField?: string | undefined;
|
|
10255
10255
|
fixedContentType?: string | undefined;
|
|
10256
10256
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10358,7 +10358,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
10358
10358
|
layoutGridRowField?: string | undefined;
|
|
10359
10359
|
layoutGridColumnField?: string | undefined;
|
|
10360
10360
|
layoutGridMaxRows?: number | undefined;
|
|
10361
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10361
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10362
10362
|
contentTypeField?: string | undefined;
|
|
10363
10363
|
fixedContentType?: string | undefined;
|
|
10364
10364
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10464,7 +10464,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
10464
10464
|
layoutGridRowField?: string | undefined;
|
|
10465
10465
|
layoutGridColumnField?: string | undefined;
|
|
10466
10466
|
layoutGridMaxRows?: number | undefined;
|
|
10467
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10467
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10468
10468
|
contentTypeField?: string | undefined;
|
|
10469
10469
|
fixedContentType?: string | undefined;
|
|
10470
10470
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10570,7 +10570,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
10570
10570
|
layoutGridRowField?: string | undefined;
|
|
10571
10571
|
layoutGridColumnField?: string | undefined;
|
|
10572
10572
|
layoutGridMaxRows?: number | undefined;
|
|
10573
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10573
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10574
10574
|
contentTypeField?: string | undefined;
|
|
10575
10575
|
fixedContentType?: string | undefined;
|
|
10576
10576
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10676,7 +10676,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
10676
10676
|
layoutGridRowField?: string | undefined;
|
|
10677
10677
|
layoutGridColumnField?: string | undefined;
|
|
10678
10678
|
layoutGridMaxRows?: number | undefined;
|
|
10679
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10679
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10680
10680
|
contentTypeField?: string | undefined;
|
|
10681
10681
|
fixedContentType?: string | undefined;
|
|
10682
10682
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10782,7 +10782,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
10782
10782
|
layoutGridRowField?: string | undefined;
|
|
10783
10783
|
layoutGridColumnField?: string | undefined;
|
|
10784
10784
|
layoutGridMaxRows?: number | undefined;
|
|
10785
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10785
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10786
10786
|
contentTypeField?: string | undefined;
|
|
10787
10787
|
fixedContentType?: string | undefined;
|
|
10788
10788
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10888,7 +10888,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
10888
10888
|
layoutGridRowField?: string | undefined;
|
|
10889
10889
|
layoutGridColumnField?: string | undefined;
|
|
10890
10890
|
layoutGridMaxRows?: number | undefined;
|
|
10891
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10891
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10892
10892
|
contentTypeField?: string | undefined;
|
|
10893
10893
|
fixedContentType?: string | undefined;
|
|
10894
10894
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10998,7 +10998,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
10998
10998
|
layoutGridRowField?: string | undefined;
|
|
10999
10999
|
layoutGridColumnField?: string | undefined;
|
|
11000
11000
|
layoutGridMaxRows?: number | undefined;
|
|
11001
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11001
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11002
11002
|
contentTypeField?: string | undefined;
|
|
11003
11003
|
fixedContentType?: string | undefined;
|
|
11004
11004
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11104,7 +11104,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
11104
11104
|
layoutGridRowField?: string | undefined;
|
|
11105
11105
|
layoutGridColumnField?: string | undefined;
|
|
11106
11106
|
layoutGridMaxRows?: number | undefined;
|
|
11107
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11107
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11108
11108
|
contentTypeField?: string | undefined;
|
|
11109
11109
|
fixedContentType?: string | undefined;
|
|
11110
11110
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11212,7 +11212,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
11212
11212
|
layoutGridRowField?: string | undefined;
|
|
11213
11213
|
layoutGridColumnField?: string | undefined;
|
|
11214
11214
|
layoutGridMaxRows?: number | undefined;
|
|
11215
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11215
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11216
11216
|
contentTypeField?: string | undefined;
|
|
11217
11217
|
fixedContentType?: string | undefined;
|
|
11218
11218
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11318,7 +11318,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
11318
11318
|
layoutGridRowField?: string | undefined;
|
|
11319
11319
|
layoutGridColumnField?: string | undefined;
|
|
11320
11320
|
layoutGridMaxRows?: number | undefined;
|
|
11321
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11321
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11322
11322
|
contentTypeField?: string | undefined;
|
|
11323
11323
|
fixedContentType?: string | undefined;
|
|
11324
11324
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11440,7 +11440,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
11440
11440
|
layoutGridRowField?: string | undefined;
|
|
11441
11441
|
layoutGridColumnField?: string | undefined;
|
|
11442
11442
|
layoutGridMaxRows?: number | undefined;
|
|
11443
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11443
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11444
11444
|
contentTypeField?: string | undefined;
|
|
11445
11445
|
fixedContentType?: string | undefined;
|
|
11446
11446
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11550,7 +11550,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
11550
11550
|
layoutGridRowField?: string | undefined;
|
|
11551
11551
|
layoutGridColumnField?: string | undefined;
|
|
11552
11552
|
layoutGridMaxRows?: number | undefined;
|
|
11553
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11553
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11554
11554
|
contentTypeField?: string | undefined;
|
|
11555
11555
|
fixedContentType?: string | undefined;
|
|
11556
11556
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11672,7 +11672,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
11672
11672
|
layoutGridRowField?: string | undefined;
|
|
11673
11673
|
layoutGridColumnField?: string | undefined;
|
|
11674
11674
|
layoutGridMaxRows?: number | undefined;
|
|
11675
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11675
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11676
11676
|
contentTypeField?: string | undefined;
|
|
11677
11677
|
fixedContentType?: string | undefined;
|
|
11678
11678
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11787,7 +11787,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
11787
11787
|
layoutGridRowField?: string | undefined;
|
|
11788
11788
|
layoutGridColumnField?: string | undefined;
|
|
11789
11789
|
layoutGridMaxRows?: number | undefined;
|
|
11790
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11790
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11791
11791
|
contentTypeField?: string | undefined;
|
|
11792
11792
|
fixedContentType?: string | undefined;
|
|
11793
11793
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11894,7 +11894,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
11894
11894
|
layoutGridRowField?: string | undefined;
|
|
11895
11895
|
layoutGridColumnField?: string | undefined;
|
|
11896
11896
|
layoutGridMaxRows?: number | undefined;
|
|
11897
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11897
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11898
11898
|
contentTypeField?: string | undefined;
|
|
11899
11899
|
fixedContentType?: string | undefined;
|
|
11900
11900
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12001,7 +12001,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
12001
12001
|
layoutGridRowField?: string | undefined;
|
|
12002
12002
|
layoutGridColumnField?: string | undefined;
|
|
12003
12003
|
layoutGridMaxRows?: number | undefined;
|
|
12004
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12004
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12005
12005
|
contentTypeField?: string | undefined;
|
|
12006
12006
|
fixedContentType?: string | undefined;
|
|
12007
12007
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12109,7 +12109,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
12109
12109
|
layoutGridRowField?: string | undefined;
|
|
12110
12110
|
layoutGridColumnField?: string | undefined;
|
|
12111
12111
|
layoutGridMaxRows?: number | undefined;
|
|
12112
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12112
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12113
12113
|
contentTypeField?: string | undefined;
|
|
12114
12114
|
fixedContentType?: string | undefined;
|
|
12115
12115
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12215,7 +12215,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
12215
12215
|
layoutGridRowField?: string | undefined;
|
|
12216
12216
|
layoutGridColumnField?: string | undefined;
|
|
12217
12217
|
layoutGridMaxRows?: number | undefined;
|
|
12218
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12218
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12219
12219
|
contentTypeField?: string | undefined;
|
|
12220
12220
|
fixedContentType?: string | undefined;
|
|
12221
12221
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12321,7 +12321,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
12321
12321
|
layoutGridRowField?: string | undefined;
|
|
12322
12322
|
layoutGridColumnField?: string | undefined;
|
|
12323
12323
|
layoutGridMaxRows?: number | undefined;
|
|
12324
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12324
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12325
12325
|
contentTypeField?: string | undefined;
|
|
12326
12326
|
fixedContentType?: string | undefined;
|
|
12327
12327
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12427,7 +12427,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
12427
12427
|
layoutGridRowField?: string | undefined;
|
|
12428
12428
|
layoutGridColumnField?: string | undefined;
|
|
12429
12429
|
layoutGridMaxRows?: number | undefined;
|
|
12430
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12430
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12431
12431
|
contentTypeField?: string | undefined;
|
|
12432
12432
|
fixedContentType?: string | undefined;
|
|
12433
12433
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12533,7 +12533,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
12533
12533
|
layoutGridRowField?: string | undefined;
|
|
12534
12534
|
layoutGridColumnField?: string | undefined;
|
|
12535
12535
|
layoutGridMaxRows?: number | undefined;
|
|
12536
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12536
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12537
12537
|
contentTypeField?: string | undefined;
|
|
12538
12538
|
fixedContentType?: string | undefined;
|
|
12539
12539
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12639,7 +12639,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
12639
12639
|
layoutGridRowField?: string | undefined;
|
|
12640
12640
|
layoutGridColumnField?: string | undefined;
|
|
12641
12641
|
layoutGridMaxRows?: number | undefined;
|
|
12642
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12642
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12643
12643
|
contentTypeField?: string | undefined;
|
|
12644
12644
|
fixedContentType?: string | undefined;
|
|
12645
12645
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12749,7 +12749,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
12749
12749
|
layoutGridRowField?: string | undefined;
|
|
12750
12750
|
layoutGridColumnField?: string | undefined;
|
|
12751
12751
|
layoutGridMaxRows?: number | undefined;
|
|
12752
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12752
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12753
12753
|
contentTypeField?: string | undefined;
|
|
12754
12754
|
fixedContentType?: string | undefined;
|
|
12755
12755
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12855,7 +12855,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
12855
12855
|
layoutGridRowField?: string | undefined;
|
|
12856
12856
|
layoutGridColumnField?: string | undefined;
|
|
12857
12857
|
layoutGridMaxRows?: number | undefined;
|
|
12858
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12858
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12859
12859
|
contentTypeField?: string | undefined;
|
|
12860
12860
|
fixedContentType?: string | undefined;
|
|
12861
12861
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12963,7 +12963,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
12963
12963
|
layoutGridRowField?: string | undefined;
|
|
12964
12964
|
layoutGridColumnField?: string | undefined;
|
|
12965
12965
|
layoutGridMaxRows?: number | undefined;
|
|
12966
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12966
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12967
12967
|
contentTypeField?: string | undefined;
|
|
12968
12968
|
fixedContentType?: string | undefined;
|
|
12969
12969
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13069,7 +13069,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
13069
13069
|
layoutGridRowField?: string | undefined;
|
|
13070
13070
|
layoutGridColumnField?: string | undefined;
|
|
13071
13071
|
layoutGridMaxRows?: number | undefined;
|
|
13072
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13072
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13073
13073
|
contentTypeField?: string | undefined;
|
|
13074
13074
|
fixedContentType?: string | undefined;
|
|
13075
13075
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13193,7 +13193,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
13193
13193
|
layoutGridRowField?: string | undefined;
|
|
13194
13194
|
layoutGridColumnField?: string | undefined;
|
|
13195
13195
|
layoutGridMaxRows?: number | undefined;
|
|
13196
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13196
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13197
13197
|
contentTypeField?: string | undefined;
|
|
13198
13198
|
fixedContentType?: string | undefined;
|
|
13199
13199
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13308,7 +13308,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
13308
13308
|
layoutGridRowField?: string | undefined;
|
|
13309
13309
|
layoutGridColumnField?: string | undefined;
|
|
13310
13310
|
layoutGridMaxRows?: number | undefined;
|
|
13311
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13311
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13312
13312
|
contentTypeField?: string | undefined;
|
|
13313
13313
|
fixedContentType?: string | undefined;
|
|
13314
13314
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13415,7 +13415,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
13415
13415
|
layoutGridRowField?: string | undefined;
|
|
13416
13416
|
layoutGridColumnField?: string | undefined;
|
|
13417
13417
|
layoutGridMaxRows?: number | undefined;
|
|
13418
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13418
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13419
13419
|
contentTypeField?: string | undefined;
|
|
13420
13420
|
fixedContentType?: string | undefined;
|
|
13421
13421
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13522,7 +13522,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
13522
13522
|
layoutGridRowField?: string | undefined;
|
|
13523
13523
|
layoutGridColumnField?: string | undefined;
|
|
13524
13524
|
layoutGridMaxRows?: number | undefined;
|
|
13525
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13525
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13526
13526
|
contentTypeField?: string | undefined;
|
|
13527
13527
|
fixedContentType?: string | undefined;
|
|
13528
13528
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13630,7 +13630,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
13630
13630
|
layoutGridRowField?: string | undefined;
|
|
13631
13631
|
layoutGridColumnField?: string | undefined;
|
|
13632
13632
|
layoutGridMaxRows?: number | undefined;
|
|
13633
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13633
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13634
13634
|
contentTypeField?: string | undefined;
|
|
13635
13635
|
fixedContentType?: string | undefined;
|
|
13636
13636
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13736,7 +13736,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
13736
13736
|
layoutGridRowField?: string | undefined;
|
|
13737
13737
|
layoutGridColumnField?: string | undefined;
|
|
13738
13738
|
layoutGridMaxRows?: number | undefined;
|
|
13739
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13739
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13740
13740
|
contentTypeField?: string | undefined;
|
|
13741
13741
|
fixedContentType?: string | undefined;
|
|
13742
13742
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13842,7 +13842,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
13842
13842
|
layoutGridRowField?: string | undefined;
|
|
13843
13843
|
layoutGridColumnField?: string | undefined;
|
|
13844
13844
|
layoutGridMaxRows?: number | undefined;
|
|
13845
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13845
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13846
13846
|
contentTypeField?: string | undefined;
|
|
13847
13847
|
fixedContentType?: string | undefined;
|
|
13848
13848
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13948,7 +13948,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
13948
13948
|
layoutGridRowField?: string | undefined;
|
|
13949
13949
|
layoutGridColumnField?: string | undefined;
|
|
13950
13950
|
layoutGridMaxRows?: number | undefined;
|
|
13951
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13951
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13952
13952
|
contentTypeField?: string | undefined;
|
|
13953
13953
|
fixedContentType?: string | undefined;
|
|
13954
13954
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14054,7 +14054,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
14054
14054
|
layoutGridRowField?: string | undefined;
|
|
14055
14055
|
layoutGridColumnField?: string | undefined;
|
|
14056
14056
|
layoutGridMaxRows?: number | undefined;
|
|
14057
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14057
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14058
14058
|
contentTypeField?: string | undefined;
|
|
14059
14059
|
fixedContentType?: string | undefined;
|
|
14060
14060
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14160,7 +14160,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
14160
14160
|
layoutGridRowField?: string | undefined;
|
|
14161
14161
|
layoutGridColumnField?: string | undefined;
|
|
14162
14162
|
layoutGridMaxRows?: number | undefined;
|
|
14163
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14163
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14164
14164
|
contentTypeField?: string | undefined;
|
|
14165
14165
|
fixedContentType?: string | undefined;
|
|
14166
14166
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14270,7 +14270,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
14270
14270
|
layoutGridRowField?: string | undefined;
|
|
14271
14271
|
layoutGridColumnField?: string | undefined;
|
|
14272
14272
|
layoutGridMaxRows?: number | undefined;
|
|
14273
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14273
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14274
14274
|
contentTypeField?: string | undefined;
|
|
14275
14275
|
fixedContentType?: string | undefined;
|
|
14276
14276
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14376,7 +14376,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
14376
14376
|
layoutGridRowField?: string | undefined;
|
|
14377
14377
|
layoutGridColumnField?: string | undefined;
|
|
14378
14378
|
layoutGridMaxRows?: number | undefined;
|
|
14379
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14379
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14380
14380
|
contentTypeField?: string | undefined;
|
|
14381
14381
|
fixedContentType?: string | undefined;
|
|
14382
14382
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14484,7 +14484,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
14484
14484
|
layoutGridRowField?: string | undefined;
|
|
14485
14485
|
layoutGridColumnField?: string | undefined;
|
|
14486
14486
|
layoutGridMaxRows?: number | undefined;
|
|
14487
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14487
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14488
14488
|
contentTypeField?: string | undefined;
|
|
14489
14489
|
fixedContentType?: string | undefined;
|
|
14490
14490
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14590,7 +14590,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
14590
14590
|
layoutGridRowField?: string | undefined;
|
|
14591
14591
|
layoutGridColumnField?: string | undefined;
|
|
14592
14592
|
layoutGridMaxRows?: number | undefined;
|
|
14593
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14593
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14594
14594
|
contentTypeField?: string | undefined;
|
|
14595
14595
|
fixedContentType?: string | undefined;
|
|
14596
14596
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14703,7 +14703,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
14703
14703
|
layoutGridRowField?: string | undefined;
|
|
14704
14704
|
layoutGridColumnField?: string | undefined;
|
|
14705
14705
|
layoutGridMaxRows?: number | undefined;
|
|
14706
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14706
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14707
14707
|
contentTypeField?: string | undefined;
|
|
14708
14708
|
fixedContentType?: string | undefined;
|
|
14709
14709
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14815,7 +14815,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
14815
14815
|
layoutGridRowField?: string | undefined;
|
|
14816
14816
|
layoutGridColumnField?: string | undefined;
|
|
14817
14817
|
layoutGridMaxRows?: number | undefined;
|
|
14818
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14818
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14819
14819
|
contentTypeField?: string | undefined;
|
|
14820
14820
|
fixedContentType?: string | undefined;
|
|
14821
14821
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14921,7 +14921,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
14921
14921
|
layoutGridRowField?: string | undefined;
|
|
14922
14922
|
layoutGridColumnField?: string | undefined;
|
|
14923
14923
|
layoutGridMaxRows?: number | undefined;
|
|
14924
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14924
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14925
14925
|
contentTypeField?: string | undefined;
|
|
14926
14926
|
fixedContentType?: string | undefined;
|
|
14927
14927
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15030,7 +15030,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
15030
15030
|
layoutGridRowField?: string | undefined;
|
|
15031
15031
|
layoutGridColumnField?: string | undefined;
|
|
15032
15032
|
layoutGridMaxRows?: number | undefined;
|
|
15033
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15033
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15034
15034
|
contentTypeField?: string | undefined;
|
|
15035
15035
|
fixedContentType?: string | undefined;
|
|
15036
15036
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15141,7 +15141,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
15141
15141
|
layoutGridRowField?: string | undefined;
|
|
15142
15142
|
layoutGridColumnField?: string | undefined;
|
|
15143
15143
|
layoutGridMaxRows?: number | undefined;
|
|
15144
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15144
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15145
15145
|
contentTypeField?: string | undefined;
|
|
15146
15146
|
fixedContentType?: string | undefined;
|
|
15147
15147
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15253,7 +15253,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
15253
15253
|
layoutGridRowField?: string | undefined;
|
|
15254
15254
|
layoutGridColumnField?: string | undefined;
|
|
15255
15255
|
layoutGridMaxRows?: number | undefined;
|
|
15256
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15256
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15257
15257
|
contentTypeField?: string | undefined;
|
|
15258
15258
|
fixedContentType?: string | undefined;
|
|
15259
15259
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15359,7 +15359,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
15359
15359
|
layoutGridRowField?: string | undefined;
|
|
15360
15360
|
layoutGridColumnField?: string | undefined;
|
|
15361
15361
|
layoutGridMaxRows?: number | undefined;
|
|
15362
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15362
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15363
15363
|
contentTypeField?: string | undefined;
|
|
15364
15364
|
fixedContentType?: string | undefined;
|
|
15365
15365
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15472,7 +15472,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
15472
15472
|
layoutGridRowField?: string | undefined;
|
|
15473
15473
|
layoutGridColumnField?: string | undefined;
|
|
15474
15474
|
layoutGridMaxRows?: number | undefined;
|
|
15475
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15475
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15476
15476
|
contentTypeField?: string | undefined;
|
|
15477
15477
|
fixedContentType?: string | undefined;
|
|
15478
15478
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15579,7 +15579,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
15579
15579
|
layoutGridRowField?: string | undefined;
|
|
15580
15580
|
layoutGridColumnField?: string | undefined;
|
|
15581
15581
|
layoutGridMaxRows?: number | undefined;
|
|
15582
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15582
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15583
15583
|
contentTypeField?: string | undefined;
|
|
15584
15584
|
fixedContentType?: string | undefined;
|
|
15585
15585
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15686,7 +15686,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
15686
15686
|
layoutGridRowField?: string | undefined;
|
|
15687
15687
|
layoutGridColumnField?: string | undefined;
|
|
15688
15688
|
layoutGridMaxRows?: number | undefined;
|
|
15689
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15689
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15690
15690
|
contentTypeField?: string | undefined;
|
|
15691
15691
|
fixedContentType?: string | undefined;
|
|
15692
15692
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15794,7 +15794,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
15794
15794
|
layoutGridRowField?: string | undefined;
|
|
15795
15795
|
layoutGridColumnField?: string | undefined;
|
|
15796
15796
|
layoutGridMaxRows?: number | undefined;
|
|
15797
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15797
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15798
15798
|
contentTypeField?: string | undefined;
|
|
15799
15799
|
fixedContentType?: string | undefined;
|
|
15800
15800
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15900,7 +15900,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
15900
15900
|
layoutGridRowField?: string | undefined;
|
|
15901
15901
|
layoutGridColumnField?: string | undefined;
|
|
15902
15902
|
layoutGridMaxRows?: number | undefined;
|
|
15903
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15903
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15904
15904
|
contentTypeField?: string | undefined;
|
|
15905
15905
|
fixedContentType?: string | undefined;
|
|
15906
15906
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16006,7 +16006,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
16006
16006
|
layoutGridRowField?: string | undefined;
|
|
16007
16007
|
layoutGridColumnField?: string | undefined;
|
|
16008
16008
|
layoutGridMaxRows?: number | undefined;
|
|
16009
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16009
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16010
16010
|
contentTypeField?: string | undefined;
|
|
16011
16011
|
fixedContentType?: string | undefined;
|
|
16012
16012
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16112,7 +16112,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
16112
16112
|
layoutGridRowField?: string | undefined;
|
|
16113
16113
|
layoutGridColumnField?: string | undefined;
|
|
16114
16114
|
layoutGridMaxRows?: number | undefined;
|
|
16115
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16115
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16116
16116
|
contentTypeField?: string | undefined;
|
|
16117
16117
|
fixedContentType?: string | undefined;
|
|
16118
16118
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16218,7 +16218,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
16218
16218
|
layoutGridRowField?: string | undefined;
|
|
16219
16219
|
layoutGridColumnField?: string | undefined;
|
|
16220
16220
|
layoutGridMaxRows?: number | undefined;
|
|
16221
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16221
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16222
16222
|
contentTypeField?: string | undefined;
|
|
16223
16223
|
fixedContentType?: string | undefined;
|
|
16224
16224
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16324,7 +16324,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
16324
16324
|
layoutGridRowField?: string | undefined;
|
|
16325
16325
|
layoutGridColumnField?: string | undefined;
|
|
16326
16326
|
layoutGridMaxRows?: number | undefined;
|
|
16327
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16327
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16328
16328
|
contentTypeField?: string | undefined;
|
|
16329
16329
|
fixedContentType?: string | undefined;
|
|
16330
16330
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16434,7 +16434,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
16434
16434
|
layoutGridRowField?: string | undefined;
|
|
16435
16435
|
layoutGridColumnField?: string | undefined;
|
|
16436
16436
|
layoutGridMaxRows?: number | undefined;
|
|
16437
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16437
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16438
16438
|
contentTypeField?: string | undefined;
|
|
16439
16439
|
fixedContentType?: string | undefined;
|
|
16440
16440
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16540,7 +16540,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
16540
16540
|
layoutGridRowField?: string | undefined;
|
|
16541
16541
|
layoutGridColumnField?: string | undefined;
|
|
16542
16542
|
layoutGridMaxRows?: number | undefined;
|
|
16543
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16543
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16544
16544
|
contentTypeField?: string | undefined;
|
|
16545
16545
|
fixedContentType?: string | undefined;
|
|
16546
16546
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16648,7 +16648,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
16648
16648
|
layoutGridRowField?: string | undefined;
|
|
16649
16649
|
layoutGridColumnField?: string | undefined;
|
|
16650
16650
|
layoutGridMaxRows?: number | undefined;
|
|
16651
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16651
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16652
16652
|
contentTypeField?: string | undefined;
|
|
16653
16653
|
fixedContentType?: string | undefined;
|
|
16654
16654
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16754,7 +16754,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
16754
16754
|
layoutGridRowField?: string | undefined;
|
|
16755
16755
|
layoutGridColumnField?: string | undefined;
|
|
16756
16756
|
layoutGridMaxRows?: number | undefined;
|
|
16757
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16757
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16758
16758
|
contentTypeField?: string | undefined;
|
|
16759
16759
|
fixedContentType?: string | undefined;
|
|
16760
16760
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16878,7 +16878,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
16878
16878
|
layoutGridRowField?: string | undefined;
|
|
16879
16879
|
layoutGridColumnField?: string | undefined;
|
|
16880
16880
|
layoutGridMaxRows?: number | undefined;
|
|
16881
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16881
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16882
16882
|
contentTypeField?: string | undefined;
|
|
16883
16883
|
fixedContentType?: string | undefined;
|
|
16884
16884
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16988,7 +16988,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
16988
16988
|
layoutGridRowField?: string | undefined;
|
|
16989
16989
|
layoutGridColumnField?: string | undefined;
|
|
16990
16990
|
layoutGridMaxRows?: number | undefined;
|
|
16991
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16991
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16992
16992
|
contentTypeField?: string | undefined;
|
|
16993
16993
|
fixedContentType?: string | undefined;
|
|
16994
16994
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17110,7 +17110,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
17110
17110
|
layoutGridRowField?: string | undefined;
|
|
17111
17111
|
layoutGridColumnField?: string | undefined;
|
|
17112
17112
|
layoutGridMaxRows?: number | undefined;
|
|
17113
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17113
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17114
17114
|
contentTypeField?: string | undefined;
|
|
17115
17115
|
fixedContentType?: string | undefined;
|
|
17116
17116
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17225,7 +17225,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
17225
17225
|
layoutGridRowField?: string | undefined;
|
|
17226
17226
|
layoutGridColumnField?: string | undefined;
|
|
17227
17227
|
layoutGridMaxRows?: number | undefined;
|
|
17228
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17228
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17229
17229
|
contentTypeField?: string | undefined;
|
|
17230
17230
|
fixedContentType?: string | undefined;
|
|
17231
17231
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17332,7 +17332,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
17332
17332
|
layoutGridRowField?: string | undefined;
|
|
17333
17333
|
layoutGridColumnField?: string | undefined;
|
|
17334
17334
|
layoutGridMaxRows?: number | undefined;
|
|
17335
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17335
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17336
17336
|
contentTypeField?: string | undefined;
|
|
17337
17337
|
fixedContentType?: string | undefined;
|
|
17338
17338
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17439,7 +17439,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
17439
17439
|
layoutGridRowField?: string | undefined;
|
|
17440
17440
|
layoutGridColumnField?: string | undefined;
|
|
17441
17441
|
layoutGridMaxRows?: number | undefined;
|
|
17442
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17442
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17443
17443
|
contentTypeField?: string | undefined;
|
|
17444
17444
|
fixedContentType?: string | undefined;
|
|
17445
17445
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17547,7 +17547,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
17547
17547
|
layoutGridRowField?: string | undefined;
|
|
17548
17548
|
layoutGridColumnField?: string | undefined;
|
|
17549
17549
|
layoutGridMaxRows?: number | undefined;
|
|
17550
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17550
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17551
17551
|
contentTypeField?: string | undefined;
|
|
17552
17552
|
fixedContentType?: string | undefined;
|
|
17553
17553
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17653,7 +17653,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
17653
17653
|
layoutGridRowField?: string | undefined;
|
|
17654
17654
|
layoutGridColumnField?: string | undefined;
|
|
17655
17655
|
layoutGridMaxRows?: number | undefined;
|
|
17656
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17656
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17657
17657
|
contentTypeField?: string | undefined;
|
|
17658
17658
|
fixedContentType?: string | undefined;
|
|
17659
17659
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17759,7 +17759,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
17759
17759
|
layoutGridRowField?: string | undefined;
|
|
17760
17760
|
layoutGridColumnField?: string | undefined;
|
|
17761
17761
|
layoutGridMaxRows?: number | undefined;
|
|
17762
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17762
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17763
17763
|
contentTypeField?: string | undefined;
|
|
17764
17764
|
fixedContentType?: string | undefined;
|
|
17765
17765
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17865,7 +17865,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
17865
17865
|
layoutGridRowField?: string | undefined;
|
|
17866
17866
|
layoutGridColumnField?: string | undefined;
|
|
17867
17867
|
layoutGridMaxRows?: number | undefined;
|
|
17868
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17868
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17869
17869
|
contentTypeField?: string | undefined;
|
|
17870
17870
|
fixedContentType?: string | undefined;
|
|
17871
17871
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17971,7 +17971,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
17971
17971
|
layoutGridRowField?: string | undefined;
|
|
17972
17972
|
layoutGridColumnField?: string | undefined;
|
|
17973
17973
|
layoutGridMaxRows?: number | undefined;
|
|
17974
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17974
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17975
17975
|
contentTypeField?: string | undefined;
|
|
17976
17976
|
fixedContentType?: string | undefined;
|
|
17977
17977
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18077,7 +18077,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
18077
18077
|
layoutGridRowField?: string | undefined;
|
|
18078
18078
|
layoutGridColumnField?: string | undefined;
|
|
18079
18079
|
layoutGridMaxRows?: number | undefined;
|
|
18080
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18080
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18081
18081
|
contentTypeField?: string | undefined;
|
|
18082
18082
|
fixedContentType?: string | undefined;
|
|
18083
18083
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18187,7 +18187,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
18187
18187
|
layoutGridRowField?: string | undefined;
|
|
18188
18188
|
layoutGridColumnField?: string | undefined;
|
|
18189
18189
|
layoutGridMaxRows?: number | undefined;
|
|
18190
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18190
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18191
18191
|
contentTypeField?: string | undefined;
|
|
18192
18192
|
fixedContentType?: string | undefined;
|
|
18193
18193
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18293,7 +18293,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
18293
18293
|
layoutGridRowField?: string | undefined;
|
|
18294
18294
|
layoutGridColumnField?: string | undefined;
|
|
18295
18295
|
layoutGridMaxRows?: number | undefined;
|
|
18296
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18296
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18297
18297
|
contentTypeField?: string | undefined;
|
|
18298
18298
|
fixedContentType?: string | undefined;
|
|
18299
18299
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18401,7 +18401,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
18401
18401
|
layoutGridRowField?: string | undefined;
|
|
18402
18402
|
layoutGridColumnField?: string | undefined;
|
|
18403
18403
|
layoutGridMaxRows?: number | undefined;
|
|
18404
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18404
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18405
18405
|
contentTypeField?: string | undefined;
|
|
18406
18406
|
fixedContentType?: string | undefined;
|
|
18407
18407
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18507,7 +18507,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
18507
18507
|
layoutGridRowField?: string | undefined;
|
|
18508
18508
|
layoutGridColumnField?: string | undefined;
|
|
18509
18509
|
layoutGridMaxRows?: number | undefined;
|
|
18510
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18510
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18511
18511
|
contentTypeField?: string | undefined;
|
|
18512
18512
|
fixedContentType?: string | undefined;
|
|
18513
18513
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18620,7 +18620,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
18620
18620
|
layoutGridRowField?: string | undefined;
|
|
18621
18621
|
layoutGridColumnField?: string | undefined;
|
|
18622
18622
|
layoutGridMaxRows?: number | undefined;
|
|
18623
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18623
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18624
18624
|
contentTypeField?: string | undefined;
|
|
18625
18625
|
fixedContentType?: string | undefined;
|
|
18626
18626
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18732,7 +18732,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
18732
18732
|
layoutGridRowField?: string | undefined;
|
|
18733
18733
|
layoutGridColumnField?: string | undefined;
|
|
18734
18734
|
layoutGridMaxRows?: number | undefined;
|
|
18735
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18735
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18736
18736
|
contentTypeField?: string | undefined;
|
|
18737
18737
|
fixedContentType?: string | undefined;
|
|
18738
18738
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18838,7 +18838,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
18838
18838
|
layoutGridRowField?: string | undefined;
|
|
18839
18839
|
layoutGridColumnField?: string | undefined;
|
|
18840
18840
|
layoutGridMaxRows?: number | undefined;
|
|
18841
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18841
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18842
18842
|
contentTypeField?: string | undefined;
|
|
18843
18843
|
fixedContentType?: string | undefined;
|
|
18844
18844
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18951,7 +18951,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
18951
18951
|
layoutGridRowField?: string | undefined;
|
|
18952
18952
|
layoutGridColumnField?: string | undefined;
|
|
18953
18953
|
layoutGridMaxRows?: number | undefined;
|
|
18954
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18954
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18955
18955
|
contentTypeField?: string | undefined;
|
|
18956
18956
|
fixedContentType?: string | undefined;
|
|
18957
18957
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19058,7 +19058,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
19058
19058
|
layoutGridRowField?: string | undefined;
|
|
19059
19059
|
layoutGridColumnField?: string | undefined;
|
|
19060
19060
|
layoutGridMaxRows?: number | undefined;
|
|
19061
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19061
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19062
19062
|
contentTypeField?: string | undefined;
|
|
19063
19063
|
fixedContentType?: string | undefined;
|
|
19064
19064
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19165,7 +19165,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
19165
19165
|
layoutGridRowField?: string | undefined;
|
|
19166
19166
|
layoutGridColumnField?: string | undefined;
|
|
19167
19167
|
layoutGridMaxRows?: number | undefined;
|
|
19168
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19168
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19169
19169
|
contentTypeField?: string | undefined;
|
|
19170
19170
|
fixedContentType?: string | undefined;
|
|
19171
19171
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19273,7 +19273,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
19273
19273
|
layoutGridRowField?: string | undefined;
|
|
19274
19274
|
layoutGridColumnField?: string | undefined;
|
|
19275
19275
|
layoutGridMaxRows?: number | undefined;
|
|
19276
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19276
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19277
19277
|
contentTypeField?: string | undefined;
|
|
19278
19278
|
fixedContentType?: string | undefined;
|
|
19279
19279
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19379,7 +19379,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
19379
19379
|
layoutGridRowField?: string | undefined;
|
|
19380
19380
|
layoutGridColumnField?: string | undefined;
|
|
19381
19381
|
layoutGridMaxRows?: number | undefined;
|
|
19382
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19382
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19383
19383
|
contentTypeField?: string | undefined;
|
|
19384
19384
|
fixedContentType?: string | undefined;
|
|
19385
19385
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19485,7 +19485,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
19485
19485
|
layoutGridRowField?: string | undefined;
|
|
19486
19486
|
layoutGridColumnField?: string | undefined;
|
|
19487
19487
|
layoutGridMaxRows?: number | undefined;
|
|
19488
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19488
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19489
19489
|
contentTypeField?: string | undefined;
|
|
19490
19490
|
fixedContentType?: string | undefined;
|
|
19491
19491
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19591,7 +19591,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
19591
19591
|
layoutGridRowField?: string | undefined;
|
|
19592
19592
|
layoutGridColumnField?: string | undefined;
|
|
19593
19593
|
layoutGridMaxRows?: number | undefined;
|
|
19594
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19594
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19595
19595
|
contentTypeField?: string | undefined;
|
|
19596
19596
|
fixedContentType?: string | undefined;
|
|
19597
19597
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19697,7 +19697,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
19697
19697
|
layoutGridRowField?: string | undefined;
|
|
19698
19698
|
layoutGridColumnField?: string | undefined;
|
|
19699
19699
|
layoutGridMaxRows?: number | undefined;
|
|
19700
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19700
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19701
19701
|
contentTypeField?: string | undefined;
|
|
19702
19702
|
fixedContentType?: string | undefined;
|
|
19703
19703
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19803,7 +19803,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
19803
19803
|
layoutGridRowField?: string | undefined;
|
|
19804
19804
|
layoutGridColumnField?: string | undefined;
|
|
19805
19805
|
layoutGridMaxRows?: number | undefined;
|
|
19806
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19806
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19807
19807
|
contentTypeField?: string | undefined;
|
|
19808
19808
|
fixedContentType?: string | undefined;
|
|
19809
19809
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19913,7 +19913,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
19913
19913
|
layoutGridRowField?: string | undefined;
|
|
19914
19914
|
layoutGridColumnField?: string | undefined;
|
|
19915
19915
|
layoutGridMaxRows?: number | undefined;
|
|
19916
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19916
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19917
19917
|
contentTypeField?: string | undefined;
|
|
19918
19918
|
fixedContentType?: string | undefined;
|
|
19919
19919
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20019,7 +20019,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
20019
20019
|
layoutGridRowField?: string | undefined;
|
|
20020
20020
|
layoutGridColumnField?: string | undefined;
|
|
20021
20021
|
layoutGridMaxRows?: number | undefined;
|
|
20022
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20022
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20023
20023
|
contentTypeField?: string | undefined;
|
|
20024
20024
|
fixedContentType?: string | undefined;
|
|
20025
20025
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20127,7 +20127,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
20127
20127
|
layoutGridRowField?: string | undefined;
|
|
20128
20128
|
layoutGridColumnField?: string | undefined;
|
|
20129
20129
|
layoutGridMaxRows?: number | undefined;
|
|
20130
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20130
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20131
20131
|
contentTypeField?: string | undefined;
|
|
20132
20132
|
fixedContentType?: string | undefined;
|
|
20133
20133
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20233,7 +20233,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
20233
20233
|
layoutGridRowField?: string | undefined;
|
|
20234
20234
|
layoutGridColumnField?: string | undefined;
|
|
20235
20235
|
layoutGridMaxRows?: number | undefined;
|
|
20236
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20236
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20237
20237
|
contentTypeField?: string | undefined;
|
|
20238
20238
|
fixedContentType?: string | undefined;
|
|
20239
20239
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20346,7 +20346,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
20346
20346
|
layoutGridRowField?: string | undefined;
|
|
20347
20347
|
layoutGridColumnField?: string | undefined;
|
|
20348
20348
|
layoutGridMaxRows?: number | undefined;
|
|
20349
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20349
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20350
20350
|
contentTypeField?: string | undefined;
|
|
20351
20351
|
fixedContentType?: string | undefined;
|
|
20352
20352
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20458,7 +20458,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
20458
20458
|
layoutGridRowField?: string | undefined;
|
|
20459
20459
|
layoutGridColumnField?: string | undefined;
|
|
20460
20460
|
layoutGridMaxRows?: number | undefined;
|
|
20461
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20461
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20462
20462
|
contentTypeField?: string | undefined;
|
|
20463
20463
|
fixedContentType?: string | undefined;
|
|
20464
20464
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20564,7 +20564,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
20564
20564
|
layoutGridRowField?: string | undefined;
|
|
20565
20565
|
layoutGridColumnField?: string | undefined;
|
|
20566
20566
|
layoutGridMaxRows?: number | undefined;
|
|
20567
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20567
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20568
20568
|
contentTypeField?: string | undefined;
|
|
20569
20569
|
fixedContentType?: string | undefined;
|
|
20570
20570
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20673,7 +20673,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
20673
20673
|
layoutGridRowField?: string | undefined;
|
|
20674
20674
|
layoutGridColumnField?: string | undefined;
|
|
20675
20675
|
layoutGridMaxRows?: number | undefined;
|
|
20676
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20676
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20677
20677
|
contentTypeField?: string | undefined;
|
|
20678
20678
|
fixedContentType?: string | undefined;
|
|
20679
20679
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20784,7 +20784,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
20784
20784
|
layoutGridRowField?: string | undefined;
|
|
20785
20785
|
layoutGridColumnField?: string | undefined;
|
|
20786
20786
|
layoutGridMaxRows?: number | undefined;
|
|
20787
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20787
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20788
20788
|
contentTypeField?: string | undefined;
|
|
20789
20789
|
fixedContentType?: string | undefined;
|
|
20790
20790
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20896,7 +20896,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
20896
20896
|
layoutGridRowField?: string | undefined;
|
|
20897
20897
|
layoutGridColumnField?: string | undefined;
|
|
20898
20898
|
layoutGridMaxRows?: number | undefined;
|
|
20899
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20899
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20900
20900
|
contentTypeField?: string | undefined;
|
|
20901
20901
|
fixedContentType?: string | undefined;
|
|
20902
20902
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21002,7 +21002,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
21002
21002
|
layoutGridRowField?: string | undefined;
|
|
21003
21003
|
layoutGridColumnField?: string | undefined;
|
|
21004
21004
|
layoutGridMaxRows?: number | undefined;
|
|
21005
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21005
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21006
21006
|
contentTypeField?: string | undefined;
|
|
21007
21007
|
fixedContentType?: string | undefined;
|
|
21008
21008
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21108,7 +21108,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
21108
21108
|
layoutGridRowField?: string | undefined;
|
|
21109
21109
|
layoutGridColumnField?: string | undefined;
|
|
21110
21110
|
layoutGridMaxRows?: number | undefined;
|
|
21111
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21111
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21112
21112
|
contentTypeField?: string | undefined;
|
|
21113
21113
|
fixedContentType?: string | undefined;
|
|
21114
21114
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21229,7 +21229,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
21229
21229
|
layoutGridRowField?: string | undefined;
|
|
21230
21230
|
layoutGridColumnField?: string | undefined;
|
|
21231
21231
|
layoutGridMaxRows?: number | undefined;
|
|
21232
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21232
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21233
21233
|
contentTypeField?: string | undefined;
|
|
21234
21234
|
fixedContentType?: string | undefined;
|
|
21235
21235
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21339,7 +21339,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
21339
21339
|
layoutGridRowField?: string | undefined;
|
|
21340
21340
|
layoutGridColumnField?: string | undefined;
|
|
21341
21341
|
layoutGridMaxRows?: number | undefined;
|
|
21342
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21342
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21343
21343
|
contentTypeField?: string | undefined;
|
|
21344
21344
|
fixedContentType?: string | undefined;
|
|
21345
21345
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21461,7 +21461,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
21461
21461
|
layoutGridRowField?: string | undefined;
|
|
21462
21462
|
layoutGridColumnField?: string | undefined;
|
|
21463
21463
|
layoutGridMaxRows?: number | undefined;
|
|
21464
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21464
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21465
21465
|
contentTypeField?: string | undefined;
|
|
21466
21466
|
fixedContentType?: string | undefined;
|
|
21467
21467
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21576,7 +21576,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
21576
21576
|
layoutGridRowField?: string | undefined;
|
|
21577
21577
|
layoutGridColumnField?: string | undefined;
|
|
21578
21578
|
layoutGridMaxRows?: number | undefined;
|
|
21579
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21579
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21580
21580
|
contentTypeField?: string | undefined;
|
|
21581
21581
|
fixedContentType?: string | undefined;
|
|
21582
21582
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21683,7 +21683,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
21683
21683
|
layoutGridRowField?: string | undefined;
|
|
21684
21684
|
layoutGridColumnField?: string | undefined;
|
|
21685
21685
|
layoutGridMaxRows?: number | undefined;
|
|
21686
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21686
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21687
21687
|
contentTypeField?: string | undefined;
|
|
21688
21688
|
fixedContentType?: string | undefined;
|
|
21689
21689
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21790,7 +21790,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
21790
21790
|
layoutGridRowField?: string | undefined;
|
|
21791
21791
|
layoutGridColumnField?: string | undefined;
|
|
21792
21792
|
layoutGridMaxRows?: number | undefined;
|
|
21793
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21793
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21794
21794
|
contentTypeField?: string | undefined;
|
|
21795
21795
|
fixedContentType?: string | undefined;
|
|
21796
21796
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21898,7 +21898,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
21898
21898
|
layoutGridRowField?: string | undefined;
|
|
21899
21899
|
layoutGridColumnField?: string | undefined;
|
|
21900
21900
|
layoutGridMaxRows?: number | undefined;
|
|
21901
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21901
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21902
21902
|
contentTypeField?: string | undefined;
|
|
21903
21903
|
fixedContentType?: string | undefined;
|
|
21904
21904
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22004,7 +22004,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
22004
22004
|
layoutGridRowField?: string | undefined;
|
|
22005
22005
|
layoutGridColumnField?: string | undefined;
|
|
22006
22006
|
layoutGridMaxRows?: number | undefined;
|
|
22007
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22007
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22008
22008
|
contentTypeField?: string | undefined;
|
|
22009
22009
|
fixedContentType?: string | undefined;
|
|
22010
22010
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22110,7 +22110,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
22110
22110
|
layoutGridRowField?: string | undefined;
|
|
22111
22111
|
layoutGridColumnField?: string | undefined;
|
|
22112
22112
|
layoutGridMaxRows?: number | undefined;
|
|
22113
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22113
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22114
22114
|
contentTypeField?: string | undefined;
|
|
22115
22115
|
fixedContentType?: string | undefined;
|
|
22116
22116
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22216,7 +22216,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
22216
22216
|
layoutGridRowField?: string | undefined;
|
|
22217
22217
|
layoutGridColumnField?: string | undefined;
|
|
22218
22218
|
layoutGridMaxRows?: number | undefined;
|
|
22219
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22219
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22220
22220
|
contentTypeField?: string | undefined;
|
|
22221
22221
|
fixedContentType?: string | undefined;
|
|
22222
22222
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22322,7 +22322,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
22322
22322
|
layoutGridRowField?: string | undefined;
|
|
22323
22323
|
layoutGridColumnField?: string | undefined;
|
|
22324
22324
|
layoutGridMaxRows?: number | undefined;
|
|
22325
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22325
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22326
22326
|
contentTypeField?: string | undefined;
|
|
22327
22327
|
fixedContentType?: string | undefined;
|
|
22328
22328
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22428,7 +22428,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
22428
22428
|
layoutGridRowField?: string | undefined;
|
|
22429
22429
|
layoutGridColumnField?: string | undefined;
|
|
22430
22430
|
layoutGridMaxRows?: number | undefined;
|
|
22431
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22431
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22432
22432
|
contentTypeField?: string | undefined;
|
|
22433
22433
|
fixedContentType?: string | undefined;
|
|
22434
22434
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22538,7 +22538,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
22538
22538
|
layoutGridRowField?: string | undefined;
|
|
22539
22539
|
layoutGridColumnField?: string | undefined;
|
|
22540
22540
|
layoutGridMaxRows?: number | undefined;
|
|
22541
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22541
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22542
22542
|
contentTypeField?: string | undefined;
|
|
22543
22543
|
fixedContentType?: string | undefined;
|
|
22544
22544
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22644,7 +22644,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
22644
22644
|
layoutGridRowField?: string | undefined;
|
|
22645
22645
|
layoutGridColumnField?: string | undefined;
|
|
22646
22646
|
layoutGridMaxRows?: number | undefined;
|
|
22647
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22647
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22648
22648
|
contentTypeField?: string | undefined;
|
|
22649
22649
|
fixedContentType?: string | undefined;
|
|
22650
22650
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22752,7 +22752,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
22752
22752
|
layoutGridRowField?: string | undefined;
|
|
22753
22753
|
layoutGridColumnField?: string | undefined;
|
|
22754
22754
|
layoutGridMaxRows?: number | undefined;
|
|
22755
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22755
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22756
22756
|
contentTypeField?: string | undefined;
|
|
22757
22757
|
fixedContentType?: string | undefined;
|
|
22758
22758
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22858,7 +22858,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
22858
22858
|
layoutGridRowField?: string | undefined;
|
|
22859
22859
|
layoutGridColumnField?: string | undefined;
|
|
22860
22860
|
layoutGridMaxRows?: number | undefined;
|
|
22861
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22861
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22862
22862
|
contentTypeField?: string | undefined;
|
|
22863
22863
|
fixedContentType?: string | undefined;
|
|
22864
22864
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22980,7 +22980,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
22980
22980
|
layoutGridRowField?: string | undefined;
|
|
22981
22981
|
layoutGridColumnField?: string | undefined;
|
|
22982
22982
|
layoutGridMaxRows?: number | undefined;
|
|
22983
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22983
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22984
22984
|
contentTypeField?: string | undefined;
|
|
22985
22985
|
fixedContentType?: string | undefined;
|
|
22986
22986
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23095,7 +23095,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
23095
23095
|
layoutGridRowField?: string | undefined;
|
|
23096
23096
|
layoutGridColumnField?: string | undefined;
|
|
23097
23097
|
layoutGridMaxRows?: number | undefined;
|
|
23098
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23098
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23099
23099
|
contentTypeField?: string | undefined;
|
|
23100
23100
|
fixedContentType?: string | undefined;
|
|
23101
23101
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23202,7 +23202,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
23202
23202
|
layoutGridRowField?: string | undefined;
|
|
23203
23203
|
layoutGridColumnField?: string | undefined;
|
|
23204
23204
|
layoutGridMaxRows?: number | undefined;
|
|
23205
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23205
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23206
23206
|
contentTypeField?: string | undefined;
|
|
23207
23207
|
fixedContentType?: string | undefined;
|
|
23208
23208
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23309,7 +23309,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
23309
23309
|
layoutGridRowField?: string | undefined;
|
|
23310
23310
|
layoutGridColumnField?: string | undefined;
|
|
23311
23311
|
layoutGridMaxRows?: number | undefined;
|
|
23312
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23312
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23313
23313
|
contentTypeField?: string | undefined;
|
|
23314
23314
|
fixedContentType?: string | undefined;
|
|
23315
23315
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23417,7 +23417,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
23417
23417
|
layoutGridRowField?: string | undefined;
|
|
23418
23418
|
layoutGridColumnField?: string | undefined;
|
|
23419
23419
|
layoutGridMaxRows?: number | undefined;
|
|
23420
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23420
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23421
23421
|
contentTypeField?: string | undefined;
|
|
23422
23422
|
fixedContentType?: string | undefined;
|
|
23423
23423
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23523,7 +23523,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
23523
23523
|
layoutGridRowField?: string | undefined;
|
|
23524
23524
|
layoutGridColumnField?: string | undefined;
|
|
23525
23525
|
layoutGridMaxRows?: number | undefined;
|
|
23526
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23526
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23527
23527
|
contentTypeField?: string | undefined;
|
|
23528
23528
|
fixedContentType?: string | undefined;
|
|
23529
23529
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23629,7 +23629,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
23629
23629
|
layoutGridRowField?: string | undefined;
|
|
23630
23630
|
layoutGridColumnField?: string | undefined;
|
|
23631
23631
|
layoutGridMaxRows?: number | undefined;
|
|
23632
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23632
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23633
23633
|
contentTypeField?: string | undefined;
|
|
23634
23634
|
fixedContentType?: string | undefined;
|
|
23635
23635
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23735,7 +23735,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
23735
23735
|
layoutGridRowField?: string | undefined;
|
|
23736
23736
|
layoutGridColumnField?: string | undefined;
|
|
23737
23737
|
layoutGridMaxRows?: number | undefined;
|
|
23738
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23738
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23739
23739
|
contentTypeField?: string | undefined;
|
|
23740
23740
|
fixedContentType?: string | undefined;
|
|
23741
23741
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23841,7 +23841,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
23841
23841
|
layoutGridRowField?: string | undefined;
|
|
23842
23842
|
layoutGridColumnField?: string | undefined;
|
|
23843
23843
|
layoutGridMaxRows?: number | undefined;
|
|
23844
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23844
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23845
23845
|
contentTypeField?: string | undefined;
|
|
23846
23846
|
fixedContentType?: string | undefined;
|
|
23847
23847
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23947,7 +23947,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
23947
23947
|
layoutGridRowField?: string | undefined;
|
|
23948
23948
|
layoutGridColumnField?: string | undefined;
|
|
23949
23949
|
layoutGridMaxRows?: number | undefined;
|
|
23950
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23950
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23951
23951
|
contentTypeField?: string | undefined;
|
|
23952
23952
|
fixedContentType?: string | undefined;
|
|
23953
23953
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24057,7 +24057,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
24057
24057
|
layoutGridRowField?: string | undefined;
|
|
24058
24058
|
layoutGridColumnField?: string | undefined;
|
|
24059
24059
|
layoutGridMaxRows?: number | undefined;
|
|
24060
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24060
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24061
24061
|
contentTypeField?: string | undefined;
|
|
24062
24062
|
fixedContentType?: string | undefined;
|
|
24063
24063
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24163,7 +24163,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
24163
24163
|
layoutGridRowField?: string | undefined;
|
|
24164
24164
|
layoutGridColumnField?: string | undefined;
|
|
24165
24165
|
layoutGridMaxRows?: number | undefined;
|
|
24166
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24166
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24167
24167
|
contentTypeField?: string | undefined;
|
|
24168
24168
|
fixedContentType?: string | undefined;
|
|
24169
24169
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24271,7 +24271,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
24271
24271
|
layoutGridRowField?: string | undefined;
|
|
24272
24272
|
layoutGridColumnField?: string | undefined;
|
|
24273
24273
|
layoutGridMaxRows?: number | undefined;
|
|
24274
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24274
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24275
24275
|
contentTypeField?: string | undefined;
|
|
24276
24276
|
fixedContentType?: string | undefined;
|
|
24277
24277
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24377,7 +24377,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
24377
24377
|
layoutGridRowField?: string | undefined;
|
|
24378
24378
|
layoutGridColumnField?: string | undefined;
|
|
24379
24379
|
layoutGridMaxRows?: number | undefined;
|
|
24380
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24380
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24381
24381
|
contentTypeField?: string | undefined;
|
|
24382
24382
|
fixedContentType?: string | undefined;
|
|
24383
24383
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24490,7 +24490,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
24490
24490
|
layoutGridRowField?: string | undefined;
|
|
24491
24491
|
layoutGridColumnField?: string | undefined;
|
|
24492
24492
|
layoutGridMaxRows?: number | undefined;
|
|
24493
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24493
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24494
24494
|
contentTypeField?: string | undefined;
|
|
24495
24495
|
fixedContentType?: string | undefined;
|
|
24496
24496
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24602,7 +24602,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
24602
24602
|
layoutGridRowField?: string | undefined;
|
|
24603
24603
|
layoutGridColumnField?: string | undefined;
|
|
24604
24604
|
layoutGridMaxRows?: number | undefined;
|
|
24605
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24605
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24606
24606
|
contentTypeField?: string | undefined;
|
|
24607
24607
|
fixedContentType?: string | undefined;
|
|
24608
24608
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24708,7 +24708,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
24708
24708
|
layoutGridRowField?: string | undefined;
|
|
24709
24709
|
layoutGridColumnField?: string | undefined;
|
|
24710
24710
|
layoutGridMaxRows?: number | undefined;
|
|
24711
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24711
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24712
24712
|
contentTypeField?: string | undefined;
|
|
24713
24713
|
fixedContentType?: string | undefined;
|
|
24714
24714
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24814,7 +24814,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
24814
24814
|
layoutGridRowField?: string | undefined;
|
|
24815
24815
|
layoutGridColumnField?: string | undefined;
|
|
24816
24816
|
layoutGridMaxRows?: number | undefined;
|
|
24817
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24817
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24818
24818
|
contentTypeField?: string | undefined;
|
|
24819
24819
|
fixedContentType?: string | undefined;
|
|
24820
24820
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24924,7 +24924,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
24924
24924
|
layoutGridRowField?: string | undefined;
|
|
24925
24925
|
layoutGridColumnField?: string | undefined;
|
|
24926
24926
|
layoutGridMaxRows?: number | undefined;
|
|
24927
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24927
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24928
24928
|
contentTypeField?: string | undefined;
|
|
24929
24929
|
fixedContentType?: string | undefined;
|
|
24930
24930
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25036,7 +25036,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
25036
25036
|
layoutGridRowField?: string | undefined;
|
|
25037
25037
|
layoutGridColumnField?: string | undefined;
|
|
25038
25038
|
layoutGridMaxRows?: number | undefined;
|
|
25039
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25039
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25040
25040
|
contentTypeField?: string | undefined;
|
|
25041
25041
|
fixedContentType?: string | undefined;
|
|
25042
25042
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25142,7 +25142,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
25142
25142
|
layoutGridRowField?: string | undefined;
|
|
25143
25143
|
layoutGridColumnField?: string | undefined;
|
|
25144
25144
|
layoutGridMaxRows?: number | undefined;
|
|
25145
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25145
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25146
25146
|
contentTypeField?: string | undefined;
|
|
25147
25147
|
fixedContentType?: string | undefined;
|
|
25148
25148
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25255,7 +25255,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
25255
25255
|
layoutGridRowField?: string | undefined;
|
|
25256
25256
|
layoutGridColumnField?: string | undefined;
|
|
25257
25257
|
layoutGridMaxRows?: number | undefined;
|
|
25258
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25258
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25259
25259
|
contentTypeField?: string | undefined;
|
|
25260
25260
|
fixedContentType?: string | undefined;
|
|
25261
25261
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25362,7 +25362,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
25362
25362
|
layoutGridRowField?: string | undefined;
|
|
25363
25363
|
layoutGridColumnField?: string | undefined;
|
|
25364
25364
|
layoutGridMaxRows?: number | undefined;
|
|
25365
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25365
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25366
25366
|
contentTypeField?: string | undefined;
|
|
25367
25367
|
fixedContentType?: string | undefined;
|
|
25368
25368
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25469,7 +25469,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
25469
25469
|
layoutGridRowField?: string | undefined;
|
|
25470
25470
|
layoutGridColumnField?: string | undefined;
|
|
25471
25471
|
layoutGridMaxRows?: number | undefined;
|
|
25472
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25472
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25473
25473
|
contentTypeField?: string | undefined;
|
|
25474
25474
|
fixedContentType?: string | undefined;
|
|
25475
25475
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25577,7 +25577,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
25577
25577
|
layoutGridRowField?: string | undefined;
|
|
25578
25578
|
layoutGridColumnField?: string | undefined;
|
|
25579
25579
|
layoutGridMaxRows?: number | undefined;
|
|
25580
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25580
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25581
25581
|
contentTypeField?: string | undefined;
|
|
25582
25582
|
fixedContentType?: string | undefined;
|
|
25583
25583
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25683,7 +25683,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
25683
25683
|
layoutGridRowField?: string | undefined;
|
|
25684
25684
|
layoutGridColumnField?: string | undefined;
|
|
25685
25685
|
layoutGridMaxRows?: number | undefined;
|
|
25686
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25686
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25687
25687
|
contentTypeField?: string | undefined;
|
|
25688
25688
|
fixedContentType?: string | undefined;
|
|
25689
25689
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25789,7 +25789,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
25789
25789
|
layoutGridRowField?: string | undefined;
|
|
25790
25790
|
layoutGridColumnField?: string | undefined;
|
|
25791
25791
|
layoutGridMaxRows?: number | undefined;
|
|
25792
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25792
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25793
25793
|
contentTypeField?: string | undefined;
|
|
25794
25794
|
fixedContentType?: string | undefined;
|
|
25795
25795
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25895,7 +25895,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
25895
25895
|
layoutGridRowField?: string | undefined;
|
|
25896
25896
|
layoutGridColumnField?: string | undefined;
|
|
25897
25897
|
layoutGridMaxRows?: number | undefined;
|
|
25898
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25898
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25899
25899
|
contentTypeField?: string | undefined;
|
|
25900
25900
|
fixedContentType?: string | undefined;
|
|
25901
25901
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26001,7 +26001,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
26001
26001
|
layoutGridRowField?: string | undefined;
|
|
26002
26002
|
layoutGridColumnField?: string | undefined;
|
|
26003
26003
|
layoutGridMaxRows?: number | undefined;
|
|
26004
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26004
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26005
26005
|
contentTypeField?: string | undefined;
|
|
26006
26006
|
fixedContentType?: string | undefined;
|
|
26007
26007
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26107,7 +26107,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
26107
26107
|
layoutGridRowField?: string | undefined;
|
|
26108
26108
|
layoutGridColumnField?: string | undefined;
|
|
26109
26109
|
layoutGridMaxRows?: number | undefined;
|
|
26110
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26110
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26111
26111
|
contentTypeField?: string | undefined;
|
|
26112
26112
|
fixedContentType?: string | undefined;
|
|
26113
26113
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26217,7 +26217,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
26217
26217
|
layoutGridRowField?: string | undefined;
|
|
26218
26218
|
layoutGridColumnField?: string | undefined;
|
|
26219
26219
|
layoutGridMaxRows?: number | undefined;
|
|
26220
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26220
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26221
26221
|
contentTypeField?: string | undefined;
|
|
26222
26222
|
fixedContentType?: string | undefined;
|
|
26223
26223
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26323,7 +26323,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
26323
26323
|
layoutGridRowField?: string | undefined;
|
|
26324
26324
|
layoutGridColumnField?: string | undefined;
|
|
26325
26325
|
layoutGridMaxRows?: number | undefined;
|
|
26326
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26326
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26327
26327
|
contentTypeField?: string | undefined;
|
|
26328
26328
|
fixedContentType?: string | undefined;
|
|
26329
26329
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26431,7 +26431,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
26431
26431
|
layoutGridRowField?: string | undefined;
|
|
26432
26432
|
layoutGridColumnField?: string | undefined;
|
|
26433
26433
|
layoutGridMaxRows?: number | undefined;
|
|
26434
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26434
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26435
26435
|
contentTypeField?: string | undefined;
|
|
26436
26436
|
fixedContentType?: string | undefined;
|
|
26437
26437
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26537,7 +26537,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
26537
26537
|
layoutGridRowField?: string | undefined;
|
|
26538
26538
|
layoutGridColumnField?: string | undefined;
|
|
26539
26539
|
layoutGridMaxRows?: number | undefined;
|
|
26540
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26540
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26541
26541
|
contentTypeField?: string | undefined;
|
|
26542
26542
|
fixedContentType?: string | undefined;
|
|
26543
26543
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26659,7 +26659,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
26659
26659
|
layoutGridRowField?: string | undefined;
|
|
26660
26660
|
layoutGridColumnField?: string | undefined;
|
|
26661
26661
|
layoutGridMaxRows?: number | undefined;
|
|
26662
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26662
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26663
26663
|
contentTypeField?: string | undefined;
|
|
26664
26664
|
fixedContentType?: string | undefined;
|
|
26665
26665
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26769,7 +26769,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
26769
26769
|
layoutGridRowField?: string | undefined;
|
|
26770
26770
|
layoutGridColumnField?: string | undefined;
|
|
26771
26771
|
layoutGridMaxRows?: number | undefined;
|
|
26772
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26772
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26773
26773
|
contentTypeField?: string | undefined;
|
|
26774
26774
|
fixedContentType?: string | undefined;
|
|
26775
26775
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26891,7 +26891,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
26891
26891
|
layoutGridRowField?: string | undefined;
|
|
26892
26892
|
layoutGridColumnField?: string | undefined;
|
|
26893
26893
|
layoutGridMaxRows?: number | undefined;
|
|
26894
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26894
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26895
26895
|
contentTypeField?: string | undefined;
|
|
26896
26896
|
fixedContentType?: string | undefined;
|
|
26897
26897
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27006,7 +27006,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
27006
27006
|
layoutGridRowField?: string | undefined;
|
|
27007
27007
|
layoutGridColumnField?: string | undefined;
|
|
27008
27008
|
layoutGridMaxRows?: number | undefined;
|
|
27009
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27009
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27010
27010
|
contentTypeField?: string | undefined;
|
|
27011
27011
|
fixedContentType?: string | undefined;
|
|
27012
27012
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27113,7 +27113,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
27113
27113
|
layoutGridRowField?: string | undefined;
|
|
27114
27114
|
layoutGridColumnField?: string | undefined;
|
|
27115
27115
|
layoutGridMaxRows?: number | undefined;
|
|
27116
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27116
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27117
27117
|
contentTypeField?: string | undefined;
|
|
27118
27118
|
fixedContentType?: string | undefined;
|
|
27119
27119
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27220,7 +27220,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
27220
27220
|
layoutGridRowField?: string | undefined;
|
|
27221
27221
|
layoutGridColumnField?: string | undefined;
|
|
27222
27222
|
layoutGridMaxRows?: number | undefined;
|
|
27223
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27223
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27224
27224
|
contentTypeField?: string | undefined;
|
|
27225
27225
|
fixedContentType?: string | undefined;
|
|
27226
27226
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27328,7 +27328,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
27328
27328
|
layoutGridRowField?: string | undefined;
|
|
27329
27329
|
layoutGridColumnField?: string | undefined;
|
|
27330
27330
|
layoutGridMaxRows?: number | undefined;
|
|
27331
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27331
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27332
27332
|
contentTypeField?: string | undefined;
|
|
27333
27333
|
fixedContentType?: string | undefined;
|
|
27334
27334
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27434,7 +27434,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
27434
27434
|
layoutGridRowField?: string | undefined;
|
|
27435
27435
|
layoutGridColumnField?: string | undefined;
|
|
27436
27436
|
layoutGridMaxRows?: number | undefined;
|
|
27437
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27437
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27438
27438
|
contentTypeField?: string | undefined;
|
|
27439
27439
|
fixedContentType?: string | undefined;
|
|
27440
27440
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27540,7 +27540,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
27540
27540
|
layoutGridRowField?: string | undefined;
|
|
27541
27541
|
layoutGridColumnField?: string | undefined;
|
|
27542
27542
|
layoutGridMaxRows?: number | undefined;
|
|
27543
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27543
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27544
27544
|
contentTypeField?: string | undefined;
|
|
27545
27545
|
fixedContentType?: string | undefined;
|
|
27546
27546
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27646,7 +27646,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
27646
27646
|
layoutGridRowField?: string | undefined;
|
|
27647
27647
|
layoutGridColumnField?: string | undefined;
|
|
27648
27648
|
layoutGridMaxRows?: number | undefined;
|
|
27649
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27649
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27650
27650
|
contentTypeField?: string | undefined;
|
|
27651
27651
|
fixedContentType?: string | undefined;
|
|
27652
27652
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27752,7 +27752,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
27752
27752
|
layoutGridRowField?: string | undefined;
|
|
27753
27753
|
layoutGridColumnField?: string | undefined;
|
|
27754
27754
|
layoutGridMaxRows?: number | undefined;
|
|
27755
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27755
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27756
27756
|
contentTypeField?: string | undefined;
|
|
27757
27757
|
fixedContentType?: string | undefined;
|
|
27758
27758
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27858,7 +27858,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
27858
27858
|
layoutGridRowField?: string | undefined;
|
|
27859
27859
|
layoutGridColumnField?: string | undefined;
|
|
27860
27860
|
layoutGridMaxRows?: number | undefined;
|
|
27861
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27861
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27862
27862
|
contentTypeField?: string | undefined;
|
|
27863
27863
|
fixedContentType?: string | undefined;
|
|
27864
27864
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27968,7 +27968,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
27968
27968
|
layoutGridRowField?: string | undefined;
|
|
27969
27969
|
layoutGridColumnField?: string | undefined;
|
|
27970
27970
|
layoutGridMaxRows?: number | undefined;
|
|
27971
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27971
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27972
27972
|
contentTypeField?: string | undefined;
|
|
27973
27973
|
fixedContentType?: string | undefined;
|
|
27974
27974
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28074,7 +28074,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
28074
28074
|
layoutGridRowField?: string | undefined;
|
|
28075
28075
|
layoutGridColumnField?: string | undefined;
|
|
28076
28076
|
layoutGridMaxRows?: number | undefined;
|
|
28077
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28077
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28078
28078
|
contentTypeField?: string | undefined;
|
|
28079
28079
|
fixedContentType?: string | undefined;
|
|
28080
28080
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28182,7 +28182,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
28182
28182
|
layoutGridRowField?: string | undefined;
|
|
28183
28183
|
layoutGridColumnField?: string | undefined;
|
|
28184
28184
|
layoutGridMaxRows?: number | undefined;
|
|
28185
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28185
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28186
28186
|
contentTypeField?: string | undefined;
|
|
28187
28187
|
fixedContentType?: string | undefined;
|
|
28188
28188
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28288,7 +28288,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
28288
28288
|
layoutGridRowField?: string | undefined;
|
|
28289
28289
|
layoutGridColumnField?: string | undefined;
|
|
28290
28290
|
layoutGridMaxRows?: number | undefined;
|
|
28291
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28291
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28292
28292
|
contentTypeField?: string | undefined;
|
|
28293
28293
|
fixedContentType?: string | undefined;
|
|
28294
28294
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28401,7 +28401,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
28401
28401
|
layoutGridRowField?: string | undefined;
|
|
28402
28402
|
layoutGridColumnField?: string | undefined;
|
|
28403
28403
|
layoutGridMaxRows?: number | undefined;
|
|
28404
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28404
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28405
28405
|
contentTypeField?: string | undefined;
|
|
28406
28406
|
fixedContentType?: string | undefined;
|
|
28407
28407
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28513,7 +28513,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
28513
28513
|
layoutGridRowField?: string | undefined;
|
|
28514
28514
|
layoutGridColumnField?: string | undefined;
|
|
28515
28515
|
layoutGridMaxRows?: number | undefined;
|
|
28516
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28516
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28517
28517
|
contentTypeField?: string | undefined;
|
|
28518
28518
|
fixedContentType?: string | undefined;
|
|
28519
28519
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28619,7 +28619,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
28619
28619
|
layoutGridRowField?: string | undefined;
|
|
28620
28620
|
layoutGridColumnField?: string | undefined;
|
|
28621
28621
|
layoutGridMaxRows?: number | undefined;
|
|
28622
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28622
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28623
28623
|
contentTypeField?: string | undefined;
|
|
28624
28624
|
fixedContentType?: string | undefined;
|
|
28625
28625
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28732,7 +28732,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
28732
28732
|
layoutGridRowField?: string | undefined;
|
|
28733
28733
|
layoutGridColumnField?: string | undefined;
|
|
28734
28734
|
layoutGridMaxRows?: number | undefined;
|
|
28735
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28735
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28736
28736
|
contentTypeField?: string | undefined;
|
|
28737
28737
|
fixedContentType?: string | undefined;
|
|
28738
28738
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28839,7 +28839,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
28839
28839
|
layoutGridRowField?: string | undefined;
|
|
28840
28840
|
layoutGridColumnField?: string | undefined;
|
|
28841
28841
|
layoutGridMaxRows?: number | undefined;
|
|
28842
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28842
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28843
28843
|
contentTypeField?: string | undefined;
|
|
28844
28844
|
fixedContentType?: string | undefined;
|
|
28845
28845
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28946,7 +28946,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
28946
28946
|
layoutGridRowField?: string | undefined;
|
|
28947
28947
|
layoutGridColumnField?: string | undefined;
|
|
28948
28948
|
layoutGridMaxRows?: number | undefined;
|
|
28949
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28949
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28950
28950
|
contentTypeField?: string | undefined;
|
|
28951
28951
|
fixedContentType?: string | undefined;
|
|
28952
28952
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29054,7 +29054,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
29054
29054
|
layoutGridRowField?: string | undefined;
|
|
29055
29055
|
layoutGridColumnField?: string | undefined;
|
|
29056
29056
|
layoutGridMaxRows?: number | undefined;
|
|
29057
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29057
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29058
29058
|
contentTypeField?: string | undefined;
|
|
29059
29059
|
fixedContentType?: string | undefined;
|
|
29060
29060
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29160,7 +29160,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
29160
29160
|
layoutGridRowField?: string | undefined;
|
|
29161
29161
|
layoutGridColumnField?: string | undefined;
|
|
29162
29162
|
layoutGridMaxRows?: number | undefined;
|
|
29163
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29163
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29164
29164
|
contentTypeField?: string | undefined;
|
|
29165
29165
|
fixedContentType?: string | undefined;
|
|
29166
29166
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29266,7 +29266,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
29266
29266
|
layoutGridRowField?: string | undefined;
|
|
29267
29267
|
layoutGridColumnField?: string | undefined;
|
|
29268
29268
|
layoutGridMaxRows?: number | undefined;
|
|
29269
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29269
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29270
29270
|
contentTypeField?: string | undefined;
|
|
29271
29271
|
fixedContentType?: string | undefined;
|
|
29272
29272
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29372,7 +29372,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
29372
29372
|
layoutGridRowField?: string | undefined;
|
|
29373
29373
|
layoutGridColumnField?: string | undefined;
|
|
29374
29374
|
layoutGridMaxRows?: number | undefined;
|
|
29375
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29375
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29376
29376
|
contentTypeField?: string | undefined;
|
|
29377
29377
|
fixedContentType?: string | undefined;
|
|
29378
29378
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29478,7 +29478,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
29478
29478
|
layoutGridRowField?: string | undefined;
|
|
29479
29479
|
layoutGridColumnField?: string | undefined;
|
|
29480
29480
|
layoutGridMaxRows?: number | undefined;
|
|
29481
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29481
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29482
29482
|
contentTypeField?: string | undefined;
|
|
29483
29483
|
fixedContentType?: string | undefined;
|
|
29484
29484
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29584,7 +29584,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
29584
29584
|
layoutGridRowField?: string | undefined;
|
|
29585
29585
|
layoutGridColumnField?: string | undefined;
|
|
29586
29586
|
layoutGridMaxRows?: number | undefined;
|
|
29587
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29587
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29588
29588
|
contentTypeField?: string | undefined;
|
|
29589
29589
|
fixedContentType?: string | undefined;
|
|
29590
29590
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29694,7 +29694,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
29694
29694
|
layoutGridRowField?: string | undefined;
|
|
29695
29695
|
layoutGridColumnField?: string | undefined;
|
|
29696
29696
|
layoutGridMaxRows?: number | undefined;
|
|
29697
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29697
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29698
29698
|
contentTypeField?: string | undefined;
|
|
29699
29699
|
fixedContentType?: string | undefined;
|
|
29700
29700
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29800,7 +29800,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
29800
29800
|
layoutGridRowField?: string | undefined;
|
|
29801
29801
|
layoutGridColumnField?: string | undefined;
|
|
29802
29802
|
layoutGridMaxRows?: number | undefined;
|
|
29803
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29803
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29804
29804
|
contentTypeField?: string | undefined;
|
|
29805
29805
|
fixedContentType?: string | undefined;
|
|
29806
29806
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29908,7 +29908,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
29908
29908
|
layoutGridRowField?: string | undefined;
|
|
29909
29909
|
layoutGridColumnField?: string | undefined;
|
|
29910
29910
|
layoutGridMaxRows?: number | undefined;
|
|
29911
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29911
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29912
29912
|
contentTypeField?: string | undefined;
|
|
29913
29913
|
fixedContentType?: string | undefined;
|
|
29914
29914
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30014,7 +30014,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
30014
30014
|
layoutGridRowField?: string | undefined;
|
|
30015
30015
|
layoutGridColumnField?: string | undefined;
|
|
30016
30016
|
layoutGridMaxRows?: number | undefined;
|
|
30017
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30017
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30018
30018
|
contentTypeField?: string | undefined;
|
|
30019
30019
|
fixedContentType?: string | undefined;
|
|
30020
30020
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30127,7 +30127,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
30127
30127
|
layoutGridRowField?: string | undefined;
|
|
30128
30128
|
layoutGridColumnField?: string | undefined;
|
|
30129
30129
|
layoutGridMaxRows?: number | undefined;
|
|
30130
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30130
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30131
30131
|
contentTypeField?: string | undefined;
|
|
30132
30132
|
fixedContentType?: string | undefined;
|
|
30133
30133
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30239,7 +30239,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
30239
30239
|
layoutGridRowField?: string | undefined;
|
|
30240
30240
|
layoutGridColumnField?: string | undefined;
|
|
30241
30241
|
layoutGridMaxRows?: number | undefined;
|
|
30242
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30242
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30243
30243
|
contentTypeField?: string | undefined;
|
|
30244
30244
|
fixedContentType?: string | undefined;
|
|
30245
30245
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30345,7 +30345,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
30345
30345
|
layoutGridRowField?: string | undefined;
|
|
30346
30346
|
layoutGridColumnField?: string | undefined;
|
|
30347
30347
|
layoutGridMaxRows?: number | undefined;
|
|
30348
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30348
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30349
30349
|
contentTypeField?: string | undefined;
|
|
30350
30350
|
fixedContentType?: string | undefined;
|
|
30351
30351
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30451,7 +30451,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
30451
30451
|
layoutGridRowField?: string | undefined;
|
|
30452
30452
|
layoutGridColumnField?: string | undefined;
|
|
30453
30453
|
layoutGridMaxRows?: number | undefined;
|
|
30454
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30454
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30455
30455
|
contentTypeField?: string | undefined;
|
|
30456
30456
|
fixedContentType?: string | undefined;
|
|
30457
30457
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30561,7 +30561,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
30561
30561
|
layoutGridRowField?: string | undefined;
|
|
30562
30562
|
layoutGridColumnField?: string | undefined;
|
|
30563
30563
|
layoutGridMaxRows?: number | undefined;
|
|
30564
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30564
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30565
30565
|
contentTypeField?: string | undefined;
|
|
30566
30566
|
fixedContentType?: string | undefined;
|
|
30567
30567
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30673,7 +30673,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
30673
30673
|
layoutGridRowField?: string | undefined;
|
|
30674
30674
|
layoutGridColumnField?: string | undefined;
|
|
30675
30675
|
layoutGridMaxRows?: number | undefined;
|
|
30676
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30676
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30677
30677
|
contentTypeField?: string | undefined;
|
|
30678
30678
|
fixedContentType?: string | undefined;
|
|
30679
30679
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30779,7 +30779,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
30779
30779
|
layoutGridRowField?: string | undefined;
|
|
30780
30780
|
layoutGridColumnField?: string | undefined;
|
|
30781
30781
|
layoutGridMaxRows?: number | undefined;
|
|
30782
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30782
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30783
30783
|
contentTypeField?: string | undefined;
|
|
30784
30784
|
fixedContentType?: string | undefined;
|
|
30785
30785
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30888,7 +30888,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
30888
30888
|
layoutGridRowField?: string | undefined;
|
|
30889
30889
|
layoutGridColumnField?: string | undefined;
|
|
30890
30890
|
layoutGridMaxRows?: number | undefined;
|
|
30891
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30891
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30892
30892
|
contentTypeField?: string | undefined;
|
|
30893
30893
|
fixedContentType?: string | undefined;
|
|
30894
30894
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30999,7 +30999,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
30999
30999
|
layoutGridRowField?: string | undefined;
|
|
31000
31000
|
layoutGridColumnField?: string | undefined;
|
|
31001
31001
|
layoutGridMaxRows?: number | undefined;
|
|
31002
|
-
iconPickerPreset?: "cta" | undefined;
|
|
31002
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
31003
31003
|
contentTypeField?: string | undefined;
|
|
31004
31004
|
fixedContentType?: string | undefined;
|
|
31005
31005
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -31111,7 +31111,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
31111
31111
|
layoutGridRowField?: string | undefined;
|
|
31112
31112
|
layoutGridColumnField?: string | undefined;
|
|
31113
31113
|
layoutGridMaxRows?: number | undefined;
|
|
31114
|
-
iconPickerPreset?: "cta" | undefined;
|
|
31114
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
31115
31115
|
contentTypeField?: string | undefined;
|
|
31116
31116
|
fixedContentType?: string | undefined;
|
|
31117
31117
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -31217,7 +31217,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
31217
31217
|
layoutGridRowField?: string | undefined;
|
|
31218
31218
|
layoutGridColumnField?: string | undefined;
|
|
31219
31219
|
layoutGridMaxRows?: number | undefined;
|
|
31220
|
-
iconPickerPreset?: "cta" | undefined;
|
|
31220
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
31221
31221
|
contentTypeField?: string | undefined;
|
|
31222
31222
|
fixedContentType?: string | undefined;
|
|
31223
31223
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -31323,7 +31323,7 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
31323
31323
|
layoutGridRowField?: string | undefined;
|
|
31324
31324
|
layoutGridColumnField?: string | undefined;
|
|
31325
31325
|
layoutGridMaxRows?: number | undefined;
|
|
31326
|
-
iconPickerPreset?: "cta" | undefined;
|
|
31326
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
31327
31327
|
contentTypeField?: string | undefined;
|
|
31328
31328
|
fixedContentType?: string | undefined;
|
|
31329
31329
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|