@riverbankcms/sdk 0.78.2 → 0.80.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (230) hide show
  1. package/README.md +80 -0
  2. package/dist/PreviewEditorSidebar-QZG37QIF.mjs +2655 -0
  3. package/dist/{PreviewEditorUI-CS5P4N3P.mjs → PreviewEditorUI-AXIKSMZA.mjs} +27 -4
  4. package/dist/SdkPreviewModeRuntime-XE5M4UKM.mjs +8 -0
  5. package/dist/_dts/ai/src/contracts/proposals.d.ts +56 -0
  6. package/dist/_dts/api/src/endpoints.d.ts +79 -0
  7. package/dist/_dts/api/src/index.d.ts +6 -4
  8. package/dist/_dts/api/src/media.d.ts +8 -1
  9. package/dist/_dts/api/src/navigation/dashboardSettingsNav.d.ts +1 -1
  10. package/dist/_dts/api/src/navigation/dashboardSiteNav.d.ts +8 -8
  11. package/dist/_dts/api/src/navigation/identity.d.ts +59 -0
  12. package/dist/_dts/api/src/navigation.d.ts +2 -0
  13. package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +4 -0
  14. package/dist/_dts/api/src/sdkContracts.d.ts +1 -0
  15. package/dist/_dts/api/src/siteIcons.d.ts +128 -0
  16. package/dist/_dts/api/src/siteInfrastructure.d.ts +124 -0
  17. package/dist/_dts/api/src/siteManagementEndpoints.d.ts +16 -0
  18. package/dist/_dts/api/src/siteOnboarding.d.ts +13 -0
  19. package/dist/_dts/api/src/sitePlatformEndpoints.d.ts +17 -1
  20. package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +6 -1
  21. package/dist/_dts/api/src/types.d.ts +1 -1
  22. package/dist/_dts/api/src/webhooks.d.ts +239 -0
  23. package/dist/_dts/block-form/src/client/index.d.ts +2 -0
  24. package/dist/_dts/block-form/src/index.d.ts +2 -0
  25. package/dist/_dts/block-form/src/utils/evaluateVisibility.d.ts +2 -1
  26. package/dist/_dts/blocks/src/client/header.d.ts +1 -1
  27. package/dist/_dts/blocks/src/client.d.ts +12 -12
  28. package/dist/_dts/blocks/src/index.d.ts +5 -1
  29. package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +288 -288
  30. package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +288 -288
  31. package/dist/_dts/blocks/src/system/blocks/cart.d.ts +288 -288
  32. package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +288 -288
  33. package/dist/_dts/blocks/src/system/blocks/collection.d.ts +288 -288
  34. package/dist/_dts/blocks/src/system/blocks/events/event-listing.d.ts +2 -2
  35. package/dist/_dts/blocks/src/system/blocks/events/event-spotlight.d.ts +2 -1
  36. package/dist/_dts/blocks/src/system/blocks/events/shared/types.d.ts +4 -1
  37. package/dist/_dts/blocks/src/system/blocks/faq.d.ts +294 -289
  38. package/dist/_dts/blocks/src/system/blocks/feature-card-icons.d.ts +57 -0
  39. package/dist/_dts/blocks/src/system/blocks/feature-cards.d.ts +4 -0
  40. package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +288 -288
  41. package/dist/_dts/blocks/src/system/blocks/index.d.ts +1 -0
  42. package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +1 -1
  43. package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +22 -22
  44. package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +288 -288
  45. package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +288 -288
  46. package/dist/_dts/blocks/src/system/blocks/shop.d.ts +288 -288
  47. package/dist/_dts/blocks/src/system/blocks/testimonials.d.ts +13 -1
  48. package/dist/_dts/blocks/src/system/customize/backgrounds.d.ts +179 -0
  49. package/dist/_dts/blocks/src/system/fields/boxStyles.d.ts +4 -2
  50. package/dist/_dts/blocks/src/system/fragments/library/faqHeading.d.ts +1 -0
  51. package/dist/_dts/blocks/src/system/fragments/library/testimonialsCarousel.d.ts +10 -0
  52. package/dist/_dts/blocks/src/system/helpers/resolveBackground.d.ts +3 -1
  53. package/dist/_dts/blocks/src/system/icons/ids.d.ts +13 -0
  54. package/dist/_dts/blocks/src/system/icons/index.d.ts +6 -0
  55. package/dist/_dts/blocks/src/system/icons/presets.d.ts +4 -0
  56. package/dist/_dts/blocks/src/system/icons/registry.d.ts +18 -0
  57. package/dist/_dts/blocks/src/system/icons/semantic.d.ts +239 -0
  58. package/dist/_dts/blocks/src/system/icons/value.d.ts +94 -0
  59. package/dist/_dts/blocks/src/system/index.d.ts +1 -0
  60. package/dist/_dts/blocks/src/system/manifest/fieldValidation/index.d.ts +4 -1
  61. package/dist/_dts/blocks/src/system/manifest/schema.d.ts +23 -0
  62. package/dist/_dts/blocks/src/system/node/fragments/headingDecoration.d.ts +1 -4
  63. package/dist/_dts/blocks/src/system/node/validation-constants.d.ts +1 -1
  64. package/dist/_dts/blocks/src/system/runtime/components/registry.client.d.ts +7 -7
  65. package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +3 -3
  66. package/dist/_dts/blocks/src/system/runtime/header/enhanceHeaderSection.d.ts +10 -2
  67. package/dist/_dts/blocks/src/system/runtime/nodes/events/EventListing.interactive.d.ts +5 -5
  68. package/dist/_dts/blocks/src/system/runtime/nodes/events/EventListing.server.d.ts +2 -2
  69. package/dist/_dts/blocks/src/system/runtime/nodes/events/EventSpotlight.d.ts +2 -2
  70. package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventCard.d.ts +2 -2
  71. package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventDetailModal.d.ts +2 -2
  72. package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventModals.d.ts +2 -2
  73. package/dist/_dts/blocks/src/system/runtime/nodes/feature-card-icon.d.ts +13 -0
  74. package/dist/_dts/blocks/src/system/runtime/nodes/header-section.client.d.ts +2 -2
  75. package/dist/_dts/blocks/src/system/transforms/registry/boxStyles.d.ts +3 -0
  76. package/dist/_dts/blocks/src/system/transforms/registry/layout.d.ts +9 -0
  77. package/dist/_dts/blocks/src/system/transforms/typed.d.ts +14 -1
  78. package/dist/_dts/content-model/src/contentManifest.d.ts +3 -1
  79. package/dist/_dts/core/src/branded.d.ts +6 -0
  80. package/dist/_dts/db/src/generated/supabase/database.types.d.ts +200 -3
  81. package/dist/_dts/editor-blocks/src/block-editor/BlockCard.d.ts +8 -1
  82. package/dist/_dts/editor-blocks/src/block-editor/BlockCardBody.d.ts +8 -1
  83. package/dist/_dts/editor-blocks/src/block-editor/BlockCardHeader.d.ts +8 -2
  84. package/dist/_dts/editor-blocks/src/block-editor/FeatureCardIconsPanel.d.ts +17 -0
  85. package/dist/_dts/editor-blocks/src/block-editor/GeneratedIconSetDialog.d.ts +42 -0
  86. package/dist/_dts/editor-blocks/src/block-editor/SortableBlockItem.d.ts +7 -1
  87. package/dist/_dts/editor-blocks/src/block-editor/featureCardIconActions.d.ts +82 -0
  88. package/dist/_dts/editor-blocks/src/index.d.ts +2 -0
  89. package/dist/_dts/editor-blocks/src/widgets/icon-picker/IconPickerField.d.ts +1 -1
  90. package/dist/_dts/media-core/src/fileDomain.d.ts +8 -1
  91. package/dist/_dts/media-editor/src/MediaEditor.d.ts +3 -2
  92. package/dist/_dts/media-react/src/components/MediaLibrary.d.ts +2 -1
  93. package/dist/_dts/media-react/src/components/MediaPickerMini.d.ts +2 -1
  94. package/dist/_dts/preview-next/src/client/blocks/BlockToolbar.d.ts +5 -1
  95. package/dist/_dts/preview-next/src/client/blocks/previewCustomizeActions.d.ts +17 -0
  96. package/dist/_dts/preview-next/src/client/blocks/previewCustomizeControlPlan.d.ts +24 -0
  97. package/dist/_dts/preview-next/src/client/blocks/useBlockCustomizeControls.d.ts +34 -0
  98. package/dist/_dts/preview-next/src/client/preview/PageBlockEditorPanel.d.ts +2 -5
  99. package/dist/_dts/preview-next/src/client/preview/PageDesignEditorStateContext.d.ts +8 -1
  100. package/dist/_dts/preview-next/src/client/preview/PreviewBlockCustomizeSelectionContext.d.ts +20 -0
  101. package/dist/_dts/preview-next/src/client/preview/PreviewOpenEditorButton.d.ts +2 -0
  102. package/dist/_dts/preview-next/src/client/preview/SelectedBlockCustomizePanel.d.ts +13 -0
  103. package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +3 -2
  104. package/dist/_dts/preview-next/src/client/preview/previewCustomizeEditorDraftPatch.d.ts +13 -0
  105. package/dist/_dts/preview-next/src/client/preview/previewCustomizeHistory.d.ts +6 -0
  106. package/dist/_dts/preview-next/src/client/preview/previewCustomizeRuntimePatch.d.ts +2 -0
  107. package/dist/_dts/preview-next/src/client/preview/storeTypes.d.ts +4 -0
  108. package/dist/_dts/preview-next/src/client/widgets/widgetOverrides.d.ts +3 -1
  109. package/dist/_dts/sdk/src/cli/commands/webhooks.d.ts +44 -0
  110. package/dist/_dts/sdk/src/cli/navigationIdentity.d.ts +11 -0
  111. package/dist/_dts/sdk/src/cli/site-commands/navigationCommands.d.ts +4 -0
  112. package/dist/_dts/sdk/src/cli/site-commands/oneOffCommands.d.ts +1 -0
  113. package/dist/_dts/sdk/src/cli/sync/diff.d.ts +9 -0
  114. package/dist/_dts/sdk/src/client/management/index.d.ts +1 -1
  115. package/dist/_dts/sdk/src/client/management/types.d.ts +58 -0
  116. package/dist/_dts/sdk/src/client/management/webhooks.d.ts +3 -0
  117. package/dist/_dts/sdk/src/config/field-definitions.d.ts +3 -1
  118. package/dist/_dts/sdk/src/contracts/index.d.ts +1 -1
  119. package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +24 -4
  120. package/dist/_dts/sdk/src/next/index.d.ts +1 -1
  121. package/dist/_dts/sdk/src/next/revalidate.d.ts +26 -5
  122. package/dist/_dts/sdk/src/next/static-params.d.ts +28 -3
  123. package/dist/_dts/sdk/src/public-api/contracts.d.ts +5 -1
  124. package/dist/_dts/sdk/src/public-api/runtime.d.ts +1 -1
  125. package/dist/_dts/sdk/src/version.d.ts +1 -1
  126. package/dist/_dts/sdk/src/webhooks/index.d.ts +1 -1
  127. package/dist/_dts/sdk/src/webhooks/verify.d.ts +6 -102
  128. package/dist/_dts/site-commands/src/commands.d.ts +3 -0
  129. package/dist/_dts/theme-core/src/accordions/siteStyleDefaults.d.ts +220 -0
  130. package/dist/_dts/theme-core/src/accordions/types.d.ts +45 -2
  131. package/dist/_dts/theme-core/src/blockOverrides.d.ts +8 -0
  132. package/dist/_dts/theme-core/src/blocks/types.d.ts +1 -1
  133. package/dist/_dts/theme-core/src/blocks/vars/testimonials.d.ts +4 -1
  134. package/dist/_dts/theme-core/src/buttons/personalities/types.d.ts +1 -1
  135. package/dist/_dts/theme-core/src/cards/core.d.ts +20 -0
  136. package/dist/_dts/theme-core/src/cards/generateDefaultCardSystem.d.ts +6 -3
  137. package/dist/_dts/theme-core/src/cards/siteStyleDefaults.d.ts +105 -0
  138. package/dist/_dts/theme-core/src/cards/types.d.ts +177 -0
  139. package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
  140. package/dist/_dts/theme-core/src/mock-themes/all.d.ts +159 -21
  141. package/dist/_dts/theme-core/src/palette/variants/index.d.ts +15 -0
  142. package/dist/_dts/theme-core/src/palette/variants/soft-natural.d.ts +16 -0
  143. package/dist/_dts/theme-core/src/palette/variants/types.d.ts +1 -1
  144. package/dist/_dts/theme-core/src/schema.d.ts +451 -57
  145. package/dist/_dts/theme-core/src/site-styles/appearancePresetCatalog.d.ts +86 -17
  146. package/dist/_dts/theme-core/src/site-styles/appearancePresetTypes.d.ts +2 -3
  147. package/dist/_dts/theme-core/src/site-styles/blockAppearancePresets.d.ts +86 -17
  148. package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +135 -3
  149. package/dist/_dts/theme-core/src/site-styles/designState.d.ts +5 -5
  150. package/dist/_dts/theme-core/src/site-styles/footerLooks.d.ts +20 -1
  151. package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +8 -2
  152. package/dist/_dts/theme-core/src/site-styles/headerLooks.d.ts +286 -6
  153. package/dist/_dts/theme-core/src/site-styles/index.d.ts +2 -0
  154. package/dist/_dts/theme-core/src/site-styles/logoBranding.d.ts +193 -0
  155. package/dist/_dts/theme-core/src/site-styles/previewCompiler.d.ts +6 -12
  156. package/dist/_dts/theme-core/src/site-styles/rawStyleFields.d.ts +2 -0
  157. package/dist/_dts/theme-core/src/site-styles/runtimeCompiler.d.ts +10 -7
  158. package/dist/_dts/theme-core/src/site-styles/siteStyleThemeCompiler.d.ts +11 -0
  159. package/dist/_dts/theme-core/src/site-styles/sourceCatalogs.d.ts +2 -2
  160. package/dist/_dts/theme-core/src/site-styles/styleTags.d.ts +1 -1
  161. package/dist/_dts/theme-core/src/site-styles/testimonialQuotePresets.d.ts +15 -0
  162. package/dist/_dts/theme-core/src/site-styles/tokenRecipes.d.ts +1 -1
  163. package/dist/_dts/theme-core/src/site-styles/types.d.ts +7 -29
  164. package/dist/_dts/theme-core/src/tokens/themeColorTokens.d.ts +2 -0
  165. package/dist/_dts/ui/src/combobox.d.ts +1 -0
  166. package/dist/{PreviewEditorSidebar-4DXLYX2V.mjs → chunk-5NZGBSJF.mjs} +2215 -2566
  167. package/dist/{chunk-RGTOD4AJ.mjs → chunk-7PCYG6YV.mjs} +621 -108
  168. package/dist/{chunk-CR5HKAGU.mjs → chunk-BBLZSQEY.mjs} +79 -0
  169. package/dist/{chunk-MCRQMPET.mjs → chunk-GYXKAUFV.mjs} +4500 -912
  170. package/dist/{chunk-6HYXHRAI.mjs → chunk-HTB4BMKD.mjs} +267 -49
  171. package/dist/{chunk-OKMBEAXY.mjs → chunk-MPBNEVPB.mjs} +1 -1
  172. package/dist/cli/index.mjs +3255 -702
  173. package/dist/cli/init-docs/content/workflow-editor-workflows.md +2 -0
  174. package/dist/cli/init-docs/content/workflow-isr-revalidation.md +150 -0
  175. package/dist/client/{accordion-PLYNJIIM.mjs → accordion-QFZMNB7O.mjs} +1 -1
  176. package/dist/client/{bookingForm-BXAP6AO7.mjs → bookingForm-NCIXFWIG.mjs} +3 -3
  177. package/dist/client/bookings.mjs +1246 -323
  178. package/dist/client/{carousel-TRBXDHGF.mjs → carousel-EO4BJMWD.mjs} +2 -2
  179. package/dist/client/{cart-Z7H3HJRS.mjs → cart-FTYCLYUW.mjs} +5 -5
  180. package/dist/client/{checkout-WAFCUBIX.mjs → checkout-NFGLVCOX.mjs} +5 -5
  181. package/dist/client/{chunk-CWGTG37I.mjs → chunk-4W66ALYT.mjs} +1 -1
  182. package/dist/client/{chunk-JRDUHZCT.mjs → chunk-6GVVWSPU.mjs} +4 -4
  183. package/dist/client/{chunk-75OUS5MT.mjs → chunk-IWFZSQNZ.mjs} +1 -1
  184. package/dist/client/{chunk-JGXPTEI2.mjs → chunk-PUOELU4O.mjs} +95 -8
  185. package/dist/client/{chunk-FUXW6VW2.mjs → chunk-PYRBIURC.mjs} +4 -4
  186. package/dist/client/{chunk-ZI3LLBPZ.mjs → chunk-T6UIP6UZ.mjs} +1 -1
  187. package/dist/client/{chunk-DNRGY432.mjs → chunk-VDS5YFLX.mjs} +1 -1
  188. package/dist/client/{chunk-UVQEJJTN.mjs → chunk-Y37KDO7P.mjs} +1 -1
  189. package/dist/client/client.mjs +24277 -20796
  190. package/dist/client/{courseRegistration-AHFQHWIJ.mjs → courseRegistration-2EORROPS.mjs} +3 -3
  191. package/dist/client/{eventCalendar-LDXTV5R7.mjs → eventCalendar-WZI4VL6N.mjs} +5 -5
  192. package/dist/client/{eventCombined-A4JGTNJO.mjs → eventCombined-QCB2TCNL.mjs} +5 -5
  193. package/dist/client/{eventDetails-4YXTZ7EG.mjs → eventDetails-TFTATAPH.mjs} +5 -5
  194. package/dist/client/{eventListing-P72TPFFM.mjs → eventListing-A2CQEHEQ.mjs} +5 -5
  195. package/dist/client/{eventRegistration-LSYJHGMT.mjs → eventRegistration-OELPVLUY.mjs} +5 -5
  196. package/dist/client/{form-AOPYOKOW.mjs → form-NTIFD6WQ.mjs} +1 -1
  197. package/dist/client/{headerSection-5TFYDFVQ.mjs → headerSection-7TBNKCLA.mjs} +65 -24
  198. package/dist/client/hooks.mjs +3687 -2024
  199. package/dist/client/{locationMap-QSZ3ZVAZ.mjs → locationMap-LRLB5A3H.mjs} +1 -1
  200. package/dist/client/{newsletterForm-KTRHZY52.mjs → newsletterForm-XI52RZSN.mjs} +1 -1
  201. package/dist/client/{productDetail-N4E775RG.mjs → productDetail-GSNKBFLY.mjs} +5 -5
  202. package/dist/client/{productList-UGUQ2S45.mjs → productList-BGCGT4KZ.mjs} +5 -5
  203. package/dist/client/rendering/client.mjs +5274 -3030
  204. package/dist/client/rendering/islands.mjs +18 -18
  205. package/dist/client/rendering.mjs +6271 -2790
  206. package/dist/client/{shop-VHSZEEQ2.mjs → shop-RQHUCLNY.mjs} +5 -5
  207. package/dist/preview-next/before-render.mjs +79 -0
  208. package/dist/preview-next/client/runtime.mjs +5 -5
  209. package/dist/preview-next/middleware.mjs +79 -0
  210. package/dist/{sdk-runtime-WHPJEF5G.mjs → sdk-runtime-A4LHT2RS.mjs} +6 -6
  211. package/dist/server/components.mjs +6215 -3057
  212. package/dist/server/config-validation.mjs +3858 -2194
  213. package/dist/server/config.mjs +3858 -2194
  214. package/dist/server/data.mjs +3687 -2024
  215. package/dist/server/index.mjs +88 -1
  216. package/dist/server/next/revalidate.mjs +229 -34
  217. package/dist/server/next.mjs +6295 -3036
  218. package/dist/server/page-converter.mjs +3055 -1883
  219. package/dist/server/prebuild.mjs +1 -1
  220. package/dist/server/rendering/server.mjs +6220 -3062
  221. package/dist/server/rendering.mjs +6233 -3075
  222. package/dist/server/routing.mjs +4251 -2137
  223. package/dist/server/server.mjs +3705 -2042
  224. package/dist/server/theme-bridge.mjs +1617 -329
  225. package/dist/server/theme.mjs +411 -221
  226. package/dist/server/webhooks.mjs +129 -25
  227. package/dist/styles/index.css +355 -33
  228. package/package.json +2 -1
  229. package/dist/SdkPreviewModeRuntime-IJDHTW4W.mjs +0 -8
  230. package/dist/chunk-4QEGTLK6.mjs +0 -1175
@@ -207,7 +207,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
207
207
  layoutGridRowField?: string | undefined;
208
208
  layoutGridColumnField?: string | undefined;
209
209
  layoutGridMaxRows?: number | undefined;
210
- iconPickerPreset?: "cta" | undefined;
210
+ iconPickerPreset?: "cta" | "feature" | undefined;
211
211
  contentTypeField?: string | undefined;
212
212
  fixedContentType?: string | undefined;
213
213
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -317,7 +317,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
317
317
  layoutGridRowField?: string | undefined;
318
318
  layoutGridColumnField?: string | undefined;
319
319
  layoutGridMaxRows?: number | undefined;
320
- iconPickerPreset?: "cta" | undefined;
320
+ iconPickerPreset?: "cta" | "feature" | undefined;
321
321
  contentTypeField?: string | undefined;
322
322
  fixedContentType?: string | undefined;
323
323
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -439,7 +439,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
439
439
  layoutGridRowField?: string | undefined;
440
440
  layoutGridColumnField?: string | undefined;
441
441
  layoutGridMaxRows?: number | undefined;
442
- iconPickerPreset?: "cta" | undefined;
442
+ iconPickerPreset?: "cta" | "feature" | undefined;
443
443
  contentTypeField?: string | undefined;
444
444
  fixedContentType?: string | undefined;
445
445
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -554,7 +554,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
554
554
  layoutGridRowField?: string | undefined;
555
555
  layoutGridColumnField?: string | undefined;
556
556
  layoutGridMaxRows?: number | undefined;
557
- iconPickerPreset?: "cta" | undefined;
557
+ iconPickerPreset?: "cta" | "feature" | undefined;
558
558
  contentTypeField?: string | undefined;
559
559
  fixedContentType?: string | undefined;
560
560
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -661,7 +661,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
661
661
  layoutGridRowField?: string | undefined;
662
662
  layoutGridColumnField?: string | undefined;
663
663
  layoutGridMaxRows?: number | undefined;
664
- iconPickerPreset?: "cta" | undefined;
664
+ iconPickerPreset?: "cta" | "feature" | undefined;
665
665
  contentTypeField?: string | undefined;
666
666
  fixedContentType?: string | undefined;
667
667
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -768,7 +768,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
768
768
  layoutGridRowField?: string | undefined;
769
769
  layoutGridColumnField?: string | undefined;
770
770
  layoutGridMaxRows?: number | undefined;
771
- iconPickerPreset?: "cta" | undefined;
771
+ iconPickerPreset?: "cta" | "feature" | undefined;
772
772
  contentTypeField?: string | undefined;
773
773
  fixedContentType?: string | undefined;
774
774
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -876,7 +876,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
876
876
  layoutGridRowField?: string | undefined;
877
877
  layoutGridColumnField?: string | undefined;
878
878
  layoutGridMaxRows?: number | undefined;
879
- iconPickerPreset?: "cta" | undefined;
879
+ iconPickerPreset?: "cta" | "feature" | undefined;
880
880
  contentTypeField?: string | undefined;
881
881
  fixedContentType?: string | undefined;
882
882
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -982,7 +982,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
982
982
  layoutGridRowField?: string | undefined;
983
983
  layoutGridColumnField?: string | undefined;
984
984
  layoutGridMaxRows?: number | undefined;
985
- iconPickerPreset?: "cta" | undefined;
985
+ iconPickerPreset?: "cta" | "feature" | undefined;
986
986
  contentTypeField?: string | undefined;
987
987
  fixedContentType?: string | undefined;
988
988
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -1088,7 +1088,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
1088
1088
  layoutGridRowField?: string | undefined;
1089
1089
  layoutGridColumnField?: string | undefined;
1090
1090
  layoutGridMaxRows?: number | undefined;
1091
- iconPickerPreset?: "cta" | undefined;
1091
+ iconPickerPreset?: "cta" | "feature" | undefined;
1092
1092
  contentTypeField?: string | undefined;
1093
1093
  fixedContentType?: string | undefined;
1094
1094
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -1194,7 +1194,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
1194
1194
  layoutGridRowField?: string | undefined;
1195
1195
  layoutGridColumnField?: string | undefined;
1196
1196
  layoutGridMaxRows?: number | undefined;
1197
- iconPickerPreset?: "cta" | undefined;
1197
+ iconPickerPreset?: "cta" | "feature" | undefined;
1198
1198
  contentTypeField?: string | undefined;
1199
1199
  fixedContentType?: string | undefined;
1200
1200
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -1300,7 +1300,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
1300
1300
  layoutGridRowField?: string | undefined;
1301
1301
  layoutGridColumnField?: string | undefined;
1302
1302
  layoutGridMaxRows?: number | undefined;
1303
- iconPickerPreset?: "cta" | undefined;
1303
+ iconPickerPreset?: "cta" | "feature" | undefined;
1304
1304
  contentTypeField?: string | undefined;
1305
1305
  fixedContentType?: string | undefined;
1306
1306
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -1406,7 +1406,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
1406
1406
  layoutGridRowField?: string | undefined;
1407
1407
  layoutGridColumnField?: string | undefined;
1408
1408
  layoutGridMaxRows?: number | undefined;
1409
- iconPickerPreset?: "cta" | undefined;
1409
+ iconPickerPreset?: "cta" | "feature" | undefined;
1410
1410
  contentTypeField?: string | undefined;
1411
1411
  fixedContentType?: string | undefined;
1412
1412
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -1516,7 +1516,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
1516
1516
  layoutGridRowField?: string | undefined;
1517
1517
  layoutGridColumnField?: string | undefined;
1518
1518
  layoutGridMaxRows?: number | undefined;
1519
- iconPickerPreset?: "cta" | undefined;
1519
+ iconPickerPreset?: "cta" | "feature" | undefined;
1520
1520
  contentTypeField?: string | undefined;
1521
1521
  fixedContentType?: string | undefined;
1522
1522
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -1622,7 +1622,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
1622
1622
  layoutGridRowField?: string | undefined;
1623
1623
  layoutGridColumnField?: string | undefined;
1624
1624
  layoutGridMaxRows?: number | undefined;
1625
- iconPickerPreset?: "cta" | undefined;
1625
+ iconPickerPreset?: "cta" | "feature" | undefined;
1626
1626
  contentTypeField?: string | undefined;
1627
1627
  fixedContentType?: string | undefined;
1628
1628
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -1730,7 +1730,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
1730
1730
  layoutGridRowField?: string | undefined;
1731
1731
  layoutGridColumnField?: string | undefined;
1732
1732
  layoutGridMaxRows?: number | undefined;
1733
- iconPickerPreset?: "cta" | undefined;
1733
+ iconPickerPreset?: "cta" | "feature" | undefined;
1734
1734
  contentTypeField?: string | undefined;
1735
1735
  fixedContentType?: string | undefined;
1736
1736
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -1836,7 +1836,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
1836
1836
  layoutGridRowField?: string | undefined;
1837
1837
  layoutGridColumnField?: string | undefined;
1838
1838
  layoutGridMaxRows?: number | undefined;
1839
- iconPickerPreset?: "cta" | undefined;
1839
+ iconPickerPreset?: "cta" | "feature" | undefined;
1840
1840
  contentTypeField?: string | undefined;
1841
1841
  fixedContentType?: string | undefined;
1842
1842
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -1958,7 +1958,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
1958
1958
  layoutGridRowField?: string | undefined;
1959
1959
  layoutGridColumnField?: string | undefined;
1960
1960
  layoutGridMaxRows?: number | undefined;
1961
- iconPickerPreset?: "cta" | undefined;
1961
+ iconPickerPreset?: "cta" | "feature" | undefined;
1962
1962
  contentTypeField?: string | undefined;
1963
1963
  fixedContentType?: string | undefined;
1964
1964
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -2073,7 +2073,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
2073
2073
  layoutGridRowField?: string | undefined;
2074
2074
  layoutGridColumnField?: string | undefined;
2075
2075
  layoutGridMaxRows?: number | undefined;
2076
- iconPickerPreset?: "cta" | undefined;
2076
+ iconPickerPreset?: "cta" | "feature" | undefined;
2077
2077
  contentTypeField?: string | undefined;
2078
2078
  fixedContentType?: string | undefined;
2079
2079
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -2180,7 +2180,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
2180
2180
  layoutGridRowField?: string | undefined;
2181
2181
  layoutGridColumnField?: string | undefined;
2182
2182
  layoutGridMaxRows?: number | undefined;
2183
- iconPickerPreset?: "cta" | undefined;
2183
+ iconPickerPreset?: "cta" | "feature" | undefined;
2184
2184
  contentTypeField?: string | undefined;
2185
2185
  fixedContentType?: string | undefined;
2186
2186
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -2287,7 +2287,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
2287
2287
  layoutGridRowField?: string | undefined;
2288
2288
  layoutGridColumnField?: string | undefined;
2289
2289
  layoutGridMaxRows?: number | undefined;
2290
- iconPickerPreset?: "cta" | undefined;
2290
+ iconPickerPreset?: "cta" | "feature" | undefined;
2291
2291
  contentTypeField?: string | undefined;
2292
2292
  fixedContentType?: string | undefined;
2293
2293
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -2395,7 +2395,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
2395
2395
  layoutGridRowField?: string | undefined;
2396
2396
  layoutGridColumnField?: string | undefined;
2397
2397
  layoutGridMaxRows?: number | undefined;
2398
- iconPickerPreset?: "cta" | undefined;
2398
+ iconPickerPreset?: "cta" | "feature" | undefined;
2399
2399
  contentTypeField?: string | undefined;
2400
2400
  fixedContentType?: string | undefined;
2401
2401
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -2501,7 +2501,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
2501
2501
  layoutGridRowField?: string | undefined;
2502
2502
  layoutGridColumnField?: string | undefined;
2503
2503
  layoutGridMaxRows?: number | undefined;
2504
- iconPickerPreset?: "cta" | undefined;
2504
+ iconPickerPreset?: "cta" | "feature" | undefined;
2505
2505
  contentTypeField?: string | undefined;
2506
2506
  fixedContentType?: string | undefined;
2507
2507
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -2607,7 +2607,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
2607
2607
  layoutGridRowField?: string | undefined;
2608
2608
  layoutGridColumnField?: string | undefined;
2609
2609
  layoutGridMaxRows?: number | undefined;
2610
- iconPickerPreset?: "cta" | undefined;
2610
+ iconPickerPreset?: "cta" | "feature" | undefined;
2611
2611
  contentTypeField?: string | undefined;
2612
2612
  fixedContentType?: string | undefined;
2613
2613
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -2713,7 +2713,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
2713
2713
  layoutGridRowField?: string | undefined;
2714
2714
  layoutGridColumnField?: string | undefined;
2715
2715
  layoutGridMaxRows?: number | undefined;
2716
- iconPickerPreset?: "cta" | undefined;
2716
+ iconPickerPreset?: "cta" | "feature" | undefined;
2717
2717
  contentTypeField?: string | undefined;
2718
2718
  fixedContentType?: string | undefined;
2719
2719
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -2819,7 +2819,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
2819
2819
  layoutGridRowField?: string | undefined;
2820
2820
  layoutGridColumnField?: string | undefined;
2821
2821
  layoutGridMaxRows?: number | undefined;
2822
- iconPickerPreset?: "cta" | undefined;
2822
+ iconPickerPreset?: "cta" | "feature" | undefined;
2823
2823
  contentTypeField?: string | undefined;
2824
2824
  fixedContentType?: string | undefined;
2825
2825
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -2925,7 +2925,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
2925
2925
  layoutGridRowField?: string | undefined;
2926
2926
  layoutGridColumnField?: string | undefined;
2927
2927
  layoutGridMaxRows?: number | undefined;
2928
- iconPickerPreset?: "cta" | undefined;
2928
+ iconPickerPreset?: "cta" | "feature" | undefined;
2929
2929
  contentTypeField?: string | undefined;
2930
2930
  fixedContentType?: string | undefined;
2931
2931
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -3035,7 +3035,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
3035
3035
  layoutGridRowField?: string | undefined;
3036
3036
  layoutGridColumnField?: string | undefined;
3037
3037
  layoutGridMaxRows?: number | undefined;
3038
- iconPickerPreset?: "cta" | undefined;
3038
+ iconPickerPreset?: "cta" | "feature" | undefined;
3039
3039
  contentTypeField?: string | undefined;
3040
3040
  fixedContentType?: string | undefined;
3041
3041
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -3141,7 +3141,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
3141
3141
  layoutGridRowField?: string | undefined;
3142
3142
  layoutGridColumnField?: string | undefined;
3143
3143
  layoutGridMaxRows?: number | undefined;
3144
- iconPickerPreset?: "cta" | undefined;
3144
+ iconPickerPreset?: "cta" | "feature" | undefined;
3145
3145
  contentTypeField?: string | undefined;
3146
3146
  fixedContentType?: string | undefined;
3147
3147
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -3249,7 +3249,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
3249
3249
  layoutGridRowField?: string | undefined;
3250
3250
  layoutGridColumnField?: string | undefined;
3251
3251
  layoutGridMaxRows?: number | undefined;
3252
- iconPickerPreset?: "cta" | undefined;
3252
+ iconPickerPreset?: "cta" | "feature" | undefined;
3253
3253
  contentTypeField?: string | undefined;
3254
3254
  fixedContentType?: string | undefined;
3255
3255
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -3355,7 +3355,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
3355
3355
  layoutGridRowField?: string | undefined;
3356
3356
  layoutGridColumnField?: string | undefined;
3357
3357
  layoutGridMaxRows?: number | undefined;
3358
- iconPickerPreset?: "cta" | undefined;
3358
+ iconPickerPreset?: "cta" | "feature" | undefined;
3359
3359
  contentTypeField?: string | undefined;
3360
3360
  fixedContentType?: string | undefined;
3361
3361
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -3479,7 +3479,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
3479
3479
  layoutGridRowField?: string | undefined;
3480
3480
  layoutGridColumnField?: string | undefined;
3481
3481
  layoutGridMaxRows?: number | undefined;
3482
- iconPickerPreset?: "cta" | undefined;
3482
+ iconPickerPreset?: "cta" | "feature" | undefined;
3483
3483
  contentTypeField?: string | undefined;
3484
3484
  fixedContentType?: string | undefined;
3485
3485
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -3594,7 +3594,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
3594
3594
  layoutGridRowField?: string | undefined;
3595
3595
  layoutGridColumnField?: string | undefined;
3596
3596
  layoutGridMaxRows?: number | undefined;
3597
- iconPickerPreset?: "cta" | undefined;
3597
+ iconPickerPreset?: "cta" | "feature" | undefined;
3598
3598
  contentTypeField?: string | undefined;
3599
3599
  fixedContentType?: string | undefined;
3600
3600
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -3701,7 +3701,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
3701
3701
  layoutGridRowField?: string | undefined;
3702
3702
  layoutGridColumnField?: string | undefined;
3703
3703
  layoutGridMaxRows?: number | undefined;
3704
- iconPickerPreset?: "cta" | undefined;
3704
+ iconPickerPreset?: "cta" | "feature" | undefined;
3705
3705
  contentTypeField?: string | undefined;
3706
3706
  fixedContentType?: string | undefined;
3707
3707
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -3808,7 +3808,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
3808
3808
  layoutGridRowField?: string | undefined;
3809
3809
  layoutGridColumnField?: string | undefined;
3810
3810
  layoutGridMaxRows?: number | undefined;
3811
- iconPickerPreset?: "cta" | undefined;
3811
+ iconPickerPreset?: "cta" | "feature" | undefined;
3812
3812
  contentTypeField?: string | undefined;
3813
3813
  fixedContentType?: string | undefined;
3814
3814
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -3916,7 +3916,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
3916
3916
  layoutGridRowField?: string | undefined;
3917
3917
  layoutGridColumnField?: string | undefined;
3918
3918
  layoutGridMaxRows?: number | undefined;
3919
- iconPickerPreset?: "cta" | undefined;
3919
+ iconPickerPreset?: "cta" | "feature" | undefined;
3920
3920
  contentTypeField?: string | undefined;
3921
3921
  fixedContentType?: string | undefined;
3922
3922
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -4022,7 +4022,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
4022
4022
  layoutGridRowField?: string | undefined;
4023
4023
  layoutGridColumnField?: string | undefined;
4024
4024
  layoutGridMaxRows?: number | undefined;
4025
- iconPickerPreset?: "cta" | undefined;
4025
+ iconPickerPreset?: "cta" | "feature" | undefined;
4026
4026
  contentTypeField?: string | undefined;
4027
4027
  fixedContentType?: string | undefined;
4028
4028
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -4128,7 +4128,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
4128
4128
  layoutGridRowField?: string | undefined;
4129
4129
  layoutGridColumnField?: string | undefined;
4130
4130
  layoutGridMaxRows?: number | undefined;
4131
- iconPickerPreset?: "cta" | undefined;
4131
+ iconPickerPreset?: "cta" | "feature" | undefined;
4132
4132
  contentTypeField?: string | undefined;
4133
4133
  fixedContentType?: string | undefined;
4134
4134
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -4234,7 +4234,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
4234
4234
  layoutGridRowField?: string | undefined;
4235
4235
  layoutGridColumnField?: string | undefined;
4236
4236
  layoutGridMaxRows?: number | undefined;
4237
- iconPickerPreset?: "cta" | undefined;
4237
+ iconPickerPreset?: "cta" | "feature" | undefined;
4238
4238
  contentTypeField?: string | undefined;
4239
4239
  fixedContentType?: string | undefined;
4240
4240
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -4340,7 +4340,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
4340
4340
  layoutGridRowField?: string | undefined;
4341
4341
  layoutGridColumnField?: string | undefined;
4342
4342
  layoutGridMaxRows?: number | undefined;
4343
- iconPickerPreset?: "cta" | undefined;
4343
+ iconPickerPreset?: "cta" | "feature" | undefined;
4344
4344
  contentTypeField?: string | undefined;
4345
4345
  fixedContentType?: string | undefined;
4346
4346
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -4446,7 +4446,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
4446
4446
  layoutGridRowField?: string | undefined;
4447
4447
  layoutGridColumnField?: string | undefined;
4448
4448
  layoutGridMaxRows?: number | undefined;
4449
- iconPickerPreset?: "cta" | undefined;
4449
+ iconPickerPreset?: "cta" | "feature" | undefined;
4450
4450
  contentTypeField?: string | undefined;
4451
4451
  fixedContentType?: string | undefined;
4452
4452
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -4556,7 +4556,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
4556
4556
  layoutGridRowField?: string | undefined;
4557
4557
  layoutGridColumnField?: string | undefined;
4558
4558
  layoutGridMaxRows?: number | undefined;
4559
- iconPickerPreset?: "cta" | undefined;
4559
+ iconPickerPreset?: "cta" | "feature" | undefined;
4560
4560
  contentTypeField?: string | undefined;
4561
4561
  fixedContentType?: string | undefined;
4562
4562
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -4662,7 +4662,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
4662
4662
  layoutGridRowField?: string | undefined;
4663
4663
  layoutGridColumnField?: string | undefined;
4664
4664
  layoutGridMaxRows?: number | undefined;
4665
- iconPickerPreset?: "cta" | undefined;
4665
+ iconPickerPreset?: "cta" | "feature" | undefined;
4666
4666
  contentTypeField?: string | undefined;
4667
4667
  fixedContentType?: string | undefined;
4668
4668
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -4770,7 +4770,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
4770
4770
  layoutGridRowField?: string | undefined;
4771
4771
  layoutGridColumnField?: string | undefined;
4772
4772
  layoutGridMaxRows?: number | undefined;
4773
- iconPickerPreset?: "cta" | undefined;
4773
+ iconPickerPreset?: "cta" | "feature" | undefined;
4774
4774
  contentTypeField?: string | undefined;
4775
4775
  fixedContentType?: string | undefined;
4776
4776
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -4876,7 +4876,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
4876
4876
  layoutGridRowField?: string | undefined;
4877
4877
  layoutGridColumnField?: string | undefined;
4878
4878
  layoutGridMaxRows?: number | undefined;
4879
- iconPickerPreset?: "cta" | undefined;
4879
+ iconPickerPreset?: "cta" | "feature" | undefined;
4880
4880
  contentTypeField?: string | undefined;
4881
4881
  fixedContentType?: string | undefined;
4882
4882
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -4989,7 +4989,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
4989
4989
  layoutGridRowField?: string | undefined;
4990
4990
  layoutGridColumnField?: string | undefined;
4991
4991
  layoutGridMaxRows?: number | undefined;
4992
- iconPickerPreset?: "cta" | undefined;
4992
+ iconPickerPreset?: "cta" | "feature" | undefined;
4993
4993
  contentTypeField?: string | undefined;
4994
4994
  fixedContentType?: string | undefined;
4995
4995
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -5101,7 +5101,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
5101
5101
  layoutGridRowField?: string | undefined;
5102
5102
  layoutGridColumnField?: string | undefined;
5103
5103
  layoutGridMaxRows?: number | undefined;
5104
- iconPickerPreset?: "cta" | undefined;
5104
+ iconPickerPreset?: "cta" | "feature" | undefined;
5105
5105
  contentTypeField?: string | undefined;
5106
5106
  fixedContentType?: string | undefined;
5107
5107
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -5207,7 +5207,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
5207
5207
  layoutGridRowField?: string | undefined;
5208
5208
  layoutGridColumnField?: string | undefined;
5209
5209
  layoutGridMaxRows?: number | undefined;
5210
- iconPickerPreset?: "cta" | undefined;
5210
+ iconPickerPreset?: "cta" | "feature" | undefined;
5211
5211
  contentTypeField?: string | undefined;
5212
5212
  fixedContentType?: string | undefined;
5213
5213
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -5316,7 +5316,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
5316
5316
  layoutGridRowField?: string | undefined;
5317
5317
  layoutGridColumnField?: string | undefined;
5318
5318
  layoutGridMaxRows?: number | undefined;
5319
- iconPickerPreset?: "cta" | undefined;
5319
+ iconPickerPreset?: "cta" | "feature" | undefined;
5320
5320
  contentTypeField?: string | undefined;
5321
5321
  fixedContentType?: string | undefined;
5322
5322
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -5427,7 +5427,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
5427
5427
  layoutGridRowField?: string | undefined;
5428
5428
  layoutGridColumnField?: string | undefined;
5429
5429
  layoutGridMaxRows?: number | undefined;
5430
- iconPickerPreset?: "cta" | undefined;
5430
+ iconPickerPreset?: "cta" | "feature" | undefined;
5431
5431
  contentTypeField?: string | undefined;
5432
5432
  fixedContentType?: string | undefined;
5433
5433
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -5539,7 +5539,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
5539
5539
  layoutGridRowField?: string | undefined;
5540
5540
  layoutGridColumnField?: string | undefined;
5541
5541
  layoutGridMaxRows?: number | undefined;
5542
- iconPickerPreset?: "cta" | undefined;
5542
+ iconPickerPreset?: "cta" | "feature" | undefined;
5543
5543
  contentTypeField?: string | undefined;
5544
5544
  fixedContentType?: string | undefined;
5545
5545
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -5645,7 +5645,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
5645
5645
  layoutGridRowField?: string | undefined;
5646
5646
  layoutGridColumnField?: string | undefined;
5647
5647
  layoutGridMaxRows?: number | undefined;
5648
- iconPickerPreset?: "cta" | undefined;
5648
+ iconPickerPreset?: "cta" | "feature" | undefined;
5649
5649
  contentTypeField?: string | undefined;
5650
5650
  fixedContentType?: string | undefined;
5651
5651
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -5751,7 +5751,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
5751
5751
  layoutGridRowField?: string | undefined;
5752
5752
  layoutGridColumnField?: string | undefined;
5753
5753
  layoutGridMaxRows?: number | undefined;
5754
- iconPickerPreset?: "cta" | undefined;
5754
+ iconPickerPreset?: "cta" | "feature" | undefined;
5755
5755
  contentTypeField?: string | undefined;
5756
5756
  fixedContentType?: string | undefined;
5757
5757
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -5872,7 +5872,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
5872
5872
  layoutGridRowField?: string | undefined;
5873
5873
  layoutGridColumnField?: string | undefined;
5874
5874
  layoutGridMaxRows?: number | undefined;
5875
- iconPickerPreset?: "cta" | undefined;
5875
+ iconPickerPreset?: "cta" | "feature" | undefined;
5876
5876
  contentTypeField?: string | undefined;
5877
5877
  fixedContentType?: string | undefined;
5878
5878
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -5987,7 +5987,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
5987
5987
  layoutGridRowField?: string | undefined;
5988
5988
  layoutGridColumnField?: string | undefined;
5989
5989
  layoutGridMaxRows?: number | undefined;
5990
- iconPickerPreset?: "cta" | undefined;
5990
+ iconPickerPreset?: "cta" | "feature" | undefined;
5991
5991
  contentTypeField?: string | undefined;
5992
5992
  fixedContentType?: string | undefined;
5993
5993
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -6094,7 +6094,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
6094
6094
  layoutGridRowField?: string | undefined;
6095
6095
  layoutGridColumnField?: string | undefined;
6096
6096
  layoutGridMaxRows?: number | undefined;
6097
- iconPickerPreset?: "cta" | undefined;
6097
+ iconPickerPreset?: "cta" | "feature" | undefined;
6098
6098
  contentTypeField?: string | undefined;
6099
6099
  fixedContentType?: string | undefined;
6100
6100
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -6201,7 +6201,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
6201
6201
  layoutGridRowField?: string | undefined;
6202
6202
  layoutGridColumnField?: string | undefined;
6203
6203
  layoutGridMaxRows?: number | undefined;
6204
- iconPickerPreset?: "cta" | undefined;
6204
+ iconPickerPreset?: "cta" | "feature" | undefined;
6205
6205
  contentTypeField?: string | undefined;
6206
6206
  fixedContentType?: string | undefined;
6207
6207
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -6309,7 +6309,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
6309
6309
  layoutGridRowField?: string | undefined;
6310
6310
  layoutGridColumnField?: string | undefined;
6311
6311
  layoutGridMaxRows?: number | undefined;
6312
- iconPickerPreset?: "cta" | undefined;
6312
+ iconPickerPreset?: "cta" | "feature" | undefined;
6313
6313
  contentTypeField?: string | undefined;
6314
6314
  fixedContentType?: string | undefined;
6315
6315
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -6415,7 +6415,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
6415
6415
  layoutGridRowField?: string | undefined;
6416
6416
  layoutGridColumnField?: string | undefined;
6417
6417
  layoutGridMaxRows?: number | undefined;
6418
- iconPickerPreset?: "cta" | undefined;
6418
+ iconPickerPreset?: "cta" | "feature" | undefined;
6419
6419
  contentTypeField?: string | undefined;
6420
6420
  fixedContentType?: string | undefined;
6421
6421
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -6521,7 +6521,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
6521
6521
  layoutGridRowField?: string | undefined;
6522
6522
  layoutGridColumnField?: string | undefined;
6523
6523
  layoutGridMaxRows?: number | undefined;
6524
- iconPickerPreset?: "cta" | undefined;
6524
+ iconPickerPreset?: "cta" | "feature" | undefined;
6525
6525
  contentTypeField?: string | undefined;
6526
6526
  fixedContentType?: string | undefined;
6527
6527
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -6627,7 +6627,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
6627
6627
  layoutGridRowField?: string | undefined;
6628
6628
  layoutGridColumnField?: string | undefined;
6629
6629
  layoutGridMaxRows?: number | undefined;
6630
- iconPickerPreset?: "cta" | undefined;
6630
+ iconPickerPreset?: "cta" | "feature" | undefined;
6631
6631
  contentTypeField?: string | undefined;
6632
6632
  fixedContentType?: string | undefined;
6633
6633
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -6733,7 +6733,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
6733
6733
  layoutGridRowField?: string | undefined;
6734
6734
  layoutGridColumnField?: string | undefined;
6735
6735
  layoutGridMaxRows?: number | undefined;
6736
- iconPickerPreset?: "cta" | undefined;
6736
+ iconPickerPreset?: "cta" | "feature" | undefined;
6737
6737
  contentTypeField?: string | undefined;
6738
6738
  fixedContentType?: string | undefined;
6739
6739
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -6839,7 +6839,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
6839
6839
  layoutGridRowField?: string | undefined;
6840
6840
  layoutGridColumnField?: string | undefined;
6841
6841
  layoutGridMaxRows?: number | undefined;
6842
- iconPickerPreset?: "cta" | undefined;
6842
+ iconPickerPreset?: "cta" | "feature" | undefined;
6843
6843
  contentTypeField?: string | undefined;
6844
6844
  fixedContentType?: string | undefined;
6845
6845
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -6949,7 +6949,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
6949
6949
  layoutGridRowField?: string | undefined;
6950
6950
  layoutGridColumnField?: string | undefined;
6951
6951
  layoutGridMaxRows?: number | undefined;
6952
- iconPickerPreset?: "cta" | undefined;
6952
+ iconPickerPreset?: "cta" | "feature" | undefined;
6953
6953
  contentTypeField?: string | undefined;
6954
6954
  fixedContentType?: string | undefined;
6955
6955
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -7055,7 +7055,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
7055
7055
  layoutGridRowField?: string | undefined;
7056
7056
  layoutGridColumnField?: string | undefined;
7057
7057
  layoutGridMaxRows?: number | undefined;
7058
- iconPickerPreset?: "cta" | undefined;
7058
+ iconPickerPreset?: "cta" | "feature" | undefined;
7059
7059
  contentTypeField?: string | undefined;
7060
7060
  fixedContentType?: string | undefined;
7061
7061
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -7163,7 +7163,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
7163
7163
  layoutGridRowField?: string | undefined;
7164
7164
  layoutGridColumnField?: string | undefined;
7165
7165
  layoutGridMaxRows?: number | undefined;
7166
- iconPickerPreset?: "cta" | undefined;
7166
+ iconPickerPreset?: "cta" | "feature" | undefined;
7167
7167
  contentTypeField?: string | undefined;
7168
7168
  fixedContentType?: string | undefined;
7169
7169
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -7269,7 +7269,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
7269
7269
  layoutGridRowField?: string | undefined;
7270
7270
  layoutGridColumnField?: string | undefined;
7271
7271
  layoutGridMaxRows?: number | undefined;
7272
- iconPickerPreset?: "cta" | undefined;
7272
+ iconPickerPreset?: "cta" | "feature" | undefined;
7273
7273
  contentTypeField?: string | undefined;
7274
7274
  fixedContentType?: string | undefined;
7275
7275
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -7391,7 +7391,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
7391
7391
  layoutGridRowField?: string | undefined;
7392
7392
  layoutGridColumnField?: string | undefined;
7393
7393
  layoutGridMaxRows?: number | undefined;
7394
- iconPickerPreset?: "cta" | undefined;
7394
+ iconPickerPreset?: "cta" | "feature" | undefined;
7395
7395
  contentTypeField?: string | undefined;
7396
7396
  fixedContentType?: string | undefined;
7397
7397
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -7506,7 +7506,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
7506
7506
  layoutGridRowField?: string | undefined;
7507
7507
  layoutGridColumnField?: string | undefined;
7508
7508
  layoutGridMaxRows?: number | undefined;
7509
- iconPickerPreset?: "cta" | undefined;
7509
+ iconPickerPreset?: "cta" | "feature" | undefined;
7510
7510
  contentTypeField?: string | undefined;
7511
7511
  fixedContentType?: string | undefined;
7512
7512
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -7613,7 +7613,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
7613
7613
  layoutGridRowField?: string | undefined;
7614
7614
  layoutGridColumnField?: string | undefined;
7615
7615
  layoutGridMaxRows?: number | undefined;
7616
- iconPickerPreset?: "cta" | undefined;
7616
+ iconPickerPreset?: "cta" | "feature" | undefined;
7617
7617
  contentTypeField?: string | undefined;
7618
7618
  fixedContentType?: string | undefined;
7619
7619
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -7720,7 +7720,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
7720
7720
  layoutGridRowField?: string | undefined;
7721
7721
  layoutGridColumnField?: string | undefined;
7722
7722
  layoutGridMaxRows?: number | undefined;
7723
- iconPickerPreset?: "cta" | undefined;
7723
+ iconPickerPreset?: "cta" | "feature" | undefined;
7724
7724
  contentTypeField?: string | undefined;
7725
7725
  fixedContentType?: string | undefined;
7726
7726
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -7828,7 +7828,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
7828
7828
  layoutGridRowField?: string | undefined;
7829
7829
  layoutGridColumnField?: string | undefined;
7830
7830
  layoutGridMaxRows?: number | undefined;
7831
- iconPickerPreset?: "cta" | undefined;
7831
+ iconPickerPreset?: "cta" | "feature" | undefined;
7832
7832
  contentTypeField?: string | undefined;
7833
7833
  fixedContentType?: string | undefined;
7834
7834
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -7934,7 +7934,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
7934
7934
  layoutGridRowField?: string | undefined;
7935
7935
  layoutGridColumnField?: string | undefined;
7936
7936
  layoutGridMaxRows?: number | undefined;
7937
- iconPickerPreset?: "cta" | undefined;
7937
+ iconPickerPreset?: "cta" | "feature" | undefined;
7938
7938
  contentTypeField?: string | undefined;
7939
7939
  fixedContentType?: string | undefined;
7940
7940
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -8040,7 +8040,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
8040
8040
  layoutGridRowField?: string | undefined;
8041
8041
  layoutGridColumnField?: string | undefined;
8042
8042
  layoutGridMaxRows?: number | undefined;
8043
- iconPickerPreset?: "cta" | undefined;
8043
+ iconPickerPreset?: "cta" | "feature" | undefined;
8044
8044
  contentTypeField?: string | undefined;
8045
8045
  fixedContentType?: string | undefined;
8046
8046
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -8146,7 +8146,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
8146
8146
  layoutGridRowField?: string | undefined;
8147
8147
  layoutGridColumnField?: string | undefined;
8148
8148
  layoutGridMaxRows?: number | undefined;
8149
- iconPickerPreset?: "cta" | undefined;
8149
+ iconPickerPreset?: "cta" | "feature" | undefined;
8150
8150
  contentTypeField?: string | undefined;
8151
8151
  fixedContentType?: string | undefined;
8152
8152
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -8252,7 +8252,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
8252
8252
  layoutGridRowField?: string | undefined;
8253
8253
  layoutGridColumnField?: string | undefined;
8254
8254
  layoutGridMaxRows?: number | undefined;
8255
- iconPickerPreset?: "cta" | undefined;
8255
+ iconPickerPreset?: "cta" | "feature" | undefined;
8256
8256
  contentTypeField?: string | undefined;
8257
8257
  fixedContentType?: string | undefined;
8258
8258
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -8358,7 +8358,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
8358
8358
  layoutGridRowField?: string | undefined;
8359
8359
  layoutGridColumnField?: string | undefined;
8360
8360
  layoutGridMaxRows?: number | undefined;
8361
- iconPickerPreset?: "cta" | undefined;
8361
+ iconPickerPreset?: "cta" | "feature" | undefined;
8362
8362
  contentTypeField?: string | undefined;
8363
8363
  fixedContentType?: string | undefined;
8364
8364
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -8468,7 +8468,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
8468
8468
  layoutGridRowField?: string | undefined;
8469
8469
  layoutGridColumnField?: string | undefined;
8470
8470
  layoutGridMaxRows?: number | undefined;
8471
- iconPickerPreset?: "cta" | undefined;
8471
+ iconPickerPreset?: "cta" | "feature" | undefined;
8472
8472
  contentTypeField?: string | undefined;
8473
8473
  fixedContentType?: string | undefined;
8474
8474
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -8574,7 +8574,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
8574
8574
  layoutGridRowField?: string | undefined;
8575
8575
  layoutGridColumnField?: string | undefined;
8576
8576
  layoutGridMaxRows?: number | undefined;
8577
- iconPickerPreset?: "cta" | undefined;
8577
+ iconPickerPreset?: "cta" | "feature" | undefined;
8578
8578
  contentTypeField?: string | undefined;
8579
8579
  fixedContentType?: string | undefined;
8580
8580
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -8682,7 +8682,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
8682
8682
  layoutGridRowField?: string | undefined;
8683
8683
  layoutGridColumnField?: string | undefined;
8684
8684
  layoutGridMaxRows?: number | undefined;
8685
- iconPickerPreset?: "cta" | undefined;
8685
+ iconPickerPreset?: "cta" | "feature" | undefined;
8686
8686
  contentTypeField?: string | undefined;
8687
8687
  fixedContentType?: string | undefined;
8688
8688
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -8788,7 +8788,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
8788
8788
  layoutGridRowField?: string | undefined;
8789
8789
  layoutGridColumnField?: string | undefined;
8790
8790
  layoutGridMaxRows?: number | undefined;
8791
- iconPickerPreset?: "cta" | undefined;
8791
+ iconPickerPreset?: "cta" | "feature" | undefined;
8792
8792
  contentTypeField?: string | undefined;
8793
8793
  fixedContentType?: string | undefined;
8794
8794
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -8901,7 +8901,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
8901
8901
  layoutGridRowField?: string | undefined;
8902
8902
  layoutGridColumnField?: string | undefined;
8903
8903
  layoutGridMaxRows?: number | undefined;
8904
- iconPickerPreset?: "cta" | undefined;
8904
+ iconPickerPreset?: "cta" | "feature" | undefined;
8905
8905
  contentTypeField?: string | undefined;
8906
8906
  fixedContentType?: string | undefined;
8907
8907
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -9013,7 +9013,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
9013
9013
  layoutGridRowField?: string | undefined;
9014
9014
  layoutGridColumnField?: string | undefined;
9015
9015
  layoutGridMaxRows?: number | undefined;
9016
- iconPickerPreset?: "cta" | undefined;
9016
+ iconPickerPreset?: "cta" | "feature" | undefined;
9017
9017
  contentTypeField?: string | undefined;
9018
9018
  fixedContentType?: string | undefined;
9019
9019
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -9119,7 +9119,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
9119
9119
  layoutGridRowField?: string | undefined;
9120
9120
  layoutGridColumnField?: string | undefined;
9121
9121
  layoutGridMaxRows?: number | undefined;
9122
- iconPickerPreset?: "cta" | undefined;
9122
+ iconPickerPreset?: "cta" | "feature" | undefined;
9123
9123
  contentTypeField?: string | undefined;
9124
9124
  fixedContentType?: string | undefined;
9125
9125
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -9225,7 +9225,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
9225
9225
  layoutGridRowField?: string | undefined;
9226
9226
  layoutGridColumnField?: string | undefined;
9227
9227
  layoutGridMaxRows?: number | undefined;
9228
- iconPickerPreset?: "cta" | undefined;
9228
+ iconPickerPreset?: "cta" | "feature" | undefined;
9229
9229
  contentTypeField?: string | undefined;
9230
9230
  fixedContentType?: string | undefined;
9231
9231
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -9335,7 +9335,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
9335
9335
  layoutGridRowField?: string | undefined;
9336
9336
  layoutGridColumnField?: string | undefined;
9337
9337
  layoutGridMaxRows?: number | undefined;
9338
- iconPickerPreset?: "cta" | undefined;
9338
+ iconPickerPreset?: "cta" | "feature" | undefined;
9339
9339
  contentTypeField?: string | undefined;
9340
9340
  fixedContentType?: string | undefined;
9341
9341
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -9447,7 +9447,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
9447
9447
  layoutGridRowField?: string | undefined;
9448
9448
  layoutGridColumnField?: string | undefined;
9449
9449
  layoutGridMaxRows?: number | undefined;
9450
- iconPickerPreset?: "cta" | undefined;
9450
+ iconPickerPreset?: "cta" | "feature" | undefined;
9451
9451
  contentTypeField?: string | undefined;
9452
9452
  fixedContentType?: string | undefined;
9453
9453
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -9553,7 +9553,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
9553
9553
  layoutGridRowField?: string | undefined;
9554
9554
  layoutGridColumnField?: string | undefined;
9555
9555
  layoutGridMaxRows?: number | undefined;
9556
- iconPickerPreset?: "cta" | undefined;
9556
+ iconPickerPreset?: "cta" | "feature" | undefined;
9557
9557
  contentTypeField?: string | undefined;
9558
9558
  fixedContentType?: string | undefined;
9559
9559
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -9662,7 +9662,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
9662
9662
  layoutGridRowField?: string | undefined;
9663
9663
  layoutGridColumnField?: string | undefined;
9664
9664
  layoutGridMaxRows?: number | undefined;
9665
- iconPickerPreset?: "cta" | undefined;
9665
+ iconPickerPreset?: "cta" | "feature" | undefined;
9666
9666
  contentTypeField?: string | undefined;
9667
9667
  fixedContentType?: string | undefined;
9668
9668
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -9773,7 +9773,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
9773
9773
  layoutGridRowField?: string | undefined;
9774
9774
  layoutGridColumnField?: string | undefined;
9775
9775
  layoutGridMaxRows?: number | undefined;
9776
- iconPickerPreset?: "cta" | undefined;
9776
+ iconPickerPreset?: "cta" | "feature" | undefined;
9777
9777
  contentTypeField?: string | undefined;
9778
9778
  fixedContentType?: string | undefined;
9779
9779
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -9885,7 +9885,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
9885
9885
  layoutGridRowField?: string | undefined;
9886
9886
  layoutGridColumnField?: string | undefined;
9887
9887
  layoutGridMaxRows?: number | undefined;
9888
- iconPickerPreset?: "cta" | undefined;
9888
+ iconPickerPreset?: "cta" | "feature" | undefined;
9889
9889
  contentTypeField?: string | undefined;
9890
9890
  fixedContentType?: string | undefined;
9891
9891
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -9991,7 +9991,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
9991
9991
  layoutGridRowField?: string | undefined;
9992
9992
  layoutGridColumnField?: string | undefined;
9993
9993
  layoutGridMaxRows?: number | undefined;
9994
- iconPickerPreset?: "cta" | undefined;
9994
+ iconPickerPreset?: "cta" | "feature" | undefined;
9995
9995
  contentTypeField?: string | undefined;
9996
9996
  fixedContentType?: string | undefined;
9997
9997
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -10104,7 +10104,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
10104
10104
  layoutGridRowField?: string | undefined;
10105
10105
  layoutGridColumnField?: string | undefined;
10106
10106
  layoutGridMaxRows?: number | undefined;
10107
- iconPickerPreset?: "cta" | undefined;
10107
+ iconPickerPreset?: "cta" | "feature" | undefined;
10108
10108
  contentTypeField?: string | undefined;
10109
10109
  fixedContentType?: string | undefined;
10110
10110
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -10211,7 +10211,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
10211
10211
  layoutGridRowField?: string | undefined;
10212
10212
  layoutGridColumnField?: string | undefined;
10213
10213
  layoutGridMaxRows?: number | undefined;
10214
- iconPickerPreset?: "cta" | undefined;
10214
+ iconPickerPreset?: "cta" | "feature" | undefined;
10215
10215
  contentTypeField?: string | undefined;
10216
10216
  fixedContentType?: string | undefined;
10217
10217
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -10318,7 +10318,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
10318
10318
  layoutGridRowField?: string | undefined;
10319
10319
  layoutGridColumnField?: string | undefined;
10320
10320
  layoutGridMaxRows?: number | undefined;
10321
- iconPickerPreset?: "cta" | undefined;
10321
+ iconPickerPreset?: "cta" | "feature" | undefined;
10322
10322
  contentTypeField?: string | undefined;
10323
10323
  fixedContentType?: string | undefined;
10324
10324
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -10426,7 +10426,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
10426
10426
  layoutGridRowField?: string | undefined;
10427
10427
  layoutGridColumnField?: string | undefined;
10428
10428
  layoutGridMaxRows?: number | undefined;
10429
- iconPickerPreset?: "cta" | undefined;
10429
+ iconPickerPreset?: "cta" | "feature" | undefined;
10430
10430
  contentTypeField?: string | undefined;
10431
10431
  fixedContentType?: string | undefined;
10432
10432
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -10532,7 +10532,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
10532
10532
  layoutGridRowField?: string | undefined;
10533
10533
  layoutGridColumnField?: string | undefined;
10534
10534
  layoutGridMaxRows?: number | undefined;
10535
- iconPickerPreset?: "cta" | undefined;
10535
+ iconPickerPreset?: "cta" | "feature" | undefined;
10536
10536
  contentTypeField?: string | undefined;
10537
10537
  fixedContentType?: string | undefined;
10538
10538
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -10638,7 +10638,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
10638
10638
  layoutGridRowField?: string | undefined;
10639
10639
  layoutGridColumnField?: string | undefined;
10640
10640
  layoutGridMaxRows?: number | undefined;
10641
- iconPickerPreset?: "cta" | undefined;
10641
+ iconPickerPreset?: "cta" | "feature" | undefined;
10642
10642
  contentTypeField?: string | undefined;
10643
10643
  fixedContentType?: string | undefined;
10644
10644
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -10744,7 +10744,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
10744
10744
  layoutGridRowField?: string | undefined;
10745
10745
  layoutGridColumnField?: string | undefined;
10746
10746
  layoutGridMaxRows?: number | undefined;
10747
- iconPickerPreset?: "cta" | undefined;
10747
+ iconPickerPreset?: "cta" | "feature" | undefined;
10748
10748
  contentTypeField?: string | undefined;
10749
10749
  fixedContentType?: string | undefined;
10750
10750
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -10850,7 +10850,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
10850
10850
  layoutGridRowField?: string | undefined;
10851
10851
  layoutGridColumnField?: string | undefined;
10852
10852
  layoutGridMaxRows?: number | undefined;
10853
- iconPickerPreset?: "cta" | undefined;
10853
+ iconPickerPreset?: "cta" | "feature" | undefined;
10854
10854
  contentTypeField?: string | undefined;
10855
10855
  fixedContentType?: string | undefined;
10856
10856
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -10956,7 +10956,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
10956
10956
  layoutGridRowField?: string | undefined;
10957
10957
  layoutGridColumnField?: string | undefined;
10958
10958
  layoutGridMaxRows?: number | undefined;
10959
- iconPickerPreset?: "cta" | undefined;
10959
+ iconPickerPreset?: "cta" | "feature" | undefined;
10960
10960
  contentTypeField?: string | undefined;
10961
10961
  fixedContentType?: string | undefined;
10962
10962
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -11066,7 +11066,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
11066
11066
  layoutGridRowField?: string | undefined;
11067
11067
  layoutGridColumnField?: string | undefined;
11068
11068
  layoutGridMaxRows?: number | undefined;
11069
- iconPickerPreset?: "cta" | undefined;
11069
+ iconPickerPreset?: "cta" | "feature" | undefined;
11070
11070
  contentTypeField?: string | undefined;
11071
11071
  fixedContentType?: string | undefined;
11072
11072
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -11172,7 +11172,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
11172
11172
  layoutGridRowField?: string | undefined;
11173
11173
  layoutGridColumnField?: string | undefined;
11174
11174
  layoutGridMaxRows?: number | undefined;
11175
- iconPickerPreset?: "cta" | undefined;
11175
+ iconPickerPreset?: "cta" | "feature" | undefined;
11176
11176
  contentTypeField?: string | undefined;
11177
11177
  fixedContentType?: string | undefined;
11178
11178
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -11280,7 +11280,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
11280
11280
  layoutGridRowField?: string | undefined;
11281
11281
  layoutGridColumnField?: string | undefined;
11282
11282
  layoutGridMaxRows?: number | undefined;
11283
- iconPickerPreset?: "cta" | undefined;
11283
+ iconPickerPreset?: "cta" | "feature" | undefined;
11284
11284
  contentTypeField?: string | undefined;
11285
11285
  fixedContentType?: string | undefined;
11286
11286
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -11386,7 +11386,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
11386
11386
  layoutGridRowField?: string | undefined;
11387
11387
  layoutGridColumnField?: string | undefined;
11388
11388
  layoutGridMaxRows?: number | undefined;
11389
- iconPickerPreset?: "cta" | undefined;
11389
+ iconPickerPreset?: "cta" | "feature" | undefined;
11390
11390
  contentTypeField?: string | undefined;
11391
11391
  fixedContentType?: string | undefined;
11392
11392
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -11508,7 +11508,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
11508
11508
  layoutGridRowField?: string | undefined;
11509
11509
  layoutGridColumnField?: string | undefined;
11510
11510
  layoutGridMaxRows?: number | undefined;
11511
- iconPickerPreset?: "cta" | undefined;
11511
+ iconPickerPreset?: "cta" | "feature" | undefined;
11512
11512
  contentTypeField?: string | undefined;
11513
11513
  fixedContentType?: string | undefined;
11514
11514
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -11618,7 +11618,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
11618
11618
  layoutGridRowField?: string | undefined;
11619
11619
  layoutGridColumnField?: string | undefined;
11620
11620
  layoutGridMaxRows?: number | undefined;
11621
- iconPickerPreset?: "cta" | undefined;
11621
+ iconPickerPreset?: "cta" | "feature" | undefined;
11622
11622
  contentTypeField?: string | undefined;
11623
11623
  fixedContentType?: string | undefined;
11624
11624
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -11740,7 +11740,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
11740
11740
  layoutGridRowField?: string | undefined;
11741
11741
  layoutGridColumnField?: string | undefined;
11742
11742
  layoutGridMaxRows?: number | undefined;
11743
- iconPickerPreset?: "cta" | undefined;
11743
+ iconPickerPreset?: "cta" | "feature" | undefined;
11744
11744
  contentTypeField?: string | undefined;
11745
11745
  fixedContentType?: string | undefined;
11746
11746
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -11855,7 +11855,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
11855
11855
  layoutGridRowField?: string | undefined;
11856
11856
  layoutGridColumnField?: string | undefined;
11857
11857
  layoutGridMaxRows?: number | undefined;
11858
- iconPickerPreset?: "cta" | undefined;
11858
+ iconPickerPreset?: "cta" | "feature" | undefined;
11859
11859
  contentTypeField?: string | undefined;
11860
11860
  fixedContentType?: string | undefined;
11861
11861
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -11962,7 +11962,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
11962
11962
  layoutGridRowField?: string | undefined;
11963
11963
  layoutGridColumnField?: string | undefined;
11964
11964
  layoutGridMaxRows?: number | undefined;
11965
- iconPickerPreset?: "cta" | undefined;
11965
+ iconPickerPreset?: "cta" | "feature" | undefined;
11966
11966
  contentTypeField?: string | undefined;
11967
11967
  fixedContentType?: string | undefined;
11968
11968
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -12069,7 +12069,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
12069
12069
  layoutGridRowField?: string | undefined;
12070
12070
  layoutGridColumnField?: string | undefined;
12071
12071
  layoutGridMaxRows?: number | undefined;
12072
- iconPickerPreset?: "cta" | undefined;
12072
+ iconPickerPreset?: "cta" | "feature" | undefined;
12073
12073
  contentTypeField?: string | undefined;
12074
12074
  fixedContentType?: string | undefined;
12075
12075
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -12177,7 +12177,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
12177
12177
  layoutGridRowField?: string | undefined;
12178
12178
  layoutGridColumnField?: string | undefined;
12179
12179
  layoutGridMaxRows?: number | undefined;
12180
- iconPickerPreset?: "cta" | undefined;
12180
+ iconPickerPreset?: "cta" | "feature" | undefined;
12181
12181
  contentTypeField?: string | undefined;
12182
12182
  fixedContentType?: string | undefined;
12183
12183
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -12283,7 +12283,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
12283
12283
  layoutGridRowField?: string | undefined;
12284
12284
  layoutGridColumnField?: string | undefined;
12285
12285
  layoutGridMaxRows?: number | undefined;
12286
- iconPickerPreset?: "cta" | undefined;
12286
+ iconPickerPreset?: "cta" | "feature" | undefined;
12287
12287
  contentTypeField?: string | undefined;
12288
12288
  fixedContentType?: string | undefined;
12289
12289
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -12389,7 +12389,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
12389
12389
  layoutGridRowField?: string | undefined;
12390
12390
  layoutGridColumnField?: string | undefined;
12391
12391
  layoutGridMaxRows?: number | undefined;
12392
- iconPickerPreset?: "cta" | undefined;
12392
+ iconPickerPreset?: "cta" | "feature" | undefined;
12393
12393
  contentTypeField?: string | undefined;
12394
12394
  fixedContentType?: string | undefined;
12395
12395
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -12495,7 +12495,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
12495
12495
  layoutGridRowField?: string | undefined;
12496
12496
  layoutGridColumnField?: string | undefined;
12497
12497
  layoutGridMaxRows?: number | undefined;
12498
- iconPickerPreset?: "cta" | undefined;
12498
+ iconPickerPreset?: "cta" | "feature" | undefined;
12499
12499
  contentTypeField?: string | undefined;
12500
12500
  fixedContentType?: string | undefined;
12501
12501
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -12601,7 +12601,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
12601
12601
  layoutGridRowField?: string | undefined;
12602
12602
  layoutGridColumnField?: string | undefined;
12603
12603
  layoutGridMaxRows?: number | undefined;
12604
- iconPickerPreset?: "cta" | undefined;
12604
+ iconPickerPreset?: "cta" | "feature" | undefined;
12605
12605
  contentTypeField?: string | undefined;
12606
12606
  fixedContentType?: string | undefined;
12607
12607
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -12707,7 +12707,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
12707
12707
  layoutGridRowField?: string | undefined;
12708
12708
  layoutGridColumnField?: string | undefined;
12709
12709
  layoutGridMaxRows?: number | undefined;
12710
- iconPickerPreset?: "cta" | undefined;
12710
+ iconPickerPreset?: "cta" | "feature" | undefined;
12711
12711
  contentTypeField?: string | undefined;
12712
12712
  fixedContentType?: string | undefined;
12713
12713
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -12817,7 +12817,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
12817
12817
  layoutGridRowField?: string | undefined;
12818
12818
  layoutGridColumnField?: string | undefined;
12819
12819
  layoutGridMaxRows?: number | undefined;
12820
- iconPickerPreset?: "cta" | undefined;
12820
+ iconPickerPreset?: "cta" | "feature" | undefined;
12821
12821
  contentTypeField?: string | undefined;
12822
12822
  fixedContentType?: string | undefined;
12823
12823
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -12923,7 +12923,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
12923
12923
  layoutGridRowField?: string | undefined;
12924
12924
  layoutGridColumnField?: string | undefined;
12925
12925
  layoutGridMaxRows?: number | undefined;
12926
- iconPickerPreset?: "cta" | undefined;
12926
+ iconPickerPreset?: "cta" | "feature" | undefined;
12927
12927
  contentTypeField?: string | undefined;
12928
12928
  fixedContentType?: string | undefined;
12929
12929
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -13031,7 +13031,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
13031
13031
  layoutGridRowField?: string | undefined;
13032
13032
  layoutGridColumnField?: string | undefined;
13033
13033
  layoutGridMaxRows?: number | undefined;
13034
- iconPickerPreset?: "cta" | undefined;
13034
+ iconPickerPreset?: "cta" | "feature" | undefined;
13035
13035
  contentTypeField?: string | undefined;
13036
13036
  fixedContentType?: string | undefined;
13037
13037
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -13137,7 +13137,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
13137
13137
  layoutGridRowField?: string | undefined;
13138
13138
  layoutGridColumnField?: string | undefined;
13139
13139
  layoutGridMaxRows?: number | undefined;
13140
- iconPickerPreset?: "cta" | undefined;
13140
+ iconPickerPreset?: "cta" | "feature" | undefined;
13141
13141
  contentTypeField?: string | undefined;
13142
13142
  fixedContentType?: string | undefined;
13143
13143
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -13261,7 +13261,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
13261
13261
  layoutGridRowField?: string | undefined;
13262
13262
  layoutGridColumnField?: string | undefined;
13263
13263
  layoutGridMaxRows?: number | undefined;
13264
- iconPickerPreset?: "cta" | undefined;
13264
+ iconPickerPreset?: "cta" | "feature" | undefined;
13265
13265
  contentTypeField?: string | undefined;
13266
13266
  fixedContentType?: string | undefined;
13267
13267
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -13376,7 +13376,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
13376
13376
  layoutGridRowField?: string | undefined;
13377
13377
  layoutGridColumnField?: string | undefined;
13378
13378
  layoutGridMaxRows?: number | undefined;
13379
- iconPickerPreset?: "cta" | undefined;
13379
+ iconPickerPreset?: "cta" | "feature" | undefined;
13380
13380
  contentTypeField?: string | undefined;
13381
13381
  fixedContentType?: string | undefined;
13382
13382
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -13483,7 +13483,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
13483
13483
  layoutGridRowField?: string | undefined;
13484
13484
  layoutGridColumnField?: string | undefined;
13485
13485
  layoutGridMaxRows?: number | undefined;
13486
- iconPickerPreset?: "cta" | undefined;
13486
+ iconPickerPreset?: "cta" | "feature" | undefined;
13487
13487
  contentTypeField?: string | undefined;
13488
13488
  fixedContentType?: string | undefined;
13489
13489
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -13590,7 +13590,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
13590
13590
  layoutGridRowField?: string | undefined;
13591
13591
  layoutGridColumnField?: string | undefined;
13592
13592
  layoutGridMaxRows?: number | undefined;
13593
- iconPickerPreset?: "cta" | undefined;
13593
+ iconPickerPreset?: "cta" | "feature" | undefined;
13594
13594
  contentTypeField?: string | undefined;
13595
13595
  fixedContentType?: string | undefined;
13596
13596
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -13698,7 +13698,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
13698
13698
  layoutGridRowField?: string | undefined;
13699
13699
  layoutGridColumnField?: string | undefined;
13700
13700
  layoutGridMaxRows?: number | undefined;
13701
- iconPickerPreset?: "cta" | undefined;
13701
+ iconPickerPreset?: "cta" | "feature" | undefined;
13702
13702
  contentTypeField?: string | undefined;
13703
13703
  fixedContentType?: string | undefined;
13704
13704
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -13804,7 +13804,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
13804
13804
  layoutGridRowField?: string | undefined;
13805
13805
  layoutGridColumnField?: string | undefined;
13806
13806
  layoutGridMaxRows?: number | undefined;
13807
- iconPickerPreset?: "cta" | undefined;
13807
+ iconPickerPreset?: "cta" | "feature" | undefined;
13808
13808
  contentTypeField?: string | undefined;
13809
13809
  fixedContentType?: string | undefined;
13810
13810
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -13910,7 +13910,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
13910
13910
  layoutGridRowField?: string | undefined;
13911
13911
  layoutGridColumnField?: string | undefined;
13912
13912
  layoutGridMaxRows?: number | undefined;
13913
- iconPickerPreset?: "cta" | undefined;
13913
+ iconPickerPreset?: "cta" | "feature" | undefined;
13914
13914
  contentTypeField?: string | undefined;
13915
13915
  fixedContentType?: string | undefined;
13916
13916
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -14016,7 +14016,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
14016
14016
  layoutGridRowField?: string | undefined;
14017
14017
  layoutGridColumnField?: string | undefined;
14018
14018
  layoutGridMaxRows?: number | undefined;
14019
- iconPickerPreset?: "cta" | undefined;
14019
+ iconPickerPreset?: "cta" | "feature" | undefined;
14020
14020
  contentTypeField?: string | undefined;
14021
14021
  fixedContentType?: string | undefined;
14022
14022
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -14122,7 +14122,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
14122
14122
  layoutGridRowField?: string | undefined;
14123
14123
  layoutGridColumnField?: string | undefined;
14124
14124
  layoutGridMaxRows?: number | undefined;
14125
- iconPickerPreset?: "cta" | undefined;
14125
+ iconPickerPreset?: "cta" | "feature" | undefined;
14126
14126
  contentTypeField?: string | undefined;
14127
14127
  fixedContentType?: string | undefined;
14128
14128
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -14228,7 +14228,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
14228
14228
  layoutGridRowField?: string | undefined;
14229
14229
  layoutGridColumnField?: string | undefined;
14230
14230
  layoutGridMaxRows?: number | undefined;
14231
- iconPickerPreset?: "cta" | undefined;
14231
+ iconPickerPreset?: "cta" | "feature" | undefined;
14232
14232
  contentTypeField?: string | undefined;
14233
14233
  fixedContentType?: string | undefined;
14234
14234
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -14338,7 +14338,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
14338
14338
  layoutGridRowField?: string | undefined;
14339
14339
  layoutGridColumnField?: string | undefined;
14340
14340
  layoutGridMaxRows?: number | undefined;
14341
- iconPickerPreset?: "cta" | undefined;
14341
+ iconPickerPreset?: "cta" | "feature" | undefined;
14342
14342
  contentTypeField?: string | undefined;
14343
14343
  fixedContentType?: string | undefined;
14344
14344
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -14444,7 +14444,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
14444
14444
  layoutGridRowField?: string | undefined;
14445
14445
  layoutGridColumnField?: string | undefined;
14446
14446
  layoutGridMaxRows?: number | undefined;
14447
- iconPickerPreset?: "cta" | undefined;
14447
+ iconPickerPreset?: "cta" | "feature" | undefined;
14448
14448
  contentTypeField?: string | undefined;
14449
14449
  fixedContentType?: string | undefined;
14450
14450
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -14552,7 +14552,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
14552
14552
  layoutGridRowField?: string | undefined;
14553
14553
  layoutGridColumnField?: string | undefined;
14554
14554
  layoutGridMaxRows?: number | undefined;
14555
- iconPickerPreset?: "cta" | undefined;
14555
+ iconPickerPreset?: "cta" | "feature" | undefined;
14556
14556
  contentTypeField?: string | undefined;
14557
14557
  fixedContentType?: string | undefined;
14558
14558
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -14658,7 +14658,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
14658
14658
  layoutGridRowField?: string | undefined;
14659
14659
  layoutGridColumnField?: string | undefined;
14660
14660
  layoutGridMaxRows?: number | undefined;
14661
- iconPickerPreset?: "cta" | undefined;
14661
+ iconPickerPreset?: "cta" | "feature" | undefined;
14662
14662
  contentTypeField?: string | undefined;
14663
14663
  fixedContentType?: string | undefined;
14664
14664
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -14771,7 +14771,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
14771
14771
  layoutGridRowField?: string | undefined;
14772
14772
  layoutGridColumnField?: string | undefined;
14773
14773
  layoutGridMaxRows?: number | undefined;
14774
- iconPickerPreset?: "cta" | undefined;
14774
+ iconPickerPreset?: "cta" | "feature" | undefined;
14775
14775
  contentTypeField?: string | undefined;
14776
14776
  fixedContentType?: string | undefined;
14777
14777
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -14883,7 +14883,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
14883
14883
  layoutGridRowField?: string | undefined;
14884
14884
  layoutGridColumnField?: string | undefined;
14885
14885
  layoutGridMaxRows?: number | undefined;
14886
- iconPickerPreset?: "cta" | undefined;
14886
+ iconPickerPreset?: "cta" | "feature" | undefined;
14887
14887
  contentTypeField?: string | undefined;
14888
14888
  fixedContentType?: string | undefined;
14889
14889
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -14989,7 +14989,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
14989
14989
  layoutGridRowField?: string | undefined;
14990
14990
  layoutGridColumnField?: string | undefined;
14991
14991
  layoutGridMaxRows?: number | undefined;
14992
- iconPickerPreset?: "cta" | undefined;
14992
+ iconPickerPreset?: "cta" | "feature" | undefined;
14993
14993
  contentTypeField?: string | undefined;
14994
14994
  fixedContentType?: string | undefined;
14995
14995
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -15098,7 +15098,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
15098
15098
  layoutGridRowField?: string | undefined;
15099
15099
  layoutGridColumnField?: string | undefined;
15100
15100
  layoutGridMaxRows?: number | undefined;
15101
- iconPickerPreset?: "cta" | undefined;
15101
+ iconPickerPreset?: "cta" | "feature" | undefined;
15102
15102
  contentTypeField?: string | undefined;
15103
15103
  fixedContentType?: string | undefined;
15104
15104
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -15209,7 +15209,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
15209
15209
  layoutGridRowField?: string | undefined;
15210
15210
  layoutGridColumnField?: string | undefined;
15211
15211
  layoutGridMaxRows?: number | undefined;
15212
- iconPickerPreset?: "cta" | undefined;
15212
+ iconPickerPreset?: "cta" | "feature" | undefined;
15213
15213
  contentTypeField?: string | undefined;
15214
15214
  fixedContentType?: string | undefined;
15215
15215
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -15321,7 +15321,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
15321
15321
  layoutGridRowField?: string | undefined;
15322
15322
  layoutGridColumnField?: string | undefined;
15323
15323
  layoutGridMaxRows?: number | undefined;
15324
- iconPickerPreset?: "cta" | undefined;
15324
+ iconPickerPreset?: "cta" | "feature" | undefined;
15325
15325
  contentTypeField?: string | undefined;
15326
15326
  fixedContentType?: string | undefined;
15327
15327
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -15427,7 +15427,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
15427
15427
  layoutGridRowField?: string | undefined;
15428
15428
  layoutGridColumnField?: string | undefined;
15429
15429
  layoutGridMaxRows?: number | undefined;
15430
- iconPickerPreset?: "cta" | undefined;
15430
+ iconPickerPreset?: "cta" | "feature" | undefined;
15431
15431
  contentTypeField?: string | undefined;
15432
15432
  fixedContentType?: string | undefined;
15433
15433
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -15540,7 +15540,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
15540
15540
  layoutGridRowField?: string | undefined;
15541
15541
  layoutGridColumnField?: string | undefined;
15542
15542
  layoutGridMaxRows?: number | undefined;
15543
- iconPickerPreset?: "cta" | undefined;
15543
+ iconPickerPreset?: "cta" | "feature" | undefined;
15544
15544
  contentTypeField?: string | undefined;
15545
15545
  fixedContentType?: string | undefined;
15546
15546
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -15647,7 +15647,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
15647
15647
  layoutGridRowField?: string | undefined;
15648
15648
  layoutGridColumnField?: string | undefined;
15649
15649
  layoutGridMaxRows?: number | undefined;
15650
- iconPickerPreset?: "cta" | undefined;
15650
+ iconPickerPreset?: "cta" | "feature" | undefined;
15651
15651
  contentTypeField?: string | undefined;
15652
15652
  fixedContentType?: string | undefined;
15653
15653
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -15754,7 +15754,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
15754
15754
  layoutGridRowField?: string | undefined;
15755
15755
  layoutGridColumnField?: string | undefined;
15756
15756
  layoutGridMaxRows?: number | undefined;
15757
- iconPickerPreset?: "cta" | undefined;
15757
+ iconPickerPreset?: "cta" | "feature" | undefined;
15758
15758
  contentTypeField?: string | undefined;
15759
15759
  fixedContentType?: string | undefined;
15760
15760
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -15862,7 +15862,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
15862
15862
  layoutGridRowField?: string | undefined;
15863
15863
  layoutGridColumnField?: string | undefined;
15864
15864
  layoutGridMaxRows?: number | undefined;
15865
- iconPickerPreset?: "cta" | undefined;
15865
+ iconPickerPreset?: "cta" | "feature" | undefined;
15866
15866
  contentTypeField?: string | undefined;
15867
15867
  fixedContentType?: string | undefined;
15868
15868
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -15968,7 +15968,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
15968
15968
  layoutGridRowField?: string | undefined;
15969
15969
  layoutGridColumnField?: string | undefined;
15970
15970
  layoutGridMaxRows?: number | undefined;
15971
- iconPickerPreset?: "cta" | undefined;
15971
+ iconPickerPreset?: "cta" | "feature" | undefined;
15972
15972
  contentTypeField?: string | undefined;
15973
15973
  fixedContentType?: string | undefined;
15974
15974
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -16074,7 +16074,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
16074
16074
  layoutGridRowField?: string | undefined;
16075
16075
  layoutGridColumnField?: string | undefined;
16076
16076
  layoutGridMaxRows?: number | undefined;
16077
- iconPickerPreset?: "cta" | undefined;
16077
+ iconPickerPreset?: "cta" | "feature" | undefined;
16078
16078
  contentTypeField?: string | undefined;
16079
16079
  fixedContentType?: string | undefined;
16080
16080
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -16180,7 +16180,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
16180
16180
  layoutGridRowField?: string | undefined;
16181
16181
  layoutGridColumnField?: string | undefined;
16182
16182
  layoutGridMaxRows?: number | undefined;
16183
- iconPickerPreset?: "cta" | undefined;
16183
+ iconPickerPreset?: "cta" | "feature" | undefined;
16184
16184
  contentTypeField?: string | undefined;
16185
16185
  fixedContentType?: string | undefined;
16186
16186
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -16286,7 +16286,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
16286
16286
  layoutGridRowField?: string | undefined;
16287
16287
  layoutGridColumnField?: string | undefined;
16288
16288
  layoutGridMaxRows?: number | undefined;
16289
- iconPickerPreset?: "cta" | undefined;
16289
+ iconPickerPreset?: "cta" | "feature" | undefined;
16290
16290
  contentTypeField?: string | undefined;
16291
16291
  fixedContentType?: string | undefined;
16292
16292
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -16392,7 +16392,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
16392
16392
  layoutGridRowField?: string | undefined;
16393
16393
  layoutGridColumnField?: string | undefined;
16394
16394
  layoutGridMaxRows?: number | undefined;
16395
- iconPickerPreset?: "cta" | undefined;
16395
+ iconPickerPreset?: "cta" | "feature" | undefined;
16396
16396
  contentTypeField?: string | undefined;
16397
16397
  fixedContentType?: string | undefined;
16398
16398
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -16502,7 +16502,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
16502
16502
  layoutGridRowField?: string | undefined;
16503
16503
  layoutGridColumnField?: string | undefined;
16504
16504
  layoutGridMaxRows?: number | undefined;
16505
- iconPickerPreset?: "cta" | undefined;
16505
+ iconPickerPreset?: "cta" | "feature" | undefined;
16506
16506
  contentTypeField?: string | undefined;
16507
16507
  fixedContentType?: string | undefined;
16508
16508
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -16608,7 +16608,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
16608
16608
  layoutGridRowField?: string | undefined;
16609
16609
  layoutGridColumnField?: string | undefined;
16610
16610
  layoutGridMaxRows?: number | undefined;
16611
- iconPickerPreset?: "cta" | undefined;
16611
+ iconPickerPreset?: "cta" | "feature" | undefined;
16612
16612
  contentTypeField?: string | undefined;
16613
16613
  fixedContentType?: string | undefined;
16614
16614
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -16716,7 +16716,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
16716
16716
  layoutGridRowField?: string | undefined;
16717
16717
  layoutGridColumnField?: string | undefined;
16718
16718
  layoutGridMaxRows?: number | undefined;
16719
- iconPickerPreset?: "cta" | undefined;
16719
+ iconPickerPreset?: "cta" | "feature" | undefined;
16720
16720
  contentTypeField?: string | undefined;
16721
16721
  fixedContentType?: string | undefined;
16722
16722
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -16822,7 +16822,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
16822
16822
  layoutGridRowField?: string | undefined;
16823
16823
  layoutGridColumnField?: string | undefined;
16824
16824
  layoutGridMaxRows?: number | undefined;
16825
- iconPickerPreset?: "cta" | undefined;
16825
+ iconPickerPreset?: "cta" | "feature" | undefined;
16826
16826
  contentTypeField?: string | undefined;
16827
16827
  fixedContentType?: string | undefined;
16828
16828
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -16946,7 +16946,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
16946
16946
  layoutGridRowField?: string | undefined;
16947
16947
  layoutGridColumnField?: string | undefined;
16948
16948
  layoutGridMaxRows?: number | undefined;
16949
- iconPickerPreset?: "cta" | undefined;
16949
+ iconPickerPreset?: "cta" | "feature" | undefined;
16950
16950
  contentTypeField?: string | undefined;
16951
16951
  fixedContentType?: string | undefined;
16952
16952
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -17056,7 +17056,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
17056
17056
  layoutGridRowField?: string | undefined;
17057
17057
  layoutGridColumnField?: string | undefined;
17058
17058
  layoutGridMaxRows?: number | undefined;
17059
- iconPickerPreset?: "cta" | undefined;
17059
+ iconPickerPreset?: "cta" | "feature" | undefined;
17060
17060
  contentTypeField?: string | undefined;
17061
17061
  fixedContentType?: string | undefined;
17062
17062
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -17178,7 +17178,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
17178
17178
  layoutGridRowField?: string | undefined;
17179
17179
  layoutGridColumnField?: string | undefined;
17180
17180
  layoutGridMaxRows?: number | undefined;
17181
- iconPickerPreset?: "cta" | undefined;
17181
+ iconPickerPreset?: "cta" | "feature" | undefined;
17182
17182
  contentTypeField?: string | undefined;
17183
17183
  fixedContentType?: string | undefined;
17184
17184
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -17293,7 +17293,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
17293
17293
  layoutGridRowField?: string | undefined;
17294
17294
  layoutGridColumnField?: string | undefined;
17295
17295
  layoutGridMaxRows?: number | undefined;
17296
- iconPickerPreset?: "cta" | undefined;
17296
+ iconPickerPreset?: "cta" | "feature" | undefined;
17297
17297
  contentTypeField?: string | undefined;
17298
17298
  fixedContentType?: string | undefined;
17299
17299
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -17400,7 +17400,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
17400
17400
  layoutGridRowField?: string | undefined;
17401
17401
  layoutGridColumnField?: string | undefined;
17402
17402
  layoutGridMaxRows?: number | undefined;
17403
- iconPickerPreset?: "cta" | undefined;
17403
+ iconPickerPreset?: "cta" | "feature" | undefined;
17404
17404
  contentTypeField?: string | undefined;
17405
17405
  fixedContentType?: string | undefined;
17406
17406
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -17507,7 +17507,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
17507
17507
  layoutGridRowField?: string | undefined;
17508
17508
  layoutGridColumnField?: string | undefined;
17509
17509
  layoutGridMaxRows?: number | undefined;
17510
- iconPickerPreset?: "cta" | undefined;
17510
+ iconPickerPreset?: "cta" | "feature" | undefined;
17511
17511
  contentTypeField?: string | undefined;
17512
17512
  fixedContentType?: string | undefined;
17513
17513
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -17615,7 +17615,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
17615
17615
  layoutGridRowField?: string | undefined;
17616
17616
  layoutGridColumnField?: string | undefined;
17617
17617
  layoutGridMaxRows?: number | undefined;
17618
- iconPickerPreset?: "cta" | undefined;
17618
+ iconPickerPreset?: "cta" | "feature" | undefined;
17619
17619
  contentTypeField?: string | undefined;
17620
17620
  fixedContentType?: string | undefined;
17621
17621
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -17721,7 +17721,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
17721
17721
  layoutGridRowField?: string | undefined;
17722
17722
  layoutGridColumnField?: string | undefined;
17723
17723
  layoutGridMaxRows?: number | undefined;
17724
- iconPickerPreset?: "cta" | undefined;
17724
+ iconPickerPreset?: "cta" | "feature" | undefined;
17725
17725
  contentTypeField?: string | undefined;
17726
17726
  fixedContentType?: string | undefined;
17727
17727
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -17827,7 +17827,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
17827
17827
  layoutGridRowField?: string | undefined;
17828
17828
  layoutGridColumnField?: string | undefined;
17829
17829
  layoutGridMaxRows?: number | undefined;
17830
- iconPickerPreset?: "cta" | undefined;
17830
+ iconPickerPreset?: "cta" | "feature" | undefined;
17831
17831
  contentTypeField?: string | undefined;
17832
17832
  fixedContentType?: string | undefined;
17833
17833
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -17933,7 +17933,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
17933
17933
  layoutGridRowField?: string | undefined;
17934
17934
  layoutGridColumnField?: string | undefined;
17935
17935
  layoutGridMaxRows?: number | undefined;
17936
- iconPickerPreset?: "cta" | undefined;
17936
+ iconPickerPreset?: "cta" | "feature" | undefined;
17937
17937
  contentTypeField?: string | undefined;
17938
17938
  fixedContentType?: string | undefined;
17939
17939
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -18039,7 +18039,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
18039
18039
  layoutGridRowField?: string | undefined;
18040
18040
  layoutGridColumnField?: string | undefined;
18041
18041
  layoutGridMaxRows?: number | undefined;
18042
- iconPickerPreset?: "cta" | undefined;
18042
+ iconPickerPreset?: "cta" | "feature" | undefined;
18043
18043
  contentTypeField?: string | undefined;
18044
18044
  fixedContentType?: string | undefined;
18045
18045
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -18145,7 +18145,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
18145
18145
  layoutGridRowField?: string | undefined;
18146
18146
  layoutGridColumnField?: string | undefined;
18147
18147
  layoutGridMaxRows?: number | undefined;
18148
- iconPickerPreset?: "cta" | undefined;
18148
+ iconPickerPreset?: "cta" | "feature" | undefined;
18149
18149
  contentTypeField?: string | undefined;
18150
18150
  fixedContentType?: string | undefined;
18151
18151
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -18255,7 +18255,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
18255
18255
  layoutGridRowField?: string | undefined;
18256
18256
  layoutGridColumnField?: string | undefined;
18257
18257
  layoutGridMaxRows?: number | undefined;
18258
- iconPickerPreset?: "cta" | undefined;
18258
+ iconPickerPreset?: "cta" | "feature" | undefined;
18259
18259
  contentTypeField?: string | undefined;
18260
18260
  fixedContentType?: string | undefined;
18261
18261
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -18361,7 +18361,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
18361
18361
  layoutGridRowField?: string | undefined;
18362
18362
  layoutGridColumnField?: string | undefined;
18363
18363
  layoutGridMaxRows?: number | undefined;
18364
- iconPickerPreset?: "cta" | undefined;
18364
+ iconPickerPreset?: "cta" | "feature" | undefined;
18365
18365
  contentTypeField?: string | undefined;
18366
18366
  fixedContentType?: string | undefined;
18367
18367
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -18469,7 +18469,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
18469
18469
  layoutGridRowField?: string | undefined;
18470
18470
  layoutGridColumnField?: string | undefined;
18471
18471
  layoutGridMaxRows?: number | undefined;
18472
- iconPickerPreset?: "cta" | undefined;
18472
+ iconPickerPreset?: "cta" | "feature" | undefined;
18473
18473
  contentTypeField?: string | undefined;
18474
18474
  fixedContentType?: string | undefined;
18475
18475
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -18575,7 +18575,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
18575
18575
  layoutGridRowField?: string | undefined;
18576
18576
  layoutGridColumnField?: string | undefined;
18577
18577
  layoutGridMaxRows?: number | undefined;
18578
- iconPickerPreset?: "cta" | undefined;
18578
+ iconPickerPreset?: "cta" | "feature" | undefined;
18579
18579
  contentTypeField?: string | undefined;
18580
18580
  fixedContentType?: string | undefined;
18581
18581
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -18688,7 +18688,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
18688
18688
  layoutGridRowField?: string | undefined;
18689
18689
  layoutGridColumnField?: string | undefined;
18690
18690
  layoutGridMaxRows?: number | undefined;
18691
- iconPickerPreset?: "cta" | undefined;
18691
+ iconPickerPreset?: "cta" | "feature" | undefined;
18692
18692
  contentTypeField?: string | undefined;
18693
18693
  fixedContentType?: string | undefined;
18694
18694
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -18800,7 +18800,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
18800
18800
  layoutGridRowField?: string | undefined;
18801
18801
  layoutGridColumnField?: string | undefined;
18802
18802
  layoutGridMaxRows?: number | undefined;
18803
- iconPickerPreset?: "cta" | undefined;
18803
+ iconPickerPreset?: "cta" | "feature" | undefined;
18804
18804
  contentTypeField?: string | undefined;
18805
18805
  fixedContentType?: string | undefined;
18806
18806
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -18906,7 +18906,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
18906
18906
  layoutGridRowField?: string | undefined;
18907
18907
  layoutGridColumnField?: string | undefined;
18908
18908
  layoutGridMaxRows?: number | undefined;
18909
- iconPickerPreset?: "cta" | undefined;
18909
+ iconPickerPreset?: "cta" | "feature" | undefined;
18910
18910
  contentTypeField?: string | undefined;
18911
18911
  fixedContentType?: string | undefined;
18912
18912
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -19019,7 +19019,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
19019
19019
  layoutGridRowField?: string | undefined;
19020
19020
  layoutGridColumnField?: string | undefined;
19021
19021
  layoutGridMaxRows?: number | undefined;
19022
- iconPickerPreset?: "cta" | undefined;
19022
+ iconPickerPreset?: "cta" | "feature" | undefined;
19023
19023
  contentTypeField?: string | undefined;
19024
19024
  fixedContentType?: string | undefined;
19025
19025
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -19126,7 +19126,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
19126
19126
  layoutGridRowField?: string | undefined;
19127
19127
  layoutGridColumnField?: string | undefined;
19128
19128
  layoutGridMaxRows?: number | undefined;
19129
- iconPickerPreset?: "cta" | undefined;
19129
+ iconPickerPreset?: "cta" | "feature" | undefined;
19130
19130
  contentTypeField?: string | undefined;
19131
19131
  fixedContentType?: string | undefined;
19132
19132
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -19233,7 +19233,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
19233
19233
  layoutGridRowField?: string | undefined;
19234
19234
  layoutGridColumnField?: string | undefined;
19235
19235
  layoutGridMaxRows?: number | undefined;
19236
- iconPickerPreset?: "cta" | undefined;
19236
+ iconPickerPreset?: "cta" | "feature" | undefined;
19237
19237
  contentTypeField?: string | undefined;
19238
19238
  fixedContentType?: string | undefined;
19239
19239
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -19341,7 +19341,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
19341
19341
  layoutGridRowField?: string | undefined;
19342
19342
  layoutGridColumnField?: string | undefined;
19343
19343
  layoutGridMaxRows?: number | undefined;
19344
- iconPickerPreset?: "cta" | undefined;
19344
+ iconPickerPreset?: "cta" | "feature" | undefined;
19345
19345
  contentTypeField?: string | undefined;
19346
19346
  fixedContentType?: string | undefined;
19347
19347
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -19447,7 +19447,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
19447
19447
  layoutGridRowField?: string | undefined;
19448
19448
  layoutGridColumnField?: string | undefined;
19449
19449
  layoutGridMaxRows?: number | undefined;
19450
- iconPickerPreset?: "cta" | undefined;
19450
+ iconPickerPreset?: "cta" | "feature" | undefined;
19451
19451
  contentTypeField?: string | undefined;
19452
19452
  fixedContentType?: string | undefined;
19453
19453
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -19553,7 +19553,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
19553
19553
  layoutGridRowField?: string | undefined;
19554
19554
  layoutGridColumnField?: string | undefined;
19555
19555
  layoutGridMaxRows?: number | undefined;
19556
- iconPickerPreset?: "cta" | undefined;
19556
+ iconPickerPreset?: "cta" | "feature" | undefined;
19557
19557
  contentTypeField?: string | undefined;
19558
19558
  fixedContentType?: string | undefined;
19559
19559
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -19659,7 +19659,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
19659
19659
  layoutGridRowField?: string | undefined;
19660
19660
  layoutGridColumnField?: string | undefined;
19661
19661
  layoutGridMaxRows?: number | undefined;
19662
- iconPickerPreset?: "cta" | undefined;
19662
+ iconPickerPreset?: "cta" | "feature" | undefined;
19663
19663
  contentTypeField?: string | undefined;
19664
19664
  fixedContentType?: string | undefined;
19665
19665
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -19765,7 +19765,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
19765
19765
  layoutGridRowField?: string | undefined;
19766
19766
  layoutGridColumnField?: string | undefined;
19767
19767
  layoutGridMaxRows?: number | undefined;
19768
- iconPickerPreset?: "cta" | undefined;
19768
+ iconPickerPreset?: "cta" | "feature" | undefined;
19769
19769
  contentTypeField?: string | undefined;
19770
19770
  fixedContentType?: string | undefined;
19771
19771
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -19871,7 +19871,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
19871
19871
  layoutGridRowField?: string | undefined;
19872
19872
  layoutGridColumnField?: string | undefined;
19873
19873
  layoutGridMaxRows?: number | undefined;
19874
- iconPickerPreset?: "cta" | undefined;
19874
+ iconPickerPreset?: "cta" | "feature" | undefined;
19875
19875
  contentTypeField?: string | undefined;
19876
19876
  fixedContentType?: string | undefined;
19877
19877
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -19981,7 +19981,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
19981
19981
  layoutGridRowField?: string | undefined;
19982
19982
  layoutGridColumnField?: string | undefined;
19983
19983
  layoutGridMaxRows?: number | undefined;
19984
- iconPickerPreset?: "cta" | undefined;
19984
+ iconPickerPreset?: "cta" | "feature" | undefined;
19985
19985
  contentTypeField?: string | undefined;
19986
19986
  fixedContentType?: string | undefined;
19987
19987
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -20087,7 +20087,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
20087
20087
  layoutGridRowField?: string | undefined;
20088
20088
  layoutGridColumnField?: string | undefined;
20089
20089
  layoutGridMaxRows?: number | undefined;
20090
- iconPickerPreset?: "cta" | undefined;
20090
+ iconPickerPreset?: "cta" | "feature" | undefined;
20091
20091
  contentTypeField?: string | undefined;
20092
20092
  fixedContentType?: string | undefined;
20093
20093
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -20195,7 +20195,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
20195
20195
  layoutGridRowField?: string | undefined;
20196
20196
  layoutGridColumnField?: string | undefined;
20197
20197
  layoutGridMaxRows?: number | undefined;
20198
- iconPickerPreset?: "cta" | undefined;
20198
+ iconPickerPreset?: "cta" | "feature" | undefined;
20199
20199
  contentTypeField?: string | undefined;
20200
20200
  fixedContentType?: string | undefined;
20201
20201
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -20301,7 +20301,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
20301
20301
  layoutGridRowField?: string | undefined;
20302
20302
  layoutGridColumnField?: string | undefined;
20303
20303
  layoutGridMaxRows?: number | undefined;
20304
- iconPickerPreset?: "cta" | undefined;
20304
+ iconPickerPreset?: "cta" | "feature" | undefined;
20305
20305
  contentTypeField?: string | undefined;
20306
20306
  fixedContentType?: string | undefined;
20307
20307
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -20414,7 +20414,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
20414
20414
  layoutGridRowField?: string | undefined;
20415
20415
  layoutGridColumnField?: string | undefined;
20416
20416
  layoutGridMaxRows?: number | undefined;
20417
- iconPickerPreset?: "cta" | undefined;
20417
+ iconPickerPreset?: "cta" | "feature" | undefined;
20418
20418
  contentTypeField?: string | undefined;
20419
20419
  fixedContentType?: string | undefined;
20420
20420
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -20526,7 +20526,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
20526
20526
  layoutGridRowField?: string | undefined;
20527
20527
  layoutGridColumnField?: string | undefined;
20528
20528
  layoutGridMaxRows?: number | undefined;
20529
- iconPickerPreset?: "cta" | undefined;
20529
+ iconPickerPreset?: "cta" | "feature" | undefined;
20530
20530
  contentTypeField?: string | undefined;
20531
20531
  fixedContentType?: string | undefined;
20532
20532
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -20632,7 +20632,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
20632
20632
  layoutGridRowField?: string | undefined;
20633
20633
  layoutGridColumnField?: string | undefined;
20634
20634
  layoutGridMaxRows?: number | undefined;
20635
- iconPickerPreset?: "cta" | undefined;
20635
+ iconPickerPreset?: "cta" | "feature" | undefined;
20636
20636
  contentTypeField?: string | undefined;
20637
20637
  fixedContentType?: string | undefined;
20638
20638
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -20741,7 +20741,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
20741
20741
  layoutGridRowField?: string | undefined;
20742
20742
  layoutGridColumnField?: string | undefined;
20743
20743
  layoutGridMaxRows?: number | undefined;
20744
- iconPickerPreset?: "cta" | undefined;
20744
+ iconPickerPreset?: "cta" | "feature" | undefined;
20745
20745
  contentTypeField?: string | undefined;
20746
20746
  fixedContentType?: string | undefined;
20747
20747
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -20852,7 +20852,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
20852
20852
  layoutGridRowField?: string | undefined;
20853
20853
  layoutGridColumnField?: string | undefined;
20854
20854
  layoutGridMaxRows?: number | undefined;
20855
- iconPickerPreset?: "cta" | undefined;
20855
+ iconPickerPreset?: "cta" | "feature" | undefined;
20856
20856
  contentTypeField?: string | undefined;
20857
20857
  fixedContentType?: string | undefined;
20858
20858
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -20964,7 +20964,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
20964
20964
  layoutGridRowField?: string | undefined;
20965
20965
  layoutGridColumnField?: string | undefined;
20966
20966
  layoutGridMaxRows?: number | undefined;
20967
- iconPickerPreset?: "cta" | undefined;
20967
+ iconPickerPreset?: "cta" | "feature" | undefined;
20968
20968
  contentTypeField?: string | undefined;
20969
20969
  fixedContentType?: string | undefined;
20970
20970
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -21070,7 +21070,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
21070
21070
  layoutGridRowField?: string | undefined;
21071
21071
  layoutGridColumnField?: string | undefined;
21072
21072
  layoutGridMaxRows?: number | undefined;
21073
- iconPickerPreset?: "cta" | undefined;
21073
+ iconPickerPreset?: "cta" | "feature" | undefined;
21074
21074
  contentTypeField?: string | undefined;
21075
21075
  fixedContentType?: string | undefined;
21076
21076
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -21176,7 +21176,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
21176
21176
  layoutGridRowField?: string | undefined;
21177
21177
  layoutGridColumnField?: string | undefined;
21178
21178
  layoutGridMaxRows?: number | undefined;
21179
- iconPickerPreset?: "cta" | undefined;
21179
+ iconPickerPreset?: "cta" | "feature" | undefined;
21180
21180
  contentTypeField?: string | undefined;
21181
21181
  fixedContentType?: string | undefined;
21182
21182
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -21297,7 +21297,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
21297
21297
  layoutGridRowField?: string | undefined;
21298
21298
  layoutGridColumnField?: string | undefined;
21299
21299
  layoutGridMaxRows?: number | undefined;
21300
- iconPickerPreset?: "cta" | undefined;
21300
+ iconPickerPreset?: "cta" | "feature" | undefined;
21301
21301
  contentTypeField?: string | undefined;
21302
21302
  fixedContentType?: string | undefined;
21303
21303
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -21407,7 +21407,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
21407
21407
  layoutGridRowField?: string | undefined;
21408
21408
  layoutGridColumnField?: string | undefined;
21409
21409
  layoutGridMaxRows?: number | undefined;
21410
- iconPickerPreset?: "cta" | undefined;
21410
+ iconPickerPreset?: "cta" | "feature" | undefined;
21411
21411
  contentTypeField?: string | undefined;
21412
21412
  fixedContentType?: string | undefined;
21413
21413
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -21529,7 +21529,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
21529
21529
  layoutGridRowField?: string | undefined;
21530
21530
  layoutGridColumnField?: string | undefined;
21531
21531
  layoutGridMaxRows?: number | undefined;
21532
- iconPickerPreset?: "cta" | undefined;
21532
+ iconPickerPreset?: "cta" | "feature" | undefined;
21533
21533
  contentTypeField?: string | undefined;
21534
21534
  fixedContentType?: string | undefined;
21535
21535
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -21644,7 +21644,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
21644
21644
  layoutGridRowField?: string | undefined;
21645
21645
  layoutGridColumnField?: string | undefined;
21646
21646
  layoutGridMaxRows?: number | undefined;
21647
- iconPickerPreset?: "cta" | undefined;
21647
+ iconPickerPreset?: "cta" | "feature" | undefined;
21648
21648
  contentTypeField?: string | undefined;
21649
21649
  fixedContentType?: string | undefined;
21650
21650
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -21751,7 +21751,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
21751
21751
  layoutGridRowField?: string | undefined;
21752
21752
  layoutGridColumnField?: string | undefined;
21753
21753
  layoutGridMaxRows?: number | undefined;
21754
- iconPickerPreset?: "cta" | undefined;
21754
+ iconPickerPreset?: "cta" | "feature" | undefined;
21755
21755
  contentTypeField?: string | undefined;
21756
21756
  fixedContentType?: string | undefined;
21757
21757
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -21858,7 +21858,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
21858
21858
  layoutGridRowField?: string | undefined;
21859
21859
  layoutGridColumnField?: string | undefined;
21860
21860
  layoutGridMaxRows?: number | undefined;
21861
- iconPickerPreset?: "cta" | undefined;
21861
+ iconPickerPreset?: "cta" | "feature" | undefined;
21862
21862
  contentTypeField?: string | undefined;
21863
21863
  fixedContentType?: string | undefined;
21864
21864
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -21966,7 +21966,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
21966
21966
  layoutGridRowField?: string | undefined;
21967
21967
  layoutGridColumnField?: string | undefined;
21968
21968
  layoutGridMaxRows?: number | undefined;
21969
- iconPickerPreset?: "cta" | undefined;
21969
+ iconPickerPreset?: "cta" | "feature" | undefined;
21970
21970
  contentTypeField?: string | undefined;
21971
21971
  fixedContentType?: string | undefined;
21972
21972
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -22072,7 +22072,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
22072
22072
  layoutGridRowField?: string | undefined;
22073
22073
  layoutGridColumnField?: string | undefined;
22074
22074
  layoutGridMaxRows?: number | undefined;
22075
- iconPickerPreset?: "cta" | undefined;
22075
+ iconPickerPreset?: "cta" | "feature" | undefined;
22076
22076
  contentTypeField?: string | undefined;
22077
22077
  fixedContentType?: string | undefined;
22078
22078
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -22178,7 +22178,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
22178
22178
  layoutGridRowField?: string | undefined;
22179
22179
  layoutGridColumnField?: string | undefined;
22180
22180
  layoutGridMaxRows?: number | undefined;
22181
- iconPickerPreset?: "cta" | undefined;
22181
+ iconPickerPreset?: "cta" | "feature" | undefined;
22182
22182
  contentTypeField?: string | undefined;
22183
22183
  fixedContentType?: string | undefined;
22184
22184
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -22284,7 +22284,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
22284
22284
  layoutGridRowField?: string | undefined;
22285
22285
  layoutGridColumnField?: string | undefined;
22286
22286
  layoutGridMaxRows?: number | undefined;
22287
- iconPickerPreset?: "cta" | undefined;
22287
+ iconPickerPreset?: "cta" | "feature" | undefined;
22288
22288
  contentTypeField?: string | undefined;
22289
22289
  fixedContentType?: string | undefined;
22290
22290
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -22390,7 +22390,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
22390
22390
  layoutGridRowField?: string | undefined;
22391
22391
  layoutGridColumnField?: string | undefined;
22392
22392
  layoutGridMaxRows?: number | undefined;
22393
- iconPickerPreset?: "cta" | undefined;
22393
+ iconPickerPreset?: "cta" | "feature" | undefined;
22394
22394
  contentTypeField?: string | undefined;
22395
22395
  fixedContentType?: string | undefined;
22396
22396
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -22496,7 +22496,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
22496
22496
  layoutGridRowField?: string | undefined;
22497
22497
  layoutGridColumnField?: string | undefined;
22498
22498
  layoutGridMaxRows?: number | undefined;
22499
- iconPickerPreset?: "cta" | undefined;
22499
+ iconPickerPreset?: "cta" | "feature" | undefined;
22500
22500
  contentTypeField?: string | undefined;
22501
22501
  fixedContentType?: string | undefined;
22502
22502
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -22606,7 +22606,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
22606
22606
  layoutGridRowField?: string | undefined;
22607
22607
  layoutGridColumnField?: string | undefined;
22608
22608
  layoutGridMaxRows?: number | undefined;
22609
- iconPickerPreset?: "cta" | undefined;
22609
+ iconPickerPreset?: "cta" | "feature" | undefined;
22610
22610
  contentTypeField?: string | undefined;
22611
22611
  fixedContentType?: string | undefined;
22612
22612
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -22712,7 +22712,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
22712
22712
  layoutGridRowField?: string | undefined;
22713
22713
  layoutGridColumnField?: string | undefined;
22714
22714
  layoutGridMaxRows?: number | undefined;
22715
- iconPickerPreset?: "cta" | undefined;
22715
+ iconPickerPreset?: "cta" | "feature" | undefined;
22716
22716
  contentTypeField?: string | undefined;
22717
22717
  fixedContentType?: string | undefined;
22718
22718
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -22820,7 +22820,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
22820
22820
  layoutGridRowField?: string | undefined;
22821
22821
  layoutGridColumnField?: string | undefined;
22822
22822
  layoutGridMaxRows?: number | undefined;
22823
- iconPickerPreset?: "cta" | undefined;
22823
+ iconPickerPreset?: "cta" | "feature" | undefined;
22824
22824
  contentTypeField?: string | undefined;
22825
22825
  fixedContentType?: string | undefined;
22826
22826
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -22926,7 +22926,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
22926
22926
  layoutGridRowField?: string | undefined;
22927
22927
  layoutGridColumnField?: string | undefined;
22928
22928
  layoutGridMaxRows?: number | undefined;
22929
- iconPickerPreset?: "cta" | undefined;
22929
+ iconPickerPreset?: "cta" | "feature" | undefined;
22930
22930
  contentTypeField?: string | undefined;
22931
22931
  fixedContentType?: string | undefined;
22932
22932
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -23048,7 +23048,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
23048
23048
  layoutGridRowField?: string | undefined;
23049
23049
  layoutGridColumnField?: string | undefined;
23050
23050
  layoutGridMaxRows?: number | undefined;
23051
- iconPickerPreset?: "cta" | undefined;
23051
+ iconPickerPreset?: "cta" | "feature" | undefined;
23052
23052
  contentTypeField?: string | undefined;
23053
23053
  fixedContentType?: string | undefined;
23054
23054
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -23163,7 +23163,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
23163
23163
  layoutGridRowField?: string | undefined;
23164
23164
  layoutGridColumnField?: string | undefined;
23165
23165
  layoutGridMaxRows?: number | undefined;
23166
- iconPickerPreset?: "cta" | undefined;
23166
+ iconPickerPreset?: "cta" | "feature" | undefined;
23167
23167
  contentTypeField?: string | undefined;
23168
23168
  fixedContentType?: string | undefined;
23169
23169
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -23270,7 +23270,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
23270
23270
  layoutGridRowField?: string | undefined;
23271
23271
  layoutGridColumnField?: string | undefined;
23272
23272
  layoutGridMaxRows?: number | undefined;
23273
- iconPickerPreset?: "cta" | undefined;
23273
+ iconPickerPreset?: "cta" | "feature" | undefined;
23274
23274
  contentTypeField?: string | undefined;
23275
23275
  fixedContentType?: string | undefined;
23276
23276
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -23377,7 +23377,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
23377
23377
  layoutGridRowField?: string | undefined;
23378
23378
  layoutGridColumnField?: string | undefined;
23379
23379
  layoutGridMaxRows?: number | undefined;
23380
- iconPickerPreset?: "cta" | undefined;
23380
+ iconPickerPreset?: "cta" | "feature" | undefined;
23381
23381
  contentTypeField?: string | undefined;
23382
23382
  fixedContentType?: string | undefined;
23383
23383
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -23485,7 +23485,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
23485
23485
  layoutGridRowField?: string | undefined;
23486
23486
  layoutGridColumnField?: string | undefined;
23487
23487
  layoutGridMaxRows?: number | undefined;
23488
- iconPickerPreset?: "cta" | undefined;
23488
+ iconPickerPreset?: "cta" | "feature" | undefined;
23489
23489
  contentTypeField?: string | undefined;
23490
23490
  fixedContentType?: string | undefined;
23491
23491
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -23591,7 +23591,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
23591
23591
  layoutGridRowField?: string | undefined;
23592
23592
  layoutGridColumnField?: string | undefined;
23593
23593
  layoutGridMaxRows?: number | undefined;
23594
- iconPickerPreset?: "cta" | undefined;
23594
+ iconPickerPreset?: "cta" | "feature" | undefined;
23595
23595
  contentTypeField?: string | undefined;
23596
23596
  fixedContentType?: string | undefined;
23597
23597
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -23697,7 +23697,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
23697
23697
  layoutGridRowField?: string | undefined;
23698
23698
  layoutGridColumnField?: string | undefined;
23699
23699
  layoutGridMaxRows?: number | undefined;
23700
- iconPickerPreset?: "cta" | undefined;
23700
+ iconPickerPreset?: "cta" | "feature" | undefined;
23701
23701
  contentTypeField?: string | undefined;
23702
23702
  fixedContentType?: string | undefined;
23703
23703
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -23803,7 +23803,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
23803
23803
  layoutGridRowField?: string | undefined;
23804
23804
  layoutGridColumnField?: string | undefined;
23805
23805
  layoutGridMaxRows?: number | undefined;
23806
- iconPickerPreset?: "cta" | undefined;
23806
+ iconPickerPreset?: "cta" | "feature" | undefined;
23807
23807
  contentTypeField?: string | undefined;
23808
23808
  fixedContentType?: string | undefined;
23809
23809
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -23909,7 +23909,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
23909
23909
  layoutGridRowField?: string | undefined;
23910
23910
  layoutGridColumnField?: string | undefined;
23911
23911
  layoutGridMaxRows?: number | undefined;
23912
- iconPickerPreset?: "cta" | undefined;
23912
+ iconPickerPreset?: "cta" | "feature" | undefined;
23913
23913
  contentTypeField?: string | undefined;
23914
23914
  fixedContentType?: string | undefined;
23915
23915
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -24015,7 +24015,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
24015
24015
  layoutGridRowField?: string | undefined;
24016
24016
  layoutGridColumnField?: string | undefined;
24017
24017
  layoutGridMaxRows?: number | undefined;
24018
- iconPickerPreset?: "cta" | undefined;
24018
+ iconPickerPreset?: "cta" | "feature" | undefined;
24019
24019
  contentTypeField?: string | undefined;
24020
24020
  fixedContentType?: string | undefined;
24021
24021
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -24125,7 +24125,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
24125
24125
  layoutGridRowField?: string | undefined;
24126
24126
  layoutGridColumnField?: string | undefined;
24127
24127
  layoutGridMaxRows?: number | undefined;
24128
- iconPickerPreset?: "cta" | undefined;
24128
+ iconPickerPreset?: "cta" | "feature" | undefined;
24129
24129
  contentTypeField?: string | undefined;
24130
24130
  fixedContentType?: string | undefined;
24131
24131
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -24231,7 +24231,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
24231
24231
  layoutGridRowField?: string | undefined;
24232
24232
  layoutGridColumnField?: string | undefined;
24233
24233
  layoutGridMaxRows?: number | undefined;
24234
- iconPickerPreset?: "cta" | undefined;
24234
+ iconPickerPreset?: "cta" | "feature" | undefined;
24235
24235
  contentTypeField?: string | undefined;
24236
24236
  fixedContentType?: string | undefined;
24237
24237
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -24339,7 +24339,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
24339
24339
  layoutGridRowField?: string | undefined;
24340
24340
  layoutGridColumnField?: string | undefined;
24341
24341
  layoutGridMaxRows?: number | undefined;
24342
- iconPickerPreset?: "cta" | undefined;
24342
+ iconPickerPreset?: "cta" | "feature" | undefined;
24343
24343
  contentTypeField?: string | undefined;
24344
24344
  fixedContentType?: string | undefined;
24345
24345
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -24445,7 +24445,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
24445
24445
  layoutGridRowField?: string | undefined;
24446
24446
  layoutGridColumnField?: string | undefined;
24447
24447
  layoutGridMaxRows?: number | undefined;
24448
- iconPickerPreset?: "cta" | undefined;
24448
+ iconPickerPreset?: "cta" | "feature" | undefined;
24449
24449
  contentTypeField?: string | undefined;
24450
24450
  fixedContentType?: string | undefined;
24451
24451
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -24558,7 +24558,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
24558
24558
  layoutGridRowField?: string | undefined;
24559
24559
  layoutGridColumnField?: string | undefined;
24560
24560
  layoutGridMaxRows?: number | undefined;
24561
- iconPickerPreset?: "cta" | undefined;
24561
+ iconPickerPreset?: "cta" | "feature" | undefined;
24562
24562
  contentTypeField?: string | undefined;
24563
24563
  fixedContentType?: string | undefined;
24564
24564
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -24670,7 +24670,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
24670
24670
  layoutGridRowField?: string | undefined;
24671
24671
  layoutGridColumnField?: string | undefined;
24672
24672
  layoutGridMaxRows?: number | undefined;
24673
- iconPickerPreset?: "cta" | undefined;
24673
+ iconPickerPreset?: "cta" | "feature" | undefined;
24674
24674
  contentTypeField?: string | undefined;
24675
24675
  fixedContentType?: string | undefined;
24676
24676
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -24776,7 +24776,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
24776
24776
  layoutGridRowField?: string | undefined;
24777
24777
  layoutGridColumnField?: string | undefined;
24778
24778
  layoutGridMaxRows?: number | undefined;
24779
- iconPickerPreset?: "cta" | undefined;
24779
+ iconPickerPreset?: "cta" | "feature" | undefined;
24780
24780
  contentTypeField?: string | undefined;
24781
24781
  fixedContentType?: string | undefined;
24782
24782
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -24882,7 +24882,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
24882
24882
  layoutGridRowField?: string | undefined;
24883
24883
  layoutGridColumnField?: string | undefined;
24884
24884
  layoutGridMaxRows?: number | undefined;
24885
- iconPickerPreset?: "cta" | undefined;
24885
+ iconPickerPreset?: "cta" | "feature" | undefined;
24886
24886
  contentTypeField?: string | undefined;
24887
24887
  fixedContentType?: string | undefined;
24888
24888
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -24992,7 +24992,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
24992
24992
  layoutGridRowField?: string | undefined;
24993
24993
  layoutGridColumnField?: string | undefined;
24994
24994
  layoutGridMaxRows?: number | undefined;
24995
- iconPickerPreset?: "cta" | undefined;
24995
+ iconPickerPreset?: "cta" | "feature" | undefined;
24996
24996
  contentTypeField?: string | undefined;
24997
24997
  fixedContentType?: string | undefined;
24998
24998
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -25104,7 +25104,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
25104
25104
  layoutGridRowField?: string | undefined;
25105
25105
  layoutGridColumnField?: string | undefined;
25106
25106
  layoutGridMaxRows?: number | undefined;
25107
- iconPickerPreset?: "cta" | undefined;
25107
+ iconPickerPreset?: "cta" | "feature" | undefined;
25108
25108
  contentTypeField?: string | undefined;
25109
25109
  fixedContentType?: string | undefined;
25110
25110
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -25210,7 +25210,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
25210
25210
  layoutGridRowField?: string | undefined;
25211
25211
  layoutGridColumnField?: string | undefined;
25212
25212
  layoutGridMaxRows?: number | undefined;
25213
- iconPickerPreset?: "cta" | undefined;
25213
+ iconPickerPreset?: "cta" | "feature" | undefined;
25214
25214
  contentTypeField?: string | undefined;
25215
25215
  fixedContentType?: string | undefined;
25216
25216
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -25323,7 +25323,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
25323
25323
  layoutGridRowField?: string | undefined;
25324
25324
  layoutGridColumnField?: string | undefined;
25325
25325
  layoutGridMaxRows?: number | undefined;
25326
- iconPickerPreset?: "cta" | undefined;
25326
+ iconPickerPreset?: "cta" | "feature" | undefined;
25327
25327
  contentTypeField?: string | undefined;
25328
25328
  fixedContentType?: string | undefined;
25329
25329
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -25430,7 +25430,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
25430
25430
  layoutGridRowField?: string | undefined;
25431
25431
  layoutGridColumnField?: string | undefined;
25432
25432
  layoutGridMaxRows?: number | undefined;
25433
- iconPickerPreset?: "cta" | undefined;
25433
+ iconPickerPreset?: "cta" | "feature" | undefined;
25434
25434
  contentTypeField?: string | undefined;
25435
25435
  fixedContentType?: string | undefined;
25436
25436
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -25537,7 +25537,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
25537
25537
  layoutGridRowField?: string | undefined;
25538
25538
  layoutGridColumnField?: string | undefined;
25539
25539
  layoutGridMaxRows?: number | undefined;
25540
- iconPickerPreset?: "cta" | undefined;
25540
+ iconPickerPreset?: "cta" | "feature" | undefined;
25541
25541
  contentTypeField?: string | undefined;
25542
25542
  fixedContentType?: string | undefined;
25543
25543
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -25645,7 +25645,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
25645
25645
  layoutGridRowField?: string | undefined;
25646
25646
  layoutGridColumnField?: string | undefined;
25647
25647
  layoutGridMaxRows?: number | undefined;
25648
- iconPickerPreset?: "cta" | undefined;
25648
+ iconPickerPreset?: "cta" | "feature" | undefined;
25649
25649
  contentTypeField?: string | undefined;
25650
25650
  fixedContentType?: string | undefined;
25651
25651
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -25751,7 +25751,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
25751
25751
  layoutGridRowField?: string | undefined;
25752
25752
  layoutGridColumnField?: string | undefined;
25753
25753
  layoutGridMaxRows?: number | undefined;
25754
- iconPickerPreset?: "cta" | undefined;
25754
+ iconPickerPreset?: "cta" | "feature" | undefined;
25755
25755
  contentTypeField?: string | undefined;
25756
25756
  fixedContentType?: string | undefined;
25757
25757
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -25857,7 +25857,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
25857
25857
  layoutGridRowField?: string | undefined;
25858
25858
  layoutGridColumnField?: string | undefined;
25859
25859
  layoutGridMaxRows?: number | undefined;
25860
- iconPickerPreset?: "cta" | undefined;
25860
+ iconPickerPreset?: "cta" | "feature" | undefined;
25861
25861
  contentTypeField?: string | undefined;
25862
25862
  fixedContentType?: string | undefined;
25863
25863
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -25963,7 +25963,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
25963
25963
  layoutGridRowField?: string | undefined;
25964
25964
  layoutGridColumnField?: string | undefined;
25965
25965
  layoutGridMaxRows?: number | undefined;
25966
- iconPickerPreset?: "cta" | undefined;
25966
+ iconPickerPreset?: "cta" | "feature" | undefined;
25967
25967
  contentTypeField?: string | undefined;
25968
25968
  fixedContentType?: string | undefined;
25969
25969
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -26069,7 +26069,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
26069
26069
  layoutGridRowField?: string | undefined;
26070
26070
  layoutGridColumnField?: string | undefined;
26071
26071
  layoutGridMaxRows?: number | undefined;
26072
- iconPickerPreset?: "cta" | undefined;
26072
+ iconPickerPreset?: "cta" | "feature" | undefined;
26073
26073
  contentTypeField?: string | undefined;
26074
26074
  fixedContentType?: string | undefined;
26075
26075
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -26175,7 +26175,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
26175
26175
  layoutGridRowField?: string | undefined;
26176
26176
  layoutGridColumnField?: string | undefined;
26177
26177
  layoutGridMaxRows?: number | undefined;
26178
- iconPickerPreset?: "cta" | undefined;
26178
+ iconPickerPreset?: "cta" | "feature" | undefined;
26179
26179
  contentTypeField?: string | undefined;
26180
26180
  fixedContentType?: string | undefined;
26181
26181
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -26285,7 +26285,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
26285
26285
  layoutGridRowField?: string | undefined;
26286
26286
  layoutGridColumnField?: string | undefined;
26287
26287
  layoutGridMaxRows?: number | undefined;
26288
- iconPickerPreset?: "cta" | undefined;
26288
+ iconPickerPreset?: "cta" | "feature" | undefined;
26289
26289
  contentTypeField?: string | undefined;
26290
26290
  fixedContentType?: string | undefined;
26291
26291
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -26391,7 +26391,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
26391
26391
  layoutGridRowField?: string | undefined;
26392
26392
  layoutGridColumnField?: string | undefined;
26393
26393
  layoutGridMaxRows?: number | undefined;
26394
- iconPickerPreset?: "cta" | undefined;
26394
+ iconPickerPreset?: "cta" | "feature" | undefined;
26395
26395
  contentTypeField?: string | undefined;
26396
26396
  fixedContentType?: string | undefined;
26397
26397
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -26499,7 +26499,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
26499
26499
  layoutGridRowField?: string | undefined;
26500
26500
  layoutGridColumnField?: string | undefined;
26501
26501
  layoutGridMaxRows?: number | undefined;
26502
- iconPickerPreset?: "cta" | undefined;
26502
+ iconPickerPreset?: "cta" | "feature" | undefined;
26503
26503
  contentTypeField?: string | undefined;
26504
26504
  fixedContentType?: string | undefined;
26505
26505
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -26605,7 +26605,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
26605
26605
  layoutGridRowField?: string | undefined;
26606
26606
  layoutGridColumnField?: string | undefined;
26607
26607
  layoutGridMaxRows?: number | undefined;
26608
- iconPickerPreset?: "cta" | undefined;
26608
+ iconPickerPreset?: "cta" | "feature" | undefined;
26609
26609
  contentTypeField?: string | undefined;
26610
26610
  fixedContentType?: string | undefined;
26611
26611
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -26727,7 +26727,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
26727
26727
  layoutGridRowField?: string | undefined;
26728
26728
  layoutGridColumnField?: string | undefined;
26729
26729
  layoutGridMaxRows?: number | undefined;
26730
- iconPickerPreset?: "cta" | undefined;
26730
+ iconPickerPreset?: "cta" | "feature" | undefined;
26731
26731
  contentTypeField?: string | undefined;
26732
26732
  fixedContentType?: string | undefined;
26733
26733
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -26837,7 +26837,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
26837
26837
  layoutGridRowField?: string | undefined;
26838
26838
  layoutGridColumnField?: string | undefined;
26839
26839
  layoutGridMaxRows?: number | undefined;
26840
- iconPickerPreset?: "cta" | undefined;
26840
+ iconPickerPreset?: "cta" | "feature" | undefined;
26841
26841
  contentTypeField?: string | undefined;
26842
26842
  fixedContentType?: string | undefined;
26843
26843
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -26959,7 +26959,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
26959
26959
  layoutGridRowField?: string | undefined;
26960
26960
  layoutGridColumnField?: string | undefined;
26961
26961
  layoutGridMaxRows?: number | undefined;
26962
- iconPickerPreset?: "cta" | undefined;
26962
+ iconPickerPreset?: "cta" | "feature" | undefined;
26963
26963
  contentTypeField?: string | undefined;
26964
26964
  fixedContentType?: string | undefined;
26965
26965
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -27074,7 +27074,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
27074
27074
  layoutGridRowField?: string | undefined;
27075
27075
  layoutGridColumnField?: string | undefined;
27076
27076
  layoutGridMaxRows?: number | undefined;
27077
- iconPickerPreset?: "cta" | undefined;
27077
+ iconPickerPreset?: "cta" | "feature" | undefined;
27078
27078
  contentTypeField?: string | undefined;
27079
27079
  fixedContentType?: string | undefined;
27080
27080
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -27181,7 +27181,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
27181
27181
  layoutGridRowField?: string | undefined;
27182
27182
  layoutGridColumnField?: string | undefined;
27183
27183
  layoutGridMaxRows?: number | undefined;
27184
- iconPickerPreset?: "cta" | undefined;
27184
+ iconPickerPreset?: "cta" | "feature" | undefined;
27185
27185
  contentTypeField?: string | undefined;
27186
27186
  fixedContentType?: string | undefined;
27187
27187
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -27288,7 +27288,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
27288
27288
  layoutGridRowField?: string | undefined;
27289
27289
  layoutGridColumnField?: string | undefined;
27290
27290
  layoutGridMaxRows?: number | undefined;
27291
- iconPickerPreset?: "cta" | undefined;
27291
+ iconPickerPreset?: "cta" | "feature" | undefined;
27292
27292
  contentTypeField?: string | undefined;
27293
27293
  fixedContentType?: string | undefined;
27294
27294
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -27396,7 +27396,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
27396
27396
  layoutGridRowField?: string | undefined;
27397
27397
  layoutGridColumnField?: string | undefined;
27398
27398
  layoutGridMaxRows?: number | undefined;
27399
- iconPickerPreset?: "cta" | undefined;
27399
+ iconPickerPreset?: "cta" | "feature" | undefined;
27400
27400
  contentTypeField?: string | undefined;
27401
27401
  fixedContentType?: string | undefined;
27402
27402
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -27502,7 +27502,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
27502
27502
  layoutGridRowField?: string | undefined;
27503
27503
  layoutGridColumnField?: string | undefined;
27504
27504
  layoutGridMaxRows?: number | undefined;
27505
- iconPickerPreset?: "cta" | undefined;
27505
+ iconPickerPreset?: "cta" | "feature" | undefined;
27506
27506
  contentTypeField?: string | undefined;
27507
27507
  fixedContentType?: string | undefined;
27508
27508
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -27608,7 +27608,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
27608
27608
  layoutGridRowField?: string | undefined;
27609
27609
  layoutGridColumnField?: string | undefined;
27610
27610
  layoutGridMaxRows?: number | undefined;
27611
- iconPickerPreset?: "cta" | undefined;
27611
+ iconPickerPreset?: "cta" | "feature" | undefined;
27612
27612
  contentTypeField?: string | undefined;
27613
27613
  fixedContentType?: string | undefined;
27614
27614
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -27714,7 +27714,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
27714
27714
  layoutGridRowField?: string | undefined;
27715
27715
  layoutGridColumnField?: string | undefined;
27716
27716
  layoutGridMaxRows?: number | undefined;
27717
- iconPickerPreset?: "cta" | undefined;
27717
+ iconPickerPreset?: "cta" | "feature" | undefined;
27718
27718
  contentTypeField?: string | undefined;
27719
27719
  fixedContentType?: string | undefined;
27720
27720
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -27820,7 +27820,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
27820
27820
  layoutGridRowField?: string | undefined;
27821
27821
  layoutGridColumnField?: string | undefined;
27822
27822
  layoutGridMaxRows?: number | undefined;
27823
- iconPickerPreset?: "cta" | undefined;
27823
+ iconPickerPreset?: "cta" | "feature" | undefined;
27824
27824
  contentTypeField?: string | undefined;
27825
27825
  fixedContentType?: string | undefined;
27826
27826
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -27926,7 +27926,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
27926
27926
  layoutGridRowField?: string | undefined;
27927
27927
  layoutGridColumnField?: string | undefined;
27928
27928
  layoutGridMaxRows?: number | undefined;
27929
- iconPickerPreset?: "cta" | undefined;
27929
+ iconPickerPreset?: "cta" | "feature" | undefined;
27930
27930
  contentTypeField?: string | undefined;
27931
27931
  fixedContentType?: string | undefined;
27932
27932
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -28036,7 +28036,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
28036
28036
  layoutGridRowField?: string | undefined;
28037
28037
  layoutGridColumnField?: string | undefined;
28038
28038
  layoutGridMaxRows?: number | undefined;
28039
- iconPickerPreset?: "cta" | undefined;
28039
+ iconPickerPreset?: "cta" | "feature" | undefined;
28040
28040
  contentTypeField?: string | undefined;
28041
28041
  fixedContentType?: string | undefined;
28042
28042
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -28142,7 +28142,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
28142
28142
  layoutGridRowField?: string | undefined;
28143
28143
  layoutGridColumnField?: string | undefined;
28144
28144
  layoutGridMaxRows?: number | undefined;
28145
- iconPickerPreset?: "cta" | undefined;
28145
+ iconPickerPreset?: "cta" | "feature" | undefined;
28146
28146
  contentTypeField?: string | undefined;
28147
28147
  fixedContentType?: string | undefined;
28148
28148
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -28250,7 +28250,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
28250
28250
  layoutGridRowField?: string | undefined;
28251
28251
  layoutGridColumnField?: string | undefined;
28252
28252
  layoutGridMaxRows?: number | undefined;
28253
- iconPickerPreset?: "cta" | undefined;
28253
+ iconPickerPreset?: "cta" | "feature" | undefined;
28254
28254
  contentTypeField?: string | undefined;
28255
28255
  fixedContentType?: string | undefined;
28256
28256
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -28356,7 +28356,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
28356
28356
  layoutGridRowField?: string | undefined;
28357
28357
  layoutGridColumnField?: string | undefined;
28358
28358
  layoutGridMaxRows?: number | undefined;
28359
- iconPickerPreset?: "cta" | undefined;
28359
+ iconPickerPreset?: "cta" | "feature" | undefined;
28360
28360
  contentTypeField?: string | undefined;
28361
28361
  fixedContentType?: string | undefined;
28362
28362
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -28469,7 +28469,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
28469
28469
  layoutGridRowField?: string | undefined;
28470
28470
  layoutGridColumnField?: string | undefined;
28471
28471
  layoutGridMaxRows?: number | undefined;
28472
- iconPickerPreset?: "cta" | undefined;
28472
+ iconPickerPreset?: "cta" | "feature" | undefined;
28473
28473
  contentTypeField?: string | undefined;
28474
28474
  fixedContentType?: string | undefined;
28475
28475
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -28581,7 +28581,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
28581
28581
  layoutGridRowField?: string | undefined;
28582
28582
  layoutGridColumnField?: string | undefined;
28583
28583
  layoutGridMaxRows?: number | undefined;
28584
- iconPickerPreset?: "cta" | undefined;
28584
+ iconPickerPreset?: "cta" | "feature" | undefined;
28585
28585
  contentTypeField?: string | undefined;
28586
28586
  fixedContentType?: string | undefined;
28587
28587
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -28687,7 +28687,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
28687
28687
  layoutGridRowField?: string | undefined;
28688
28688
  layoutGridColumnField?: string | undefined;
28689
28689
  layoutGridMaxRows?: number | undefined;
28690
- iconPickerPreset?: "cta" | undefined;
28690
+ iconPickerPreset?: "cta" | "feature" | undefined;
28691
28691
  contentTypeField?: string | undefined;
28692
28692
  fixedContentType?: string | undefined;
28693
28693
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -28800,7 +28800,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
28800
28800
  layoutGridRowField?: string | undefined;
28801
28801
  layoutGridColumnField?: string | undefined;
28802
28802
  layoutGridMaxRows?: number | undefined;
28803
- iconPickerPreset?: "cta" | undefined;
28803
+ iconPickerPreset?: "cta" | "feature" | undefined;
28804
28804
  contentTypeField?: string | undefined;
28805
28805
  fixedContentType?: string | undefined;
28806
28806
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -28907,7 +28907,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
28907
28907
  layoutGridRowField?: string | undefined;
28908
28908
  layoutGridColumnField?: string | undefined;
28909
28909
  layoutGridMaxRows?: number | undefined;
28910
- iconPickerPreset?: "cta" | undefined;
28910
+ iconPickerPreset?: "cta" | "feature" | undefined;
28911
28911
  contentTypeField?: string | undefined;
28912
28912
  fixedContentType?: string | undefined;
28913
28913
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -29014,7 +29014,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
29014
29014
  layoutGridRowField?: string | undefined;
29015
29015
  layoutGridColumnField?: string | undefined;
29016
29016
  layoutGridMaxRows?: number | undefined;
29017
- iconPickerPreset?: "cta" | undefined;
29017
+ iconPickerPreset?: "cta" | "feature" | undefined;
29018
29018
  contentTypeField?: string | undefined;
29019
29019
  fixedContentType?: string | undefined;
29020
29020
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -29122,7 +29122,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
29122
29122
  layoutGridRowField?: string | undefined;
29123
29123
  layoutGridColumnField?: string | undefined;
29124
29124
  layoutGridMaxRows?: number | undefined;
29125
- iconPickerPreset?: "cta" | undefined;
29125
+ iconPickerPreset?: "cta" | "feature" | undefined;
29126
29126
  contentTypeField?: string | undefined;
29127
29127
  fixedContentType?: string | undefined;
29128
29128
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -29228,7 +29228,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
29228
29228
  layoutGridRowField?: string | undefined;
29229
29229
  layoutGridColumnField?: string | undefined;
29230
29230
  layoutGridMaxRows?: number | undefined;
29231
- iconPickerPreset?: "cta" | undefined;
29231
+ iconPickerPreset?: "cta" | "feature" | undefined;
29232
29232
  contentTypeField?: string | undefined;
29233
29233
  fixedContentType?: string | undefined;
29234
29234
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -29334,7 +29334,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
29334
29334
  layoutGridRowField?: string | undefined;
29335
29335
  layoutGridColumnField?: string | undefined;
29336
29336
  layoutGridMaxRows?: number | undefined;
29337
- iconPickerPreset?: "cta" | undefined;
29337
+ iconPickerPreset?: "cta" | "feature" | undefined;
29338
29338
  contentTypeField?: string | undefined;
29339
29339
  fixedContentType?: string | undefined;
29340
29340
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -29440,7 +29440,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
29440
29440
  layoutGridRowField?: string | undefined;
29441
29441
  layoutGridColumnField?: string | undefined;
29442
29442
  layoutGridMaxRows?: number | undefined;
29443
- iconPickerPreset?: "cta" | undefined;
29443
+ iconPickerPreset?: "cta" | "feature" | undefined;
29444
29444
  contentTypeField?: string | undefined;
29445
29445
  fixedContentType?: string | undefined;
29446
29446
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -29546,7 +29546,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
29546
29546
  layoutGridRowField?: string | undefined;
29547
29547
  layoutGridColumnField?: string | undefined;
29548
29548
  layoutGridMaxRows?: number | undefined;
29549
- iconPickerPreset?: "cta" | undefined;
29549
+ iconPickerPreset?: "cta" | "feature" | undefined;
29550
29550
  contentTypeField?: string | undefined;
29551
29551
  fixedContentType?: string | undefined;
29552
29552
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -29652,7 +29652,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
29652
29652
  layoutGridRowField?: string | undefined;
29653
29653
  layoutGridColumnField?: string | undefined;
29654
29654
  layoutGridMaxRows?: number | undefined;
29655
- iconPickerPreset?: "cta" | undefined;
29655
+ iconPickerPreset?: "cta" | "feature" | undefined;
29656
29656
  contentTypeField?: string | undefined;
29657
29657
  fixedContentType?: string | undefined;
29658
29658
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -29762,7 +29762,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
29762
29762
  layoutGridRowField?: string | undefined;
29763
29763
  layoutGridColumnField?: string | undefined;
29764
29764
  layoutGridMaxRows?: number | undefined;
29765
- iconPickerPreset?: "cta" | undefined;
29765
+ iconPickerPreset?: "cta" | "feature" | undefined;
29766
29766
  contentTypeField?: string | undefined;
29767
29767
  fixedContentType?: string | undefined;
29768
29768
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -29868,7 +29868,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
29868
29868
  layoutGridRowField?: string | undefined;
29869
29869
  layoutGridColumnField?: string | undefined;
29870
29870
  layoutGridMaxRows?: number | undefined;
29871
- iconPickerPreset?: "cta" | undefined;
29871
+ iconPickerPreset?: "cta" | "feature" | undefined;
29872
29872
  contentTypeField?: string | undefined;
29873
29873
  fixedContentType?: string | undefined;
29874
29874
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -29976,7 +29976,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
29976
29976
  layoutGridRowField?: string | undefined;
29977
29977
  layoutGridColumnField?: string | undefined;
29978
29978
  layoutGridMaxRows?: number | undefined;
29979
- iconPickerPreset?: "cta" | undefined;
29979
+ iconPickerPreset?: "cta" | "feature" | undefined;
29980
29980
  contentTypeField?: string | undefined;
29981
29981
  fixedContentType?: string | undefined;
29982
29982
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -30082,7 +30082,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
30082
30082
  layoutGridRowField?: string | undefined;
30083
30083
  layoutGridColumnField?: string | undefined;
30084
30084
  layoutGridMaxRows?: number | undefined;
30085
- iconPickerPreset?: "cta" | undefined;
30085
+ iconPickerPreset?: "cta" | "feature" | undefined;
30086
30086
  contentTypeField?: string | undefined;
30087
30087
  fixedContentType?: string | undefined;
30088
30088
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -30195,7 +30195,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
30195
30195
  layoutGridRowField?: string | undefined;
30196
30196
  layoutGridColumnField?: string | undefined;
30197
30197
  layoutGridMaxRows?: number | undefined;
30198
- iconPickerPreset?: "cta" | undefined;
30198
+ iconPickerPreset?: "cta" | "feature" | undefined;
30199
30199
  contentTypeField?: string | undefined;
30200
30200
  fixedContentType?: string | undefined;
30201
30201
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -30307,7 +30307,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
30307
30307
  layoutGridRowField?: string | undefined;
30308
30308
  layoutGridColumnField?: string | undefined;
30309
30309
  layoutGridMaxRows?: number | undefined;
30310
- iconPickerPreset?: "cta" | undefined;
30310
+ iconPickerPreset?: "cta" | "feature" | undefined;
30311
30311
  contentTypeField?: string | undefined;
30312
30312
  fixedContentType?: string | undefined;
30313
30313
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -30413,7 +30413,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
30413
30413
  layoutGridRowField?: string | undefined;
30414
30414
  layoutGridColumnField?: string | undefined;
30415
30415
  layoutGridMaxRows?: number | undefined;
30416
- iconPickerPreset?: "cta" | undefined;
30416
+ iconPickerPreset?: "cta" | "feature" | undefined;
30417
30417
  contentTypeField?: string | undefined;
30418
30418
  fixedContentType?: string | undefined;
30419
30419
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -30519,7 +30519,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
30519
30519
  layoutGridRowField?: string | undefined;
30520
30520
  layoutGridColumnField?: string | undefined;
30521
30521
  layoutGridMaxRows?: number | undefined;
30522
- iconPickerPreset?: "cta" | undefined;
30522
+ iconPickerPreset?: "cta" | "feature" | undefined;
30523
30523
  contentTypeField?: string | undefined;
30524
30524
  fixedContentType?: string | undefined;
30525
30525
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -30629,7 +30629,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
30629
30629
  layoutGridRowField?: string | undefined;
30630
30630
  layoutGridColumnField?: string | undefined;
30631
30631
  layoutGridMaxRows?: number | undefined;
30632
- iconPickerPreset?: "cta" | undefined;
30632
+ iconPickerPreset?: "cta" | "feature" | undefined;
30633
30633
  contentTypeField?: string | undefined;
30634
30634
  fixedContentType?: string | undefined;
30635
30635
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -30741,7 +30741,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
30741
30741
  layoutGridRowField?: string | undefined;
30742
30742
  layoutGridColumnField?: string | undefined;
30743
30743
  layoutGridMaxRows?: number | undefined;
30744
- iconPickerPreset?: "cta" | undefined;
30744
+ iconPickerPreset?: "cta" | "feature" | undefined;
30745
30745
  contentTypeField?: string | undefined;
30746
30746
  fixedContentType?: string | undefined;
30747
30747
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -30847,7 +30847,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
30847
30847
  layoutGridRowField?: string | undefined;
30848
30848
  layoutGridColumnField?: string | undefined;
30849
30849
  layoutGridMaxRows?: number | undefined;
30850
- iconPickerPreset?: "cta" | undefined;
30850
+ iconPickerPreset?: "cta" | "feature" | undefined;
30851
30851
  contentTypeField?: string | undefined;
30852
30852
  fixedContentType?: string | undefined;
30853
30853
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -30956,7 +30956,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
30956
30956
  layoutGridRowField?: string | undefined;
30957
30957
  layoutGridColumnField?: string | undefined;
30958
30958
  layoutGridMaxRows?: number | undefined;
30959
- iconPickerPreset?: "cta" | undefined;
30959
+ iconPickerPreset?: "cta" | "feature" | undefined;
30960
30960
  contentTypeField?: string | undefined;
30961
30961
  fixedContentType?: string | undefined;
30962
30962
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -31067,7 +31067,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
31067
31067
  layoutGridRowField?: string | undefined;
31068
31068
  layoutGridColumnField?: string | undefined;
31069
31069
  layoutGridMaxRows?: number | undefined;
31070
- iconPickerPreset?: "cta" | undefined;
31070
+ iconPickerPreset?: "cta" | "feature" | undefined;
31071
31071
  contentTypeField?: string | undefined;
31072
31072
  fixedContentType?: string | undefined;
31073
31073
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -31179,7 +31179,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
31179
31179
  layoutGridRowField?: string | undefined;
31180
31180
  layoutGridColumnField?: string | undefined;
31181
31181
  layoutGridMaxRows?: number | undefined;
31182
- iconPickerPreset?: "cta" | undefined;
31182
+ iconPickerPreset?: "cta" | "feature" | undefined;
31183
31183
  contentTypeField?: string | undefined;
31184
31184
  fixedContentType?: string | undefined;
31185
31185
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -31285,7 +31285,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
31285
31285
  layoutGridRowField?: string | undefined;
31286
31286
  layoutGridColumnField?: string | undefined;
31287
31287
  layoutGridMaxRows?: number | undefined;
31288
- iconPickerPreset?: "cta" | undefined;
31288
+ iconPickerPreset?: "cta" | "feature" | undefined;
31289
31289
  contentTypeField?: string | undefined;
31290
31290
  fixedContentType?: string | undefined;
31291
31291
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -31391,7 +31391,7 @@ export declare const productListManifest: import("..").DefinedBlockManifest<impo
31391
31391
  layoutGridRowField?: string | undefined;
31392
31392
  layoutGridColumnField?: string | undefined;
31393
31393
  layoutGridMaxRows?: number | undefined;
31394
- iconPickerPreset?: "cta" | undefined;
31394
+ iconPickerPreset?: "cta" | "feature" | undefined;
31395
31395
  contentTypeField?: string | undefined;
31396
31396
  fixedContentType?: string | undefined;
31397
31397
  valueFrom?: "id" | "identifier" | "slug" | undefined;