@riverbankcms/sdk 0.78.2 → 0.79.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (159) hide show
  1. package/README.md +80 -0
  2. package/dist/{PreviewEditorSidebar-4DXLYX2V.mjs → PreviewEditorSidebar-56NMJMIK.mjs} +724 -47
  3. package/dist/{PreviewEditorUI-CS5P4N3P.mjs → PreviewEditorUI-27KJVEET.mjs} +3 -3
  4. package/dist/SdkPreviewModeRuntime-H4BSP6E7.mjs +8 -0
  5. package/dist/_dts/ai/src/contracts/proposals.d.ts +36 -0
  6. package/dist/_dts/api/src/endpoints.d.ts +55 -0
  7. package/dist/_dts/api/src/index.d.ts +5 -3
  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/siteManagementEndpoints.d.ts +16 -0
  17. package/dist/_dts/api/src/sitePlatformEndpoints.d.ts +7 -0
  18. package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +6 -1
  19. package/dist/_dts/api/src/types.d.ts +1 -1
  20. package/dist/_dts/api/src/webhooks.d.ts +239 -0
  21. package/dist/_dts/blocks/src/index.d.ts +4 -0
  22. package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +288 -288
  23. package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +288 -288
  24. package/dist/_dts/blocks/src/system/blocks/cart.d.ts +288 -288
  25. package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +288 -288
  26. package/dist/_dts/blocks/src/system/blocks/collection.d.ts +288 -288
  27. package/dist/_dts/blocks/src/system/blocks/faq.d.ts +294 -289
  28. package/dist/_dts/blocks/src/system/blocks/feature-card-icons.d.ts +57 -0
  29. package/dist/_dts/blocks/src/system/blocks/feature-cards.d.ts +4 -0
  30. package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +288 -288
  31. package/dist/_dts/blocks/src/system/blocks/index.d.ts +1 -0
  32. package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +1 -1
  33. package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +22 -22
  34. package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +288 -288
  35. package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +288 -288
  36. package/dist/_dts/blocks/src/system/blocks/shop.d.ts +288 -288
  37. package/dist/_dts/blocks/src/system/blocks/testimonials.d.ts +7 -1
  38. package/dist/_dts/blocks/src/system/customize/backgrounds.d.ts +170 -0
  39. package/dist/_dts/blocks/src/system/fragments/library/testimonialsCarousel.d.ts +5 -0
  40. package/dist/_dts/blocks/src/system/helpers/resolveBackground.d.ts +3 -1
  41. package/dist/_dts/blocks/src/system/icons/ids.d.ts +13 -0
  42. package/dist/_dts/blocks/src/system/icons/index.d.ts +6 -0
  43. package/dist/_dts/blocks/src/system/icons/presets.d.ts +4 -0
  44. package/dist/_dts/blocks/src/system/icons/registry.d.ts +18 -0
  45. package/dist/_dts/blocks/src/system/icons/semantic.d.ts +239 -0
  46. package/dist/_dts/blocks/src/system/icons/value.d.ts +94 -0
  47. package/dist/_dts/blocks/src/system/index.d.ts +1 -0
  48. package/dist/_dts/blocks/src/system/manifest/fieldValidation/index.d.ts +4 -1
  49. package/dist/_dts/blocks/src/system/manifest/schema.d.ts +23 -0
  50. package/dist/_dts/blocks/src/system/runtime/nodes/feature-card-icon.d.ts +13 -0
  51. package/dist/_dts/content-model/src/contentManifest.d.ts +3 -1
  52. package/dist/_dts/core/src/branded.d.ts +6 -0
  53. package/dist/_dts/db/src/generated/supabase/database.types.d.ts +191 -0
  54. package/dist/_dts/editor-blocks/src/block-editor/BlockCard.d.ts +12 -1
  55. package/dist/_dts/editor-blocks/src/block-editor/BlockCardBody.d.ts +12 -1
  56. package/dist/_dts/editor-blocks/src/block-editor/BlockCardHeader.d.ts +12 -2
  57. package/dist/_dts/editor-blocks/src/block-editor/FeatureCardIconsPanel.d.ts +21 -0
  58. package/dist/_dts/editor-blocks/src/block-editor/GeneratedIconSetDialog.d.ts +40 -0
  59. package/dist/_dts/editor-blocks/src/block-editor/SortableBlockItem.d.ts +11 -1
  60. package/dist/_dts/editor-blocks/src/block-editor/featureCardIconActions.d.ts +82 -0
  61. package/dist/_dts/editor-blocks/src/widgets/icon-picker/IconPickerField.d.ts +1 -1
  62. package/dist/_dts/media-core/src/fileDomain.d.ts +8 -1
  63. package/dist/_dts/media-editor/src/MediaEditor.d.ts +3 -2
  64. package/dist/_dts/media-react/src/components/MediaLibrary.d.ts +2 -1
  65. package/dist/_dts/media-react/src/components/MediaPickerMini.d.ts +2 -1
  66. package/dist/_dts/preview-next/src/client/blocks/previewCustomizeActions.d.ts +17 -0
  67. package/dist/_dts/preview-next/src/client/preview/PageDesignEditorStateContext.d.ts +4 -0
  68. package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +3 -2
  69. package/dist/_dts/preview-next/src/client/preview/previewCustomizeHistory.d.ts +6 -0
  70. package/dist/_dts/sdk/src/cli/navigationIdentity.d.ts +11 -0
  71. package/dist/_dts/sdk/src/cli/site-commands/navigationCommands.d.ts +4 -0
  72. package/dist/_dts/sdk/src/cli/site-commands/oneOffCommands.d.ts +1 -0
  73. package/dist/_dts/sdk/src/cli/sync/diff.d.ts +9 -0
  74. package/dist/_dts/sdk/src/client/management/types.d.ts +2 -0
  75. package/dist/_dts/sdk/src/config/field-definitions.d.ts +3 -1
  76. package/dist/_dts/sdk/src/contracts/index.d.ts +1 -1
  77. package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +19 -2
  78. package/dist/_dts/sdk/src/next/index.d.ts +1 -1
  79. package/dist/_dts/sdk/src/next/revalidate.d.ts +26 -5
  80. package/dist/_dts/sdk/src/next/static-params.d.ts +28 -3
  81. package/dist/_dts/sdk/src/public-api/contracts.d.ts +5 -1
  82. package/dist/_dts/sdk/src/public-api/runtime.d.ts +1 -1
  83. package/dist/_dts/sdk/src/version.d.ts +1 -1
  84. package/dist/_dts/sdk/src/webhooks/index.d.ts +1 -1
  85. package/dist/_dts/sdk/src/webhooks/verify.d.ts +6 -102
  86. package/dist/_dts/site-commands/src/commands.d.ts +3 -0
  87. package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
  88. package/dist/_dts/theme-core/src/mock-themes/all.d.ts +3 -3
  89. package/dist/_dts/theme-core/src/schema.d.ts +5 -5
  90. package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +25 -2
  91. package/dist/_dts/theme-core/src/site-styles/designState.d.ts +5 -5
  92. package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +4 -2
  93. package/dist/_dts/theme-core/src/site-styles/previewCompiler.d.ts +4 -4
  94. package/dist/_dts/theme-core/src/tokens/themeColorTokens.d.ts +2 -0
  95. package/dist/_dts/ui/src/combobox.d.ts +1 -0
  96. package/dist/{chunk-RGTOD4AJ.mjs → chunk-4HCW7FHJ.mjs} +491 -56
  97. package/dist/{chunk-OKMBEAXY.mjs → chunk-A3HHFKVT.mjs} +1 -1
  98. package/dist/{chunk-6HYXHRAI.mjs → chunk-GP555I66.mjs} +177 -7
  99. package/dist/{chunk-CR5HKAGU.mjs → chunk-K2IIF34C.mjs} +55 -0
  100. package/dist/{chunk-4QEGTLK6.mjs → chunk-LCY32PXF.mjs} +1 -1
  101. package/dist/{chunk-MCRQMPET.mjs → chunk-V47ZU33I.mjs} +1745 -157
  102. package/dist/cli/index.mjs +1169 -171
  103. package/dist/cli/init-docs/content/workflow-editor-workflows.md +2 -0
  104. package/dist/cli/init-docs/content/workflow-isr-revalidation.md +138 -0
  105. package/dist/client/{accordion-PLYNJIIM.mjs → accordion-QLA7KBYO.mjs} +1 -1
  106. package/dist/client/{bookingForm-BXAP6AO7.mjs → bookingForm-PYZIPA5G.mjs} +3 -3
  107. package/dist/client/bookings.mjs +110 -2
  108. package/dist/client/{carousel-TRBXDHGF.mjs → carousel-5EIULWBI.mjs} +2 -2
  109. package/dist/client/{cart-Z7H3HJRS.mjs → cart-DOP3FNI4.mjs} +5 -5
  110. package/dist/client/{checkout-WAFCUBIX.mjs → checkout-BVMF6FBV.mjs} +5 -5
  111. package/dist/client/{chunk-JRDUHZCT.mjs → chunk-44K2U3QI.mjs} +4 -4
  112. package/dist/client/{chunk-UVQEJJTN.mjs → chunk-CCNTDRCF.mjs} +1 -1
  113. package/dist/client/{chunk-ZI3LLBPZ.mjs → chunk-GG4M2NP6.mjs} +1 -1
  114. package/dist/client/{chunk-JGXPTEI2.mjs → chunk-R5ESWNKX.mjs} +6 -3
  115. package/dist/client/{chunk-CWGTG37I.mjs → chunk-TYONZMST.mjs} +1 -1
  116. package/dist/client/{chunk-75OUS5MT.mjs → chunk-UDS3NTWA.mjs} +1 -1
  117. package/dist/client/{chunk-DNRGY432.mjs → chunk-V6M5FCR5.mjs} +1 -1
  118. package/dist/client/{chunk-FUXW6VW2.mjs → chunk-YLDYVRZL.mjs} +4 -4
  119. package/dist/client/client.mjs +21329 -19729
  120. package/dist/client/{courseRegistration-AHFQHWIJ.mjs → courseRegistration-E6EAA6NL.mjs} +3 -3
  121. package/dist/client/{eventCalendar-LDXTV5R7.mjs → eventCalendar-HBG3HAK6.mjs} +5 -5
  122. package/dist/client/{eventCombined-A4JGTNJO.mjs → eventCombined-6K5ZZWAK.mjs} +5 -5
  123. package/dist/client/{eventDetails-4YXTZ7EG.mjs → eventDetails-Q75ICXLT.mjs} +5 -5
  124. package/dist/client/{eventListing-P72TPFFM.mjs → eventListing-27P5F7DZ.mjs} +5 -5
  125. package/dist/client/{eventRegistration-LSYJHGMT.mjs → eventRegistration-IQ7AMASR.mjs} +5 -5
  126. package/dist/client/{form-AOPYOKOW.mjs → form-JRTD65FN.mjs} +1 -1
  127. package/dist/client/{headerSection-5TFYDFVQ.mjs → headerSection-7FPSSZHS.mjs} +2 -2
  128. package/dist/client/hooks.mjs +350 -35
  129. package/dist/client/{locationMap-QSZ3ZVAZ.mjs → locationMap-7NGFNYBH.mjs} +1 -1
  130. package/dist/client/{newsletterForm-KTRHZY52.mjs → newsletterForm-F3BADCI2.mjs} +1 -1
  131. package/dist/client/{productDetail-N4E775RG.mjs → productDetail-V3HP7ITJ.mjs} +5 -5
  132. package/dist/client/{productList-UGUQ2S45.mjs → productList-L3EGJUF2.mjs} +5 -5
  133. package/dist/client/rendering/client.mjs +2713 -1382
  134. package/dist/client/rendering/islands.mjs +18 -18
  135. package/dist/client/rendering.mjs +2014 -414
  136. package/dist/client/{shop-VHSZEEQ2.mjs → shop-DQUB5E2C.mjs} +5 -5
  137. package/dist/preview-next/before-render.mjs +55 -0
  138. package/dist/preview-next/client/runtime.mjs +5 -5
  139. package/dist/preview-next/middleware.mjs +55 -0
  140. package/dist/{sdk-runtime-WHPJEF5G.mjs → sdk-runtime-AF6KXJU4.mjs} +6 -6
  141. package/dist/server/components.mjs +2169 -781
  142. package/dist/server/config-validation.mjs +350 -35
  143. package/dist/server/config.mjs +350 -35
  144. package/dist/server/data.mjs +350 -35
  145. package/dist/server/index.mjs +64 -1
  146. package/dist/server/next/revalidate.mjs +229 -34
  147. package/dist/server/next.mjs +2307 -818
  148. package/dist/server/page-converter.mjs +275 -34
  149. package/dist/server/prebuild.mjs +1 -1
  150. package/dist/server/rendering/server.mjs +2174 -786
  151. package/dist/server/rendering.mjs +2187 -799
  152. package/dist/server/routing.mjs +767 -50
  153. package/dist/server/server.mjs +351 -36
  154. package/dist/server/theme-bridge.mjs +164 -2
  155. package/dist/server/theme.mjs +2 -2
  156. package/dist/server/webhooks.mjs +129 -25
  157. package/dist/styles/index.css +55 -0
  158. package/package.json +2 -1
  159. package/dist/SdkPreviewModeRuntime-IJDHTW4W.mjs +0 -8
@@ -176,7 +176,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
176
176
  layoutGridRowField?: string | undefined;
177
177
  layoutGridColumnField?: string | undefined;
178
178
  layoutGridMaxRows?: number | undefined;
179
- iconPickerPreset?: "cta" | undefined;
179
+ iconPickerPreset?: "cta" | "feature" | undefined;
180
180
  contentTypeField?: string | undefined;
181
181
  fixedContentType?: string | undefined;
182
182
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -286,7 +286,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
286
286
  layoutGridRowField?: string | undefined;
287
287
  layoutGridColumnField?: string | undefined;
288
288
  layoutGridMaxRows?: number | undefined;
289
- iconPickerPreset?: "cta" | undefined;
289
+ iconPickerPreset?: "cta" | "feature" | undefined;
290
290
  contentTypeField?: string | undefined;
291
291
  fixedContentType?: string | undefined;
292
292
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -408,7 +408,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
408
408
  layoutGridRowField?: string | undefined;
409
409
  layoutGridColumnField?: string | undefined;
410
410
  layoutGridMaxRows?: number | undefined;
411
- iconPickerPreset?: "cta" | undefined;
411
+ iconPickerPreset?: "cta" | "feature" | undefined;
412
412
  contentTypeField?: string | undefined;
413
413
  fixedContentType?: string | undefined;
414
414
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -523,7 +523,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
523
523
  layoutGridRowField?: string | undefined;
524
524
  layoutGridColumnField?: string | undefined;
525
525
  layoutGridMaxRows?: number | undefined;
526
- iconPickerPreset?: "cta" | undefined;
526
+ iconPickerPreset?: "cta" | "feature" | undefined;
527
527
  contentTypeField?: string | undefined;
528
528
  fixedContentType?: string | undefined;
529
529
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -630,7 +630,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
630
630
  layoutGridRowField?: string | undefined;
631
631
  layoutGridColumnField?: string | undefined;
632
632
  layoutGridMaxRows?: number | undefined;
633
- iconPickerPreset?: "cta" | undefined;
633
+ iconPickerPreset?: "cta" | "feature" | undefined;
634
634
  contentTypeField?: string | undefined;
635
635
  fixedContentType?: string | undefined;
636
636
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -737,7 +737,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
737
737
  layoutGridRowField?: string | undefined;
738
738
  layoutGridColumnField?: string | undefined;
739
739
  layoutGridMaxRows?: number | undefined;
740
- iconPickerPreset?: "cta" | undefined;
740
+ iconPickerPreset?: "cta" | "feature" | undefined;
741
741
  contentTypeField?: string | undefined;
742
742
  fixedContentType?: string | undefined;
743
743
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -845,7 +845,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
845
845
  layoutGridRowField?: string | undefined;
846
846
  layoutGridColumnField?: string | undefined;
847
847
  layoutGridMaxRows?: number | undefined;
848
- iconPickerPreset?: "cta" | undefined;
848
+ iconPickerPreset?: "cta" | "feature" | undefined;
849
849
  contentTypeField?: string | undefined;
850
850
  fixedContentType?: string | undefined;
851
851
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -951,7 +951,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
951
951
  layoutGridRowField?: string | undefined;
952
952
  layoutGridColumnField?: string | undefined;
953
953
  layoutGridMaxRows?: number | undefined;
954
- iconPickerPreset?: "cta" | undefined;
954
+ iconPickerPreset?: "cta" | "feature" | undefined;
955
955
  contentTypeField?: string | undefined;
956
956
  fixedContentType?: string | undefined;
957
957
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -1057,7 +1057,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
1057
1057
  layoutGridRowField?: string | undefined;
1058
1058
  layoutGridColumnField?: string | undefined;
1059
1059
  layoutGridMaxRows?: number | undefined;
1060
- iconPickerPreset?: "cta" | undefined;
1060
+ iconPickerPreset?: "cta" | "feature" | undefined;
1061
1061
  contentTypeField?: string | undefined;
1062
1062
  fixedContentType?: string | undefined;
1063
1063
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -1163,7 +1163,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
1163
1163
  layoutGridRowField?: string | undefined;
1164
1164
  layoutGridColumnField?: string | undefined;
1165
1165
  layoutGridMaxRows?: number | undefined;
1166
- iconPickerPreset?: "cta" | undefined;
1166
+ iconPickerPreset?: "cta" | "feature" | undefined;
1167
1167
  contentTypeField?: string | undefined;
1168
1168
  fixedContentType?: string | undefined;
1169
1169
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -1269,7 +1269,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
1269
1269
  layoutGridRowField?: string | undefined;
1270
1270
  layoutGridColumnField?: string | undefined;
1271
1271
  layoutGridMaxRows?: number | undefined;
1272
- iconPickerPreset?: "cta" | undefined;
1272
+ iconPickerPreset?: "cta" | "feature" | undefined;
1273
1273
  contentTypeField?: string | undefined;
1274
1274
  fixedContentType?: string | undefined;
1275
1275
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -1375,7 +1375,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
1375
1375
  layoutGridRowField?: string | undefined;
1376
1376
  layoutGridColumnField?: string | undefined;
1377
1377
  layoutGridMaxRows?: number | undefined;
1378
- iconPickerPreset?: "cta" | undefined;
1378
+ iconPickerPreset?: "cta" | "feature" | undefined;
1379
1379
  contentTypeField?: string | undefined;
1380
1380
  fixedContentType?: string | undefined;
1381
1381
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -1485,7 +1485,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
1485
1485
  layoutGridRowField?: string | undefined;
1486
1486
  layoutGridColumnField?: string | undefined;
1487
1487
  layoutGridMaxRows?: number | undefined;
1488
- iconPickerPreset?: "cta" | undefined;
1488
+ iconPickerPreset?: "cta" | "feature" | undefined;
1489
1489
  contentTypeField?: string | undefined;
1490
1490
  fixedContentType?: string | undefined;
1491
1491
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -1591,7 +1591,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
1591
1591
  layoutGridRowField?: string | undefined;
1592
1592
  layoutGridColumnField?: string | undefined;
1593
1593
  layoutGridMaxRows?: number | undefined;
1594
- iconPickerPreset?: "cta" | undefined;
1594
+ iconPickerPreset?: "cta" | "feature" | undefined;
1595
1595
  contentTypeField?: string | undefined;
1596
1596
  fixedContentType?: string | undefined;
1597
1597
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -1699,7 +1699,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
1699
1699
  layoutGridRowField?: string | undefined;
1700
1700
  layoutGridColumnField?: string | undefined;
1701
1701
  layoutGridMaxRows?: number | undefined;
1702
- iconPickerPreset?: "cta" | undefined;
1702
+ iconPickerPreset?: "cta" | "feature" | undefined;
1703
1703
  contentTypeField?: string | undefined;
1704
1704
  fixedContentType?: string | undefined;
1705
1705
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -1805,7 +1805,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
1805
1805
  layoutGridRowField?: string | undefined;
1806
1806
  layoutGridColumnField?: string | undefined;
1807
1807
  layoutGridMaxRows?: number | undefined;
1808
- iconPickerPreset?: "cta" | undefined;
1808
+ iconPickerPreset?: "cta" | "feature" | undefined;
1809
1809
  contentTypeField?: string | undefined;
1810
1810
  fixedContentType?: string | undefined;
1811
1811
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -1927,7 +1927,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
1927
1927
  layoutGridRowField?: string | undefined;
1928
1928
  layoutGridColumnField?: string | undefined;
1929
1929
  layoutGridMaxRows?: number | undefined;
1930
- iconPickerPreset?: "cta" | undefined;
1930
+ iconPickerPreset?: "cta" | "feature" | undefined;
1931
1931
  contentTypeField?: string | undefined;
1932
1932
  fixedContentType?: string | undefined;
1933
1933
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -2042,7 +2042,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
2042
2042
  layoutGridRowField?: string | undefined;
2043
2043
  layoutGridColumnField?: string | undefined;
2044
2044
  layoutGridMaxRows?: number | undefined;
2045
- iconPickerPreset?: "cta" | undefined;
2045
+ iconPickerPreset?: "cta" | "feature" | undefined;
2046
2046
  contentTypeField?: string | undefined;
2047
2047
  fixedContentType?: string | undefined;
2048
2048
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -2149,7 +2149,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
2149
2149
  layoutGridRowField?: string | undefined;
2150
2150
  layoutGridColumnField?: string | undefined;
2151
2151
  layoutGridMaxRows?: number | undefined;
2152
- iconPickerPreset?: "cta" | undefined;
2152
+ iconPickerPreset?: "cta" | "feature" | undefined;
2153
2153
  contentTypeField?: string | undefined;
2154
2154
  fixedContentType?: string | undefined;
2155
2155
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -2256,7 +2256,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
2256
2256
  layoutGridRowField?: string | undefined;
2257
2257
  layoutGridColumnField?: string | undefined;
2258
2258
  layoutGridMaxRows?: number | undefined;
2259
- iconPickerPreset?: "cta" | undefined;
2259
+ iconPickerPreset?: "cta" | "feature" | undefined;
2260
2260
  contentTypeField?: string | undefined;
2261
2261
  fixedContentType?: string | undefined;
2262
2262
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -2364,7 +2364,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
2364
2364
  layoutGridRowField?: string | undefined;
2365
2365
  layoutGridColumnField?: string | undefined;
2366
2366
  layoutGridMaxRows?: number | undefined;
2367
- iconPickerPreset?: "cta" | undefined;
2367
+ iconPickerPreset?: "cta" | "feature" | undefined;
2368
2368
  contentTypeField?: string | undefined;
2369
2369
  fixedContentType?: string | undefined;
2370
2370
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -2470,7 +2470,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
2470
2470
  layoutGridRowField?: string | undefined;
2471
2471
  layoutGridColumnField?: string | undefined;
2472
2472
  layoutGridMaxRows?: number | undefined;
2473
- iconPickerPreset?: "cta" | undefined;
2473
+ iconPickerPreset?: "cta" | "feature" | undefined;
2474
2474
  contentTypeField?: string | undefined;
2475
2475
  fixedContentType?: string | undefined;
2476
2476
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -2576,7 +2576,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
2576
2576
  layoutGridRowField?: string | undefined;
2577
2577
  layoutGridColumnField?: string | undefined;
2578
2578
  layoutGridMaxRows?: number | undefined;
2579
- iconPickerPreset?: "cta" | undefined;
2579
+ iconPickerPreset?: "cta" | "feature" | undefined;
2580
2580
  contentTypeField?: string | undefined;
2581
2581
  fixedContentType?: string | undefined;
2582
2582
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -2682,7 +2682,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
2682
2682
  layoutGridRowField?: string | undefined;
2683
2683
  layoutGridColumnField?: string | undefined;
2684
2684
  layoutGridMaxRows?: number | undefined;
2685
- iconPickerPreset?: "cta" | undefined;
2685
+ iconPickerPreset?: "cta" | "feature" | undefined;
2686
2686
  contentTypeField?: string | undefined;
2687
2687
  fixedContentType?: string | undefined;
2688
2688
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -2788,7 +2788,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
2788
2788
  layoutGridRowField?: string | undefined;
2789
2789
  layoutGridColumnField?: string | undefined;
2790
2790
  layoutGridMaxRows?: number | undefined;
2791
- iconPickerPreset?: "cta" | undefined;
2791
+ iconPickerPreset?: "cta" | "feature" | undefined;
2792
2792
  contentTypeField?: string | undefined;
2793
2793
  fixedContentType?: string | undefined;
2794
2794
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -2894,7 +2894,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
2894
2894
  layoutGridRowField?: string | undefined;
2895
2895
  layoutGridColumnField?: string | undefined;
2896
2896
  layoutGridMaxRows?: number | undefined;
2897
- iconPickerPreset?: "cta" | undefined;
2897
+ iconPickerPreset?: "cta" | "feature" | undefined;
2898
2898
  contentTypeField?: string | undefined;
2899
2899
  fixedContentType?: string | undefined;
2900
2900
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -3004,7 +3004,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
3004
3004
  layoutGridRowField?: string | undefined;
3005
3005
  layoutGridColumnField?: string | undefined;
3006
3006
  layoutGridMaxRows?: number | undefined;
3007
- iconPickerPreset?: "cta" | undefined;
3007
+ iconPickerPreset?: "cta" | "feature" | undefined;
3008
3008
  contentTypeField?: string | undefined;
3009
3009
  fixedContentType?: string | undefined;
3010
3010
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -3110,7 +3110,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
3110
3110
  layoutGridRowField?: string | undefined;
3111
3111
  layoutGridColumnField?: string | undefined;
3112
3112
  layoutGridMaxRows?: number | undefined;
3113
- iconPickerPreset?: "cta" | undefined;
3113
+ iconPickerPreset?: "cta" | "feature" | undefined;
3114
3114
  contentTypeField?: string | undefined;
3115
3115
  fixedContentType?: string | undefined;
3116
3116
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -3218,7 +3218,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
3218
3218
  layoutGridRowField?: string | undefined;
3219
3219
  layoutGridColumnField?: string | undefined;
3220
3220
  layoutGridMaxRows?: number | undefined;
3221
- iconPickerPreset?: "cta" | undefined;
3221
+ iconPickerPreset?: "cta" | "feature" | undefined;
3222
3222
  contentTypeField?: string | undefined;
3223
3223
  fixedContentType?: string | undefined;
3224
3224
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -3324,7 +3324,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
3324
3324
  layoutGridRowField?: string | undefined;
3325
3325
  layoutGridColumnField?: string | undefined;
3326
3326
  layoutGridMaxRows?: number | undefined;
3327
- iconPickerPreset?: "cta" | undefined;
3327
+ iconPickerPreset?: "cta" | "feature" | undefined;
3328
3328
  contentTypeField?: string | undefined;
3329
3329
  fixedContentType?: string | undefined;
3330
3330
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -3448,7 +3448,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
3448
3448
  layoutGridRowField?: string | undefined;
3449
3449
  layoutGridColumnField?: string | undefined;
3450
3450
  layoutGridMaxRows?: number | undefined;
3451
- iconPickerPreset?: "cta" | undefined;
3451
+ iconPickerPreset?: "cta" | "feature" | undefined;
3452
3452
  contentTypeField?: string | undefined;
3453
3453
  fixedContentType?: string | undefined;
3454
3454
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -3563,7 +3563,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
3563
3563
  layoutGridRowField?: string | undefined;
3564
3564
  layoutGridColumnField?: string | undefined;
3565
3565
  layoutGridMaxRows?: number | undefined;
3566
- iconPickerPreset?: "cta" | undefined;
3566
+ iconPickerPreset?: "cta" | "feature" | undefined;
3567
3567
  contentTypeField?: string | undefined;
3568
3568
  fixedContentType?: string | undefined;
3569
3569
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -3670,7 +3670,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
3670
3670
  layoutGridRowField?: string | undefined;
3671
3671
  layoutGridColumnField?: string | undefined;
3672
3672
  layoutGridMaxRows?: number | undefined;
3673
- iconPickerPreset?: "cta" | undefined;
3673
+ iconPickerPreset?: "cta" | "feature" | undefined;
3674
3674
  contentTypeField?: string | undefined;
3675
3675
  fixedContentType?: string | undefined;
3676
3676
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -3777,7 +3777,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
3777
3777
  layoutGridRowField?: string | undefined;
3778
3778
  layoutGridColumnField?: string | undefined;
3779
3779
  layoutGridMaxRows?: number | undefined;
3780
- iconPickerPreset?: "cta" | undefined;
3780
+ iconPickerPreset?: "cta" | "feature" | undefined;
3781
3781
  contentTypeField?: string | undefined;
3782
3782
  fixedContentType?: string | undefined;
3783
3783
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -3885,7 +3885,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
3885
3885
  layoutGridRowField?: string | undefined;
3886
3886
  layoutGridColumnField?: string | undefined;
3887
3887
  layoutGridMaxRows?: number | undefined;
3888
- iconPickerPreset?: "cta" | undefined;
3888
+ iconPickerPreset?: "cta" | "feature" | undefined;
3889
3889
  contentTypeField?: string | undefined;
3890
3890
  fixedContentType?: string | undefined;
3891
3891
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -3991,7 +3991,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
3991
3991
  layoutGridRowField?: string | undefined;
3992
3992
  layoutGridColumnField?: string | undefined;
3993
3993
  layoutGridMaxRows?: number | undefined;
3994
- iconPickerPreset?: "cta" | undefined;
3994
+ iconPickerPreset?: "cta" | "feature" | undefined;
3995
3995
  contentTypeField?: string | undefined;
3996
3996
  fixedContentType?: string | undefined;
3997
3997
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -4097,7 +4097,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
4097
4097
  layoutGridRowField?: string | undefined;
4098
4098
  layoutGridColumnField?: string | undefined;
4099
4099
  layoutGridMaxRows?: number | undefined;
4100
- iconPickerPreset?: "cta" | undefined;
4100
+ iconPickerPreset?: "cta" | "feature" | undefined;
4101
4101
  contentTypeField?: string | undefined;
4102
4102
  fixedContentType?: string | undefined;
4103
4103
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -4203,7 +4203,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
4203
4203
  layoutGridRowField?: string | undefined;
4204
4204
  layoutGridColumnField?: string | undefined;
4205
4205
  layoutGridMaxRows?: number | undefined;
4206
- iconPickerPreset?: "cta" | undefined;
4206
+ iconPickerPreset?: "cta" | "feature" | undefined;
4207
4207
  contentTypeField?: string | undefined;
4208
4208
  fixedContentType?: string | undefined;
4209
4209
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -4309,7 +4309,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
4309
4309
  layoutGridRowField?: string | undefined;
4310
4310
  layoutGridColumnField?: string | undefined;
4311
4311
  layoutGridMaxRows?: number | undefined;
4312
- iconPickerPreset?: "cta" | undefined;
4312
+ iconPickerPreset?: "cta" | "feature" | undefined;
4313
4313
  contentTypeField?: string | undefined;
4314
4314
  fixedContentType?: string | undefined;
4315
4315
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -4415,7 +4415,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
4415
4415
  layoutGridRowField?: string | undefined;
4416
4416
  layoutGridColumnField?: string | undefined;
4417
4417
  layoutGridMaxRows?: number | undefined;
4418
- iconPickerPreset?: "cta" | undefined;
4418
+ iconPickerPreset?: "cta" | "feature" | undefined;
4419
4419
  contentTypeField?: string | undefined;
4420
4420
  fixedContentType?: string | undefined;
4421
4421
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -4525,7 +4525,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
4525
4525
  layoutGridRowField?: string | undefined;
4526
4526
  layoutGridColumnField?: string | undefined;
4527
4527
  layoutGridMaxRows?: number | undefined;
4528
- iconPickerPreset?: "cta" | undefined;
4528
+ iconPickerPreset?: "cta" | "feature" | undefined;
4529
4529
  contentTypeField?: string | undefined;
4530
4530
  fixedContentType?: string | undefined;
4531
4531
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -4631,7 +4631,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
4631
4631
  layoutGridRowField?: string | undefined;
4632
4632
  layoutGridColumnField?: string | undefined;
4633
4633
  layoutGridMaxRows?: number | undefined;
4634
- iconPickerPreset?: "cta" | undefined;
4634
+ iconPickerPreset?: "cta" | "feature" | undefined;
4635
4635
  contentTypeField?: string | undefined;
4636
4636
  fixedContentType?: string | undefined;
4637
4637
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -4739,7 +4739,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
4739
4739
  layoutGridRowField?: string | undefined;
4740
4740
  layoutGridColumnField?: string | undefined;
4741
4741
  layoutGridMaxRows?: number | undefined;
4742
- iconPickerPreset?: "cta" | undefined;
4742
+ iconPickerPreset?: "cta" | "feature" | undefined;
4743
4743
  contentTypeField?: string | undefined;
4744
4744
  fixedContentType?: string | undefined;
4745
4745
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -4845,7 +4845,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
4845
4845
  layoutGridRowField?: string | undefined;
4846
4846
  layoutGridColumnField?: string | undefined;
4847
4847
  layoutGridMaxRows?: number | undefined;
4848
- iconPickerPreset?: "cta" | undefined;
4848
+ iconPickerPreset?: "cta" | "feature" | undefined;
4849
4849
  contentTypeField?: string | undefined;
4850
4850
  fixedContentType?: string | undefined;
4851
4851
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -4958,7 +4958,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
4958
4958
  layoutGridRowField?: string | undefined;
4959
4959
  layoutGridColumnField?: string | undefined;
4960
4960
  layoutGridMaxRows?: number | undefined;
4961
- iconPickerPreset?: "cta" | undefined;
4961
+ iconPickerPreset?: "cta" | "feature" | undefined;
4962
4962
  contentTypeField?: string | undefined;
4963
4963
  fixedContentType?: string | undefined;
4964
4964
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -5070,7 +5070,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
5070
5070
  layoutGridRowField?: string | undefined;
5071
5071
  layoutGridColumnField?: string | undefined;
5072
5072
  layoutGridMaxRows?: number | undefined;
5073
- iconPickerPreset?: "cta" | undefined;
5073
+ iconPickerPreset?: "cta" | "feature" | undefined;
5074
5074
  contentTypeField?: string | undefined;
5075
5075
  fixedContentType?: string | undefined;
5076
5076
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -5176,7 +5176,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
5176
5176
  layoutGridRowField?: string | undefined;
5177
5177
  layoutGridColumnField?: string | undefined;
5178
5178
  layoutGridMaxRows?: number | undefined;
5179
- iconPickerPreset?: "cta" | undefined;
5179
+ iconPickerPreset?: "cta" | "feature" | undefined;
5180
5180
  contentTypeField?: string | undefined;
5181
5181
  fixedContentType?: string | undefined;
5182
5182
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -5285,7 +5285,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
5285
5285
  layoutGridRowField?: string | undefined;
5286
5286
  layoutGridColumnField?: string | undefined;
5287
5287
  layoutGridMaxRows?: number | undefined;
5288
- iconPickerPreset?: "cta" | undefined;
5288
+ iconPickerPreset?: "cta" | "feature" | undefined;
5289
5289
  contentTypeField?: string | undefined;
5290
5290
  fixedContentType?: string | undefined;
5291
5291
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -5396,7 +5396,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
5396
5396
  layoutGridRowField?: string | undefined;
5397
5397
  layoutGridColumnField?: string | undefined;
5398
5398
  layoutGridMaxRows?: number | undefined;
5399
- iconPickerPreset?: "cta" | undefined;
5399
+ iconPickerPreset?: "cta" | "feature" | undefined;
5400
5400
  contentTypeField?: string | undefined;
5401
5401
  fixedContentType?: string | undefined;
5402
5402
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -5508,7 +5508,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
5508
5508
  layoutGridRowField?: string | undefined;
5509
5509
  layoutGridColumnField?: string | undefined;
5510
5510
  layoutGridMaxRows?: number | undefined;
5511
- iconPickerPreset?: "cta" | undefined;
5511
+ iconPickerPreset?: "cta" | "feature" | undefined;
5512
5512
  contentTypeField?: string | undefined;
5513
5513
  fixedContentType?: string | undefined;
5514
5514
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -5614,7 +5614,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
5614
5614
  layoutGridRowField?: string | undefined;
5615
5615
  layoutGridColumnField?: string | undefined;
5616
5616
  layoutGridMaxRows?: number | undefined;
5617
- iconPickerPreset?: "cta" | undefined;
5617
+ iconPickerPreset?: "cta" | "feature" | undefined;
5618
5618
  contentTypeField?: string | undefined;
5619
5619
  fixedContentType?: string | undefined;
5620
5620
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -5720,7 +5720,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
5720
5720
  layoutGridRowField?: string | undefined;
5721
5721
  layoutGridColumnField?: string | undefined;
5722
5722
  layoutGridMaxRows?: number | undefined;
5723
- iconPickerPreset?: "cta" | undefined;
5723
+ iconPickerPreset?: "cta" | "feature" | undefined;
5724
5724
  contentTypeField?: string | undefined;
5725
5725
  fixedContentType?: string | undefined;
5726
5726
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -5841,7 +5841,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
5841
5841
  layoutGridRowField?: string | undefined;
5842
5842
  layoutGridColumnField?: string | undefined;
5843
5843
  layoutGridMaxRows?: number | undefined;
5844
- iconPickerPreset?: "cta" | undefined;
5844
+ iconPickerPreset?: "cta" | "feature" | undefined;
5845
5845
  contentTypeField?: string | undefined;
5846
5846
  fixedContentType?: string | undefined;
5847
5847
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -5956,7 +5956,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
5956
5956
  layoutGridRowField?: string | undefined;
5957
5957
  layoutGridColumnField?: string | undefined;
5958
5958
  layoutGridMaxRows?: number | undefined;
5959
- iconPickerPreset?: "cta" | undefined;
5959
+ iconPickerPreset?: "cta" | "feature" | undefined;
5960
5960
  contentTypeField?: string | undefined;
5961
5961
  fixedContentType?: string | undefined;
5962
5962
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -6063,7 +6063,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
6063
6063
  layoutGridRowField?: string | undefined;
6064
6064
  layoutGridColumnField?: string | undefined;
6065
6065
  layoutGridMaxRows?: number | undefined;
6066
- iconPickerPreset?: "cta" | undefined;
6066
+ iconPickerPreset?: "cta" | "feature" | undefined;
6067
6067
  contentTypeField?: string | undefined;
6068
6068
  fixedContentType?: string | undefined;
6069
6069
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -6170,7 +6170,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
6170
6170
  layoutGridRowField?: string | undefined;
6171
6171
  layoutGridColumnField?: string | undefined;
6172
6172
  layoutGridMaxRows?: number | undefined;
6173
- iconPickerPreset?: "cta" | undefined;
6173
+ iconPickerPreset?: "cta" | "feature" | undefined;
6174
6174
  contentTypeField?: string | undefined;
6175
6175
  fixedContentType?: string | undefined;
6176
6176
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -6278,7 +6278,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
6278
6278
  layoutGridRowField?: string | undefined;
6279
6279
  layoutGridColumnField?: string | undefined;
6280
6280
  layoutGridMaxRows?: number | undefined;
6281
- iconPickerPreset?: "cta" | undefined;
6281
+ iconPickerPreset?: "cta" | "feature" | undefined;
6282
6282
  contentTypeField?: string | undefined;
6283
6283
  fixedContentType?: string | undefined;
6284
6284
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -6384,7 +6384,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
6384
6384
  layoutGridRowField?: string | undefined;
6385
6385
  layoutGridColumnField?: string | undefined;
6386
6386
  layoutGridMaxRows?: number | undefined;
6387
- iconPickerPreset?: "cta" | undefined;
6387
+ iconPickerPreset?: "cta" | "feature" | undefined;
6388
6388
  contentTypeField?: string | undefined;
6389
6389
  fixedContentType?: string | undefined;
6390
6390
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -6490,7 +6490,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
6490
6490
  layoutGridRowField?: string | undefined;
6491
6491
  layoutGridColumnField?: string | undefined;
6492
6492
  layoutGridMaxRows?: number | undefined;
6493
- iconPickerPreset?: "cta" | undefined;
6493
+ iconPickerPreset?: "cta" | "feature" | undefined;
6494
6494
  contentTypeField?: string | undefined;
6495
6495
  fixedContentType?: string | undefined;
6496
6496
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -6596,7 +6596,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
6596
6596
  layoutGridRowField?: string | undefined;
6597
6597
  layoutGridColumnField?: string | undefined;
6598
6598
  layoutGridMaxRows?: number | undefined;
6599
- iconPickerPreset?: "cta" | undefined;
6599
+ iconPickerPreset?: "cta" | "feature" | undefined;
6600
6600
  contentTypeField?: string | undefined;
6601
6601
  fixedContentType?: string | undefined;
6602
6602
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -6702,7 +6702,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
6702
6702
  layoutGridRowField?: string | undefined;
6703
6703
  layoutGridColumnField?: string | undefined;
6704
6704
  layoutGridMaxRows?: number | undefined;
6705
- iconPickerPreset?: "cta" | undefined;
6705
+ iconPickerPreset?: "cta" | "feature" | undefined;
6706
6706
  contentTypeField?: string | undefined;
6707
6707
  fixedContentType?: string | undefined;
6708
6708
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -6808,7 +6808,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
6808
6808
  layoutGridRowField?: string | undefined;
6809
6809
  layoutGridColumnField?: string | undefined;
6810
6810
  layoutGridMaxRows?: number | undefined;
6811
- iconPickerPreset?: "cta" | undefined;
6811
+ iconPickerPreset?: "cta" | "feature" | undefined;
6812
6812
  contentTypeField?: string | undefined;
6813
6813
  fixedContentType?: string | undefined;
6814
6814
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -6918,7 +6918,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
6918
6918
  layoutGridRowField?: string | undefined;
6919
6919
  layoutGridColumnField?: string | undefined;
6920
6920
  layoutGridMaxRows?: number | undefined;
6921
- iconPickerPreset?: "cta" | undefined;
6921
+ iconPickerPreset?: "cta" | "feature" | undefined;
6922
6922
  contentTypeField?: string | undefined;
6923
6923
  fixedContentType?: string | undefined;
6924
6924
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -7024,7 +7024,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
7024
7024
  layoutGridRowField?: string | undefined;
7025
7025
  layoutGridColumnField?: string | undefined;
7026
7026
  layoutGridMaxRows?: number | undefined;
7027
- iconPickerPreset?: "cta" | undefined;
7027
+ iconPickerPreset?: "cta" | "feature" | undefined;
7028
7028
  contentTypeField?: string | undefined;
7029
7029
  fixedContentType?: string | undefined;
7030
7030
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -7132,7 +7132,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
7132
7132
  layoutGridRowField?: string | undefined;
7133
7133
  layoutGridColumnField?: string | undefined;
7134
7134
  layoutGridMaxRows?: number | undefined;
7135
- iconPickerPreset?: "cta" | undefined;
7135
+ iconPickerPreset?: "cta" | "feature" | undefined;
7136
7136
  contentTypeField?: string | undefined;
7137
7137
  fixedContentType?: string | undefined;
7138
7138
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -7238,7 +7238,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
7238
7238
  layoutGridRowField?: string | undefined;
7239
7239
  layoutGridColumnField?: string | undefined;
7240
7240
  layoutGridMaxRows?: number | undefined;
7241
- iconPickerPreset?: "cta" | undefined;
7241
+ iconPickerPreset?: "cta" | "feature" | undefined;
7242
7242
  contentTypeField?: string | undefined;
7243
7243
  fixedContentType?: string | undefined;
7244
7244
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -7360,7 +7360,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
7360
7360
  layoutGridRowField?: string | undefined;
7361
7361
  layoutGridColumnField?: string | undefined;
7362
7362
  layoutGridMaxRows?: number | undefined;
7363
- iconPickerPreset?: "cta" | undefined;
7363
+ iconPickerPreset?: "cta" | "feature" | undefined;
7364
7364
  contentTypeField?: string | undefined;
7365
7365
  fixedContentType?: string | undefined;
7366
7366
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -7475,7 +7475,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
7475
7475
  layoutGridRowField?: string | undefined;
7476
7476
  layoutGridColumnField?: string | undefined;
7477
7477
  layoutGridMaxRows?: number | undefined;
7478
- iconPickerPreset?: "cta" | undefined;
7478
+ iconPickerPreset?: "cta" | "feature" | undefined;
7479
7479
  contentTypeField?: string | undefined;
7480
7480
  fixedContentType?: string | undefined;
7481
7481
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -7582,7 +7582,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
7582
7582
  layoutGridRowField?: string | undefined;
7583
7583
  layoutGridColumnField?: string | undefined;
7584
7584
  layoutGridMaxRows?: number | undefined;
7585
- iconPickerPreset?: "cta" | undefined;
7585
+ iconPickerPreset?: "cta" | "feature" | undefined;
7586
7586
  contentTypeField?: string | undefined;
7587
7587
  fixedContentType?: string | undefined;
7588
7588
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -7689,7 +7689,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
7689
7689
  layoutGridRowField?: string | undefined;
7690
7690
  layoutGridColumnField?: string | undefined;
7691
7691
  layoutGridMaxRows?: number | undefined;
7692
- iconPickerPreset?: "cta" | undefined;
7692
+ iconPickerPreset?: "cta" | "feature" | undefined;
7693
7693
  contentTypeField?: string | undefined;
7694
7694
  fixedContentType?: string | undefined;
7695
7695
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -7797,7 +7797,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
7797
7797
  layoutGridRowField?: string | undefined;
7798
7798
  layoutGridColumnField?: string | undefined;
7799
7799
  layoutGridMaxRows?: number | undefined;
7800
- iconPickerPreset?: "cta" | undefined;
7800
+ iconPickerPreset?: "cta" | "feature" | undefined;
7801
7801
  contentTypeField?: string | undefined;
7802
7802
  fixedContentType?: string | undefined;
7803
7803
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -7903,7 +7903,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
7903
7903
  layoutGridRowField?: string | undefined;
7904
7904
  layoutGridColumnField?: string | undefined;
7905
7905
  layoutGridMaxRows?: number | undefined;
7906
- iconPickerPreset?: "cta" | undefined;
7906
+ iconPickerPreset?: "cta" | "feature" | undefined;
7907
7907
  contentTypeField?: string | undefined;
7908
7908
  fixedContentType?: string | undefined;
7909
7909
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -8009,7 +8009,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
8009
8009
  layoutGridRowField?: string | undefined;
8010
8010
  layoutGridColumnField?: string | undefined;
8011
8011
  layoutGridMaxRows?: number | undefined;
8012
- iconPickerPreset?: "cta" | undefined;
8012
+ iconPickerPreset?: "cta" | "feature" | undefined;
8013
8013
  contentTypeField?: string | undefined;
8014
8014
  fixedContentType?: string | undefined;
8015
8015
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -8115,7 +8115,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
8115
8115
  layoutGridRowField?: string | undefined;
8116
8116
  layoutGridColumnField?: string | undefined;
8117
8117
  layoutGridMaxRows?: number | undefined;
8118
- iconPickerPreset?: "cta" | undefined;
8118
+ iconPickerPreset?: "cta" | "feature" | undefined;
8119
8119
  contentTypeField?: string | undefined;
8120
8120
  fixedContentType?: string | undefined;
8121
8121
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -8221,7 +8221,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
8221
8221
  layoutGridRowField?: string | undefined;
8222
8222
  layoutGridColumnField?: string | undefined;
8223
8223
  layoutGridMaxRows?: number | undefined;
8224
- iconPickerPreset?: "cta" | undefined;
8224
+ iconPickerPreset?: "cta" | "feature" | undefined;
8225
8225
  contentTypeField?: string | undefined;
8226
8226
  fixedContentType?: string | undefined;
8227
8227
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -8327,7 +8327,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
8327
8327
  layoutGridRowField?: string | undefined;
8328
8328
  layoutGridColumnField?: string | undefined;
8329
8329
  layoutGridMaxRows?: number | undefined;
8330
- iconPickerPreset?: "cta" | undefined;
8330
+ iconPickerPreset?: "cta" | "feature" | undefined;
8331
8331
  contentTypeField?: string | undefined;
8332
8332
  fixedContentType?: string | undefined;
8333
8333
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -8437,7 +8437,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
8437
8437
  layoutGridRowField?: string | undefined;
8438
8438
  layoutGridColumnField?: string | undefined;
8439
8439
  layoutGridMaxRows?: number | undefined;
8440
- iconPickerPreset?: "cta" | undefined;
8440
+ iconPickerPreset?: "cta" | "feature" | undefined;
8441
8441
  contentTypeField?: string | undefined;
8442
8442
  fixedContentType?: string | undefined;
8443
8443
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -8543,7 +8543,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
8543
8543
  layoutGridRowField?: string | undefined;
8544
8544
  layoutGridColumnField?: string | undefined;
8545
8545
  layoutGridMaxRows?: number | undefined;
8546
- iconPickerPreset?: "cta" | undefined;
8546
+ iconPickerPreset?: "cta" | "feature" | undefined;
8547
8547
  contentTypeField?: string | undefined;
8548
8548
  fixedContentType?: string | undefined;
8549
8549
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -8651,7 +8651,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
8651
8651
  layoutGridRowField?: string | undefined;
8652
8652
  layoutGridColumnField?: string | undefined;
8653
8653
  layoutGridMaxRows?: number | undefined;
8654
- iconPickerPreset?: "cta" | undefined;
8654
+ iconPickerPreset?: "cta" | "feature" | undefined;
8655
8655
  contentTypeField?: string | undefined;
8656
8656
  fixedContentType?: string | undefined;
8657
8657
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -8757,7 +8757,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
8757
8757
  layoutGridRowField?: string | undefined;
8758
8758
  layoutGridColumnField?: string | undefined;
8759
8759
  layoutGridMaxRows?: number | undefined;
8760
- iconPickerPreset?: "cta" | undefined;
8760
+ iconPickerPreset?: "cta" | "feature" | undefined;
8761
8761
  contentTypeField?: string | undefined;
8762
8762
  fixedContentType?: string | undefined;
8763
8763
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -8870,7 +8870,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
8870
8870
  layoutGridRowField?: string | undefined;
8871
8871
  layoutGridColumnField?: string | undefined;
8872
8872
  layoutGridMaxRows?: number | undefined;
8873
- iconPickerPreset?: "cta" | undefined;
8873
+ iconPickerPreset?: "cta" | "feature" | undefined;
8874
8874
  contentTypeField?: string | undefined;
8875
8875
  fixedContentType?: string | undefined;
8876
8876
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -8982,7 +8982,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
8982
8982
  layoutGridRowField?: string | undefined;
8983
8983
  layoutGridColumnField?: string | undefined;
8984
8984
  layoutGridMaxRows?: number | undefined;
8985
- iconPickerPreset?: "cta" | undefined;
8985
+ iconPickerPreset?: "cta" | "feature" | undefined;
8986
8986
  contentTypeField?: string | undefined;
8987
8987
  fixedContentType?: string | undefined;
8988
8988
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -9088,7 +9088,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
9088
9088
  layoutGridRowField?: string | undefined;
9089
9089
  layoutGridColumnField?: string | undefined;
9090
9090
  layoutGridMaxRows?: number | undefined;
9091
- iconPickerPreset?: "cta" | undefined;
9091
+ iconPickerPreset?: "cta" | "feature" | undefined;
9092
9092
  contentTypeField?: string | undefined;
9093
9093
  fixedContentType?: string | undefined;
9094
9094
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -9194,7 +9194,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
9194
9194
  layoutGridRowField?: string | undefined;
9195
9195
  layoutGridColumnField?: string | undefined;
9196
9196
  layoutGridMaxRows?: number | undefined;
9197
- iconPickerPreset?: "cta" | undefined;
9197
+ iconPickerPreset?: "cta" | "feature" | undefined;
9198
9198
  contentTypeField?: string | undefined;
9199
9199
  fixedContentType?: string | undefined;
9200
9200
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -9304,7 +9304,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
9304
9304
  layoutGridRowField?: string | undefined;
9305
9305
  layoutGridColumnField?: string | undefined;
9306
9306
  layoutGridMaxRows?: number | undefined;
9307
- iconPickerPreset?: "cta" | undefined;
9307
+ iconPickerPreset?: "cta" | "feature" | undefined;
9308
9308
  contentTypeField?: string | undefined;
9309
9309
  fixedContentType?: string | undefined;
9310
9310
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -9416,7 +9416,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
9416
9416
  layoutGridRowField?: string | undefined;
9417
9417
  layoutGridColumnField?: string | undefined;
9418
9418
  layoutGridMaxRows?: number | undefined;
9419
- iconPickerPreset?: "cta" | undefined;
9419
+ iconPickerPreset?: "cta" | "feature" | undefined;
9420
9420
  contentTypeField?: string | undefined;
9421
9421
  fixedContentType?: string | undefined;
9422
9422
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -9522,7 +9522,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
9522
9522
  layoutGridRowField?: string | undefined;
9523
9523
  layoutGridColumnField?: string | undefined;
9524
9524
  layoutGridMaxRows?: number | undefined;
9525
- iconPickerPreset?: "cta" | undefined;
9525
+ iconPickerPreset?: "cta" | "feature" | undefined;
9526
9526
  contentTypeField?: string | undefined;
9527
9527
  fixedContentType?: string | undefined;
9528
9528
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -9631,7 +9631,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
9631
9631
  layoutGridRowField?: string | undefined;
9632
9632
  layoutGridColumnField?: string | undefined;
9633
9633
  layoutGridMaxRows?: number | undefined;
9634
- iconPickerPreset?: "cta" | undefined;
9634
+ iconPickerPreset?: "cta" | "feature" | undefined;
9635
9635
  contentTypeField?: string | undefined;
9636
9636
  fixedContentType?: string | undefined;
9637
9637
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -9742,7 +9742,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
9742
9742
  layoutGridRowField?: string | undefined;
9743
9743
  layoutGridColumnField?: string | undefined;
9744
9744
  layoutGridMaxRows?: number | undefined;
9745
- iconPickerPreset?: "cta" | undefined;
9745
+ iconPickerPreset?: "cta" | "feature" | undefined;
9746
9746
  contentTypeField?: string | undefined;
9747
9747
  fixedContentType?: string | undefined;
9748
9748
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -9854,7 +9854,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
9854
9854
  layoutGridRowField?: string | undefined;
9855
9855
  layoutGridColumnField?: string | undefined;
9856
9856
  layoutGridMaxRows?: number | undefined;
9857
- iconPickerPreset?: "cta" | undefined;
9857
+ iconPickerPreset?: "cta" | "feature" | undefined;
9858
9858
  contentTypeField?: string | undefined;
9859
9859
  fixedContentType?: string | undefined;
9860
9860
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -9960,7 +9960,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
9960
9960
  layoutGridRowField?: string | undefined;
9961
9961
  layoutGridColumnField?: string | undefined;
9962
9962
  layoutGridMaxRows?: number | undefined;
9963
- iconPickerPreset?: "cta" | undefined;
9963
+ iconPickerPreset?: "cta" | "feature" | undefined;
9964
9964
  contentTypeField?: string | undefined;
9965
9965
  fixedContentType?: string | undefined;
9966
9966
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -10073,7 +10073,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
10073
10073
  layoutGridRowField?: string | undefined;
10074
10074
  layoutGridColumnField?: string | undefined;
10075
10075
  layoutGridMaxRows?: number | undefined;
10076
- iconPickerPreset?: "cta" | undefined;
10076
+ iconPickerPreset?: "cta" | "feature" | undefined;
10077
10077
  contentTypeField?: string | undefined;
10078
10078
  fixedContentType?: string | undefined;
10079
10079
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -10180,7 +10180,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
10180
10180
  layoutGridRowField?: string | undefined;
10181
10181
  layoutGridColumnField?: string | undefined;
10182
10182
  layoutGridMaxRows?: number | undefined;
10183
- iconPickerPreset?: "cta" | undefined;
10183
+ iconPickerPreset?: "cta" | "feature" | undefined;
10184
10184
  contentTypeField?: string | undefined;
10185
10185
  fixedContentType?: string | undefined;
10186
10186
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -10287,7 +10287,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
10287
10287
  layoutGridRowField?: string | undefined;
10288
10288
  layoutGridColumnField?: string | undefined;
10289
10289
  layoutGridMaxRows?: number | undefined;
10290
- iconPickerPreset?: "cta" | undefined;
10290
+ iconPickerPreset?: "cta" | "feature" | undefined;
10291
10291
  contentTypeField?: string | undefined;
10292
10292
  fixedContentType?: string | undefined;
10293
10293
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -10395,7 +10395,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
10395
10395
  layoutGridRowField?: string | undefined;
10396
10396
  layoutGridColumnField?: string | undefined;
10397
10397
  layoutGridMaxRows?: number | undefined;
10398
- iconPickerPreset?: "cta" | undefined;
10398
+ iconPickerPreset?: "cta" | "feature" | undefined;
10399
10399
  contentTypeField?: string | undefined;
10400
10400
  fixedContentType?: string | undefined;
10401
10401
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -10501,7 +10501,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
10501
10501
  layoutGridRowField?: string | undefined;
10502
10502
  layoutGridColumnField?: string | undefined;
10503
10503
  layoutGridMaxRows?: number | undefined;
10504
- iconPickerPreset?: "cta" | undefined;
10504
+ iconPickerPreset?: "cta" | "feature" | undefined;
10505
10505
  contentTypeField?: string | undefined;
10506
10506
  fixedContentType?: string | undefined;
10507
10507
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -10607,7 +10607,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
10607
10607
  layoutGridRowField?: string | undefined;
10608
10608
  layoutGridColumnField?: string | undefined;
10609
10609
  layoutGridMaxRows?: number | undefined;
10610
- iconPickerPreset?: "cta" | undefined;
10610
+ iconPickerPreset?: "cta" | "feature" | undefined;
10611
10611
  contentTypeField?: string | undefined;
10612
10612
  fixedContentType?: string | undefined;
10613
10613
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -10713,7 +10713,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
10713
10713
  layoutGridRowField?: string | undefined;
10714
10714
  layoutGridColumnField?: string | undefined;
10715
10715
  layoutGridMaxRows?: number | undefined;
10716
- iconPickerPreset?: "cta" | undefined;
10716
+ iconPickerPreset?: "cta" | "feature" | undefined;
10717
10717
  contentTypeField?: string | undefined;
10718
10718
  fixedContentType?: string | undefined;
10719
10719
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -10819,7 +10819,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
10819
10819
  layoutGridRowField?: string | undefined;
10820
10820
  layoutGridColumnField?: string | undefined;
10821
10821
  layoutGridMaxRows?: number | undefined;
10822
- iconPickerPreset?: "cta" | undefined;
10822
+ iconPickerPreset?: "cta" | "feature" | undefined;
10823
10823
  contentTypeField?: string | undefined;
10824
10824
  fixedContentType?: string | undefined;
10825
10825
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -10925,7 +10925,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
10925
10925
  layoutGridRowField?: string | undefined;
10926
10926
  layoutGridColumnField?: string | undefined;
10927
10927
  layoutGridMaxRows?: number | undefined;
10928
- iconPickerPreset?: "cta" | undefined;
10928
+ iconPickerPreset?: "cta" | "feature" | undefined;
10929
10929
  contentTypeField?: string | undefined;
10930
10930
  fixedContentType?: string | undefined;
10931
10931
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -11035,7 +11035,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
11035
11035
  layoutGridRowField?: string | undefined;
11036
11036
  layoutGridColumnField?: string | undefined;
11037
11037
  layoutGridMaxRows?: number | undefined;
11038
- iconPickerPreset?: "cta" | undefined;
11038
+ iconPickerPreset?: "cta" | "feature" | undefined;
11039
11039
  contentTypeField?: string | undefined;
11040
11040
  fixedContentType?: string | undefined;
11041
11041
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -11141,7 +11141,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
11141
11141
  layoutGridRowField?: string | undefined;
11142
11142
  layoutGridColumnField?: string | undefined;
11143
11143
  layoutGridMaxRows?: number | undefined;
11144
- iconPickerPreset?: "cta" | undefined;
11144
+ iconPickerPreset?: "cta" | "feature" | undefined;
11145
11145
  contentTypeField?: string | undefined;
11146
11146
  fixedContentType?: string | undefined;
11147
11147
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -11249,7 +11249,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
11249
11249
  layoutGridRowField?: string | undefined;
11250
11250
  layoutGridColumnField?: string | undefined;
11251
11251
  layoutGridMaxRows?: number | undefined;
11252
- iconPickerPreset?: "cta" | undefined;
11252
+ iconPickerPreset?: "cta" | "feature" | undefined;
11253
11253
  contentTypeField?: string | undefined;
11254
11254
  fixedContentType?: string | undefined;
11255
11255
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -11355,7 +11355,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
11355
11355
  layoutGridRowField?: string | undefined;
11356
11356
  layoutGridColumnField?: string | undefined;
11357
11357
  layoutGridMaxRows?: number | undefined;
11358
- iconPickerPreset?: "cta" | undefined;
11358
+ iconPickerPreset?: "cta" | "feature" | undefined;
11359
11359
  contentTypeField?: string | undefined;
11360
11360
  fixedContentType?: string | undefined;
11361
11361
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -11477,7 +11477,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
11477
11477
  layoutGridRowField?: string | undefined;
11478
11478
  layoutGridColumnField?: string | undefined;
11479
11479
  layoutGridMaxRows?: number | undefined;
11480
- iconPickerPreset?: "cta" | undefined;
11480
+ iconPickerPreset?: "cta" | "feature" | undefined;
11481
11481
  contentTypeField?: string | undefined;
11482
11482
  fixedContentType?: string | undefined;
11483
11483
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -11587,7 +11587,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
11587
11587
  layoutGridRowField?: string | undefined;
11588
11588
  layoutGridColumnField?: string | undefined;
11589
11589
  layoutGridMaxRows?: number | undefined;
11590
- iconPickerPreset?: "cta" | undefined;
11590
+ iconPickerPreset?: "cta" | "feature" | undefined;
11591
11591
  contentTypeField?: string | undefined;
11592
11592
  fixedContentType?: string | undefined;
11593
11593
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -11709,7 +11709,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
11709
11709
  layoutGridRowField?: string | undefined;
11710
11710
  layoutGridColumnField?: string | undefined;
11711
11711
  layoutGridMaxRows?: number | undefined;
11712
- iconPickerPreset?: "cta" | undefined;
11712
+ iconPickerPreset?: "cta" | "feature" | undefined;
11713
11713
  contentTypeField?: string | undefined;
11714
11714
  fixedContentType?: string | undefined;
11715
11715
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -11824,7 +11824,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
11824
11824
  layoutGridRowField?: string | undefined;
11825
11825
  layoutGridColumnField?: string | undefined;
11826
11826
  layoutGridMaxRows?: number | undefined;
11827
- iconPickerPreset?: "cta" | undefined;
11827
+ iconPickerPreset?: "cta" | "feature" | undefined;
11828
11828
  contentTypeField?: string | undefined;
11829
11829
  fixedContentType?: string | undefined;
11830
11830
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -11931,7 +11931,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
11931
11931
  layoutGridRowField?: string | undefined;
11932
11932
  layoutGridColumnField?: string | undefined;
11933
11933
  layoutGridMaxRows?: number | undefined;
11934
- iconPickerPreset?: "cta" | undefined;
11934
+ iconPickerPreset?: "cta" | "feature" | undefined;
11935
11935
  contentTypeField?: string | undefined;
11936
11936
  fixedContentType?: string | undefined;
11937
11937
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -12038,7 +12038,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
12038
12038
  layoutGridRowField?: string | undefined;
12039
12039
  layoutGridColumnField?: string | undefined;
12040
12040
  layoutGridMaxRows?: number | undefined;
12041
- iconPickerPreset?: "cta" | undefined;
12041
+ iconPickerPreset?: "cta" | "feature" | undefined;
12042
12042
  contentTypeField?: string | undefined;
12043
12043
  fixedContentType?: string | undefined;
12044
12044
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -12146,7 +12146,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
12146
12146
  layoutGridRowField?: string | undefined;
12147
12147
  layoutGridColumnField?: string | undefined;
12148
12148
  layoutGridMaxRows?: number | undefined;
12149
- iconPickerPreset?: "cta" | undefined;
12149
+ iconPickerPreset?: "cta" | "feature" | undefined;
12150
12150
  contentTypeField?: string | undefined;
12151
12151
  fixedContentType?: string | undefined;
12152
12152
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -12252,7 +12252,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
12252
12252
  layoutGridRowField?: string | undefined;
12253
12253
  layoutGridColumnField?: string | undefined;
12254
12254
  layoutGridMaxRows?: number | undefined;
12255
- iconPickerPreset?: "cta" | undefined;
12255
+ iconPickerPreset?: "cta" | "feature" | undefined;
12256
12256
  contentTypeField?: string | undefined;
12257
12257
  fixedContentType?: string | undefined;
12258
12258
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -12358,7 +12358,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
12358
12358
  layoutGridRowField?: string | undefined;
12359
12359
  layoutGridColumnField?: string | undefined;
12360
12360
  layoutGridMaxRows?: number | undefined;
12361
- iconPickerPreset?: "cta" | undefined;
12361
+ iconPickerPreset?: "cta" | "feature" | undefined;
12362
12362
  contentTypeField?: string | undefined;
12363
12363
  fixedContentType?: string | undefined;
12364
12364
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -12464,7 +12464,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
12464
12464
  layoutGridRowField?: string | undefined;
12465
12465
  layoutGridColumnField?: string | undefined;
12466
12466
  layoutGridMaxRows?: number | undefined;
12467
- iconPickerPreset?: "cta" | undefined;
12467
+ iconPickerPreset?: "cta" | "feature" | undefined;
12468
12468
  contentTypeField?: string | undefined;
12469
12469
  fixedContentType?: string | undefined;
12470
12470
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -12570,7 +12570,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
12570
12570
  layoutGridRowField?: string | undefined;
12571
12571
  layoutGridColumnField?: string | undefined;
12572
12572
  layoutGridMaxRows?: number | undefined;
12573
- iconPickerPreset?: "cta" | undefined;
12573
+ iconPickerPreset?: "cta" | "feature" | undefined;
12574
12574
  contentTypeField?: string | undefined;
12575
12575
  fixedContentType?: string | undefined;
12576
12576
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -12676,7 +12676,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
12676
12676
  layoutGridRowField?: string | undefined;
12677
12677
  layoutGridColumnField?: string | undefined;
12678
12678
  layoutGridMaxRows?: number | undefined;
12679
- iconPickerPreset?: "cta" | undefined;
12679
+ iconPickerPreset?: "cta" | "feature" | undefined;
12680
12680
  contentTypeField?: string | undefined;
12681
12681
  fixedContentType?: string | undefined;
12682
12682
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -12786,7 +12786,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
12786
12786
  layoutGridRowField?: string | undefined;
12787
12787
  layoutGridColumnField?: string | undefined;
12788
12788
  layoutGridMaxRows?: number | undefined;
12789
- iconPickerPreset?: "cta" | undefined;
12789
+ iconPickerPreset?: "cta" | "feature" | undefined;
12790
12790
  contentTypeField?: string | undefined;
12791
12791
  fixedContentType?: string | undefined;
12792
12792
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -12892,7 +12892,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
12892
12892
  layoutGridRowField?: string | undefined;
12893
12893
  layoutGridColumnField?: string | undefined;
12894
12894
  layoutGridMaxRows?: number | undefined;
12895
- iconPickerPreset?: "cta" | undefined;
12895
+ iconPickerPreset?: "cta" | "feature" | undefined;
12896
12896
  contentTypeField?: string | undefined;
12897
12897
  fixedContentType?: string | undefined;
12898
12898
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -13000,7 +13000,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
13000
13000
  layoutGridRowField?: string | undefined;
13001
13001
  layoutGridColumnField?: string | undefined;
13002
13002
  layoutGridMaxRows?: number | undefined;
13003
- iconPickerPreset?: "cta" | undefined;
13003
+ iconPickerPreset?: "cta" | "feature" | undefined;
13004
13004
  contentTypeField?: string | undefined;
13005
13005
  fixedContentType?: string | undefined;
13006
13006
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -13106,7 +13106,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
13106
13106
  layoutGridRowField?: string | undefined;
13107
13107
  layoutGridColumnField?: string | undefined;
13108
13108
  layoutGridMaxRows?: number | undefined;
13109
- iconPickerPreset?: "cta" | undefined;
13109
+ iconPickerPreset?: "cta" | "feature" | undefined;
13110
13110
  contentTypeField?: string | undefined;
13111
13111
  fixedContentType?: string | undefined;
13112
13112
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -13230,7 +13230,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
13230
13230
  layoutGridRowField?: string | undefined;
13231
13231
  layoutGridColumnField?: string | undefined;
13232
13232
  layoutGridMaxRows?: number | undefined;
13233
- iconPickerPreset?: "cta" | undefined;
13233
+ iconPickerPreset?: "cta" | "feature" | undefined;
13234
13234
  contentTypeField?: string | undefined;
13235
13235
  fixedContentType?: string | undefined;
13236
13236
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -13345,7 +13345,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
13345
13345
  layoutGridRowField?: string | undefined;
13346
13346
  layoutGridColumnField?: string | undefined;
13347
13347
  layoutGridMaxRows?: number | undefined;
13348
- iconPickerPreset?: "cta" | undefined;
13348
+ iconPickerPreset?: "cta" | "feature" | undefined;
13349
13349
  contentTypeField?: string | undefined;
13350
13350
  fixedContentType?: string | undefined;
13351
13351
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -13452,7 +13452,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
13452
13452
  layoutGridRowField?: string | undefined;
13453
13453
  layoutGridColumnField?: string | undefined;
13454
13454
  layoutGridMaxRows?: number | undefined;
13455
- iconPickerPreset?: "cta" | undefined;
13455
+ iconPickerPreset?: "cta" | "feature" | undefined;
13456
13456
  contentTypeField?: string | undefined;
13457
13457
  fixedContentType?: string | undefined;
13458
13458
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -13559,7 +13559,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
13559
13559
  layoutGridRowField?: string | undefined;
13560
13560
  layoutGridColumnField?: string | undefined;
13561
13561
  layoutGridMaxRows?: number | undefined;
13562
- iconPickerPreset?: "cta" | undefined;
13562
+ iconPickerPreset?: "cta" | "feature" | undefined;
13563
13563
  contentTypeField?: string | undefined;
13564
13564
  fixedContentType?: string | undefined;
13565
13565
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -13667,7 +13667,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
13667
13667
  layoutGridRowField?: string | undefined;
13668
13668
  layoutGridColumnField?: string | undefined;
13669
13669
  layoutGridMaxRows?: number | undefined;
13670
- iconPickerPreset?: "cta" | undefined;
13670
+ iconPickerPreset?: "cta" | "feature" | undefined;
13671
13671
  contentTypeField?: string | undefined;
13672
13672
  fixedContentType?: string | undefined;
13673
13673
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -13773,7 +13773,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
13773
13773
  layoutGridRowField?: string | undefined;
13774
13774
  layoutGridColumnField?: string | undefined;
13775
13775
  layoutGridMaxRows?: number | undefined;
13776
- iconPickerPreset?: "cta" | undefined;
13776
+ iconPickerPreset?: "cta" | "feature" | undefined;
13777
13777
  contentTypeField?: string | undefined;
13778
13778
  fixedContentType?: string | undefined;
13779
13779
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -13879,7 +13879,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
13879
13879
  layoutGridRowField?: string | undefined;
13880
13880
  layoutGridColumnField?: string | undefined;
13881
13881
  layoutGridMaxRows?: number | undefined;
13882
- iconPickerPreset?: "cta" | undefined;
13882
+ iconPickerPreset?: "cta" | "feature" | undefined;
13883
13883
  contentTypeField?: string | undefined;
13884
13884
  fixedContentType?: string | undefined;
13885
13885
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -13985,7 +13985,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
13985
13985
  layoutGridRowField?: string | undefined;
13986
13986
  layoutGridColumnField?: string | undefined;
13987
13987
  layoutGridMaxRows?: number | undefined;
13988
- iconPickerPreset?: "cta" | undefined;
13988
+ iconPickerPreset?: "cta" | "feature" | undefined;
13989
13989
  contentTypeField?: string | undefined;
13990
13990
  fixedContentType?: string | undefined;
13991
13991
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -14091,7 +14091,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
14091
14091
  layoutGridRowField?: string | undefined;
14092
14092
  layoutGridColumnField?: string | undefined;
14093
14093
  layoutGridMaxRows?: number | undefined;
14094
- iconPickerPreset?: "cta" | undefined;
14094
+ iconPickerPreset?: "cta" | "feature" | undefined;
14095
14095
  contentTypeField?: string | undefined;
14096
14096
  fixedContentType?: string | undefined;
14097
14097
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -14197,7 +14197,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
14197
14197
  layoutGridRowField?: string | undefined;
14198
14198
  layoutGridColumnField?: string | undefined;
14199
14199
  layoutGridMaxRows?: number | undefined;
14200
- iconPickerPreset?: "cta" | undefined;
14200
+ iconPickerPreset?: "cta" | "feature" | undefined;
14201
14201
  contentTypeField?: string | undefined;
14202
14202
  fixedContentType?: string | undefined;
14203
14203
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -14307,7 +14307,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
14307
14307
  layoutGridRowField?: string | undefined;
14308
14308
  layoutGridColumnField?: string | undefined;
14309
14309
  layoutGridMaxRows?: number | undefined;
14310
- iconPickerPreset?: "cta" | undefined;
14310
+ iconPickerPreset?: "cta" | "feature" | undefined;
14311
14311
  contentTypeField?: string | undefined;
14312
14312
  fixedContentType?: string | undefined;
14313
14313
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -14413,7 +14413,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
14413
14413
  layoutGridRowField?: string | undefined;
14414
14414
  layoutGridColumnField?: string | undefined;
14415
14415
  layoutGridMaxRows?: number | undefined;
14416
- iconPickerPreset?: "cta" | undefined;
14416
+ iconPickerPreset?: "cta" | "feature" | undefined;
14417
14417
  contentTypeField?: string | undefined;
14418
14418
  fixedContentType?: string | undefined;
14419
14419
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -14521,7 +14521,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
14521
14521
  layoutGridRowField?: string | undefined;
14522
14522
  layoutGridColumnField?: string | undefined;
14523
14523
  layoutGridMaxRows?: number | undefined;
14524
- iconPickerPreset?: "cta" | undefined;
14524
+ iconPickerPreset?: "cta" | "feature" | undefined;
14525
14525
  contentTypeField?: string | undefined;
14526
14526
  fixedContentType?: string | undefined;
14527
14527
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -14627,7 +14627,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
14627
14627
  layoutGridRowField?: string | undefined;
14628
14628
  layoutGridColumnField?: string | undefined;
14629
14629
  layoutGridMaxRows?: number | undefined;
14630
- iconPickerPreset?: "cta" | undefined;
14630
+ iconPickerPreset?: "cta" | "feature" | undefined;
14631
14631
  contentTypeField?: string | undefined;
14632
14632
  fixedContentType?: string | undefined;
14633
14633
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -14740,7 +14740,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
14740
14740
  layoutGridRowField?: string | undefined;
14741
14741
  layoutGridColumnField?: string | undefined;
14742
14742
  layoutGridMaxRows?: number | undefined;
14743
- iconPickerPreset?: "cta" | undefined;
14743
+ iconPickerPreset?: "cta" | "feature" | undefined;
14744
14744
  contentTypeField?: string | undefined;
14745
14745
  fixedContentType?: string | undefined;
14746
14746
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -14852,7 +14852,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
14852
14852
  layoutGridRowField?: string | undefined;
14853
14853
  layoutGridColumnField?: string | undefined;
14854
14854
  layoutGridMaxRows?: number | undefined;
14855
- iconPickerPreset?: "cta" | undefined;
14855
+ iconPickerPreset?: "cta" | "feature" | undefined;
14856
14856
  contentTypeField?: string | undefined;
14857
14857
  fixedContentType?: string | undefined;
14858
14858
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -14958,7 +14958,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
14958
14958
  layoutGridRowField?: string | undefined;
14959
14959
  layoutGridColumnField?: string | undefined;
14960
14960
  layoutGridMaxRows?: number | undefined;
14961
- iconPickerPreset?: "cta" | undefined;
14961
+ iconPickerPreset?: "cta" | "feature" | undefined;
14962
14962
  contentTypeField?: string | undefined;
14963
14963
  fixedContentType?: string | undefined;
14964
14964
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -15067,7 +15067,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
15067
15067
  layoutGridRowField?: string | undefined;
15068
15068
  layoutGridColumnField?: string | undefined;
15069
15069
  layoutGridMaxRows?: number | undefined;
15070
- iconPickerPreset?: "cta" | undefined;
15070
+ iconPickerPreset?: "cta" | "feature" | undefined;
15071
15071
  contentTypeField?: string | undefined;
15072
15072
  fixedContentType?: string | undefined;
15073
15073
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -15178,7 +15178,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
15178
15178
  layoutGridRowField?: string | undefined;
15179
15179
  layoutGridColumnField?: string | undefined;
15180
15180
  layoutGridMaxRows?: number | undefined;
15181
- iconPickerPreset?: "cta" | undefined;
15181
+ iconPickerPreset?: "cta" | "feature" | undefined;
15182
15182
  contentTypeField?: string | undefined;
15183
15183
  fixedContentType?: string | undefined;
15184
15184
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -15290,7 +15290,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
15290
15290
  layoutGridRowField?: string | undefined;
15291
15291
  layoutGridColumnField?: string | undefined;
15292
15292
  layoutGridMaxRows?: number | undefined;
15293
- iconPickerPreset?: "cta" | undefined;
15293
+ iconPickerPreset?: "cta" | "feature" | undefined;
15294
15294
  contentTypeField?: string | undefined;
15295
15295
  fixedContentType?: string | undefined;
15296
15296
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -15396,7 +15396,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
15396
15396
  layoutGridRowField?: string | undefined;
15397
15397
  layoutGridColumnField?: string | undefined;
15398
15398
  layoutGridMaxRows?: number | undefined;
15399
- iconPickerPreset?: "cta" | undefined;
15399
+ iconPickerPreset?: "cta" | "feature" | undefined;
15400
15400
  contentTypeField?: string | undefined;
15401
15401
  fixedContentType?: string | undefined;
15402
15402
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -15509,7 +15509,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
15509
15509
  layoutGridRowField?: string | undefined;
15510
15510
  layoutGridColumnField?: string | undefined;
15511
15511
  layoutGridMaxRows?: number | undefined;
15512
- iconPickerPreset?: "cta" | undefined;
15512
+ iconPickerPreset?: "cta" | "feature" | undefined;
15513
15513
  contentTypeField?: string | undefined;
15514
15514
  fixedContentType?: string | undefined;
15515
15515
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -15616,7 +15616,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
15616
15616
  layoutGridRowField?: string | undefined;
15617
15617
  layoutGridColumnField?: string | undefined;
15618
15618
  layoutGridMaxRows?: number | undefined;
15619
- iconPickerPreset?: "cta" | undefined;
15619
+ iconPickerPreset?: "cta" | "feature" | undefined;
15620
15620
  contentTypeField?: string | undefined;
15621
15621
  fixedContentType?: string | undefined;
15622
15622
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -15723,7 +15723,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
15723
15723
  layoutGridRowField?: string | undefined;
15724
15724
  layoutGridColumnField?: string | undefined;
15725
15725
  layoutGridMaxRows?: number | undefined;
15726
- iconPickerPreset?: "cta" | undefined;
15726
+ iconPickerPreset?: "cta" | "feature" | undefined;
15727
15727
  contentTypeField?: string | undefined;
15728
15728
  fixedContentType?: string | undefined;
15729
15729
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -15831,7 +15831,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
15831
15831
  layoutGridRowField?: string | undefined;
15832
15832
  layoutGridColumnField?: string | undefined;
15833
15833
  layoutGridMaxRows?: number | undefined;
15834
- iconPickerPreset?: "cta" | undefined;
15834
+ iconPickerPreset?: "cta" | "feature" | undefined;
15835
15835
  contentTypeField?: string | undefined;
15836
15836
  fixedContentType?: string | undefined;
15837
15837
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -15937,7 +15937,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
15937
15937
  layoutGridRowField?: string | undefined;
15938
15938
  layoutGridColumnField?: string | undefined;
15939
15939
  layoutGridMaxRows?: number | undefined;
15940
- iconPickerPreset?: "cta" | undefined;
15940
+ iconPickerPreset?: "cta" | "feature" | undefined;
15941
15941
  contentTypeField?: string | undefined;
15942
15942
  fixedContentType?: string | undefined;
15943
15943
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -16043,7 +16043,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
16043
16043
  layoutGridRowField?: string | undefined;
16044
16044
  layoutGridColumnField?: string | undefined;
16045
16045
  layoutGridMaxRows?: number | undefined;
16046
- iconPickerPreset?: "cta" | undefined;
16046
+ iconPickerPreset?: "cta" | "feature" | undefined;
16047
16047
  contentTypeField?: string | undefined;
16048
16048
  fixedContentType?: string | undefined;
16049
16049
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -16149,7 +16149,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
16149
16149
  layoutGridRowField?: string | undefined;
16150
16150
  layoutGridColumnField?: string | undefined;
16151
16151
  layoutGridMaxRows?: number | undefined;
16152
- iconPickerPreset?: "cta" | undefined;
16152
+ iconPickerPreset?: "cta" | "feature" | undefined;
16153
16153
  contentTypeField?: string | undefined;
16154
16154
  fixedContentType?: string | undefined;
16155
16155
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -16255,7 +16255,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
16255
16255
  layoutGridRowField?: string | undefined;
16256
16256
  layoutGridColumnField?: string | undefined;
16257
16257
  layoutGridMaxRows?: number | undefined;
16258
- iconPickerPreset?: "cta" | undefined;
16258
+ iconPickerPreset?: "cta" | "feature" | undefined;
16259
16259
  contentTypeField?: string | undefined;
16260
16260
  fixedContentType?: string | undefined;
16261
16261
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -16361,7 +16361,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
16361
16361
  layoutGridRowField?: string | undefined;
16362
16362
  layoutGridColumnField?: string | undefined;
16363
16363
  layoutGridMaxRows?: number | undefined;
16364
- iconPickerPreset?: "cta" | undefined;
16364
+ iconPickerPreset?: "cta" | "feature" | undefined;
16365
16365
  contentTypeField?: string | undefined;
16366
16366
  fixedContentType?: string | undefined;
16367
16367
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -16471,7 +16471,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
16471
16471
  layoutGridRowField?: string | undefined;
16472
16472
  layoutGridColumnField?: string | undefined;
16473
16473
  layoutGridMaxRows?: number | undefined;
16474
- iconPickerPreset?: "cta" | undefined;
16474
+ iconPickerPreset?: "cta" | "feature" | undefined;
16475
16475
  contentTypeField?: string | undefined;
16476
16476
  fixedContentType?: string | undefined;
16477
16477
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -16577,7 +16577,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
16577
16577
  layoutGridRowField?: string | undefined;
16578
16578
  layoutGridColumnField?: string | undefined;
16579
16579
  layoutGridMaxRows?: number | undefined;
16580
- iconPickerPreset?: "cta" | undefined;
16580
+ iconPickerPreset?: "cta" | "feature" | undefined;
16581
16581
  contentTypeField?: string | undefined;
16582
16582
  fixedContentType?: string | undefined;
16583
16583
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -16685,7 +16685,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
16685
16685
  layoutGridRowField?: string | undefined;
16686
16686
  layoutGridColumnField?: string | undefined;
16687
16687
  layoutGridMaxRows?: number | undefined;
16688
- iconPickerPreset?: "cta" | undefined;
16688
+ iconPickerPreset?: "cta" | "feature" | undefined;
16689
16689
  contentTypeField?: string | undefined;
16690
16690
  fixedContentType?: string | undefined;
16691
16691
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -16791,7 +16791,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
16791
16791
  layoutGridRowField?: string | undefined;
16792
16792
  layoutGridColumnField?: string | undefined;
16793
16793
  layoutGridMaxRows?: number | undefined;
16794
- iconPickerPreset?: "cta" | undefined;
16794
+ iconPickerPreset?: "cta" | "feature" | undefined;
16795
16795
  contentTypeField?: string | undefined;
16796
16796
  fixedContentType?: string | undefined;
16797
16797
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -16915,7 +16915,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
16915
16915
  layoutGridRowField?: string | undefined;
16916
16916
  layoutGridColumnField?: string | undefined;
16917
16917
  layoutGridMaxRows?: number | undefined;
16918
- iconPickerPreset?: "cta" | undefined;
16918
+ iconPickerPreset?: "cta" | "feature" | undefined;
16919
16919
  contentTypeField?: string | undefined;
16920
16920
  fixedContentType?: string | undefined;
16921
16921
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -17025,7 +17025,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
17025
17025
  layoutGridRowField?: string | undefined;
17026
17026
  layoutGridColumnField?: string | undefined;
17027
17027
  layoutGridMaxRows?: number | undefined;
17028
- iconPickerPreset?: "cta" | undefined;
17028
+ iconPickerPreset?: "cta" | "feature" | undefined;
17029
17029
  contentTypeField?: string | undefined;
17030
17030
  fixedContentType?: string | undefined;
17031
17031
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -17147,7 +17147,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
17147
17147
  layoutGridRowField?: string | undefined;
17148
17148
  layoutGridColumnField?: string | undefined;
17149
17149
  layoutGridMaxRows?: number | undefined;
17150
- iconPickerPreset?: "cta" | undefined;
17150
+ iconPickerPreset?: "cta" | "feature" | undefined;
17151
17151
  contentTypeField?: string | undefined;
17152
17152
  fixedContentType?: string | undefined;
17153
17153
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -17262,7 +17262,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
17262
17262
  layoutGridRowField?: string | undefined;
17263
17263
  layoutGridColumnField?: string | undefined;
17264
17264
  layoutGridMaxRows?: number | undefined;
17265
- iconPickerPreset?: "cta" | undefined;
17265
+ iconPickerPreset?: "cta" | "feature" | undefined;
17266
17266
  contentTypeField?: string | undefined;
17267
17267
  fixedContentType?: string | undefined;
17268
17268
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -17369,7 +17369,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
17369
17369
  layoutGridRowField?: string | undefined;
17370
17370
  layoutGridColumnField?: string | undefined;
17371
17371
  layoutGridMaxRows?: number | undefined;
17372
- iconPickerPreset?: "cta" | undefined;
17372
+ iconPickerPreset?: "cta" | "feature" | undefined;
17373
17373
  contentTypeField?: string | undefined;
17374
17374
  fixedContentType?: string | undefined;
17375
17375
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -17476,7 +17476,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
17476
17476
  layoutGridRowField?: string | undefined;
17477
17477
  layoutGridColumnField?: string | undefined;
17478
17478
  layoutGridMaxRows?: number | undefined;
17479
- iconPickerPreset?: "cta" | undefined;
17479
+ iconPickerPreset?: "cta" | "feature" | undefined;
17480
17480
  contentTypeField?: string | undefined;
17481
17481
  fixedContentType?: string | undefined;
17482
17482
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -17584,7 +17584,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
17584
17584
  layoutGridRowField?: string | undefined;
17585
17585
  layoutGridColumnField?: string | undefined;
17586
17586
  layoutGridMaxRows?: number | undefined;
17587
- iconPickerPreset?: "cta" | undefined;
17587
+ iconPickerPreset?: "cta" | "feature" | undefined;
17588
17588
  contentTypeField?: string | undefined;
17589
17589
  fixedContentType?: string | undefined;
17590
17590
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -17690,7 +17690,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
17690
17690
  layoutGridRowField?: string | undefined;
17691
17691
  layoutGridColumnField?: string | undefined;
17692
17692
  layoutGridMaxRows?: number | undefined;
17693
- iconPickerPreset?: "cta" | undefined;
17693
+ iconPickerPreset?: "cta" | "feature" | undefined;
17694
17694
  contentTypeField?: string | undefined;
17695
17695
  fixedContentType?: string | undefined;
17696
17696
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -17796,7 +17796,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
17796
17796
  layoutGridRowField?: string | undefined;
17797
17797
  layoutGridColumnField?: string | undefined;
17798
17798
  layoutGridMaxRows?: number | undefined;
17799
- iconPickerPreset?: "cta" | undefined;
17799
+ iconPickerPreset?: "cta" | "feature" | undefined;
17800
17800
  contentTypeField?: string | undefined;
17801
17801
  fixedContentType?: string | undefined;
17802
17802
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -17902,7 +17902,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
17902
17902
  layoutGridRowField?: string | undefined;
17903
17903
  layoutGridColumnField?: string | undefined;
17904
17904
  layoutGridMaxRows?: number | undefined;
17905
- iconPickerPreset?: "cta" | undefined;
17905
+ iconPickerPreset?: "cta" | "feature" | undefined;
17906
17906
  contentTypeField?: string | undefined;
17907
17907
  fixedContentType?: string | undefined;
17908
17908
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -18008,7 +18008,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
18008
18008
  layoutGridRowField?: string | undefined;
18009
18009
  layoutGridColumnField?: string | undefined;
18010
18010
  layoutGridMaxRows?: number | undefined;
18011
- iconPickerPreset?: "cta" | undefined;
18011
+ iconPickerPreset?: "cta" | "feature" | undefined;
18012
18012
  contentTypeField?: string | undefined;
18013
18013
  fixedContentType?: string | undefined;
18014
18014
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -18114,7 +18114,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
18114
18114
  layoutGridRowField?: string | undefined;
18115
18115
  layoutGridColumnField?: string | undefined;
18116
18116
  layoutGridMaxRows?: number | undefined;
18117
- iconPickerPreset?: "cta" | undefined;
18117
+ iconPickerPreset?: "cta" | "feature" | undefined;
18118
18118
  contentTypeField?: string | undefined;
18119
18119
  fixedContentType?: string | undefined;
18120
18120
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -18224,7 +18224,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
18224
18224
  layoutGridRowField?: string | undefined;
18225
18225
  layoutGridColumnField?: string | undefined;
18226
18226
  layoutGridMaxRows?: number | undefined;
18227
- iconPickerPreset?: "cta" | undefined;
18227
+ iconPickerPreset?: "cta" | "feature" | undefined;
18228
18228
  contentTypeField?: string | undefined;
18229
18229
  fixedContentType?: string | undefined;
18230
18230
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -18330,7 +18330,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
18330
18330
  layoutGridRowField?: string | undefined;
18331
18331
  layoutGridColumnField?: string | undefined;
18332
18332
  layoutGridMaxRows?: number | undefined;
18333
- iconPickerPreset?: "cta" | undefined;
18333
+ iconPickerPreset?: "cta" | "feature" | undefined;
18334
18334
  contentTypeField?: string | undefined;
18335
18335
  fixedContentType?: string | undefined;
18336
18336
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -18438,7 +18438,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
18438
18438
  layoutGridRowField?: string | undefined;
18439
18439
  layoutGridColumnField?: string | undefined;
18440
18440
  layoutGridMaxRows?: number | undefined;
18441
- iconPickerPreset?: "cta" | undefined;
18441
+ iconPickerPreset?: "cta" | "feature" | undefined;
18442
18442
  contentTypeField?: string | undefined;
18443
18443
  fixedContentType?: string | undefined;
18444
18444
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -18544,7 +18544,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
18544
18544
  layoutGridRowField?: string | undefined;
18545
18545
  layoutGridColumnField?: string | undefined;
18546
18546
  layoutGridMaxRows?: number | undefined;
18547
- iconPickerPreset?: "cta" | undefined;
18547
+ iconPickerPreset?: "cta" | "feature" | undefined;
18548
18548
  contentTypeField?: string | undefined;
18549
18549
  fixedContentType?: string | undefined;
18550
18550
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -18657,7 +18657,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
18657
18657
  layoutGridRowField?: string | undefined;
18658
18658
  layoutGridColumnField?: string | undefined;
18659
18659
  layoutGridMaxRows?: number | undefined;
18660
- iconPickerPreset?: "cta" | undefined;
18660
+ iconPickerPreset?: "cta" | "feature" | undefined;
18661
18661
  contentTypeField?: string | undefined;
18662
18662
  fixedContentType?: string | undefined;
18663
18663
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -18769,7 +18769,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
18769
18769
  layoutGridRowField?: string | undefined;
18770
18770
  layoutGridColumnField?: string | undefined;
18771
18771
  layoutGridMaxRows?: number | undefined;
18772
- iconPickerPreset?: "cta" | undefined;
18772
+ iconPickerPreset?: "cta" | "feature" | undefined;
18773
18773
  contentTypeField?: string | undefined;
18774
18774
  fixedContentType?: string | undefined;
18775
18775
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -18875,7 +18875,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
18875
18875
  layoutGridRowField?: string | undefined;
18876
18876
  layoutGridColumnField?: string | undefined;
18877
18877
  layoutGridMaxRows?: number | undefined;
18878
- iconPickerPreset?: "cta" | undefined;
18878
+ iconPickerPreset?: "cta" | "feature" | undefined;
18879
18879
  contentTypeField?: string | undefined;
18880
18880
  fixedContentType?: string | undefined;
18881
18881
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -18988,7 +18988,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
18988
18988
  layoutGridRowField?: string | undefined;
18989
18989
  layoutGridColumnField?: string | undefined;
18990
18990
  layoutGridMaxRows?: number | undefined;
18991
- iconPickerPreset?: "cta" | undefined;
18991
+ iconPickerPreset?: "cta" | "feature" | undefined;
18992
18992
  contentTypeField?: string | undefined;
18993
18993
  fixedContentType?: string | undefined;
18994
18994
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -19095,7 +19095,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
19095
19095
  layoutGridRowField?: string | undefined;
19096
19096
  layoutGridColumnField?: string | undefined;
19097
19097
  layoutGridMaxRows?: number | undefined;
19098
- iconPickerPreset?: "cta" | undefined;
19098
+ iconPickerPreset?: "cta" | "feature" | undefined;
19099
19099
  contentTypeField?: string | undefined;
19100
19100
  fixedContentType?: string | undefined;
19101
19101
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -19202,7 +19202,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
19202
19202
  layoutGridRowField?: string | undefined;
19203
19203
  layoutGridColumnField?: string | undefined;
19204
19204
  layoutGridMaxRows?: number | undefined;
19205
- iconPickerPreset?: "cta" | undefined;
19205
+ iconPickerPreset?: "cta" | "feature" | undefined;
19206
19206
  contentTypeField?: string | undefined;
19207
19207
  fixedContentType?: string | undefined;
19208
19208
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -19310,7 +19310,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
19310
19310
  layoutGridRowField?: string | undefined;
19311
19311
  layoutGridColumnField?: string | undefined;
19312
19312
  layoutGridMaxRows?: number | undefined;
19313
- iconPickerPreset?: "cta" | undefined;
19313
+ iconPickerPreset?: "cta" | "feature" | undefined;
19314
19314
  contentTypeField?: string | undefined;
19315
19315
  fixedContentType?: string | undefined;
19316
19316
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -19416,7 +19416,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
19416
19416
  layoutGridRowField?: string | undefined;
19417
19417
  layoutGridColumnField?: string | undefined;
19418
19418
  layoutGridMaxRows?: number | undefined;
19419
- iconPickerPreset?: "cta" | undefined;
19419
+ iconPickerPreset?: "cta" | "feature" | undefined;
19420
19420
  contentTypeField?: string | undefined;
19421
19421
  fixedContentType?: string | undefined;
19422
19422
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -19522,7 +19522,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
19522
19522
  layoutGridRowField?: string | undefined;
19523
19523
  layoutGridColumnField?: string | undefined;
19524
19524
  layoutGridMaxRows?: number | undefined;
19525
- iconPickerPreset?: "cta" | undefined;
19525
+ iconPickerPreset?: "cta" | "feature" | undefined;
19526
19526
  contentTypeField?: string | undefined;
19527
19527
  fixedContentType?: string | undefined;
19528
19528
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -19628,7 +19628,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
19628
19628
  layoutGridRowField?: string | undefined;
19629
19629
  layoutGridColumnField?: string | undefined;
19630
19630
  layoutGridMaxRows?: number | undefined;
19631
- iconPickerPreset?: "cta" | undefined;
19631
+ iconPickerPreset?: "cta" | "feature" | undefined;
19632
19632
  contentTypeField?: string | undefined;
19633
19633
  fixedContentType?: string | undefined;
19634
19634
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -19734,7 +19734,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
19734
19734
  layoutGridRowField?: string | undefined;
19735
19735
  layoutGridColumnField?: string | undefined;
19736
19736
  layoutGridMaxRows?: number | undefined;
19737
- iconPickerPreset?: "cta" | undefined;
19737
+ iconPickerPreset?: "cta" | "feature" | undefined;
19738
19738
  contentTypeField?: string | undefined;
19739
19739
  fixedContentType?: string | undefined;
19740
19740
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -19840,7 +19840,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
19840
19840
  layoutGridRowField?: string | undefined;
19841
19841
  layoutGridColumnField?: string | undefined;
19842
19842
  layoutGridMaxRows?: number | undefined;
19843
- iconPickerPreset?: "cta" | undefined;
19843
+ iconPickerPreset?: "cta" | "feature" | undefined;
19844
19844
  contentTypeField?: string | undefined;
19845
19845
  fixedContentType?: string | undefined;
19846
19846
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -19950,7 +19950,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
19950
19950
  layoutGridRowField?: string | undefined;
19951
19951
  layoutGridColumnField?: string | undefined;
19952
19952
  layoutGridMaxRows?: number | undefined;
19953
- iconPickerPreset?: "cta" | undefined;
19953
+ iconPickerPreset?: "cta" | "feature" | undefined;
19954
19954
  contentTypeField?: string | undefined;
19955
19955
  fixedContentType?: string | undefined;
19956
19956
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -20056,7 +20056,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
20056
20056
  layoutGridRowField?: string | undefined;
20057
20057
  layoutGridColumnField?: string | undefined;
20058
20058
  layoutGridMaxRows?: number | undefined;
20059
- iconPickerPreset?: "cta" | undefined;
20059
+ iconPickerPreset?: "cta" | "feature" | undefined;
20060
20060
  contentTypeField?: string | undefined;
20061
20061
  fixedContentType?: string | undefined;
20062
20062
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -20164,7 +20164,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
20164
20164
  layoutGridRowField?: string | undefined;
20165
20165
  layoutGridColumnField?: string | undefined;
20166
20166
  layoutGridMaxRows?: number | undefined;
20167
- iconPickerPreset?: "cta" | undefined;
20167
+ iconPickerPreset?: "cta" | "feature" | undefined;
20168
20168
  contentTypeField?: string | undefined;
20169
20169
  fixedContentType?: string | undefined;
20170
20170
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -20270,7 +20270,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
20270
20270
  layoutGridRowField?: string | undefined;
20271
20271
  layoutGridColumnField?: string | undefined;
20272
20272
  layoutGridMaxRows?: number | undefined;
20273
- iconPickerPreset?: "cta" | undefined;
20273
+ iconPickerPreset?: "cta" | "feature" | undefined;
20274
20274
  contentTypeField?: string | undefined;
20275
20275
  fixedContentType?: string | undefined;
20276
20276
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -20383,7 +20383,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
20383
20383
  layoutGridRowField?: string | undefined;
20384
20384
  layoutGridColumnField?: string | undefined;
20385
20385
  layoutGridMaxRows?: number | undefined;
20386
- iconPickerPreset?: "cta" | undefined;
20386
+ iconPickerPreset?: "cta" | "feature" | undefined;
20387
20387
  contentTypeField?: string | undefined;
20388
20388
  fixedContentType?: string | undefined;
20389
20389
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -20495,7 +20495,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
20495
20495
  layoutGridRowField?: string | undefined;
20496
20496
  layoutGridColumnField?: string | undefined;
20497
20497
  layoutGridMaxRows?: number | undefined;
20498
- iconPickerPreset?: "cta" | undefined;
20498
+ iconPickerPreset?: "cta" | "feature" | undefined;
20499
20499
  contentTypeField?: string | undefined;
20500
20500
  fixedContentType?: string | undefined;
20501
20501
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -20601,7 +20601,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
20601
20601
  layoutGridRowField?: string | undefined;
20602
20602
  layoutGridColumnField?: string | undefined;
20603
20603
  layoutGridMaxRows?: number | undefined;
20604
- iconPickerPreset?: "cta" | undefined;
20604
+ iconPickerPreset?: "cta" | "feature" | undefined;
20605
20605
  contentTypeField?: string | undefined;
20606
20606
  fixedContentType?: string | undefined;
20607
20607
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -20710,7 +20710,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
20710
20710
  layoutGridRowField?: string | undefined;
20711
20711
  layoutGridColumnField?: string | undefined;
20712
20712
  layoutGridMaxRows?: number | undefined;
20713
- iconPickerPreset?: "cta" | undefined;
20713
+ iconPickerPreset?: "cta" | "feature" | undefined;
20714
20714
  contentTypeField?: string | undefined;
20715
20715
  fixedContentType?: string | undefined;
20716
20716
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -20821,7 +20821,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
20821
20821
  layoutGridRowField?: string | undefined;
20822
20822
  layoutGridColumnField?: string | undefined;
20823
20823
  layoutGridMaxRows?: number | undefined;
20824
- iconPickerPreset?: "cta" | undefined;
20824
+ iconPickerPreset?: "cta" | "feature" | undefined;
20825
20825
  contentTypeField?: string | undefined;
20826
20826
  fixedContentType?: string | undefined;
20827
20827
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -20933,7 +20933,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
20933
20933
  layoutGridRowField?: string | undefined;
20934
20934
  layoutGridColumnField?: string | undefined;
20935
20935
  layoutGridMaxRows?: number | undefined;
20936
- iconPickerPreset?: "cta" | undefined;
20936
+ iconPickerPreset?: "cta" | "feature" | undefined;
20937
20937
  contentTypeField?: string | undefined;
20938
20938
  fixedContentType?: string | undefined;
20939
20939
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -21039,7 +21039,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
21039
21039
  layoutGridRowField?: string | undefined;
21040
21040
  layoutGridColumnField?: string | undefined;
21041
21041
  layoutGridMaxRows?: number | undefined;
21042
- iconPickerPreset?: "cta" | undefined;
21042
+ iconPickerPreset?: "cta" | "feature" | undefined;
21043
21043
  contentTypeField?: string | undefined;
21044
21044
  fixedContentType?: string | undefined;
21045
21045
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -21145,7 +21145,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
21145
21145
  layoutGridRowField?: string | undefined;
21146
21146
  layoutGridColumnField?: string | undefined;
21147
21147
  layoutGridMaxRows?: number | undefined;
21148
- iconPickerPreset?: "cta" | undefined;
21148
+ iconPickerPreset?: "cta" | "feature" | undefined;
21149
21149
  contentTypeField?: string | undefined;
21150
21150
  fixedContentType?: string | undefined;
21151
21151
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -21266,7 +21266,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
21266
21266
  layoutGridRowField?: string | undefined;
21267
21267
  layoutGridColumnField?: string | undefined;
21268
21268
  layoutGridMaxRows?: number | undefined;
21269
- iconPickerPreset?: "cta" | undefined;
21269
+ iconPickerPreset?: "cta" | "feature" | undefined;
21270
21270
  contentTypeField?: string | undefined;
21271
21271
  fixedContentType?: string | undefined;
21272
21272
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -21376,7 +21376,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
21376
21376
  layoutGridRowField?: string | undefined;
21377
21377
  layoutGridColumnField?: string | undefined;
21378
21378
  layoutGridMaxRows?: number | undefined;
21379
- iconPickerPreset?: "cta" | undefined;
21379
+ iconPickerPreset?: "cta" | "feature" | undefined;
21380
21380
  contentTypeField?: string | undefined;
21381
21381
  fixedContentType?: string | undefined;
21382
21382
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -21498,7 +21498,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
21498
21498
  layoutGridRowField?: string | undefined;
21499
21499
  layoutGridColumnField?: string | undefined;
21500
21500
  layoutGridMaxRows?: number | undefined;
21501
- iconPickerPreset?: "cta" | undefined;
21501
+ iconPickerPreset?: "cta" | "feature" | undefined;
21502
21502
  contentTypeField?: string | undefined;
21503
21503
  fixedContentType?: string | undefined;
21504
21504
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -21613,7 +21613,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
21613
21613
  layoutGridRowField?: string | undefined;
21614
21614
  layoutGridColumnField?: string | undefined;
21615
21615
  layoutGridMaxRows?: number | undefined;
21616
- iconPickerPreset?: "cta" | undefined;
21616
+ iconPickerPreset?: "cta" | "feature" | undefined;
21617
21617
  contentTypeField?: string | undefined;
21618
21618
  fixedContentType?: string | undefined;
21619
21619
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -21720,7 +21720,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
21720
21720
  layoutGridRowField?: string | undefined;
21721
21721
  layoutGridColumnField?: string | undefined;
21722
21722
  layoutGridMaxRows?: number | undefined;
21723
- iconPickerPreset?: "cta" | undefined;
21723
+ iconPickerPreset?: "cta" | "feature" | undefined;
21724
21724
  contentTypeField?: string | undefined;
21725
21725
  fixedContentType?: string | undefined;
21726
21726
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -21827,7 +21827,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
21827
21827
  layoutGridRowField?: string | undefined;
21828
21828
  layoutGridColumnField?: string | undefined;
21829
21829
  layoutGridMaxRows?: number | undefined;
21830
- iconPickerPreset?: "cta" | undefined;
21830
+ iconPickerPreset?: "cta" | "feature" | undefined;
21831
21831
  contentTypeField?: string | undefined;
21832
21832
  fixedContentType?: string | undefined;
21833
21833
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -21935,7 +21935,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
21935
21935
  layoutGridRowField?: string | undefined;
21936
21936
  layoutGridColumnField?: string | undefined;
21937
21937
  layoutGridMaxRows?: number | undefined;
21938
- iconPickerPreset?: "cta" | undefined;
21938
+ iconPickerPreset?: "cta" | "feature" | undefined;
21939
21939
  contentTypeField?: string | undefined;
21940
21940
  fixedContentType?: string | undefined;
21941
21941
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -22041,7 +22041,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
22041
22041
  layoutGridRowField?: string | undefined;
22042
22042
  layoutGridColumnField?: string | undefined;
22043
22043
  layoutGridMaxRows?: number | undefined;
22044
- iconPickerPreset?: "cta" | undefined;
22044
+ iconPickerPreset?: "cta" | "feature" | undefined;
22045
22045
  contentTypeField?: string | undefined;
22046
22046
  fixedContentType?: string | undefined;
22047
22047
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -22147,7 +22147,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
22147
22147
  layoutGridRowField?: string | undefined;
22148
22148
  layoutGridColumnField?: string | undefined;
22149
22149
  layoutGridMaxRows?: number | undefined;
22150
- iconPickerPreset?: "cta" | undefined;
22150
+ iconPickerPreset?: "cta" | "feature" | undefined;
22151
22151
  contentTypeField?: string | undefined;
22152
22152
  fixedContentType?: string | undefined;
22153
22153
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -22253,7 +22253,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
22253
22253
  layoutGridRowField?: string | undefined;
22254
22254
  layoutGridColumnField?: string | undefined;
22255
22255
  layoutGridMaxRows?: number | undefined;
22256
- iconPickerPreset?: "cta" | undefined;
22256
+ iconPickerPreset?: "cta" | "feature" | undefined;
22257
22257
  contentTypeField?: string | undefined;
22258
22258
  fixedContentType?: string | undefined;
22259
22259
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -22359,7 +22359,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
22359
22359
  layoutGridRowField?: string | undefined;
22360
22360
  layoutGridColumnField?: string | undefined;
22361
22361
  layoutGridMaxRows?: number | undefined;
22362
- iconPickerPreset?: "cta" | undefined;
22362
+ iconPickerPreset?: "cta" | "feature" | undefined;
22363
22363
  contentTypeField?: string | undefined;
22364
22364
  fixedContentType?: string | undefined;
22365
22365
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -22465,7 +22465,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
22465
22465
  layoutGridRowField?: string | undefined;
22466
22466
  layoutGridColumnField?: string | undefined;
22467
22467
  layoutGridMaxRows?: number | undefined;
22468
- iconPickerPreset?: "cta" | undefined;
22468
+ iconPickerPreset?: "cta" | "feature" | undefined;
22469
22469
  contentTypeField?: string | undefined;
22470
22470
  fixedContentType?: string | undefined;
22471
22471
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -22575,7 +22575,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
22575
22575
  layoutGridRowField?: string | undefined;
22576
22576
  layoutGridColumnField?: string | undefined;
22577
22577
  layoutGridMaxRows?: number | undefined;
22578
- iconPickerPreset?: "cta" | undefined;
22578
+ iconPickerPreset?: "cta" | "feature" | undefined;
22579
22579
  contentTypeField?: string | undefined;
22580
22580
  fixedContentType?: string | undefined;
22581
22581
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -22681,7 +22681,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
22681
22681
  layoutGridRowField?: string | undefined;
22682
22682
  layoutGridColumnField?: string | undefined;
22683
22683
  layoutGridMaxRows?: number | undefined;
22684
- iconPickerPreset?: "cta" | undefined;
22684
+ iconPickerPreset?: "cta" | "feature" | undefined;
22685
22685
  contentTypeField?: string | undefined;
22686
22686
  fixedContentType?: string | undefined;
22687
22687
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -22789,7 +22789,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
22789
22789
  layoutGridRowField?: string | undefined;
22790
22790
  layoutGridColumnField?: string | undefined;
22791
22791
  layoutGridMaxRows?: number | undefined;
22792
- iconPickerPreset?: "cta" | undefined;
22792
+ iconPickerPreset?: "cta" | "feature" | undefined;
22793
22793
  contentTypeField?: string | undefined;
22794
22794
  fixedContentType?: string | undefined;
22795
22795
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -22895,7 +22895,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
22895
22895
  layoutGridRowField?: string | undefined;
22896
22896
  layoutGridColumnField?: string | undefined;
22897
22897
  layoutGridMaxRows?: number | undefined;
22898
- iconPickerPreset?: "cta" | undefined;
22898
+ iconPickerPreset?: "cta" | "feature" | undefined;
22899
22899
  contentTypeField?: string | undefined;
22900
22900
  fixedContentType?: string | undefined;
22901
22901
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -23017,7 +23017,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
23017
23017
  layoutGridRowField?: string | undefined;
23018
23018
  layoutGridColumnField?: string | undefined;
23019
23019
  layoutGridMaxRows?: number | undefined;
23020
- iconPickerPreset?: "cta" | undefined;
23020
+ iconPickerPreset?: "cta" | "feature" | undefined;
23021
23021
  contentTypeField?: string | undefined;
23022
23022
  fixedContentType?: string | undefined;
23023
23023
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -23132,7 +23132,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
23132
23132
  layoutGridRowField?: string | undefined;
23133
23133
  layoutGridColumnField?: string | undefined;
23134
23134
  layoutGridMaxRows?: number | undefined;
23135
- iconPickerPreset?: "cta" | undefined;
23135
+ iconPickerPreset?: "cta" | "feature" | undefined;
23136
23136
  contentTypeField?: string | undefined;
23137
23137
  fixedContentType?: string | undefined;
23138
23138
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -23239,7 +23239,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
23239
23239
  layoutGridRowField?: string | undefined;
23240
23240
  layoutGridColumnField?: string | undefined;
23241
23241
  layoutGridMaxRows?: number | undefined;
23242
- iconPickerPreset?: "cta" | undefined;
23242
+ iconPickerPreset?: "cta" | "feature" | undefined;
23243
23243
  contentTypeField?: string | undefined;
23244
23244
  fixedContentType?: string | undefined;
23245
23245
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -23346,7 +23346,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
23346
23346
  layoutGridRowField?: string | undefined;
23347
23347
  layoutGridColumnField?: string | undefined;
23348
23348
  layoutGridMaxRows?: number | undefined;
23349
- iconPickerPreset?: "cta" | undefined;
23349
+ iconPickerPreset?: "cta" | "feature" | undefined;
23350
23350
  contentTypeField?: string | undefined;
23351
23351
  fixedContentType?: string | undefined;
23352
23352
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -23454,7 +23454,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
23454
23454
  layoutGridRowField?: string | undefined;
23455
23455
  layoutGridColumnField?: string | undefined;
23456
23456
  layoutGridMaxRows?: number | undefined;
23457
- iconPickerPreset?: "cta" | undefined;
23457
+ iconPickerPreset?: "cta" | "feature" | undefined;
23458
23458
  contentTypeField?: string | undefined;
23459
23459
  fixedContentType?: string | undefined;
23460
23460
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -23560,7 +23560,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
23560
23560
  layoutGridRowField?: string | undefined;
23561
23561
  layoutGridColumnField?: string | undefined;
23562
23562
  layoutGridMaxRows?: number | undefined;
23563
- iconPickerPreset?: "cta" | undefined;
23563
+ iconPickerPreset?: "cta" | "feature" | undefined;
23564
23564
  contentTypeField?: string | undefined;
23565
23565
  fixedContentType?: string | undefined;
23566
23566
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -23666,7 +23666,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
23666
23666
  layoutGridRowField?: string | undefined;
23667
23667
  layoutGridColumnField?: string | undefined;
23668
23668
  layoutGridMaxRows?: number | undefined;
23669
- iconPickerPreset?: "cta" | undefined;
23669
+ iconPickerPreset?: "cta" | "feature" | undefined;
23670
23670
  contentTypeField?: string | undefined;
23671
23671
  fixedContentType?: string | undefined;
23672
23672
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -23772,7 +23772,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
23772
23772
  layoutGridRowField?: string | undefined;
23773
23773
  layoutGridColumnField?: string | undefined;
23774
23774
  layoutGridMaxRows?: number | undefined;
23775
- iconPickerPreset?: "cta" | undefined;
23775
+ iconPickerPreset?: "cta" | "feature" | undefined;
23776
23776
  contentTypeField?: string | undefined;
23777
23777
  fixedContentType?: string | undefined;
23778
23778
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -23878,7 +23878,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
23878
23878
  layoutGridRowField?: string | undefined;
23879
23879
  layoutGridColumnField?: string | undefined;
23880
23880
  layoutGridMaxRows?: number | undefined;
23881
- iconPickerPreset?: "cta" | undefined;
23881
+ iconPickerPreset?: "cta" | "feature" | undefined;
23882
23882
  contentTypeField?: string | undefined;
23883
23883
  fixedContentType?: string | undefined;
23884
23884
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -23984,7 +23984,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
23984
23984
  layoutGridRowField?: string | undefined;
23985
23985
  layoutGridColumnField?: string | undefined;
23986
23986
  layoutGridMaxRows?: number | undefined;
23987
- iconPickerPreset?: "cta" | undefined;
23987
+ iconPickerPreset?: "cta" | "feature" | undefined;
23988
23988
  contentTypeField?: string | undefined;
23989
23989
  fixedContentType?: string | undefined;
23990
23990
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -24094,7 +24094,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
24094
24094
  layoutGridRowField?: string | undefined;
24095
24095
  layoutGridColumnField?: string | undefined;
24096
24096
  layoutGridMaxRows?: number | undefined;
24097
- iconPickerPreset?: "cta" | undefined;
24097
+ iconPickerPreset?: "cta" | "feature" | undefined;
24098
24098
  contentTypeField?: string | undefined;
24099
24099
  fixedContentType?: string | undefined;
24100
24100
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -24200,7 +24200,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
24200
24200
  layoutGridRowField?: string | undefined;
24201
24201
  layoutGridColumnField?: string | undefined;
24202
24202
  layoutGridMaxRows?: number | undefined;
24203
- iconPickerPreset?: "cta" | undefined;
24203
+ iconPickerPreset?: "cta" | "feature" | undefined;
24204
24204
  contentTypeField?: string | undefined;
24205
24205
  fixedContentType?: string | undefined;
24206
24206
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -24308,7 +24308,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
24308
24308
  layoutGridRowField?: string | undefined;
24309
24309
  layoutGridColumnField?: string | undefined;
24310
24310
  layoutGridMaxRows?: number | undefined;
24311
- iconPickerPreset?: "cta" | undefined;
24311
+ iconPickerPreset?: "cta" | "feature" | undefined;
24312
24312
  contentTypeField?: string | undefined;
24313
24313
  fixedContentType?: string | undefined;
24314
24314
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -24414,7 +24414,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
24414
24414
  layoutGridRowField?: string | undefined;
24415
24415
  layoutGridColumnField?: string | undefined;
24416
24416
  layoutGridMaxRows?: number | undefined;
24417
- iconPickerPreset?: "cta" | undefined;
24417
+ iconPickerPreset?: "cta" | "feature" | undefined;
24418
24418
  contentTypeField?: string | undefined;
24419
24419
  fixedContentType?: string | undefined;
24420
24420
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -24527,7 +24527,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
24527
24527
  layoutGridRowField?: string | undefined;
24528
24528
  layoutGridColumnField?: string | undefined;
24529
24529
  layoutGridMaxRows?: number | undefined;
24530
- iconPickerPreset?: "cta" | undefined;
24530
+ iconPickerPreset?: "cta" | "feature" | undefined;
24531
24531
  contentTypeField?: string | undefined;
24532
24532
  fixedContentType?: string | undefined;
24533
24533
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -24639,7 +24639,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
24639
24639
  layoutGridRowField?: string | undefined;
24640
24640
  layoutGridColumnField?: string | undefined;
24641
24641
  layoutGridMaxRows?: number | undefined;
24642
- iconPickerPreset?: "cta" | undefined;
24642
+ iconPickerPreset?: "cta" | "feature" | undefined;
24643
24643
  contentTypeField?: string | undefined;
24644
24644
  fixedContentType?: string | undefined;
24645
24645
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -24745,7 +24745,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
24745
24745
  layoutGridRowField?: string | undefined;
24746
24746
  layoutGridColumnField?: string | undefined;
24747
24747
  layoutGridMaxRows?: number | undefined;
24748
- iconPickerPreset?: "cta" | undefined;
24748
+ iconPickerPreset?: "cta" | "feature" | undefined;
24749
24749
  contentTypeField?: string | undefined;
24750
24750
  fixedContentType?: string | undefined;
24751
24751
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -24851,7 +24851,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
24851
24851
  layoutGridRowField?: string | undefined;
24852
24852
  layoutGridColumnField?: string | undefined;
24853
24853
  layoutGridMaxRows?: number | undefined;
24854
- iconPickerPreset?: "cta" | undefined;
24854
+ iconPickerPreset?: "cta" | "feature" | undefined;
24855
24855
  contentTypeField?: string | undefined;
24856
24856
  fixedContentType?: string | undefined;
24857
24857
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -24961,7 +24961,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
24961
24961
  layoutGridRowField?: string | undefined;
24962
24962
  layoutGridColumnField?: string | undefined;
24963
24963
  layoutGridMaxRows?: number | undefined;
24964
- iconPickerPreset?: "cta" | undefined;
24964
+ iconPickerPreset?: "cta" | "feature" | undefined;
24965
24965
  contentTypeField?: string | undefined;
24966
24966
  fixedContentType?: string | undefined;
24967
24967
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -25073,7 +25073,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
25073
25073
  layoutGridRowField?: string | undefined;
25074
25074
  layoutGridColumnField?: string | undefined;
25075
25075
  layoutGridMaxRows?: number | undefined;
25076
- iconPickerPreset?: "cta" | undefined;
25076
+ iconPickerPreset?: "cta" | "feature" | undefined;
25077
25077
  contentTypeField?: string | undefined;
25078
25078
  fixedContentType?: string | undefined;
25079
25079
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -25179,7 +25179,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
25179
25179
  layoutGridRowField?: string | undefined;
25180
25180
  layoutGridColumnField?: string | undefined;
25181
25181
  layoutGridMaxRows?: number | undefined;
25182
- iconPickerPreset?: "cta" | undefined;
25182
+ iconPickerPreset?: "cta" | "feature" | undefined;
25183
25183
  contentTypeField?: string | undefined;
25184
25184
  fixedContentType?: string | undefined;
25185
25185
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -25292,7 +25292,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
25292
25292
  layoutGridRowField?: string | undefined;
25293
25293
  layoutGridColumnField?: string | undefined;
25294
25294
  layoutGridMaxRows?: number | undefined;
25295
- iconPickerPreset?: "cta" | undefined;
25295
+ iconPickerPreset?: "cta" | "feature" | undefined;
25296
25296
  contentTypeField?: string | undefined;
25297
25297
  fixedContentType?: string | undefined;
25298
25298
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -25399,7 +25399,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
25399
25399
  layoutGridRowField?: string | undefined;
25400
25400
  layoutGridColumnField?: string | undefined;
25401
25401
  layoutGridMaxRows?: number | undefined;
25402
- iconPickerPreset?: "cta" | undefined;
25402
+ iconPickerPreset?: "cta" | "feature" | undefined;
25403
25403
  contentTypeField?: string | undefined;
25404
25404
  fixedContentType?: string | undefined;
25405
25405
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -25506,7 +25506,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
25506
25506
  layoutGridRowField?: string | undefined;
25507
25507
  layoutGridColumnField?: string | undefined;
25508
25508
  layoutGridMaxRows?: number | undefined;
25509
- iconPickerPreset?: "cta" | undefined;
25509
+ iconPickerPreset?: "cta" | "feature" | undefined;
25510
25510
  contentTypeField?: string | undefined;
25511
25511
  fixedContentType?: string | undefined;
25512
25512
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -25614,7 +25614,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
25614
25614
  layoutGridRowField?: string | undefined;
25615
25615
  layoutGridColumnField?: string | undefined;
25616
25616
  layoutGridMaxRows?: number | undefined;
25617
- iconPickerPreset?: "cta" | undefined;
25617
+ iconPickerPreset?: "cta" | "feature" | undefined;
25618
25618
  contentTypeField?: string | undefined;
25619
25619
  fixedContentType?: string | undefined;
25620
25620
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -25720,7 +25720,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
25720
25720
  layoutGridRowField?: string | undefined;
25721
25721
  layoutGridColumnField?: string | undefined;
25722
25722
  layoutGridMaxRows?: number | undefined;
25723
- iconPickerPreset?: "cta" | undefined;
25723
+ iconPickerPreset?: "cta" | "feature" | undefined;
25724
25724
  contentTypeField?: string | undefined;
25725
25725
  fixedContentType?: string | undefined;
25726
25726
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -25826,7 +25826,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
25826
25826
  layoutGridRowField?: string | undefined;
25827
25827
  layoutGridColumnField?: string | undefined;
25828
25828
  layoutGridMaxRows?: number | undefined;
25829
- iconPickerPreset?: "cta" | undefined;
25829
+ iconPickerPreset?: "cta" | "feature" | undefined;
25830
25830
  contentTypeField?: string | undefined;
25831
25831
  fixedContentType?: string | undefined;
25832
25832
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -25932,7 +25932,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
25932
25932
  layoutGridRowField?: string | undefined;
25933
25933
  layoutGridColumnField?: string | undefined;
25934
25934
  layoutGridMaxRows?: number | undefined;
25935
- iconPickerPreset?: "cta" | undefined;
25935
+ iconPickerPreset?: "cta" | "feature" | undefined;
25936
25936
  contentTypeField?: string | undefined;
25937
25937
  fixedContentType?: string | undefined;
25938
25938
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -26038,7 +26038,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
26038
26038
  layoutGridRowField?: string | undefined;
26039
26039
  layoutGridColumnField?: string | undefined;
26040
26040
  layoutGridMaxRows?: number | undefined;
26041
- iconPickerPreset?: "cta" | undefined;
26041
+ iconPickerPreset?: "cta" | "feature" | undefined;
26042
26042
  contentTypeField?: string | undefined;
26043
26043
  fixedContentType?: string | undefined;
26044
26044
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -26144,7 +26144,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
26144
26144
  layoutGridRowField?: string | undefined;
26145
26145
  layoutGridColumnField?: string | undefined;
26146
26146
  layoutGridMaxRows?: number | undefined;
26147
- iconPickerPreset?: "cta" | undefined;
26147
+ iconPickerPreset?: "cta" | "feature" | undefined;
26148
26148
  contentTypeField?: string | undefined;
26149
26149
  fixedContentType?: string | undefined;
26150
26150
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -26254,7 +26254,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
26254
26254
  layoutGridRowField?: string | undefined;
26255
26255
  layoutGridColumnField?: string | undefined;
26256
26256
  layoutGridMaxRows?: number | undefined;
26257
- iconPickerPreset?: "cta" | undefined;
26257
+ iconPickerPreset?: "cta" | "feature" | undefined;
26258
26258
  contentTypeField?: string | undefined;
26259
26259
  fixedContentType?: string | undefined;
26260
26260
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -26360,7 +26360,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
26360
26360
  layoutGridRowField?: string | undefined;
26361
26361
  layoutGridColumnField?: string | undefined;
26362
26362
  layoutGridMaxRows?: number | undefined;
26363
- iconPickerPreset?: "cta" | undefined;
26363
+ iconPickerPreset?: "cta" | "feature" | undefined;
26364
26364
  contentTypeField?: string | undefined;
26365
26365
  fixedContentType?: string | undefined;
26366
26366
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -26468,7 +26468,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
26468
26468
  layoutGridRowField?: string | undefined;
26469
26469
  layoutGridColumnField?: string | undefined;
26470
26470
  layoutGridMaxRows?: number | undefined;
26471
- iconPickerPreset?: "cta" | undefined;
26471
+ iconPickerPreset?: "cta" | "feature" | undefined;
26472
26472
  contentTypeField?: string | undefined;
26473
26473
  fixedContentType?: string | undefined;
26474
26474
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -26574,7 +26574,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
26574
26574
  layoutGridRowField?: string | undefined;
26575
26575
  layoutGridColumnField?: string | undefined;
26576
26576
  layoutGridMaxRows?: number | undefined;
26577
- iconPickerPreset?: "cta" | undefined;
26577
+ iconPickerPreset?: "cta" | "feature" | undefined;
26578
26578
  contentTypeField?: string | undefined;
26579
26579
  fixedContentType?: string | undefined;
26580
26580
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -26696,7 +26696,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
26696
26696
  layoutGridRowField?: string | undefined;
26697
26697
  layoutGridColumnField?: string | undefined;
26698
26698
  layoutGridMaxRows?: number | undefined;
26699
- iconPickerPreset?: "cta" | undefined;
26699
+ iconPickerPreset?: "cta" | "feature" | undefined;
26700
26700
  contentTypeField?: string | undefined;
26701
26701
  fixedContentType?: string | undefined;
26702
26702
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -26806,7 +26806,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
26806
26806
  layoutGridRowField?: string | undefined;
26807
26807
  layoutGridColumnField?: string | undefined;
26808
26808
  layoutGridMaxRows?: number | undefined;
26809
- iconPickerPreset?: "cta" | undefined;
26809
+ iconPickerPreset?: "cta" | "feature" | undefined;
26810
26810
  contentTypeField?: string | undefined;
26811
26811
  fixedContentType?: string | undefined;
26812
26812
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -26928,7 +26928,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
26928
26928
  layoutGridRowField?: string | undefined;
26929
26929
  layoutGridColumnField?: string | undefined;
26930
26930
  layoutGridMaxRows?: number | undefined;
26931
- iconPickerPreset?: "cta" | undefined;
26931
+ iconPickerPreset?: "cta" | "feature" | undefined;
26932
26932
  contentTypeField?: string | undefined;
26933
26933
  fixedContentType?: string | undefined;
26934
26934
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -27043,7 +27043,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
27043
27043
  layoutGridRowField?: string | undefined;
27044
27044
  layoutGridColumnField?: string | undefined;
27045
27045
  layoutGridMaxRows?: number | undefined;
27046
- iconPickerPreset?: "cta" | undefined;
27046
+ iconPickerPreset?: "cta" | "feature" | undefined;
27047
27047
  contentTypeField?: string | undefined;
27048
27048
  fixedContentType?: string | undefined;
27049
27049
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -27150,7 +27150,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
27150
27150
  layoutGridRowField?: string | undefined;
27151
27151
  layoutGridColumnField?: string | undefined;
27152
27152
  layoutGridMaxRows?: number | undefined;
27153
- iconPickerPreset?: "cta" | undefined;
27153
+ iconPickerPreset?: "cta" | "feature" | undefined;
27154
27154
  contentTypeField?: string | undefined;
27155
27155
  fixedContentType?: string | undefined;
27156
27156
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -27257,7 +27257,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
27257
27257
  layoutGridRowField?: string | undefined;
27258
27258
  layoutGridColumnField?: string | undefined;
27259
27259
  layoutGridMaxRows?: number | undefined;
27260
- iconPickerPreset?: "cta" | undefined;
27260
+ iconPickerPreset?: "cta" | "feature" | undefined;
27261
27261
  contentTypeField?: string | undefined;
27262
27262
  fixedContentType?: string | undefined;
27263
27263
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -27365,7 +27365,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
27365
27365
  layoutGridRowField?: string | undefined;
27366
27366
  layoutGridColumnField?: string | undefined;
27367
27367
  layoutGridMaxRows?: number | undefined;
27368
- iconPickerPreset?: "cta" | undefined;
27368
+ iconPickerPreset?: "cta" | "feature" | undefined;
27369
27369
  contentTypeField?: string | undefined;
27370
27370
  fixedContentType?: string | undefined;
27371
27371
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -27471,7 +27471,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
27471
27471
  layoutGridRowField?: string | undefined;
27472
27472
  layoutGridColumnField?: string | undefined;
27473
27473
  layoutGridMaxRows?: number | undefined;
27474
- iconPickerPreset?: "cta" | undefined;
27474
+ iconPickerPreset?: "cta" | "feature" | undefined;
27475
27475
  contentTypeField?: string | undefined;
27476
27476
  fixedContentType?: string | undefined;
27477
27477
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -27577,7 +27577,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
27577
27577
  layoutGridRowField?: string | undefined;
27578
27578
  layoutGridColumnField?: string | undefined;
27579
27579
  layoutGridMaxRows?: number | undefined;
27580
- iconPickerPreset?: "cta" | undefined;
27580
+ iconPickerPreset?: "cta" | "feature" | undefined;
27581
27581
  contentTypeField?: string | undefined;
27582
27582
  fixedContentType?: string | undefined;
27583
27583
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -27683,7 +27683,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
27683
27683
  layoutGridRowField?: string | undefined;
27684
27684
  layoutGridColumnField?: string | undefined;
27685
27685
  layoutGridMaxRows?: number | undefined;
27686
- iconPickerPreset?: "cta" | undefined;
27686
+ iconPickerPreset?: "cta" | "feature" | undefined;
27687
27687
  contentTypeField?: string | undefined;
27688
27688
  fixedContentType?: string | undefined;
27689
27689
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -27789,7 +27789,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
27789
27789
  layoutGridRowField?: string | undefined;
27790
27790
  layoutGridColumnField?: string | undefined;
27791
27791
  layoutGridMaxRows?: number | undefined;
27792
- iconPickerPreset?: "cta" | undefined;
27792
+ iconPickerPreset?: "cta" | "feature" | undefined;
27793
27793
  contentTypeField?: string | undefined;
27794
27794
  fixedContentType?: string | undefined;
27795
27795
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -27895,7 +27895,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
27895
27895
  layoutGridRowField?: string | undefined;
27896
27896
  layoutGridColumnField?: string | undefined;
27897
27897
  layoutGridMaxRows?: number | undefined;
27898
- iconPickerPreset?: "cta" | undefined;
27898
+ iconPickerPreset?: "cta" | "feature" | undefined;
27899
27899
  contentTypeField?: string | undefined;
27900
27900
  fixedContentType?: string | undefined;
27901
27901
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -28005,7 +28005,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
28005
28005
  layoutGridRowField?: string | undefined;
28006
28006
  layoutGridColumnField?: string | undefined;
28007
28007
  layoutGridMaxRows?: number | undefined;
28008
- iconPickerPreset?: "cta" | undefined;
28008
+ iconPickerPreset?: "cta" | "feature" | undefined;
28009
28009
  contentTypeField?: string | undefined;
28010
28010
  fixedContentType?: string | undefined;
28011
28011
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -28111,7 +28111,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
28111
28111
  layoutGridRowField?: string | undefined;
28112
28112
  layoutGridColumnField?: string | undefined;
28113
28113
  layoutGridMaxRows?: number | undefined;
28114
- iconPickerPreset?: "cta" | undefined;
28114
+ iconPickerPreset?: "cta" | "feature" | undefined;
28115
28115
  contentTypeField?: string | undefined;
28116
28116
  fixedContentType?: string | undefined;
28117
28117
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -28219,7 +28219,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
28219
28219
  layoutGridRowField?: string | undefined;
28220
28220
  layoutGridColumnField?: string | undefined;
28221
28221
  layoutGridMaxRows?: number | undefined;
28222
- iconPickerPreset?: "cta" | undefined;
28222
+ iconPickerPreset?: "cta" | "feature" | undefined;
28223
28223
  contentTypeField?: string | undefined;
28224
28224
  fixedContentType?: string | undefined;
28225
28225
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -28325,7 +28325,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
28325
28325
  layoutGridRowField?: string | undefined;
28326
28326
  layoutGridColumnField?: string | undefined;
28327
28327
  layoutGridMaxRows?: number | undefined;
28328
- iconPickerPreset?: "cta" | undefined;
28328
+ iconPickerPreset?: "cta" | "feature" | undefined;
28329
28329
  contentTypeField?: string | undefined;
28330
28330
  fixedContentType?: string | undefined;
28331
28331
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -28438,7 +28438,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
28438
28438
  layoutGridRowField?: string | undefined;
28439
28439
  layoutGridColumnField?: string | undefined;
28440
28440
  layoutGridMaxRows?: number | undefined;
28441
- iconPickerPreset?: "cta" | undefined;
28441
+ iconPickerPreset?: "cta" | "feature" | undefined;
28442
28442
  contentTypeField?: string | undefined;
28443
28443
  fixedContentType?: string | undefined;
28444
28444
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -28550,7 +28550,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
28550
28550
  layoutGridRowField?: string | undefined;
28551
28551
  layoutGridColumnField?: string | undefined;
28552
28552
  layoutGridMaxRows?: number | undefined;
28553
- iconPickerPreset?: "cta" | undefined;
28553
+ iconPickerPreset?: "cta" | "feature" | undefined;
28554
28554
  contentTypeField?: string | undefined;
28555
28555
  fixedContentType?: string | undefined;
28556
28556
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -28656,7 +28656,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
28656
28656
  layoutGridRowField?: string | undefined;
28657
28657
  layoutGridColumnField?: string | undefined;
28658
28658
  layoutGridMaxRows?: number | undefined;
28659
- iconPickerPreset?: "cta" | undefined;
28659
+ iconPickerPreset?: "cta" | "feature" | undefined;
28660
28660
  contentTypeField?: string | undefined;
28661
28661
  fixedContentType?: string | undefined;
28662
28662
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -28769,7 +28769,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
28769
28769
  layoutGridRowField?: string | undefined;
28770
28770
  layoutGridColumnField?: string | undefined;
28771
28771
  layoutGridMaxRows?: number | undefined;
28772
- iconPickerPreset?: "cta" | undefined;
28772
+ iconPickerPreset?: "cta" | "feature" | undefined;
28773
28773
  contentTypeField?: string | undefined;
28774
28774
  fixedContentType?: string | undefined;
28775
28775
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -28876,7 +28876,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
28876
28876
  layoutGridRowField?: string | undefined;
28877
28877
  layoutGridColumnField?: string | undefined;
28878
28878
  layoutGridMaxRows?: number | undefined;
28879
- iconPickerPreset?: "cta" | undefined;
28879
+ iconPickerPreset?: "cta" | "feature" | undefined;
28880
28880
  contentTypeField?: string | undefined;
28881
28881
  fixedContentType?: string | undefined;
28882
28882
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -28983,7 +28983,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
28983
28983
  layoutGridRowField?: string | undefined;
28984
28984
  layoutGridColumnField?: string | undefined;
28985
28985
  layoutGridMaxRows?: number | undefined;
28986
- iconPickerPreset?: "cta" | undefined;
28986
+ iconPickerPreset?: "cta" | "feature" | undefined;
28987
28987
  contentTypeField?: string | undefined;
28988
28988
  fixedContentType?: string | undefined;
28989
28989
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -29091,7 +29091,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
29091
29091
  layoutGridRowField?: string | undefined;
29092
29092
  layoutGridColumnField?: string | undefined;
29093
29093
  layoutGridMaxRows?: number | undefined;
29094
- iconPickerPreset?: "cta" | undefined;
29094
+ iconPickerPreset?: "cta" | "feature" | undefined;
29095
29095
  contentTypeField?: string | undefined;
29096
29096
  fixedContentType?: string | undefined;
29097
29097
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -29197,7 +29197,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
29197
29197
  layoutGridRowField?: string | undefined;
29198
29198
  layoutGridColumnField?: string | undefined;
29199
29199
  layoutGridMaxRows?: number | undefined;
29200
- iconPickerPreset?: "cta" | undefined;
29200
+ iconPickerPreset?: "cta" | "feature" | undefined;
29201
29201
  contentTypeField?: string | undefined;
29202
29202
  fixedContentType?: string | undefined;
29203
29203
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -29303,7 +29303,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
29303
29303
  layoutGridRowField?: string | undefined;
29304
29304
  layoutGridColumnField?: string | undefined;
29305
29305
  layoutGridMaxRows?: number | undefined;
29306
- iconPickerPreset?: "cta" | undefined;
29306
+ iconPickerPreset?: "cta" | "feature" | undefined;
29307
29307
  contentTypeField?: string | undefined;
29308
29308
  fixedContentType?: string | undefined;
29309
29309
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -29409,7 +29409,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
29409
29409
  layoutGridRowField?: string | undefined;
29410
29410
  layoutGridColumnField?: string | undefined;
29411
29411
  layoutGridMaxRows?: number | undefined;
29412
- iconPickerPreset?: "cta" | undefined;
29412
+ iconPickerPreset?: "cta" | "feature" | undefined;
29413
29413
  contentTypeField?: string | undefined;
29414
29414
  fixedContentType?: string | undefined;
29415
29415
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -29515,7 +29515,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
29515
29515
  layoutGridRowField?: string | undefined;
29516
29516
  layoutGridColumnField?: string | undefined;
29517
29517
  layoutGridMaxRows?: number | undefined;
29518
- iconPickerPreset?: "cta" | undefined;
29518
+ iconPickerPreset?: "cta" | "feature" | undefined;
29519
29519
  contentTypeField?: string | undefined;
29520
29520
  fixedContentType?: string | undefined;
29521
29521
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -29621,7 +29621,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
29621
29621
  layoutGridRowField?: string | undefined;
29622
29622
  layoutGridColumnField?: string | undefined;
29623
29623
  layoutGridMaxRows?: number | undefined;
29624
- iconPickerPreset?: "cta" | undefined;
29624
+ iconPickerPreset?: "cta" | "feature" | undefined;
29625
29625
  contentTypeField?: string | undefined;
29626
29626
  fixedContentType?: string | undefined;
29627
29627
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -29731,7 +29731,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
29731
29731
  layoutGridRowField?: string | undefined;
29732
29732
  layoutGridColumnField?: string | undefined;
29733
29733
  layoutGridMaxRows?: number | undefined;
29734
- iconPickerPreset?: "cta" | undefined;
29734
+ iconPickerPreset?: "cta" | "feature" | undefined;
29735
29735
  contentTypeField?: string | undefined;
29736
29736
  fixedContentType?: string | undefined;
29737
29737
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -29837,7 +29837,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
29837
29837
  layoutGridRowField?: string | undefined;
29838
29838
  layoutGridColumnField?: string | undefined;
29839
29839
  layoutGridMaxRows?: number | undefined;
29840
- iconPickerPreset?: "cta" | undefined;
29840
+ iconPickerPreset?: "cta" | "feature" | undefined;
29841
29841
  contentTypeField?: string | undefined;
29842
29842
  fixedContentType?: string | undefined;
29843
29843
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -29945,7 +29945,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
29945
29945
  layoutGridRowField?: string | undefined;
29946
29946
  layoutGridColumnField?: string | undefined;
29947
29947
  layoutGridMaxRows?: number | undefined;
29948
- iconPickerPreset?: "cta" | undefined;
29948
+ iconPickerPreset?: "cta" | "feature" | undefined;
29949
29949
  contentTypeField?: string | undefined;
29950
29950
  fixedContentType?: string | undefined;
29951
29951
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -30051,7 +30051,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
30051
30051
  layoutGridRowField?: string | undefined;
30052
30052
  layoutGridColumnField?: string | undefined;
30053
30053
  layoutGridMaxRows?: number | undefined;
30054
- iconPickerPreset?: "cta" | undefined;
30054
+ iconPickerPreset?: "cta" | "feature" | undefined;
30055
30055
  contentTypeField?: string | undefined;
30056
30056
  fixedContentType?: string | undefined;
30057
30057
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -30164,7 +30164,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
30164
30164
  layoutGridRowField?: string | undefined;
30165
30165
  layoutGridColumnField?: string | undefined;
30166
30166
  layoutGridMaxRows?: number | undefined;
30167
- iconPickerPreset?: "cta" | undefined;
30167
+ iconPickerPreset?: "cta" | "feature" | undefined;
30168
30168
  contentTypeField?: string | undefined;
30169
30169
  fixedContentType?: string | undefined;
30170
30170
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -30276,7 +30276,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
30276
30276
  layoutGridRowField?: string | undefined;
30277
30277
  layoutGridColumnField?: string | undefined;
30278
30278
  layoutGridMaxRows?: number | undefined;
30279
- iconPickerPreset?: "cta" | undefined;
30279
+ iconPickerPreset?: "cta" | "feature" | undefined;
30280
30280
  contentTypeField?: string | undefined;
30281
30281
  fixedContentType?: string | undefined;
30282
30282
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -30382,7 +30382,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
30382
30382
  layoutGridRowField?: string | undefined;
30383
30383
  layoutGridColumnField?: string | undefined;
30384
30384
  layoutGridMaxRows?: number | undefined;
30385
- iconPickerPreset?: "cta" | undefined;
30385
+ iconPickerPreset?: "cta" | "feature" | undefined;
30386
30386
  contentTypeField?: string | undefined;
30387
30387
  fixedContentType?: string | undefined;
30388
30388
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -30488,7 +30488,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
30488
30488
  layoutGridRowField?: string | undefined;
30489
30489
  layoutGridColumnField?: string | undefined;
30490
30490
  layoutGridMaxRows?: number | undefined;
30491
- iconPickerPreset?: "cta" | undefined;
30491
+ iconPickerPreset?: "cta" | "feature" | undefined;
30492
30492
  contentTypeField?: string | undefined;
30493
30493
  fixedContentType?: string | undefined;
30494
30494
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -30598,7 +30598,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
30598
30598
  layoutGridRowField?: string | undefined;
30599
30599
  layoutGridColumnField?: string | undefined;
30600
30600
  layoutGridMaxRows?: number | undefined;
30601
- iconPickerPreset?: "cta" | undefined;
30601
+ iconPickerPreset?: "cta" | "feature" | undefined;
30602
30602
  contentTypeField?: string | undefined;
30603
30603
  fixedContentType?: string | undefined;
30604
30604
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -30710,7 +30710,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
30710
30710
  layoutGridRowField?: string | undefined;
30711
30711
  layoutGridColumnField?: string | undefined;
30712
30712
  layoutGridMaxRows?: number | undefined;
30713
- iconPickerPreset?: "cta" | undefined;
30713
+ iconPickerPreset?: "cta" | "feature" | undefined;
30714
30714
  contentTypeField?: string | undefined;
30715
30715
  fixedContentType?: string | undefined;
30716
30716
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -30816,7 +30816,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
30816
30816
  layoutGridRowField?: string | undefined;
30817
30817
  layoutGridColumnField?: string | undefined;
30818
30818
  layoutGridMaxRows?: number | undefined;
30819
- iconPickerPreset?: "cta" | undefined;
30819
+ iconPickerPreset?: "cta" | "feature" | undefined;
30820
30820
  contentTypeField?: string | undefined;
30821
30821
  fixedContentType?: string | undefined;
30822
30822
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -30925,7 +30925,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
30925
30925
  layoutGridRowField?: string | undefined;
30926
30926
  layoutGridColumnField?: string | undefined;
30927
30927
  layoutGridMaxRows?: number | undefined;
30928
- iconPickerPreset?: "cta" | undefined;
30928
+ iconPickerPreset?: "cta" | "feature" | undefined;
30929
30929
  contentTypeField?: string | undefined;
30930
30930
  fixedContentType?: string | undefined;
30931
30931
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -31036,7 +31036,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
31036
31036
  layoutGridRowField?: string | undefined;
31037
31037
  layoutGridColumnField?: string | undefined;
31038
31038
  layoutGridMaxRows?: number | undefined;
31039
- iconPickerPreset?: "cta" | undefined;
31039
+ iconPickerPreset?: "cta" | "feature" | undefined;
31040
31040
  contentTypeField?: string | undefined;
31041
31041
  fixedContentType?: string | undefined;
31042
31042
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -31148,7 +31148,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
31148
31148
  layoutGridRowField?: string | undefined;
31149
31149
  layoutGridColumnField?: string | undefined;
31150
31150
  layoutGridMaxRows?: number | undefined;
31151
- iconPickerPreset?: "cta" | undefined;
31151
+ iconPickerPreset?: "cta" | "feature" | undefined;
31152
31152
  contentTypeField?: string | undefined;
31153
31153
  fixedContentType?: string | undefined;
31154
31154
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -31254,7 +31254,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
31254
31254
  layoutGridRowField?: string | undefined;
31255
31255
  layoutGridColumnField?: string | undefined;
31256
31256
  layoutGridMaxRows?: number | undefined;
31257
- iconPickerPreset?: "cta" | undefined;
31257
+ iconPickerPreset?: "cta" | "feature" | undefined;
31258
31258
  contentTypeField?: string | undefined;
31259
31259
  fixedContentType?: string | undefined;
31260
31260
  valueFrom?: "id" | "identifier" | "slug" | undefined;
@@ -31360,7 +31360,7 @@ export declare const productDetailManifest: import("..").DefinedBlockManifest<im
31360
31360
  layoutGridRowField?: string | undefined;
31361
31361
  layoutGridColumnField?: string | undefined;
31362
31362
  layoutGridMaxRows?: number | undefined;
31363
- iconPickerPreset?: "cta" | undefined;
31363
+ iconPickerPreset?: "cta" | "feature" | undefined;
31364
31364
  contentTypeField?: string | undefined;
31365
31365
  fixedContentType?: string | undefined;
31366
31366
  valueFrom?: "id" | "identifier" | "slug" | undefined;