@riverbankcms/sdk 0.77.0 → 0.78.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (237) hide show
  1. package/README.md +69 -0
  2. package/dist/{PreviewEditorSidebar-XSX7QKHQ.mjs → PreviewEditorSidebar-RIKFQ72L.mjs} +4916 -4847
  3. package/dist/{PreviewEditorUI-YZNEZ3QD.mjs → PreviewEditorUI-XO7TUWKK.mjs} +3 -3
  4. package/dist/SdkPreviewModeRuntime-LAGYMPNF.mjs +8 -0
  5. package/dist/_dts/ai/src/contracts/proposals.d.ts +194 -184
  6. package/dist/_dts/api/src/accessAdmin.d.ts +5 -0
  7. package/dist/_dts/api/src/billing.d.ts +3 -26
  8. package/dist/_dts/api/src/bookingVerticals.d.ts +4 -0
  9. package/dist/_dts/api/src/content-editor.d.ts +1 -0
  10. package/dist/_dts/api/src/demoDashboardMutationSurfaces.d.ts +46 -0
  11. package/dist/_dts/api/src/endpoints.d.ts +8 -0
  12. package/dist/_dts/api/src/index.d.ts +14 -2
  13. package/dist/_dts/api/src/navigation/dashboardBookingsNav.d.ts +87 -0
  14. package/dist/_dts/api/src/navigation/dashboardDemoNav.d.ts +5 -0
  15. package/dist/_dts/api/src/navigation/dashboardSettingsNav.d.ts +45 -0
  16. package/dist/_dts/api/src/navigation/dashboardSiteNav.d.ts +42 -0
  17. package/dist/_dts/api/src/navigation/dashboardTeamMemberNav.d.ts +24 -0
  18. package/dist/_dts/api/src/navigation/linkUrlType.d.ts +3 -0
  19. package/dist/_dts/api/src/navigation.d.ts +12 -0
  20. package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +55 -26
  21. package/dist/_dts/api/src/staffAccess.d.ts +79 -0
  22. package/dist/_dts/api/src/types.d.ts +3 -1
  23. package/dist/_dts/api/src/workflows/automaticWorkflowTriggers.d.ts +21 -0
  24. package/dist/_dts/blocks/src/client/site-chrome.d.ts +4 -1
  25. package/dist/_dts/blocks/src/customBlockRegistry.d.ts +20 -1
  26. package/dist/_dts/blocks/src/index.d.ts +3 -2
  27. package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +288 -288
  28. package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +288 -288
  29. package/dist/_dts/blocks/src/system/blocks/cart.d.ts +288 -288
  30. package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +288 -288
  31. package/dist/_dts/blocks/src/system/blocks/collection.d.ts +288 -288
  32. package/dist/_dts/blocks/src/system/blocks/courses/shared/schemas.d.ts +2 -2
  33. package/dist/_dts/blocks/src/system/blocks/faq.d.ts +294 -289
  34. package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +288 -288
  35. package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +1 -1
  36. package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +21 -21
  37. package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +288 -288
  38. package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +288 -288
  39. package/dist/_dts/blocks/src/system/blocks/shop.d.ts +288 -288
  40. package/dist/_dts/blocks/src/system/blocks/site-header.d.ts +2 -2
  41. package/dist/_dts/blocks/src/system/data/index.d.ts +5 -3
  42. package/dist/_dts/blocks/src/system/data/previewResolvedDataState.d.ts +45 -0
  43. package/dist/_dts/blocks/src/system/fields/boxStyles.d.ts +2 -1
  44. package/dist/_dts/blocks/src/system/fragments/library/faqAccordion.d.ts +5 -0
  45. package/dist/_dts/blocks/src/system/manifest/fieldValidation/index.d.ts +5 -0
  46. package/dist/_dts/blocks/src/system/manifest/schema.d.ts +29 -29
  47. package/dist/_dts/blocks/src/system/node/fragments/headingDecoration.d.ts +10 -0
  48. package/dist/_dts/blocks/src/system/node/fragments/index.d.ts +1 -0
  49. package/dist/_dts/blocks/src/system/node/fragments/styledSection.d.ts +9 -0
  50. package/dist/_dts/blocks/src/system/runtime/api/client.d.ts +3 -2
  51. package/dist/_dts/blocks/src/system/runtime/api/endpoints.d.ts +8 -0
  52. package/dist/_dts/blocks/src/system/runtime/api/index.d.ts +1 -1
  53. package/dist/_dts/blocks/src/system/runtime/api/types.d.ts +43 -8
  54. package/dist/_dts/blocks/src/system/runtime/components/multi-step/runtimeFormValidation.d.ts +28 -0
  55. package/dist/_dts/blocks/src/system/runtime/header/shared.d.ts +8 -7
  56. package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventCompactRow.d.ts +1 -4
  57. package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/utils.d.ts +7 -0
  58. package/dist/_dts/blocks/src/system/runtime/nodes/header-section.client.d.ts +2 -8
  59. package/dist/_dts/blocks/src/system/runtime/nodes/header-section.server.d.ts +2 -9
  60. package/dist/_dts/blocks/src/system/runtime/nodes/shop-cart-discount-ui.d.ts +5 -0
  61. package/dist/_dts/blocks/src/system/runtime/nodes/shop-checkout-form.d.ts +76 -0
  62. package/dist/_dts/blocks/src/system/runtime/nodes/shop-checkout.state.d.ts +1 -4
  63. package/dist/_dts/blocks/src/system/runtime/nodes/shop-commerce-store.d.ts +2 -0
  64. package/dist/_dts/blocks/src/system/runtime/nodes/shop-commerce.shared.d.ts +1 -0
  65. package/dist/_dts/blocks/src/system/runtime/nodes/shop-discount-apply.state.d.ts +52 -0
  66. package/dist/_dts/blocks/src/system/runtime/nodes/shop.state.d.ts +2 -4
  67. package/dist/_dts/blocks/src/system/runtime/nodes/useDiscountApply.d.ts +21 -0
  68. package/dist/_dts/blocks/src/system/runtime/shared/components/DiscountCodeDisclosure.d.ts +54 -0
  69. package/dist/_dts/blocks/src/system/runtime/shared/components/index.d.ts +2 -0
  70. package/dist/_dts/blocks/src/system/runtime/shared/index.d.ts +2 -2
  71. package/dist/_dts/blocks/src/system/transforms/registry/layout.d.ts +4 -4
  72. package/dist/_dts/blocks/src/system/transforms/registry/ui.d.ts +1 -1
  73. package/dist/_dts/blocks/src/system/transforms/typed.d.ts +1 -1
  74. package/dist/_dts/content-editor/src/contentTypeEditorContentState.d.ts +26 -0
  75. package/dist/_dts/content-editor/src/definitions/factory.d.ts +75 -0
  76. package/dist/_dts/content-editor/src/entryWorkflows.d.ts +2 -0
  77. package/dist/_dts/content-editor/src/footerBlocksEditorState.d.ts +76 -0
  78. package/dist/_dts/content-editor/src/index.d.ts +5 -0
  79. package/dist/_dts/content-editor/src/pageWorkflowContent.d.ts +29 -0
  80. package/dist/_dts/content-model/src/content-types/schema.d.ts +3 -3
  81. package/dist/_dts/content-model/src/index.d.ts +1 -0
  82. package/dist/_dts/content-model/src/routeTemplate.d.ts +4 -0
  83. package/dist/_dts/content-model/src/templates/editorState.d.ts +25 -0
  84. package/dist/_dts/core/src/csv-cells.d.ts +10 -0
  85. package/dist/_dts/core/src/csv-date-filter.d.ts +27 -0
  86. package/dist/_dts/core/src/csv-escape.d.ts +1 -0
  87. package/dist/_dts/core/src/csv-filename.d.ts +18 -0
  88. package/dist/_dts/core/src/csv-render.d.ts +4 -0
  89. package/dist/_dts/core/src/csv-types.d.ts +116 -0
  90. package/dist/_dts/core/src/currency-format.d.ts +4 -0
  91. package/dist/_dts/core/src/demo-capability-policy.d.ts +29 -0
  92. package/dist/_dts/core/src/demo-claim-access.d.ts +14 -0
  93. package/dist/_dts/core/src/demo-lifecycle-status.d.ts +11 -0
  94. package/dist/_dts/core/src/demo-runtime.d.ts +47 -0
  95. package/dist/_dts/core/src/duration.d.ts +14 -0
  96. package/dist/_dts/core/src/email-format.d.ts +10 -0
  97. package/dist/_dts/core/src/field-errors.d.ts +1 -0
  98. package/dist/_dts/core/src/form-submission-preview.d.ts +24 -0
  99. package/dist/_dts/core/src/index.d.ts +20 -0
  100. package/dist/_dts/core/src/number-input.d.ts +22 -0
  101. package/dist/_dts/core/src/public-url-validation.d.ts +12 -0
  102. package/dist/_dts/core/src/slug.d.ts +39 -0
  103. package/dist/_dts/core/src/string.d.ts +19 -0
  104. package/dist/_dts/core/src/uuid.d.ts +6 -0
  105. package/dist/_dts/db/src/schemas/forms.d.ts +50 -50
  106. package/dist/_dts/media-core/src/assetsInUseSummary.d.ts +34 -0
  107. package/dist/_dts/media-core/src/bulkDeletePlanning.d.ts +24 -0
  108. package/dist/_dts/media-core/src/canonicalCropReview.d.ts +66 -0
  109. package/dist/_dts/media-core/src/classifyAllPlanning.d.ts +48 -0
  110. package/dist/_dts/media-core/src/filename.d.ts +1 -0
  111. package/dist/_dts/media-core/src/index.d.ts +10 -0
  112. package/dist/_dts/media-core/src/mediaAssetUsageStatus.d.ts +47 -0
  113. package/dist/_dts/media-core/src/mediaSettingsState.d.ts +3 -0
  114. package/dist/_dts/media-core/src/portableMediaReferences.d.ts +38 -0
  115. package/dist/_dts/media-core/src/uploadVerificationContract.d.ts +28 -0
  116. package/dist/_dts/media-core/src/videoAssetRepair.d.ts +38 -0
  117. package/dist/_dts/media-editor/src/mediaEditorDebug.d.ts +1 -0
  118. package/dist/_dts/path-utils/src/index.d.ts +8 -0
  119. package/dist/_dts/path-utils/src/redirectPaths.d.ts +26 -0
  120. package/dist/_dts/path-utils/src/safeAppPath.d.ts +26 -0
  121. package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeButton.d.ts +2 -1
  122. package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeContext.d.ts +4 -0
  123. package/dist/_dts/preview-next/src/client/preview/previewDocumentFrame.d.ts +31 -0
  124. package/dist/_dts/sdk/src/client/error.d.ts +3 -0
  125. package/dist/_dts/sdk/src/client/index.d.ts +2 -2
  126. package/dist/_dts/sdk/src/client/types.d.ts +37 -19
  127. package/dist/_dts/sdk/src/contracts/theme.d.ts +1 -1
  128. package/dist/_dts/sdk/src/index.d.ts +2 -2
  129. package/dist/_dts/sdk/src/manifest/passes/pass1-fields.d.ts +16 -16
  130. package/dist/_dts/sdk/src/next/content-load-failure.d.ts +51 -0
  131. package/dist/_dts/sdk/src/next/index.d.ts +2 -1
  132. package/dist/_dts/sdk/src/next/types.d.ts +19 -0
  133. package/dist/_dts/sdk/src/portal/redirects.d.ts +1 -1
  134. package/dist/_dts/sdk/src/rendering/components/Layout.d.ts +2 -2
  135. package/dist/_dts/sdk/src/routing/index.d.ts +3 -2
  136. package/dist/_dts/sdk/src/routing/resolvePageContent.d.ts +71 -6
  137. package/dist/_dts/sdk/src/version.d.ts +1 -1
  138. package/dist/_dts/site-commands/src/commands.d.ts +12 -12
  139. package/dist/_dts/site-commands/src/index.d.ts +1 -0
  140. package/dist/_dts/site-commands/src/pagePaths.d.ts +6 -0
  141. package/dist/_dts/theme-core/src/accordions/siteStyleDefaults.d.ts +26 -0
  142. package/dist/_dts/theme-core/src/accordions/types.d.ts +1 -0
  143. package/dist/_dts/theme-core/src/blocks/vars/index.d.ts +1 -0
  144. package/dist/_dts/theme-core/src/fonts/index.d.ts +1 -0
  145. package/dist/_dts/theme-core/src/fonts/uploadFormat.d.ts +44 -0
  146. package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
  147. package/dist/_dts/theme-core/src/index.d.ts +3 -1
  148. package/dist/_dts/theme-core/src/mock-themes/all.d.ts +63 -51
  149. package/dist/_dts/theme-core/src/navigation/generateNavLinkCSS.d.ts +6 -1
  150. package/dist/_dts/theme-core/src/navigation/types.d.ts +12 -0
  151. package/dist/_dts/theme-core/src/palette/variants/types.d.ts +3 -3
  152. package/dist/_dts/theme-core/src/runtime/themeCssVarNames.d.ts +7 -0
  153. package/dist/_dts/theme-core/src/schema.d.ts +90 -48
  154. package/dist/_dts/theme-core/src/site-styles/appearancePresetCatalog.d.ts +214 -34
  155. package/dist/_dts/theme-core/src/site-styles/appearancePresetTypes.d.ts +5 -2
  156. package/dist/_dts/theme-core/src/site-styles/blockAppearancePresets.d.ts +214 -34
  157. package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +25 -1
  158. package/dist/_dts/theme-core/src/site-styles/designState.d.ts +35 -7
  159. package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +4 -4
  160. package/dist/_dts/theme-core/src/site-styles/headerLooks.d.ts +96 -34
  161. package/dist/_dts/theme-core/src/site-styles/rawStyleFields.d.ts +4 -2
  162. package/dist/_dts/theme-core/src/site-styles/runtimeCompiler.d.ts +9 -1
  163. package/dist/_dts/theme-core/src/site-styles/types.d.ts +27 -2
  164. package/dist/_dts/theme-core/src/siteChrome.d.ts +17 -34
  165. package/dist/_dts/theme-core/src/siteChromeOverlayClearance.d.ts +22 -0
  166. package/dist/_dts/theme-core/src/siteChromePlacement.d.ts +22 -0
  167. package/dist/_dts/theme-core/src/siteChromePlanning.d.ts +32 -0
  168. package/dist/_dts/theme-core/src/tokens/themeColorTokens.d.ts +2 -2
  169. package/dist/{chunk-EAWHBECW.mjs → chunk-F7RTCZYN.mjs} +229 -50
  170. package/dist/{chunk-GSQX43EZ.mjs → chunk-NIDXI46P.mjs} +22 -41
  171. package/dist/{chunk-WLQBJN2Z.mjs → chunk-OECWLDHN.mjs} +4538 -1911
  172. package/dist/{chunk-VX7B5VAC.mjs → chunk-SVMMM2NA.mjs} +8 -0
  173. package/dist/{chunk-6SMUFTXD.mjs → chunk-SXOLGNMX.mjs} +1 -1
  174. package/dist/{chunk-ANKDYZ2E.mjs → chunk-TXDES5P2.mjs} +2 -2
  175. package/dist/cli/index.mjs +2036 -594
  176. package/dist/client/{accordion-RZMQSYLR.mjs → accordion-EVDEOUPR.mjs} +2 -2
  177. package/dist/client/{bookingForm-NF4ASVNV.mjs → bookingForm-DIHBLC64.mjs} +27 -30
  178. package/dist/client/bookings.mjs +3707 -259
  179. package/dist/client/{carousel-LDX47ZIK.mjs → carousel-FEBQHIWI.mjs} +3 -4
  180. package/dist/client/{cart-RGXDS5F4.mjs → cart-7CKSXAE4.mjs} +8 -8
  181. package/dist/client/{checkout-P7WWSNNY.mjs → checkout-WKYCANLV.mjs} +8 -8
  182. package/dist/client/{chunk-JNC7CGHX.mjs → chunk-2SAVKN2M.mjs} +2 -2
  183. package/dist/client/{chunk-TQ5MSPDX.mjs → chunk-36WJCERQ.mjs} +1 -1
  184. package/dist/client/{chunk-R56FQ3RR.mjs → chunk-65F47D7Y.mjs} +280 -71
  185. package/dist/client/{chunk-L3DNHIJX.mjs → chunk-GUK2FPXQ.mjs} +23 -45
  186. package/dist/client/{chunk-PMAIXMAB.mjs → chunk-IVNCUVAV.mjs} +26 -21
  187. package/dist/client/{chunk-II7O4XN3.mjs → chunk-OFMSCGNY.mjs} +2 -2
  188. package/dist/client/chunk-PD6NBCEY.mjs +66 -0
  189. package/dist/client/{chunk-GMVTOKYG.mjs → chunk-RV6FX7UH.mjs} +510 -64
  190. package/dist/client/{chunk-E2TDNXCL.mjs → chunk-RZDWX7QW.mjs} +2 -1
  191. package/dist/client/{chunk-M3L3KYYR.mjs → chunk-UDNSI5PY.mjs} +12 -0
  192. package/dist/client/{chunk-JEZECJ3W.mjs → chunk-VPPMNXCF.mjs} +129 -3
  193. package/dist/client/{chunk-UFSWADAO.mjs → chunk-YDSEG6GZ.mjs} +5 -66
  194. package/dist/client/client.mjs +8983 -6152
  195. package/dist/client/{courseRegistration-7F65K5ZR.mjs → courseRegistration-5QF2PHKM.mjs} +14 -11
  196. package/dist/client/{eventCalendar-GLSC5KTL.mjs → eventCalendar-4ZOSETDU.mjs} +9 -9
  197. package/dist/client/{eventCombined-ZHK4WKUR.mjs → eventCombined-WQGU7JUX.mjs} +9 -9
  198. package/dist/client/{eventDetails-E3PJYBIN.mjs → eventDetails-AYWVUJ5Y.mjs} +9 -9
  199. package/dist/client/{eventListing-EMS3WC3E.mjs → eventListing-NT7C6UT5.mjs} +9 -9
  200. package/dist/client/{eventRegistration-NZOTVNPI.mjs → eventRegistration-OH24F4ZJ.mjs} +9 -9
  201. package/dist/client/{form-ETFZFATW.mjs → form-7L42SRBB.mjs} +6 -6
  202. package/dist/client/{headerSection-4LBP7ULT.mjs → headerSection-OZRZNZ52.mjs} +3 -3
  203. package/dist/client/hooks.mjs +1388 -427
  204. package/dist/client/{locationMap-5M655YSJ.mjs → locationMap-ZBXRPQ7C.mjs} +2 -2
  205. package/dist/client/{newsletterForm-QOUYW44O.mjs → newsletterForm-SNAGFF2I.mjs} +3 -3
  206. package/dist/client/{productDetail-O4DOCWQG.mjs → productDetail-I46BOFGV.mjs} +8 -8
  207. package/dist/client/{productList-A5RO5WIS.mjs → productList-BOYHTYI6.mjs} +8 -8
  208. package/dist/client/rendering/client.mjs +7090 -2645
  209. package/dist/client/rendering/islands.mjs +19 -19
  210. package/dist/client/rendering.mjs +7395 -4767
  211. package/dist/client/{shop-L4MZH4I2.mjs → shop-XTXPZTKR.mjs} +8 -8
  212. package/dist/preview-next/before-render.mjs +8 -0
  213. package/dist/preview-next/client/runtime.mjs +5 -5
  214. package/dist/preview-next/editor-chrome.css +10 -0
  215. package/dist/preview-next/middleware.mjs +8 -0
  216. package/dist/{sdk-runtime-Q6MTR4KL.mjs → sdk-runtime-ZJLKC6DR.mjs} +6 -6
  217. package/dist/server/components.mjs +4175 -2480
  218. package/dist/server/config-validation.mjs +1619 -658
  219. package/dist/server/config.mjs +1619 -658
  220. package/dist/server/data.mjs +1388 -427
  221. package/dist/server/index.mjs +488 -246
  222. package/dist/server/next.mjs +5607 -3354
  223. package/dist/server/page-converter.mjs +912 -259
  224. package/dist/server/prebuild.mjs +1 -1
  225. package/dist/server/rendering/server.mjs +4176 -2481
  226. package/dist/server/rendering.mjs +4194 -2486
  227. package/dist/server/routing.mjs +2078 -639
  228. package/dist/server/server.mjs +1886 -685
  229. package/dist/server/theme-bridge.mjs +4441 -1300
  230. package/dist/server/theme.mjs +89 -12
  231. package/dist/styles/index.css +1576 -1083
  232. package/package.json +2 -1
  233. package/dist/SdkPreviewModeRuntime-5FS5E6BI.mjs +0 -8
  234. package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/DiscountCodeSection.d.ts +0 -7
  235. package/dist/_dts/preview-next/src/client/widgets/PreviewMediaField.d.ts +0 -4
  236. package/dist/client/chunk-OJPZEZU2.mjs +0 -31
  237. package/dist/client/chunk-RTZ3JKKX.mjs +0 -178
@@ -117,7 +117,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
117
117
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
118
118
  searchThreshold?: number | undefined;
119
119
  renderInHeader?: boolean | undefined;
120
- intent?: "content" | "style" | "display" | "behavior" | undefined;
120
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
121
121
  } | undefined;
122
122
  source?: {
123
123
  kind: "static";
@@ -225,7 +225,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
225
225
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
226
226
  searchThreshold?: number | undefined;
227
227
  renderInHeader?: boolean | undefined;
228
- intent?: "content" | "style" | "display" | "behavior" | undefined;
228
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
229
229
  } | undefined;
230
230
  itemLabelSource?: string | undefined;
231
231
  maxItems?: number | undefined;
@@ -342,7 +342,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
342
342
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
343
343
  searchThreshold?: number | undefined;
344
344
  renderInHeader?: boolean | undefined;
345
- intent?: "content" | "style" | "display" | "behavior" | undefined;
345
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
346
346
  } | undefined;
347
347
  source?: {
348
348
  kind: "static";
@@ -455,7 +455,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
455
455
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
456
456
  searchThreshold?: number | undefined;
457
457
  renderInHeader?: boolean | undefined;
458
- intent?: "content" | "style" | "display" | "behavior" | undefined;
458
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
459
459
  } | undefined;
460
460
  maxLength?: number | undefined;
461
461
  } | {
@@ -560,7 +560,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
560
560
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
561
561
  searchThreshold?: number | undefined;
562
562
  renderInHeader?: boolean | undefined;
563
- intent?: "content" | "style" | "display" | "behavior" | undefined;
563
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
564
564
  } | undefined;
565
565
  } | {
566
566
  id: string;
@@ -665,7 +665,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
665
665
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
666
666
  searchThreshold?: number | undefined;
667
667
  renderInHeader?: boolean | undefined;
668
- intent?: "content" | "style" | "display" | "behavior" | undefined;
668
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
669
669
  } | undefined;
670
670
  aspectRatio?: string | undefined;
671
671
  } | {
@@ -771,7 +771,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
771
771
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
772
772
  searchThreshold?: number | undefined;
773
773
  renderInHeader?: boolean | undefined;
774
- intent?: "content" | "style" | "display" | "behavior" | undefined;
774
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
775
775
  } | undefined;
776
776
  } | {
777
777
  id: string;
@@ -875,7 +875,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
875
875
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
876
876
  searchThreshold?: number | undefined;
877
877
  renderInHeader?: boolean | undefined;
878
- intent?: "content" | "style" | "display" | "behavior" | undefined;
878
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
879
879
  } | undefined;
880
880
  } | {
881
881
  id: string;
@@ -979,7 +979,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
979
979
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
980
980
  searchThreshold?: number | undefined;
981
981
  renderInHeader?: boolean | undefined;
982
- intent?: "content" | "style" | "display" | "behavior" | undefined;
982
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
983
983
  } | undefined;
984
984
  } | {
985
985
  id: string;
@@ -1083,7 +1083,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
1083
1083
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
1084
1084
  searchThreshold?: number | undefined;
1085
1085
  renderInHeader?: boolean | undefined;
1086
- intent?: "content" | "style" | "display" | "behavior" | undefined;
1086
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
1087
1087
  } | undefined;
1088
1088
  } | {
1089
1089
  id: string;
@@ -1187,7 +1187,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
1187
1187
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
1188
1188
  searchThreshold?: number | undefined;
1189
1189
  renderInHeader?: boolean | undefined;
1190
- intent?: "content" | "style" | "display" | "behavior" | undefined;
1190
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
1191
1191
  } | undefined;
1192
1192
  } | {
1193
1193
  id: string;
@@ -1291,7 +1291,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
1291
1291
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
1292
1292
  searchThreshold?: number | undefined;
1293
1293
  renderInHeader?: boolean | undefined;
1294
- intent?: "content" | "style" | "display" | "behavior" | undefined;
1294
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
1295
1295
  } | undefined;
1296
1296
  sourceFieldId?: string | undefined;
1297
1297
  statusFieldId?: string | undefined;
@@ -1399,7 +1399,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
1399
1399
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
1400
1400
  searchThreshold?: number | undefined;
1401
1401
  renderInHeader?: boolean | undefined;
1402
- intent?: "content" | "style" | "display" | "behavior" | undefined;
1402
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
1403
1403
  } | undefined;
1404
1404
  } | {
1405
1405
  id: string;
@@ -1503,7 +1503,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
1503
1503
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
1504
1504
  searchThreshold?: number | undefined;
1505
1505
  renderInHeader?: boolean | undefined;
1506
- intent?: "content" | "style" | "display" | "behavior" | undefined;
1506
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
1507
1507
  } | undefined;
1508
1508
  } | {
1509
1509
  id: string;
@@ -1609,7 +1609,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
1609
1609
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
1610
1610
  searchThreshold?: number | undefined;
1611
1611
  renderInHeader?: boolean | undefined;
1612
- intent?: "content" | "style" | "display" | "behavior" | undefined;
1612
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
1613
1613
  } | undefined;
1614
1614
  } | {
1615
1615
  id: string;
@@ -1713,7 +1713,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
1713
1713
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
1714
1714
  searchThreshold?: number | undefined;
1715
1715
  renderInHeader?: boolean | undefined;
1716
- intent?: "content" | "style" | "display" | "behavior" | undefined;
1716
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
1717
1717
  } | undefined;
1718
1718
  min?: number | undefined;
1719
1719
  max?: number | undefined;
@@ -1833,7 +1833,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
1833
1833
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
1834
1834
  searchThreshold?: number | undefined;
1835
1835
  renderInHeader?: boolean | undefined;
1836
- intent?: "content" | "style" | "display" | "behavior" | undefined;
1836
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
1837
1837
  } | undefined;
1838
1838
  source?: {
1839
1839
  kind: "static";
@@ -1946,7 +1946,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
1946
1946
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
1947
1947
  searchThreshold?: number | undefined;
1948
1948
  renderInHeader?: boolean | undefined;
1949
- intent?: "content" | "style" | "display" | "behavior" | undefined;
1949
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
1950
1950
  } | undefined;
1951
1951
  maxLength?: number | undefined;
1952
1952
  } | {
@@ -2051,7 +2051,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
2051
2051
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
2052
2052
  searchThreshold?: number | undefined;
2053
2053
  renderInHeader?: boolean | undefined;
2054
- intent?: "content" | "style" | "display" | "behavior" | undefined;
2054
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
2055
2055
  } | undefined;
2056
2056
  } | {
2057
2057
  id: string;
@@ -2156,7 +2156,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
2156
2156
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
2157
2157
  searchThreshold?: number | undefined;
2158
2158
  renderInHeader?: boolean | undefined;
2159
- intent?: "content" | "style" | "display" | "behavior" | undefined;
2159
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
2160
2160
  } | undefined;
2161
2161
  aspectRatio?: string | undefined;
2162
2162
  } | {
@@ -2262,7 +2262,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
2262
2262
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
2263
2263
  searchThreshold?: number | undefined;
2264
2264
  renderInHeader?: boolean | undefined;
2265
- intent?: "content" | "style" | "display" | "behavior" | undefined;
2265
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
2266
2266
  } | undefined;
2267
2267
  } | {
2268
2268
  id: string;
@@ -2366,7 +2366,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
2366
2366
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
2367
2367
  searchThreshold?: number | undefined;
2368
2368
  renderInHeader?: boolean | undefined;
2369
- intent?: "content" | "style" | "display" | "behavior" | undefined;
2369
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
2370
2370
  } | undefined;
2371
2371
  } | {
2372
2372
  id: string;
@@ -2470,7 +2470,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
2470
2470
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
2471
2471
  searchThreshold?: number | undefined;
2472
2472
  renderInHeader?: boolean | undefined;
2473
- intent?: "content" | "style" | "display" | "behavior" | undefined;
2473
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
2474
2474
  } | undefined;
2475
2475
  } | {
2476
2476
  id: string;
@@ -2574,7 +2574,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
2574
2574
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
2575
2575
  searchThreshold?: number | undefined;
2576
2576
  renderInHeader?: boolean | undefined;
2577
- intent?: "content" | "style" | "display" | "behavior" | undefined;
2577
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
2578
2578
  } | undefined;
2579
2579
  } | {
2580
2580
  id: string;
@@ -2678,7 +2678,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
2678
2678
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
2679
2679
  searchThreshold?: number | undefined;
2680
2680
  renderInHeader?: boolean | undefined;
2681
- intent?: "content" | "style" | "display" | "behavior" | undefined;
2681
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
2682
2682
  } | undefined;
2683
2683
  } | {
2684
2684
  id: string;
@@ -2782,7 +2782,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
2782
2782
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
2783
2783
  searchThreshold?: number | undefined;
2784
2784
  renderInHeader?: boolean | undefined;
2785
- intent?: "content" | "style" | "display" | "behavior" | undefined;
2785
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
2786
2786
  } | undefined;
2787
2787
  sourceFieldId?: string | undefined;
2788
2788
  statusFieldId?: string | undefined;
@@ -2890,7 +2890,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
2890
2890
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
2891
2891
  searchThreshold?: number | undefined;
2892
2892
  renderInHeader?: boolean | undefined;
2893
- intent?: "content" | "style" | "display" | "behavior" | undefined;
2893
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
2894
2894
  } | undefined;
2895
2895
  } | {
2896
2896
  id: string;
@@ -2994,7 +2994,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
2994
2994
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
2995
2995
  searchThreshold?: number | undefined;
2996
2996
  renderInHeader?: boolean | undefined;
2997
- intent?: "content" | "style" | "display" | "behavior" | undefined;
2997
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
2998
2998
  } | undefined;
2999
2999
  } | {
3000
3000
  id: string;
@@ -3100,7 +3100,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
3100
3100
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
3101
3101
  searchThreshold?: number | undefined;
3102
3102
  renderInHeader?: boolean | undefined;
3103
- intent?: "content" | "style" | "display" | "behavior" | undefined;
3103
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
3104
3104
  } | undefined;
3105
3105
  } | {
3106
3106
  id: string;
@@ -3204,7 +3204,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
3204
3204
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
3205
3205
  searchThreshold?: number | undefined;
3206
3206
  renderInHeader?: boolean | undefined;
3207
- intent?: "content" | "style" | "display" | "behavior" | undefined;
3207
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
3208
3208
  } | undefined;
3209
3209
  min?: number | undefined;
3210
3210
  max?: number | undefined;
@@ -3326,7 +3326,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
3326
3326
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
3327
3327
  searchThreshold?: number | undefined;
3328
3328
  renderInHeader?: boolean | undefined;
3329
- intent?: "content" | "style" | "display" | "behavior" | undefined;
3329
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
3330
3330
  } | undefined;
3331
3331
  source?: {
3332
3332
  kind: "static";
@@ -3439,7 +3439,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
3439
3439
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
3440
3440
  searchThreshold?: number | undefined;
3441
3441
  renderInHeader?: boolean | undefined;
3442
- intent?: "content" | "style" | "display" | "behavior" | undefined;
3442
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
3443
3443
  } | undefined;
3444
3444
  maxLength?: number | undefined;
3445
3445
  } | {
@@ -3544,7 +3544,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
3544
3544
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
3545
3545
  searchThreshold?: number | undefined;
3546
3546
  renderInHeader?: boolean | undefined;
3547
- intent?: "content" | "style" | "display" | "behavior" | undefined;
3547
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
3548
3548
  } | undefined;
3549
3549
  } | {
3550
3550
  id: string;
@@ -3649,7 +3649,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
3649
3649
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
3650
3650
  searchThreshold?: number | undefined;
3651
3651
  renderInHeader?: boolean | undefined;
3652
- intent?: "content" | "style" | "display" | "behavior" | undefined;
3652
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
3653
3653
  } | undefined;
3654
3654
  aspectRatio?: string | undefined;
3655
3655
  } | {
@@ -3755,7 +3755,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
3755
3755
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
3756
3756
  searchThreshold?: number | undefined;
3757
3757
  renderInHeader?: boolean | undefined;
3758
- intent?: "content" | "style" | "display" | "behavior" | undefined;
3758
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
3759
3759
  } | undefined;
3760
3760
  } | {
3761
3761
  id: string;
@@ -3859,7 +3859,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
3859
3859
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
3860
3860
  searchThreshold?: number | undefined;
3861
3861
  renderInHeader?: boolean | undefined;
3862
- intent?: "content" | "style" | "display" | "behavior" | undefined;
3862
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
3863
3863
  } | undefined;
3864
3864
  } | {
3865
3865
  id: string;
@@ -3963,7 +3963,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
3963
3963
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
3964
3964
  searchThreshold?: number | undefined;
3965
3965
  renderInHeader?: boolean | undefined;
3966
- intent?: "content" | "style" | "display" | "behavior" | undefined;
3966
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
3967
3967
  } | undefined;
3968
3968
  } | {
3969
3969
  id: string;
@@ -4067,7 +4067,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
4067
4067
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
4068
4068
  searchThreshold?: number | undefined;
4069
4069
  renderInHeader?: boolean | undefined;
4070
- intent?: "content" | "style" | "display" | "behavior" | undefined;
4070
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
4071
4071
  } | undefined;
4072
4072
  } | {
4073
4073
  id: string;
@@ -4171,7 +4171,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
4171
4171
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
4172
4172
  searchThreshold?: number | undefined;
4173
4173
  renderInHeader?: boolean | undefined;
4174
- intent?: "content" | "style" | "display" | "behavior" | undefined;
4174
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
4175
4175
  } | undefined;
4176
4176
  } | {
4177
4177
  id: string;
@@ -4275,7 +4275,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
4275
4275
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
4276
4276
  searchThreshold?: number | undefined;
4277
4277
  renderInHeader?: boolean | undefined;
4278
- intent?: "content" | "style" | "display" | "behavior" | undefined;
4278
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
4279
4279
  } | undefined;
4280
4280
  sourceFieldId?: string | undefined;
4281
4281
  statusFieldId?: string | undefined;
@@ -4383,7 +4383,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
4383
4383
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
4384
4384
  searchThreshold?: number | undefined;
4385
4385
  renderInHeader?: boolean | undefined;
4386
- intent?: "content" | "style" | "display" | "behavior" | undefined;
4386
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
4387
4387
  } | undefined;
4388
4388
  } | {
4389
4389
  id: string;
@@ -4487,7 +4487,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
4487
4487
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
4488
4488
  searchThreshold?: number | undefined;
4489
4489
  renderInHeader?: boolean | undefined;
4490
- intent?: "content" | "style" | "display" | "behavior" | undefined;
4490
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
4491
4491
  } | undefined;
4492
4492
  } | {
4493
4493
  id: string;
@@ -4593,7 +4593,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
4593
4593
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
4594
4594
  searchThreshold?: number | undefined;
4595
4595
  renderInHeader?: boolean | undefined;
4596
- intent?: "content" | "style" | "display" | "behavior" | undefined;
4596
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
4597
4597
  } | undefined;
4598
4598
  } | {
4599
4599
  id: string;
@@ -4697,7 +4697,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
4697
4697
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
4698
4698
  searchThreshold?: number | undefined;
4699
4699
  renderInHeader?: boolean | undefined;
4700
- intent?: "content" | "style" | "display" | "behavior" | undefined;
4700
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
4701
4701
  } | undefined;
4702
4702
  min?: number | undefined;
4703
4703
  max?: number | undefined;
@@ -4808,7 +4808,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
4808
4808
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
4809
4809
  searchThreshold?: number | undefined;
4810
4810
  renderInHeader?: boolean | undefined;
4811
- intent?: "content" | "style" | "display" | "behavior" | undefined;
4811
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
4812
4812
  } | undefined;
4813
4813
  customInput?: {
4814
4814
  placeholder?: string | undefined;
@@ -4918,7 +4918,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
4918
4918
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
4919
4919
  searchThreshold?: number | undefined;
4920
4920
  renderInHeader?: boolean | undefined;
4921
- intent?: "content" | "style" | "display" | "behavior" | undefined;
4921
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
4922
4922
  } | undefined;
4923
4923
  } | {
4924
4924
  id: string;
@@ -5022,7 +5022,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
5022
5022
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
5023
5023
  searchThreshold?: number | undefined;
5024
5024
  renderInHeader?: boolean | undefined;
5025
- intent?: "content" | "style" | "display" | "behavior" | undefined;
5025
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
5026
5026
  } | undefined;
5027
5027
  fixedContentType?: string | undefined;
5028
5028
  contentTypeField?: string | undefined;
@@ -5129,7 +5129,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
5129
5129
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
5130
5130
  searchThreshold?: number | undefined;
5131
5131
  renderInHeader?: boolean | undefined;
5132
- intent?: "content" | "style" | "display" | "behavior" | undefined;
5132
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
5133
5133
  } | undefined;
5134
5134
  activeTabField?: string | undefined;
5135
5135
  } | {
@@ -5238,7 +5238,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
5238
5238
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
5239
5239
  searchThreshold?: number | undefined;
5240
5240
  renderInHeader?: boolean | undefined;
5241
- intent?: "content" | "style" | "display" | "behavior" | undefined;
5241
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
5242
5242
  } | undefined;
5243
5243
  customInput?: {
5244
5244
  placeholder?: string | undefined;
@@ -5348,7 +5348,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
5348
5348
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
5349
5349
  searchThreshold?: number | undefined;
5350
5350
  renderInHeader?: boolean | undefined;
5351
- intent?: "content" | "style" | "display" | "behavior" | undefined;
5351
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
5352
5352
  } | undefined;
5353
5353
  } | {
5354
5354
  id: string;
@@ -5452,7 +5452,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
5452
5452
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
5453
5453
  searchThreshold?: number | undefined;
5454
5454
  renderInHeader?: boolean | undefined;
5455
- intent?: "content" | "style" | "display" | "behavior" | undefined;
5455
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
5456
5456
  } | undefined;
5457
5457
  fixedContentType?: string | undefined;
5458
5458
  contentTypeField?: string | undefined;
@@ -5556,7 +5556,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
5556
5556
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
5557
5557
  searchThreshold?: number | undefined;
5558
5558
  renderInHeader?: boolean | undefined;
5559
- intent?: "content" | "style" | "display" | "behavior" | undefined;
5559
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
5560
5560
  } | undefined;
5561
5561
  } | /*elided*/ any | {
5562
5562
  id: string;
@@ -5675,7 +5675,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
5675
5675
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
5676
5676
  searchThreshold?: number | undefined;
5677
5677
  renderInHeader?: boolean | undefined;
5678
- intent?: "content" | "style" | "display" | "behavior" | undefined;
5678
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
5679
5679
  } | undefined;
5680
5680
  source?: {
5681
5681
  kind: "static";
@@ -5788,7 +5788,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
5788
5788
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
5789
5789
  searchThreshold?: number | undefined;
5790
5790
  renderInHeader?: boolean | undefined;
5791
- intent?: "content" | "style" | "display" | "behavior" | undefined;
5791
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
5792
5792
  } | undefined;
5793
5793
  maxLength?: number | undefined;
5794
5794
  } | {
@@ -5893,7 +5893,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
5893
5893
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
5894
5894
  searchThreshold?: number | undefined;
5895
5895
  renderInHeader?: boolean | undefined;
5896
- intent?: "content" | "style" | "display" | "behavior" | undefined;
5896
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
5897
5897
  } | undefined;
5898
5898
  } | {
5899
5899
  id: string;
@@ -5998,7 +5998,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
5998
5998
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
5999
5999
  searchThreshold?: number | undefined;
6000
6000
  renderInHeader?: boolean | undefined;
6001
- intent?: "content" | "style" | "display" | "behavior" | undefined;
6001
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
6002
6002
  } | undefined;
6003
6003
  aspectRatio?: string | undefined;
6004
6004
  } | {
@@ -6104,7 +6104,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
6104
6104
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
6105
6105
  searchThreshold?: number | undefined;
6106
6106
  renderInHeader?: boolean | undefined;
6107
- intent?: "content" | "style" | "display" | "behavior" | undefined;
6107
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
6108
6108
  } | undefined;
6109
6109
  } | {
6110
6110
  id: string;
@@ -6208,7 +6208,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
6208
6208
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
6209
6209
  searchThreshold?: number | undefined;
6210
6210
  renderInHeader?: boolean | undefined;
6211
- intent?: "content" | "style" | "display" | "behavior" | undefined;
6211
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
6212
6212
  } | undefined;
6213
6213
  } | {
6214
6214
  id: string;
@@ -6312,7 +6312,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
6312
6312
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
6313
6313
  searchThreshold?: number | undefined;
6314
6314
  renderInHeader?: boolean | undefined;
6315
- intent?: "content" | "style" | "display" | "behavior" | undefined;
6315
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
6316
6316
  } | undefined;
6317
6317
  } | {
6318
6318
  id: string;
@@ -6416,7 +6416,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
6416
6416
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
6417
6417
  searchThreshold?: number | undefined;
6418
6418
  renderInHeader?: boolean | undefined;
6419
- intent?: "content" | "style" | "display" | "behavior" | undefined;
6419
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
6420
6420
  } | undefined;
6421
6421
  } | {
6422
6422
  id: string;
@@ -6520,7 +6520,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
6520
6520
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
6521
6521
  searchThreshold?: number | undefined;
6522
6522
  renderInHeader?: boolean | undefined;
6523
- intent?: "content" | "style" | "display" | "behavior" | undefined;
6523
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
6524
6524
  } | undefined;
6525
6525
  } | {
6526
6526
  id: string;
@@ -6624,7 +6624,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
6624
6624
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
6625
6625
  searchThreshold?: number | undefined;
6626
6626
  renderInHeader?: boolean | undefined;
6627
- intent?: "content" | "style" | "display" | "behavior" | undefined;
6627
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
6628
6628
  } | undefined;
6629
6629
  sourceFieldId?: string | undefined;
6630
6630
  statusFieldId?: string | undefined;
@@ -6732,7 +6732,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
6732
6732
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
6733
6733
  searchThreshold?: number | undefined;
6734
6734
  renderInHeader?: boolean | undefined;
6735
- intent?: "content" | "style" | "display" | "behavior" | undefined;
6735
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
6736
6736
  } | undefined;
6737
6737
  } | {
6738
6738
  id: string;
@@ -6836,7 +6836,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
6836
6836
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
6837
6837
  searchThreshold?: number | undefined;
6838
6838
  renderInHeader?: boolean | undefined;
6839
- intent?: "content" | "style" | "display" | "behavior" | undefined;
6839
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
6840
6840
  } | undefined;
6841
6841
  } | {
6842
6842
  id: string;
@@ -6942,7 +6942,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
6942
6942
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
6943
6943
  searchThreshold?: number | undefined;
6944
6944
  renderInHeader?: boolean | undefined;
6945
- intent?: "content" | "style" | "display" | "behavior" | undefined;
6945
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
6946
6946
  } | undefined;
6947
6947
  } | {
6948
6948
  id: string;
@@ -7046,7 +7046,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
7046
7046
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
7047
7047
  searchThreshold?: number | undefined;
7048
7048
  renderInHeader?: boolean | undefined;
7049
- intent?: "content" | "style" | "display" | "behavior" | undefined;
7049
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
7050
7050
  } | undefined;
7051
7051
  min?: number | undefined;
7052
7052
  max?: number | undefined;
@@ -7166,7 +7166,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
7166
7166
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
7167
7167
  searchThreshold?: number | undefined;
7168
7168
  renderInHeader?: boolean | undefined;
7169
- intent?: "content" | "style" | "display" | "behavior" | undefined;
7169
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
7170
7170
  } | undefined;
7171
7171
  source?: {
7172
7172
  kind: "static";
@@ -7279,7 +7279,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
7279
7279
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
7280
7280
  searchThreshold?: number | undefined;
7281
7281
  renderInHeader?: boolean | undefined;
7282
- intent?: "content" | "style" | "display" | "behavior" | undefined;
7282
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
7283
7283
  } | undefined;
7284
7284
  maxLength?: number | undefined;
7285
7285
  } | {
@@ -7384,7 +7384,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
7384
7384
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
7385
7385
  searchThreshold?: number | undefined;
7386
7386
  renderInHeader?: boolean | undefined;
7387
- intent?: "content" | "style" | "display" | "behavior" | undefined;
7387
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
7388
7388
  } | undefined;
7389
7389
  } | {
7390
7390
  id: string;
@@ -7489,7 +7489,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
7489
7489
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
7490
7490
  searchThreshold?: number | undefined;
7491
7491
  renderInHeader?: boolean | undefined;
7492
- intent?: "content" | "style" | "display" | "behavior" | undefined;
7492
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
7493
7493
  } | undefined;
7494
7494
  aspectRatio?: string | undefined;
7495
7495
  } | {
@@ -7595,7 +7595,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
7595
7595
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
7596
7596
  searchThreshold?: number | undefined;
7597
7597
  renderInHeader?: boolean | undefined;
7598
- intent?: "content" | "style" | "display" | "behavior" | undefined;
7598
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
7599
7599
  } | undefined;
7600
7600
  } | {
7601
7601
  id: string;
@@ -7699,7 +7699,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
7699
7699
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
7700
7700
  searchThreshold?: number | undefined;
7701
7701
  renderInHeader?: boolean | undefined;
7702
- intent?: "content" | "style" | "display" | "behavior" | undefined;
7702
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
7703
7703
  } | undefined;
7704
7704
  } | {
7705
7705
  id: string;
@@ -7803,7 +7803,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
7803
7803
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
7804
7804
  searchThreshold?: number | undefined;
7805
7805
  renderInHeader?: boolean | undefined;
7806
- intent?: "content" | "style" | "display" | "behavior" | undefined;
7806
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
7807
7807
  } | undefined;
7808
7808
  } | {
7809
7809
  id: string;
@@ -7907,7 +7907,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
7907
7907
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
7908
7908
  searchThreshold?: number | undefined;
7909
7909
  renderInHeader?: boolean | undefined;
7910
- intent?: "content" | "style" | "display" | "behavior" | undefined;
7910
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
7911
7911
  } | undefined;
7912
7912
  } | {
7913
7913
  id: string;
@@ -8011,7 +8011,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
8011
8011
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
8012
8012
  searchThreshold?: number | undefined;
8013
8013
  renderInHeader?: boolean | undefined;
8014
- intent?: "content" | "style" | "display" | "behavior" | undefined;
8014
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
8015
8015
  } | undefined;
8016
8016
  } | {
8017
8017
  id: string;
@@ -8115,7 +8115,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
8115
8115
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
8116
8116
  searchThreshold?: number | undefined;
8117
8117
  renderInHeader?: boolean | undefined;
8118
- intent?: "content" | "style" | "display" | "behavior" | undefined;
8118
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
8119
8119
  } | undefined;
8120
8120
  sourceFieldId?: string | undefined;
8121
8121
  statusFieldId?: string | undefined;
@@ -8223,7 +8223,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
8223
8223
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
8224
8224
  searchThreshold?: number | undefined;
8225
8225
  renderInHeader?: boolean | undefined;
8226
- intent?: "content" | "style" | "display" | "behavior" | undefined;
8226
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
8227
8227
  } | undefined;
8228
8228
  } | {
8229
8229
  id: string;
@@ -8327,7 +8327,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
8327
8327
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
8328
8328
  searchThreshold?: number | undefined;
8329
8329
  renderInHeader?: boolean | undefined;
8330
- intent?: "content" | "style" | "display" | "behavior" | undefined;
8330
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
8331
8331
  } | undefined;
8332
8332
  } | {
8333
8333
  id: string;
@@ -8433,7 +8433,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
8433
8433
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
8434
8434
  searchThreshold?: number | undefined;
8435
8435
  renderInHeader?: boolean | undefined;
8436
- intent?: "content" | "style" | "display" | "behavior" | undefined;
8436
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
8437
8437
  } | undefined;
8438
8438
  } | {
8439
8439
  id: string;
@@ -8537,7 +8537,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
8537
8537
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
8538
8538
  searchThreshold?: number | undefined;
8539
8539
  renderInHeader?: boolean | undefined;
8540
- intent?: "content" | "style" | "display" | "behavior" | undefined;
8540
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
8541
8541
  } | undefined;
8542
8542
  min?: number | undefined;
8543
8543
  max?: number | undefined;
@@ -8648,7 +8648,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
8648
8648
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
8649
8649
  searchThreshold?: number | undefined;
8650
8650
  renderInHeader?: boolean | undefined;
8651
- intent?: "content" | "style" | "display" | "behavior" | undefined;
8651
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
8652
8652
  } | undefined;
8653
8653
  customInput?: {
8654
8654
  placeholder?: string | undefined;
@@ -8758,7 +8758,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
8758
8758
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
8759
8759
  searchThreshold?: number | undefined;
8760
8760
  renderInHeader?: boolean | undefined;
8761
- intent?: "content" | "style" | "display" | "behavior" | undefined;
8761
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
8762
8762
  } | undefined;
8763
8763
  } | {
8764
8764
  id: string;
@@ -8862,7 +8862,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
8862
8862
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
8863
8863
  searchThreshold?: number | undefined;
8864
8864
  renderInHeader?: boolean | undefined;
8865
- intent?: "content" | "style" | "display" | "behavior" | undefined;
8865
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
8866
8866
  } | undefined;
8867
8867
  fixedContentType?: string | undefined;
8868
8868
  contentTypeField?: string | undefined;
@@ -8966,7 +8966,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
8966
8966
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
8967
8967
  searchThreshold?: number | undefined;
8968
8968
  renderInHeader?: boolean | undefined;
8969
- intent?: "content" | "style" | "display" | "behavior" | undefined;
8969
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
8970
8970
  } | undefined;
8971
8971
  } | /*elided*/ any | /*elided*/ any | {
8972
8972
  id: string;
@@ -9074,7 +9074,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
9074
9074
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
9075
9075
  searchThreshold?: number | undefined;
9076
9076
  renderInHeader?: boolean | undefined;
9077
- intent?: "content" | "style" | "display" | "behavior" | undefined;
9077
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
9078
9078
  } | undefined;
9079
9079
  customInput?: {
9080
9080
  placeholder?: string | undefined;
@@ -9184,7 +9184,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
9184
9184
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
9185
9185
  searchThreshold?: number | undefined;
9186
9186
  renderInHeader?: boolean | undefined;
9187
- intent?: "content" | "style" | "display" | "behavior" | undefined;
9187
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
9188
9188
  } | undefined;
9189
9189
  } | {
9190
9190
  id: string;
@@ -9288,7 +9288,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
9288
9288
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
9289
9289
  searchThreshold?: number | undefined;
9290
9290
  renderInHeader?: boolean | undefined;
9291
- intent?: "content" | "style" | "display" | "behavior" | undefined;
9291
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
9292
9292
  } | undefined;
9293
9293
  fixedContentType?: string | undefined;
9294
9294
  contentTypeField?: string | undefined;
@@ -9395,7 +9395,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
9395
9395
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
9396
9396
  searchThreshold?: number | undefined;
9397
9397
  renderInHeader?: boolean | undefined;
9398
- intent?: "content" | "style" | "display" | "behavior" | undefined;
9398
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
9399
9399
  } | undefined;
9400
9400
  activeTabField?: string | undefined;
9401
9401
  } | {
@@ -9504,7 +9504,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
9504
9504
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
9505
9505
  searchThreshold?: number | undefined;
9506
9506
  renderInHeader?: boolean | undefined;
9507
- intent?: "content" | "style" | "display" | "behavior" | undefined;
9507
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
9508
9508
  } | undefined;
9509
9509
  customInput?: {
9510
9510
  placeholder?: string | undefined;
@@ -9614,7 +9614,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
9614
9614
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
9615
9615
  searchThreshold?: number | undefined;
9616
9616
  renderInHeader?: boolean | undefined;
9617
- intent?: "content" | "style" | "display" | "behavior" | undefined;
9617
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
9618
9618
  } | undefined;
9619
9619
  } | {
9620
9620
  id: string;
@@ -9718,7 +9718,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
9718
9718
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
9719
9719
  searchThreshold?: number | undefined;
9720
9720
  renderInHeader?: boolean | undefined;
9721
- intent?: "content" | "style" | "display" | "behavior" | undefined;
9721
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
9722
9722
  } | undefined;
9723
9723
  fixedContentType?: string | undefined;
9724
9724
  contentTypeField?: string | undefined;
@@ -9829,7 +9829,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
9829
9829
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
9830
9830
  searchThreshold?: number | undefined;
9831
9831
  renderInHeader?: boolean | undefined;
9832
- intent?: "content" | "style" | "display" | "behavior" | undefined;
9832
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
9833
9833
  } | undefined;
9834
9834
  maxLength?: number | undefined;
9835
9835
  } | {
@@ -9934,7 +9934,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
9934
9934
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
9935
9935
  searchThreshold?: number | undefined;
9936
9936
  renderInHeader?: boolean | undefined;
9937
- intent?: "content" | "style" | "display" | "behavior" | undefined;
9937
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
9938
9938
  } | undefined;
9939
9939
  } | {
9940
9940
  id: string;
@@ -10039,7 +10039,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
10039
10039
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
10040
10040
  searchThreshold?: number | undefined;
10041
10041
  renderInHeader?: boolean | undefined;
10042
- intent?: "content" | "style" | "display" | "behavior" | undefined;
10042
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
10043
10043
  } | undefined;
10044
10044
  aspectRatio?: string | undefined;
10045
10045
  } | {
@@ -10145,7 +10145,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
10145
10145
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
10146
10146
  searchThreshold?: number | undefined;
10147
10147
  renderInHeader?: boolean | undefined;
10148
- intent?: "content" | "style" | "display" | "behavior" | undefined;
10148
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
10149
10149
  } | undefined;
10150
10150
  } | {
10151
10151
  id: string;
@@ -10249,7 +10249,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
10249
10249
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
10250
10250
  searchThreshold?: number | undefined;
10251
10251
  renderInHeader?: boolean | undefined;
10252
- intent?: "content" | "style" | "display" | "behavior" | undefined;
10252
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
10253
10253
  } | undefined;
10254
10254
  } | {
10255
10255
  id: string;
@@ -10353,7 +10353,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
10353
10353
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
10354
10354
  searchThreshold?: number | undefined;
10355
10355
  renderInHeader?: boolean | undefined;
10356
- intent?: "content" | "style" | "display" | "behavior" | undefined;
10356
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
10357
10357
  } | undefined;
10358
10358
  } | {
10359
10359
  id: string;
@@ -10457,7 +10457,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
10457
10457
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
10458
10458
  searchThreshold?: number | undefined;
10459
10459
  renderInHeader?: boolean | undefined;
10460
- intent?: "content" | "style" | "display" | "behavior" | undefined;
10460
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
10461
10461
  } | undefined;
10462
10462
  } | {
10463
10463
  id: string;
@@ -10561,7 +10561,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
10561
10561
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
10562
10562
  searchThreshold?: number | undefined;
10563
10563
  renderInHeader?: boolean | undefined;
10564
- intent?: "content" | "style" | "display" | "behavior" | undefined;
10564
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
10565
10565
  } | undefined;
10566
10566
  } | {
10567
10567
  id: string;
@@ -10665,7 +10665,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
10665
10665
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
10666
10666
  searchThreshold?: number | undefined;
10667
10667
  renderInHeader?: boolean | undefined;
10668
- intent?: "content" | "style" | "display" | "behavior" | undefined;
10668
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
10669
10669
  } | undefined;
10670
10670
  sourceFieldId?: string | undefined;
10671
10671
  statusFieldId?: string | undefined;
@@ -10773,7 +10773,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
10773
10773
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
10774
10774
  searchThreshold?: number | undefined;
10775
10775
  renderInHeader?: boolean | undefined;
10776
- intent?: "content" | "style" | "display" | "behavior" | undefined;
10776
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
10777
10777
  } | undefined;
10778
10778
  } | {
10779
10779
  id: string;
@@ -10877,7 +10877,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
10877
10877
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
10878
10878
  searchThreshold?: number | undefined;
10879
10879
  renderInHeader?: boolean | undefined;
10880
- intent?: "content" | "style" | "display" | "behavior" | undefined;
10880
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
10881
10881
  } | undefined;
10882
10882
  } | {
10883
10883
  id: string;
@@ -10983,7 +10983,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
10983
10983
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
10984
10984
  searchThreshold?: number | undefined;
10985
10985
  renderInHeader?: boolean | undefined;
10986
- intent?: "content" | "style" | "display" | "behavior" | undefined;
10986
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
10987
10987
  } | undefined;
10988
10988
  } | {
10989
10989
  id: string;
@@ -11087,7 +11087,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
11087
11087
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
11088
11088
  searchThreshold?: number | undefined;
11089
11089
  renderInHeader?: boolean | undefined;
11090
- intent?: "content" | "style" | "display" | "behavior" | undefined;
11090
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
11091
11091
  } | undefined;
11092
11092
  min?: number | undefined;
11093
11093
  max?: number | undefined;
@@ -11207,7 +11207,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
11207
11207
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
11208
11208
  searchThreshold?: number | undefined;
11209
11209
  renderInHeader?: boolean | undefined;
11210
- intent?: "content" | "style" | "display" | "behavior" | undefined;
11210
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
11211
11211
  } | undefined;
11212
11212
  source?: {
11213
11213
  kind: "static";
@@ -11315,7 +11315,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
11315
11315
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
11316
11316
  searchThreshold?: number | undefined;
11317
11317
  renderInHeader?: boolean | undefined;
11318
- intent?: "content" | "style" | "display" | "behavior" | undefined;
11318
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
11319
11319
  } | undefined;
11320
11320
  itemLabelSource?: string | undefined;
11321
11321
  maxItems?: number | undefined;
@@ -11432,7 +11432,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
11432
11432
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
11433
11433
  searchThreshold?: number | undefined;
11434
11434
  renderInHeader?: boolean | undefined;
11435
- intent?: "content" | "style" | "display" | "behavior" | undefined;
11435
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
11436
11436
  } | undefined;
11437
11437
  source?: {
11438
11438
  kind: "static";
@@ -11545,7 +11545,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
11545
11545
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
11546
11546
  searchThreshold?: number | undefined;
11547
11547
  renderInHeader?: boolean | undefined;
11548
- intent?: "content" | "style" | "display" | "behavior" | undefined;
11548
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
11549
11549
  } | undefined;
11550
11550
  maxLength?: number | undefined;
11551
11551
  } | {
@@ -11650,7 +11650,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
11650
11650
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
11651
11651
  searchThreshold?: number | undefined;
11652
11652
  renderInHeader?: boolean | undefined;
11653
- intent?: "content" | "style" | "display" | "behavior" | undefined;
11653
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
11654
11654
  } | undefined;
11655
11655
  } | {
11656
11656
  id: string;
@@ -11755,7 +11755,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
11755
11755
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
11756
11756
  searchThreshold?: number | undefined;
11757
11757
  renderInHeader?: boolean | undefined;
11758
- intent?: "content" | "style" | "display" | "behavior" | undefined;
11758
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
11759
11759
  } | undefined;
11760
11760
  aspectRatio?: string | undefined;
11761
11761
  } | {
@@ -11861,7 +11861,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
11861
11861
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
11862
11862
  searchThreshold?: number | undefined;
11863
11863
  renderInHeader?: boolean | undefined;
11864
- intent?: "content" | "style" | "display" | "behavior" | undefined;
11864
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
11865
11865
  } | undefined;
11866
11866
  } | {
11867
11867
  id: string;
@@ -11965,7 +11965,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
11965
11965
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
11966
11966
  searchThreshold?: number | undefined;
11967
11967
  renderInHeader?: boolean | undefined;
11968
- intent?: "content" | "style" | "display" | "behavior" | undefined;
11968
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
11969
11969
  } | undefined;
11970
11970
  } | {
11971
11971
  id: string;
@@ -12069,7 +12069,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
12069
12069
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
12070
12070
  searchThreshold?: number | undefined;
12071
12071
  renderInHeader?: boolean | undefined;
12072
- intent?: "content" | "style" | "display" | "behavior" | undefined;
12072
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
12073
12073
  } | undefined;
12074
12074
  } | {
12075
12075
  id: string;
@@ -12173,7 +12173,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
12173
12173
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
12174
12174
  searchThreshold?: number | undefined;
12175
12175
  renderInHeader?: boolean | undefined;
12176
- intent?: "content" | "style" | "display" | "behavior" | undefined;
12176
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
12177
12177
  } | undefined;
12178
12178
  } | {
12179
12179
  id: string;
@@ -12277,7 +12277,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
12277
12277
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
12278
12278
  searchThreshold?: number | undefined;
12279
12279
  renderInHeader?: boolean | undefined;
12280
- intent?: "content" | "style" | "display" | "behavior" | undefined;
12280
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
12281
12281
  } | undefined;
12282
12282
  } | {
12283
12283
  id: string;
@@ -12381,7 +12381,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
12381
12381
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
12382
12382
  searchThreshold?: number | undefined;
12383
12383
  renderInHeader?: boolean | undefined;
12384
- intent?: "content" | "style" | "display" | "behavior" | undefined;
12384
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
12385
12385
  } | undefined;
12386
12386
  sourceFieldId?: string | undefined;
12387
12387
  statusFieldId?: string | undefined;
@@ -12489,7 +12489,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
12489
12489
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
12490
12490
  searchThreshold?: number | undefined;
12491
12491
  renderInHeader?: boolean | undefined;
12492
- intent?: "content" | "style" | "display" | "behavior" | undefined;
12492
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
12493
12493
  } | undefined;
12494
12494
  } | {
12495
12495
  id: string;
@@ -12593,7 +12593,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
12593
12593
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
12594
12594
  searchThreshold?: number | undefined;
12595
12595
  renderInHeader?: boolean | undefined;
12596
- intent?: "content" | "style" | "display" | "behavior" | undefined;
12596
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
12597
12597
  } | undefined;
12598
12598
  } | {
12599
12599
  id: string;
@@ -12699,7 +12699,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
12699
12699
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
12700
12700
  searchThreshold?: number | undefined;
12701
12701
  renderInHeader?: boolean | undefined;
12702
- intent?: "content" | "style" | "display" | "behavior" | undefined;
12702
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
12703
12703
  } | undefined;
12704
12704
  } | {
12705
12705
  id: string;
@@ -12803,7 +12803,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
12803
12803
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
12804
12804
  searchThreshold?: number | undefined;
12805
12805
  renderInHeader?: boolean | undefined;
12806
- intent?: "content" | "style" | "display" | "behavior" | undefined;
12806
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
12807
12807
  } | undefined;
12808
12808
  min?: number | undefined;
12809
12809
  max?: number | undefined;
@@ -12925,7 +12925,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
12925
12925
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
12926
12926
  searchThreshold?: number | undefined;
12927
12927
  renderInHeader?: boolean | undefined;
12928
- intent?: "content" | "style" | "display" | "behavior" | undefined;
12928
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
12929
12929
  } | undefined;
12930
12930
  source?: {
12931
12931
  kind: "static";
@@ -13038,7 +13038,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
13038
13038
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
13039
13039
  searchThreshold?: number | undefined;
13040
13040
  renderInHeader?: boolean | undefined;
13041
- intent?: "content" | "style" | "display" | "behavior" | undefined;
13041
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
13042
13042
  } | undefined;
13043
13043
  maxLength?: number | undefined;
13044
13044
  } | {
@@ -13143,7 +13143,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
13143
13143
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
13144
13144
  searchThreshold?: number | undefined;
13145
13145
  renderInHeader?: boolean | undefined;
13146
- intent?: "content" | "style" | "display" | "behavior" | undefined;
13146
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
13147
13147
  } | undefined;
13148
13148
  } | {
13149
13149
  id: string;
@@ -13248,7 +13248,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
13248
13248
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
13249
13249
  searchThreshold?: number | undefined;
13250
13250
  renderInHeader?: boolean | undefined;
13251
- intent?: "content" | "style" | "display" | "behavior" | undefined;
13251
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
13252
13252
  } | undefined;
13253
13253
  aspectRatio?: string | undefined;
13254
13254
  } | {
@@ -13354,7 +13354,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
13354
13354
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
13355
13355
  searchThreshold?: number | undefined;
13356
13356
  renderInHeader?: boolean | undefined;
13357
- intent?: "content" | "style" | "display" | "behavior" | undefined;
13357
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
13358
13358
  } | undefined;
13359
13359
  } | {
13360
13360
  id: string;
@@ -13458,7 +13458,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
13458
13458
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
13459
13459
  searchThreshold?: number | undefined;
13460
13460
  renderInHeader?: boolean | undefined;
13461
- intent?: "content" | "style" | "display" | "behavior" | undefined;
13461
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
13462
13462
  } | undefined;
13463
13463
  } | {
13464
13464
  id: string;
@@ -13562,7 +13562,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
13562
13562
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
13563
13563
  searchThreshold?: number | undefined;
13564
13564
  renderInHeader?: boolean | undefined;
13565
- intent?: "content" | "style" | "display" | "behavior" | undefined;
13565
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
13566
13566
  } | undefined;
13567
13567
  } | {
13568
13568
  id: string;
@@ -13666,7 +13666,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
13666
13666
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
13667
13667
  searchThreshold?: number | undefined;
13668
13668
  renderInHeader?: boolean | undefined;
13669
- intent?: "content" | "style" | "display" | "behavior" | undefined;
13669
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
13670
13670
  } | undefined;
13671
13671
  } | {
13672
13672
  id: string;
@@ -13770,7 +13770,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
13770
13770
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
13771
13771
  searchThreshold?: number | undefined;
13772
13772
  renderInHeader?: boolean | undefined;
13773
- intent?: "content" | "style" | "display" | "behavior" | undefined;
13773
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
13774
13774
  } | undefined;
13775
13775
  } | {
13776
13776
  id: string;
@@ -13874,7 +13874,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
13874
13874
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
13875
13875
  searchThreshold?: number | undefined;
13876
13876
  renderInHeader?: boolean | undefined;
13877
- intent?: "content" | "style" | "display" | "behavior" | undefined;
13877
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
13878
13878
  } | undefined;
13879
13879
  sourceFieldId?: string | undefined;
13880
13880
  statusFieldId?: string | undefined;
@@ -13982,7 +13982,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
13982
13982
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
13983
13983
  searchThreshold?: number | undefined;
13984
13984
  renderInHeader?: boolean | undefined;
13985
- intent?: "content" | "style" | "display" | "behavior" | undefined;
13985
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
13986
13986
  } | undefined;
13987
13987
  } | {
13988
13988
  id: string;
@@ -14086,7 +14086,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
14086
14086
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
14087
14087
  searchThreshold?: number | undefined;
14088
14088
  renderInHeader?: boolean | undefined;
14089
- intent?: "content" | "style" | "display" | "behavior" | undefined;
14089
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
14090
14090
  } | undefined;
14091
14091
  } | {
14092
14092
  id: string;
@@ -14192,7 +14192,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
14192
14192
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
14193
14193
  searchThreshold?: number | undefined;
14194
14194
  renderInHeader?: boolean | undefined;
14195
- intent?: "content" | "style" | "display" | "behavior" | undefined;
14195
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
14196
14196
  } | undefined;
14197
14197
  } | {
14198
14198
  id: string;
@@ -14296,7 +14296,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
14296
14296
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
14297
14297
  searchThreshold?: number | undefined;
14298
14298
  renderInHeader?: boolean | undefined;
14299
- intent?: "content" | "style" | "display" | "behavior" | undefined;
14299
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
14300
14300
  } | undefined;
14301
14301
  min?: number | undefined;
14302
14302
  max?: number | undefined;
@@ -14407,7 +14407,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
14407
14407
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
14408
14408
  searchThreshold?: number | undefined;
14409
14409
  renderInHeader?: boolean | undefined;
14410
- intent?: "content" | "style" | "display" | "behavior" | undefined;
14410
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
14411
14411
  } | undefined;
14412
14412
  customInput?: {
14413
14413
  placeholder?: string | undefined;
@@ -14517,7 +14517,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
14517
14517
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
14518
14518
  searchThreshold?: number | undefined;
14519
14519
  renderInHeader?: boolean | undefined;
14520
- intent?: "content" | "style" | "display" | "behavior" | undefined;
14520
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
14521
14521
  } | undefined;
14522
14522
  } | {
14523
14523
  id: string;
@@ -14621,7 +14621,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
14621
14621
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
14622
14622
  searchThreshold?: number | undefined;
14623
14623
  renderInHeader?: boolean | undefined;
14624
- intent?: "content" | "style" | "display" | "behavior" | undefined;
14624
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
14625
14625
  } | undefined;
14626
14626
  fixedContentType?: string | undefined;
14627
14627
  contentTypeField?: string | undefined;
@@ -14728,7 +14728,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
14728
14728
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
14729
14729
  searchThreshold?: number | undefined;
14730
14730
  renderInHeader?: boolean | undefined;
14731
- intent?: "content" | "style" | "display" | "behavior" | undefined;
14731
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
14732
14732
  } | undefined;
14733
14733
  activeTabField?: string | undefined;
14734
14734
  } | {
@@ -14837,7 +14837,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
14837
14837
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
14838
14838
  searchThreshold?: number | undefined;
14839
14839
  renderInHeader?: boolean | undefined;
14840
- intent?: "content" | "style" | "display" | "behavior" | undefined;
14840
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
14841
14841
  } | undefined;
14842
14842
  customInput?: {
14843
14843
  placeholder?: string | undefined;
@@ -14947,7 +14947,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
14947
14947
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
14948
14948
  searchThreshold?: number | undefined;
14949
14949
  renderInHeader?: boolean | undefined;
14950
- intent?: "content" | "style" | "display" | "behavior" | undefined;
14950
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
14951
14951
  } | undefined;
14952
14952
  } | {
14953
14953
  id: string;
@@ -15051,7 +15051,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
15051
15051
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
15052
15052
  searchThreshold?: number | undefined;
15053
15053
  renderInHeader?: boolean | undefined;
15054
- intent?: "content" | "style" | "display" | "behavior" | undefined;
15054
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
15055
15055
  } | undefined;
15056
15056
  fixedContentType?: string | undefined;
15057
15057
  contentTypeField?: string | undefined;
@@ -15162,7 +15162,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
15162
15162
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
15163
15163
  searchThreshold?: number | undefined;
15164
15164
  renderInHeader?: boolean | undefined;
15165
- intent?: "content" | "style" | "display" | "behavior" | undefined;
15165
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
15166
15166
  } | undefined;
15167
15167
  maxLength?: number | undefined;
15168
15168
  } | {
@@ -15267,7 +15267,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
15267
15267
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
15268
15268
  searchThreshold?: number | undefined;
15269
15269
  renderInHeader?: boolean | undefined;
15270
- intent?: "content" | "style" | "display" | "behavior" | undefined;
15270
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
15271
15271
  } | undefined;
15272
15272
  } | {
15273
15273
  id: string;
@@ -15372,7 +15372,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
15372
15372
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
15373
15373
  searchThreshold?: number | undefined;
15374
15374
  renderInHeader?: boolean | undefined;
15375
- intent?: "content" | "style" | "display" | "behavior" | undefined;
15375
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
15376
15376
  } | undefined;
15377
15377
  aspectRatio?: string | undefined;
15378
15378
  } | {
@@ -15478,7 +15478,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
15478
15478
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
15479
15479
  searchThreshold?: number | undefined;
15480
15480
  renderInHeader?: boolean | undefined;
15481
- intent?: "content" | "style" | "display" | "behavior" | undefined;
15481
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
15482
15482
  } | undefined;
15483
15483
  } | {
15484
15484
  id: string;
@@ -15582,7 +15582,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
15582
15582
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
15583
15583
  searchThreshold?: number | undefined;
15584
15584
  renderInHeader?: boolean | undefined;
15585
- intent?: "content" | "style" | "display" | "behavior" | undefined;
15585
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
15586
15586
  } | undefined;
15587
15587
  } | {
15588
15588
  id: string;
@@ -15686,7 +15686,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
15686
15686
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
15687
15687
  searchThreshold?: number | undefined;
15688
15688
  renderInHeader?: boolean | undefined;
15689
- intent?: "content" | "style" | "display" | "behavior" | undefined;
15689
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
15690
15690
  } | undefined;
15691
15691
  } | {
15692
15692
  id: string;
@@ -15790,7 +15790,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
15790
15790
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
15791
15791
  searchThreshold?: number | undefined;
15792
15792
  renderInHeader?: boolean | undefined;
15793
- intent?: "content" | "style" | "display" | "behavior" | undefined;
15793
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
15794
15794
  } | undefined;
15795
15795
  } | {
15796
15796
  id: string;
@@ -15894,7 +15894,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
15894
15894
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
15895
15895
  searchThreshold?: number | undefined;
15896
15896
  renderInHeader?: boolean | undefined;
15897
- intent?: "content" | "style" | "display" | "behavior" | undefined;
15897
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
15898
15898
  } | undefined;
15899
15899
  } | {
15900
15900
  id: string;
@@ -15998,7 +15998,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
15998
15998
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
15999
15999
  searchThreshold?: number | undefined;
16000
16000
  renderInHeader?: boolean | undefined;
16001
- intent?: "content" | "style" | "display" | "behavior" | undefined;
16001
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
16002
16002
  } | undefined;
16003
16003
  sourceFieldId?: string | undefined;
16004
16004
  statusFieldId?: string | undefined;
@@ -16106,7 +16106,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
16106
16106
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
16107
16107
  searchThreshold?: number | undefined;
16108
16108
  renderInHeader?: boolean | undefined;
16109
- intent?: "content" | "style" | "display" | "behavior" | undefined;
16109
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
16110
16110
  } | undefined;
16111
16111
  } | {
16112
16112
  id: string;
@@ -16210,7 +16210,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
16210
16210
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
16211
16211
  searchThreshold?: number | undefined;
16212
16212
  renderInHeader?: boolean | undefined;
16213
- intent?: "content" | "style" | "display" | "behavior" | undefined;
16213
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
16214
16214
  } | undefined;
16215
16215
  } | {
16216
16216
  id: string;
@@ -16316,7 +16316,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
16316
16316
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
16317
16317
  searchThreshold?: number | undefined;
16318
16318
  renderInHeader?: boolean | undefined;
16319
- intent?: "content" | "style" | "display" | "behavior" | undefined;
16319
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
16320
16320
  } | undefined;
16321
16321
  } | {
16322
16322
  id: string;
@@ -16420,7 +16420,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
16420
16420
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
16421
16421
  searchThreshold?: number | undefined;
16422
16422
  renderInHeader?: boolean | undefined;
16423
- intent?: "content" | "style" | "display" | "behavior" | undefined;
16423
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
16424
16424
  } | undefined;
16425
16425
  min?: number | undefined;
16426
16426
  max?: number | undefined;
@@ -16542,7 +16542,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
16542
16542
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
16543
16543
  searchThreshold?: number | undefined;
16544
16544
  renderInHeader?: boolean | undefined;
16545
- intent?: "content" | "style" | "display" | "behavior" | undefined;
16545
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
16546
16546
  } | undefined;
16547
16547
  source?: {
16548
16548
  kind: "static";
@@ -16650,7 +16650,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
16650
16650
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
16651
16651
  searchThreshold?: number | undefined;
16652
16652
  renderInHeader?: boolean | undefined;
16653
- intent?: "content" | "style" | "display" | "behavior" | undefined;
16653
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
16654
16654
  } | undefined;
16655
16655
  itemLabelSource?: string | undefined;
16656
16656
  maxItems?: number | undefined;
@@ -16767,7 +16767,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
16767
16767
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
16768
16768
  searchThreshold?: number | undefined;
16769
16769
  renderInHeader?: boolean | undefined;
16770
- intent?: "content" | "style" | "display" | "behavior" | undefined;
16770
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
16771
16771
  } | undefined;
16772
16772
  source?: {
16773
16773
  kind: "static";
@@ -16880,7 +16880,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
16880
16880
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
16881
16881
  searchThreshold?: number | undefined;
16882
16882
  renderInHeader?: boolean | undefined;
16883
- intent?: "content" | "style" | "display" | "behavior" | undefined;
16883
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
16884
16884
  } | undefined;
16885
16885
  maxLength?: number | undefined;
16886
16886
  } | {
@@ -16985,7 +16985,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
16985
16985
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
16986
16986
  searchThreshold?: number | undefined;
16987
16987
  renderInHeader?: boolean | undefined;
16988
- intent?: "content" | "style" | "display" | "behavior" | undefined;
16988
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
16989
16989
  } | undefined;
16990
16990
  } | {
16991
16991
  id: string;
@@ -17090,7 +17090,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
17090
17090
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
17091
17091
  searchThreshold?: number | undefined;
17092
17092
  renderInHeader?: boolean | undefined;
17093
- intent?: "content" | "style" | "display" | "behavior" | undefined;
17093
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
17094
17094
  } | undefined;
17095
17095
  aspectRatio?: string | undefined;
17096
17096
  } | {
@@ -17196,7 +17196,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
17196
17196
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
17197
17197
  searchThreshold?: number | undefined;
17198
17198
  renderInHeader?: boolean | undefined;
17199
- intent?: "content" | "style" | "display" | "behavior" | undefined;
17199
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
17200
17200
  } | undefined;
17201
17201
  } | {
17202
17202
  id: string;
@@ -17300,7 +17300,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
17300
17300
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
17301
17301
  searchThreshold?: number | undefined;
17302
17302
  renderInHeader?: boolean | undefined;
17303
- intent?: "content" | "style" | "display" | "behavior" | undefined;
17303
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
17304
17304
  } | undefined;
17305
17305
  } | {
17306
17306
  id: string;
@@ -17404,7 +17404,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
17404
17404
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
17405
17405
  searchThreshold?: number | undefined;
17406
17406
  renderInHeader?: boolean | undefined;
17407
- intent?: "content" | "style" | "display" | "behavior" | undefined;
17407
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
17408
17408
  } | undefined;
17409
17409
  } | {
17410
17410
  id: string;
@@ -17508,7 +17508,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
17508
17508
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
17509
17509
  searchThreshold?: number | undefined;
17510
17510
  renderInHeader?: boolean | undefined;
17511
- intent?: "content" | "style" | "display" | "behavior" | undefined;
17511
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
17512
17512
  } | undefined;
17513
17513
  } | {
17514
17514
  id: string;
@@ -17612,7 +17612,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
17612
17612
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
17613
17613
  searchThreshold?: number | undefined;
17614
17614
  renderInHeader?: boolean | undefined;
17615
- intent?: "content" | "style" | "display" | "behavior" | undefined;
17615
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
17616
17616
  } | undefined;
17617
17617
  } | {
17618
17618
  id: string;
@@ -17716,7 +17716,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
17716
17716
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
17717
17717
  searchThreshold?: number | undefined;
17718
17718
  renderInHeader?: boolean | undefined;
17719
- intent?: "content" | "style" | "display" | "behavior" | undefined;
17719
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
17720
17720
  } | undefined;
17721
17721
  sourceFieldId?: string | undefined;
17722
17722
  statusFieldId?: string | undefined;
@@ -17824,7 +17824,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
17824
17824
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
17825
17825
  searchThreshold?: number | undefined;
17826
17826
  renderInHeader?: boolean | undefined;
17827
- intent?: "content" | "style" | "display" | "behavior" | undefined;
17827
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
17828
17828
  } | undefined;
17829
17829
  } | {
17830
17830
  id: string;
@@ -17928,7 +17928,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
17928
17928
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
17929
17929
  searchThreshold?: number | undefined;
17930
17930
  renderInHeader?: boolean | undefined;
17931
- intent?: "content" | "style" | "display" | "behavior" | undefined;
17931
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
17932
17932
  } | undefined;
17933
17933
  } | {
17934
17934
  id: string;
@@ -18034,7 +18034,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
18034
18034
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
18035
18035
  searchThreshold?: number | undefined;
18036
18036
  renderInHeader?: boolean | undefined;
18037
- intent?: "content" | "style" | "display" | "behavior" | undefined;
18037
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
18038
18038
  } | undefined;
18039
18039
  } | {
18040
18040
  id: string;
@@ -18138,7 +18138,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
18138
18138
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
18139
18139
  searchThreshold?: number | undefined;
18140
18140
  renderInHeader?: boolean | undefined;
18141
- intent?: "content" | "style" | "display" | "behavior" | undefined;
18141
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
18142
18142
  } | undefined;
18143
18143
  min?: number | undefined;
18144
18144
  max?: number | undefined;
@@ -18249,7 +18249,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
18249
18249
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
18250
18250
  searchThreshold?: number | undefined;
18251
18251
  renderInHeader?: boolean | undefined;
18252
- intent?: "content" | "style" | "display" | "behavior" | undefined;
18252
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
18253
18253
  } | undefined;
18254
18254
  customInput?: {
18255
18255
  placeholder?: string | undefined;
@@ -18359,7 +18359,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
18359
18359
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
18360
18360
  searchThreshold?: number | undefined;
18361
18361
  renderInHeader?: boolean | undefined;
18362
- intent?: "content" | "style" | "display" | "behavior" | undefined;
18362
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
18363
18363
  } | undefined;
18364
18364
  } | {
18365
18365
  id: string;
@@ -18463,7 +18463,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
18463
18463
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
18464
18464
  searchThreshold?: number | undefined;
18465
18465
  renderInHeader?: boolean | undefined;
18466
- intent?: "content" | "style" | "display" | "behavior" | undefined;
18466
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
18467
18467
  } | undefined;
18468
18468
  fixedContentType?: string | undefined;
18469
18469
  contentTypeField?: string | undefined;
@@ -18574,7 +18574,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
18574
18574
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
18575
18575
  searchThreshold?: number | undefined;
18576
18576
  renderInHeader?: boolean | undefined;
18577
- intent?: "content" | "style" | "display" | "behavior" | undefined;
18577
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
18578
18578
  } | undefined;
18579
18579
  maxLength?: number | undefined;
18580
18580
  } | {
@@ -18679,7 +18679,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
18679
18679
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
18680
18680
  searchThreshold?: number | undefined;
18681
18681
  renderInHeader?: boolean | undefined;
18682
- intent?: "content" | "style" | "display" | "behavior" | undefined;
18682
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
18683
18683
  } | undefined;
18684
18684
  } | {
18685
18685
  id: string;
@@ -18784,7 +18784,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
18784
18784
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
18785
18785
  searchThreshold?: number | undefined;
18786
18786
  renderInHeader?: boolean | undefined;
18787
- intent?: "content" | "style" | "display" | "behavior" | undefined;
18787
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
18788
18788
  } | undefined;
18789
18789
  aspectRatio?: string | undefined;
18790
18790
  } | {
@@ -18890,7 +18890,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
18890
18890
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
18891
18891
  searchThreshold?: number | undefined;
18892
18892
  renderInHeader?: boolean | undefined;
18893
- intent?: "content" | "style" | "display" | "behavior" | undefined;
18893
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
18894
18894
  } | undefined;
18895
18895
  } | {
18896
18896
  id: string;
@@ -18994,7 +18994,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
18994
18994
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
18995
18995
  searchThreshold?: number | undefined;
18996
18996
  renderInHeader?: boolean | undefined;
18997
- intent?: "content" | "style" | "display" | "behavior" | undefined;
18997
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
18998
18998
  } | undefined;
18999
18999
  } | {
19000
19000
  id: string;
@@ -19098,7 +19098,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
19098
19098
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
19099
19099
  searchThreshold?: number | undefined;
19100
19100
  renderInHeader?: boolean | undefined;
19101
- intent?: "content" | "style" | "display" | "behavior" | undefined;
19101
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
19102
19102
  } | undefined;
19103
19103
  } | {
19104
19104
  id: string;
@@ -19202,7 +19202,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
19202
19202
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
19203
19203
  searchThreshold?: number | undefined;
19204
19204
  renderInHeader?: boolean | undefined;
19205
- intent?: "content" | "style" | "display" | "behavior" | undefined;
19205
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
19206
19206
  } | undefined;
19207
19207
  } | {
19208
19208
  id: string;
@@ -19306,7 +19306,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
19306
19306
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
19307
19307
  searchThreshold?: number | undefined;
19308
19308
  renderInHeader?: boolean | undefined;
19309
- intent?: "content" | "style" | "display" | "behavior" | undefined;
19309
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
19310
19310
  } | undefined;
19311
19311
  } | {
19312
19312
  id: string;
@@ -19410,7 +19410,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
19410
19410
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
19411
19411
  searchThreshold?: number | undefined;
19412
19412
  renderInHeader?: boolean | undefined;
19413
- intent?: "content" | "style" | "display" | "behavior" | undefined;
19413
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
19414
19414
  } | undefined;
19415
19415
  sourceFieldId?: string | undefined;
19416
19416
  statusFieldId?: string | undefined;
@@ -19518,7 +19518,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
19518
19518
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
19519
19519
  searchThreshold?: number | undefined;
19520
19520
  renderInHeader?: boolean | undefined;
19521
- intent?: "content" | "style" | "display" | "behavior" | undefined;
19521
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
19522
19522
  } | undefined;
19523
19523
  } | {
19524
19524
  id: string;
@@ -19622,7 +19622,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
19622
19622
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
19623
19623
  searchThreshold?: number | undefined;
19624
19624
  renderInHeader?: boolean | undefined;
19625
- intent?: "content" | "style" | "display" | "behavior" | undefined;
19625
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
19626
19626
  } | undefined;
19627
19627
  } | {
19628
19628
  id: string;
@@ -19728,7 +19728,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
19728
19728
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
19729
19729
  searchThreshold?: number | undefined;
19730
19730
  renderInHeader?: boolean | undefined;
19731
- intent?: "content" | "style" | "display" | "behavior" | undefined;
19731
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
19732
19732
  } | undefined;
19733
19733
  } | {
19734
19734
  id: string;
@@ -19832,7 +19832,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
19832
19832
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
19833
19833
  searchThreshold?: number | undefined;
19834
19834
  renderInHeader?: boolean | undefined;
19835
- intent?: "content" | "style" | "display" | "behavior" | undefined;
19835
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
19836
19836
  } | undefined;
19837
19837
  min?: number | undefined;
19838
19838
  max?: number | undefined;
@@ -19943,7 +19943,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
19943
19943
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
19944
19944
  searchThreshold?: number | undefined;
19945
19945
  renderInHeader?: boolean | undefined;
19946
- intent?: "content" | "style" | "display" | "behavior" | undefined;
19946
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
19947
19947
  } | undefined;
19948
19948
  customInput?: {
19949
19949
  placeholder?: string | undefined;
@@ -20053,7 +20053,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
20053
20053
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
20054
20054
  searchThreshold?: number | undefined;
20055
20055
  renderInHeader?: boolean | undefined;
20056
- intent?: "content" | "style" | "display" | "behavior" | undefined;
20056
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
20057
20057
  } | undefined;
20058
20058
  } | {
20059
20059
  id: string;
@@ -20157,7 +20157,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
20157
20157
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
20158
20158
  searchThreshold?: number | undefined;
20159
20159
  renderInHeader?: boolean | undefined;
20160
- intent?: "content" | "style" | "display" | "behavior" | undefined;
20160
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
20161
20161
  } | undefined;
20162
20162
  fixedContentType?: string | undefined;
20163
20163
  contentTypeField?: string | undefined;
@@ -20264,7 +20264,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
20264
20264
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
20265
20265
  searchThreshold?: number | undefined;
20266
20266
  renderInHeader?: boolean | undefined;
20267
- intent?: "content" | "style" | "display" | "behavior" | undefined;
20267
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
20268
20268
  } | undefined;
20269
20269
  activeTabField?: string | undefined;
20270
20270
  } | {
@@ -20373,7 +20373,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
20373
20373
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
20374
20374
  searchThreshold?: number | undefined;
20375
20375
  renderInHeader?: boolean | undefined;
20376
- intent?: "content" | "style" | "display" | "behavior" | undefined;
20376
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
20377
20377
  } | undefined;
20378
20378
  customInput?: {
20379
20379
  placeholder?: string | undefined;
@@ -20483,7 +20483,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
20483
20483
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
20484
20484
  searchThreshold?: number | undefined;
20485
20485
  renderInHeader?: boolean | undefined;
20486
- intent?: "content" | "style" | "display" | "behavior" | undefined;
20486
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
20487
20487
  } | undefined;
20488
20488
  } | {
20489
20489
  id: string;
@@ -20587,7 +20587,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
20587
20587
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
20588
20588
  searchThreshold?: number | undefined;
20589
20589
  renderInHeader?: boolean | undefined;
20590
- intent?: "content" | "style" | "display" | "behavior" | undefined;
20590
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
20591
20591
  } | undefined;
20592
20592
  fixedContentType?: string | undefined;
20593
20593
  contentTypeField?: string | undefined;
@@ -20691,7 +20691,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
20691
20691
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
20692
20692
  searchThreshold?: number | undefined;
20693
20693
  renderInHeader?: boolean | undefined;
20694
- intent?: "content" | "style" | "display" | "behavior" | undefined;
20694
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
20695
20695
  } | undefined;
20696
20696
  } | /*elided*/ any | {
20697
20697
  id: string;
@@ -20810,7 +20810,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
20810
20810
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
20811
20811
  searchThreshold?: number | undefined;
20812
20812
  renderInHeader?: boolean | undefined;
20813
- intent?: "content" | "style" | "display" | "behavior" | undefined;
20813
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
20814
20814
  } | undefined;
20815
20815
  source?: {
20816
20816
  kind: "static";
@@ -20918,7 +20918,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
20918
20918
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
20919
20919
  searchThreshold?: number | undefined;
20920
20920
  renderInHeader?: boolean | undefined;
20921
- intent?: "content" | "style" | "display" | "behavior" | undefined;
20921
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
20922
20922
  } | undefined;
20923
20923
  itemLabelSource?: string | undefined;
20924
20924
  maxItems?: number | undefined;
@@ -21035,7 +21035,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
21035
21035
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
21036
21036
  searchThreshold?: number | undefined;
21037
21037
  renderInHeader?: boolean | undefined;
21038
- intent?: "content" | "style" | "display" | "behavior" | undefined;
21038
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
21039
21039
  } | undefined;
21040
21040
  source?: {
21041
21041
  kind: "static";
@@ -21148,7 +21148,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
21148
21148
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
21149
21149
  searchThreshold?: number | undefined;
21150
21150
  renderInHeader?: boolean | undefined;
21151
- intent?: "content" | "style" | "display" | "behavior" | undefined;
21151
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
21152
21152
  } | undefined;
21153
21153
  maxLength?: number | undefined;
21154
21154
  } | {
@@ -21253,7 +21253,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
21253
21253
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
21254
21254
  searchThreshold?: number | undefined;
21255
21255
  renderInHeader?: boolean | undefined;
21256
- intent?: "content" | "style" | "display" | "behavior" | undefined;
21256
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
21257
21257
  } | undefined;
21258
21258
  } | {
21259
21259
  id: string;
@@ -21358,7 +21358,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
21358
21358
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
21359
21359
  searchThreshold?: number | undefined;
21360
21360
  renderInHeader?: boolean | undefined;
21361
- intent?: "content" | "style" | "display" | "behavior" | undefined;
21361
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
21362
21362
  } | undefined;
21363
21363
  aspectRatio?: string | undefined;
21364
21364
  } | {
@@ -21464,7 +21464,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
21464
21464
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
21465
21465
  searchThreshold?: number | undefined;
21466
21466
  renderInHeader?: boolean | undefined;
21467
- intent?: "content" | "style" | "display" | "behavior" | undefined;
21467
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
21468
21468
  } | undefined;
21469
21469
  } | {
21470
21470
  id: string;
@@ -21568,7 +21568,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
21568
21568
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
21569
21569
  searchThreshold?: number | undefined;
21570
21570
  renderInHeader?: boolean | undefined;
21571
- intent?: "content" | "style" | "display" | "behavior" | undefined;
21571
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
21572
21572
  } | undefined;
21573
21573
  } | {
21574
21574
  id: string;
@@ -21672,7 +21672,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
21672
21672
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
21673
21673
  searchThreshold?: number | undefined;
21674
21674
  renderInHeader?: boolean | undefined;
21675
- intent?: "content" | "style" | "display" | "behavior" | undefined;
21675
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
21676
21676
  } | undefined;
21677
21677
  } | {
21678
21678
  id: string;
@@ -21776,7 +21776,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
21776
21776
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
21777
21777
  searchThreshold?: number | undefined;
21778
21778
  renderInHeader?: boolean | undefined;
21779
- intent?: "content" | "style" | "display" | "behavior" | undefined;
21779
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
21780
21780
  } | undefined;
21781
21781
  } | {
21782
21782
  id: string;
@@ -21880,7 +21880,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
21880
21880
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
21881
21881
  searchThreshold?: number | undefined;
21882
21882
  renderInHeader?: boolean | undefined;
21883
- intent?: "content" | "style" | "display" | "behavior" | undefined;
21883
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
21884
21884
  } | undefined;
21885
21885
  } | {
21886
21886
  id: string;
@@ -21984,7 +21984,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
21984
21984
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
21985
21985
  searchThreshold?: number | undefined;
21986
21986
  renderInHeader?: boolean | undefined;
21987
- intent?: "content" | "style" | "display" | "behavior" | undefined;
21987
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
21988
21988
  } | undefined;
21989
21989
  sourceFieldId?: string | undefined;
21990
21990
  statusFieldId?: string | undefined;
@@ -22092,7 +22092,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
22092
22092
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
22093
22093
  searchThreshold?: number | undefined;
22094
22094
  renderInHeader?: boolean | undefined;
22095
- intent?: "content" | "style" | "display" | "behavior" | undefined;
22095
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
22096
22096
  } | undefined;
22097
22097
  } | {
22098
22098
  id: string;
@@ -22196,7 +22196,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
22196
22196
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
22197
22197
  searchThreshold?: number | undefined;
22198
22198
  renderInHeader?: boolean | undefined;
22199
- intent?: "content" | "style" | "display" | "behavior" | undefined;
22199
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
22200
22200
  } | undefined;
22201
22201
  } | {
22202
22202
  id: string;
@@ -22302,7 +22302,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
22302
22302
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
22303
22303
  searchThreshold?: number | undefined;
22304
22304
  renderInHeader?: boolean | undefined;
22305
- intent?: "content" | "style" | "display" | "behavior" | undefined;
22305
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
22306
22306
  } | undefined;
22307
22307
  } | {
22308
22308
  id: string;
@@ -22406,7 +22406,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
22406
22406
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
22407
22407
  searchThreshold?: number | undefined;
22408
22408
  renderInHeader?: boolean | undefined;
22409
- intent?: "content" | "style" | "display" | "behavior" | undefined;
22409
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
22410
22410
  } | undefined;
22411
22411
  min?: number | undefined;
22412
22412
  max?: number | undefined;
@@ -22526,7 +22526,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
22526
22526
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
22527
22527
  searchThreshold?: number | undefined;
22528
22528
  renderInHeader?: boolean | undefined;
22529
- intent?: "content" | "style" | "display" | "behavior" | undefined;
22529
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
22530
22530
  } | undefined;
22531
22531
  source?: {
22532
22532
  kind: "static";
@@ -22639,7 +22639,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
22639
22639
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
22640
22640
  searchThreshold?: number | undefined;
22641
22641
  renderInHeader?: boolean | undefined;
22642
- intent?: "content" | "style" | "display" | "behavior" | undefined;
22642
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
22643
22643
  } | undefined;
22644
22644
  maxLength?: number | undefined;
22645
22645
  } | {
@@ -22744,7 +22744,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
22744
22744
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
22745
22745
  searchThreshold?: number | undefined;
22746
22746
  renderInHeader?: boolean | undefined;
22747
- intent?: "content" | "style" | "display" | "behavior" | undefined;
22747
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
22748
22748
  } | undefined;
22749
22749
  } | {
22750
22750
  id: string;
@@ -22849,7 +22849,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
22849
22849
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
22850
22850
  searchThreshold?: number | undefined;
22851
22851
  renderInHeader?: boolean | undefined;
22852
- intent?: "content" | "style" | "display" | "behavior" | undefined;
22852
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
22853
22853
  } | undefined;
22854
22854
  aspectRatio?: string | undefined;
22855
22855
  } | {
@@ -22955,7 +22955,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
22955
22955
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
22956
22956
  searchThreshold?: number | undefined;
22957
22957
  renderInHeader?: boolean | undefined;
22958
- intent?: "content" | "style" | "display" | "behavior" | undefined;
22958
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
22959
22959
  } | undefined;
22960
22960
  } | {
22961
22961
  id: string;
@@ -23059,7 +23059,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
23059
23059
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
23060
23060
  searchThreshold?: number | undefined;
23061
23061
  renderInHeader?: boolean | undefined;
23062
- intent?: "content" | "style" | "display" | "behavior" | undefined;
23062
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
23063
23063
  } | undefined;
23064
23064
  } | {
23065
23065
  id: string;
@@ -23163,7 +23163,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
23163
23163
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
23164
23164
  searchThreshold?: number | undefined;
23165
23165
  renderInHeader?: boolean | undefined;
23166
- intent?: "content" | "style" | "display" | "behavior" | undefined;
23166
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
23167
23167
  } | undefined;
23168
23168
  } | {
23169
23169
  id: string;
@@ -23267,7 +23267,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
23267
23267
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
23268
23268
  searchThreshold?: number | undefined;
23269
23269
  renderInHeader?: boolean | undefined;
23270
- intent?: "content" | "style" | "display" | "behavior" | undefined;
23270
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
23271
23271
  } | undefined;
23272
23272
  } | {
23273
23273
  id: string;
@@ -23371,7 +23371,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
23371
23371
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
23372
23372
  searchThreshold?: number | undefined;
23373
23373
  renderInHeader?: boolean | undefined;
23374
- intent?: "content" | "style" | "display" | "behavior" | undefined;
23374
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
23375
23375
  } | undefined;
23376
23376
  } | {
23377
23377
  id: string;
@@ -23475,7 +23475,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
23475
23475
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
23476
23476
  searchThreshold?: number | undefined;
23477
23477
  renderInHeader?: boolean | undefined;
23478
- intent?: "content" | "style" | "display" | "behavior" | undefined;
23478
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
23479
23479
  } | undefined;
23480
23480
  sourceFieldId?: string | undefined;
23481
23481
  statusFieldId?: string | undefined;
@@ -23583,7 +23583,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
23583
23583
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
23584
23584
  searchThreshold?: number | undefined;
23585
23585
  renderInHeader?: boolean | undefined;
23586
- intent?: "content" | "style" | "display" | "behavior" | undefined;
23586
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
23587
23587
  } | undefined;
23588
23588
  } | {
23589
23589
  id: string;
@@ -23687,7 +23687,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
23687
23687
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
23688
23688
  searchThreshold?: number | undefined;
23689
23689
  renderInHeader?: boolean | undefined;
23690
- intent?: "content" | "style" | "display" | "behavior" | undefined;
23690
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
23691
23691
  } | undefined;
23692
23692
  } | {
23693
23693
  id: string;
@@ -23793,7 +23793,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
23793
23793
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
23794
23794
  searchThreshold?: number | undefined;
23795
23795
  renderInHeader?: boolean | undefined;
23796
- intent?: "content" | "style" | "display" | "behavior" | undefined;
23796
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
23797
23797
  } | undefined;
23798
23798
  } | {
23799
23799
  id: string;
@@ -23897,7 +23897,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
23897
23897
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
23898
23898
  searchThreshold?: number | undefined;
23899
23899
  renderInHeader?: boolean | undefined;
23900
- intent?: "content" | "style" | "display" | "behavior" | undefined;
23900
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
23901
23901
  } | undefined;
23902
23902
  min?: number | undefined;
23903
23903
  max?: number | undefined;
@@ -24008,7 +24008,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
24008
24008
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
24009
24009
  searchThreshold?: number | undefined;
24010
24010
  renderInHeader?: boolean | undefined;
24011
- intent?: "content" | "style" | "display" | "behavior" | undefined;
24011
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
24012
24012
  } | undefined;
24013
24013
  customInput?: {
24014
24014
  placeholder?: string | undefined;
@@ -24118,7 +24118,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
24118
24118
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
24119
24119
  searchThreshold?: number | undefined;
24120
24120
  renderInHeader?: boolean | undefined;
24121
- intent?: "content" | "style" | "display" | "behavior" | undefined;
24121
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
24122
24122
  } | undefined;
24123
24123
  } | {
24124
24124
  id: string;
@@ -24222,7 +24222,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
24222
24222
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
24223
24223
  searchThreshold?: number | undefined;
24224
24224
  renderInHeader?: boolean | undefined;
24225
- intent?: "content" | "style" | "display" | "behavior" | undefined;
24225
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
24226
24226
  } | undefined;
24227
24227
  fixedContentType?: string | undefined;
24228
24228
  contentTypeField?: string | undefined;
@@ -24326,7 +24326,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
24326
24326
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
24327
24327
  searchThreshold?: number | undefined;
24328
24328
  renderInHeader?: boolean | undefined;
24329
- intent?: "content" | "style" | "display" | "behavior" | undefined;
24329
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
24330
24330
  } | undefined;
24331
24331
  } | /*elided*/ any | /*elided*/ any | {
24332
24332
  id: string;
@@ -24434,7 +24434,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
24434
24434
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
24435
24435
  searchThreshold?: number | undefined;
24436
24436
  renderInHeader?: boolean | undefined;
24437
- intent?: "content" | "style" | "display" | "behavior" | undefined;
24437
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
24438
24438
  } | undefined;
24439
24439
  customInput?: {
24440
24440
  placeholder?: string | undefined;
@@ -24544,7 +24544,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
24544
24544
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
24545
24545
  searchThreshold?: number | undefined;
24546
24546
  renderInHeader?: boolean | undefined;
24547
- intent?: "content" | "style" | "display" | "behavior" | undefined;
24547
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
24548
24548
  } | undefined;
24549
24549
  } | {
24550
24550
  id: string;
@@ -24648,7 +24648,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
24648
24648
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
24649
24649
  searchThreshold?: number | undefined;
24650
24650
  renderInHeader?: boolean | undefined;
24651
- intent?: "content" | "style" | "display" | "behavior" | undefined;
24651
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
24652
24652
  } | undefined;
24653
24653
  fixedContentType?: string | undefined;
24654
24654
  contentTypeField?: string | undefined;
@@ -24759,7 +24759,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
24759
24759
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
24760
24760
  searchThreshold?: number | undefined;
24761
24761
  renderInHeader?: boolean | undefined;
24762
- intent?: "content" | "style" | "display" | "behavior" | undefined;
24762
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
24763
24763
  } | undefined;
24764
24764
  maxLength?: number | undefined;
24765
24765
  } | {
@@ -24864,7 +24864,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
24864
24864
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
24865
24865
  searchThreshold?: number | undefined;
24866
24866
  renderInHeader?: boolean | undefined;
24867
- intent?: "content" | "style" | "display" | "behavior" | undefined;
24867
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
24868
24868
  } | undefined;
24869
24869
  } | {
24870
24870
  id: string;
@@ -24969,7 +24969,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
24969
24969
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
24970
24970
  searchThreshold?: number | undefined;
24971
24971
  renderInHeader?: boolean | undefined;
24972
- intent?: "content" | "style" | "display" | "behavior" | undefined;
24972
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
24973
24973
  } | undefined;
24974
24974
  aspectRatio?: string | undefined;
24975
24975
  } | {
@@ -25075,7 +25075,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
25075
25075
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
25076
25076
  searchThreshold?: number | undefined;
25077
25077
  renderInHeader?: boolean | undefined;
25078
- intent?: "content" | "style" | "display" | "behavior" | undefined;
25078
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
25079
25079
  } | undefined;
25080
25080
  } | {
25081
25081
  id: string;
@@ -25179,7 +25179,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
25179
25179
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
25180
25180
  searchThreshold?: number | undefined;
25181
25181
  renderInHeader?: boolean | undefined;
25182
- intent?: "content" | "style" | "display" | "behavior" | undefined;
25182
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
25183
25183
  } | undefined;
25184
25184
  } | {
25185
25185
  id: string;
@@ -25283,7 +25283,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
25283
25283
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
25284
25284
  searchThreshold?: number | undefined;
25285
25285
  renderInHeader?: boolean | undefined;
25286
- intent?: "content" | "style" | "display" | "behavior" | undefined;
25286
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
25287
25287
  } | undefined;
25288
25288
  } | {
25289
25289
  id: string;
@@ -25387,7 +25387,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
25387
25387
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
25388
25388
  searchThreshold?: number | undefined;
25389
25389
  renderInHeader?: boolean | undefined;
25390
- intent?: "content" | "style" | "display" | "behavior" | undefined;
25390
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
25391
25391
  } | undefined;
25392
25392
  } | {
25393
25393
  id: string;
@@ -25491,7 +25491,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
25491
25491
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
25492
25492
  searchThreshold?: number | undefined;
25493
25493
  renderInHeader?: boolean | undefined;
25494
- intent?: "content" | "style" | "display" | "behavior" | undefined;
25494
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
25495
25495
  } | undefined;
25496
25496
  } | {
25497
25497
  id: string;
@@ -25595,7 +25595,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
25595
25595
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
25596
25596
  searchThreshold?: number | undefined;
25597
25597
  renderInHeader?: boolean | undefined;
25598
- intent?: "content" | "style" | "display" | "behavior" | undefined;
25598
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
25599
25599
  } | undefined;
25600
25600
  sourceFieldId?: string | undefined;
25601
25601
  statusFieldId?: string | undefined;
@@ -25703,7 +25703,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
25703
25703
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
25704
25704
  searchThreshold?: number | undefined;
25705
25705
  renderInHeader?: boolean | undefined;
25706
- intent?: "content" | "style" | "display" | "behavior" | undefined;
25706
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
25707
25707
  } | undefined;
25708
25708
  } | {
25709
25709
  id: string;
@@ -25807,7 +25807,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
25807
25807
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
25808
25808
  searchThreshold?: number | undefined;
25809
25809
  renderInHeader?: boolean | undefined;
25810
- intent?: "content" | "style" | "display" | "behavior" | undefined;
25810
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
25811
25811
  } | undefined;
25812
25812
  } | {
25813
25813
  id: string;
@@ -25913,7 +25913,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
25913
25913
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
25914
25914
  searchThreshold?: number | undefined;
25915
25915
  renderInHeader?: boolean | undefined;
25916
- intent?: "content" | "style" | "display" | "behavior" | undefined;
25916
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
25917
25917
  } | undefined;
25918
25918
  } | {
25919
25919
  id: string;
@@ -26017,7 +26017,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
26017
26017
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
26018
26018
  searchThreshold?: number | undefined;
26019
26019
  renderInHeader?: boolean | undefined;
26020
- intent?: "content" | "style" | "display" | "behavior" | undefined;
26020
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
26021
26021
  } | undefined;
26022
26022
  min?: number | undefined;
26023
26023
  max?: number | undefined;
@@ -26137,7 +26137,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
26137
26137
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
26138
26138
  searchThreshold?: number | undefined;
26139
26139
  renderInHeader?: boolean | undefined;
26140
- intent?: "content" | "style" | "display" | "behavior" | undefined;
26140
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
26141
26141
  } | undefined;
26142
26142
  source?: {
26143
26143
  kind: "static";
@@ -26245,7 +26245,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
26245
26245
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
26246
26246
  searchThreshold?: number | undefined;
26247
26247
  renderInHeader?: boolean | undefined;
26248
- intent?: "content" | "style" | "display" | "behavior" | undefined;
26248
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
26249
26249
  } | undefined;
26250
26250
  itemLabelSource?: string | undefined;
26251
26251
  maxItems?: number | undefined;
@@ -26362,7 +26362,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
26362
26362
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
26363
26363
  searchThreshold?: number | undefined;
26364
26364
  renderInHeader?: boolean | undefined;
26365
- intent?: "content" | "style" | "display" | "behavior" | undefined;
26365
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
26366
26366
  } | undefined;
26367
26367
  source?: {
26368
26368
  kind: "static";
@@ -26475,7 +26475,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
26475
26475
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
26476
26476
  searchThreshold?: number | undefined;
26477
26477
  renderInHeader?: boolean | undefined;
26478
- intent?: "content" | "style" | "display" | "behavior" | undefined;
26478
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
26479
26479
  } | undefined;
26480
26480
  maxLength?: number | undefined;
26481
26481
  } | {
@@ -26580,7 +26580,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
26580
26580
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
26581
26581
  searchThreshold?: number | undefined;
26582
26582
  renderInHeader?: boolean | undefined;
26583
- intent?: "content" | "style" | "display" | "behavior" | undefined;
26583
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
26584
26584
  } | undefined;
26585
26585
  } | {
26586
26586
  id: string;
@@ -26685,7 +26685,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
26685
26685
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
26686
26686
  searchThreshold?: number | undefined;
26687
26687
  renderInHeader?: boolean | undefined;
26688
- intent?: "content" | "style" | "display" | "behavior" | undefined;
26688
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
26689
26689
  } | undefined;
26690
26690
  aspectRatio?: string | undefined;
26691
26691
  } | {
@@ -26791,7 +26791,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
26791
26791
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
26792
26792
  searchThreshold?: number | undefined;
26793
26793
  renderInHeader?: boolean | undefined;
26794
- intent?: "content" | "style" | "display" | "behavior" | undefined;
26794
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
26795
26795
  } | undefined;
26796
26796
  } | {
26797
26797
  id: string;
@@ -26895,7 +26895,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
26895
26895
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
26896
26896
  searchThreshold?: number | undefined;
26897
26897
  renderInHeader?: boolean | undefined;
26898
- intent?: "content" | "style" | "display" | "behavior" | undefined;
26898
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
26899
26899
  } | undefined;
26900
26900
  } | {
26901
26901
  id: string;
@@ -26999,7 +26999,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
26999
26999
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
27000
27000
  searchThreshold?: number | undefined;
27001
27001
  renderInHeader?: boolean | undefined;
27002
- intent?: "content" | "style" | "display" | "behavior" | undefined;
27002
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
27003
27003
  } | undefined;
27004
27004
  } | {
27005
27005
  id: string;
@@ -27103,7 +27103,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
27103
27103
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
27104
27104
  searchThreshold?: number | undefined;
27105
27105
  renderInHeader?: boolean | undefined;
27106
- intent?: "content" | "style" | "display" | "behavior" | undefined;
27106
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
27107
27107
  } | undefined;
27108
27108
  } | {
27109
27109
  id: string;
@@ -27207,7 +27207,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
27207
27207
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
27208
27208
  searchThreshold?: number | undefined;
27209
27209
  renderInHeader?: boolean | undefined;
27210
- intent?: "content" | "style" | "display" | "behavior" | undefined;
27210
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
27211
27211
  } | undefined;
27212
27212
  } | {
27213
27213
  id: string;
@@ -27311,7 +27311,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
27311
27311
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
27312
27312
  searchThreshold?: number | undefined;
27313
27313
  renderInHeader?: boolean | undefined;
27314
- intent?: "content" | "style" | "display" | "behavior" | undefined;
27314
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
27315
27315
  } | undefined;
27316
27316
  sourceFieldId?: string | undefined;
27317
27317
  statusFieldId?: string | undefined;
@@ -27419,7 +27419,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
27419
27419
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
27420
27420
  searchThreshold?: number | undefined;
27421
27421
  renderInHeader?: boolean | undefined;
27422
- intent?: "content" | "style" | "display" | "behavior" | undefined;
27422
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
27423
27423
  } | undefined;
27424
27424
  } | {
27425
27425
  id: string;
@@ -27523,7 +27523,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
27523
27523
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
27524
27524
  searchThreshold?: number | undefined;
27525
27525
  renderInHeader?: boolean | undefined;
27526
- intent?: "content" | "style" | "display" | "behavior" | undefined;
27526
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
27527
27527
  } | undefined;
27528
27528
  } | {
27529
27529
  id: string;
@@ -27629,7 +27629,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
27629
27629
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
27630
27630
  searchThreshold?: number | undefined;
27631
27631
  renderInHeader?: boolean | undefined;
27632
- intent?: "content" | "style" | "display" | "behavior" | undefined;
27632
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
27633
27633
  } | undefined;
27634
27634
  } | {
27635
27635
  id: string;
@@ -27733,7 +27733,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
27733
27733
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
27734
27734
  searchThreshold?: number | undefined;
27735
27735
  renderInHeader?: boolean | undefined;
27736
- intent?: "content" | "style" | "display" | "behavior" | undefined;
27736
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
27737
27737
  } | undefined;
27738
27738
  min?: number | undefined;
27739
27739
  max?: number | undefined;
@@ -27844,7 +27844,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
27844
27844
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
27845
27845
  searchThreshold?: number | undefined;
27846
27846
  renderInHeader?: boolean | undefined;
27847
- intent?: "content" | "style" | "display" | "behavior" | undefined;
27847
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
27848
27848
  } | undefined;
27849
27849
  customInput?: {
27850
27850
  placeholder?: string | undefined;
@@ -27954,7 +27954,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
27954
27954
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
27955
27955
  searchThreshold?: number | undefined;
27956
27956
  renderInHeader?: boolean | undefined;
27957
- intent?: "content" | "style" | "display" | "behavior" | undefined;
27957
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
27958
27958
  } | undefined;
27959
27959
  } | {
27960
27960
  id: string;
@@ -28058,7 +28058,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
28058
28058
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
28059
28059
  searchThreshold?: number | undefined;
28060
28060
  renderInHeader?: boolean | undefined;
28061
- intent?: "content" | "style" | "display" | "behavior" | undefined;
28061
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
28062
28062
  } | undefined;
28063
28063
  fixedContentType?: string | undefined;
28064
28064
  contentTypeField?: string | undefined;
@@ -28169,7 +28169,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
28169
28169
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
28170
28170
  searchThreshold?: number | undefined;
28171
28171
  renderInHeader?: boolean | undefined;
28172
- intent?: "content" | "style" | "display" | "behavior" | undefined;
28172
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
28173
28173
  } | undefined;
28174
28174
  maxLength?: number | undefined;
28175
28175
  } | {
@@ -28274,7 +28274,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
28274
28274
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
28275
28275
  searchThreshold?: number | undefined;
28276
28276
  renderInHeader?: boolean | undefined;
28277
- intent?: "content" | "style" | "display" | "behavior" | undefined;
28277
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
28278
28278
  } | undefined;
28279
28279
  } | {
28280
28280
  id: string;
@@ -28379,7 +28379,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
28379
28379
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
28380
28380
  searchThreshold?: number | undefined;
28381
28381
  renderInHeader?: boolean | undefined;
28382
- intent?: "content" | "style" | "display" | "behavior" | undefined;
28382
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
28383
28383
  } | undefined;
28384
28384
  aspectRatio?: string | undefined;
28385
28385
  } | {
@@ -28485,7 +28485,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
28485
28485
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
28486
28486
  searchThreshold?: number | undefined;
28487
28487
  renderInHeader?: boolean | undefined;
28488
- intent?: "content" | "style" | "display" | "behavior" | undefined;
28488
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
28489
28489
  } | undefined;
28490
28490
  } | {
28491
28491
  id: string;
@@ -28589,7 +28589,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
28589
28589
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
28590
28590
  searchThreshold?: number | undefined;
28591
28591
  renderInHeader?: boolean | undefined;
28592
- intent?: "content" | "style" | "display" | "behavior" | undefined;
28592
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
28593
28593
  } | undefined;
28594
28594
  } | {
28595
28595
  id: string;
@@ -28693,7 +28693,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
28693
28693
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
28694
28694
  searchThreshold?: number | undefined;
28695
28695
  renderInHeader?: boolean | undefined;
28696
- intent?: "content" | "style" | "display" | "behavior" | undefined;
28696
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
28697
28697
  } | undefined;
28698
28698
  } | {
28699
28699
  id: string;
@@ -28797,7 +28797,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
28797
28797
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
28798
28798
  searchThreshold?: number | undefined;
28799
28799
  renderInHeader?: boolean | undefined;
28800
- intent?: "content" | "style" | "display" | "behavior" | undefined;
28800
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
28801
28801
  } | undefined;
28802
28802
  } | {
28803
28803
  id: string;
@@ -28901,7 +28901,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
28901
28901
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
28902
28902
  searchThreshold?: number | undefined;
28903
28903
  renderInHeader?: boolean | undefined;
28904
- intent?: "content" | "style" | "display" | "behavior" | undefined;
28904
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
28905
28905
  } | undefined;
28906
28906
  } | {
28907
28907
  id: string;
@@ -29005,7 +29005,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
29005
29005
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
29006
29006
  searchThreshold?: number | undefined;
29007
29007
  renderInHeader?: boolean | undefined;
29008
- intent?: "content" | "style" | "display" | "behavior" | undefined;
29008
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
29009
29009
  } | undefined;
29010
29010
  sourceFieldId?: string | undefined;
29011
29011
  statusFieldId?: string | undefined;
@@ -29113,7 +29113,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
29113
29113
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
29114
29114
  searchThreshold?: number | undefined;
29115
29115
  renderInHeader?: boolean | undefined;
29116
- intent?: "content" | "style" | "display" | "behavior" | undefined;
29116
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
29117
29117
  } | undefined;
29118
29118
  } | {
29119
29119
  id: string;
@@ -29217,7 +29217,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
29217
29217
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
29218
29218
  searchThreshold?: number | undefined;
29219
29219
  renderInHeader?: boolean | undefined;
29220
- intent?: "content" | "style" | "display" | "behavior" | undefined;
29220
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
29221
29221
  } | undefined;
29222
29222
  } | {
29223
29223
  id: string;
@@ -29323,7 +29323,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
29323
29323
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
29324
29324
  searchThreshold?: number | undefined;
29325
29325
  renderInHeader?: boolean | undefined;
29326
- intent?: "content" | "style" | "display" | "behavior" | undefined;
29326
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
29327
29327
  } | undefined;
29328
29328
  } | {
29329
29329
  id: string;
@@ -29427,7 +29427,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
29427
29427
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
29428
29428
  searchThreshold?: number | undefined;
29429
29429
  renderInHeader?: boolean | undefined;
29430
- intent?: "content" | "style" | "display" | "behavior" | undefined;
29430
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
29431
29431
  } | undefined;
29432
29432
  min?: number | undefined;
29433
29433
  max?: number | undefined;
@@ -29538,7 +29538,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
29538
29538
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
29539
29539
  searchThreshold?: number | undefined;
29540
29540
  renderInHeader?: boolean | undefined;
29541
- intent?: "content" | "style" | "display" | "behavior" | undefined;
29541
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
29542
29542
  } | undefined;
29543
29543
  customInput?: {
29544
29544
  placeholder?: string | undefined;
@@ -29648,7 +29648,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
29648
29648
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
29649
29649
  searchThreshold?: number | undefined;
29650
29650
  renderInHeader?: boolean | undefined;
29651
- intent?: "content" | "style" | "display" | "behavior" | undefined;
29651
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
29652
29652
  } | undefined;
29653
29653
  } | {
29654
29654
  id: string;
@@ -29752,7 +29752,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
29752
29752
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
29753
29753
  searchThreshold?: number | undefined;
29754
29754
  renderInHeader?: boolean | undefined;
29755
- intent?: "content" | "style" | "display" | "behavior" | undefined;
29755
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
29756
29756
  } | undefined;
29757
29757
  fixedContentType?: string | undefined;
29758
29758
  contentTypeField?: string | undefined;
@@ -29856,7 +29856,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
29856
29856
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
29857
29857
  searchThreshold?: number | undefined;
29858
29858
  renderInHeader?: boolean | undefined;
29859
- intent?: "content" | "style" | "display" | "behavior" | undefined;
29859
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
29860
29860
  } | undefined;
29861
29861
  } | /*elided*/ any | /*elided*/ any | {
29862
29862
  id: string;
@@ -29964,7 +29964,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
29964
29964
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
29965
29965
  searchThreshold?: number | undefined;
29966
29966
  renderInHeader?: boolean | undefined;
29967
- intent?: "content" | "style" | "display" | "behavior" | undefined;
29967
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
29968
29968
  } | undefined;
29969
29969
  customInput?: {
29970
29970
  placeholder?: string | undefined;
@@ -30074,7 +30074,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
30074
30074
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
30075
30075
  searchThreshold?: number | undefined;
30076
30076
  renderInHeader?: boolean | undefined;
30077
- intent?: "content" | "style" | "display" | "behavior" | undefined;
30077
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
30078
30078
  } | undefined;
30079
30079
  } | {
30080
30080
  id: string;
@@ -30178,7 +30178,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
30178
30178
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
30179
30179
  searchThreshold?: number | undefined;
30180
30180
  renderInHeader?: boolean | undefined;
30181
- intent?: "content" | "style" | "display" | "behavior" | undefined;
30181
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
30182
30182
  } | undefined;
30183
30183
  fixedContentType?: string | undefined;
30184
30184
  contentTypeField?: string | undefined;
@@ -30285,7 +30285,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
30285
30285
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
30286
30286
  searchThreshold?: number | undefined;
30287
30287
  renderInHeader?: boolean | undefined;
30288
- intent?: "content" | "style" | "display" | "behavior" | undefined;
30288
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
30289
30289
  } | undefined;
30290
30290
  activeTabField?: string | undefined;
30291
30291
  } | {
@@ -30394,7 +30394,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
30394
30394
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
30395
30395
  searchThreshold?: number | undefined;
30396
30396
  renderInHeader?: boolean | undefined;
30397
- intent?: "content" | "style" | "display" | "behavior" | undefined;
30397
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
30398
30398
  } | undefined;
30399
30399
  customInput?: {
30400
30400
  placeholder?: string | undefined;
@@ -30504,7 +30504,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
30504
30504
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
30505
30505
  searchThreshold?: number | undefined;
30506
30506
  renderInHeader?: boolean | undefined;
30507
- intent?: "content" | "style" | "display" | "behavior" | undefined;
30507
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
30508
30508
  } | undefined;
30509
30509
  } | {
30510
30510
  id: string;
@@ -30608,7 +30608,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
30608
30608
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
30609
30609
  searchThreshold?: number | undefined;
30610
30610
  renderInHeader?: boolean | undefined;
30611
- intent?: "content" | "style" | "display" | "behavior" | undefined;
30611
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
30612
30612
  } | undefined;
30613
30613
  fixedContentType?: string | undefined;
30614
30614
  contentTypeField?: string | undefined;
@@ -30712,7 +30712,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
30712
30712
  siteOptionSource?: "eventCategories" | "venues" | "staffMembers" | undefined;
30713
30713
  searchThreshold?: number | undefined;
30714
30714
  renderInHeader?: boolean | undefined;
30715
- intent?: "content" | "style" | "display" | "behavior" | undefined;
30715
+ intent?: "style" | "content" | "display" | "behavior" | undefined;
30716
30716
  } | undefined;
30717
30717
  }, "schema"> & {
30718
30718
  schema: {