@riverbankcms/sdk 0.85.0 → 0.89.1

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 (166) hide show
  1. package/dist/{PreviewEditorSidebar-4PH35ZIE.mjs → PreviewEditorSidebar-JDR64FEC.mjs} +3 -3
  2. package/dist/{PreviewEditorUI-WHMCRJGM.mjs → PreviewEditorUI-67TMJMAF.mjs} +3 -3
  3. package/dist/SdkPreviewModeRuntime-ZBEMRV7N.mjs +8 -0
  4. package/dist/_dts/api/src/accessAdmin.d.ts +7 -0
  5. package/dist/_dts/api/src/endpoints.d.ts +66 -14
  6. package/dist/_dts/api/src/index.d.ts +5 -2
  7. package/dist/_dts/api/src/launchReadiness.d.ts +3 -3
  8. package/dist/_dts/api/src/mailchimpIntegration.d.ts +215 -0
  9. package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +35 -15
  10. package/dist/_dts/api/src/siteInfrastructure.d.ts +0 -14
  11. package/dist/_dts/api/src/siteManagementEndpoints.d.ts +5 -1
  12. package/dist/_dts/api/src/siteMembers.d.ts +6 -1
  13. package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +1 -13
  14. package/dist/_dts/api/src/types.d.ts +7 -4
  15. package/dist/_dts/blocks/src/PageRenderer.d.ts +1 -0
  16. package/dist/_dts/blocks/src/contracts/proof-block-islands.d.ts +4 -0
  17. package/dist/_dts/blocks/src/index.d.ts +2 -1
  18. package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +288 -288
  19. package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +288 -288
  20. package/dist/_dts/blocks/src/system/blocks/cart.d.ts +288 -288
  21. package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +288 -288
  22. package/dist/_dts/blocks/src/system/blocks/collection.d.ts +288 -288
  23. package/dist/_dts/blocks/src/system/blocks/events/shared/schemas.d.ts +42 -0
  24. package/dist/_dts/blocks/src/system/blocks/events/shared/types.d.ts +4 -0
  25. package/dist/_dts/blocks/src/system/blocks/faq.d.ts +288 -288
  26. package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +288 -288
  27. package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +1 -1
  28. package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +42 -42
  29. package/dist/_dts/blocks/src/system/blocks/newsletter-signup-destination.d.ts +300 -0
  30. package/dist/_dts/blocks/src/system/blocks/newsletter-signup.d.ts +63 -3
  31. package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +288 -288
  32. package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +288 -288
  33. package/dist/_dts/blocks/src/system/blocks/shop.d.ts +288 -288
  34. package/dist/_dts/blocks/src/system/fragments/library/newsletterForm.d.ts +53 -1
  35. package/dist/_dts/blocks/src/system/icons/cta.d.ts +3 -3
  36. package/dist/_dts/blocks/src/system/icons/index.d.ts +1 -0
  37. package/dist/_dts/blocks/src/system/icons/registry.d.ts +2 -2
  38. package/dist/_dts/blocks/src/system/icons/semantic.d.ts +3 -3
  39. package/dist/_dts/blocks/src/system/icons/svg.d.ts +72 -0
  40. package/dist/_dts/blocks/src/system/manifest/richTextSchema.d.ts +27 -0
  41. package/dist/_dts/blocks/src/system/manifest/schema.d.ts +23 -23
  42. package/dist/_dts/blocks/src/system/runtime/api/types.d.ts +11 -2
  43. package/dist/_dts/blocks/src/system/runtime/components/registry.client.d.ts +24 -0
  44. package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +12 -0
  45. package/dist/_dts/blocks/src/system/runtime/hooks/loadStateError.d.ts +1 -0
  46. package/dist/_dts/blocks/src/system/runtime/hooks/useAvailableDates.d.ts +1 -1
  47. package/dist/_dts/blocks/src/system/runtime/hooks/useAvailableDates.state.d.ts +55 -0
  48. package/dist/_dts/blocks/src/system/runtime/hooks/useAvailableSlots.state.d.ts +39 -0
  49. package/dist/_dts/blocks/src/system/runtime/hooks/useBookingFormConfig.d.ts +4 -27
  50. package/dist/_dts/blocks/src/system/runtime/hooks/useBookingFormConfig.state.d.ts +40 -0
  51. package/dist/_dts/blocks/src/system/runtime/hooks/useCalendarEvents.state.d.ts +20 -0
  52. package/dist/_dts/blocks/src/system/runtime/hooks/useEventFilters.state.d.ts +31 -0
  53. package/dist/_dts/blocks/src/system/runtime/hooks/useEventPagination.d.ts +3 -3
  54. package/dist/_dts/blocks/src/system/runtime/hooks/useEventPagination.state.d.ts +39 -0
  55. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/types.d.ts +1 -0
  56. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.interactive.d.ts +4 -0
  57. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.server.d.ts +1 -1
  58. package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventPaginatedListView.client.d.ts +1 -1
  59. package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/utils.d.ts +11 -1
  60. package/dist/_dts/blocks/src/system/runtime/nodes/newsletter-form.client.state.d.ts +24 -2
  61. package/dist/_dts/blocks/src/system/runtime/nodes/newsletter-form.interactive.d.ts +15 -0
  62. package/dist/_dts/blocks/src/system/runtime/nodes/newsletter-form.server.d.ts +1 -1
  63. package/dist/_dts/blocks/src/system/runtime/nodes/newsletter-form.submission.d.ts +32 -0
  64. package/dist/_dts/blocks/src/system/runtime/nodes/newsletter-form.types.d.ts +5 -1
  65. package/dist/_dts/blocks/src/system/runtime/nodes/shared/MagicLinkForm.state.d.ts +24 -0
  66. package/dist/_dts/blocks/src/system/runtime/shared/components/ModalShell.d.ts +5 -1
  67. package/dist/_dts/blocks/src/system/runtime/shared/useWaitlistClaim.state.d.ts +35 -0
  68. package/dist/_dts/blocks/src/system/runtime/shared/utils/formatting.d.ts +1 -1
  69. package/dist/_dts/content-model/src/entry-slots/types.d.ts +54 -0
  70. package/dist/_dts/content-model/src/referenceFields.d.ts +1 -1
  71. package/dist/_dts/core/src/branded.d.ts +7 -0
  72. package/dist/_dts/core/src/currency-format.d.ts +37 -2
  73. package/dist/_dts/core/src/event-pricing.d.ts +24 -0
  74. package/dist/_dts/core/src/index.d.ts +1 -0
  75. package/dist/_dts/core/src/site-route-target.d.ts +40 -0
  76. package/dist/_dts/db/src/generated/supabase/database.types.d.ts +705 -17
  77. package/dist/_dts/editor-blocks/src/widgets/reference/loaders.d.ts +3 -1
  78. package/dist/_dts/media-core/src/fileDomain.d.ts +4 -0
  79. package/dist/_dts/sdk/src/client/runtimeCachePolicy.d.ts +160 -0
  80. package/dist/_dts/sdk/src/client/types.d.ts +35 -1
  81. package/dist/_dts/sdk/src/config/validation.d.ts +3 -0
  82. package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +3 -0
  83. package/dist/_dts/sdk/src/data/prefetchBlockData.d.ts +3 -9
  84. package/dist/_dts/sdk/src/index.d.ts +3 -1
  85. package/dist/_dts/sdk/src/manifest/passes/pass1-fields.d.ts +1 -1
  86. package/dist/_dts/sdk/src/manifest/three-pass-converter.d.ts +7 -18
  87. package/dist/_dts/sdk/src/rendering/blocks-page-renderer.d.ts +2 -0
  88. package/dist/_dts/sdk/src/rendering/components/pageShared.d.ts +3 -1
  89. package/dist/_dts/sdk/src/rendering/helpers/loadContent.d.ts +7 -3
  90. package/dist/_dts/sdk/src/rendering/helpers/loadPage.d.ts +4 -24
  91. package/dist/_dts/sdk/src/rendering/helpers/pageRuntimeSupport.d.ts +45 -0
  92. package/dist/_dts/sdk/src/version.d.ts +1 -1
  93. package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
  94. package/dist/_dts/theme-core/src/mock-themes/all.d.ts +9 -9
  95. package/dist/_dts/theme-core/src/schema.d.ts +11 -11
  96. package/dist/{chunk-PYDHOMEO.mjs → chunk-7N46MZHI.mjs} +1 -1
  97. package/dist/{chunk-ZR2GQK2A.mjs → chunk-7YUAXONX.mjs} +1880 -588
  98. package/dist/{chunk-4QNLOTES.mjs → chunk-F645A5UV.mjs} +76 -14
  99. package/dist/{chunk-OCGTXHSO.mjs → chunk-HKJQERFR.mjs} +7 -7
  100. package/dist/{chunk-NFWGLRZZ.mjs → chunk-TGBJWKMP.mjs} +37 -3
  101. package/dist/{chunk-WFPYN7KA.mjs → chunk-ZQRBLCW5.mjs} +2 -2
  102. package/dist/cli/index.mjs +1075 -126
  103. package/dist/client/{accordion-2UZPBMYM.mjs → accordion-MUCVNGQ7.mjs} +2 -2
  104. package/dist/client/{bookingForm-36CWQUMV.mjs → bookingForm-PKD6EFIE.mjs} +193 -77
  105. package/dist/client/bookings.mjs +487 -197
  106. package/dist/client/{carousel-QH77HR6X.mjs → carousel-3TKQSNJC.mjs} +4 -3
  107. package/dist/client/cart-6XHSZK23.mjs +19 -0
  108. package/dist/client/checkout-FVSPM6FI.mjs +19 -0
  109. package/dist/client/{chunk-ZE5G642V.mjs → chunk-25W2EQUN.mjs} +75 -1
  110. package/dist/client/chunk-6N7YRNYU.mjs +183 -0
  111. package/dist/client/{chunk-4OXKTA3D.mjs → chunk-7DH35FGA.mjs} +2 -2
  112. package/dist/client/{chunk-3C2VTPWI.mjs → chunk-CQKKFEQD.mjs} +363 -66
  113. package/dist/client/{chunk-7UCLJ5SP.mjs → chunk-EY42X22F.mjs} +4 -7
  114. package/dist/client/{chunk-SYIJ5JO2.mjs → chunk-FHU6PFPM.mjs} +1 -1
  115. package/dist/client/{chunk-ZKUO52W3.mjs → chunk-LQFDYWPJ.mjs} +1 -1
  116. package/dist/client/chunk-RSQWWUAD.mjs +390 -0
  117. package/dist/client/{chunk-UDNSI5PY.mjs → chunk-STJ2NCQM.mjs} +2 -3
  118. package/dist/client/{chunk-VGDBVNOO.mjs → chunk-UQFY4AHX.mjs} +511 -406
  119. package/dist/client/{chunk-F5VRX5Y6.mjs → chunk-VGLXACVK.mjs} +1 -1
  120. package/dist/client/{chunk-DVNUDUVT.mjs → chunk-WBQG7VJA.mjs} +4 -1
  121. package/dist/client/{chunk-52CGCQ7B.mjs → chunk-ZJZZA5EP.mjs} +10 -80
  122. package/dist/client/{chunk-XSV6KW4D.mjs → chunk-ZT5XE7FK.mjs} +1 -1
  123. package/dist/client/client.mjs +5820 -4782
  124. package/dist/client/{courseRegistration-TMKU6ABO.mjs → courseRegistration-ATZSYDHM.mjs} +7 -7
  125. package/dist/client/{eventCalendar-G6TI32X6.mjs → eventCalendar-6T2UGKKP.mjs} +11 -11
  126. package/dist/client/{eventCombined-SCKEMNAR.mjs → eventCombined-Q4VANXVF.mjs} +11 -11
  127. package/dist/client/{eventDetails-XPIFXXPK.mjs → eventDetails-DW37E7VW.mjs} +11 -11
  128. package/dist/client/{eventListing-7QFMEMGT.mjs → eventListing-XURTSAUW.mjs} +11 -11
  129. package/dist/client/{eventRegistration-TOODSZUI.mjs → eventRegistration-MRKEVAXW.mjs} +11 -11
  130. package/dist/client/{form-MTCMVCZT.mjs → form-WZZFFGMU.mjs} +3 -3
  131. package/dist/client/{headerSection-Y5TMR3TW.mjs → headerSection-EQYVQBLM.mjs} +4 -4
  132. package/dist/client/hooks.mjs +1700 -1412
  133. package/dist/client/{locationMap-RH2LG7FZ.mjs → locationMap-MFF5VAZR.mjs} +3 -4
  134. package/dist/client/{newsletterForm-PCAIPFMA.mjs → newsletterForm-JQ77UYIE.mjs} +127 -43
  135. package/dist/client/{productDetail-OIGDR4YE.mjs → productDetail-25LMT3IZ.mjs} +9 -9
  136. package/dist/client/{productList-4MA5S2CX.mjs → productList-5ABEMKUG.mjs} +9 -9
  137. package/dist/client/rendering/client.mjs +3884 -3722
  138. package/dist/client/rendering/islands.mjs +19 -19
  139. package/dist/client/rendering.mjs +6774 -6331
  140. package/dist/client/shop-OMMQZ6YO.mjs +21 -0
  141. package/dist/preview-next/before-render.mjs +76 -14
  142. package/dist/preview-next/client/runtime.mjs +5 -5
  143. package/dist/preview-next/editor-chrome.css +56 -9
  144. package/dist/preview-next/middleware.mjs +76 -14
  145. package/dist/{sdk-runtime-QLOCYKVU.mjs → sdk-runtime-WNLBZ3ZH.mjs} +6 -6
  146. package/dist/server/components.mjs +2579 -2548
  147. package/dist/server/config-validation.mjs +1737 -1461
  148. package/dist/server/config.mjs +1737 -1461
  149. package/dist/server/data.mjs +1701 -1413
  150. package/dist/server/index.mjs +1048 -400
  151. package/dist/server/next.mjs +3602 -2858
  152. package/dist/server/page-converter.mjs +2193 -1169
  153. package/dist/server/prebuild.mjs +1 -1
  154. package/dist/server/rendering/server.mjs +2770 -2742
  155. package/dist/server/rendering.mjs +2961 -2886
  156. package/dist/server/routing.mjs +2186 -1508
  157. package/dist/server/server.mjs +2237 -1287
  158. package/dist/server/theme-bridge.mjs +260 -0
  159. package/dist/styles/index.css +258 -0
  160. package/package.json +2 -1
  161. package/dist/SdkPreviewModeRuntime-4FGSVUYI.mjs +0 -8
  162. package/dist/client/cart-X4YK4FTW.mjs +0 -19
  163. package/dist/client/checkout-OM2BEPWD.mjs +0 -19
  164. package/dist/client/chunk-3DTWLTXM.mjs +0 -204
  165. package/dist/client/chunk-I2MMZO53.mjs +0 -6
  166. package/dist/client/shop-WXSYV5QO.mjs +0 -21
@@ -147,7 +147,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
147
147
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
148
148
  searchThreshold?: number | undefined;
149
149
  renderInHeader?: boolean | undefined;
150
- intent?: "display" | "style" | "content" | "behavior" | undefined;
150
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
151
151
  } | undefined;
152
152
  source?: {
153
153
  kind: "static";
@@ -251,7 +251,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
251
251
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
252
252
  searchThreshold?: number | undefined;
253
253
  renderInHeader?: boolean | undefined;
254
- intent?: "display" | "style" | "content" | "behavior" | undefined;
254
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
255
255
  } | undefined;
256
256
  itemLabelSource?: string | undefined;
257
257
  showSummary?: boolean | undefined;
@@ -367,7 +367,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
367
367
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
368
368
  searchThreshold?: number | undefined;
369
369
  renderInHeader?: boolean | undefined;
370
- intent?: "display" | "style" | "content" | "behavior" | undefined;
370
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
371
371
  } | undefined;
372
372
  source?: {
373
373
  kind: "static";
@@ -476,7 +476,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
476
476
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
477
477
  searchThreshold?: number | undefined;
478
478
  renderInHeader?: boolean | undefined;
479
- intent?: "display" | "style" | "content" | "behavior" | undefined;
479
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
480
480
  } | undefined;
481
481
  maxLength?: number | undefined;
482
482
  } | {
@@ -577,7 +577,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
577
577
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
578
578
  searchThreshold?: number | undefined;
579
579
  renderInHeader?: boolean | undefined;
580
- intent?: "display" | "style" | "content" | "behavior" | undefined;
580
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
581
581
  } | undefined;
582
582
  } | {
583
583
  id: string;
@@ -678,7 +678,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
678
678
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
679
679
  searchThreshold?: number | undefined;
680
680
  renderInHeader?: boolean | undefined;
681
- intent?: "display" | "style" | "content" | "behavior" | undefined;
681
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
682
682
  } | undefined;
683
683
  aspectRatio?: string | undefined;
684
684
  } | {
@@ -780,7 +780,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
780
780
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
781
781
  searchThreshold?: number | undefined;
782
782
  renderInHeader?: boolean | undefined;
783
- intent?: "display" | "style" | "content" | "behavior" | undefined;
783
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
784
784
  } | undefined;
785
785
  } | {
786
786
  id: string;
@@ -880,7 +880,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
880
880
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
881
881
  searchThreshold?: number | undefined;
882
882
  renderInHeader?: boolean | undefined;
883
- intent?: "display" | "style" | "content" | "behavior" | undefined;
883
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
884
884
  } | undefined;
885
885
  } | {
886
886
  id: string;
@@ -980,7 +980,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
980
980
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
981
981
  searchThreshold?: number | undefined;
982
982
  renderInHeader?: boolean | undefined;
983
- intent?: "display" | "style" | "content" | "behavior" | undefined;
983
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
984
984
  } | undefined;
985
985
  } | {
986
986
  id: string;
@@ -1080,7 +1080,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
1080
1080
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
1081
1081
  searchThreshold?: number | undefined;
1082
1082
  renderInHeader?: boolean | undefined;
1083
- intent?: "display" | "style" | "content" | "behavior" | undefined;
1083
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
1084
1084
  } | undefined;
1085
1085
  } | {
1086
1086
  id: string;
@@ -1180,7 +1180,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
1180
1180
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
1181
1181
  searchThreshold?: number | undefined;
1182
1182
  renderInHeader?: boolean | undefined;
1183
- intent?: "display" | "style" | "content" | "behavior" | undefined;
1183
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
1184
1184
  } | undefined;
1185
1185
  } | {
1186
1186
  id: string;
@@ -1280,7 +1280,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
1280
1280
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
1281
1281
  searchThreshold?: number | undefined;
1282
1282
  renderInHeader?: boolean | undefined;
1283
- intent?: "display" | "style" | "content" | "behavior" | undefined;
1283
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
1284
1284
  } | undefined;
1285
1285
  sourceFieldId?: string | undefined;
1286
1286
  statusFieldId?: string | undefined;
@@ -1384,7 +1384,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
1384
1384
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
1385
1385
  searchThreshold?: number | undefined;
1386
1386
  renderInHeader?: boolean | undefined;
1387
- intent?: "display" | "style" | "content" | "behavior" | undefined;
1387
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
1388
1388
  } | undefined;
1389
1389
  } | {
1390
1390
  id: string;
@@ -1484,7 +1484,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
1484
1484
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
1485
1485
  searchThreshold?: number | undefined;
1486
1486
  renderInHeader?: boolean | undefined;
1487
- intent?: "display" | "style" | "content" | "behavior" | undefined;
1487
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
1488
1488
  } | undefined;
1489
1489
  } | {
1490
1490
  id: string;
@@ -1586,7 +1586,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
1586
1586
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
1587
1587
  searchThreshold?: number | undefined;
1588
1588
  renderInHeader?: boolean | undefined;
1589
- intent?: "display" | "style" | "content" | "behavior" | undefined;
1589
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
1590
1590
  } | undefined;
1591
1591
  } | {
1592
1592
  id: string;
@@ -1686,7 +1686,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
1686
1686
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
1687
1687
  searchThreshold?: number | undefined;
1688
1688
  renderInHeader?: boolean | undefined;
1689
- intent?: "display" | "style" | "content" | "behavior" | undefined;
1689
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
1690
1690
  } | undefined;
1691
1691
  min?: number | undefined;
1692
1692
  max?: number | undefined;
@@ -1802,7 +1802,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
1802
1802
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
1803
1803
  searchThreshold?: number | undefined;
1804
1804
  renderInHeader?: boolean | undefined;
1805
- intent?: "display" | "style" | "content" | "behavior" | undefined;
1805
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
1806
1806
  } | undefined;
1807
1807
  source?: {
1808
1808
  kind: "static";
@@ -1911,7 +1911,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
1911
1911
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
1912
1912
  searchThreshold?: number | undefined;
1913
1913
  renderInHeader?: boolean | undefined;
1914
- intent?: "display" | "style" | "content" | "behavior" | undefined;
1914
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
1915
1915
  } | undefined;
1916
1916
  maxLength?: number | undefined;
1917
1917
  } | {
@@ -2012,7 +2012,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
2012
2012
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
2013
2013
  searchThreshold?: number | undefined;
2014
2014
  renderInHeader?: boolean | undefined;
2015
- intent?: "display" | "style" | "content" | "behavior" | undefined;
2015
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
2016
2016
  } | undefined;
2017
2017
  } | {
2018
2018
  id: string;
@@ -2113,7 +2113,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
2113
2113
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
2114
2114
  searchThreshold?: number | undefined;
2115
2115
  renderInHeader?: boolean | undefined;
2116
- intent?: "display" | "style" | "content" | "behavior" | undefined;
2116
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
2117
2117
  } | undefined;
2118
2118
  aspectRatio?: string | undefined;
2119
2119
  } | {
@@ -2215,7 +2215,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
2215
2215
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
2216
2216
  searchThreshold?: number | undefined;
2217
2217
  renderInHeader?: boolean | undefined;
2218
- intent?: "display" | "style" | "content" | "behavior" | undefined;
2218
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
2219
2219
  } | undefined;
2220
2220
  } | {
2221
2221
  id: string;
@@ -2315,7 +2315,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
2315
2315
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
2316
2316
  searchThreshold?: number | undefined;
2317
2317
  renderInHeader?: boolean | undefined;
2318
- intent?: "display" | "style" | "content" | "behavior" | undefined;
2318
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
2319
2319
  } | undefined;
2320
2320
  } | {
2321
2321
  id: string;
@@ -2415,7 +2415,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
2415
2415
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
2416
2416
  searchThreshold?: number | undefined;
2417
2417
  renderInHeader?: boolean | undefined;
2418
- intent?: "display" | "style" | "content" | "behavior" | undefined;
2418
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
2419
2419
  } | undefined;
2420
2420
  } | {
2421
2421
  id: string;
@@ -2515,7 +2515,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
2515
2515
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
2516
2516
  searchThreshold?: number | undefined;
2517
2517
  renderInHeader?: boolean | undefined;
2518
- intent?: "display" | "style" | "content" | "behavior" | undefined;
2518
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
2519
2519
  } | undefined;
2520
2520
  } | {
2521
2521
  id: string;
@@ -2615,7 +2615,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
2615
2615
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
2616
2616
  searchThreshold?: number | undefined;
2617
2617
  renderInHeader?: boolean | undefined;
2618
- intent?: "display" | "style" | "content" | "behavior" | undefined;
2618
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
2619
2619
  } | undefined;
2620
2620
  } | {
2621
2621
  id: string;
@@ -2715,7 +2715,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
2715
2715
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
2716
2716
  searchThreshold?: number | undefined;
2717
2717
  renderInHeader?: boolean | undefined;
2718
- intent?: "display" | "style" | "content" | "behavior" | undefined;
2718
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
2719
2719
  } | undefined;
2720
2720
  sourceFieldId?: string | undefined;
2721
2721
  statusFieldId?: string | undefined;
@@ -2819,7 +2819,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
2819
2819
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
2820
2820
  searchThreshold?: number | undefined;
2821
2821
  renderInHeader?: boolean | undefined;
2822
- intent?: "display" | "style" | "content" | "behavior" | undefined;
2822
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
2823
2823
  } | undefined;
2824
2824
  } | {
2825
2825
  id: string;
@@ -2919,7 +2919,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
2919
2919
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
2920
2920
  searchThreshold?: number | undefined;
2921
2921
  renderInHeader?: boolean | undefined;
2922
- intent?: "display" | "style" | "content" | "behavior" | undefined;
2922
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
2923
2923
  } | undefined;
2924
2924
  } | {
2925
2925
  id: string;
@@ -3021,7 +3021,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
3021
3021
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
3022
3022
  searchThreshold?: number | undefined;
3023
3023
  renderInHeader?: boolean | undefined;
3024
- intent?: "display" | "style" | "content" | "behavior" | undefined;
3024
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
3025
3025
  } | undefined;
3026
3026
  } | {
3027
3027
  id: string;
@@ -3121,7 +3121,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
3121
3121
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
3122
3122
  searchThreshold?: number | undefined;
3123
3123
  renderInHeader?: boolean | undefined;
3124
- intent?: "display" | "style" | "content" | "behavior" | undefined;
3124
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
3125
3125
  } | undefined;
3126
3126
  min?: number | undefined;
3127
3127
  max?: number | undefined;
@@ -3239,7 +3239,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
3239
3239
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
3240
3240
  searchThreshold?: number | undefined;
3241
3241
  renderInHeader?: boolean | undefined;
3242
- intent?: "display" | "style" | "content" | "behavior" | undefined;
3242
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
3243
3243
  } | undefined;
3244
3244
  source?: {
3245
3245
  kind: "static";
@@ -3348,7 +3348,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
3348
3348
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
3349
3349
  searchThreshold?: number | undefined;
3350
3350
  renderInHeader?: boolean | undefined;
3351
- intent?: "display" | "style" | "content" | "behavior" | undefined;
3351
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
3352
3352
  } | undefined;
3353
3353
  maxLength?: number | undefined;
3354
3354
  } | {
@@ -3449,7 +3449,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
3449
3449
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
3450
3450
  searchThreshold?: number | undefined;
3451
3451
  renderInHeader?: boolean | undefined;
3452
- intent?: "display" | "style" | "content" | "behavior" | undefined;
3452
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
3453
3453
  } | undefined;
3454
3454
  } | {
3455
3455
  id: string;
@@ -3550,7 +3550,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
3550
3550
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
3551
3551
  searchThreshold?: number | undefined;
3552
3552
  renderInHeader?: boolean | undefined;
3553
- intent?: "display" | "style" | "content" | "behavior" | undefined;
3553
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
3554
3554
  } | undefined;
3555
3555
  aspectRatio?: string | undefined;
3556
3556
  } | {
@@ -3652,7 +3652,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
3652
3652
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
3653
3653
  searchThreshold?: number | undefined;
3654
3654
  renderInHeader?: boolean | undefined;
3655
- intent?: "display" | "style" | "content" | "behavior" | undefined;
3655
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
3656
3656
  } | undefined;
3657
3657
  } | {
3658
3658
  id: string;
@@ -3752,7 +3752,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
3752
3752
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
3753
3753
  searchThreshold?: number | undefined;
3754
3754
  renderInHeader?: boolean | undefined;
3755
- intent?: "display" | "style" | "content" | "behavior" | undefined;
3755
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
3756
3756
  } | undefined;
3757
3757
  } | {
3758
3758
  id: string;
@@ -3852,7 +3852,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
3852
3852
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
3853
3853
  searchThreshold?: number | undefined;
3854
3854
  renderInHeader?: boolean | undefined;
3855
- intent?: "display" | "style" | "content" | "behavior" | undefined;
3855
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
3856
3856
  } | undefined;
3857
3857
  } | {
3858
3858
  id: string;
@@ -3952,7 +3952,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
3952
3952
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
3953
3953
  searchThreshold?: number | undefined;
3954
3954
  renderInHeader?: boolean | undefined;
3955
- intent?: "display" | "style" | "content" | "behavior" | undefined;
3955
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
3956
3956
  } | undefined;
3957
3957
  } | {
3958
3958
  id: string;
@@ -4052,7 +4052,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
4052
4052
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
4053
4053
  searchThreshold?: number | undefined;
4054
4054
  renderInHeader?: boolean | undefined;
4055
- intent?: "display" | "style" | "content" | "behavior" | undefined;
4055
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
4056
4056
  } | undefined;
4057
4057
  } | {
4058
4058
  id: string;
@@ -4152,7 +4152,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
4152
4152
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
4153
4153
  searchThreshold?: number | undefined;
4154
4154
  renderInHeader?: boolean | undefined;
4155
- intent?: "display" | "style" | "content" | "behavior" | undefined;
4155
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
4156
4156
  } | undefined;
4157
4157
  sourceFieldId?: string | undefined;
4158
4158
  statusFieldId?: string | undefined;
@@ -4256,7 +4256,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
4256
4256
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
4257
4257
  searchThreshold?: number | undefined;
4258
4258
  renderInHeader?: boolean | undefined;
4259
- intent?: "display" | "style" | "content" | "behavior" | undefined;
4259
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
4260
4260
  } | undefined;
4261
4261
  } | {
4262
4262
  id: string;
@@ -4356,7 +4356,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
4356
4356
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
4357
4357
  searchThreshold?: number | undefined;
4358
4358
  renderInHeader?: boolean | undefined;
4359
- intent?: "display" | "style" | "content" | "behavior" | undefined;
4359
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
4360
4360
  } | undefined;
4361
4361
  } | {
4362
4362
  id: string;
@@ -4458,7 +4458,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
4458
4458
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
4459
4459
  searchThreshold?: number | undefined;
4460
4460
  renderInHeader?: boolean | undefined;
4461
- intent?: "display" | "style" | "content" | "behavior" | undefined;
4461
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
4462
4462
  } | undefined;
4463
4463
  } | {
4464
4464
  id: string;
@@ -4558,7 +4558,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
4558
4558
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
4559
4559
  searchThreshold?: number | undefined;
4560
4560
  renderInHeader?: boolean | undefined;
4561
- intent?: "display" | "style" | "content" | "behavior" | undefined;
4561
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
4562
4562
  } | undefined;
4563
4563
  min?: number | undefined;
4564
4564
  max?: number | undefined;
@@ -4665,7 +4665,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
4665
4665
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
4666
4666
  searchThreshold?: number | undefined;
4667
4667
  renderInHeader?: boolean | undefined;
4668
- intent?: "display" | "style" | "content" | "behavior" | undefined;
4668
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
4669
4669
  } | undefined;
4670
4670
  customInput?: {
4671
4671
  placeholder?: string | undefined;
@@ -4771,7 +4771,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
4771
4771
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
4772
4772
  searchThreshold?: number | undefined;
4773
4773
  renderInHeader?: boolean | undefined;
4774
- intent?: "display" | "style" | "content" | "behavior" | undefined;
4774
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
4775
4775
  } | undefined;
4776
4776
  } | {
4777
4777
  id: string;
@@ -4871,7 +4871,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
4871
4871
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
4872
4872
  searchThreshold?: number | undefined;
4873
4873
  renderInHeader?: boolean | undefined;
4874
- intent?: "display" | "style" | "content" | "behavior" | undefined;
4874
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
4875
4875
  } | undefined;
4876
4876
  fixedContentType?: string | undefined;
4877
4877
  contentTypeField?: string | undefined;
@@ -4974,7 +4974,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
4974
4974
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
4975
4975
  searchThreshold?: number | undefined;
4976
4976
  renderInHeader?: boolean | undefined;
4977
- intent?: "display" | "style" | "content" | "behavior" | undefined;
4977
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
4978
4978
  } | undefined;
4979
4979
  activeTabField?: string | undefined;
4980
4980
  } | {
@@ -5079,7 +5079,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
5079
5079
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
5080
5080
  searchThreshold?: number | undefined;
5081
5081
  renderInHeader?: boolean | undefined;
5082
- intent?: "display" | "style" | "content" | "behavior" | undefined;
5082
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
5083
5083
  } | undefined;
5084
5084
  customInput?: {
5085
5085
  placeholder?: string | undefined;
@@ -5185,7 +5185,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
5185
5185
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
5186
5186
  searchThreshold?: number | undefined;
5187
5187
  renderInHeader?: boolean | undefined;
5188
- intent?: "display" | "style" | "content" | "behavior" | undefined;
5188
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
5189
5189
  } | undefined;
5190
5190
  } | {
5191
5191
  id: string;
@@ -5285,7 +5285,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
5285
5285
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
5286
5286
  searchThreshold?: number | undefined;
5287
5287
  renderInHeader?: boolean | undefined;
5288
- intent?: "display" | "style" | "content" | "behavior" | undefined;
5288
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
5289
5289
  } | undefined;
5290
5290
  fixedContentType?: string | undefined;
5291
5291
  contentTypeField?: string | undefined;
@@ -5385,7 +5385,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
5385
5385
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
5386
5386
  searchThreshold?: number | undefined;
5387
5387
  renderInHeader?: boolean | undefined;
5388
- intent?: "display" | "style" | "content" | "behavior" | undefined;
5388
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
5389
5389
  } | undefined;
5390
5390
  } | /*elided*/ any | {
5391
5391
  id: string;
@@ -5500,7 +5500,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
5500
5500
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
5501
5501
  searchThreshold?: number | undefined;
5502
5502
  renderInHeader?: boolean | undefined;
5503
- intent?: "display" | "style" | "content" | "behavior" | undefined;
5503
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
5504
5504
  } | undefined;
5505
5505
  source?: {
5506
5506
  kind: "static";
@@ -5609,7 +5609,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
5609
5609
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
5610
5610
  searchThreshold?: number | undefined;
5611
5611
  renderInHeader?: boolean | undefined;
5612
- intent?: "display" | "style" | "content" | "behavior" | undefined;
5612
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
5613
5613
  } | undefined;
5614
5614
  maxLength?: number | undefined;
5615
5615
  } | {
@@ -5710,7 +5710,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
5710
5710
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
5711
5711
  searchThreshold?: number | undefined;
5712
5712
  renderInHeader?: boolean | undefined;
5713
- intent?: "display" | "style" | "content" | "behavior" | undefined;
5713
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
5714
5714
  } | undefined;
5715
5715
  } | {
5716
5716
  id: string;
@@ -5811,7 +5811,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
5811
5811
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
5812
5812
  searchThreshold?: number | undefined;
5813
5813
  renderInHeader?: boolean | undefined;
5814
- intent?: "display" | "style" | "content" | "behavior" | undefined;
5814
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
5815
5815
  } | undefined;
5816
5816
  aspectRatio?: string | undefined;
5817
5817
  } | {
@@ -5913,7 +5913,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
5913
5913
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
5914
5914
  searchThreshold?: number | undefined;
5915
5915
  renderInHeader?: boolean | undefined;
5916
- intent?: "display" | "style" | "content" | "behavior" | undefined;
5916
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
5917
5917
  } | undefined;
5918
5918
  } | {
5919
5919
  id: string;
@@ -6013,7 +6013,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
6013
6013
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
6014
6014
  searchThreshold?: number | undefined;
6015
6015
  renderInHeader?: boolean | undefined;
6016
- intent?: "display" | "style" | "content" | "behavior" | undefined;
6016
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
6017
6017
  } | undefined;
6018
6018
  } | {
6019
6019
  id: string;
@@ -6113,7 +6113,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
6113
6113
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
6114
6114
  searchThreshold?: number | undefined;
6115
6115
  renderInHeader?: boolean | undefined;
6116
- intent?: "display" | "style" | "content" | "behavior" | undefined;
6116
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
6117
6117
  } | undefined;
6118
6118
  } | {
6119
6119
  id: string;
@@ -6213,7 +6213,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
6213
6213
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
6214
6214
  searchThreshold?: number | undefined;
6215
6215
  renderInHeader?: boolean | undefined;
6216
- intent?: "display" | "style" | "content" | "behavior" | undefined;
6216
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
6217
6217
  } | undefined;
6218
6218
  } | {
6219
6219
  id: string;
@@ -6313,7 +6313,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
6313
6313
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
6314
6314
  searchThreshold?: number | undefined;
6315
6315
  renderInHeader?: boolean | undefined;
6316
- intent?: "display" | "style" | "content" | "behavior" | undefined;
6316
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
6317
6317
  } | undefined;
6318
6318
  } | {
6319
6319
  id: string;
@@ -6413,7 +6413,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
6413
6413
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
6414
6414
  searchThreshold?: number | undefined;
6415
6415
  renderInHeader?: boolean | undefined;
6416
- intent?: "display" | "style" | "content" | "behavior" | undefined;
6416
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
6417
6417
  } | undefined;
6418
6418
  sourceFieldId?: string | undefined;
6419
6419
  statusFieldId?: string | undefined;
@@ -6517,7 +6517,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
6517
6517
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
6518
6518
  searchThreshold?: number | undefined;
6519
6519
  renderInHeader?: boolean | undefined;
6520
- intent?: "display" | "style" | "content" | "behavior" | undefined;
6520
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
6521
6521
  } | undefined;
6522
6522
  } | {
6523
6523
  id: string;
@@ -6617,7 +6617,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
6617
6617
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
6618
6618
  searchThreshold?: number | undefined;
6619
6619
  renderInHeader?: boolean | undefined;
6620
- intent?: "display" | "style" | "content" | "behavior" | undefined;
6620
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
6621
6621
  } | undefined;
6622
6622
  } | {
6623
6623
  id: string;
@@ -6719,7 +6719,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
6719
6719
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
6720
6720
  searchThreshold?: number | undefined;
6721
6721
  renderInHeader?: boolean | undefined;
6722
- intent?: "display" | "style" | "content" | "behavior" | undefined;
6722
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
6723
6723
  } | undefined;
6724
6724
  } | {
6725
6725
  id: string;
@@ -6819,7 +6819,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
6819
6819
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
6820
6820
  searchThreshold?: number | undefined;
6821
6821
  renderInHeader?: boolean | undefined;
6822
- intent?: "display" | "style" | "content" | "behavior" | undefined;
6822
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
6823
6823
  } | undefined;
6824
6824
  min?: number | undefined;
6825
6825
  max?: number | undefined;
@@ -6935,7 +6935,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
6935
6935
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
6936
6936
  searchThreshold?: number | undefined;
6937
6937
  renderInHeader?: boolean | undefined;
6938
- intent?: "display" | "style" | "content" | "behavior" | undefined;
6938
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
6939
6939
  } | undefined;
6940
6940
  source?: {
6941
6941
  kind: "static";
@@ -7044,7 +7044,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
7044
7044
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
7045
7045
  searchThreshold?: number | undefined;
7046
7046
  renderInHeader?: boolean | undefined;
7047
- intent?: "display" | "style" | "content" | "behavior" | undefined;
7047
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
7048
7048
  } | undefined;
7049
7049
  maxLength?: number | undefined;
7050
7050
  } | {
@@ -7145,7 +7145,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
7145
7145
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
7146
7146
  searchThreshold?: number | undefined;
7147
7147
  renderInHeader?: boolean | undefined;
7148
- intent?: "display" | "style" | "content" | "behavior" | undefined;
7148
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
7149
7149
  } | undefined;
7150
7150
  } | {
7151
7151
  id: string;
@@ -7246,7 +7246,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
7246
7246
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
7247
7247
  searchThreshold?: number | undefined;
7248
7248
  renderInHeader?: boolean | undefined;
7249
- intent?: "display" | "style" | "content" | "behavior" | undefined;
7249
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
7250
7250
  } | undefined;
7251
7251
  aspectRatio?: string | undefined;
7252
7252
  } | {
@@ -7348,7 +7348,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
7348
7348
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
7349
7349
  searchThreshold?: number | undefined;
7350
7350
  renderInHeader?: boolean | undefined;
7351
- intent?: "display" | "style" | "content" | "behavior" | undefined;
7351
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
7352
7352
  } | undefined;
7353
7353
  } | {
7354
7354
  id: string;
@@ -7448,7 +7448,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
7448
7448
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
7449
7449
  searchThreshold?: number | undefined;
7450
7450
  renderInHeader?: boolean | undefined;
7451
- intent?: "display" | "style" | "content" | "behavior" | undefined;
7451
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
7452
7452
  } | undefined;
7453
7453
  } | {
7454
7454
  id: string;
@@ -7548,7 +7548,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
7548
7548
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
7549
7549
  searchThreshold?: number | undefined;
7550
7550
  renderInHeader?: boolean | undefined;
7551
- intent?: "display" | "style" | "content" | "behavior" | undefined;
7551
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
7552
7552
  } | undefined;
7553
7553
  } | {
7554
7554
  id: string;
@@ -7648,7 +7648,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
7648
7648
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
7649
7649
  searchThreshold?: number | undefined;
7650
7650
  renderInHeader?: boolean | undefined;
7651
- intent?: "display" | "style" | "content" | "behavior" | undefined;
7651
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
7652
7652
  } | undefined;
7653
7653
  } | {
7654
7654
  id: string;
@@ -7748,7 +7748,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
7748
7748
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
7749
7749
  searchThreshold?: number | undefined;
7750
7750
  renderInHeader?: boolean | undefined;
7751
- intent?: "display" | "style" | "content" | "behavior" | undefined;
7751
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
7752
7752
  } | undefined;
7753
7753
  } | {
7754
7754
  id: string;
@@ -7848,7 +7848,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
7848
7848
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
7849
7849
  searchThreshold?: number | undefined;
7850
7850
  renderInHeader?: boolean | undefined;
7851
- intent?: "display" | "style" | "content" | "behavior" | undefined;
7851
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
7852
7852
  } | undefined;
7853
7853
  sourceFieldId?: string | undefined;
7854
7854
  statusFieldId?: string | undefined;
@@ -7952,7 +7952,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
7952
7952
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
7953
7953
  searchThreshold?: number | undefined;
7954
7954
  renderInHeader?: boolean | undefined;
7955
- intent?: "display" | "style" | "content" | "behavior" | undefined;
7955
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
7956
7956
  } | undefined;
7957
7957
  } | {
7958
7958
  id: string;
@@ -8052,7 +8052,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
8052
8052
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
8053
8053
  searchThreshold?: number | undefined;
8054
8054
  renderInHeader?: boolean | undefined;
8055
- intent?: "display" | "style" | "content" | "behavior" | undefined;
8055
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
8056
8056
  } | undefined;
8057
8057
  } | {
8058
8058
  id: string;
@@ -8154,7 +8154,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
8154
8154
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
8155
8155
  searchThreshold?: number | undefined;
8156
8156
  renderInHeader?: boolean | undefined;
8157
- intent?: "display" | "style" | "content" | "behavior" | undefined;
8157
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
8158
8158
  } | undefined;
8159
8159
  } | {
8160
8160
  id: string;
@@ -8254,7 +8254,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
8254
8254
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
8255
8255
  searchThreshold?: number | undefined;
8256
8256
  renderInHeader?: boolean | undefined;
8257
- intent?: "display" | "style" | "content" | "behavior" | undefined;
8257
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
8258
8258
  } | undefined;
8259
8259
  min?: number | undefined;
8260
8260
  max?: number | undefined;
@@ -8361,7 +8361,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
8361
8361
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
8362
8362
  searchThreshold?: number | undefined;
8363
8363
  renderInHeader?: boolean | undefined;
8364
- intent?: "display" | "style" | "content" | "behavior" | undefined;
8364
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
8365
8365
  } | undefined;
8366
8366
  customInput?: {
8367
8367
  placeholder?: string | undefined;
@@ -8467,7 +8467,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
8467
8467
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
8468
8468
  searchThreshold?: number | undefined;
8469
8469
  renderInHeader?: boolean | undefined;
8470
- intent?: "display" | "style" | "content" | "behavior" | undefined;
8470
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
8471
8471
  } | undefined;
8472
8472
  } | {
8473
8473
  id: string;
@@ -8567,7 +8567,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
8567
8567
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
8568
8568
  searchThreshold?: number | undefined;
8569
8569
  renderInHeader?: boolean | undefined;
8570
- intent?: "display" | "style" | "content" | "behavior" | undefined;
8570
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
8571
8571
  } | undefined;
8572
8572
  fixedContentType?: string | undefined;
8573
8573
  contentTypeField?: string | undefined;
@@ -8667,7 +8667,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
8667
8667
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
8668
8668
  searchThreshold?: number | undefined;
8669
8669
  renderInHeader?: boolean | undefined;
8670
- intent?: "display" | "style" | "content" | "behavior" | undefined;
8670
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
8671
8671
  } | undefined;
8672
8672
  } | /*elided*/ any | /*elided*/ any | {
8673
8673
  id: string;
@@ -8771,7 +8771,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
8771
8771
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
8772
8772
  searchThreshold?: number | undefined;
8773
8773
  renderInHeader?: boolean | undefined;
8774
- intent?: "display" | "style" | "content" | "behavior" | undefined;
8774
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
8775
8775
  } | undefined;
8776
8776
  customInput?: {
8777
8777
  placeholder?: string | undefined;
@@ -8877,7 +8877,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
8877
8877
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
8878
8878
  searchThreshold?: number | undefined;
8879
8879
  renderInHeader?: boolean | undefined;
8880
- intent?: "display" | "style" | "content" | "behavior" | undefined;
8880
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
8881
8881
  } | undefined;
8882
8882
  } | {
8883
8883
  id: string;
@@ -8977,7 +8977,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
8977
8977
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
8978
8978
  searchThreshold?: number | undefined;
8979
8979
  renderInHeader?: boolean | undefined;
8980
- intent?: "display" | "style" | "content" | "behavior" | undefined;
8980
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
8981
8981
  } | undefined;
8982
8982
  fixedContentType?: string | undefined;
8983
8983
  contentTypeField?: string | undefined;
@@ -9080,7 +9080,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
9080
9080
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
9081
9081
  searchThreshold?: number | undefined;
9082
9082
  renderInHeader?: boolean | undefined;
9083
- intent?: "display" | "style" | "content" | "behavior" | undefined;
9083
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
9084
9084
  } | undefined;
9085
9085
  activeTabField?: string | undefined;
9086
9086
  } | {
@@ -9185,7 +9185,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
9185
9185
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
9186
9186
  searchThreshold?: number | undefined;
9187
9187
  renderInHeader?: boolean | undefined;
9188
- intent?: "display" | "style" | "content" | "behavior" | undefined;
9188
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
9189
9189
  } | undefined;
9190
9190
  customInput?: {
9191
9191
  placeholder?: string | undefined;
@@ -9291,7 +9291,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
9291
9291
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
9292
9292
  searchThreshold?: number | undefined;
9293
9293
  renderInHeader?: boolean | undefined;
9294
- intent?: "display" | "style" | "content" | "behavior" | undefined;
9294
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
9295
9295
  } | undefined;
9296
9296
  } | {
9297
9297
  id: string;
@@ -9391,7 +9391,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
9391
9391
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
9392
9392
  searchThreshold?: number | undefined;
9393
9393
  renderInHeader?: boolean | undefined;
9394
- intent?: "display" | "style" | "content" | "behavior" | undefined;
9394
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
9395
9395
  } | undefined;
9396
9396
  fixedContentType?: string | undefined;
9397
9397
  contentTypeField?: string | undefined;
@@ -9498,7 +9498,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
9498
9498
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
9499
9499
  searchThreshold?: number | undefined;
9500
9500
  renderInHeader?: boolean | undefined;
9501
- intent?: "display" | "style" | "content" | "behavior" | undefined;
9501
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
9502
9502
  } | undefined;
9503
9503
  maxLength?: number | undefined;
9504
9504
  } | {
@@ -9599,7 +9599,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
9599
9599
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
9600
9600
  searchThreshold?: number | undefined;
9601
9601
  renderInHeader?: boolean | undefined;
9602
- intent?: "display" | "style" | "content" | "behavior" | undefined;
9602
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
9603
9603
  } | undefined;
9604
9604
  } | {
9605
9605
  id: string;
@@ -9700,7 +9700,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
9700
9700
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
9701
9701
  searchThreshold?: number | undefined;
9702
9702
  renderInHeader?: boolean | undefined;
9703
- intent?: "display" | "style" | "content" | "behavior" | undefined;
9703
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
9704
9704
  } | undefined;
9705
9705
  aspectRatio?: string | undefined;
9706
9706
  } | {
@@ -9802,7 +9802,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
9802
9802
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
9803
9803
  searchThreshold?: number | undefined;
9804
9804
  renderInHeader?: boolean | undefined;
9805
- intent?: "display" | "style" | "content" | "behavior" | undefined;
9805
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
9806
9806
  } | undefined;
9807
9807
  } | {
9808
9808
  id: string;
@@ -9902,7 +9902,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
9902
9902
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
9903
9903
  searchThreshold?: number | undefined;
9904
9904
  renderInHeader?: boolean | undefined;
9905
- intent?: "display" | "style" | "content" | "behavior" | undefined;
9905
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
9906
9906
  } | undefined;
9907
9907
  } | {
9908
9908
  id: string;
@@ -10002,7 +10002,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
10002
10002
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
10003
10003
  searchThreshold?: number | undefined;
10004
10004
  renderInHeader?: boolean | undefined;
10005
- intent?: "display" | "style" | "content" | "behavior" | undefined;
10005
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
10006
10006
  } | undefined;
10007
10007
  } | {
10008
10008
  id: string;
@@ -10102,7 +10102,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
10102
10102
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
10103
10103
  searchThreshold?: number | undefined;
10104
10104
  renderInHeader?: boolean | undefined;
10105
- intent?: "display" | "style" | "content" | "behavior" | undefined;
10105
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
10106
10106
  } | undefined;
10107
10107
  } | {
10108
10108
  id: string;
@@ -10202,7 +10202,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
10202
10202
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
10203
10203
  searchThreshold?: number | undefined;
10204
10204
  renderInHeader?: boolean | undefined;
10205
- intent?: "display" | "style" | "content" | "behavior" | undefined;
10205
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
10206
10206
  } | undefined;
10207
10207
  } | {
10208
10208
  id: string;
@@ -10302,7 +10302,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
10302
10302
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
10303
10303
  searchThreshold?: number | undefined;
10304
10304
  renderInHeader?: boolean | undefined;
10305
- intent?: "display" | "style" | "content" | "behavior" | undefined;
10305
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
10306
10306
  } | undefined;
10307
10307
  sourceFieldId?: string | undefined;
10308
10308
  statusFieldId?: string | undefined;
@@ -10406,7 +10406,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
10406
10406
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
10407
10407
  searchThreshold?: number | undefined;
10408
10408
  renderInHeader?: boolean | undefined;
10409
- intent?: "display" | "style" | "content" | "behavior" | undefined;
10409
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
10410
10410
  } | undefined;
10411
10411
  } | {
10412
10412
  id: string;
@@ -10506,7 +10506,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
10506
10506
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
10507
10507
  searchThreshold?: number | undefined;
10508
10508
  renderInHeader?: boolean | undefined;
10509
- intent?: "display" | "style" | "content" | "behavior" | undefined;
10509
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
10510
10510
  } | undefined;
10511
10511
  } | {
10512
10512
  id: string;
@@ -10608,7 +10608,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
10608
10608
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
10609
10609
  searchThreshold?: number | undefined;
10610
10610
  renderInHeader?: boolean | undefined;
10611
- intent?: "display" | "style" | "content" | "behavior" | undefined;
10611
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
10612
10612
  } | undefined;
10613
10613
  } | {
10614
10614
  id: string;
@@ -10708,7 +10708,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
10708
10708
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
10709
10709
  searchThreshold?: number | undefined;
10710
10710
  renderInHeader?: boolean | undefined;
10711
- intent?: "display" | "style" | "content" | "behavior" | undefined;
10711
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
10712
10712
  } | undefined;
10713
10713
  min?: number | undefined;
10714
10714
  max?: number | undefined;
@@ -10824,7 +10824,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
10824
10824
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
10825
10825
  searchThreshold?: number | undefined;
10826
10826
  renderInHeader?: boolean | undefined;
10827
- intent?: "display" | "style" | "content" | "behavior" | undefined;
10827
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
10828
10828
  } | undefined;
10829
10829
  source?: {
10830
10830
  kind: "static";
@@ -10928,7 +10928,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
10928
10928
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
10929
10929
  searchThreshold?: number | undefined;
10930
10930
  renderInHeader?: boolean | undefined;
10931
- intent?: "display" | "style" | "content" | "behavior" | undefined;
10931
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
10932
10932
  } | undefined;
10933
10933
  itemLabelSource?: string | undefined;
10934
10934
  showSummary?: boolean | undefined;
@@ -11044,7 +11044,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
11044
11044
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
11045
11045
  searchThreshold?: number | undefined;
11046
11046
  renderInHeader?: boolean | undefined;
11047
- intent?: "display" | "style" | "content" | "behavior" | undefined;
11047
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
11048
11048
  } | undefined;
11049
11049
  source?: {
11050
11050
  kind: "static";
@@ -11153,7 +11153,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
11153
11153
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
11154
11154
  searchThreshold?: number | undefined;
11155
11155
  renderInHeader?: boolean | undefined;
11156
- intent?: "display" | "style" | "content" | "behavior" | undefined;
11156
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
11157
11157
  } | undefined;
11158
11158
  maxLength?: number | undefined;
11159
11159
  } | {
@@ -11254,7 +11254,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
11254
11254
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
11255
11255
  searchThreshold?: number | undefined;
11256
11256
  renderInHeader?: boolean | undefined;
11257
- intent?: "display" | "style" | "content" | "behavior" | undefined;
11257
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
11258
11258
  } | undefined;
11259
11259
  } | {
11260
11260
  id: string;
@@ -11355,7 +11355,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
11355
11355
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
11356
11356
  searchThreshold?: number | undefined;
11357
11357
  renderInHeader?: boolean | undefined;
11358
- intent?: "display" | "style" | "content" | "behavior" | undefined;
11358
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
11359
11359
  } | undefined;
11360
11360
  aspectRatio?: string | undefined;
11361
11361
  } | {
@@ -11457,7 +11457,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
11457
11457
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
11458
11458
  searchThreshold?: number | undefined;
11459
11459
  renderInHeader?: boolean | undefined;
11460
- intent?: "display" | "style" | "content" | "behavior" | undefined;
11460
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
11461
11461
  } | undefined;
11462
11462
  } | {
11463
11463
  id: string;
@@ -11557,7 +11557,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
11557
11557
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
11558
11558
  searchThreshold?: number | undefined;
11559
11559
  renderInHeader?: boolean | undefined;
11560
- intent?: "display" | "style" | "content" | "behavior" | undefined;
11560
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
11561
11561
  } | undefined;
11562
11562
  } | {
11563
11563
  id: string;
@@ -11657,7 +11657,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
11657
11657
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
11658
11658
  searchThreshold?: number | undefined;
11659
11659
  renderInHeader?: boolean | undefined;
11660
- intent?: "display" | "style" | "content" | "behavior" | undefined;
11660
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
11661
11661
  } | undefined;
11662
11662
  } | {
11663
11663
  id: string;
@@ -11757,7 +11757,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
11757
11757
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
11758
11758
  searchThreshold?: number | undefined;
11759
11759
  renderInHeader?: boolean | undefined;
11760
- intent?: "display" | "style" | "content" | "behavior" | undefined;
11760
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
11761
11761
  } | undefined;
11762
11762
  } | {
11763
11763
  id: string;
@@ -11857,7 +11857,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
11857
11857
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
11858
11858
  searchThreshold?: number | undefined;
11859
11859
  renderInHeader?: boolean | undefined;
11860
- intent?: "display" | "style" | "content" | "behavior" | undefined;
11860
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
11861
11861
  } | undefined;
11862
11862
  } | {
11863
11863
  id: string;
@@ -11957,7 +11957,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
11957
11957
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
11958
11958
  searchThreshold?: number | undefined;
11959
11959
  renderInHeader?: boolean | undefined;
11960
- intent?: "display" | "style" | "content" | "behavior" | undefined;
11960
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
11961
11961
  } | undefined;
11962
11962
  sourceFieldId?: string | undefined;
11963
11963
  statusFieldId?: string | undefined;
@@ -12061,7 +12061,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
12061
12061
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
12062
12062
  searchThreshold?: number | undefined;
12063
12063
  renderInHeader?: boolean | undefined;
12064
- intent?: "display" | "style" | "content" | "behavior" | undefined;
12064
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
12065
12065
  } | undefined;
12066
12066
  } | {
12067
12067
  id: string;
@@ -12161,7 +12161,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
12161
12161
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
12162
12162
  searchThreshold?: number | undefined;
12163
12163
  renderInHeader?: boolean | undefined;
12164
- intent?: "display" | "style" | "content" | "behavior" | undefined;
12164
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
12165
12165
  } | undefined;
12166
12166
  } | {
12167
12167
  id: string;
@@ -12263,7 +12263,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
12263
12263
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
12264
12264
  searchThreshold?: number | undefined;
12265
12265
  renderInHeader?: boolean | undefined;
12266
- intent?: "display" | "style" | "content" | "behavior" | undefined;
12266
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
12267
12267
  } | undefined;
12268
12268
  } | {
12269
12269
  id: string;
@@ -12363,7 +12363,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
12363
12363
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
12364
12364
  searchThreshold?: number | undefined;
12365
12365
  renderInHeader?: boolean | undefined;
12366
- intent?: "display" | "style" | "content" | "behavior" | undefined;
12366
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
12367
12367
  } | undefined;
12368
12368
  min?: number | undefined;
12369
12369
  max?: number | undefined;
@@ -12481,7 +12481,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
12481
12481
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
12482
12482
  searchThreshold?: number | undefined;
12483
12483
  renderInHeader?: boolean | undefined;
12484
- intent?: "display" | "style" | "content" | "behavior" | undefined;
12484
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
12485
12485
  } | undefined;
12486
12486
  source?: {
12487
12487
  kind: "static";
@@ -12590,7 +12590,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
12590
12590
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
12591
12591
  searchThreshold?: number | undefined;
12592
12592
  renderInHeader?: boolean | undefined;
12593
- intent?: "display" | "style" | "content" | "behavior" | undefined;
12593
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
12594
12594
  } | undefined;
12595
12595
  maxLength?: number | undefined;
12596
12596
  } | {
@@ -12691,7 +12691,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
12691
12691
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
12692
12692
  searchThreshold?: number | undefined;
12693
12693
  renderInHeader?: boolean | undefined;
12694
- intent?: "display" | "style" | "content" | "behavior" | undefined;
12694
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
12695
12695
  } | undefined;
12696
12696
  } | {
12697
12697
  id: string;
@@ -12792,7 +12792,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
12792
12792
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
12793
12793
  searchThreshold?: number | undefined;
12794
12794
  renderInHeader?: boolean | undefined;
12795
- intent?: "display" | "style" | "content" | "behavior" | undefined;
12795
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
12796
12796
  } | undefined;
12797
12797
  aspectRatio?: string | undefined;
12798
12798
  } | {
@@ -12894,7 +12894,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
12894
12894
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
12895
12895
  searchThreshold?: number | undefined;
12896
12896
  renderInHeader?: boolean | undefined;
12897
- intent?: "display" | "style" | "content" | "behavior" | undefined;
12897
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
12898
12898
  } | undefined;
12899
12899
  } | {
12900
12900
  id: string;
@@ -12994,7 +12994,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
12994
12994
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
12995
12995
  searchThreshold?: number | undefined;
12996
12996
  renderInHeader?: boolean | undefined;
12997
- intent?: "display" | "style" | "content" | "behavior" | undefined;
12997
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
12998
12998
  } | undefined;
12999
12999
  } | {
13000
13000
  id: string;
@@ -13094,7 +13094,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
13094
13094
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
13095
13095
  searchThreshold?: number | undefined;
13096
13096
  renderInHeader?: boolean | undefined;
13097
- intent?: "display" | "style" | "content" | "behavior" | undefined;
13097
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
13098
13098
  } | undefined;
13099
13099
  } | {
13100
13100
  id: string;
@@ -13194,7 +13194,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
13194
13194
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
13195
13195
  searchThreshold?: number | undefined;
13196
13196
  renderInHeader?: boolean | undefined;
13197
- intent?: "display" | "style" | "content" | "behavior" | undefined;
13197
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
13198
13198
  } | undefined;
13199
13199
  } | {
13200
13200
  id: string;
@@ -13294,7 +13294,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
13294
13294
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
13295
13295
  searchThreshold?: number | undefined;
13296
13296
  renderInHeader?: boolean | undefined;
13297
- intent?: "display" | "style" | "content" | "behavior" | undefined;
13297
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
13298
13298
  } | undefined;
13299
13299
  } | {
13300
13300
  id: string;
@@ -13394,7 +13394,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
13394
13394
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
13395
13395
  searchThreshold?: number | undefined;
13396
13396
  renderInHeader?: boolean | undefined;
13397
- intent?: "display" | "style" | "content" | "behavior" | undefined;
13397
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
13398
13398
  } | undefined;
13399
13399
  sourceFieldId?: string | undefined;
13400
13400
  statusFieldId?: string | undefined;
@@ -13498,7 +13498,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
13498
13498
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
13499
13499
  searchThreshold?: number | undefined;
13500
13500
  renderInHeader?: boolean | undefined;
13501
- intent?: "display" | "style" | "content" | "behavior" | undefined;
13501
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
13502
13502
  } | undefined;
13503
13503
  } | {
13504
13504
  id: string;
@@ -13598,7 +13598,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
13598
13598
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
13599
13599
  searchThreshold?: number | undefined;
13600
13600
  renderInHeader?: boolean | undefined;
13601
- intent?: "display" | "style" | "content" | "behavior" | undefined;
13601
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
13602
13602
  } | undefined;
13603
13603
  } | {
13604
13604
  id: string;
@@ -13700,7 +13700,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
13700
13700
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
13701
13701
  searchThreshold?: number | undefined;
13702
13702
  renderInHeader?: boolean | undefined;
13703
- intent?: "display" | "style" | "content" | "behavior" | undefined;
13703
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
13704
13704
  } | undefined;
13705
13705
  } | {
13706
13706
  id: string;
@@ -13800,7 +13800,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
13800
13800
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
13801
13801
  searchThreshold?: number | undefined;
13802
13802
  renderInHeader?: boolean | undefined;
13803
- intent?: "display" | "style" | "content" | "behavior" | undefined;
13803
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
13804
13804
  } | undefined;
13805
13805
  min?: number | undefined;
13806
13806
  max?: number | undefined;
@@ -13907,7 +13907,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
13907
13907
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
13908
13908
  searchThreshold?: number | undefined;
13909
13909
  renderInHeader?: boolean | undefined;
13910
- intent?: "display" | "style" | "content" | "behavior" | undefined;
13910
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
13911
13911
  } | undefined;
13912
13912
  customInput?: {
13913
13913
  placeholder?: string | undefined;
@@ -14013,7 +14013,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
14013
14013
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
14014
14014
  searchThreshold?: number | undefined;
14015
14015
  renderInHeader?: boolean | undefined;
14016
- intent?: "display" | "style" | "content" | "behavior" | undefined;
14016
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
14017
14017
  } | undefined;
14018
14018
  } | {
14019
14019
  id: string;
@@ -14113,7 +14113,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
14113
14113
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
14114
14114
  searchThreshold?: number | undefined;
14115
14115
  renderInHeader?: boolean | undefined;
14116
- intent?: "display" | "style" | "content" | "behavior" | undefined;
14116
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
14117
14117
  } | undefined;
14118
14118
  fixedContentType?: string | undefined;
14119
14119
  contentTypeField?: string | undefined;
@@ -14216,7 +14216,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
14216
14216
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
14217
14217
  searchThreshold?: number | undefined;
14218
14218
  renderInHeader?: boolean | undefined;
14219
- intent?: "display" | "style" | "content" | "behavior" | undefined;
14219
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
14220
14220
  } | undefined;
14221
14221
  activeTabField?: string | undefined;
14222
14222
  } | {
@@ -14321,7 +14321,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
14321
14321
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
14322
14322
  searchThreshold?: number | undefined;
14323
14323
  renderInHeader?: boolean | undefined;
14324
- intent?: "display" | "style" | "content" | "behavior" | undefined;
14324
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
14325
14325
  } | undefined;
14326
14326
  customInput?: {
14327
14327
  placeholder?: string | undefined;
@@ -14427,7 +14427,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
14427
14427
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
14428
14428
  searchThreshold?: number | undefined;
14429
14429
  renderInHeader?: boolean | undefined;
14430
- intent?: "display" | "style" | "content" | "behavior" | undefined;
14430
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
14431
14431
  } | undefined;
14432
14432
  } | {
14433
14433
  id: string;
@@ -14527,7 +14527,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
14527
14527
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
14528
14528
  searchThreshold?: number | undefined;
14529
14529
  renderInHeader?: boolean | undefined;
14530
- intent?: "display" | "style" | "content" | "behavior" | undefined;
14530
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
14531
14531
  } | undefined;
14532
14532
  fixedContentType?: string | undefined;
14533
14533
  contentTypeField?: string | undefined;
@@ -14634,7 +14634,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
14634
14634
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
14635
14635
  searchThreshold?: number | undefined;
14636
14636
  renderInHeader?: boolean | undefined;
14637
- intent?: "display" | "style" | "content" | "behavior" | undefined;
14637
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
14638
14638
  } | undefined;
14639
14639
  maxLength?: number | undefined;
14640
14640
  } | {
@@ -14735,7 +14735,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
14735
14735
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
14736
14736
  searchThreshold?: number | undefined;
14737
14737
  renderInHeader?: boolean | undefined;
14738
- intent?: "display" | "style" | "content" | "behavior" | undefined;
14738
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
14739
14739
  } | undefined;
14740
14740
  } | {
14741
14741
  id: string;
@@ -14836,7 +14836,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
14836
14836
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
14837
14837
  searchThreshold?: number | undefined;
14838
14838
  renderInHeader?: boolean | undefined;
14839
- intent?: "display" | "style" | "content" | "behavior" | undefined;
14839
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
14840
14840
  } | undefined;
14841
14841
  aspectRatio?: string | undefined;
14842
14842
  } | {
@@ -14938,7 +14938,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
14938
14938
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
14939
14939
  searchThreshold?: number | undefined;
14940
14940
  renderInHeader?: boolean | undefined;
14941
- intent?: "display" | "style" | "content" | "behavior" | undefined;
14941
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
14942
14942
  } | undefined;
14943
14943
  } | {
14944
14944
  id: string;
@@ -15038,7 +15038,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
15038
15038
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
15039
15039
  searchThreshold?: number | undefined;
15040
15040
  renderInHeader?: boolean | undefined;
15041
- intent?: "display" | "style" | "content" | "behavior" | undefined;
15041
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
15042
15042
  } | undefined;
15043
15043
  } | {
15044
15044
  id: string;
@@ -15138,7 +15138,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
15138
15138
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
15139
15139
  searchThreshold?: number | undefined;
15140
15140
  renderInHeader?: boolean | undefined;
15141
- intent?: "display" | "style" | "content" | "behavior" | undefined;
15141
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
15142
15142
  } | undefined;
15143
15143
  } | {
15144
15144
  id: string;
@@ -15238,7 +15238,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
15238
15238
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
15239
15239
  searchThreshold?: number | undefined;
15240
15240
  renderInHeader?: boolean | undefined;
15241
- intent?: "display" | "style" | "content" | "behavior" | undefined;
15241
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
15242
15242
  } | undefined;
15243
15243
  } | {
15244
15244
  id: string;
@@ -15338,7 +15338,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
15338
15338
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
15339
15339
  searchThreshold?: number | undefined;
15340
15340
  renderInHeader?: boolean | undefined;
15341
- intent?: "display" | "style" | "content" | "behavior" | undefined;
15341
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
15342
15342
  } | undefined;
15343
15343
  } | {
15344
15344
  id: string;
@@ -15438,7 +15438,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
15438
15438
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
15439
15439
  searchThreshold?: number | undefined;
15440
15440
  renderInHeader?: boolean | undefined;
15441
- intent?: "display" | "style" | "content" | "behavior" | undefined;
15441
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
15442
15442
  } | undefined;
15443
15443
  sourceFieldId?: string | undefined;
15444
15444
  statusFieldId?: string | undefined;
@@ -15542,7 +15542,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
15542
15542
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
15543
15543
  searchThreshold?: number | undefined;
15544
15544
  renderInHeader?: boolean | undefined;
15545
- intent?: "display" | "style" | "content" | "behavior" | undefined;
15545
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
15546
15546
  } | undefined;
15547
15547
  } | {
15548
15548
  id: string;
@@ -15642,7 +15642,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
15642
15642
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
15643
15643
  searchThreshold?: number | undefined;
15644
15644
  renderInHeader?: boolean | undefined;
15645
- intent?: "display" | "style" | "content" | "behavior" | undefined;
15645
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
15646
15646
  } | undefined;
15647
15647
  } | {
15648
15648
  id: string;
@@ -15744,7 +15744,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
15744
15744
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
15745
15745
  searchThreshold?: number | undefined;
15746
15746
  renderInHeader?: boolean | undefined;
15747
- intent?: "display" | "style" | "content" | "behavior" | undefined;
15747
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
15748
15748
  } | undefined;
15749
15749
  } | {
15750
15750
  id: string;
@@ -15844,7 +15844,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
15844
15844
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
15845
15845
  searchThreshold?: number | undefined;
15846
15846
  renderInHeader?: boolean | undefined;
15847
- intent?: "display" | "style" | "content" | "behavior" | undefined;
15847
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
15848
15848
  } | undefined;
15849
15849
  min?: number | undefined;
15850
15850
  max?: number | undefined;
@@ -15962,7 +15962,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
15962
15962
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
15963
15963
  searchThreshold?: number | undefined;
15964
15964
  renderInHeader?: boolean | undefined;
15965
- intent?: "display" | "style" | "content" | "behavior" | undefined;
15965
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
15966
15966
  } | undefined;
15967
15967
  source?: {
15968
15968
  kind: "static";
@@ -16066,7 +16066,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
16066
16066
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
16067
16067
  searchThreshold?: number | undefined;
16068
16068
  renderInHeader?: boolean | undefined;
16069
- intent?: "display" | "style" | "content" | "behavior" | undefined;
16069
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
16070
16070
  } | undefined;
16071
16071
  itemLabelSource?: string | undefined;
16072
16072
  showSummary?: boolean | undefined;
@@ -16182,7 +16182,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
16182
16182
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
16183
16183
  searchThreshold?: number | undefined;
16184
16184
  renderInHeader?: boolean | undefined;
16185
- intent?: "display" | "style" | "content" | "behavior" | undefined;
16185
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
16186
16186
  } | undefined;
16187
16187
  source?: {
16188
16188
  kind: "static";
@@ -16291,7 +16291,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
16291
16291
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
16292
16292
  searchThreshold?: number | undefined;
16293
16293
  renderInHeader?: boolean | undefined;
16294
- intent?: "display" | "style" | "content" | "behavior" | undefined;
16294
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
16295
16295
  } | undefined;
16296
16296
  maxLength?: number | undefined;
16297
16297
  } | {
@@ -16392,7 +16392,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
16392
16392
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
16393
16393
  searchThreshold?: number | undefined;
16394
16394
  renderInHeader?: boolean | undefined;
16395
- intent?: "display" | "style" | "content" | "behavior" | undefined;
16395
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
16396
16396
  } | undefined;
16397
16397
  } | {
16398
16398
  id: string;
@@ -16493,7 +16493,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
16493
16493
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
16494
16494
  searchThreshold?: number | undefined;
16495
16495
  renderInHeader?: boolean | undefined;
16496
- intent?: "display" | "style" | "content" | "behavior" | undefined;
16496
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
16497
16497
  } | undefined;
16498
16498
  aspectRatio?: string | undefined;
16499
16499
  } | {
@@ -16595,7 +16595,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
16595
16595
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
16596
16596
  searchThreshold?: number | undefined;
16597
16597
  renderInHeader?: boolean | undefined;
16598
- intent?: "display" | "style" | "content" | "behavior" | undefined;
16598
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
16599
16599
  } | undefined;
16600
16600
  } | {
16601
16601
  id: string;
@@ -16695,7 +16695,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
16695
16695
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
16696
16696
  searchThreshold?: number | undefined;
16697
16697
  renderInHeader?: boolean | undefined;
16698
- intent?: "display" | "style" | "content" | "behavior" | undefined;
16698
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
16699
16699
  } | undefined;
16700
16700
  } | {
16701
16701
  id: string;
@@ -16795,7 +16795,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
16795
16795
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
16796
16796
  searchThreshold?: number | undefined;
16797
16797
  renderInHeader?: boolean | undefined;
16798
- intent?: "display" | "style" | "content" | "behavior" | undefined;
16798
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
16799
16799
  } | undefined;
16800
16800
  } | {
16801
16801
  id: string;
@@ -16895,7 +16895,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
16895
16895
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
16896
16896
  searchThreshold?: number | undefined;
16897
16897
  renderInHeader?: boolean | undefined;
16898
- intent?: "display" | "style" | "content" | "behavior" | undefined;
16898
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
16899
16899
  } | undefined;
16900
16900
  } | {
16901
16901
  id: string;
@@ -16995,7 +16995,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
16995
16995
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
16996
16996
  searchThreshold?: number | undefined;
16997
16997
  renderInHeader?: boolean | undefined;
16998
- intent?: "display" | "style" | "content" | "behavior" | undefined;
16998
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
16999
16999
  } | undefined;
17000
17000
  } | {
17001
17001
  id: string;
@@ -17095,7 +17095,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
17095
17095
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
17096
17096
  searchThreshold?: number | undefined;
17097
17097
  renderInHeader?: boolean | undefined;
17098
- intent?: "display" | "style" | "content" | "behavior" | undefined;
17098
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
17099
17099
  } | undefined;
17100
17100
  sourceFieldId?: string | undefined;
17101
17101
  statusFieldId?: string | undefined;
@@ -17199,7 +17199,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
17199
17199
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
17200
17200
  searchThreshold?: number | undefined;
17201
17201
  renderInHeader?: boolean | undefined;
17202
- intent?: "display" | "style" | "content" | "behavior" | undefined;
17202
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
17203
17203
  } | undefined;
17204
17204
  } | {
17205
17205
  id: string;
@@ -17299,7 +17299,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
17299
17299
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
17300
17300
  searchThreshold?: number | undefined;
17301
17301
  renderInHeader?: boolean | undefined;
17302
- intent?: "display" | "style" | "content" | "behavior" | undefined;
17302
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
17303
17303
  } | undefined;
17304
17304
  } | {
17305
17305
  id: string;
@@ -17401,7 +17401,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
17401
17401
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
17402
17402
  searchThreshold?: number | undefined;
17403
17403
  renderInHeader?: boolean | undefined;
17404
- intent?: "display" | "style" | "content" | "behavior" | undefined;
17404
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
17405
17405
  } | undefined;
17406
17406
  } | {
17407
17407
  id: string;
@@ -17501,7 +17501,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
17501
17501
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
17502
17502
  searchThreshold?: number | undefined;
17503
17503
  renderInHeader?: boolean | undefined;
17504
- intent?: "display" | "style" | "content" | "behavior" | undefined;
17504
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
17505
17505
  } | undefined;
17506
17506
  min?: number | undefined;
17507
17507
  max?: number | undefined;
@@ -17608,7 +17608,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
17608
17608
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
17609
17609
  searchThreshold?: number | undefined;
17610
17610
  renderInHeader?: boolean | undefined;
17611
- intent?: "display" | "style" | "content" | "behavior" | undefined;
17611
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
17612
17612
  } | undefined;
17613
17613
  customInput?: {
17614
17614
  placeholder?: string | undefined;
@@ -17714,7 +17714,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
17714
17714
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
17715
17715
  searchThreshold?: number | undefined;
17716
17716
  renderInHeader?: boolean | undefined;
17717
- intent?: "display" | "style" | "content" | "behavior" | undefined;
17717
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
17718
17718
  } | undefined;
17719
17719
  } | {
17720
17720
  id: string;
@@ -17814,7 +17814,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
17814
17814
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
17815
17815
  searchThreshold?: number | undefined;
17816
17816
  renderInHeader?: boolean | undefined;
17817
- intent?: "display" | "style" | "content" | "behavior" | undefined;
17817
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
17818
17818
  } | undefined;
17819
17819
  fixedContentType?: string | undefined;
17820
17820
  contentTypeField?: string | undefined;
@@ -17921,7 +17921,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
17921
17921
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
17922
17922
  searchThreshold?: number | undefined;
17923
17923
  renderInHeader?: boolean | undefined;
17924
- intent?: "display" | "style" | "content" | "behavior" | undefined;
17924
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
17925
17925
  } | undefined;
17926
17926
  maxLength?: number | undefined;
17927
17927
  } | {
@@ -18022,7 +18022,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
18022
18022
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
18023
18023
  searchThreshold?: number | undefined;
18024
18024
  renderInHeader?: boolean | undefined;
18025
- intent?: "display" | "style" | "content" | "behavior" | undefined;
18025
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
18026
18026
  } | undefined;
18027
18027
  } | {
18028
18028
  id: string;
@@ -18123,7 +18123,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
18123
18123
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
18124
18124
  searchThreshold?: number | undefined;
18125
18125
  renderInHeader?: boolean | undefined;
18126
- intent?: "display" | "style" | "content" | "behavior" | undefined;
18126
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
18127
18127
  } | undefined;
18128
18128
  aspectRatio?: string | undefined;
18129
18129
  } | {
@@ -18225,7 +18225,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
18225
18225
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
18226
18226
  searchThreshold?: number | undefined;
18227
18227
  renderInHeader?: boolean | undefined;
18228
- intent?: "display" | "style" | "content" | "behavior" | undefined;
18228
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
18229
18229
  } | undefined;
18230
18230
  } | {
18231
18231
  id: string;
@@ -18325,7 +18325,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
18325
18325
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
18326
18326
  searchThreshold?: number | undefined;
18327
18327
  renderInHeader?: boolean | undefined;
18328
- intent?: "display" | "style" | "content" | "behavior" | undefined;
18328
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
18329
18329
  } | undefined;
18330
18330
  } | {
18331
18331
  id: string;
@@ -18425,7 +18425,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
18425
18425
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
18426
18426
  searchThreshold?: number | undefined;
18427
18427
  renderInHeader?: boolean | undefined;
18428
- intent?: "display" | "style" | "content" | "behavior" | undefined;
18428
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
18429
18429
  } | undefined;
18430
18430
  } | {
18431
18431
  id: string;
@@ -18525,7 +18525,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
18525
18525
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
18526
18526
  searchThreshold?: number | undefined;
18527
18527
  renderInHeader?: boolean | undefined;
18528
- intent?: "display" | "style" | "content" | "behavior" | undefined;
18528
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
18529
18529
  } | undefined;
18530
18530
  } | {
18531
18531
  id: string;
@@ -18625,7 +18625,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
18625
18625
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
18626
18626
  searchThreshold?: number | undefined;
18627
18627
  renderInHeader?: boolean | undefined;
18628
- intent?: "display" | "style" | "content" | "behavior" | undefined;
18628
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
18629
18629
  } | undefined;
18630
18630
  } | {
18631
18631
  id: string;
@@ -18725,7 +18725,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
18725
18725
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
18726
18726
  searchThreshold?: number | undefined;
18727
18727
  renderInHeader?: boolean | undefined;
18728
- intent?: "display" | "style" | "content" | "behavior" | undefined;
18728
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
18729
18729
  } | undefined;
18730
18730
  sourceFieldId?: string | undefined;
18731
18731
  statusFieldId?: string | undefined;
@@ -18829,7 +18829,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
18829
18829
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
18830
18830
  searchThreshold?: number | undefined;
18831
18831
  renderInHeader?: boolean | undefined;
18832
- intent?: "display" | "style" | "content" | "behavior" | undefined;
18832
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
18833
18833
  } | undefined;
18834
18834
  } | {
18835
18835
  id: string;
@@ -18929,7 +18929,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
18929
18929
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
18930
18930
  searchThreshold?: number | undefined;
18931
18931
  renderInHeader?: boolean | undefined;
18932
- intent?: "display" | "style" | "content" | "behavior" | undefined;
18932
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
18933
18933
  } | undefined;
18934
18934
  } | {
18935
18935
  id: string;
@@ -19031,7 +19031,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
19031
19031
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
19032
19032
  searchThreshold?: number | undefined;
19033
19033
  renderInHeader?: boolean | undefined;
19034
- intent?: "display" | "style" | "content" | "behavior" | undefined;
19034
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
19035
19035
  } | undefined;
19036
19036
  } | {
19037
19037
  id: string;
@@ -19131,7 +19131,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
19131
19131
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
19132
19132
  searchThreshold?: number | undefined;
19133
19133
  renderInHeader?: boolean | undefined;
19134
- intent?: "display" | "style" | "content" | "behavior" | undefined;
19134
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
19135
19135
  } | undefined;
19136
19136
  min?: number | undefined;
19137
19137
  max?: number | undefined;
@@ -19238,7 +19238,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
19238
19238
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
19239
19239
  searchThreshold?: number | undefined;
19240
19240
  renderInHeader?: boolean | undefined;
19241
- intent?: "display" | "style" | "content" | "behavior" | undefined;
19241
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
19242
19242
  } | undefined;
19243
19243
  customInput?: {
19244
19244
  placeholder?: string | undefined;
@@ -19344,7 +19344,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
19344
19344
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
19345
19345
  searchThreshold?: number | undefined;
19346
19346
  renderInHeader?: boolean | undefined;
19347
- intent?: "display" | "style" | "content" | "behavior" | undefined;
19347
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
19348
19348
  } | undefined;
19349
19349
  } | {
19350
19350
  id: string;
@@ -19444,7 +19444,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
19444
19444
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
19445
19445
  searchThreshold?: number | undefined;
19446
19446
  renderInHeader?: boolean | undefined;
19447
- intent?: "display" | "style" | "content" | "behavior" | undefined;
19447
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
19448
19448
  } | undefined;
19449
19449
  fixedContentType?: string | undefined;
19450
19450
  contentTypeField?: string | undefined;
@@ -19547,7 +19547,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
19547
19547
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
19548
19548
  searchThreshold?: number | undefined;
19549
19549
  renderInHeader?: boolean | undefined;
19550
- intent?: "display" | "style" | "content" | "behavior" | undefined;
19550
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
19551
19551
  } | undefined;
19552
19552
  activeTabField?: string | undefined;
19553
19553
  } | {
@@ -19652,7 +19652,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
19652
19652
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
19653
19653
  searchThreshold?: number | undefined;
19654
19654
  renderInHeader?: boolean | undefined;
19655
- intent?: "display" | "style" | "content" | "behavior" | undefined;
19655
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
19656
19656
  } | undefined;
19657
19657
  customInput?: {
19658
19658
  placeholder?: string | undefined;
@@ -19758,7 +19758,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
19758
19758
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
19759
19759
  searchThreshold?: number | undefined;
19760
19760
  renderInHeader?: boolean | undefined;
19761
- intent?: "display" | "style" | "content" | "behavior" | undefined;
19761
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
19762
19762
  } | undefined;
19763
19763
  } | {
19764
19764
  id: string;
@@ -19858,7 +19858,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
19858
19858
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
19859
19859
  searchThreshold?: number | undefined;
19860
19860
  renderInHeader?: boolean | undefined;
19861
- intent?: "display" | "style" | "content" | "behavior" | undefined;
19861
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
19862
19862
  } | undefined;
19863
19863
  fixedContentType?: string | undefined;
19864
19864
  contentTypeField?: string | undefined;
@@ -19958,7 +19958,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
19958
19958
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
19959
19959
  searchThreshold?: number | undefined;
19960
19960
  renderInHeader?: boolean | undefined;
19961
- intent?: "display" | "style" | "content" | "behavior" | undefined;
19961
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
19962
19962
  } | undefined;
19963
19963
  } | /*elided*/ any | {
19964
19964
  id: string;
@@ -20073,7 +20073,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
20073
20073
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
20074
20074
  searchThreshold?: number | undefined;
20075
20075
  renderInHeader?: boolean | undefined;
20076
- intent?: "display" | "style" | "content" | "behavior" | undefined;
20076
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
20077
20077
  } | undefined;
20078
20078
  source?: {
20079
20079
  kind: "static";
@@ -20177,7 +20177,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
20177
20177
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
20178
20178
  searchThreshold?: number | undefined;
20179
20179
  renderInHeader?: boolean | undefined;
20180
- intent?: "display" | "style" | "content" | "behavior" | undefined;
20180
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
20181
20181
  } | undefined;
20182
20182
  itemLabelSource?: string | undefined;
20183
20183
  showSummary?: boolean | undefined;
@@ -20293,7 +20293,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
20293
20293
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
20294
20294
  searchThreshold?: number | undefined;
20295
20295
  renderInHeader?: boolean | undefined;
20296
- intent?: "display" | "style" | "content" | "behavior" | undefined;
20296
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
20297
20297
  } | undefined;
20298
20298
  source?: {
20299
20299
  kind: "static";
@@ -20402,7 +20402,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
20402
20402
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
20403
20403
  searchThreshold?: number | undefined;
20404
20404
  renderInHeader?: boolean | undefined;
20405
- intent?: "display" | "style" | "content" | "behavior" | undefined;
20405
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
20406
20406
  } | undefined;
20407
20407
  maxLength?: number | undefined;
20408
20408
  } | {
@@ -20503,7 +20503,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
20503
20503
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
20504
20504
  searchThreshold?: number | undefined;
20505
20505
  renderInHeader?: boolean | undefined;
20506
- intent?: "display" | "style" | "content" | "behavior" | undefined;
20506
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
20507
20507
  } | undefined;
20508
20508
  } | {
20509
20509
  id: string;
@@ -20604,7 +20604,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
20604
20604
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
20605
20605
  searchThreshold?: number | undefined;
20606
20606
  renderInHeader?: boolean | undefined;
20607
- intent?: "display" | "style" | "content" | "behavior" | undefined;
20607
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
20608
20608
  } | undefined;
20609
20609
  aspectRatio?: string | undefined;
20610
20610
  } | {
@@ -20706,7 +20706,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
20706
20706
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
20707
20707
  searchThreshold?: number | undefined;
20708
20708
  renderInHeader?: boolean | undefined;
20709
- intent?: "display" | "style" | "content" | "behavior" | undefined;
20709
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
20710
20710
  } | undefined;
20711
20711
  } | {
20712
20712
  id: string;
@@ -20806,7 +20806,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
20806
20806
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
20807
20807
  searchThreshold?: number | undefined;
20808
20808
  renderInHeader?: boolean | undefined;
20809
- intent?: "display" | "style" | "content" | "behavior" | undefined;
20809
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
20810
20810
  } | undefined;
20811
20811
  } | {
20812
20812
  id: string;
@@ -20906,7 +20906,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
20906
20906
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
20907
20907
  searchThreshold?: number | undefined;
20908
20908
  renderInHeader?: boolean | undefined;
20909
- intent?: "display" | "style" | "content" | "behavior" | undefined;
20909
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
20910
20910
  } | undefined;
20911
20911
  } | {
20912
20912
  id: string;
@@ -21006,7 +21006,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
21006
21006
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
21007
21007
  searchThreshold?: number | undefined;
21008
21008
  renderInHeader?: boolean | undefined;
21009
- intent?: "display" | "style" | "content" | "behavior" | undefined;
21009
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
21010
21010
  } | undefined;
21011
21011
  } | {
21012
21012
  id: string;
@@ -21106,7 +21106,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
21106
21106
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
21107
21107
  searchThreshold?: number | undefined;
21108
21108
  renderInHeader?: boolean | undefined;
21109
- intent?: "display" | "style" | "content" | "behavior" | undefined;
21109
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
21110
21110
  } | undefined;
21111
21111
  } | {
21112
21112
  id: string;
@@ -21206,7 +21206,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
21206
21206
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
21207
21207
  searchThreshold?: number | undefined;
21208
21208
  renderInHeader?: boolean | undefined;
21209
- intent?: "display" | "style" | "content" | "behavior" | undefined;
21209
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
21210
21210
  } | undefined;
21211
21211
  sourceFieldId?: string | undefined;
21212
21212
  statusFieldId?: string | undefined;
@@ -21310,7 +21310,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
21310
21310
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
21311
21311
  searchThreshold?: number | undefined;
21312
21312
  renderInHeader?: boolean | undefined;
21313
- intent?: "display" | "style" | "content" | "behavior" | undefined;
21313
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
21314
21314
  } | undefined;
21315
21315
  } | {
21316
21316
  id: string;
@@ -21410,7 +21410,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
21410
21410
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
21411
21411
  searchThreshold?: number | undefined;
21412
21412
  renderInHeader?: boolean | undefined;
21413
- intent?: "display" | "style" | "content" | "behavior" | undefined;
21413
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
21414
21414
  } | undefined;
21415
21415
  } | {
21416
21416
  id: string;
@@ -21512,7 +21512,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
21512
21512
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
21513
21513
  searchThreshold?: number | undefined;
21514
21514
  renderInHeader?: boolean | undefined;
21515
- intent?: "display" | "style" | "content" | "behavior" | undefined;
21515
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
21516
21516
  } | undefined;
21517
21517
  } | {
21518
21518
  id: string;
@@ -21612,7 +21612,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
21612
21612
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
21613
21613
  searchThreshold?: number | undefined;
21614
21614
  renderInHeader?: boolean | undefined;
21615
- intent?: "display" | "style" | "content" | "behavior" | undefined;
21615
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
21616
21616
  } | undefined;
21617
21617
  min?: number | undefined;
21618
21618
  max?: number | undefined;
@@ -21728,7 +21728,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
21728
21728
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
21729
21729
  searchThreshold?: number | undefined;
21730
21730
  renderInHeader?: boolean | undefined;
21731
- intent?: "display" | "style" | "content" | "behavior" | undefined;
21731
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
21732
21732
  } | undefined;
21733
21733
  source?: {
21734
21734
  kind: "static";
@@ -21837,7 +21837,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
21837
21837
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
21838
21838
  searchThreshold?: number | undefined;
21839
21839
  renderInHeader?: boolean | undefined;
21840
- intent?: "display" | "style" | "content" | "behavior" | undefined;
21840
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
21841
21841
  } | undefined;
21842
21842
  maxLength?: number | undefined;
21843
21843
  } | {
@@ -21938,7 +21938,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
21938
21938
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
21939
21939
  searchThreshold?: number | undefined;
21940
21940
  renderInHeader?: boolean | undefined;
21941
- intent?: "display" | "style" | "content" | "behavior" | undefined;
21941
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
21942
21942
  } | undefined;
21943
21943
  } | {
21944
21944
  id: string;
@@ -22039,7 +22039,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
22039
22039
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
22040
22040
  searchThreshold?: number | undefined;
22041
22041
  renderInHeader?: boolean | undefined;
22042
- intent?: "display" | "style" | "content" | "behavior" | undefined;
22042
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
22043
22043
  } | undefined;
22044
22044
  aspectRatio?: string | undefined;
22045
22045
  } | {
@@ -22141,7 +22141,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
22141
22141
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
22142
22142
  searchThreshold?: number | undefined;
22143
22143
  renderInHeader?: boolean | undefined;
22144
- intent?: "display" | "style" | "content" | "behavior" | undefined;
22144
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
22145
22145
  } | undefined;
22146
22146
  } | {
22147
22147
  id: string;
@@ -22241,7 +22241,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
22241
22241
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
22242
22242
  searchThreshold?: number | undefined;
22243
22243
  renderInHeader?: boolean | undefined;
22244
- intent?: "display" | "style" | "content" | "behavior" | undefined;
22244
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
22245
22245
  } | undefined;
22246
22246
  } | {
22247
22247
  id: string;
@@ -22341,7 +22341,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
22341
22341
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
22342
22342
  searchThreshold?: number | undefined;
22343
22343
  renderInHeader?: boolean | undefined;
22344
- intent?: "display" | "style" | "content" | "behavior" | undefined;
22344
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
22345
22345
  } | undefined;
22346
22346
  } | {
22347
22347
  id: string;
@@ -22441,7 +22441,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
22441
22441
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
22442
22442
  searchThreshold?: number | undefined;
22443
22443
  renderInHeader?: boolean | undefined;
22444
- intent?: "display" | "style" | "content" | "behavior" | undefined;
22444
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
22445
22445
  } | undefined;
22446
22446
  } | {
22447
22447
  id: string;
@@ -22541,7 +22541,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
22541
22541
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
22542
22542
  searchThreshold?: number | undefined;
22543
22543
  renderInHeader?: boolean | undefined;
22544
- intent?: "display" | "style" | "content" | "behavior" | undefined;
22544
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
22545
22545
  } | undefined;
22546
22546
  } | {
22547
22547
  id: string;
@@ -22641,7 +22641,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
22641
22641
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
22642
22642
  searchThreshold?: number | undefined;
22643
22643
  renderInHeader?: boolean | undefined;
22644
- intent?: "display" | "style" | "content" | "behavior" | undefined;
22644
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
22645
22645
  } | undefined;
22646
22646
  sourceFieldId?: string | undefined;
22647
22647
  statusFieldId?: string | undefined;
@@ -22745,7 +22745,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
22745
22745
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
22746
22746
  searchThreshold?: number | undefined;
22747
22747
  renderInHeader?: boolean | undefined;
22748
- intent?: "display" | "style" | "content" | "behavior" | undefined;
22748
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
22749
22749
  } | undefined;
22750
22750
  } | {
22751
22751
  id: string;
@@ -22845,7 +22845,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
22845
22845
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
22846
22846
  searchThreshold?: number | undefined;
22847
22847
  renderInHeader?: boolean | undefined;
22848
- intent?: "display" | "style" | "content" | "behavior" | undefined;
22848
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
22849
22849
  } | undefined;
22850
22850
  } | {
22851
22851
  id: string;
@@ -22947,7 +22947,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
22947
22947
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
22948
22948
  searchThreshold?: number | undefined;
22949
22949
  renderInHeader?: boolean | undefined;
22950
- intent?: "display" | "style" | "content" | "behavior" | undefined;
22950
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
22951
22951
  } | undefined;
22952
22952
  } | {
22953
22953
  id: string;
@@ -23047,7 +23047,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
23047
23047
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
23048
23048
  searchThreshold?: number | undefined;
23049
23049
  renderInHeader?: boolean | undefined;
23050
- intent?: "display" | "style" | "content" | "behavior" | undefined;
23050
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
23051
23051
  } | undefined;
23052
23052
  min?: number | undefined;
23053
23053
  max?: number | undefined;
@@ -23154,7 +23154,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
23154
23154
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
23155
23155
  searchThreshold?: number | undefined;
23156
23156
  renderInHeader?: boolean | undefined;
23157
- intent?: "display" | "style" | "content" | "behavior" | undefined;
23157
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
23158
23158
  } | undefined;
23159
23159
  customInput?: {
23160
23160
  placeholder?: string | undefined;
@@ -23260,7 +23260,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
23260
23260
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
23261
23261
  searchThreshold?: number | undefined;
23262
23262
  renderInHeader?: boolean | undefined;
23263
- intent?: "display" | "style" | "content" | "behavior" | undefined;
23263
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
23264
23264
  } | undefined;
23265
23265
  } | {
23266
23266
  id: string;
@@ -23360,7 +23360,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
23360
23360
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
23361
23361
  searchThreshold?: number | undefined;
23362
23362
  renderInHeader?: boolean | undefined;
23363
- intent?: "display" | "style" | "content" | "behavior" | undefined;
23363
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
23364
23364
  } | undefined;
23365
23365
  fixedContentType?: string | undefined;
23366
23366
  contentTypeField?: string | undefined;
@@ -23460,7 +23460,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
23460
23460
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
23461
23461
  searchThreshold?: number | undefined;
23462
23462
  renderInHeader?: boolean | undefined;
23463
- intent?: "display" | "style" | "content" | "behavior" | undefined;
23463
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
23464
23464
  } | undefined;
23465
23465
  } | /*elided*/ any | /*elided*/ any | {
23466
23466
  id: string;
@@ -23564,7 +23564,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
23564
23564
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
23565
23565
  searchThreshold?: number | undefined;
23566
23566
  renderInHeader?: boolean | undefined;
23567
- intent?: "display" | "style" | "content" | "behavior" | undefined;
23567
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
23568
23568
  } | undefined;
23569
23569
  customInput?: {
23570
23570
  placeholder?: string | undefined;
@@ -23670,7 +23670,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
23670
23670
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
23671
23671
  searchThreshold?: number | undefined;
23672
23672
  renderInHeader?: boolean | undefined;
23673
- intent?: "display" | "style" | "content" | "behavior" | undefined;
23673
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
23674
23674
  } | undefined;
23675
23675
  } | {
23676
23676
  id: string;
@@ -23770,7 +23770,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
23770
23770
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
23771
23771
  searchThreshold?: number | undefined;
23772
23772
  renderInHeader?: boolean | undefined;
23773
- intent?: "display" | "style" | "content" | "behavior" | undefined;
23773
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
23774
23774
  } | undefined;
23775
23775
  fixedContentType?: string | undefined;
23776
23776
  contentTypeField?: string | undefined;
@@ -23877,7 +23877,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
23877
23877
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
23878
23878
  searchThreshold?: number | undefined;
23879
23879
  renderInHeader?: boolean | undefined;
23880
- intent?: "display" | "style" | "content" | "behavior" | undefined;
23880
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
23881
23881
  } | undefined;
23882
23882
  maxLength?: number | undefined;
23883
23883
  } | {
@@ -23978,7 +23978,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
23978
23978
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
23979
23979
  searchThreshold?: number | undefined;
23980
23980
  renderInHeader?: boolean | undefined;
23981
- intent?: "display" | "style" | "content" | "behavior" | undefined;
23981
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
23982
23982
  } | undefined;
23983
23983
  } | {
23984
23984
  id: string;
@@ -24079,7 +24079,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
24079
24079
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
24080
24080
  searchThreshold?: number | undefined;
24081
24081
  renderInHeader?: boolean | undefined;
24082
- intent?: "display" | "style" | "content" | "behavior" | undefined;
24082
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
24083
24083
  } | undefined;
24084
24084
  aspectRatio?: string | undefined;
24085
24085
  } | {
@@ -24181,7 +24181,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
24181
24181
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
24182
24182
  searchThreshold?: number | undefined;
24183
24183
  renderInHeader?: boolean | undefined;
24184
- intent?: "display" | "style" | "content" | "behavior" | undefined;
24184
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
24185
24185
  } | undefined;
24186
24186
  } | {
24187
24187
  id: string;
@@ -24281,7 +24281,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
24281
24281
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
24282
24282
  searchThreshold?: number | undefined;
24283
24283
  renderInHeader?: boolean | undefined;
24284
- intent?: "display" | "style" | "content" | "behavior" | undefined;
24284
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
24285
24285
  } | undefined;
24286
24286
  } | {
24287
24287
  id: string;
@@ -24381,7 +24381,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
24381
24381
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
24382
24382
  searchThreshold?: number | undefined;
24383
24383
  renderInHeader?: boolean | undefined;
24384
- intent?: "display" | "style" | "content" | "behavior" | undefined;
24384
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
24385
24385
  } | undefined;
24386
24386
  } | {
24387
24387
  id: string;
@@ -24481,7 +24481,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
24481
24481
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
24482
24482
  searchThreshold?: number | undefined;
24483
24483
  renderInHeader?: boolean | undefined;
24484
- intent?: "display" | "style" | "content" | "behavior" | undefined;
24484
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
24485
24485
  } | undefined;
24486
24486
  } | {
24487
24487
  id: string;
@@ -24581,7 +24581,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
24581
24581
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
24582
24582
  searchThreshold?: number | undefined;
24583
24583
  renderInHeader?: boolean | undefined;
24584
- intent?: "display" | "style" | "content" | "behavior" | undefined;
24584
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
24585
24585
  } | undefined;
24586
24586
  } | {
24587
24587
  id: string;
@@ -24681,7 +24681,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
24681
24681
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
24682
24682
  searchThreshold?: number | undefined;
24683
24683
  renderInHeader?: boolean | undefined;
24684
- intent?: "display" | "style" | "content" | "behavior" | undefined;
24684
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
24685
24685
  } | undefined;
24686
24686
  sourceFieldId?: string | undefined;
24687
24687
  statusFieldId?: string | undefined;
@@ -24785,7 +24785,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
24785
24785
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
24786
24786
  searchThreshold?: number | undefined;
24787
24787
  renderInHeader?: boolean | undefined;
24788
- intent?: "display" | "style" | "content" | "behavior" | undefined;
24788
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
24789
24789
  } | undefined;
24790
24790
  } | {
24791
24791
  id: string;
@@ -24885,7 +24885,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
24885
24885
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
24886
24886
  searchThreshold?: number | undefined;
24887
24887
  renderInHeader?: boolean | undefined;
24888
- intent?: "display" | "style" | "content" | "behavior" | undefined;
24888
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
24889
24889
  } | undefined;
24890
24890
  } | {
24891
24891
  id: string;
@@ -24987,7 +24987,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
24987
24987
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
24988
24988
  searchThreshold?: number | undefined;
24989
24989
  renderInHeader?: boolean | undefined;
24990
- intent?: "display" | "style" | "content" | "behavior" | undefined;
24990
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
24991
24991
  } | undefined;
24992
24992
  } | {
24993
24993
  id: string;
@@ -25087,7 +25087,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
25087
25087
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
25088
25088
  searchThreshold?: number | undefined;
25089
25089
  renderInHeader?: boolean | undefined;
25090
- intent?: "display" | "style" | "content" | "behavior" | undefined;
25090
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
25091
25091
  } | undefined;
25092
25092
  min?: number | undefined;
25093
25093
  max?: number | undefined;
@@ -25203,7 +25203,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
25203
25203
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
25204
25204
  searchThreshold?: number | undefined;
25205
25205
  renderInHeader?: boolean | undefined;
25206
- intent?: "display" | "style" | "content" | "behavior" | undefined;
25206
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
25207
25207
  } | undefined;
25208
25208
  source?: {
25209
25209
  kind: "static";
@@ -25307,7 +25307,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
25307
25307
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
25308
25308
  searchThreshold?: number | undefined;
25309
25309
  renderInHeader?: boolean | undefined;
25310
- intent?: "display" | "style" | "content" | "behavior" | undefined;
25310
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
25311
25311
  } | undefined;
25312
25312
  itemLabelSource?: string | undefined;
25313
25313
  showSummary?: boolean | undefined;
@@ -25423,7 +25423,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
25423
25423
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
25424
25424
  searchThreshold?: number | undefined;
25425
25425
  renderInHeader?: boolean | undefined;
25426
- intent?: "display" | "style" | "content" | "behavior" | undefined;
25426
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
25427
25427
  } | undefined;
25428
25428
  source?: {
25429
25429
  kind: "static";
@@ -25532,7 +25532,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
25532
25532
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
25533
25533
  searchThreshold?: number | undefined;
25534
25534
  renderInHeader?: boolean | undefined;
25535
- intent?: "display" | "style" | "content" | "behavior" | undefined;
25535
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
25536
25536
  } | undefined;
25537
25537
  maxLength?: number | undefined;
25538
25538
  } | {
@@ -25633,7 +25633,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
25633
25633
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
25634
25634
  searchThreshold?: number | undefined;
25635
25635
  renderInHeader?: boolean | undefined;
25636
- intent?: "display" | "style" | "content" | "behavior" | undefined;
25636
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
25637
25637
  } | undefined;
25638
25638
  } | {
25639
25639
  id: string;
@@ -25734,7 +25734,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
25734
25734
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
25735
25735
  searchThreshold?: number | undefined;
25736
25736
  renderInHeader?: boolean | undefined;
25737
- intent?: "display" | "style" | "content" | "behavior" | undefined;
25737
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
25738
25738
  } | undefined;
25739
25739
  aspectRatio?: string | undefined;
25740
25740
  } | {
@@ -25836,7 +25836,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
25836
25836
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
25837
25837
  searchThreshold?: number | undefined;
25838
25838
  renderInHeader?: boolean | undefined;
25839
- intent?: "display" | "style" | "content" | "behavior" | undefined;
25839
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
25840
25840
  } | undefined;
25841
25841
  } | {
25842
25842
  id: string;
@@ -25936,7 +25936,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
25936
25936
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
25937
25937
  searchThreshold?: number | undefined;
25938
25938
  renderInHeader?: boolean | undefined;
25939
- intent?: "display" | "style" | "content" | "behavior" | undefined;
25939
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
25940
25940
  } | undefined;
25941
25941
  } | {
25942
25942
  id: string;
@@ -26036,7 +26036,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
26036
26036
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
26037
26037
  searchThreshold?: number | undefined;
26038
26038
  renderInHeader?: boolean | undefined;
26039
- intent?: "display" | "style" | "content" | "behavior" | undefined;
26039
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
26040
26040
  } | undefined;
26041
26041
  } | {
26042
26042
  id: string;
@@ -26136,7 +26136,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
26136
26136
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
26137
26137
  searchThreshold?: number | undefined;
26138
26138
  renderInHeader?: boolean | undefined;
26139
- intent?: "display" | "style" | "content" | "behavior" | undefined;
26139
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
26140
26140
  } | undefined;
26141
26141
  } | {
26142
26142
  id: string;
@@ -26236,7 +26236,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
26236
26236
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
26237
26237
  searchThreshold?: number | undefined;
26238
26238
  renderInHeader?: boolean | undefined;
26239
- intent?: "display" | "style" | "content" | "behavior" | undefined;
26239
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
26240
26240
  } | undefined;
26241
26241
  } | {
26242
26242
  id: string;
@@ -26336,7 +26336,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
26336
26336
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
26337
26337
  searchThreshold?: number | undefined;
26338
26338
  renderInHeader?: boolean | undefined;
26339
- intent?: "display" | "style" | "content" | "behavior" | undefined;
26339
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
26340
26340
  } | undefined;
26341
26341
  sourceFieldId?: string | undefined;
26342
26342
  statusFieldId?: string | undefined;
@@ -26440,7 +26440,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
26440
26440
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
26441
26441
  searchThreshold?: number | undefined;
26442
26442
  renderInHeader?: boolean | undefined;
26443
- intent?: "display" | "style" | "content" | "behavior" | undefined;
26443
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
26444
26444
  } | undefined;
26445
26445
  } | {
26446
26446
  id: string;
@@ -26540,7 +26540,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
26540
26540
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
26541
26541
  searchThreshold?: number | undefined;
26542
26542
  renderInHeader?: boolean | undefined;
26543
- intent?: "display" | "style" | "content" | "behavior" | undefined;
26543
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
26544
26544
  } | undefined;
26545
26545
  } | {
26546
26546
  id: string;
@@ -26642,7 +26642,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
26642
26642
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
26643
26643
  searchThreshold?: number | undefined;
26644
26644
  renderInHeader?: boolean | undefined;
26645
- intent?: "display" | "style" | "content" | "behavior" | undefined;
26645
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
26646
26646
  } | undefined;
26647
26647
  } | {
26648
26648
  id: string;
@@ -26742,7 +26742,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
26742
26742
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
26743
26743
  searchThreshold?: number | undefined;
26744
26744
  renderInHeader?: boolean | undefined;
26745
- intent?: "display" | "style" | "content" | "behavior" | undefined;
26745
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
26746
26746
  } | undefined;
26747
26747
  min?: number | undefined;
26748
26748
  max?: number | undefined;
@@ -26849,7 +26849,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
26849
26849
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
26850
26850
  searchThreshold?: number | undefined;
26851
26851
  renderInHeader?: boolean | undefined;
26852
- intent?: "display" | "style" | "content" | "behavior" | undefined;
26852
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
26853
26853
  } | undefined;
26854
26854
  customInput?: {
26855
26855
  placeholder?: string | undefined;
@@ -26955,7 +26955,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
26955
26955
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
26956
26956
  searchThreshold?: number | undefined;
26957
26957
  renderInHeader?: boolean | undefined;
26958
- intent?: "display" | "style" | "content" | "behavior" | undefined;
26958
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
26959
26959
  } | undefined;
26960
26960
  } | {
26961
26961
  id: string;
@@ -27055,7 +27055,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
27055
27055
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
27056
27056
  searchThreshold?: number | undefined;
27057
27057
  renderInHeader?: boolean | undefined;
27058
- intent?: "display" | "style" | "content" | "behavior" | undefined;
27058
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
27059
27059
  } | undefined;
27060
27060
  fixedContentType?: string | undefined;
27061
27061
  contentTypeField?: string | undefined;
@@ -27162,7 +27162,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
27162
27162
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
27163
27163
  searchThreshold?: number | undefined;
27164
27164
  renderInHeader?: boolean | undefined;
27165
- intent?: "display" | "style" | "content" | "behavior" | undefined;
27165
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
27166
27166
  } | undefined;
27167
27167
  maxLength?: number | undefined;
27168
27168
  } | {
@@ -27263,7 +27263,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
27263
27263
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
27264
27264
  searchThreshold?: number | undefined;
27265
27265
  renderInHeader?: boolean | undefined;
27266
- intent?: "display" | "style" | "content" | "behavior" | undefined;
27266
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
27267
27267
  } | undefined;
27268
27268
  } | {
27269
27269
  id: string;
@@ -27364,7 +27364,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
27364
27364
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
27365
27365
  searchThreshold?: number | undefined;
27366
27366
  renderInHeader?: boolean | undefined;
27367
- intent?: "display" | "style" | "content" | "behavior" | undefined;
27367
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
27368
27368
  } | undefined;
27369
27369
  aspectRatio?: string | undefined;
27370
27370
  } | {
@@ -27466,7 +27466,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
27466
27466
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
27467
27467
  searchThreshold?: number | undefined;
27468
27468
  renderInHeader?: boolean | undefined;
27469
- intent?: "display" | "style" | "content" | "behavior" | undefined;
27469
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
27470
27470
  } | undefined;
27471
27471
  } | {
27472
27472
  id: string;
@@ -27566,7 +27566,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
27566
27566
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
27567
27567
  searchThreshold?: number | undefined;
27568
27568
  renderInHeader?: boolean | undefined;
27569
- intent?: "display" | "style" | "content" | "behavior" | undefined;
27569
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
27570
27570
  } | undefined;
27571
27571
  } | {
27572
27572
  id: string;
@@ -27666,7 +27666,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
27666
27666
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
27667
27667
  searchThreshold?: number | undefined;
27668
27668
  renderInHeader?: boolean | undefined;
27669
- intent?: "display" | "style" | "content" | "behavior" | undefined;
27669
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
27670
27670
  } | undefined;
27671
27671
  } | {
27672
27672
  id: string;
@@ -27766,7 +27766,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
27766
27766
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
27767
27767
  searchThreshold?: number | undefined;
27768
27768
  renderInHeader?: boolean | undefined;
27769
- intent?: "display" | "style" | "content" | "behavior" | undefined;
27769
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
27770
27770
  } | undefined;
27771
27771
  } | {
27772
27772
  id: string;
@@ -27866,7 +27866,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
27866
27866
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
27867
27867
  searchThreshold?: number | undefined;
27868
27868
  renderInHeader?: boolean | undefined;
27869
- intent?: "display" | "style" | "content" | "behavior" | undefined;
27869
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
27870
27870
  } | undefined;
27871
27871
  } | {
27872
27872
  id: string;
@@ -27966,7 +27966,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
27966
27966
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
27967
27967
  searchThreshold?: number | undefined;
27968
27968
  renderInHeader?: boolean | undefined;
27969
- intent?: "display" | "style" | "content" | "behavior" | undefined;
27969
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
27970
27970
  } | undefined;
27971
27971
  sourceFieldId?: string | undefined;
27972
27972
  statusFieldId?: string | undefined;
@@ -28070,7 +28070,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
28070
28070
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
28071
28071
  searchThreshold?: number | undefined;
28072
28072
  renderInHeader?: boolean | undefined;
28073
- intent?: "display" | "style" | "content" | "behavior" | undefined;
28073
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
28074
28074
  } | undefined;
28075
28075
  } | {
28076
28076
  id: string;
@@ -28170,7 +28170,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
28170
28170
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
28171
28171
  searchThreshold?: number | undefined;
28172
28172
  renderInHeader?: boolean | undefined;
28173
- intent?: "display" | "style" | "content" | "behavior" | undefined;
28173
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
28174
28174
  } | undefined;
28175
28175
  } | {
28176
28176
  id: string;
@@ -28272,7 +28272,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
28272
28272
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
28273
28273
  searchThreshold?: number | undefined;
28274
28274
  renderInHeader?: boolean | undefined;
28275
- intent?: "display" | "style" | "content" | "behavior" | undefined;
28275
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
28276
28276
  } | undefined;
28277
28277
  } | {
28278
28278
  id: string;
@@ -28372,7 +28372,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
28372
28372
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
28373
28373
  searchThreshold?: number | undefined;
28374
28374
  renderInHeader?: boolean | undefined;
28375
- intent?: "display" | "style" | "content" | "behavior" | undefined;
28375
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
28376
28376
  } | undefined;
28377
28377
  min?: number | undefined;
28378
28378
  max?: number | undefined;
@@ -28479,7 +28479,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
28479
28479
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
28480
28480
  searchThreshold?: number | undefined;
28481
28481
  renderInHeader?: boolean | undefined;
28482
- intent?: "display" | "style" | "content" | "behavior" | undefined;
28482
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
28483
28483
  } | undefined;
28484
28484
  customInput?: {
28485
28485
  placeholder?: string | undefined;
@@ -28585,7 +28585,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
28585
28585
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
28586
28586
  searchThreshold?: number | undefined;
28587
28587
  renderInHeader?: boolean | undefined;
28588
- intent?: "display" | "style" | "content" | "behavior" | undefined;
28588
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
28589
28589
  } | undefined;
28590
28590
  } | {
28591
28591
  id: string;
@@ -28685,7 +28685,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
28685
28685
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
28686
28686
  searchThreshold?: number | undefined;
28687
28687
  renderInHeader?: boolean | undefined;
28688
- intent?: "display" | "style" | "content" | "behavior" | undefined;
28688
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
28689
28689
  } | undefined;
28690
28690
  fixedContentType?: string | undefined;
28691
28691
  contentTypeField?: string | undefined;
@@ -28785,7 +28785,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
28785
28785
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
28786
28786
  searchThreshold?: number | undefined;
28787
28787
  renderInHeader?: boolean | undefined;
28788
- intent?: "display" | "style" | "content" | "behavior" | undefined;
28788
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
28789
28789
  } | undefined;
28790
28790
  } | /*elided*/ any | /*elided*/ any | {
28791
28791
  id: string;
@@ -28889,7 +28889,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
28889
28889
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
28890
28890
  searchThreshold?: number | undefined;
28891
28891
  renderInHeader?: boolean | undefined;
28892
- intent?: "display" | "style" | "content" | "behavior" | undefined;
28892
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
28893
28893
  } | undefined;
28894
28894
  customInput?: {
28895
28895
  placeholder?: string | undefined;
@@ -28995,7 +28995,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
28995
28995
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
28996
28996
  searchThreshold?: number | undefined;
28997
28997
  renderInHeader?: boolean | undefined;
28998
- intent?: "display" | "style" | "content" | "behavior" | undefined;
28998
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
28999
28999
  } | undefined;
29000
29000
  } | {
29001
29001
  id: string;
@@ -29095,7 +29095,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
29095
29095
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
29096
29096
  searchThreshold?: number | undefined;
29097
29097
  renderInHeader?: boolean | undefined;
29098
- intent?: "display" | "style" | "content" | "behavior" | undefined;
29098
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
29099
29099
  } | undefined;
29100
29100
  fixedContentType?: string | undefined;
29101
29101
  contentTypeField?: string | undefined;
@@ -29198,7 +29198,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
29198
29198
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
29199
29199
  searchThreshold?: number | undefined;
29200
29200
  renderInHeader?: boolean | undefined;
29201
- intent?: "display" | "style" | "content" | "behavior" | undefined;
29201
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
29202
29202
  } | undefined;
29203
29203
  activeTabField?: string | undefined;
29204
29204
  } | {
@@ -29303,7 +29303,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
29303
29303
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
29304
29304
  searchThreshold?: number | undefined;
29305
29305
  renderInHeader?: boolean | undefined;
29306
- intent?: "display" | "style" | "content" | "behavior" | undefined;
29306
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
29307
29307
  } | undefined;
29308
29308
  customInput?: {
29309
29309
  placeholder?: string | undefined;
@@ -29409,7 +29409,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
29409
29409
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
29410
29410
  searchThreshold?: number | undefined;
29411
29411
  renderInHeader?: boolean | undefined;
29412
- intent?: "display" | "style" | "content" | "behavior" | undefined;
29412
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
29413
29413
  } | undefined;
29414
29414
  } | {
29415
29415
  id: string;
@@ -29509,7 +29509,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
29509
29509
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
29510
29510
  searchThreshold?: number | undefined;
29511
29511
  renderInHeader?: boolean | undefined;
29512
- intent?: "display" | "style" | "content" | "behavior" | undefined;
29512
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
29513
29513
  } | undefined;
29514
29514
  fixedContentType?: string | undefined;
29515
29515
  contentTypeField?: string | undefined;
@@ -29609,7 +29609,7 @@ export declare const cartManifest: import("..").DefinedBlockManifest<import(".."
29609
29609
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
29610
29610
  searchThreshold?: number | undefined;
29611
29611
  renderInHeader?: boolean | undefined;
29612
- intent?: "display" | "style" | "content" | "behavior" | undefined;
29612
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
29613
29613
  } | undefined;
29614
29614
  }, "schema"> & {
29615
29615
  schema: {