@riverbankcms/sdk 0.78.2 → 0.79.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-4DXLYX2V.mjs → PreviewEditorSidebar-56NMJMIK.mjs} +724 -47
- package/dist/{PreviewEditorUI-CS5P4N3P.mjs → PreviewEditorUI-27KJVEET.mjs} +3 -3
- package/dist/SdkPreviewModeRuntime-H4BSP6E7.mjs +8 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +36 -0
- package/dist/_dts/api/src/endpoints.d.ts +55 -0
- package/dist/_dts/api/src/index.d.ts +5 -3
- 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/siteManagementEndpoints.d.ts +16 -0
- package/dist/_dts/api/src/sitePlatformEndpoints.d.ts +7 -0
- 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/blocks/src/index.d.ts +4 -0
- 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/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 +7 -1
- package/dist/_dts/blocks/src/system/customize/backgrounds.d.ts +170 -0
- package/dist/_dts/blocks/src/system/fragments/library/testimonialsCarousel.d.ts +5 -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/runtime/nodes/feature-card-icon.d.ts +13 -0
- 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 +191 -0
- package/dist/_dts/editor-blocks/src/block-editor/BlockCard.d.ts +12 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardBody.d.ts +12 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardHeader.d.ts +12 -2
- package/dist/_dts/editor-blocks/src/block-editor/FeatureCardIconsPanel.d.ts +21 -0
- package/dist/_dts/editor-blocks/src/block-editor/GeneratedIconSetDialog.d.ts +40 -0
- package/dist/_dts/editor-blocks/src/block-editor/SortableBlockItem.d.ts +11 -1
- package/dist/_dts/editor-blocks/src/block-editor/featureCardIconActions.d.ts +82 -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/previewCustomizeActions.d.ts +17 -0
- package/dist/_dts/preview-next/src/client/preview/PageDesignEditorStateContext.d.ts +4 -0
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +3 -2
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeHistory.d.ts +6 -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/types.d.ts +2 -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 +19 -2
- 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/generated/containerResponsiveThemeCss.d.ts +1 -1
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +3 -3
- package/dist/_dts/theme-core/src/schema.d.ts +5 -5
- package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +25 -2
- package/dist/_dts/theme-core/src/site-styles/designState.d.ts +5 -5
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +4 -2
- package/dist/_dts/theme-core/src/site-styles/previewCompiler.d.ts +4 -4
- package/dist/_dts/theme-core/src/tokens/themeColorTokens.d.ts +2 -0
- package/dist/_dts/ui/src/combobox.d.ts +1 -0
- package/dist/{chunk-RGTOD4AJ.mjs → chunk-4HCW7FHJ.mjs} +491 -56
- package/dist/{chunk-OKMBEAXY.mjs → chunk-A3HHFKVT.mjs} +1 -1
- package/dist/{chunk-6HYXHRAI.mjs → chunk-GP555I66.mjs} +177 -7
- package/dist/{chunk-CR5HKAGU.mjs → chunk-K2IIF34C.mjs} +55 -0
- package/dist/{chunk-4QEGTLK6.mjs → chunk-LCY32PXF.mjs} +1 -1
- package/dist/{chunk-MCRQMPET.mjs → chunk-V47ZU33I.mjs} +1745 -157
- package/dist/cli/index.mjs +1169 -171
- package/dist/cli/init-docs/content/workflow-editor-workflows.md +2 -0
- package/dist/cli/init-docs/content/workflow-isr-revalidation.md +138 -0
- package/dist/client/{accordion-PLYNJIIM.mjs → accordion-QLA7KBYO.mjs} +1 -1
- package/dist/client/{bookingForm-BXAP6AO7.mjs → bookingForm-PYZIPA5G.mjs} +3 -3
- package/dist/client/bookings.mjs +110 -2
- package/dist/client/{carousel-TRBXDHGF.mjs → carousel-5EIULWBI.mjs} +2 -2
- package/dist/client/{cart-Z7H3HJRS.mjs → cart-DOP3FNI4.mjs} +5 -5
- package/dist/client/{checkout-WAFCUBIX.mjs → checkout-BVMF6FBV.mjs} +5 -5
- package/dist/client/{chunk-JRDUHZCT.mjs → chunk-44K2U3QI.mjs} +4 -4
- package/dist/client/{chunk-UVQEJJTN.mjs → chunk-CCNTDRCF.mjs} +1 -1
- package/dist/client/{chunk-ZI3LLBPZ.mjs → chunk-GG4M2NP6.mjs} +1 -1
- package/dist/client/{chunk-JGXPTEI2.mjs → chunk-R5ESWNKX.mjs} +6 -3
- package/dist/client/{chunk-CWGTG37I.mjs → chunk-TYONZMST.mjs} +1 -1
- package/dist/client/{chunk-75OUS5MT.mjs → chunk-UDS3NTWA.mjs} +1 -1
- package/dist/client/{chunk-DNRGY432.mjs → chunk-V6M5FCR5.mjs} +1 -1
- package/dist/client/{chunk-FUXW6VW2.mjs → chunk-YLDYVRZL.mjs} +4 -4
- package/dist/client/client.mjs +21329 -19729
- package/dist/client/{courseRegistration-AHFQHWIJ.mjs → courseRegistration-E6EAA6NL.mjs} +3 -3
- package/dist/client/{eventCalendar-LDXTV5R7.mjs → eventCalendar-HBG3HAK6.mjs} +5 -5
- package/dist/client/{eventCombined-A4JGTNJO.mjs → eventCombined-6K5ZZWAK.mjs} +5 -5
- package/dist/client/{eventDetails-4YXTZ7EG.mjs → eventDetails-Q75ICXLT.mjs} +5 -5
- package/dist/client/{eventListing-P72TPFFM.mjs → eventListing-27P5F7DZ.mjs} +5 -5
- package/dist/client/{eventRegistration-LSYJHGMT.mjs → eventRegistration-IQ7AMASR.mjs} +5 -5
- package/dist/client/{form-AOPYOKOW.mjs → form-JRTD65FN.mjs} +1 -1
- package/dist/client/{headerSection-5TFYDFVQ.mjs → headerSection-7FPSSZHS.mjs} +2 -2
- package/dist/client/hooks.mjs +350 -35
- package/dist/client/{locationMap-QSZ3ZVAZ.mjs → locationMap-7NGFNYBH.mjs} +1 -1
- package/dist/client/{newsletterForm-KTRHZY52.mjs → newsletterForm-F3BADCI2.mjs} +1 -1
- package/dist/client/{productDetail-N4E775RG.mjs → productDetail-V3HP7ITJ.mjs} +5 -5
- package/dist/client/{productList-UGUQ2S45.mjs → productList-L3EGJUF2.mjs} +5 -5
- package/dist/client/rendering/client.mjs +2713 -1382
- package/dist/client/rendering/islands.mjs +18 -18
- package/dist/client/rendering.mjs +2014 -414
- package/dist/client/{shop-VHSZEEQ2.mjs → shop-DQUB5E2C.mjs} +5 -5
- package/dist/preview-next/before-render.mjs +55 -0
- package/dist/preview-next/client/runtime.mjs +5 -5
- package/dist/preview-next/middleware.mjs +55 -0
- package/dist/{sdk-runtime-WHPJEF5G.mjs → sdk-runtime-AF6KXJU4.mjs} +6 -6
- package/dist/server/components.mjs +2169 -781
- package/dist/server/config-validation.mjs +350 -35
- package/dist/server/config.mjs +350 -35
- package/dist/server/data.mjs +350 -35
- package/dist/server/index.mjs +64 -1
- package/dist/server/next/revalidate.mjs +229 -34
- package/dist/server/next.mjs +2307 -818
- package/dist/server/page-converter.mjs +275 -34
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +2174 -786
- package/dist/server/rendering.mjs +2187 -799
- package/dist/server/routing.mjs +767 -50
- package/dist/server/server.mjs +351 -36
- package/dist/server/theme-bridge.mjs +164 -2
- package/dist/server/theme.mjs +2 -2
- package/dist/server/webhooks.mjs +129 -25
- package/dist/styles/index.css +55 -0
- package/package.json +2 -1
- package/dist/SdkPreviewModeRuntime-IJDHTW4W.mjs +0 -8
|
@@ -146,7 +146,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
146
146
|
layoutGridRowField?: string | undefined;
|
|
147
147
|
layoutGridColumnField?: string | undefined;
|
|
148
148
|
layoutGridMaxRows?: number | undefined;
|
|
149
|
-
iconPickerPreset?: "cta" | undefined;
|
|
149
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
150
150
|
contentTypeField?: string | undefined;
|
|
151
151
|
fixedContentType?: string | undefined;
|
|
152
152
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -256,7 +256,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
256
256
|
layoutGridRowField?: string | undefined;
|
|
257
257
|
layoutGridColumnField?: string | undefined;
|
|
258
258
|
layoutGridMaxRows?: number | undefined;
|
|
259
|
-
iconPickerPreset?: "cta" | undefined;
|
|
259
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
260
260
|
contentTypeField?: string | undefined;
|
|
261
261
|
fixedContentType?: string | undefined;
|
|
262
262
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -378,7 +378,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
378
378
|
layoutGridRowField?: string | undefined;
|
|
379
379
|
layoutGridColumnField?: string | undefined;
|
|
380
380
|
layoutGridMaxRows?: number | undefined;
|
|
381
|
-
iconPickerPreset?: "cta" | undefined;
|
|
381
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
382
382
|
contentTypeField?: string | undefined;
|
|
383
383
|
fixedContentType?: string | undefined;
|
|
384
384
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -493,7 +493,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
493
493
|
layoutGridRowField?: string | undefined;
|
|
494
494
|
layoutGridColumnField?: string | undefined;
|
|
495
495
|
layoutGridMaxRows?: number | undefined;
|
|
496
|
-
iconPickerPreset?: "cta" | undefined;
|
|
496
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
497
497
|
contentTypeField?: string | undefined;
|
|
498
498
|
fixedContentType?: string | undefined;
|
|
499
499
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -600,7 +600,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
600
600
|
layoutGridRowField?: string | undefined;
|
|
601
601
|
layoutGridColumnField?: string | undefined;
|
|
602
602
|
layoutGridMaxRows?: number | undefined;
|
|
603
|
-
iconPickerPreset?: "cta" | undefined;
|
|
603
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
604
604
|
contentTypeField?: string | undefined;
|
|
605
605
|
fixedContentType?: string | undefined;
|
|
606
606
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -707,7 +707,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
707
707
|
layoutGridRowField?: string | undefined;
|
|
708
708
|
layoutGridColumnField?: string | undefined;
|
|
709
709
|
layoutGridMaxRows?: number | undefined;
|
|
710
|
-
iconPickerPreset?: "cta" | undefined;
|
|
710
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
711
711
|
contentTypeField?: string | undefined;
|
|
712
712
|
fixedContentType?: string | undefined;
|
|
713
713
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -815,7 +815,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
815
815
|
layoutGridRowField?: string | undefined;
|
|
816
816
|
layoutGridColumnField?: string | undefined;
|
|
817
817
|
layoutGridMaxRows?: number | undefined;
|
|
818
|
-
iconPickerPreset?: "cta" | undefined;
|
|
818
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
819
819
|
contentTypeField?: string | undefined;
|
|
820
820
|
fixedContentType?: string | undefined;
|
|
821
821
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -921,7 +921,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
921
921
|
layoutGridRowField?: string | undefined;
|
|
922
922
|
layoutGridColumnField?: string | undefined;
|
|
923
923
|
layoutGridMaxRows?: number | undefined;
|
|
924
|
-
iconPickerPreset?: "cta" | undefined;
|
|
924
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
925
925
|
contentTypeField?: string | undefined;
|
|
926
926
|
fixedContentType?: string | undefined;
|
|
927
927
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1027,7 +1027,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
1027
1027
|
layoutGridRowField?: string | undefined;
|
|
1028
1028
|
layoutGridColumnField?: string | undefined;
|
|
1029
1029
|
layoutGridMaxRows?: number | undefined;
|
|
1030
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1030
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1031
1031
|
contentTypeField?: string | undefined;
|
|
1032
1032
|
fixedContentType?: string | undefined;
|
|
1033
1033
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1133,7 +1133,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
1133
1133
|
layoutGridRowField?: string | undefined;
|
|
1134
1134
|
layoutGridColumnField?: string | undefined;
|
|
1135
1135
|
layoutGridMaxRows?: number | undefined;
|
|
1136
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1136
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1137
1137
|
contentTypeField?: string | undefined;
|
|
1138
1138
|
fixedContentType?: string | undefined;
|
|
1139
1139
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1239,7 +1239,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
1239
1239
|
layoutGridRowField?: string | undefined;
|
|
1240
1240
|
layoutGridColumnField?: string | undefined;
|
|
1241
1241
|
layoutGridMaxRows?: number | undefined;
|
|
1242
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1242
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1243
1243
|
contentTypeField?: string | undefined;
|
|
1244
1244
|
fixedContentType?: string | undefined;
|
|
1245
1245
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1345,7 +1345,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
1345
1345
|
layoutGridRowField?: string | undefined;
|
|
1346
1346
|
layoutGridColumnField?: string | undefined;
|
|
1347
1347
|
layoutGridMaxRows?: number | undefined;
|
|
1348
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1348
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1349
1349
|
contentTypeField?: string | undefined;
|
|
1350
1350
|
fixedContentType?: string | undefined;
|
|
1351
1351
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1455,7 +1455,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
1455
1455
|
layoutGridRowField?: string | undefined;
|
|
1456
1456
|
layoutGridColumnField?: string | undefined;
|
|
1457
1457
|
layoutGridMaxRows?: number | undefined;
|
|
1458
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1458
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1459
1459
|
contentTypeField?: string | undefined;
|
|
1460
1460
|
fixedContentType?: string | undefined;
|
|
1461
1461
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1561,7 +1561,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
1561
1561
|
layoutGridRowField?: string | undefined;
|
|
1562
1562
|
layoutGridColumnField?: string | undefined;
|
|
1563
1563
|
layoutGridMaxRows?: number | undefined;
|
|
1564
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1564
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1565
1565
|
contentTypeField?: string | undefined;
|
|
1566
1566
|
fixedContentType?: string | undefined;
|
|
1567
1567
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1669,7 +1669,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
1669
1669
|
layoutGridRowField?: string | undefined;
|
|
1670
1670
|
layoutGridColumnField?: string | undefined;
|
|
1671
1671
|
layoutGridMaxRows?: number | undefined;
|
|
1672
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1672
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1673
1673
|
contentTypeField?: string | undefined;
|
|
1674
1674
|
fixedContentType?: string | undefined;
|
|
1675
1675
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1775,7 +1775,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
1775
1775
|
layoutGridRowField?: string | undefined;
|
|
1776
1776
|
layoutGridColumnField?: string | undefined;
|
|
1777
1777
|
layoutGridMaxRows?: number | undefined;
|
|
1778
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1778
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1779
1779
|
contentTypeField?: string | undefined;
|
|
1780
1780
|
fixedContentType?: string | undefined;
|
|
1781
1781
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1897,7 +1897,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
1897
1897
|
layoutGridRowField?: string | undefined;
|
|
1898
1898
|
layoutGridColumnField?: string | undefined;
|
|
1899
1899
|
layoutGridMaxRows?: number | undefined;
|
|
1900
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1900
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1901
1901
|
contentTypeField?: string | undefined;
|
|
1902
1902
|
fixedContentType?: string | undefined;
|
|
1903
1903
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2012,7 +2012,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
2012
2012
|
layoutGridRowField?: string | undefined;
|
|
2013
2013
|
layoutGridColumnField?: string | undefined;
|
|
2014
2014
|
layoutGridMaxRows?: number | undefined;
|
|
2015
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2015
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2016
2016
|
contentTypeField?: string | undefined;
|
|
2017
2017
|
fixedContentType?: string | undefined;
|
|
2018
2018
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2119,7 +2119,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
2119
2119
|
layoutGridRowField?: string | undefined;
|
|
2120
2120
|
layoutGridColumnField?: string | undefined;
|
|
2121
2121
|
layoutGridMaxRows?: number | undefined;
|
|
2122
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2122
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2123
2123
|
contentTypeField?: string | undefined;
|
|
2124
2124
|
fixedContentType?: string | undefined;
|
|
2125
2125
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2226,7 +2226,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
2226
2226
|
layoutGridRowField?: string | undefined;
|
|
2227
2227
|
layoutGridColumnField?: string | undefined;
|
|
2228
2228
|
layoutGridMaxRows?: number | undefined;
|
|
2229
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2229
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2230
2230
|
contentTypeField?: string | undefined;
|
|
2231
2231
|
fixedContentType?: string | undefined;
|
|
2232
2232
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2334,7 +2334,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
2334
2334
|
layoutGridRowField?: string | undefined;
|
|
2335
2335
|
layoutGridColumnField?: string | undefined;
|
|
2336
2336
|
layoutGridMaxRows?: number | undefined;
|
|
2337
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2337
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2338
2338
|
contentTypeField?: string | undefined;
|
|
2339
2339
|
fixedContentType?: string | undefined;
|
|
2340
2340
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2440,7 +2440,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
2440
2440
|
layoutGridRowField?: string | undefined;
|
|
2441
2441
|
layoutGridColumnField?: string | undefined;
|
|
2442
2442
|
layoutGridMaxRows?: number | undefined;
|
|
2443
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2443
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2444
2444
|
contentTypeField?: string | undefined;
|
|
2445
2445
|
fixedContentType?: string | undefined;
|
|
2446
2446
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2546,7 +2546,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
2546
2546
|
layoutGridRowField?: string | undefined;
|
|
2547
2547
|
layoutGridColumnField?: string | undefined;
|
|
2548
2548
|
layoutGridMaxRows?: number | undefined;
|
|
2549
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2549
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2550
2550
|
contentTypeField?: string | undefined;
|
|
2551
2551
|
fixedContentType?: string | undefined;
|
|
2552
2552
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2652,7 +2652,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
2652
2652
|
layoutGridRowField?: string | undefined;
|
|
2653
2653
|
layoutGridColumnField?: string | undefined;
|
|
2654
2654
|
layoutGridMaxRows?: number | undefined;
|
|
2655
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2655
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2656
2656
|
contentTypeField?: string | undefined;
|
|
2657
2657
|
fixedContentType?: string | undefined;
|
|
2658
2658
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2758,7 +2758,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
2758
2758
|
layoutGridRowField?: string | undefined;
|
|
2759
2759
|
layoutGridColumnField?: string | undefined;
|
|
2760
2760
|
layoutGridMaxRows?: number | undefined;
|
|
2761
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2761
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2762
2762
|
contentTypeField?: string | undefined;
|
|
2763
2763
|
fixedContentType?: string | undefined;
|
|
2764
2764
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2864,7 +2864,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
2864
2864
|
layoutGridRowField?: string | undefined;
|
|
2865
2865
|
layoutGridColumnField?: string | undefined;
|
|
2866
2866
|
layoutGridMaxRows?: number | undefined;
|
|
2867
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2867
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2868
2868
|
contentTypeField?: string | undefined;
|
|
2869
2869
|
fixedContentType?: string | undefined;
|
|
2870
2870
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2974,7 +2974,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
2974
2974
|
layoutGridRowField?: string | undefined;
|
|
2975
2975
|
layoutGridColumnField?: string | undefined;
|
|
2976
2976
|
layoutGridMaxRows?: number | undefined;
|
|
2977
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2977
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2978
2978
|
contentTypeField?: string | undefined;
|
|
2979
2979
|
fixedContentType?: string | undefined;
|
|
2980
2980
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3080,7 +3080,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
3080
3080
|
layoutGridRowField?: string | undefined;
|
|
3081
3081
|
layoutGridColumnField?: string | undefined;
|
|
3082
3082
|
layoutGridMaxRows?: number | undefined;
|
|
3083
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3083
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3084
3084
|
contentTypeField?: string | undefined;
|
|
3085
3085
|
fixedContentType?: string | undefined;
|
|
3086
3086
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3188,7 +3188,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
3188
3188
|
layoutGridRowField?: string | undefined;
|
|
3189
3189
|
layoutGridColumnField?: string | undefined;
|
|
3190
3190
|
layoutGridMaxRows?: number | undefined;
|
|
3191
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3191
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3192
3192
|
contentTypeField?: string | undefined;
|
|
3193
3193
|
fixedContentType?: string | undefined;
|
|
3194
3194
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3294,7 +3294,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
3294
3294
|
layoutGridRowField?: string | undefined;
|
|
3295
3295
|
layoutGridColumnField?: string | undefined;
|
|
3296
3296
|
layoutGridMaxRows?: number | undefined;
|
|
3297
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3297
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3298
3298
|
contentTypeField?: string | undefined;
|
|
3299
3299
|
fixedContentType?: string | undefined;
|
|
3300
3300
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3418,7 +3418,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
3418
3418
|
layoutGridRowField?: string | undefined;
|
|
3419
3419
|
layoutGridColumnField?: string | undefined;
|
|
3420
3420
|
layoutGridMaxRows?: number | undefined;
|
|
3421
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3421
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3422
3422
|
contentTypeField?: string | undefined;
|
|
3423
3423
|
fixedContentType?: string | undefined;
|
|
3424
3424
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3533,7 +3533,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
3533
3533
|
layoutGridRowField?: string | undefined;
|
|
3534
3534
|
layoutGridColumnField?: string | undefined;
|
|
3535
3535
|
layoutGridMaxRows?: number | undefined;
|
|
3536
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3536
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3537
3537
|
contentTypeField?: string | undefined;
|
|
3538
3538
|
fixedContentType?: string | undefined;
|
|
3539
3539
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3640,7 +3640,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
3640
3640
|
layoutGridRowField?: string | undefined;
|
|
3641
3641
|
layoutGridColumnField?: string | undefined;
|
|
3642
3642
|
layoutGridMaxRows?: number | undefined;
|
|
3643
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3643
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3644
3644
|
contentTypeField?: string | undefined;
|
|
3645
3645
|
fixedContentType?: string | undefined;
|
|
3646
3646
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3747,7 +3747,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
3747
3747
|
layoutGridRowField?: string | undefined;
|
|
3748
3748
|
layoutGridColumnField?: string | undefined;
|
|
3749
3749
|
layoutGridMaxRows?: number | undefined;
|
|
3750
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3750
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3751
3751
|
contentTypeField?: string | undefined;
|
|
3752
3752
|
fixedContentType?: string | undefined;
|
|
3753
3753
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3855,7 +3855,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
3855
3855
|
layoutGridRowField?: string | undefined;
|
|
3856
3856
|
layoutGridColumnField?: string | undefined;
|
|
3857
3857
|
layoutGridMaxRows?: number | undefined;
|
|
3858
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3858
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3859
3859
|
contentTypeField?: string | undefined;
|
|
3860
3860
|
fixedContentType?: string | undefined;
|
|
3861
3861
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3961,7 +3961,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
3961
3961
|
layoutGridRowField?: string | undefined;
|
|
3962
3962
|
layoutGridColumnField?: string | undefined;
|
|
3963
3963
|
layoutGridMaxRows?: number | undefined;
|
|
3964
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3964
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3965
3965
|
contentTypeField?: string | undefined;
|
|
3966
3966
|
fixedContentType?: string | undefined;
|
|
3967
3967
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4067,7 +4067,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
4067
4067
|
layoutGridRowField?: string | undefined;
|
|
4068
4068
|
layoutGridColumnField?: string | undefined;
|
|
4069
4069
|
layoutGridMaxRows?: number | undefined;
|
|
4070
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4070
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4071
4071
|
contentTypeField?: string | undefined;
|
|
4072
4072
|
fixedContentType?: string | undefined;
|
|
4073
4073
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4173,7 +4173,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
4173
4173
|
layoutGridRowField?: string | undefined;
|
|
4174
4174
|
layoutGridColumnField?: string | undefined;
|
|
4175
4175
|
layoutGridMaxRows?: number | undefined;
|
|
4176
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4176
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4177
4177
|
contentTypeField?: string | undefined;
|
|
4178
4178
|
fixedContentType?: string | undefined;
|
|
4179
4179
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4279,7 +4279,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
4279
4279
|
layoutGridRowField?: string | undefined;
|
|
4280
4280
|
layoutGridColumnField?: string | undefined;
|
|
4281
4281
|
layoutGridMaxRows?: number | undefined;
|
|
4282
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4282
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4283
4283
|
contentTypeField?: string | undefined;
|
|
4284
4284
|
fixedContentType?: string | undefined;
|
|
4285
4285
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4385,7 +4385,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
4385
4385
|
layoutGridRowField?: string | undefined;
|
|
4386
4386
|
layoutGridColumnField?: string | undefined;
|
|
4387
4387
|
layoutGridMaxRows?: number | undefined;
|
|
4388
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4388
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4389
4389
|
contentTypeField?: string | undefined;
|
|
4390
4390
|
fixedContentType?: string | undefined;
|
|
4391
4391
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4495,7 +4495,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
4495
4495
|
layoutGridRowField?: string | undefined;
|
|
4496
4496
|
layoutGridColumnField?: string | undefined;
|
|
4497
4497
|
layoutGridMaxRows?: number | undefined;
|
|
4498
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4498
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4499
4499
|
contentTypeField?: string | undefined;
|
|
4500
4500
|
fixedContentType?: string | undefined;
|
|
4501
4501
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4601,7 +4601,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
4601
4601
|
layoutGridRowField?: string | undefined;
|
|
4602
4602
|
layoutGridColumnField?: string | undefined;
|
|
4603
4603
|
layoutGridMaxRows?: number | undefined;
|
|
4604
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4604
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4605
4605
|
contentTypeField?: string | undefined;
|
|
4606
4606
|
fixedContentType?: string | undefined;
|
|
4607
4607
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4709,7 +4709,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
4709
4709
|
layoutGridRowField?: string | undefined;
|
|
4710
4710
|
layoutGridColumnField?: string | undefined;
|
|
4711
4711
|
layoutGridMaxRows?: number | undefined;
|
|
4712
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4712
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4713
4713
|
contentTypeField?: string | undefined;
|
|
4714
4714
|
fixedContentType?: string | undefined;
|
|
4715
4715
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4815,7 +4815,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
4815
4815
|
layoutGridRowField?: string | undefined;
|
|
4816
4816
|
layoutGridColumnField?: string | undefined;
|
|
4817
4817
|
layoutGridMaxRows?: number | undefined;
|
|
4818
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4818
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4819
4819
|
contentTypeField?: string | undefined;
|
|
4820
4820
|
fixedContentType?: string | undefined;
|
|
4821
4821
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4928,7 +4928,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
4928
4928
|
layoutGridRowField?: string | undefined;
|
|
4929
4929
|
layoutGridColumnField?: string | undefined;
|
|
4930
4930
|
layoutGridMaxRows?: number | undefined;
|
|
4931
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4931
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4932
4932
|
contentTypeField?: string | undefined;
|
|
4933
4933
|
fixedContentType?: string | undefined;
|
|
4934
4934
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5040,7 +5040,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
5040
5040
|
layoutGridRowField?: string | undefined;
|
|
5041
5041
|
layoutGridColumnField?: string | undefined;
|
|
5042
5042
|
layoutGridMaxRows?: number | undefined;
|
|
5043
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5043
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5044
5044
|
contentTypeField?: string | undefined;
|
|
5045
5045
|
fixedContentType?: string | undefined;
|
|
5046
5046
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5146,7 +5146,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
5146
5146
|
layoutGridRowField?: string | undefined;
|
|
5147
5147
|
layoutGridColumnField?: string | undefined;
|
|
5148
5148
|
layoutGridMaxRows?: number | undefined;
|
|
5149
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5149
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5150
5150
|
contentTypeField?: string | undefined;
|
|
5151
5151
|
fixedContentType?: string | undefined;
|
|
5152
5152
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5255,7 +5255,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
5255
5255
|
layoutGridRowField?: string | undefined;
|
|
5256
5256
|
layoutGridColumnField?: string | undefined;
|
|
5257
5257
|
layoutGridMaxRows?: number | undefined;
|
|
5258
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5258
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5259
5259
|
contentTypeField?: string | undefined;
|
|
5260
5260
|
fixedContentType?: string | undefined;
|
|
5261
5261
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5366,7 +5366,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
5366
5366
|
layoutGridRowField?: string | undefined;
|
|
5367
5367
|
layoutGridColumnField?: string | undefined;
|
|
5368
5368
|
layoutGridMaxRows?: number | undefined;
|
|
5369
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5369
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5370
5370
|
contentTypeField?: string | undefined;
|
|
5371
5371
|
fixedContentType?: string | undefined;
|
|
5372
5372
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5478,7 +5478,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
5478
5478
|
layoutGridRowField?: string | undefined;
|
|
5479
5479
|
layoutGridColumnField?: string | undefined;
|
|
5480
5480
|
layoutGridMaxRows?: number | undefined;
|
|
5481
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5481
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5482
5482
|
contentTypeField?: string | undefined;
|
|
5483
5483
|
fixedContentType?: string | undefined;
|
|
5484
5484
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5584,7 +5584,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
5584
5584
|
layoutGridRowField?: string | undefined;
|
|
5585
5585
|
layoutGridColumnField?: string | undefined;
|
|
5586
5586
|
layoutGridMaxRows?: number | undefined;
|
|
5587
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5587
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5588
5588
|
contentTypeField?: string | undefined;
|
|
5589
5589
|
fixedContentType?: string | undefined;
|
|
5590
5590
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5690,7 +5690,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
5690
5690
|
layoutGridRowField?: string | undefined;
|
|
5691
5691
|
layoutGridColumnField?: string | undefined;
|
|
5692
5692
|
layoutGridMaxRows?: number | undefined;
|
|
5693
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5693
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5694
5694
|
contentTypeField?: string | undefined;
|
|
5695
5695
|
fixedContentType?: string | undefined;
|
|
5696
5696
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5811,7 +5811,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
5811
5811
|
layoutGridRowField?: string | undefined;
|
|
5812
5812
|
layoutGridColumnField?: string | undefined;
|
|
5813
5813
|
layoutGridMaxRows?: number | undefined;
|
|
5814
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5814
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5815
5815
|
contentTypeField?: string | undefined;
|
|
5816
5816
|
fixedContentType?: string | undefined;
|
|
5817
5817
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5926,7 +5926,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
5926
5926
|
layoutGridRowField?: string | undefined;
|
|
5927
5927
|
layoutGridColumnField?: string | undefined;
|
|
5928
5928
|
layoutGridMaxRows?: number | undefined;
|
|
5929
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5929
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5930
5930
|
contentTypeField?: string | undefined;
|
|
5931
5931
|
fixedContentType?: string | undefined;
|
|
5932
5932
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6033,7 +6033,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
6033
6033
|
layoutGridRowField?: string | undefined;
|
|
6034
6034
|
layoutGridColumnField?: string | undefined;
|
|
6035
6035
|
layoutGridMaxRows?: number | undefined;
|
|
6036
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6036
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6037
6037
|
contentTypeField?: string | undefined;
|
|
6038
6038
|
fixedContentType?: string | undefined;
|
|
6039
6039
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6140,7 +6140,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
6140
6140
|
layoutGridRowField?: string | undefined;
|
|
6141
6141
|
layoutGridColumnField?: string | undefined;
|
|
6142
6142
|
layoutGridMaxRows?: number | undefined;
|
|
6143
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6143
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6144
6144
|
contentTypeField?: string | undefined;
|
|
6145
6145
|
fixedContentType?: string | undefined;
|
|
6146
6146
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6248,7 +6248,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
6248
6248
|
layoutGridRowField?: string | undefined;
|
|
6249
6249
|
layoutGridColumnField?: string | undefined;
|
|
6250
6250
|
layoutGridMaxRows?: number | undefined;
|
|
6251
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6251
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6252
6252
|
contentTypeField?: string | undefined;
|
|
6253
6253
|
fixedContentType?: string | undefined;
|
|
6254
6254
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6354,7 +6354,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
6354
6354
|
layoutGridRowField?: string | undefined;
|
|
6355
6355
|
layoutGridColumnField?: string | undefined;
|
|
6356
6356
|
layoutGridMaxRows?: number | undefined;
|
|
6357
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6357
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6358
6358
|
contentTypeField?: string | undefined;
|
|
6359
6359
|
fixedContentType?: string | undefined;
|
|
6360
6360
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6460,7 +6460,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
6460
6460
|
layoutGridRowField?: string | undefined;
|
|
6461
6461
|
layoutGridColumnField?: string | undefined;
|
|
6462
6462
|
layoutGridMaxRows?: number | undefined;
|
|
6463
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6463
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6464
6464
|
contentTypeField?: string | undefined;
|
|
6465
6465
|
fixedContentType?: string | undefined;
|
|
6466
6466
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6566,7 +6566,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
6566
6566
|
layoutGridRowField?: string | undefined;
|
|
6567
6567
|
layoutGridColumnField?: string | undefined;
|
|
6568
6568
|
layoutGridMaxRows?: number | undefined;
|
|
6569
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6569
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6570
6570
|
contentTypeField?: string | undefined;
|
|
6571
6571
|
fixedContentType?: string | undefined;
|
|
6572
6572
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6672,7 +6672,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
6672
6672
|
layoutGridRowField?: string | undefined;
|
|
6673
6673
|
layoutGridColumnField?: string | undefined;
|
|
6674
6674
|
layoutGridMaxRows?: number | undefined;
|
|
6675
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6675
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6676
6676
|
contentTypeField?: string | undefined;
|
|
6677
6677
|
fixedContentType?: string | undefined;
|
|
6678
6678
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6778,7 +6778,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
6778
6778
|
layoutGridRowField?: string | undefined;
|
|
6779
6779
|
layoutGridColumnField?: string | undefined;
|
|
6780
6780
|
layoutGridMaxRows?: number | undefined;
|
|
6781
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6781
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6782
6782
|
contentTypeField?: string | undefined;
|
|
6783
6783
|
fixedContentType?: string | undefined;
|
|
6784
6784
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6888,7 +6888,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
6888
6888
|
layoutGridRowField?: string | undefined;
|
|
6889
6889
|
layoutGridColumnField?: string | undefined;
|
|
6890
6890
|
layoutGridMaxRows?: number | undefined;
|
|
6891
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6891
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6892
6892
|
contentTypeField?: string | undefined;
|
|
6893
6893
|
fixedContentType?: string | undefined;
|
|
6894
6894
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6994,7 +6994,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
6994
6994
|
layoutGridRowField?: string | undefined;
|
|
6995
6995
|
layoutGridColumnField?: string | undefined;
|
|
6996
6996
|
layoutGridMaxRows?: number | undefined;
|
|
6997
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6997
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6998
6998
|
contentTypeField?: string | undefined;
|
|
6999
6999
|
fixedContentType?: string | undefined;
|
|
7000
7000
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7102,7 +7102,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
7102
7102
|
layoutGridRowField?: string | undefined;
|
|
7103
7103
|
layoutGridColumnField?: string | undefined;
|
|
7104
7104
|
layoutGridMaxRows?: number | undefined;
|
|
7105
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7105
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7106
7106
|
contentTypeField?: string | undefined;
|
|
7107
7107
|
fixedContentType?: string | undefined;
|
|
7108
7108
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7208,7 +7208,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
7208
7208
|
layoutGridRowField?: string | undefined;
|
|
7209
7209
|
layoutGridColumnField?: string | undefined;
|
|
7210
7210
|
layoutGridMaxRows?: number | undefined;
|
|
7211
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7211
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7212
7212
|
contentTypeField?: string | undefined;
|
|
7213
7213
|
fixedContentType?: string | undefined;
|
|
7214
7214
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7330,7 +7330,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
7330
7330
|
layoutGridRowField?: string | undefined;
|
|
7331
7331
|
layoutGridColumnField?: string | undefined;
|
|
7332
7332
|
layoutGridMaxRows?: number | undefined;
|
|
7333
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7333
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7334
7334
|
contentTypeField?: string | undefined;
|
|
7335
7335
|
fixedContentType?: string | undefined;
|
|
7336
7336
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7445,7 +7445,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
7445
7445
|
layoutGridRowField?: string | undefined;
|
|
7446
7446
|
layoutGridColumnField?: string | undefined;
|
|
7447
7447
|
layoutGridMaxRows?: number | undefined;
|
|
7448
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7448
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7449
7449
|
contentTypeField?: string | undefined;
|
|
7450
7450
|
fixedContentType?: string | undefined;
|
|
7451
7451
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7552,7 +7552,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
7552
7552
|
layoutGridRowField?: string | undefined;
|
|
7553
7553
|
layoutGridColumnField?: string | undefined;
|
|
7554
7554
|
layoutGridMaxRows?: number | undefined;
|
|
7555
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7555
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7556
7556
|
contentTypeField?: string | undefined;
|
|
7557
7557
|
fixedContentType?: string | undefined;
|
|
7558
7558
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7659,7 +7659,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
7659
7659
|
layoutGridRowField?: string | undefined;
|
|
7660
7660
|
layoutGridColumnField?: string | undefined;
|
|
7661
7661
|
layoutGridMaxRows?: number | undefined;
|
|
7662
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7662
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7663
7663
|
contentTypeField?: string | undefined;
|
|
7664
7664
|
fixedContentType?: string | undefined;
|
|
7665
7665
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7767,7 +7767,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
7767
7767
|
layoutGridRowField?: string | undefined;
|
|
7768
7768
|
layoutGridColumnField?: string | undefined;
|
|
7769
7769
|
layoutGridMaxRows?: number | undefined;
|
|
7770
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7770
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7771
7771
|
contentTypeField?: string | undefined;
|
|
7772
7772
|
fixedContentType?: string | undefined;
|
|
7773
7773
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7873,7 +7873,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
7873
7873
|
layoutGridRowField?: string | undefined;
|
|
7874
7874
|
layoutGridColumnField?: string | undefined;
|
|
7875
7875
|
layoutGridMaxRows?: number | undefined;
|
|
7876
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7876
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7877
7877
|
contentTypeField?: string | undefined;
|
|
7878
7878
|
fixedContentType?: string | undefined;
|
|
7879
7879
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7979,7 +7979,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
7979
7979
|
layoutGridRowField?: string | undefined;
|
|
7980
7980
|
layoutGridColumnField?: string | undefined;
|
|
7981
7981
|
layoutGridMaxRows?: number | undefined;
|
|
7982
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7982
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7983
7983
|
contentTypeField?: string | undefined;
|
|
7984
7984
|
fixedContentType?: string | undefined;
|
|
7985
7985
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8085,7 +8085,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
8085
8085
|
layoutGridRowField?: string | undefined;
|
|
8086
8086
|
layoutGridColumnField?: string | undefined;
|
|
8087
8087
|
layoutGridMaxRows?: number | undefined;
|
|
8088
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8088
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8089
8089
|
contentTypeField?: string | undefined;
|
|
8090
8090
|
fixedContentType?: string | undefined;
|
|
8091
8091
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8191,7 +8191,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
8191
8191
|
layoutGridRowField?: string | undefined;
|
|
8192
8192
|
layoutGridColumnField?: string | undefined;
|
|
8193
8193
|
layoutGridMaxRows?: number | undefined;
|
|
8194
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8194
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8195
8195
|
contentTypeField?: string | undefined;
|
|
8196
8196
|
fixedContentType?: string | undefined;
|
|
8197
8197
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8297,7 +8297,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
8297
8297
|
layoutGridRowField?: string | undefined;
|
|
8298
8298
|
layoutGridColumnField?: string | undefined;
|
|
8299
8299
|
layoutGridMaxRows?: number | undefined;
|
|
8300
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8300
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8301
8301
|
contentTypeField?: string | undefined;
|
|
8302
8302
|
fixedContentType?: string | undefined;
|
|
8303
8303
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8407,7 +8407,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
8407
8407
|
layoutGridRowField?: string | undefined;
|
|
8408
8408
|
layoutGridColumnField?: string | undefined;
|
|
8409
8409
|
layoutGridMaxRows?: number | undefined;
|
|
8410
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8410
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8411
8411
|
contentTypeField?: string | undefined;
|
|
8412
8412
|
fixedContentType?: string | undefined;
|
|
8413
8413
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8513,7 +8513,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
8513
8513
|
layoutGridRowField?: string | undefined;
|
|
8514
8514
|
layoutGridColumnField?: string | undefined;
|
|
8515
8515
|
layoutGridMaxRows?: number | undefined;
|
|
8516
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8516
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8517
8517
|
contentTypeField?: string | undefined;
|
|
8518
8518
|
fixedContentType?: string | undefined;
|
|
8519
8519
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8621,7 +8621,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
8621
8621
|
layoutGridRowField?: string | undefined;
|
|
8622
8622
|
layoutGridColumnField?: string | undefined;
|
|
8623
8623
|
layoutGridMaxRows?: number | undefined;
|
|
8624
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8624
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8625
8625
|
contentTypeField?: string | undefined;
|
|
8626
8626
|
fixedContentType?: string | undefined;
|
|
8627
8627
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8727,7 +8727,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
8727
8727
|
layoutGridRowField?: string | undefined;
|
|
8728
8728
|
layoutGridColumnField?: string | undefined;
|
|
8729
8729
|
layoutGridMaxRows?: number | undefined;
|
|
8730
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8730
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8731
8731
|
contentTypeField?: string | undefined;
|
|
8732
8732
|
fixedContentType?: string | undefined;
|
|
8733
8733
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8840,7 +8840,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
8840
8840
|
layoutGridRowField?: string | undefined;
|
|
8841
8841
|
layoutGridColumnField?: string | undefined;
|
|
8842
8842
|
layoutGridMaxRows?: number | undefined;
|
|
8843
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8843
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8844
8844
|
contentTypeField?: string | undefined;
|
|
8845
8845
|
fixedContentType?: string | undefined;
|
|
8846
8846
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8952,7 +8952,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
8952
8952
|
layoutGridRowField?: string | undefined;
|
|
8953
8953
|
layoutGridColumnField?: string | undefined;
|
|
8954
8954
|
layoutGridMaxRows?: number | undefined;
|
|
8955
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8955
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8956
8956
|
contentTypeField?: string | undefined;
|
|
8957
8957
|
fixedContentType?: string | undefined;
|
|
8958
8958
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9058,7 +9058,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
9058
9058
|
layoutGridRowField?: string | undefined;
|
|
9059
9059
|
layoutGridColumnField?: string | undefined;
|
|
9060
9060
|
layoutGridMaxRows?: number | undefined;
|
|
9061
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9061
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9062
9062
|
contentTypeField?: string | undefined;
|
|
9063
9063
|
fixedContentType?: string | undefined;
|
|
9064
9064
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9164,7 +9164,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
9164
9164
|
layoutGridRowField?: string | undefined;
|
|
9165
9165
|
layoutGridColumnField?: string | undefined;
|
|
9166
9166
|
layoutGridMaxRows?: number | undefined;
|
|
9167
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9167
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9168
9168
|
contentTypeField?: string | undefined;
|
|
9169
9169
|
fixedContentType?: string | undefined;
|
|
9170
9170
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9274,7 +9274,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
9274
9274
|
layoutGridRowField?: string | undefined;
|
|
9275
9275
|
layoutGridColumnField?: string | undefined;
|
|
9276
9276
|
layoutGridMaxRows?: number | undefined;
|
|
9277
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9277
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9278
9278
|
contentTypeField?: string | undefined;
|
|
9279
9279
|
fixedContentType?: string | undefined;
|
|
9280
9280
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9386,7 +9386,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
9386
9386
|
layoutGridRowField?: string | undefined;
|
|
9387
9387
|
layoutGridColumnField?: string | undefined;
|
|
9388
9388
|
layoutGridMaxRows?: number | undefined;
|
|
9389
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9389
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9390
9390
|
contentTypeField?: string | undefined;
|
|
9391
9391
|
fixedContentType?: string | undefined;
|
|
9392
9392
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9492,7 +9492,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
9492
9492
|
layoutGridRowField?: string | undefined;
|
|
9493
9493
|
layoutGridColumnField?: string | undefined;
|
|
9494
9494
|
layoutGridMaxRows?: number | undefined;
|
|
9495
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9495
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9496
9496
|
contentTypeField?: string | undefined;
|
|
9497
9497
|
fixedContentType?: string | undefined;
|
|
9498
9498
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9601,7 +9601,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
9601
9601
|
layoutGridRowField?: string | undefined;
|
|
9602
9602
|
layoutGridColumnField?: string | undefined;
|
|
9603
9603
|
layoutGridMaxRows?: number | undefined;
|
|
9604
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9604
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9605
9605
|
contentTypeField?: string | undefined;
|
|
9606
9606
|
fixedContentType?: string | undefined;
|
|
9607
9607
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9712,7 +9712,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
9712
9712
|
layoutGridRowField?: string | undefined;
|
|
9713
9713
|
layoutGridColumnField?: string | undefined;
|
|
9714
9714
|
layoutGridMaxRows?: number | undefined;
|
|
9715
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9715
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9716
9716
|
contentTypeField?: string | undefined;
|
|
9717
9717
|
fixedContentType?: string | undefined;
|
|
9718
9718
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9824,7 +9824,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
9824
9824
|
layoutGridRowField?: string | undefined;
|
|
9825
9825
|
layoutGridColumnField?: string | undefined;
|
|
9826
9826
|
layoutGridMaxRows?: number | undefined;
|
|
9827
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9827
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9828
9828
|
contentTypeField?: string | undefined;
|
|
9829
9829
|
fixedContentType?: string | undefined;
|
|
9830
9830
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9930,7 +9930,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
9930
9930
|
layoutGridRowField?: string | undefined;
|
|
9931
9931
|
layoutGridColumnField?: string | undefined;
|
|
9932
9932
|
layoutGridMaxRows?: number | undefined;
|
|
9933
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9933
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9934
9934
|
contentTypeField?: string | undefined;
|
|
9935
9935
|
fixedContentType?: string | undefined;
|
|
9936
9936
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10043,7 +10043,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
10043
10043
|
layoutGridRowField?: string | undefined;
|
|
10044
10044
|
layoutGridColumnField?: string | undefined;
|
|
10045
10045
|
layoutGridMaxRows?: number | undefined;
|
|
10046
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10046
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10047
10047
|
contentTypeField?: string | undefined;
|
|
10048
10048
|
fixedContentType?: string | undefined;
|
|
10049
10049
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10150,7 +10150,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
10150
10150
|
layoutGridRowField?: string | undefined;
|
|
10151
10151
|
layoutGridColumnField?: string | undefined;
|
|
10152
10152
|
layoutGridMaxRows?: number | undefined;
|
|
10153
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10153
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10154
10154
|
contentTypeField?: string | undefined;
|
|
10155
10155
|
fixedContentType?: string | undefined;
|
|
10156
10156
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10257,7 +10257,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
10257
10257
|
layoutGridRowField?: string | undefined;
|
|
10258
10258
|
layoutGridColumnField?: string | undefined;
|
|
10259
10259
|
layoutGridMaxRows?: number | undefined;
|
|
10260
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10260
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10261
10261
|
contentTypeField?: string | undefined;
|
|
10262
10262
|
fixedContentType?: string | undefined;
|
|
10263
10263
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10365,7 +10365,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
10365
10365
|
layoutGridRowField?: string | undefined;
|
|
10366
10366
|
layoutGridColumnField?: string | undefined;
|
|
10367
10367
|
layoutGridMaxRows?: number | undefined;
|
|
10368
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10368
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10369
10369
|
contentTypeField?: string | undefined;
|
|
10370
10370
|
fixedContentType?: string | undefined;
|
|
10371
10371
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10471,7 +10471,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
10471
10471
|
layoutGridRowField?: string | undefined;
|
|
10472
10472
|
layoutGridColumnField?: string | undefined;
|
|
10473
10473
|
layoutGridMaxRows?: number | undefined;
|
|
10474
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10474
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10475
10475
|
contentTypeField?: string | undefined;
|
|
10476
10476
|
fixedContentType?: string | undefined;
|
|
10477
10477
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10577,7 +10577,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
10577
10577
|
layoutGridRowField?: string | undefined;
|
|
10578
10578
|
layoutGridColumnField?: string | undefined;
|
|
10579
10579
|
layoutGridMaxRows?: number | undefined;
|
|
10580
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10580
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10581
10581
|
contentTypeField?: string | undefined;
|
|
10582
10582
|
fixedContentType?: string | undefined;
|
|
10583
10583
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10683,7 +10683,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
10683
10683
|
layoutGridRowField?: string | undefined;
|
|
10684
10684
|
layoutGridColumnField?: string | undefined;
|
|
10685
10685
|
layoutGridMaxRows?: number | undefined;
|
|
10686
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10686
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10687
10687
|
contentTypeField?: string | undefined;
|
|
10688
10688
|
fixedContentType?: string | undefined;
|
|
10689
10689
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10789,7 +10789,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
10789
10789
|
layoutGridRowField?: string | undefined;
|
|
10790
10790
|
layoutGridColumnField?: string | undefined;
|
|
10791
10791
|
layoutGridMaxRows?: number | undefined;
|
|
10792
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10792
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10793
10793
|
contentTypeField?: string | undefined;
|
|
10794
10794
|
fixedContentType?: string | undefined;
|
|
10795
10795
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10895,7 +10895,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
10895
10895
|
layoutGridRowField?: string | undefined;
|
|
10896
10896
|
layoutGridColumnField?: string | undefined;
|
|
10897
10897
|
layoutGridMaxRows?: number | undefined;
|
|
10898
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10898
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10899
10899
|
contentTypeField?: string | undefined;
|
|
10900
10900
|
fixedContentType?: string | undefined;
|
|
10901
10901
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11005,7 +11005,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
11005
11005
|
layoutGridRowField?: string | undefined;
|
|
11006
11006
|
layoutGridColumnField?: string | undefined;
|
|
11007
11007
|
layoutGridMaxRows?: number | undefined;
|
|
11008
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11008
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11009
11009
|
contentTypeField?: string | undefined;
|
|
11010
11010
|
fixedContentType?: string | undefined;
|
|
11011
11011
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11111,7 +11111,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
11111
11111
|
layoutGridRowField?: string | undefined;
|
|
11112
11112
|
layoutGridColumnField?: string | undefined;
|
|
11113
11113
|
layoutGridMaxRows?: number | undefined;
|
|
11114
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11114
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11115
11115
|
contentTypeField?: string | undefined;
|
|
11116
11116
|
fixedContentType?: string | undefined;
|
|
11117
11117
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11219,7 +11219,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
11219
11219
|
layoutGridRowField?: string | undefined;
|
|
11220
11220
|
layoutGridColumnField?: string | undefined;
|
|
11221
11221
|
layoutGridMaxRows?: number | undefined;
|
|
11222
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11222
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11223
11223
|
contentTypeField?: string | undefined;
|
|
11224
11224
|
fixedContentType?: string | undefined;
|
|
11225
11225
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11325,7 +11325,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
11325
11325
|
layoutGridRowField?: string | undefined;
|
|
11326
11326
|
layoutGridColumnField?: string | undefined;
|
|
11327
11327
|
layoutGridMaxRows?: number | undefined;
|
|
11328
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11328
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11329
11329
|
contentTypeField?: string | undefined;
|
|
11330
11330
|
fixedContentType?: string | undefined;
|
|
11331
11331
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11447,7 +11447,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
11447
11447
|
layoutGridRowField?: string | undefined;
|
|
11448
11448
|
layoutGridColumnField?: string | undefined;
|
|
11449
11449
|
layoutGridMaxRows?: number | undefined;
|
|
11450
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11450
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11451
11451
|
contentTypeField?: string | undefined;
|
|
11452
11452
|
fixedContentType?: string | undefined;
|
|
11453
11453
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11557,7 +11557,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
11557
11557
|
layoutGridRowField?: string | undefined;
|
|
11558
11558
|
layoutGridColumnField?: string | undefined;
|
|
11559
11559
|
layoutGridMaxRows?: number | undefined;
|
|
11560
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11560
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11561
11561
|
contentTypeField?: string | undefined;
|
|
11562
11562
|
fixedContentType?: string | undefined;
|
|
11563
11563
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11679,7 +11679,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
11679
11679
|
layoutGridRowField?: string | undefined;
|
|
11680
11680
|
layoutGridColumnField?: string | undefined;
|
|
11681
11681
|
layoutGridMaxRows?: number | undefined;
|
|
11682
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11682
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11683
11683
|
contentTypeField?: string | undefined;
|
|
11684
11684
|
fixedContentType?: string | undefined;
|
|
11685
11685
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11794,7 +11794,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
11794
11794
|
layoutGridRowField?: string | undefined;
|
|
11795
11795
|
layoutGridColumnField?: string | undefined;
|
|
11796
11796
|
layoutGridMaxRows?: number | undefined;
|
|
11797
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11797
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11798
11798
|
contentTypeField?: string | undefined;
|
|
11799
11799
|
fixedContentType?: string | undefined;
|
|
11800
11800
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11901,7 +11901,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
11901
11901
|
layoutGridRowField?: string | undefined;
|
|
11902
11902
|
layoutGridColumnField?: string | undefined;
|
|
11903
11903
|
layoutGridMaxRows?: number | undefined;
|
|
11904
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11904
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11905
11905
|
contentTypeField?: string | undefined;
|
|
11906
11906
|
fixedContentType?: string | undefined;
|
|
11907
11907
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12008,7 +12008,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
12008
12008
|
layoutGridRowField?: string | undefined;
|
|
12009
12009
|
layoutGridColumnField?: string | undefined;
|
|
12010
12010
|
layoutGridMaxRows?: number | undefined;
|
|
12011
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12011
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12012
12012
|
contentTypeField?: string | undefined;
|
|
12013
12013
|
fixedContentType?: string | undefined;
|
|
12014
12014
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12116,7 +12116,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
12116
12116
|
layoutGridRowField?: string | undefined;
|
|
12117
12117
|
layoutGridColumnField?: string | undefined;
|
|
12118
12118
|
layoutGridMaxRows?: number | undefined;
|
|
12119
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12119
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12120
12120
|
contentTypeField?: string | undefined;
|
|
12121
12121
|
fixedContentType?: string | undefined;
|
|
12122
12122
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12222,7 +12222,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
12222
12222
|
layoutGridRowField?: string | undefined;
|
|
12223
12223
|
layoutGridColumnField?: string | undefined;
|
|
12224
12224
|
layoutGridMaxRows?: number | undefined;
|
|
12225
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12225
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12226
12226
|
contentTypeField?: string | undefined;
|
|
12227
12227
|
fixedContentType?: string | undefined;
|
|
12228
12228
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12328,7 +12328,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
12328
12328
|
layoutGridRowField?: string | undefined;
|
|
12329
12329
|
layoutGridColumnField?: string | undefined;
|
|
12330
12330
|
layoutGridMaxRows?: number | undefined;
|
|
12331
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12331
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12332
12332
|
contentTypeField?: string | undefined;
|
|
12333
12333
|
fixedContentType?: string | undefined;
|
|
12334
12334
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12434,7 +12434,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
12434
12434
|
layoutGridRowField?: string | undefined;
|
|
12435
12435
|
layoutGridColumnField?: string | undefined;
|
|
12436
12436
|
layoutGridMaxRows?: number | undefined;
|
|
12437
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12437
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12438
12438
|
contentTypeField?: string | undefined;
|
|
12439
12439
|
fixedContentType?: string | undefined;
|
|
12440
12440
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12540,7 +12540,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
12540
12540
|
layoutGridRowField?: string | undefined;
|
|
12541
12541
|
layoutGridColumnField?: string | undefined;
|
|
12542
12542
|
layoutGridMaxRows?: number | undefined;
|
|
12543
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12543
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12544
12544
|
contentTypeField?: string | undefined;
|
|
12545
12545
|
fixedContentType?: string | undefined;
|
|
12546
12546
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12646,7 +12646,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
12646
12646
|
layoutGridRowField?: string | undefined;
|
|
12647
12647
|
layoutGridColumnField?: string | undefined;
|
|
12648
12648
|
layoutGridMaxRows?: number | undefined;
|
|
12649
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12649
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12650
12650
|
contentTypeField?: string | undefined;
|
|
12651
12651
|
fixedContentType?: string | undefined;
|
|
12652
12652
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12756,7 +12756,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
12756
12756
|
layoutGridRowField?: string | undefined;
|
|
12757
12757
|
layoutGridColumnField?: string | undefined;
|
|
12758
12758
|
layoutGridMaxRows?: number | undefined;
|
|
12759
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12759
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12760
12760
|
contentTypeField?: string | undefined;
|
|
12761
12761
|
fixedContentType?: string | undefined;
|
|
12762
12762
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12862,7 +12862,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
12862
12862
|
layoutGridRowField?: string | undefined;
|
|
12863
12863
|
layoutGridColumnField?: string | undefined;
|
|
12864
12864
|
layoutGridMaxRows?: number | undefined;
|
|
12865
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12865
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12866
12866
|
contentTypeField?: string | undefined;
|
|
12867
12867
|
fixedContentType?: string | undefined;
|
|
12868
12868
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12970,7 +12970,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
12970
12970
|
layoutGridRowField?: string | undefined;
|
|
12971
12971
|
layoutGridColumnField?: string | undefined;
|
|
12972
12972
|
layoutGridMaxRows?: number | undefined;
|
|
12973
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12973
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12974
12974
|
contentTypeField?: string | undefined;
|
|
12975
12975
|
fixedContentType?: string | undefined;
|
|
12976
12976
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13076,7 +13076,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
13076
13076
|
layoutGridRowField?: string | undefined;
|
|
13077
13077
|
layoutGridColumnField?: string | undefined;
|
|
13078
13078
|
layoutGridMaxRows?: number | undefined;
|
|
13079
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13079
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13080
13080
|
contentTypeField?: string | undefined;
|
|
13081
13081
|
fixedContentType?: string | undefined;
|
|
13082
13082
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13200,7 +13200,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
13200
13200
|
layoutGridRowField?: string | undefined;
|
|
13201
13201
|
layoutGridColumnField?: string | undefined;
|
|
13202
13202
|
layoutGridMaxRows?: number | undefined;
|
|
13203
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13203
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13204
13204
|
contentTypeField?: string | undefined;
|
|
13205
13205
|
fixedContentType?: string | undefined;
|
|
13206
13206
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13315,7 +13315,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
13315
13315
|
layoutGridRowField?: string | undefined;
|
|
13316
13316
|
layoutGridColumnField?: string | undefined;
|
|
13317
13317
|
layoutGridMaxRows?: number | undefined;
|
|
13318
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13318
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13319
13319
|
contentTypeField?: string | undefined;
|
|
13320
13320
|
fixedContentType?: string | undefined;
|
|
13321
13321
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13422,7 +13422,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
13422
13422
|
layoutGridRowField?: string | undefined;
|
|
13423
13423
|
layoutGridColumnField?: string | undefined;
|
|
13424
13424
|
layoutGridMaxRows?: number | undefined;
|
|
13425
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13425
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13426
13426
|
contentTypeField?: string | undefined;
|
|
13427
13427
|
fixedContentType?: string | undefined;
|
|
13428
13428
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13529,7 +13529,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
13529
13529
|
layoutGridRowField?: string | undefined;
|
|
13530
13530
|
layoutGridColumnField?: string | undefined;
|
|
13531
13531
|
layoutGridMaxRows?: number | undefined;
|
|
13532
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13532
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13533
13533
|
contentTypeField?: string | undefined;
|
|
13534
13534
|
fixedContentType?: string | undefined;
|
|
13535
13535
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13637,7 +13637,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
13637
13637
|
layoutGridRowField?: string | undefined;
|
|
13638
13638
|
layoutGridColumnField?: string | undefined;
|
|
13639
13639
|
layoutGridMaxRows?: number | undefined;
|
|
13640
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13640
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13641
13641
|
contentTypeField?: string | undefined;
|
|
13642
13642
|
fixedContentType?: string | undefined;
|
|
13643
13643
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13743,7 +13743,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
13743
13743
|
layoutGridRowField?: string | undefined;
|
|
13744
13744
|
layoutGridColumnField?: string | undefined;
|
|
13745
13745
|
layoutGridMaxRows?: number | undefined;
|
|
13746
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13746
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13747
13747
|
contentTypeField?: string | undefined;
|
|
13748
13748
|
fixedContentType?: string | undefined;
|
|
13749
13749
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13849,7 +13849,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
13849
13849
|
layoutGridRowField?: string | undefined;
|
|
13850
13850
|
layoutGridColumnField?: string | undefined;
|
|
13851
13851
|
layoutGridMaxRows?: number | undefined;
|
|
13852
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13852
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13853
13853
|
contentTypeField?: string | undefined;
|
|
13854
13854
|
fixedContentType?: string | undefined;
|
|
13855
13855
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13955,7 +13955,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
13955
13955
|
layoutGridRowField?: string | undefined;
|
|
13956
13956
|
layoutGridColumnField?: string | undefined;
|
|
13957
13957
|
layoutGridMaxRows?: number | undefined;
|
|
13958
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13958
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13959
13959
|
contentTypeField?: string | undefined;
|
|
13960
13960
|
fixedContentType?: string | undefined;
|
|
13961
13961
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14061,7 +14061,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
14061
14061
|
layoutGridRowField?: string | undefined;
|
|
14062
14062
|
layoutGridColumnField?: string | undefined;
|
|
14063
14063
|
layoutGridMaxRows?: number | undefined;
|
|
14064
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14064
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14065
14065
|
contentTypeField?: string | undefined;
|
|
14066
14066
|
fixedContentType?: string | undefined;
|
|
14067
14067
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14167,7 +14167,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
14167
14167
|
layoutGridRowField?: string | undefined;
|
|
14168
14168
|
layoutGridColumnField?: string | undefined;
|
|
14169
14169
|
layoutGridMaxRows?: number | undefined;
|
|
14170
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14170
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14171
14171
|
contentTypeField?: string | undefined;
|
|
14172
14172
|
fixedContentType?: string | undefined;
|
|
14173
14173
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14277,7 +14277,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
14277
14277
|
layoutGridRowField?: string | undefined;
|
|
14278
14278
|
layoutGridColumnField?: string | undefined;
|
|
14279
14279
|
layoutGridMaxRows?: number | undefined;
|
|
14280
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14280
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14281
14281
|
contentTypeField?: string | undefined;
|
|
14282
14282
|
fixedContentType?: string | undefined;
|
|
14283
14283
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14383,7 +14383,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
14383
14383
|
layoutGridRowField?: string | undefined;
|
|
14384
14384
|
layoutGridColumnField?: string | undefined;
|
|
14385
14385
|
layoutGridMaxRows?: number | undefined;
|
|
14386
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14386
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14387
14387
|
contentTypeField?: string | undefined;
|
|
14388
14388
|
fixedContentType?: string | undefined;
|
|
14389
14389
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14491,7 +14491,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
14491
14491
|
layoutGridRowField?: string | undefined;
|
|
14492
14492
|
layoutGridColumnField?: string | undefined;
|
|
14493
14493
|
layoutGridMaxRows?: number | undefined;
|
|
14494
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14494
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14495
14495
|
contentTypeField?: string | undefined;
|
|
14496
14496
|
fixedContentType?: string | undefined;
|
|
14497
14497
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14597,7 +14597,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
14597
14597
|
layoutGridRowField?: string | undefined;
|
|
14598
14598
|
layoutGridColumnField?: string | undefined;
|
|
14599
14599
|
layoutGridMaxRows?: number | undefined;
|
|
14600
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14600
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14601
14601
|
contentTypeField?: string | undefined;
|
|
14602
14602
|
fixedContentType?: string | undefined;
|
|
14603
14603
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14710,7 +14710,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
14710
14710
|
layoutGridRowField?: string | undefined;
|
|
14711
14711
|
layoutGridColumnField?: string | undefined;
|
|
14712
14712
|
layoutGridMaxRows?: number | undefined;
|
|
14713
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14713
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14714
14714
|
contentTypeField?: string | undefined;
|
|
14715
14715
|
fixedContentType?: string | undefined;
|
|
14716
14716
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14822,7 +14822,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
14822
14822
|
layoutGridRowField?: string | undefined;
|
|
14823
14823
|
layoutGridColumnField?: string | undefined;
|
|
14824
14824
|
layoutGridMaxRows?: number | undefined;
|
|
14825
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14825
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14826
14826
|
contentTypeField?: string | undefined;
|
|
14827
14827
|
fixedContentType?: string | undefined;
|
|
14828
14828
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14928,7 +14928,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
14928
14928
|
layoutGridRowField?: string | undefined;
|
|
14929
14929
|
layoutGridColumnField?: string | undefined;
|
|
14930
14930
|
layoutGridMaxRows?: number | undefined;
|
|
14931
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14931
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14932
14932
|
contentTypeField?: string | undefined;
|
|
14933
14933
|
fixedContentType?: string | undefined;
|
|
14934
14934
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15037,7 +15037,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
15037
15037
|
layoutGridRowField?: string | undefined;
|
|
15038
15038
|
layoutGridColumnField?: string | undefined;
|
|
15039
15039
|
layoutGridMaxRows?: number | undefined;
|
|
15040
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15040
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15041
15041
|
contentTypeField?: string | undefined;
|
|
15042
15042
|
fixedContentType?: string | undefined;
|
|
15043
15043
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15148,7 +15148,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
15148
15148
|
layoutGridRowField?: string | undefined;
|
|
15149
15149
|
layoutGridColumnField?: string | undefined;
|
|
15150
15150
|
layoutGridMaxRows?: number | undefined;
|
|
15151
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15151
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15152
15152
|
contentTypeField?: string | undefined;
|
|
15153
15153
|
fixedContentType?: string | undefined;
|
|
15154
15154
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15260,7 +15260,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
15260
15260
|
layoutGridRowField?: string | undefined;
|
|
15261
15261
|
layoutGridColumnField?: string | undefined;
|
|
15262
15262
|
layoutGridMaxRows?: number | undefined;
|
|
15263
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15263
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15264
15264
|
contentTypeField?: string | undefined;
|
|
15265
15265
|
fixedContentType?: string | undefined;
|
|
15266
15266
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15366,7 +15366,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
15366
15366
|
layoutGridRowField?: string | undefined;
|
|
15367
15367
|
layoutGridColumnField?: string | undefined;
|
|
15368
15368
|
layoutGridMaxRows?: number | undefined;
|
|
15369
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15369
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15370
15370
|
contentTypeField?: string | undefined;
|
|
15371
15371
|
fixedContentType?: string | undefined;
|
|
15372
15372
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15479,7 +15479,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
15479
15479
|
layoutGridRowField?: string | undefined;
|
|
15480
15480
|
layoutGridColumnField?: string | undefined;
|
|
15481
15481
|
layoutGridMaxRows?: number | undefined;
|
|
15482
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15482
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15483
15483
|
contentTypeField?: string | undefined;
|
|
15484
15484
|
fixedContentType?: string | undefined;
|
|
15485
15485
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15586,7 +15586,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
15586
15586
|
layoutGridRowField?: string | undefined;
|
|
15587
15587
|
layoutGridColumnField?: string | undefined;
|
|
15588
15588
|
layoutGridMaxRows?: number | undefined;
|
|
15589
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15589
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15590
15590
|
contentTypeField?: string | undefined;
|
|
15591
15591
|
fixedContentType?: string | undefined;
|
|
15592
15592
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15693,7 +15693,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
15693
15693
|
layoutGridRowField?: string | undefined;
|
|
15694
15694
|
layoutGridColumnField?: string | undefined;
|
|
15695
15695
|
layoutGridMaxRows?: number | undefined;
|
|
15696
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15696
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15697
15697
|
contentTypeField?: string | undefined;
|
|
15698
15698
|
fixedContentType?: string | undefined;
|
|
15699
15699
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15801,7 +15801,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
15801
15801
|
layoutGridRowField?: string | undefined;
|
|
15802
15802
|
layoutGridColumnField?: string | undefined;
|
|
15803
15803
|
layoutGridMaxRows?: number | undefined;
|
|
15804
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15804
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15805
15805
|
contentTypeField?: string | undefined;
|
|
15806
15806
|
fixedContentType?: string | undefined;
|
|
15807
15807
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15907,7 +15907,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
15907
15907
|
layoutGridRowField?: string | undefined;
|
|
15908
15908
|
layoutGridColumnField?: string | undefined;
|
|
15909
15909
|
layoutGridMaxRows?: number | undefined;
|
|
15910
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15910
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15911
15911
|
contentTypeField?: string | undefined;
|
|
15912
15912
|
fixedContentType?: string | undefined;
|
|
15913
15913
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16013,7 +16013,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
16013
16013
|
layoutGridRowField?: string | undefined;
|
|
16014
16014
|
layoutGridColumnField?: string | undefined;
|
|
16015
16015
|
layoutGridMaxRows?: number | undefined;
|
|
16016
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16016
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16017
16017
|
contentTypeField?: string | undefined;
|
|
16018
16018
|
fixedContentType?: string | undefined;
|
|
16019
16019
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16119,7 +16119,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
16119
16119
|
layoutGridRowField?: string | undefined;
|
|
16120
16120
|
layoutGridColumnField?: string | undefined;
|
|
16121
16121
|
layoutGridMaxRows?: number | undefined;
|
|
16122
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16122
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16123
16123
|
contentTypeField?: string | undefined;
|
|
16124
16124
|
fixedContentType?: string | undefined;
|
|
16125
16125
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16225,7 +16225,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
16225
16225
|
layoutGridRowField?: string | undefined;
|
|
16226
16226
|
layoutGridColumnField?: string | undefined;
|
|
16227
16227
|
layoutGridMaxRows?: number | undefined;
|
|
16228
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16228
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16229
16229
|
contentTypeField?: string | undefined;
|
|
16230
16230
|
fixedContentType?: string | undefined;
|
|
16231
16231
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16331,7 +16331,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
16331
16331
|
layoutGridRowField?: string | undefined;
|
|
16332
16332
|
layoutGridColumnField?: string | undefined;
|
|
16333
16333
|
layoutGridMaxRows?: number | undefined;
|
|
16334
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16334
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16335
16335
|
contentTypeField?: string | undefined;
|
|
16336
16336
|
fixedContentType?: string | undefined;
|
|
16337
16337
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16441,7 +16441,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
16441
16441
|
layoutGridRowField?: string | undefined;
|
|
16442
16442
|
layoutGridColumnField?: string | undefined;
|
|
16443
16443
|
layoutGridMaxRows?: number | undefined;
|
|
16444
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16444
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16445
16445
|
contentTypeField?: string | undefined;
|
|
16446
16446
|
fixedContentType?: string | undefined;
|
|
16447
16447
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16547,7 +16547,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
16547
16547
|
layoutGridRowField?: string | undefined;
|
|
16548
16548
|
layoutGridColumnField?: string | undefined;
|
|
16549
16549
|
layoutGridMaxRows?: number | undefined;
|
|
16550
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16550
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16551
16551
|
contentTypeField?: string | undefined;
|
|
16552
16552
|
fixedContentType?: string | undefined;
|
|
16553
16553
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16655,7 +16655,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
16655
16655
|
layoutGridRowField?: string | undefined;
|
|
16656
16656
|
layoutGridColumnField?: string | undefined;
|
|
16657
16657
|
layoutGridMaxRows?: number | undefined;
|
|
16658
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16658
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16659
16659
|
contentTypeField?: string | undefined;
|
|
16660
16660
|
fixedContentType?: string | undefined;
|
|
16661
16661
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16761,7 +16761,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
16761
16761
|
layoutGridRowField?: string | undefined;
|
|
16762
16762
|
layoutGridColumnField?: string | undefined;
|
|
16763
16763
|
layoutGridMaxRows?: number | undefined;
|
|
16764
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16764
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16765
16765
|
contentTypeField?: string | undefined;
|
|
16766
16766
|
fixedContentType?: string | undefined;
|
|
16767
16767
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16885,7 +16885,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
16885
16885
|
layoutGridRowField?: string | undefined;
|
|
16886
16886
|
layoutGridColumnField?: string | undefined;
|
|
16887
16887
|
layoutGridMaxRows?: number | undefined;
|
|
16888
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16888
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16889
16889
|
contentTypeField?: string | undefined;
|
|
16890
16890
|
fixedContentType?: string | undefined;
|
|
16891
16891
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16995,7 +16995,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
16995
16995
|
layoutGridRowField?: string | undefined;
|
|
16996
16996
|
layoutGridColumnField?: string | undefined;
|
|
16997
16997
|
layoutGridMaxRows?: number | undefined;
|
|
16998
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16998
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16999
16999
|
contentTypeField?: string | undefined;
|
|
17000
17000
|
fixedContentType?: string | undefined;
|
|
17001
17001
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17117,7 +17117,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
17117
17117
|
layoutGridRowField?: string | undefined;
|
|
17118
17118
|
layoutGridColumnField?: string | undefined;
|
|
17119
17119
|
layoutGridMaxRows?: number | undefined;
|
|
17120
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17120
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17121
17121
|
contentTypeField?: string | undefined;
|
|
17122
17122
|
fixedContentType?: string | undefined;
|
|
17123
17123
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17232,7 +17232,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
17232
17232
|
layoutGridRowField?: string | undefined;
|
|
17233
17233
|
layoutGridColumnField?: string | undefined;
|
|
17234
17234
|
layoutGridMaxRows?: number | undefined;
|
|
17235
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17235
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17236
17236
|
contentTypeField?: string | undefined;
|
|
17237
17237
|
fixedContentType?: string | undefined;
|
|
17238
17238
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17339,7 +17339,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
17339
17339
|
layoutGridRowField?: string | undefined;
|
|
17340
17340
|
layoutGridColumnField?: string | undefined;
|
|
17341
17341
|
layoutGridMaxRows?: number | undefined;
|
|
17342
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17342
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17343
17343
|
contentTypeField?: string | undefined;
|
|
17344
17344
|
fixedContentType?: string | undefined;
|
|
17345
17345
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17446,7 +17446,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
17446
17446
|
layoutGridRowField?: string | undefined;
|
|
17447
17447
|
layoutGridColumnField?: string | undefined;
|
|
17448
17448
|
layoutGridMaxRows?: number | undefined;
|
|
17449
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17449
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17450
17450
|
contentTypeField?: string | undefined;
|
|
17451
17451
|
fixedContentType?: string | undefined;
|
|
17452
17452
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17554,7 +17554,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
17554
17554
|
layoutGridRowField?: string | undefined;
|
|
17555
17555
|
layoutGridColumnField?: string | undefined;
|
|
17556
17556
|
layoutGridMaxRows?: number | undefined;
|
|
17557
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17557
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17558
17558
|
contentTypeField?: string | undefined;
|
|
17559
17559
|
fixedContentType?: string | undefined;
|
|
17560
17560
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17660,7 +17660,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
17660
17660
|
layoutGridRowField?: string | undefined;
|
|
17661
17661
|
layoutGridColumnField?: string | undefined;
|
|
17662
17662
|
layoutGridMaxRows?: number | undefined;
|
|
17663
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17663
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17664
17664
|
contentTypeField?: string | undefined;
|
|
17665
17665
|
fixedContentType?: string | undefined;
|
|
17666
17666
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17766,7 +17766,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
17766
17766
|
layoutGridRowField?: string | undefined;
|
|
17767
17767
|
layoutGridColumnField?: string | undefined;
|
|
17768
17768
|
layoutGridMaxRows?: number | undefined;
|
|
17769
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17769
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17770
17770
|
contentTypeField?: string | undefined;
|
|
17771
17771
|
fixedContentType?: string | undefined;
|
|
17772
17772
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17872,7 +17872,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
17872
17872
|
layoutGridRowField?: string | undefined;
|
|
17873
17873
|
layoutGridColumnField?: string | undefined;
|
|
17874
17874
|
layoutGridMaxRows?: number | undefined;
|
|
17875
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17875
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17876
17876
|
contentTypeField?: string | undefined;
|
|
17877
17877
|
fixedContentType?: string | undefined;
|
|
17878
17878
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17978,7 +17978,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
17978
17978
|
layoutGridRowField?: string | undefined;
|
|
17979
17979
|
layoutGridColumnField?: string | undefined;
|
|
17980
17980
|
layoutGridMaxRows?: number | undefined;
|
|
17981
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17981
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17982
17982
|
contentTypeField?: string | undefined;
|
|
17983
17983
|
fixedContentType?: string | undefined;
|
|
17984
17984
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18084,7 +18084,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
18084
18084
|
layoutGridRowField?: string | undefined;
|
|
18085
18085
|
layoutGridColumnField?: string | undefined;
|
|
18086
18086
|
layoutGridMaxRows?: number | undefined;
|
|
18087
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18087
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18088
18088
|
contentTypeField?: string | undefined;
|
|
18089
18089
|
fixedContentType?: string | undefined;
|
|
18090
18090
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18194,7 +18194,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
18194
18194
|
layoutGridRowField?: string | undefined;
|
|
18195
18195
|
layoutGridColumnField?: string | undefined;
|
|
18196
18196
|
layoutGridMaxRows?: number | undefined;
|
|
18197
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18197
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18198
18198
|
contentTypeField?: string | undefined;
|
|
18199
18199
|
fixedContentType?: string | undefined;
|
|
18200
18200
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18300,7 +18300,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
18300
18300
|
layoutGridRowField?: string | undefined;
|
|
18301
18301
|
layoutGridColumnField?: string | undefined;
|
|
18302
18302
|
layoutGridMaxRows?: number | undefined;
|
|
18303
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18303
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18304
18304
|
contentTypeField?: string | undefined;
|
|
18305
18305
|
fixedContentType?: string | undefined;
|
|
18306
18306
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18408,7 +18408,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
18408
18408
|
layoutGridRowField?: string | undefined;
|
|
18409
18409
|
layoutGridColumnField?: string | undefined;
|
|
18410
18410
|
layoutGridMaxRows?: number | undefined;
|
|
18411
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18411
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18412
18412
|
contentTypeField?: string | undefined;
|
|
18413
18413
|
fixedContentType?: string | undefined;
|
|
18414
18414
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18514,7 +18514,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
18514
18514
|
layoutGridRowField?: string | undefined;
|
|
18515
18515
|
layoutGridColumnField?: string | undefined;
|
|
18516
18516
|
layoutGridMaxRows?: number | undefined;
|
|
18517
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18517
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18518
18518
|
contentTypeField?: string | undefined;
|
|
18519
18519
|
fixedContentType?: string | undefined;
|
|
18520
18520
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18627,7 +18627,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
18627
18627
|
layoutGridRowField?: string | undefined;
|
|
18628
18628
|
layoutGridColumnField?: string | undefined;
|
|
18629
18629
|
layoutGridMaxRows?: number | undefined;
|
|
18630
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18630
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18631
18631
|
contentTypeField?: string | undefined;
|
|
18632
18632
|
fixedContentType?: string | undefined;
|
|
18633
18633
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18739,7 +18739,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
18739
18739
|
layoutGridRowField?: string | undefined;
|
|
18740
18740
|
layoutGridColumnField?: string | undefined;
|
|
18741
18741
|
layoutGridMaxRows?: number | undefined;
|
|
18742
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18742
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18743
18743
|
contentTypeField?: string | undefined;
|
|
18744
18744
|
fixedContentType?: string | undefined;
|
|
18745
18745
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18845,7 +18845,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
18845
18845
|
layoutGridRowField?: string | undefined;
|
|
18846
18846
|
layoutGridColumnField?: string | undefined;
|
|
18847
18847
|
layoutGridMaxRows?: number | undefined;
|
|
18848
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18848
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18849
18849
|
contentTypeField?: string | undefined;
|
|
18850
18850
|
fixedContentType?: string | undefined;
|
|
18851
18851
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18958,7 +18958,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
18958
18958
|
layoutGridRowField?: string | undefined;
|
|
18959
18959
|
layoutGridColumnField?: string | undefined;
|
|
18960
18960
|
layoutGridMaxRows?: number | undefined;
|
|
18961
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18961
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18962
18962
|
contentTypeField?: string | undefined;
|
|
18963
18963
|
fixedContentType?: string | undefined;
|
|
18964
18964
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19065,7 +19065,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
19065
19065
|
layoutGridRowField?: string | undefined;
|
|
19066
19066
|
layoutGridColumnField?: string | undefined;
|
|
19067
19067
|
layoutGridMaxRows?: number | undefined;
|
|
19068
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19068
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19069
19069
|
contentTypeField?: string | undefined;
|
|
19070
19070
|
fixedContentType?: string | undefined;
|
|
19071
19071
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19172,7 +19172,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
19172
19172
|
layoutGridRowField?: string | undefined;
|
|
19173
19173
|
layoutGridColumnField?: string | undefined;
|
|
19174
19174
|
layoutGridMaxRows?: number | undefined;
|
|
19175
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19175
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19176
19176
|
contentTypeField?: string | undefined;
|
|
19177
19177
|
fixedContentType?: string | undefined;
|
|
19178
19178
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19280,7 +19280,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
19280
19280
|
layoutGridRowField?: string | undefined;
|
|
19281
19281
|
layoutGridColumnField?: string | undefined;
|
|
19282
19282
|
layoutGridMaxRows?: number | undefined;
|
|
19283
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19283
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19284
19284
|
contentTypeField?: string | undefined;
|
|
19285
19285
|
fixedContentType?: string | undefined;
|
|
19286
19286
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19386,7 +19386,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
19386
19386
|
layoutGridRowField?: string | undefined;
|
|
19387
19387
|
layoutGridColumnField?: string | undefined;
|
|
19388
19388
|
layoutGridMaxRows?: number | undefined;
|
|
19389
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19389
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19390
19390
|
contentTypeField?: string | undefined;
|
|
19391
19391
|
fixedContentType?: string | undefined;
|
|
19392
19392
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19492,7 +19492,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
19492
19492
|
layoutGridRowField?: string | undefined;
|
|
19493
19493
|
layoutGridColumnField?: string | undefined;
|
|
19494
19494
|
layoutGridMaxRows?: number | undefined;
|
|
19495
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19495
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19496
19496
|
contentTypeField?: string | undefined;
|
|
19497
19497
|
fixedContentType?: string | undefined;
|
|
19498
19498
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19598,7 +19598,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
19598
19598
|
layoutGridRowField?: string | undefined;
|
|
19599
19599
|
layoutGridColumnField?: string | undefined;
|
|
19600
19600
|
layoutGridMaxRows?: number | undefined;
|
|
19601
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19601
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19602
19602
|
contentTypeField?: string | undefined;
|
|
19603
19603
|
fixedContentType?: string | undefined;
|
|
19604
19604
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19704,7 +19704,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
19704
19704
|
layoutGridRowField?: string | undefined;
|
|
19705
19705
|
layoutGridColumnField?: string | undefined;
|
|
19706
19706
|
layoutGridMaxRows?: number | undefined;
|
|
19707
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19707
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19708
19708
|
contentTypeField?: string | undefined;
|
|
19709
19709
|
fixedContentType?: string | undefined;
|
|
19710
19710
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19810,7 +19810,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
19810
19810
|
layoutGridRowField?: string | undefined;
|
|
19811
19811
|
layoutGridColumnField?: string | undefined;
|
|
19812
19812
|
layoutGridMaxRows?: number | undefined;
|
|
19813
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19813
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19814
19814
|
contentTypeField?: string | undefined;
|
|
19815
19815
|
fixedContentType?: string | undefined;
|
|
19816
19816
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19920,7 +19920,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
19920
19920
|
layoutGridRowField?: string | undefined;
|
|
19921
19921
|
layoutGridColumnField?: string | undefined;
|
|
19922
19922
|
layoutGridMaxRows?: number | undefined;
|
|
19923
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19923
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19924
19924
|
contentTypeField?: string | undefined;
|
|
19925
19925
|
fixedContentType?: string | undefined;
|
|
19926
19926
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20026,7 +20026,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
20026
20026
|
layoutGridRowField?: string | undefined;
|
|
20027
20027
|
layoutGridColumnField?: string | undefined;
|
|
20028
20028
|
layoutGridMaxRows?: number | undefined;
|
|
20029
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20029
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20030
20030
|
contentTypeField?: string | undefined;
|
|
20031
20031
|
fixedContentType?: string | undefined;
|
|
20032
20032
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20134,7 +20134,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
20134
20134
|
layoutGridRowField?: string | undefined;
|
|
20135
20135
|
layoutGridColumnField?: string | undefined;
|
|
20136
20136
|
layoutGridMaxRows?: number | undefined;
|
|
20137
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20137
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20138
20138
|
contentTypeField?: string | undefined;
|
|
20139
20139
|
fixedContentType?: string | undefined;
|
|
20140
20140
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20240,7 +20240,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
20240
20240
|
layoutGridRowField?: string | undefined;
|
|
20241
20241
|
layoutGridColumnField?: string | undefined;
|
|
20242
20242
|
layoutGridMaxRows?: number | undefined;
|
|
20243
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20243
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20244
20244
|
contentTypeField?: string | undefined;
|
|
20245
20245
|
fixedContentType?: string | undefined;
|
|
20246
20246
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20353,7 +20353,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
20353
20353
|
layoutGridRowField?: string | undefined;
|
|
20354
20354
|
layoutGridColumnField?: string | undefined;
|
|
20355
20355
|
layoutGridMaxRows?: number | undefined;
|
|
20356
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20356
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20357
20357
|
contentTypeField?: string | undefined;
|
|
20358
20358
|
fixedContentType?: string | undefined;
|
|
20359
20359
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20465,7 +20465,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
20465
20465
|
layoutGridRowField?: string | undefined;
|
|
20466
20466
|
layoutGridColumnField?: string | undefined;
|
|
20467
20467
|
layoutGridMaxRows?: number | undefined;
|
|
20468
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20468
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20469
20469
|
contentTypeField?: string | undefined;
|
|
20470
20470
|
fixedContentType?: string | undefined;
|
|
20471
20471
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20571,7 +20571,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
20571
20571
|
layoutGridRowField?: string | undefined;
|
|
20572
20572
|
layoutGridColumnField?: string | undefined;
|
|
20573
20573
|
layoutGridMaxRows?: number | undefined;
|
|
20574
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20574
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20575
20575
|
contentTypeField?: string | undefined;
|
|
20576
20576
|
fixedContentType?: string | undefined;
|
|
20577
20577
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20680,7 +20680,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
20680
20680
|
layoutGridRowField?: string | undefined;
|
|
20681
20681
|
layoutGridColumnField?: string | undefined;
|
|
20682
20682
|
layoutGridMaxRows?: number | undefined;
|
|
20683
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20683
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20684
20684
|
contentTypeField?: string | undefined;
|
|
20685
20685
|
fixedContentType?: string | undefined;
|
|
20686
20686
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20791,7 +20791,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
20791
20791
|
layoutGridRowField?: string | undefined;
|
|
20792
20792
|
layoutGridColumnField?: string | undefined;
|
|
20793
20793
|
layoutGridMaxRows?: number | undefined;
|
|
20794
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20794
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20795
20795
|
contentTypeField?: string | undefined;
|
|
20796
20796
|
fixedContentType?: string | undefined;
|
|
20797
20797
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20903,7 +20903,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
20903
20903
|
layoutGridRowField?: string | undefined;
|
|
20904
20904
|
layoutGridColumnField?: string | undefined;
|
|
20905
20905
|
layoutGridMaxRows?: number | undefined;
|
|
20906
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20906
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20907
20907
|
contentTypeField?: string | undefined;
|
|
20908
20908
|
fixedContentType?: string | undefined;
|
|
20909
20909
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21009,7 +21009,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
21009
21009
|
layoutGridRowField?: string | undefined;
|
|
21010
21010
|
layoutGridColumnField?: string | undefined;
|
|
21011
21011
|
layoutGridMaxRows?: number | undefined;
|
|
21012
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21012
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21013
21013
|
contentTypeField?: string | undefined;
|
|
21014
21014
|
fixedContentType?: string | undefined;
|
|
21015
21015
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21115,7 +21115,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
21115
21115
|
layoutGridRowField?: string | undefined;
|
|
21116
21116
|
layoutGridColumnField?: string | undefined;
|
|
21117
21117
|
layoutGridMaxRows?: number | undefined;
|
|
21118
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21118
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21119
21119
|
contentTypeField?: string | undefined;
|
|
21120
21120
|
fixedContentType?: string | undefined;
|
|
21121
21121
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21236,7 +21236,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
21236
21236
|
layoutGridRowField?: string | undefined;
|
|
21237
21237
|
layoutGridColumnField?: string | undefined;
|
|
21238
21238
|
layoutGridMaxRows?: number | undefined;
|
|
21239
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21239
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21240
21240
|
contentTypeField?: string | undefined;
|
|
21241
21241
|
fixedContentType?: string | undefined;
|
|
21242
21242
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21346,7 +21346,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
21346
21346
|
layoutGridRowField?: string | undefined;
|
|
21347
21347
|
layoutGridColumnField?: string | undefined;
|
|
21348
21348
|
layoutGridMaxRows?: number | undefined;
|
|
21349
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21349
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21350
21350
|
contentTypeField?: string | undefined;
|
|
21351
21351
|
fixedContentType?: string | undefined;
|
|
21352
21352
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21468,7 +21468,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
21468
21468
|
layoutGridRowField?: string | undefined;
|
|
21469
21469
|
layoutGridColumnField?: string | undefined;
|
|
21470
21470
|
layoutGridMaxRows?: number | undefined;
|
|
21471
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21471
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21472
21472
|
contentTypeField?: string | undefined;
|
|
21473
21473
|
fixedContentType?: string | undefined;
|
|
21474
21474
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21583,7 +21583,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
21583
21583
|
layoutGridRowField?: string | undefined;
|
|
21584
21584
|
layoutGridColumnField?: string | undefined;
|
|
21585
21585
|
layoutGridMaxRows?: number | undefined;
|
|
21586
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21586
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21587
21587
|
contentTypeField?: string | undefined;
|
|
21588
21588
|
fixedContentType?: string | undefined;
|
|
21589
21589
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21690,7 +21690,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
21690
21690
|
layoutGridRowField?: string | undefined;
|
|
21691
21691
|
layoutGridColumnField?: string | undefined;
|
|
21692
21692
|
layoutGridMaxRows?: number | undefined;
|
|
21693
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21693
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21694
21694
|
contentTypeField?: string | undefined;
|
|
21695
21695
|
fixedContentType?: string | undefined;
|
|
21696
21696
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21797,7 +21797,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
21797
21797
|
layoutGridRowField?: string | undefined;
|
|
21798
21798
|
layoutGridColumnField?: string | undefined;
|
|
21799
21799
|
layoutGridMaxRows?: number | undefined;
|
|
21800
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21800
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21801
21801
|
contentTypeField?: string | undefined;
|
|
21802
21802
|
fixedContentType?: string | undefined;
|
|
21803
21803
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21905,7 +21905,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
21905
21905
|
layoutGridRowField?: string | undefined;
|
|
21906
21906
|
layoutGridColumnField?: string | undefined;
|
|
21907
21907
|
layoutGridMaxRows?: number | undefined;
|
|
21908
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21908
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21909
21909
|
contentTypeField?: string | undefined;
|
|
21910
21910
|
fixedContentType?: string | undefined;
|
|
21911
21911
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22011,7 +22011,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
22011
22011
|
layoutGridRowField?: string | undefined;
|
|
22012
22012
|
layoutGridColumnField?: string | undefined;
|
|
22013
22013
|
layoutGridMaxRows?: number | undefined;
|
|
22014
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22014
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22015
22015
|
contentTypeField?: string | undefined;
|
|
22016
22016
|
fixedContentType?: string | undefined;
|
|
22017
22017
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22117,7 +22117,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
22117
22117
|
layoutGridRowField?: string | undefined;
|
|
22118
22118
|
layoutGridColumnField?: string | undefined;
|
|
22119
22119
|
layoutGridMaxRows?: number | undefined;
|
|
22120
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22120
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22121
22121
|
contentTypeField?: string | undefined;
|
|
22122
22122
|
fixedContentType?: string | undefined;
|
|
22123
22123
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22223,7 +22223,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
22223
22223
|
layoutGridRowField?: string | undefined;
|
|
22224
22224
|
layoutGridColumnField?: string | undefined;
|
|
22225
22225
|
layoutGridMaxRows?: number | undefined;
|
|
22226
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22226
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22227
22227
|
contentTypeField?: string | undefined;
|
|
22228
22228
|
fixedContentType?: string | undefined;
|
|
22229
22229
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22329,7 +22329,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
22329
22329
|
layoutGridRowField?: string | undefined;
|
|
22330
22330
|
layoutGridColumnField?: string | undefined;
|
|
22331
22331
|
layoutGridMaxRows?: number | undefined;
|
|
22332
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22332
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22333
22333
|
contentTypeField?: string | undefined;
|
|
22334
22334
|
fixedContentType?: string | undefined;
|
|
22335
22335
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22435,7 +22435,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
22435
22435
|
layoutGridRowField?: string | undefined;
|
|
22436
22436
|
layoutGridColumnField?: string | undefined;
|
|
22437
22437
|
layoutGridMaxRows?: number | undefined;
|
|
22438
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22438
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22439
22439
|
contentTypeField?: string | undefined;
|
|
22440
22440
|
fixedContentType?: string | undefined;
|
|
22441
22441
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22545,7 +22545,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
22545
22545
|
layoutGridRowField?: string | undefined;
|
|
22546
22546
|
layoutGridColumnField?: string | undefined;
|
|
22547
22547
|
layoutGridMaxRows?: number | undefined;
|
|
22548
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22548
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22549
22549
|
contentTypeField?: string | undefined;
|
|
22550
22550
|
fixedContentType?: string | undefined;
|
|
22551
22551
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22651,7 +22651,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
22651
22651
|
layoutGridRowField?: string | undefined;
|
|
22652
22652
|
layoutGridColumnField?: string | undefined;
|
|
22653
22653
|
layoutGridMaxRows?: number | undefined;
|
|
22654
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22654
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22655
22655
|
contentTypeField?: string | undefined;
|
|
22656
22656
|
fixedContentType?: string | undefined;
|
|
22657
22657
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22759,7 +22759,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
22759
22759
|
layoutGridRowField?: string | undefined;
|
|
22760
22760
|
layoutGridColumnField?: string | undefined;
|
|
22761
22761
|
layoutGridMaxRows?: number | undefined;
|
|
22762
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22762
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22763
22763
|
contentTypeField?: string | undefined;
|
|
22764
22764
|
fixedContentType?: string | undefined;
|
|
22765
22765
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22865,7 +22865,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
22865
22865
|
layoutGridRowField?: string | undefined;
|
|
22866
22866
|
layoutGridColumnField?: string | undefined;
|
|
22867
22867
|
layoutGridMaxRows?: number | undefined;
|
|
22868
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22868
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22869
22869
|
contentTypeField?: string | undefined;
|
|
22870
22870
|
fixedContentType?: string | undefined;
|
|
22871
22871
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22987,7 +22987,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
22987
22987
|
layoutGridRowField?: string | undefined;
|
|
22988
22988
|
layoutGridColumnField?: string | undefined;
|
|
22989
22989
|
layoutGridMaxRows?: number | undefined;
|
|
22990
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22990
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22991
22991
|
contentTypeField?: string | undefined;
|
|
22992
22992
|
fixedContentType?: string | undefined;
|
|
22993
22993
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23102,7 +23102,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
23102
23102
|
layoutGridRowField?: string | undefined;
|
|
23103
23103
|
layoutGridColumnField?: string | undefined;
|
|
23104
23104
|
layoutGridMaxRows?: number | undefined;
|
|
23105
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23105
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23106
23106
|
contentTypeField?: string | undefined;
|
|
23107
23107
|
fixedContentType?: string | undefined;
|
|
23108
23108
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23209,7 +23209,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
23209
23209
|
layoutGridRowField?: string | undefined;
|
|
23210
23210
|
layoutGridColumnField?: string | undefined;
|
|
23211
23211
|
layoutGridMaxRows?: number | undefined;
|
|
23212
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23212
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23213
23213
|
contentTypeField?: string | undefined;
|
|
23214
23214
|
fixedContentType?: string | undefined;
|
|
23215
23215
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23316,7 +23316,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
23316
23316
|
layoutGridRowField?: string | undefined;
|
|
23317
23317
|
layoutGridColumnField?: string | undefined;
|
|
23318
23318
|
layoutGridMaxRows?: number | undefined;
|
|
23319
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23319
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23320
23320
|
contentTypeField?: string | undefined;
|
|
23321
23321
|
fixedContentType?: string | undefined;
|
|
23322
23322
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23424,7 +23424,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
23424
23424
|
layoutGridRowField?: string | undefined;
|
|
23425
23425
|
layoutGridColumnField?: string | undefined;
|
|
23426
23426
|
layoutGridMaxRows?: number | undefined;
|
|
23427
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23427
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23428
23428
|
contentTypeField?: string | undefined;
|
|
23429
23429
|
fixedContentType?: string | undefined;
|
|
23430
23430
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23530,7 +23530,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
23530
23530
|
layoutGridRowField?: string | undefined;
|
|
23531
23531
|
layoutGridColumnField?: string | undefined;
|
|
23532
23532
|
layoutGridMaxRows?: number | undefined;
|
|
23533
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23533
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23534
23534
|
contentTypeField?: string | undefined;
|
|
23535
23535
|
fixedContentType?: string | undefined;
|
|
23536
23536
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23636,7 +23636,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
23636
23636
|
layoutGridRowField?: string | undefined;
|
|
23637
23637
|
layoutGridColumnField?: string | undefined;
|
|
23638
23638
|
layoutGridMaxRows?: number | undefined;
|
|
23639
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23639
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23640
23640
|
contentTypeField?: string | undefined;
|
|
23641
23641
|
fixedContentType?: string | undefined;
|
|
23642
23642
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23742,7 +23742,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
23742
23742
|
layoutGridRowField?: string | undefined;
|
|
23743
23743
|
layoutGridColumnField?: string | undefined;
|
|
23744
23744
|
layoutGridMaxRows?: number | undefined;
|
|
23745
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23745
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23746
23746
|
contentTypeField?: string | undefined;
|
|
23747
23747
|
fixedContentType?: string | undefined;
|
|
23748
23748
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23848,7 +23848,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
23848
23848
|
layoutGridRowField?: string | undefined;
|
|
23849
23849
|
layoutGridColumnField?: string | undefined;
|
|
23850
23850
|
layoutGridMaxRows?: number | undefined;
|
|
23851
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23851
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23852
23852
|
contentTypeField?: string | undefined;
|
|
23853
23853
|
fixedContentType?: string | undefined;
|
|
23854
23854
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23954,7 +23954,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
23954
23954
|
layoutGridRowField?: string | undefined;
|
|
23955
23955
|
layoutGridColumnField?: string | undefined;
|
|
23956
23956
|
layoutGridMaxRows?: number | undefined;
|
|
23957
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23957
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23958
23958
|
contentTypeField?: string | undefined;
|
|
23959
23959
|
fixedContentType?: string | undefined;
|
|
23960
23960
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24064,7 +24064,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
24064
24064
|
layoutGridRowField?: string | undefined;
|
|
24065
24065
|
layoutGridColumnField?: string | undefined;
|
|
24066
24066
|
layoutGridMaxRows?: number | undefined;
|
|
24067
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24067
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24068
24068
|
contentTypeField?: string | undefined;
|
|
24069
24069
|
fixedContentType?: string | undefined;
|
|
24070
24070
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24170,7 +24170,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
24170
24170
|
layoutGridRowField?: string | undefined;
|
|
24171
24171
|
layoutGridColumnField?: string | undefined;
|
|
24172
24172
|
layoutGridMaxRows?: number | undefined;
|
|
24173
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24173
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24174
24174
|
contentTypeField?: string | undefined;
|
|
24175
24175
|
fixedContentType?: string | undefined;
|
|
24176
24176
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24278,7 +24278,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
24278
24278
|
layoutGridRowField?: string | undefined;
|
|
24279
24279
|
layoutGridColumnField?: string | undefined;
|
|
24280
24280
|
layoutGridMaxRows?: number | undefined;
|
|
24281
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24281
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24282
24282
|
contentTypeField?: string | undefined;
|
|
24283
24283
|
fixedContentType?: string | undefined;
|
|
24284
24284
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24384,7 +24384,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
24384
24384
|
layoutGridRowField?: string | undefined;
|
|
24385
24385
|
layoutGridColumnField?: string | undefined;
|
|
24386
24386
|
layoutGridMaxRows?: number | undefined;
|
|
24387
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24387
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24388
24388
|
contentTypeField?: string | undefined;
|
|
24389
24389
|
fixedContentType?: string | undefined;
|
|
24390
24390
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24497,7 +24497,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
24497
24497
|
layoutGridRowField?: string | undefined;
|
|
24498
24498
|
layoutGridColumnField?: string | undefined;
|
|
24499
24499
|
layoutGridMaxRows?: number | undefined;
|
|
24500
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24500
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24501
24501
|
contentTypeField?: string | undefined;
|
|
24502
24502
|
fixedContentType?: string | undefined;
|
|
24503
24503
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24609,7 +24609,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
24609
24609
|
layoutGridRowField?: string | undefined;
|
|
24610
24610
|
layoutGridColumnField?: string | undefined;
|
|
24611
24611
|
layoutGridMaxRows?: number | undefined;
|
|
24612
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24612
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24613
24613
|
contentTypeField?: string | undefined;
|
|
24614
24614
|
fixedContentType?: string | undefined;
|
|
24615
24615
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24715,7 +24715,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
24715
24715
|
layoutGridRowField?: string | undefined;
|
|
24716
24716
|
layoutGridColumnField?: string | undefined;
|
|
24717
24717
|
layoutGridMaxRows?: number | undefined;
|
|
24718
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24718
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24719
24719
|
contentTypeField?: string | undefined;
|
|
24720
24720
|
fixedContentType?: string | undefined;
|
|
24721
24721
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24821,7 +24821,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
24821
24821
|
layoutGridRowField?: string | undefined;
|
|
24822
24822
|
layoutGridColumnField?: string | undefined;
|
|
24823
24823
|
layoutGridMaxRows?: number | undefined;
|
|
24824
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24824
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24825
24825
|
contentTypeField?: string | undefined;
|
|
24826
24826
|
fixedContentType?: string | undefined;
|
|
24827
24827
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24931,7 +24931,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
24931
24931
|
layoutGridRowField?: string | undefined;
|
|
24932
24932
|
layoutGridColumnField?: string | undefined;
|
|
24933
24933
|
layoutGridMaxRows?: number | undefined;
|
|
24934
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24934
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24935
24935
|
contentTypeField?: string | undefined;
|
|
24936
24936
|
fixedContentType?: string | undefined;
|
|
24937
24937
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25043,7 +25043,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
25043
25043
|
layoutGridRowField?: string | undefined;
|
|
25044
25044
|
layoutGridColumnField?: string | undefined;
|
|
25045
25045
|
layoutGridMaxRows?: number | undefined;
|
|
25046
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25046
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25047
25047
|
contentTypeField?: string | undefined;
|
|
25048
25048
|
fixedContentType?: string | undefined;
|
|
25049
25049
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25149,7 +25149,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
25149
25149
|
layoutGridRowField?: string | undefined;
|
|
25150
25150
|
layoutGridColumnField?: string | undefined;
|
|
25151
25151
|
layoutGridMaxRows?: number | undefined;
|
|
25152
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25152
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25153
25153
|
contentTypeField?: string | undefined;
|
|
25154
25154
|
fixedContentType?: string | undefined;
|
|
25155
25155
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25262,7 +25262,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
25262
25262
|
layoutGridRowField?: string | undefined;
|
|
25263
25263
|
layoutGridColumnField?: string | undefined;
|
|
25264
25264
|
layoutGridMaxRows?: number | undefined;
|
|
25265
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25265
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25266
25266
|
contentTypeField?: string | undefined;
|
|
25267
25267
|
fixedContentType?: string | undefined;
|
|
25268
25268
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25369,7 +25369,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
25369
25369
|
layoutGridRowField?: string | undefined;
|
|
25370
25370
|
layoutGridColumnField?: string | undefined;
|
|
25371
25371
|
layoutGridMaxRows?: number | undefined;
|
|
25372
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25372
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25373
25373
|
contentTypeField?: string | undefined;
|
|
25374
25374
|
fixedContentType?: string | undefined;
|
|
25375
25375
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25476,7 +25476,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
25476
25476
|
layoutGridRowField?: string | undefined;
|
|
25477
25477
|
layoutGridColumnField?: string | undefined;
|
|
25478
25478
|
layoutGridMaxRows?: number | undefined;
|
|
25479
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25479
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25480
25480
|
contentTypeField?: string | undefined;
|
|
25481
25481
|
fixedContentType?: string | undefined;
|
|
25482
25482
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25584,7 +25584,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
25584
25584
|
layoutGridRowField?: string | undefined;
|
|
25585
25585
|
layoutGridColumnField?: string | undefined;
|
|
25586
25586
|
layoutGridMaxRows?: number | undefined;
|
|
25587
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25587
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25588
25588
|
contentTypeField?: string | undefined;
|
|
25589
25589
|
fixedContentType?: string | undefined;
|
|
25590
25590
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25690,7 +25690,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
25690
25690
|
layoutGridRowField?: string | undefined;
|
|
25691
25691
|
layoutGridColumnField?: string | undefined;
|
|
25692
25692
|
layoutGridMaxRows?: number | undefined;
|
|
25693
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25693
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25694
25694
|
contentTypeField?: string | undefined;
|
|
25695
25695
|
fixedContentType?: string | undefined;
|
|
25696
25696
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25796,7 +25796,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
25796
25796
|
layoutGridRowField?: string | undefined;
|
|
25797
25797
|
layoutGridColumnField?: string | undefined;
|
|
25798
25798
|
layoutGridMaxRows?: number | undefined;
|
|
25799
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25799
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25800
25800
|
contentTypeField?: string | undefined;
|
|
25801
25801
|
fixedContentType?: string | undefined;
|
|
25802
25802
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25902,7 +25902,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
25902
25902
|
layoutGridRowField?: string | undefined;
|
|
25903
25903
|
layoutGridColumnField?: string | undefined;
|
|
25904
25904
|
layoutGridMaxRows?: number | undefined;
|
|
25905
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25905
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25906
25906
|
contentTypeField?: string | undefined;
|
|
25907
25907
|
fixedContentType?: string | undefined;
|
|
25908
25908
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26008,7 +26008,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
26008
26008
|
layoutGridRowField?: string | undefined;
|
|
26009
26009
|
layoutGridColumnField?: string | undefined;
|
|
26010
26010
|
layoutGridMaxRows?: number | undefined;
|
|
26011
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26011
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26012
26012
|
contentTypeField?: string | undefined;
|
|
26013
26013
|
fixedContentType?: string | undefined;
|
|
26014
26014
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26114,7 +26114,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
26114
26114
|
layoutGridRowField?: string | undefined;
|
|
26115
26115
|
layoutGridColumnField?: string | undefined;
|
|
26116
26116
|
layoutGridMaxRows?: number | undefined;
|
|
26117
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26117
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26118
26118
|
contentTypeField?: string | undefined;
|
|
26119
26119
|
fixedContentType?: string | undefined;
|
|
26120
26120
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26224,7 +26224,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
26224
26224
|
layoutGridRowField?: string | undefined;
|
|
26225
26225
|
layoutGridColumnField?: string | undefined;
|
|
26226
26226
|
layoutGridMaxRows?: number | undefined;
|
|
26227
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26227
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26228
26228
|
contentTypeField?: string | undefined;
|
|
26229
26229
|
fixedContentType?: string | undefined;
|
|
26230
26230
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26330,7 +26330,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
26330
26330
|
layoutGridRowField?: string | undefined;
|
|
26331
26331
|
layoutGridColumnField?: string | undefined;
|
|
26332
26332
|
layoutGridMaxRows?: number | undefined;
|
|
26333
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26333
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26334
26334
|
contentTypeField?: string | undefined;
|
|
26335
26335
|
fixedContentType?: string | undefined;
|
|
26336
26336
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26438,7 +26438,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
26438
26438
|
layoutGridRowField?: string | undefined;
|
|
26439
26439
|
layoutGridColumnField?: string | undefined;
|
|
26440
26440
|
layoutGridMaxRows?: number | undefined;
|
|
26441
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26441
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26442
26442
|
contentTypeField?: string | undefined;
|
|
26443
26443
|
fixedContentType?: string | undefined;
|
|
26444
26444
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26544,7 +26544,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
26544
26544
|
layoutGridRowField?: string | undefined;
|
|
26545
26545
|
layoutGridColumnField?: string | undefined;
|
|
26546
26546
|
layoutGridMaxRows?: number | undefined;
|
|
26547
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26547
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26548
26548
|
contentTypeField?: string | undefined;
|
|
26549
26549
|
fixedContentType?: string | undefined;
|
|
26550
26550
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26666,7 +26666,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
26666
26666
|
layoutGridRowField?: string | undefined;
|
|
26667
26667
|
layoutGridColumnField?: string | undefined;
|
|
26668
26668
|
layoutGridMaxRows?: number | undefined;
|
|
26669
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26669
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26670
26670
|
contentTypeField?: string | undefined;
|
|
26671
26671
|
fixedContentType?: string | undefined;
|
|
26672
26672
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26776,7 +26776,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
26776
26776
|
layoutGridRowField?: string | undefined;
|
|
26777
26777
|
layoutGridColumnField?: string | undefined;
|
|
26778
26778
|
layoutGridMaxRows?: number | undefined;
|
|
26779
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26779
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26780
26780
|
contentTypeField?: string | undefined;
|
|
26781
26781
|
fixedContentType?: string | undefined;
|
|
26782
26782
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26898,7 +26898,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
26898
26898
|
layoutGridRowField?: string | undefined;
|
|
26899
26899
|
layoutGridColumnField?: string | undefined;
|
|
26900
26900
|
layoutGridMaxRows?: number | undefined;
|
|
26901
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26901
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26902
26902
|
contentTypeField?: string | undefined;
|
|
26903
26903
|
fixedContentType?: string | undefined;
|
|
26904
26904
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27013,7 +27013,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
27013
27013
|
layoutGridRowField?: string | undefined;
|
|
27014
27014
|
layoutGridColumnField?: string | undefined;
|
|
27015
27015
|
layoutGridMaxRows?: number | undefined;
|
|
27016
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27016
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27017
27017
|
contentTypeField?: string | undefined;
|
|
27018
27018
|
fixedContentType?: string | undefined;
|
|
27019
27019
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27120,7 +27120,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
27120
27120
|
layoutGridRowField?: string | undefined;
|
|
27121
27121
|
layoutGridColumnField?: string | undefined;
|
|
27122
27122
|
layoutGridMaxRows?: number | undefined;
|
|
27123
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27123
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27124
27124
|
contentTypeField?: string | undefined;
|
|
27125
27125
|
fixedContentType?: string | undefined;
|
|
27126
27126
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27227,7 +27227,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
27227
27227
|
layoutGridRowField?: string | undefined;
|
|
27228
27228
|
layoutGridColumnField?: string | undefined;
|
|
27229
27229
|
layoutGridMaxRows?: number | undefined;
|
|
27230
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27230
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27231
27231
|
contentTypeField?: string | undefined;
|
|
27232
27232
|
fixedContentType?: string | undefined;
|
|
27233
27233
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27335,7 +27335,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
27335
27335
|
layoutGridRowField?: string | undefined;
|
|
27336
27336
|
layoutGridColumnField?: string | undefined;
|
|
27337
27337
|
layoutGridMaxRows?: number | undefined;
|
|
27338
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27338
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27339
27339
|
contentTypeField?: string | undefined;
|
|
27340
27340
|
fixedContentType?: string | undefined;
|
|
27341
27341
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27441,7 +27441,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
27441
27441
|
layoutGridRowField?: string | undefined;
|
|
27442
27442
|
layoutGridColumnField?: string | undefined;
|
|
27443
27443
|
layoutGridMaxRows?: number | undefined;
|
|
27444
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27444
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27445
27445
|
contentTypeField?: string | undefined;
|
|
27446
27446
|
fixedContentType?: string | undefined;
|
|
27447
27447
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27547,7 +27547,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
27547
27547
|
layoutGridRowField?: string | undefined;
|
|
27548
27548
|
layoutGridColumnField?: string | undefined;
|
|
27549
27549
|
layoutGridMaxRows?: number | undefined;
|
|
27550
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27550
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27551
27551
|
contentTypeField?: string | undefined;
|
|
27552
27552
|
fixedContentType?: string | undefined;
|
|
27553
27553
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27653,7 +27653,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
27653
27653
|
layoutGridRowField?: string | undefined;
|
|
27654
27654
|
layoutGridColumnField?: string | undefined;
|
|
27655
27655
|
layoutGridMaxRows?: number | undefined;
|
|
27656
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27656
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27657
27657
|
contentTypeField?: string | undefined;
|
|
27658
27658
|
fixedContentType?: string | undefined;
|
|
27659
27659
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27759,7 +27759,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
27759
27759
|
layoutGridRowField?: string | undefined;
|
|
27760
27760
|
layoutGridColumnField?: string | undefined;
|
|
27761
27761
|
layoutGridMaxRows?: number | undefined;
|
|
27762
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27762
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27763
27763
|
contentTypeField?: string | undefined;
|
|
27764
27764
|
fixedContentType?: string | undefined;
|
|
27765
27765
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27865,7 +27865,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
27865
27865
|
layoutGridRowField?: string | undefined;
|
|
27866
27866
|
layoutGridColumnField?: string | undefined;
|
|
27867
27867
|
layoutGridMaxRows?: number | undefined;
|
|
27868
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27868
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27869
27869
|
contentTypeField?: string | undefined;
|
|
27870
27870
|
fixedContentType?: string | undefined;
|
|
27871
27871
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27975,7 +27975,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
27975
27975
|
layoutGridRowField?: string | undefined;
|
|
27976
27976
|
layoutGridColumnField?: string | undefined;
|
|
27977
27977
|
layoutGridMaxRows?: number | undefined;
|
|
27978
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27978
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27979
27979
|
contentTypeField?: string | undefined;
|
|
27980
27980
|
fixedContentType?: string | undefined;
|
|
27981
27981
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28081,7 +28081,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
28081
28081
|
layoutGridRowField?: string | undefined;
|
|
28082
28082
|
layoutGridColumnField?: string | undefined;
|
|
28083
28083
|
layoutGridMaxRows?: number | undefined;
|
|
28084
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28084
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28085
28085
|
contentTypeField?: string | undefined;
|
|
28086
28086
|
fixedContentType?: string | undefined;
|
|
28087
28087
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28189,7 +28189,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
28189
28189
|
layoutGridRowField?: string | undefined;
|
|
28190
28190
|
layoutGridColumnField?: string | undefined;
|
|
28191
28191
|
layoutGridMaxRows?: number | undefined;
|
|
28192
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28192
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28193
28193
|
contentTypeField?: string | undefined;
|
|
28194
28194
|
fixedContentType?: string | undefined;
|
|
28195
28195
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28295,7 +28295,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
28295
28295
|
layoutGridRowField?: string | undefined;
|
|
28296
28296
|
layoutGridColumnField?: string | undefined;
|
|
28297
28297
|
layoutGridMaxRows?: number | undefined;
|
|
28298
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28298
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28299
28299
|
contentTypeField?: string | undefined;
|
|
28300
28300
|
fixedContentType?: string | undefined;
|
|
28301
28301
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28408,7 +28408,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
28408
28408
|
layoutGridRowField?: string | undefined;
|
|
28409
28409
|
layoutGridColumnField?: string | undefined;
|
|
28410
28410
|
layoutGridMaxRows?: number | undefined;
|
|
28411
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28411
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28412
28412
|
contentTypeField?: string | undefined;
|
|
28413
28413
|
fixedContentType?: string | undefined;
|
|
28414
28414
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28520,7 +28520,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
28520
28520
|
layoutGridRowField?: string | undefined;
|
|
28521
28521
|
layoutGridColumnField?: string | undefined;
|
|
28522
28522
|
layoutGridMaxRows?: number | undefined;
|
|
28523
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28523
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28524
28524
|
contentTypeField?: string | undefined;
|
|
28525
28525
|
fixedContentType?: string | undefined;
|
|
28526
28526
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28626,7 +28626,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
28626
28626
|
layoutGridRowField?: string | undefined;
|
|
28627
28627
|
layoutGridColumnField?: string | undefined;
|
|
28628
28628
|
layoutGridMaxRows?: number | undefined;
|
|
28629
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28629
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28630
28630
|
contentTypeField?: string | undefined;
|
|
28631
28631
|
fixedContentType?: string | undefined;
|
|
28632
28632
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28739,7 +28739,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
28739
28739
|
layoutGridRowField?: string | undefined;
|
|
28740
28740
|
layoutGridColumnField?: string | undefined;
|
|
28741
28741
|
layoutGridMaxRows?: number | undefined;
|
|
28742
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28742
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28743
28743
|
contentTypeField?: string | undefined;
|
|
28744
28744
|
fixedContentType?: string | undefined;
|
|
28745
28745
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28846,7 +28846,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
28846
28846
|
layoutGridRowField?: string | undefined;
|
|
28847
28847
|
layoutGridColumnField?: string | undefined;
|
|
28848
28848
|
layoutGridMaxRows?: number | undefined;
|
|
28849
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28849
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28850
28850
|
contentTypeField?: string | undefined;
|
|
28851
28851
|
fixedContentType?: string | undefined;
|
|
28852
28852
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28953,7 +28953,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
28953
28953
|
layoutGridRowField?: string | undefined;
|
|
28954
28954
|
layoutGridColumnField?: string | undefined;
|
|
28955
28955
|
layoutGridMaxRows?: number | undefined;
|
|
28956
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28956
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28957
28957
|
contentTypeField?: string | undefined;
|
|
28958
28958
|
fixedContentType?: string | undefined;
|
|
28959
28959
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29061,7 +29061,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
29061
29061
|
layoutGridRowField?: string | undefined;
|
|
29062
29062
|
layoutGridColumnField?: string | undefined;
|
|
29063
29063
|
layoutGridMaxRows?: number | undefined;
|
|
29064
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29064
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29065
29065
|
contentTypeField?: string | undefined;
|
|
29066
29066
|
fixedContentType?: string | undefined;
|
|
29067
29067
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29167,7 +29167,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
29167
29167
|
layoutGridRowField?: string | undefined;
|
|
29168
29168
|
layoutGridColumnField?: string | undefined;
|
|
29169
29169
|
layoutGridMaxRows?: number | undefined;
|
|
29170
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29170
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29171
29171
|
contentTypeField?: string | undefined;
|
|
29172
29172
|
fixedContentType?: string | undefined;
|
|
29173
29173
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29273,7 +29273,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
29273
29273
|
layoutGridRowField?: string | undefined;
|
|
29274
29274
|
layoutGridColumnField?: string | undefined;
|
|
29275
29275
|
layoutGridMaxRows?: number | undefined;
|
|
29276
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29276
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29277
29277
|
contentTypeField?: string | undefined;
|
|
29278
29278
|
fixedContentType?: string | undefined;
|
|
29279
29279
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29379,7 +29379,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
29379
29379
|
layoutGridRowField?: string | undefined;
|
|
29380
29380
|
layoutGridColumnField?: string | undefined;
|
|
29381
29381
|
layoutGridMaxRows?: number | undefined;
|
|
29382
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29382
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29383
29383
|
contentTypeField?: string | undefined;
|
|
29384
29384
|
fixedContentType?: string | undefined;
|
|
29385
29385
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29485,7 +29485,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
29485
29485
|
layoutGridRowField?: string | undefined;
|
|
29486
29486
|
layoutGridColumnField?: string | undefined;
|
|
29487
29487
|
layoutGridMaxRows?: number | undefined;
|
|
29488
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29488
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29489
29489
|
contentTypeField?: string | undefined;
|
|
29490
29490
|
fixedContentType?: string | undefined;
|
|
29491
29491
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29591,7 +29591,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
29591
29591
|
layoutGridRowField?: string | undefined;
|
|
29592
29592
|
layoutGridColumnField?: string | undefined;
|
|
29593
29593
|
layoutGridMaxRows?: number | undefined;
|
|
29594
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29594
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29595
29595
|
contentTypeField?: string | undefined;
|
|
29596
29596
|
fixedContentType?: string | undefined;
|
|
29597
29597
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29701,7 +29701,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
29701
29701
|
layoutGridRowField?: string | undefined;
|
|
29702
29702
|
layoutGridColumnField?: string | undefined;
|
|
29703
29703
|
layoutGridMaxRows?: number | undefined;
|
|
29704
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29704
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29705
29705
|
contentTypeField?: string | undefined;
|
|
29706
29706
|
fixedContentType?: string | undefined;
|
|
29707
29707
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29807,7 +29807,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
29807
29807
|
layoutGridRowField?: string | undefined;
|
|
29808
29808
|
layoutGridColumnField?: string | undefined;
|
|
29809
29809
|
layoutGridMaxRows?: number | undefined;
|
|
29810
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29810
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29811
29811
|
contentTypeField?: string | undefined;
|
|
29812
29812
|
fixedContentType?: string | undefined;
|
|
29813
29813
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29915,7 +29915,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
29915
29915
|
layoutGridRowField?: string | undefined;
|
|
29916
29916
|
layoutGridColumnField?: string | undefined;
|
|
29917
29917
|
layoutGridMaxRows?: number | undefined;
|
|
29918
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29918
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29919
29919
|
contentTypeField?: string | undefined;
|
|
29920
29920
|
fixedContentType?: string | undefined;
|
|
29921
29921
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30021,7 +30021,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
30021
30021
|
layoutGridRowField?: string | undefined;
|
|
30022
30022
|
layoutGridColumnField?: string | undefined;
|
|
30023
30023
|
layoutGridMaxRows?: number | undefined;
|
|
30024
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30024
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30025
30025
|
contentTypeField?: string | undefined;
|
|
30026
30026
|
fixedContentType?: string | undefined;
|
|
30027
30027
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30134,7 +30134,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
30134
30134
|
layoutGridRowField?: string | undefined;
|
|
30135
30135
|
layoutGridColumnField?: string | undefined;
|
|
30136
30136
|
layoutGridMaxRows?: number | undefined;
|
|
30137
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30137
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30138
30138
|
contentTypeField?: string | undefined;
|
|
30139
30139
|
fixedContentType?: string | undefined;
|
|
30140
30140
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30246,7 +30246,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
30246
30246
|
layoutGridRowField?: string | undefined;
|
|
30247
30247
|
layoutGridColumnField?: string | undefined;
|
|
30248
30248
|
layoutGridMaxRows?: number | undefined;
|
|
30249
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30249
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30250
30250
|
contentTypeField?: string | undefined;
|
|
30251
30251
|
fixedContentType?: string | undefined;
|
|
30252
30252
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30352,7 +30352,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
30352
30352
|
layoutGridRowField?: string | undefined;
|
|
30353
30353
|
layoutGridColumnField?: string | undefined;
|
|
30354
30354
|
layoutGridMaxRows?: number | undefined;
|
|
30355
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30355
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30356
30356
|
contentTypeField?: string | undefined;
|
|
30357
30357
|
fixedContentType?: string | undefined;
|
|
30358
30358
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30458,7 +30458,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
30458
30458
|
layoutGridRowField?: string | undefined;
|
|
30459
30459
|
layoutGridColumnField?: string | undefined;
|
|
30460
30460
|
layoutGridMaxRows?: number | undefined;
|
|
30461
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30461
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30462
30462
|
contentTypeField?: string | undefined;
|
|
30463
30463
|
fixedContentType?: string | undefined;
|
|
30464
30464
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30568,7 +30568,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
30568
30568
|
layoutGridRowField?: string | undefined;
|
|
30569
30569
|
layoutGridColumnField?: string | undefined;
|
|
30570
30570
|
layoutGridMaxRows?: number | undefined;
|
|
30571
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30571
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30572
30572
|
contentTypeField?: string | undefined;
|
|
30573
30573
|
fixedContentType?: string | undefined;
|
|
30574
30574
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30680,7 +30680,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
30680
30680
|
layoutGridRowField?: string | undefined;
|
|
30681
30681
|
layoutGridColumnField?: string | undefined;
|
|
30682
30682
|
layoutGridMaxRows?: number | undefined;
|
|
30683
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30683
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30684
30684
|
contentTypeField?: string | undefined;
|
|
30685
30685
|
fixedContentType?: string | undefined;
|
|
30686
30686
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30786,7 +30786,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
30786
30786
|
layoutGridRowField?: string | undefined;
|
|
30787
30787
|
layoutGridColumnField?: string | undefined;
|
|
30788
30788
|
layoutGridMaxRows?: number | undefined;
|
|
30789
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30789
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30790
30790
|
contentTypeField?: string | undefined;
|
|
30791
30791
|
fixedContentType?: string | undefined;
|
|
30792
30792
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30895,7 +30895,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
30895
30895
|
layoutGridRowField?: string | undefined;
|
|
30896
30896
|
layoutGridColumnField?: string | undefined;
|
|
30897
30897
|
layoutGridMaxRows?: number | undefined;
|
|
30898
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30898
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30899
30899
|
contentTypeField?: string | undefined;
|
|
30900
30900
|
fixedContentType?: string | undefined;
|
|
30901
30901
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -31006,7 +31006,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
31006
31006
|
layoutGridRowField?: string | undefined;
|
|
31007
31007
|
layoutGridColumnField?: string | undefined;
|
|
31008
31008
|
layoutGridMaxRows?: number | undefined;
|
|
31009
|
-
iconPickerPreset?: "cta" | undefined;
|
|
31009
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
31010
31010
|
contentTypeField?: string | undefined;
|
|
31011
31011
|
fixedContentType?: string | undefined;
|
|
31012
31012
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -31118,7 +31118,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
31118
31118
|
layoutGridRowField?: string | undefined;
|
|
31119
31119
|
layoutGridColumnField?: string | undefined;
|
|
31120
31120
|
layoutGridMaxRows?: number | undefined;
|
|
31121
|
-
iconPickerPreset?: "cta" | undefined;
|
|
31121
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
31122
31122
|
contentTypeField?: string | undefined;
|
|
31123
31123
|
fixedContentType?: string | undefined;
|
|
31124
31124
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -31224,7 +31224,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
31224
31224
|
layoutGridRowField?: string | undefined;
|
|
31225
31225
|
layoutGridColumnField?: string | undefined;
|
|
31226
31226
|
layoutGridMaxRows?: number | undefined;
|
|
31227
|
-
iconPickerPreset?: "cta" | undefined;
|
|
31227
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
31228
31228
|
contentTypeField?: string | undefined;
|
|
31229
31229
|
fixedContentType?: string | undefined;
|
|
31230
31230
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -31330,7 +31330,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
31330
31330
|
layoutGridRowField?: string | undefined;
|
|
31331
31331
|
layoutGridColumnField?: string | undefined;
|
|
31332
31332
|
layoutGridMaxRows?: number | undefined;
|
|
31333
|
-
iconPickerPreset?: "cta" | undefined;
|
|
31333
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
31334
31334
|
contentTypeField?: string | undefined;
|
|
31335
31335
|
fixedContentType?: string | undefined;
|
|
31336
31336
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|