@riverbankcms/sdk 0.84.2 → 0.88.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 (143) hide show
  1. package/dist/{PreviewEditorSidebar-4PH35ZIE.mjs → PreviewEditorSidebar-EVRS3C7T.mjs} +3 -3
  2. package/dist/{PreviewEditorUI-WHMCRJGM.mjs → PreviewEditorUI-54WD4IGE.mjs} +3 -3
  3. package/dist/SdkPreviewModeRuntime-ZALZDJEK.mjs +8 -0
  4. package/dist/_dts/ai/src/contracts/proposals.d.ts +684 -0
  5. package/dist/_dts/api/src/endpoints.d.ts +58 -14
  6. package/dist/_dts/api/src/index.d.ts +4 -1
  7. package/dist/_dts/api/src/launchReadiness.d.ts +3 -3
  8. package/dist/_dts/api/src/mailchimpIntegration.d.ts +215 -0
  9. package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +35 -15
  10. package/dist/_dts/api/src/siteInfrastructure.d.ts +0 -14
  11. package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +1 -13
  12. package/dist/_dts/api/src/types.d.ts +6 -3
  13. package/dist/_dts/blocks/src/PageRenderer.d.ts +1 -0
  14. package/dist/_dts/blocks/src/contracts/proof-block-islands.d.ts +4 -0
  15. package/dist/_dts/blocks/src/index.d.ts +2 -1
  16. package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +288 -288
  17. package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +288 -288
  18. package/dist/_dts/blocks/src/system/blocks/cart.d.ts +288 -288
  19. package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +288 -288
  20. package/dist/_dts/blocks/src/system/blocks/collection.d.ts +288 -288
  21. package/dist/_dts/blocks/src/system/blocks/events/shared/schemas.d.ts +42 -0
  22. package/dist/_dts/blocks/src/system/blocks/events/shared/types.d.ts +4 -0
  23. package/dist/_dts/blocks/src/system/blocks/faq.d.ts +288 -288
  24. package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +288 -288
  25. package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +1 -1
  26. package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +42 -42
  27. package/dist/_dts/blocks/src/system/blocks/newsletter-signup-destination.d.ts +300 -0
  28. package/dist/_dts/blocks/src/system/blocks/newsletter-signup.d.ts +63 -3
  29. package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +288 -288
  30. package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +288 -288
  31. package/dist/_dts/blocks/src/system/blocks/shop.d.ts +288 -288
  32. package/dist/_dts/blocks/src/system/fragments/library/newsletterForm.d.ts +53 -1
  33. package/dist/_dts/blocks/src/system/manifest/richTextSchema.d.ts +27 -0
  34. package/dist/_dts/blocks/src/system/manifest/schema.d.ts +23 -23
  35. package/dist/_dts/blocks/src/system/runtime/api/types.d.ts +10 -2
  36. package/dist/_dts/blocks/src/system/runtime/components/registry.client.d.ts +24 -0
  37. package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +12 -0
  38. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/types.d.ts +1 -0
  39. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.interactive.d.ts +4 -0
  40. package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.server.d.ts +1 -1
  41. package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/utils.d.ts +11 -1
  42. package/dist/_dts/blocks/src/system/runtime/nodes/newsletter-form.interactive.d.ts +15 -0
  43. package/dist/_dts/blocks/src/system/runtime/nodes/newsletter-form.server.d.ts +1 -1
  44. package/dist/_dts/blocks/src/system/runtime/nodes/newsletter-form.submission.d.ts +32 -0
  45. package/dist/_dts/blocks/src/system/runtime/nodes/newsletter-form.types.d.ts +5 -1
  46. package/dist/_dts/blocks/src/system/runtime/shared/components/ModalShell.d.ts +5 -1
  47. package/dist/_dts/blocks/src/system/runtime/shared/utils/formatting.d.ts +1 -1
  48. package/dist/_dts/content-model/src/referenceFields.d.ts +1 -1
  49. package/dist/_dts/core/src/currency-format.d.ts +37 -2
  50. package/dist/_dts/core/src/event-pricing.d.ts +24 -0
  51. package/dist/_dts/db/src/generated/supabase/database.types.d.ts +551 -20
  52. package/dist/_dts/editor-blocks/src/widgets/reference/loaders.d.ts +3 -1
  53. package/dist/_dts/sdk/src/cli/canonical-entry-policy.d.ts +53 -0
  54. package/dist/_dts/sdk/src/cli/commands/migrate.d.ts +1 -0
  55. package/dist/_dts/sdk/src/cli/commands/pull.d.ts +7 -1
  56. package/dist/_dts/sdk/src/cli/content/reader.d.ts +2 -0
  57. package/dist/_dts/sdk/src/cli/migrations/events.d.ts +73 -0
  58. package/dist/_dts/sdk/src/client/types.d.ts +9 -0
  59. package/dist/_dts/sdk/src/config/validation.d.ts +3 -0
  60. package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +3 -0
  61. package/dist/_dts/sdk/src/data/prefetchBlockData.d.ts +3 -9
  62. package/dist/_dts/sdk/src/manifest/passes/pass1-fields.d.ts +1 -1
  63. package/dist/_dts/sdk/src/manifest/three-pass-converter.d.ts +7 -18
  64. package/dist/_dts/sdk/src/rendering/blocks-page-renderer.d.ts +2 -0
  65. package/dist/_dts/sdk/src/rendering/components/pageShared.d.ts +3 -1
  66. package/dist/_dts/sdk/src/rendering/helpers/loadContent.d.ts +7 -3
  67. package/dist/_dts/sdk/src/rendering/helpers/loadPage.d.ts +4 -24
  68. package/dist/_dts/sdk/src/rendering/helpers/pageRuntimeSupport.d.ts +45 -0
  69. package/dist/_dts/sdk/src/version.d.ts +1 -1
  70. package/dist/_dts/site-commands/src/commands.d.ts +57 -0
  71. package/dist/_dts/surfaces/src/index.d.ts +12 -0
  72. package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
  73. package/dist/_dts/theme-core/src/mock-themes/all.d.ts +9 -9
  74. package/dist/_dts/theme-core/src/schema.d.ts +11 -11
  75. package/dist/{chunk-ZR2GQK2A.mjs → chunk-7KOO7RPP.mjs} +953 -315
  76. package/dist/{chunk-OCGTXHSO.mjs → chunk-ER4UIW4X.mjs} +7 -7
  77. package/dist/{chunk-WFPYN7KA.mjs → chunk-HVOBXA3Y.mjs} +2 -2
  78. package/dist/{chunk-NFWGLRZZ.mjs → chunk-K3JWH6HE.mjs} +37 -3
  79. package/dist/{chunk-4QNLOTES.mjs → chunk-O4LVYUVH.mjs} +58 -14
  80. package/dist/{chunk-PYDHOMEO.mjs → chunk-YDMBIIS5.mjs} +1 -1
  81. package/dist/cli/index.mjs +1858 -512
  82. package/dist/client/{accordion-2UZPBMYM.mjs → accordion-PT5CGW5N.mjs} +2 -2
  83. package/dist/client/{bookingForm-36CWQUMV.mjs → bookingForm-2HLRTEYS.mjs} +7 -7
  84. package/dist/client/bookings.mjs +51 -6
  85. package/dist/client/{carousel-QH77HR6X.mjs → carousel-Z2LKYSWA.mjs} +3 -3
  86. package/dist/client/cart-ND5IK4A6.mjs +18 -0
  87. package/dist/client/checkout-EYUSGAY7.mjs +18 -0
  88. package/dist/client/{chunk-SYIJ5JO2.mjs → chunk-6DVPO44G.mjs} +1 -1
  89. package/dist/client/{chunk-3C2VTPWI.mjs → chunk-BAWHZ5GM.mjs} +176 -13
  90. package/dist/client/{chunk-52CGCQ7B.mjs → chunk-BL66UWGD.mjs} +10 -80
  91. package/dist/client/{chunk-VGDBVNOO.mjs → chunk-DIRW2LNG.mjs} +241 -210
  92. package/dist/client/{chunk-UDNSI5PY.mjs → chunk-GOFO7HRH.mjs} +1 -2
  93. package/dist/client/{chunk-ZKUO52W3.mjs → chunk-H4MHEXYS.mjs} +1 -1
  94. package/dist/client/{chunk-ZE5G642V.mjs → chunk-LI2C6M5O.mjs} +75 -1
  95. package/dist/client/{chunk-3DTWLTXM.mjs → chunk-MHBEWDT7.mjs} +117 -3
  96. package/dist/client/{chunk-4OXKTA3D.mjs → chunk-O5JNI3E4.mjs} +2 -2
  97. package/dist/client/{chunk-XSV6KW4D.mjs → chunk-S4G65LGR.mjs} +1 -1
  98. package/dist/client/{chunk-DVNUDUVT.mjs → chunk-WBQG7VJA.mjs} +4 -1
  99. package/dist/client/{chunk-F5VRX5Y6.mjs → chunk-WCVK4MBJ.mjs} +1 -1
  100. package/dist/client/{chunk-7UCLJ5SP.mjs → chunk-X7GVFB7Y.mjs} +4 -7
  101. package/dist/client/client.mjs +2125 -1403
  102. package/dist/client/{courseRegistration-TMKU6ABO.mjs → courseRegistration-H3AZBUEG.mjs} +7 -7
  103. package/dist/client/{eventCalendar-G6TI32X6.mjs → eventCalendar-FPKJGLGS.mjs} +10 -11
  104. package/dist/client/{eventCombined-SCKEMNAR.mjs → eventCombined-QCGIZBUY.mjs} +10 -11
  105. package/dist/client/{eventDetails-XPIFXXPK.mjs → eventDetails-HIT3BJWU.mjs} +10 -11
  106. package/dist/client/{eventListing-7QFMEMGT.mjs → eventListing-R4HNWJDN.mjs} +10 -11
  107. package/dist/client/{eventRegistration-TOODSZUI.mjs → eventRegistration-Q7BYY5HF.mjs} +10 -11
  108. package/dist/client/{form-MTCMVCZT.mjs → form-NI6YOG6S.mjs} +3 -3
  109. package/dist/client/{headerSection-Y5TMR3TW.mjs → headerSection-SDYGII36.mjs} +4 -4
  110. package/dist/client/hooks.mjs +1682 -1412
  111. package/dist/client/{locationMap-RH2LG7FZ.mjs → locationMap-BDETEUQD.mjs} +3 -4
  112. package/dist/client/{newsletterForm-PCAIPFMA.mjs → newsletterForm-EKYIU67X.mjs} +70 -22
  113. package/dist/client/{productDetail-OIGDR4YE.mjs → productDetail-5UTGNN76.mjs} +8 -9
  114. package/dist/client/{productList-4MA5S2CX.mjs → productList-7YA5KXZQ.mjs} +8 -9
  115. package/dist/client/rendering/client.mjs +753 -329
  116. package/dist/client/rendering/islands.mjs +19 -19
  117. package/dist/client/rendering.mjs +3786 -3034
  118. package/dist/client/shop-AIMUMZYC.mjs +20 -0
  119. package/dist/preview-next/before-render.mjs +58 -14
  120. package/dist/preview-next/client/runtime.mjs +5 -5
  121. package/dist/preview-next/editor-chrome.css +56 -9
  122. package/dist/preview-next/middleware.mjs +58 -14
  123. package/dist/{sdk-runtime-QLOCYKVU.mjs → sdk-runtime-NW472WNT.mjs} +6 -6
  124. package/dist/server/components.mjs +1518 -1015
  125. package/dist/server/config-validation.mjs +1719 -1461
  126. package/dist/server/config.mjs +1719 -1461
  127. package/dist/server/data.mjs +1683 -1413
  128. package/dist/server/index.mjs +79 -17
  129. package/dist/server/next.mjs +1902 -1311
  130. package/dist/server/page-converter.mjs +2193 -1169
  131. package/dist/server/prebuild.mjs +1 -1
  132. package/dist/server/rendering/server.mjs +1709 -1209
  133. package/dist/server/rendering.mjs +1894 -1347
  134. package/dist/server/routing.mjs +1872 -1499
  135. package/dist/server/server.mjs +1571 -1264
  136. package/dist/server/theme-bridge.mjs +234 -0
  137. package/dist/styles/index.css +232 -0
  138. package/package.json +1 -1
  139. package/dist/SdkPreviewModeRuntime-4FGSVUYI.mjs +0 -8
  140. package/dist/client/cart-X4YK4FTW.mjs +0 -19
  141. package/dist/client/checkout-OM2BEPWD.mjs +0 -19
  142. package/dist/client/chunk-I2MMZO53.mjs +0 -6
  143. package/dist/client/shop-WXSYV5QO.mjs +0 -21
@@ -113,7 +113,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
113
113
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
114
114
  searchThreshold?: number | undefined;
115
115
  renderInHeader?: boolean | undefined;
116
- intent?: "display" | "style" | "content" | "behavior" | undefined;
116
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
117
117
  } | undefined;
118
118
  source?: {
119
119
  kind: "static";
@@ -217,7 +217,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
217
217
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
218
218
  searchThreshold?: number | undefined;
219
219
  renderInHeader?: boolean | undefined;
220
- intent?: "display" | "style" | "content" | "behavior" | undefined;
220
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
221
221
  } | undefined;
222
222
  itemLabelSource?: string | undefined;
223
223
  showSummary?: boolean | undefined;
@@ -333,7 +333,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
333
333
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
334
334
  searchThreshold?: number | undefined;
335
335
  renderInHeader?: boolean | undefined;
336
- intent?: "display" | "style" | "content" | "behavior" | undefined;
336
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
337
337
  } | undefined;
338
338
  source?: {
339
339
  kind: "static";
@@ -442,7 +442,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
442
442
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
443
443
  searchThreshold?: number | undefined;
444
444
  renderInHeader?: boolean | undefined;
445
- intent?: "display" | "style" | "content" | "behavior" | undefined;
445
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
446
446
  } | undefined;
447
447
  maxLength?: number | undefined;
448
448
  } | {
@@ -543,7 +543,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
543
543
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
544
544
  searchThreshold?: number | undefined;
545
545
  renderInHeader?: boolean | undefined;
546
- intent?: "display" | "style" | "content" | "behavior" | undefined;
546
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
547
547
  } | undefined;
548
548
  } | {
549
549
  id: string;
@@ -644,7 +644,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
644
644
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
645
645
  searchThreshold?: number | undefined;
646
646
  renderInHeader?: boolean | undefined;
647
- intent?: "display" | "style" | "content" | "behavior" | undefined;
647
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
648
648
  } | undefined;
649
649
  aspectRatio?: string | undefined;
650
650
  } | {
@@ -746,7 +746,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
746
746
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
747
747
  searchThreshold?: number | undefined;
748
748
  renderInHeader?: boolean | undefined;
749
- intent?: "display" | "style" | "content" | "behavior" | undefined;
749
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
750
750
  } | undefined;
751
751
  } | {
752
752
  id: string;
@@ -846,7 +846,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
846
846
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
847
847
  searchThreshold?: number | undefined;
848
848
  renderInHeader?: boolean | undefined;
849
- intent?: "display" | "style" | "content" | "behavior" | undefined;
849
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
850
850
  } | undefined;
851
851
  } | {
852
852
  id: string;
@@ -946,7 +946,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
946
946
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
947
947
  searchThreshold?: number | undefined;
948
948
  renderInHeader?: boolean | undefined;
949
- intent?: "display" | "style" | "content" | "behavior" | undefined;
949
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
950
950
  } | undefined;
951
951
  } | {
952
952
  id: string;
@@ -1046,7 +1046,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
1046
1046
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
1047
1047
  searchThreshold?: number | undefined;
1048
1048
  renderInHeader?: boolean | undefined;
1049
- intent?: "display" | "style" | "content" | "behavior" | undefined;
1049
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
1050
1050
  } | undefined;
1051
1051
  } | {
1052
1052
  id: string;
@@ -1146,7 +1146,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
1146
1146
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
1147
1147
  searchThreshold?: number | undefined;
1148
1148
  renderInHeader?: boolean | undefined;
1149
- intent?: "display" | "style" | "content" | "behavior" | undefined;
1149
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
1150
1150
  } | undefined;
1151
1151
  } | {
1152
1152
  id: string;
@@ -1246,7 +1246,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
1246
1246
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
1247
1247
  searchThreshold?: number | undefined;
1248
1248
  renderInHeader?: boolean | undefined;
1249
- intent?: "display" | "style" | "content" | "behavior" | undefined;
1249
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
1250
1250
  } | undefined;
1251
1251
  sourceFieldId?: string | undefined;
1252
1252
  statusFieldId?: string | undefined;
@@ -1350,7 +1350,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
1350
1350
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
1351
1351
  searchThreshold?: number | undefined;
1352
1352
  renderInHeader?: boolean | undefined;
1353
- intent?: "display" | "style" | "content" | "behavior" | undefined;
1353
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
1354
1354
  } | undefined;
1355
1355
  } | {
1356
1356
  id: string;
@@ -1450,7 +1450,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
1450
1450
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
1451
1451
  searchThreshold?: number | undefined;
1452
1452
  renderInHeader?: boolean | undefined;
1453
- intent?: "display" | "style" | "content" | "behavior" | undefined;
1453
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
1454
1454
  } | undefined;
1455
1455
  } | {
1456
1456
  id: string;
@@ -1552,7 +1552,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
1552
1552
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
1553
1553
  searchThreshold?: number | undefined;
1554
1554
  renderInHeader?: boolean | undefined;
1555
- intent?: "display" | "style" | "content" | "behavior" | undefined;
1555
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
1556
1556
  } | undefined;
1557
1557
  } | {
1558
1558
  id: string;
@@ -1652,7 +1652,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
1652
1652
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
1653
1653
  searchThreshold?: number | undefined;
1654
1654
  renderInHeader?: boolean | undefined;
1655
- intent?: "display" | "style" | "content" | "behavior" | undefined;
1655
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
1656
1656
  } | undefined;
1657
1657
  min?: number | undefined;
1658
1658
  max?: number | undefined;
@@ -1768,7 +1768,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
1768
1768
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
1769
1769
  searchThreshold?: number | undefined;
1770
1770
  renderInHeader?: boolean | undefined;
1771
- intent?: "display" | "style" | "content" | "behavior" | undefined;
1771
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
1772
1772
  } | undefined;
1773
1773
  source?: {
1774
1774
  kind: "static";
@@ -1877,7 +1877,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
1877
1877
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
1878
1878
  searchThreshold?: number | undefined;
1879
1879
  renderInHeader?: boolean | undefined;
1880
- intent?: "display" | "style" | "content" | "behavior" | undefined;
1880
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
1881
1881
  } | undefined;
1882
1882
  maxLength?: number | undefined;
1883
1883
  } | {
@@ -1978,7 +1978,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
1978
1978
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
1979
1979
  searchThreshold?: number | undefined;
1980
1980
  renderInHeader?: boolean | undefined;
1981
- intent?: "display" | "style" | "content" | "behavior" | undefined;
1981
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
1982
1982
  } | undefined;
1983
1983
  } | {
1984
1984
  id: string;
@@ -2079,7 +2079,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
2079
2079
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
2080
2080
  searchThreshold?: number | undefined;
2081
2081
  renderInHeader?: boolean | undefined;
2082
- intent?: "display" | "style" | "content" | "behavior" | undefined;
2082
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
2083
2083
  } | undefined;
2084
2084
  aspectRatio?: string | undefined;
2085
2085
  } | {
@@ -2181,7 +2181,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
2181
2181
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
2182
2182
  searchThreshold?: number | undefined;
2183
2183
  renderInHeader?: boolean | undefined;
2184
- intent?: "display" | "style" | "content" | "behavior" | undefined;
2184
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
2185
2185
  } | undefined;
2186
2186
  } | {
2187
2187
  id: string;
@@ -2281,7 +2281,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
2281
2281
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
2282
2282
  searchThreshold?: number | undefined;
2283
2283
  renderInHeader?: boolean | undefined;
2284
- intent?: "display" | "style" | "content" | "behavior" | undefined;
2284
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
2285
2285
  } | undefined;
2286
2286
  } | {
2287
2287
  id: string;
@@ -2381,7 +2381,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
2381
2381
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
2382
2382
  searchThreshold?: number | undefined;
2383
2383
  renderInHeader?: boolean | undefined;
2384
- intent?: "display" | "style" | "content" | "behavior" | undefined;
2384
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
2385
2385
  } | undefined;
2386
2386
  } | {
2387
2387
  id: string;
@@ -2481,7 +2481,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
2481
2481
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
2482
2482
  searchThreshold?: number | undefined;
2483
2483
  renderInHeader?: boolean | undefined;
2484
- intent?: "display" | "style" | "content" | "behavior" | undefined;
2484
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
2485
2485
  } | undefined;
2486
2486
  } | {
2487
2487
  id: string;
@@ -2581,7 +2581,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
2581
2581
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
2582
2582
  searchThreshold?: number | undefined;
2583
2583
  renderInHeader?: boolean | undefined;
2584
- intent?: "display" | "style" | "content" | "behavior" | undefined;
2584
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
2585
2585
  } | undefined;
2586
2586
  } | {
2587
2587
  id: string;
@@ -2681,7 +2681,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
2681
2681
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
2682
2682
  searchThreshold?: number | undefined;
2683
2683
  renderInHeader?: boolean | undefined;
2684
- intent?: "display" | "style" | "content" | "behavior" | undefined;
2684
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
2685
2685
  } | undefined;
2686
2686
  sourceFieldId?: string | undefined;
2687
2687
  statusFieldId?: string | undefined;
@@ -2785,7 +2785,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
2785
2785
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
2786
2786
  searchThreshold?: number | undefined;
2787
2787
  renderInHeader?: boolean | undefined;
2788
- intent?: "display" | "style" | "content" | "behavior" | undefined;
2788
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
2789
2789
  } | undefined;
2790
2790
  } | {
2791
2791
  id: string;
@@ -2885,7 +2885,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
2885
2885
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
2886
2886
  searchThreshold?: number | undefined;
2887
2887
  renderInHeader?: boolean | undefined;
2888
- intent?: "display" | "style" | "content" | "behavior" | undefined;
2888
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
2889
2889
  } | undefined;
2890
2890
  } | {
2891
2891
  id: string;
@@ -2987,7 +2987,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
2987
2987
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
2988
2988
  searchThreshold?: number | undefined;
2989
2989
  renderInHeader?: boolean | undefined;
2990
- intent?: "display" | "style" | "content" | "behavior" | undefined;
2990
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
2991
2991
  } | undefined;
2992
2992
  } | {
2993
2993
  id: string;
@@ -3087,7 +3087,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
3087
3087
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
3088
3088
  searchThreshold?: number | undefined;
3089
3089
  renderInHeader?: boolean | undefined;
3090
- intent?: "display" | "style" | "content" | "behavior" | undefined;
3090
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
3091
3091
  } | undefined;
3092
3092
  min?: number | undefined;
3093
3093
  max?: number | undefined;
@@ -3205,7 +3205,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
3205
3205
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
3206
3206
  searchThreshold?: number | undefined;
3207
3207
  renderInHeader?: boolean | undefined;
3208
- intent?: "display" | "style" | "content" | "behavior" | undefined;
3208
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
3209
3209
  } | undefined;
3210
3210
  source?: {
3211
3211
  kind: "static";
@@ -3314,7 +3314,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
3314
3314
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
3315
3315
  searchThreshold?: number | undefined;
3316
3316
  renderInHeader?: boolean | undefined;
3317
- intent?: "display" | "style" | "content" | "behavior" | undefined;
3317
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
3318
3318
  } | undefined;
3319
3319
  maxLength?: number | undefined;
3320
3320
  } | {
@@ -3415,7 +3415,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
3415
3415
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
3416
3416
  searchThreshold?: number | undefined;
3417
3417
  renderInHeader?: boolean | undefined;
3418
- intent?: "display" | "style" | "content" | "behavior" | undefined;
3418
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
3419
3419
  } | undefined;
3420
3420
  } | {
3421
3421
  id: string;
@@ -3516,7 +3516,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
3516
3516
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
3517
3517
  searchThreshold?: number | undefined;
3518
3518
  renderInHeader?: boolean | undefined;
3519
- intent?: "display" | "style" | "content" | "behavior" | undefined;
3519
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
3520
3520
  } | undefined;
3521
3521
  aspectRatio?: string | undefined;
3522
3522
  } | {
@@ -3618,7 +3618,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
3618
3618
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
3619
3619
  searchThreshold?: number | undefined;
3620
3620
  renderInHeader?: boolean | undefined;
3621
- intent?: "display" | "style" | "content" | "behavior" | undefined;
3621
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
3622
3622
  } | undefined;
3623
3623
  } | {
3624
3624
  id: string;
@@ -3718,7 +3718,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
3718
3718
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
3719
3719
  searchThreshold?: number | undefined;
3720
3720
  renderInHeader?: boolean | undefined;
3721
- intent?: "display" | "style" | "content" | "behavior" | undefined;
3721
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
3722
3722
  } | undefined;
3723
3723
  } | {
3724
3724
  id: string;
@@ -3818,7 +3818,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
3818
3818
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
3819
3819
  searchThreshold?: number | undefined;
3820
3820
  renderInHeader?: boolean | undefined;
3821
- intent?: "display" | "style" | "content" | "behavior" | undefined;
3821
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
3822
3822
  } | undefined;
3823
3823
  } | {
3824
3824
  id: string;
@@ -3918,7 +3918,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
3918
3918
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
3919
3919
  searchThreshold?: number | undefined;
3920
3920
  renderInHeader?: boolean | undefined;
3921
- intent?: "display" | "style" | "content" | "behavior" | undefined;
3921
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
3922
3922
  } | undefined;
3923
3923
  } | {
3924
3924
  id: string;
@@ -4018,7 +4018,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
4018
4018
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
4019
4019
  searchThreshold?: number | undefined;
4020
4020
  renderInHeader?: boolean | undefined;
4021
- intent?: "display" | "style" | "content" | "behavior" | undefined;
4021
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
4022
4022
  } | undefined;
4023
4023
  } | {
4024
4024
  id: string;
@@ -4118,7 +4118,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
4118
4118
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
4119
4119
  searchThreshold?: number | undefined;
4120
4120
  renderInHeader?: boolean | undefined;
4121
- intent?: "display" | "style" | "content" | "behavior" | undefined;
4121
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
4122
4122
  } | undefined;
4123
4123
  sourceFieldId?: string | undefined;
4124
4124
  statusFieldId?: string | undefined;
@@ -4222,7 +4222,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
4222
4222
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
4223
4223
  searchThreshold?: number | undefined;
4224
4224
  renderInHeader?: boolean | undefined;
4225
- intent?: "display" | "style" | "content" | "behavior" | undefined;
4225
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
4226
4226
  } | undefined;
4227
4227
  } | {
4228
4228
  id: string;
@@ -4322,7 +4322,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
4322
4322
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
4323
4323
  searchThreshold?: number | undefined;
4324
4324
  renderInHeader?: boolean | undefined;
4325
- intent?: "display" | "style" | "content" | "behavior" | undefined;
4325
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
4326
4326
  } | undefined;
4327
4327
  } | {
4328
4328
  id: string;
@@ -4424,7 +4424,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
4424
4424
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
4425
4425
  searchThreshold?: number | undefined;
4426
4426
  renderInHeader?: boolean | undefined;
4427
- intent?: "display" | "style" | "content" | "behavior" | undefined;
4427
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
4428
4428
  } | undefined;
4429
4429
  } | {
4430
4430
  id: string;
@@ -4524,7 +4524,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
4524
4524
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
4525
4525
  searchThreshold?: number | undefined;
4526
4526
  renderInHeader?: boolean | undefined;
4527
- intent?: "display" | "style" | "content" | "behavior" | undefined;
4527
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
4528
4528
  } | undefined;
4529
4529
  min?: number | undefined;
4530
4530
  max?: number | undefined;
@@ -4631,7 +4631,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
4631
4631
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
4632
4632
  searchThreshold?: number | undefined;
4633
4633
  renderInHeader?: boolean | undefined;
4634
- intent?: "display" | "style" | "content" | "behavior" | undefined;
4634
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
4635
4635
  } | undefined;
4636
4636
  customInput?: {
4637
4637
  placeholder?: string | undefined;
@@ -4737,7 +4737,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
4737
4737
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
4738
4738
  searchThreshold?: number | undefined;
4739
4739
  renderInHeader?: boolean | undefined;
4740
- intent?: "display" | "style" | "content" | "behavior" | undefined;
4740
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
4741
4741
  } | undefined;
4742
4742
  } | {
4743
4743
  id: string;
@@ -4837,7 +4837,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
4837
4837
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
4838
4838
  searchThreshold?: number | undefined;
4839
4839
  renderInHeader?: boolean | undefined;
4840
- intent?: "display" | "style" | "content" | "behavior" | undefined;
4840
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
4841
4841
  } | undefined;
4842
4842
  fixedContentType?: string | undefined;
4843
4843
  contentTypeField?: string | undefined;
@@ -4940,7 +4940,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
4940
4940
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
4941
4941
  searchThreshold?: number | undefined;
4942
4942
  renderInHeader?: boolean | undefined;
4943
- intent?: "display" | "style" | "content" | "behavior" | undefined;
4943
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
4944
4944
  } | undefined;
4945
4945
  activeTabField?: string | undefined;
4946
4946
  } | {
@@ -5045,7 +5045,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
5045
5045
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
5046
5046
  searchThreshold?: number | undefined;
5047
5047
  renderInHeader?: boolean | undefined;
5048
- intent?: "display" | "style" | "content" | "behavior" | undefined;
5048
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
5049
5049
  } | undefined;
5050
5050
  customInput?: {
5051
5051
  placeholder?: string | undefined;
@@ -5151,7 +5151,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
5151
5151
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
5152
5152
  searchThreshold?: number | undefined;
5153
5153
  renderInHeader?: boolean | undefined;
5154
- intent?: "display" | "style" | "content" | "behavior" | undefined;
5154
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
5155
5155
  } | undefined;
5156
5156
  } | {
5157
5157
  id: string;
@@ -5251,7 +5251,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
5251
5251
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
5252
5252
  searchThreshold?: number | undefined;
5253
5253
  renderInHeader?: boolean | undefined;
5254
- intent?: "display" | "style" | "content" | "behavior" | undefined;
5254
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
5255
5255
  } | undefined;
5256
5256
  fixedContentType?: string | undefined;
5257
5257
  contentTypeField?: string | undefined;
@@ -5351,7 +5351,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
5351
5351
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
5352
5352
  searchThreshold?: number | undefined;
5353
5353
  renderInHeader?: boolean | undefined;
5354
- intent?: "display" | "style" | "content" | "behavior" | undefined;
5354
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
5355
5355
  } | undefined;
5356
5356
  } | /*elided*/ any | {
5357
5357
  id: string;
@@ -5466,7 +5466,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
5466
5466
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
5467
5467
  searchThreshold?: number | undefined;
5468
5468
  renderInHeader?: boolean | undefined;
5469
- intent?: "display" | "style" | "content" | "behavior" | undefined;
5469
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
5470
5470
  } | undefined;
5471
5471
  source?: {
5472
5472
  kind: "static";
@@ -5575,7 +5575,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
5575
5575
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
5576
5576
  searchThreshold?: number | undefined;
5577
5577
  renderInHeader?: boolean | undefined;
5578
- intent?: "display" | "style" | "content" | "behavior" | undefined;
5578
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
5579
5579
  } | undefined;
5580
5580
  maxLength?: number | undefined;
5581
5581
  } | {
@@ -5676,7 +5676,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
5676
5676
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
5677
5677
  searchThreshold?: number | undefined;
5678
5678
  renderInHeader?: boolean | undefined;
5679
- intent?: "display" | "style" | "content" | "behavior" | undefined;
5679
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
5680
5680
  } | undefined;
5681
5681
  } | {
5682
5682
  id: string;
@@ -5777,7 +5777,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
5777
5777
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
5778
5778
  searchThreshold?: number | undefined;
5779
5779
  renderInHeader?: boolean | undefined;
5780
- intent?: "display" | "style" | "content" | "behavior" | undefined;
5780
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
5781
5781
  } | undefined;
5782
5782
  aspectRatio?: string | undefined;
5783
5783
  } | {
@@ -5879,7 +5879,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
5879
5879
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
5880
5880
  searchThreshold?: number | undefined;
5881
5881
  renderInHeader?: boolean | undefined;
5882
- intent?: "display" | "style" | "content" | "behavior" | undefined;
5882
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
5883
5883
  } | undefined;
5884
5884
  } | {
5885
5885
  id: string;
@@ -5979,7 +5979,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
5979
5979
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
5980
5980
  searchThreshold?: number | undefined;
5981
5981
  renderInHeader?: boolean | undefined;
5982
- intent?: "display" | "style" | "content" | "behavior" | undefined;
5982
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
5983
5983
  } | undefined;
5984
5984
  } | {
5985
5985
  id: string;
@@ -6079,7 +6079,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
6079
6079
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
6080
6080
  searchThreshold?: number | undefined;
6081
6081
  renderInHeader?: boolean | undefined;
6082
- intent?: "display" | "style" | "content" | "behavior" | undefined;
6082
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
6083
6083
  } | undefined;
6084
6084
  } | {
6085
6085
  id: string;
@@ -6179,7 +6179,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
6179
6179
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
6180
6180
  searchThreshold?: number | undefined;
6181
6181
  renderInHeader?: boolean | undefined;
6182
- intent?: "display" | "style" | "content" | "behavior" | undefined;
6182
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
6183
6183
  } | undefined;
6184
6184
  } | {
6185
6185
  id: string;
@@ -6279,7 +6279,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
6279
6279
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
6280
6280
  searchThreshold?: number | undefined;
6281
6281
  renderInHeader?: boolean | undefined;
6282
- intent?: "display" | "style" | "content" | "behavior" | undefined;
6282
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
6283
6283
  } | undefined;
6284
6284
  } | {
6285
6285
  id: string;
@@ -6379,7 +6379,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
6379
6379
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
6380
6380
  searchThreshold?: number | undefined;
6381
6381
  renderInHeader?: boolean | undefined;
6382
- intent?: "display" | "style" | "content" | "behavior" | undefined;
6382
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
6383
6383
  } | undefined;
6384
6384
  sourceFieldId?: string | undefined;
6385
6385
  statusFieldId?: string | undefined;
@@ -6483,7 +6483,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
6483
6483
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
6484
6484
  searchThreshold?: number | undefined;
6485
6485
  renderInHeader?: boolean | undefined;
6486
- intent?: "display" | "style" | "content" | "behavior" | undefined;
6486
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
6487
6487
  } | undefined;
6488
6488
  } | {
6489
6489
  id: string;
@@ -6583,7 +6583,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
6583
6583
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
6584
6584
  searchThreshold?: number | undefined;
6585
6585
  renderInHeader?: boolean | undefined;
6586
- intent?: "display" | "style" | "content" | "behavior" | undefined;
6586
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
6587
6587
  } | undefined;
6588
6588
  } | {
6589
6589
  id: string;
@@ -6685,7 +6685,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
6685
6685
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
6686
6686
  searchThreshold?: number | undefined;
6687
6687
  renderInHeader?: boolean | undefined;
6688
- intent?: "display" | "style" | "content" | "behavior" | undefined;
6688
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
6689
6689
  } | undefined;
6690
6690
  } | {
6691
6691
  id: string;
@@ -6785,7 +6785,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
6785
6785
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
6786
6786
  searchThreshold?: number | undefined;
6787
6787
  renderInHeader?: boolean | undefined;
6788
- intent?: "display" | "style" | "content" | "behavior" | undefined;
6788
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
6789
6789
  } | undefined;
6790
6790
  min?: number | undefined;
6791
6791
  max?: number | undefined;
@@ -6901,7 +6901,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
6901
6901
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
6902
6902
  searchThreshold?: number | undefined;
6903
6903
  renderInHeader?: boolean | undefined;
6904
- intent?: "display" | "style" | "content" | "behavior" | undefined;
6904
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
6905
6905
  } | undefined;
6906
6906
  source?: {
6907
6907
  kind: "static";
@@ -7010,7 +7010,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
7010
7010
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
7011
7011
  searchThreshold?: number | undefined;
7012
7012
  renderInHeader?: boolean | undefined;
7013
- intent?: "display" | "style" | "content" | "behavior" | undefined;
7013
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
7014
7014
  } | undefined;
7015
7015
  maxLength?: number | undefined;
7016
7016
  } | {
@@ -7111,7 +7111,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
7111
7111
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
7112
7112
  searchThreshold?: number | undefined;
7113
7113
  renderInHeader?: boolean | undefined;
7114
- intent?: "display" | "style" | "content" | "behavior" | undefined;
7114
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
7115
7115
  } | undefined;
7116
7116
  } | {
7117
7117
  id: string;
@@ -7212,7 +7212,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
7212
7212
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
7213
7213
  searchThreshold?: number | undefined;
7214
7214
  renderInHeader?: boolean | undefined;
7215
- intent?: "display" | "style" | "content" | "behavior" | undefined;
7215
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
7216
7216
  } | undefined;
7217
7217
  aspectRatio?: string | undefined;
7218
7218
  } | {
@@ -7314,7 +7314,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
7314
7314
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
7315
7315
  searchThreshold?: number | undefined;
7316
7316
  renderInHeader?: boolean | undefined;
7317
- intent?: "display" | "style" | "content" | "behavior" | undefined;
7317
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
7318
7318
  } | undefined;
7319
7319
  } | {
7320
7320
  id: string;
@@ -7414,7 +7414,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
7414
7414
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
7415
7415
  searchThreshold?: number | undefined;
7416
7416
  renderInHeader?: boolean | undefined;
7417
- intent?: "display" | "style" | "content" | "behavior" | undefined;
7417
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
7418
7418
  } | undefined;
7419
7419
  } | {
7420
7420
  id: string;
@@ -7514,7 +7514,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
7514
7514
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
7515
7515
  searchThreshold?: number | undefined;
7516
7516
  renderInHeader?: boolean | undefined;
7517
- intent?: "display" | "style" | "content" | "behavior" | undefined;
7517
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
7518
7518
  } | undefined;
7519
7519
  } | {
7520
7520
  id: string;
@@ -7614,7 +7614,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
7614
7614
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
7615
7615
  searchThreshold?: number | undefined;
7616
7616
  renderInHeader?: boolean | undefined;
7617
- intent?: "display" | "style" | "content" | "behavior" | undefined;
7617
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
7618
7618
  } | undefined;
7619
7619
  } | {
7620
7620
  id: string;
@@ -7714,7 +7714,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
7714
7714
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
7715
7715
  searchThreshold?: number | undefined;
7716
7716
  renderInHeader?: boolean | undefined;
7717
- intent?: "display" | "style" | "content" | "behavior" | undefined;
7717
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
7718
7718
  } | undefined;
7719
7719
  } | {
7720
7720
  id: string;
@@ -7814,7 +7814,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
7814
7814
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
7815
7815
  searchThreshold?: number | undefined;
7816
7816
  renderInHeader?: boolean | undefined;
7817
- intent?: "display" | "style" | "content" | "behavior" | undefined;
7817
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
7818
7818
  } | undefined;
7819
7819
  sourceFieldId?: string | undefined;
7820
7820
  statusFieldId?: string | undefined;
@@ -7918,7 +7918,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
7918
7918
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
7919
7919
  searchThreshold?: number | undefined;
7920
7920
  renderInHeader?: boolean | undefined;
7921
- intent?: "display" | "style" | "content" | "behavior" | undefined;
7921
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
7922
7922
  } | undefined;
7923
7923
  } | {
7924
7924
  id: string;
@@ -8018,7 +8018,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
8018
8018
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
8019
8019
  searchThreshold?: number | undefined;
8020
8020
  renderInHeader?: boolean | undefined;
8021
- intent?: "display" | "style" | "content" | "behavior" | undefined;
8021
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
8022
8022
  } | undefined;
8023
8023
  } | {
8024
8024
  id: string;
@@ -8120,7 +8120,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
8120
8120
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
8121
8121
  searchThreshold?: number | undefined;
8122
8122
  renderInHeader?: boolean | undefined;
8123
- intent?: "display" | "style" | "content" | "behavior" | undefined;
8123
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
8124
8124
  } | undefined;
8125
8125
  } | {
8126
8126
  id: string;
@@ -8220,7 +8220,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
8220
8220
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
8221
8221
  searchThreshold?: number | undefined;
8222
8222
  renderInHeader?: boolean | undefined;
8223
- intent?: "display" | "style" | "content" | "behavior" | undefined;
8223
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
8224
8224
  } | undefined;
8225
8225
  min?: number | undefined;
8226
8226
  max?: number | undefined;
@@ -8327,7 +8327,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
8327
8327
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
8328
8328
  searchThreshold?: number | undefined;
8329
8329
  renderInHeader?: boolean | undefined;
8330
- intent?: "display" | "style" | "content" | "behavior" | undefined;
8330
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
8331
8331
  } | undefined;
8332
8332
  customInput?: {
8333
8333
  placeholder?: string | undefined;
@@ -8433,7 +8433,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
8433
8433
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
8434
8434
  searchThreshold?: number | undefined;
8435
8435
  renderInHeader?: boolean | undefined;
8436
- intent?: "display" | "style" | "content" | "behavior" | undefined;
8436
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
8437
8437
  } | undefined;
8438
8438
  } | {
8439
8439
  id: string;
@@ -8533,7 +8533,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
8533
8533
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
8534
8534
  searchThreshold?: number | undefined;
8535
8535
  renderInHeader?: boolean | undefined;
8536
- intent?: "display" | "style" | "content" | "behavior" | undefined;
8536
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
8537
8537
  } | undefined;
8538
8538
  fixedContentType?: string | undefined;
8539
8539
  contentTypeField?: string | undefined;
@@ -8633,7 +8633,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
8633
8633
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
8634
8634
  searchThreshold?: number | undefined;
8635
8635
  renderInHeader?: boolean | undefined;
8636
- intent?: "display" | "style" | "content" | "behavior" | undefined;
8636
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
8637
8637
  } | undefined;
8638
8638
  } | /*elided*/ any | /*elided*/ any | {
8639
8639
  id: string;
@@ -8737,7 +8737,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
8737
8737
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
8738
8738
  searchThreshold?: number | undefined;
8739
8739
  renderInHeader?: boolean | undefined;
8740
- intent?: "display" | "style" | "content" | "behavior" | undefined;
8740
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
8741
8741
  } | undefined;
8742
8742
  customInput?: {
8743
8743
  placeholder?: string | undefined;
@@ -8843,7 +8843,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
8843
8843
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
8844
8844
  searchThreshold?: number | undefined;
8845
8845
  renderInHeader?: boolean | undefined;
8846
- intent?: "display" | "style" | "content" | "behavior" | undefined;
8846
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
8847
8847
  } | undefined;
8848
8848
  } | {
8849
8849
  id: string;
@@ -8943,7 +8943,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
8943
8943
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
8944
8944
  searchThreshold?: number | undefined;
8945
8945
  renderInHeader?: boolean | undefined;
8946
- intent?: "display" | "style" | "content" | "behavior" | undefined;
8946
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
8947
8947
  } | undefined;
8948
8948
  fixedContentType?: string | undefined;
8949
8949
  contentTypeField?: string | undefined;
@@ -9046,7 +9046,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
9046
9046
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
9047
9047
  searchThreshold?: number | undefined;
9048
9048
  renderInHeader?: boolean | undefined;
9049
- intent?: "display" | "style" | "content" | "behavior" | undefined;
9049
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
9050
9050
  } | undefined;
9051
9051
  activeTabField?: string | undefined;
9052
9052
  } | {
@@ -9151,7 +9151,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
9151
9151
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
9152
9152
  searchThreshold?: number | undefined;
9153
9153
  renderInHeader?: boolean | undefined;
9154
- intent?: "display" | "style" | "content" | "behavior" | undefined;
9154
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
9155
9155
  } | undefined;
9156
9156
  customInput?: {
9157
9157
  placeholder?: string | undefined;
@@ -9257,7 +9257,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
9257
9257
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
9258
9258
  searchThreshold?: number | undefined;
9259
9259
  renderInHeader?: boolean | undefined;
9260
- intent?: "display" | "style" | "content" | "behavior" | undefined;
9260
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
9261
9261
  } | undefined;
9262
9262
  } | {
9263
9263
  id: string;
@@ -9357,7 +9357,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
9357
9357
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
9358
9358
  searchThreshold?: number | undefined;
9359
9359
  renderInHeader?: boolean | undefined;
9360
- intent?: "display" | "style" | "content" | "behavior" | undefined;
9360
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
9361
9361
  } | undefined;
9362
9362
  fixedContentType?: string | undefined;
9363
9363
  contentTypeField?: string | undefined;
@@ -9464,7 +9464,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
9464
9464
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
9465
9465
  searchThreshold?: number | undefined;
9466
9466
  renderInHeader?: boolean | undefined;
9467
- intent?: "display" | "style" | "content" | "behavior" | undefined;
9467
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
9468
9468
  } | undefined;
9469
9469
  maxLength?: number | undefined;
9470
9470
  } | {
@@ -9565,7 +9565,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
9565
9565
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
9566
9566
  searchThreshold?: number | undefined;
9567
9567
  renderInHeader?: boolean | undefined;
9568
- intent?: "display" | "style" | "content" | "behavior" | undefined;
9568
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
9569
9569
  } | undefined;
9570
9570
  } | {
9571
9571
  id: string;
@@ -9666,7 +9666,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
9666
9666
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
9667
9667
  searchThreshold?: number | undefined;
9668
9668
  renderInHeader?: boolean | undefined;
9669
- intent?: "display" | "style" | "content" | "behavior" | undefined;
9669
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
9670
9670
  } | undefined;
9671
9671
  aspectRatio?: string | undefined;
9672
9672
  } | {
@@ -9768,7 +9768,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
9768
9768
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
9769
9769
  searchThreshold?: number | undefined;
9770
9770
  renderInHeader?: boolean | undefined;
9771
- intent?: "display" | "style" | "content" | "behavior" | undefined;
9771
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
9772
9772
  } | undefined;
9773
9773
  } | {
9774
9774
  id: string;
@@ -9868,7 +9868,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
9868
9868
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
9869
9869
  searchThreshold?: number | undefined;
9870
9870
  renderInHeader?: boolean | undefined;
9871
- intent?: "display" | "style" | "content" | "behavior" | undefined;
9871
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
9872
9872
  } | undefined;
9873
9873
  } | {
9874
9874
  id: string;
@@ -9968,7 +9968,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
9968
9968
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
9969
9969
  searchThreshold?: number | undefined;
9970
9970
  renderInHeader?: boolean | undefined;
9971
- intent?: "display" | "style" | "content" | "behavior" | undefined;
9971
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
9972
9972
  } | undefined;
9973
9973
  } | {
9974
9974
  id: string;
@@ -10068,7 +10068,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
10068
10068
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
10069
10069
  searchThreshold?: number | undefined;
10070
10070
  renderInHeader?: boolean | undefined;
10071
- intent?: "display" | "style" | "content" | "behavior" | undefined;
10071
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
10072
10072
  } | undefined;
10073
10073
  } | {
10074
10074
  id: string;
@@ -10168,7 +10168,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
10168
10168
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
10169
10169
  searchThreshold?: number | undefined;
10170
10170
  renderInHeader?: boolean | undefined;
10171
- intent?: "display" | "style" | "content" | "behavior" | undefined;
10171
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
10172
10172
  } | undefined;
10173
10173
  } | {
10174
10174
  id: string;
@@ -10268,7 +10268,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
10268
10268
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
10269
10269
  searchThreshold?: number | undefined;
10270
10270
  renderInHeader?: boolean | undefined;
10271
- intent?: "display" | "style" | "content" | "behavior" | undefined;
10271
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
10272
10272
  } | undefined;
10273
10273
  sourceFieldId?: string | undefined;
10274
10274
  statusFieldId?: string | undefined;
@@ -10372,7 +10372,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
10372
10372
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
10373
10373
  searchThreshold?: number | undefined;
10374
10374
  renderInHeader?: boolean | undefined;
10375
- intent?: "display" | "style" | "content" | "behavior" | undefined;
10375
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
10376
10376
  } | undefined;
10377
10377
  } | {
10378
10378
  id: string;
@@ -10472,7 +10472,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
10472
10472
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
10473
10473
  searchThreshold?: number | undefined;
10474
10474
  renderInHeader?: boolean | undefined;
10475
- intent?: "display" | "style" | "content" | "behavior" | undefined;
10475
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
10476
10476
  } | undefined;
10477
10477
  } | {
10478
10478
  id: string;
@@ -10574,7 +10574,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
10574
10574
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
10575
10575
  searchThreshold?: number | undefined;
10576
10576
  renderInHeader?: boolean | undefined;
10577
- intent?: "display" | "style" | "content" | "behavior" | undefined;
10577
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
10578
10578
  } | undefined;
10579
10579
  } | {
10580
10580
  id: string;
@@ -10674,7 +10674,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
10674
10674
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
10675
10675
  searchThreshold?: number | undefined;
10676
10676
  renderInHeader?: boolean | undefined;
10677
- intent?: "display" | "style" | "content" | "behavior" | undefined;
10677
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
10678
10678
  } | undefined;
10679
10679
  min?: number | undefined;
10680
10680
  max?: number | undefined;
@@ -10790,7 +10790,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
10790
10790
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
10791
10791
  searchThreshold?: number | undefined;
10792
10792
  renderInHeader?: boolean | undefined;
10793
- intent?: "display" | "style" | "content" | "behavior" | undefined;
10793
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
10794
10794
  } | undefined;
10795
10795
  source?: {
10796
10796
  kind: "static";
@@ -10894,7 +10894,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
10894
10894
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
10895
10895
  searchThreshold?: number | undefined;
10896
10896
  renderInHeader?: boolean | undefined;
10897
- intent?: "display" | "style" | "content" | "behavior" | undefined;
10897
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
10898
10898
  } | undefined;
10899
10899
  itemLabelSource?: string | undefined;
10900
10900
  showSummary?: boolean | undefined;
@@ -11010,7 +11010,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
11010
11010
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
11011
11011
  searchThreshold?: number | undefined;
11012
11012
  renderInHeader?: boolean | undefined;
11013
- intent?: "display" | "style" | "content" | "behavior" | undefined;
11013
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
11014
11014
  } | undefined;
11015
11015
  source?: {
11016
11016
  kind: "static";
@@ -11119,7 +11119,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
11119
11119
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
11120
11120
  searchThreshold?: number | undefined;
11121
11121
  renderInHeader?: boolean | undefined;
11122
- intent?: "display" | "style" | "content" | "behavior" | undefined;
11122
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
11123
11123
  } | undefined;
11124
11124
  maxLength?: number | undefined;
11125
11125
  } | {
@@ -11220,7 +11220,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
11220
11220
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
11221
11221
  searchThreshold?: number | undefined;
11222
11222
  renderInHeader?: boolean | undefined;
11223
- intent?: "display" | "style" | "content" | "behavior" | undefined;
11223
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
11224
11224
  } | undefined;
11225
11225
  } | {
11226
11226
  id: string;
@@ -11321,7 +11321,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
11321
11321
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
11322
11322
  searchThreshold?: number | undefined;
11323
11323
  renderInHeader?: boolean | undefined;
11324
- intent?: "display" | "style" | "content" | "behavior" | undefined;
11324
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
11325
11325
  } | undefined;
11326
11326
  aspectRatio?: string | undefined;
11327
11327
  } | {
@@ -11423,7 +11423,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
11423
11423
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
11424
11424
  searchThreshold?: number | undefined;
11425
11425
  renderInHeader?: boolean | undefined;
11426
- intent?: "display" | "style" | "content" | "behavior" | undefined;
11426
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
11427
11427
  } | undefined;
11428
11428
  } | {
11429
11429
  id: string;
@@ -11523,7 +11523,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
11523
11523
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
11524
11524
  searchThreshold?: number | undefined;
11525
11525
  renderInHeader?: boolean | undefined;
11526
- intent?: "display" | "style" | "content" | "behavior" | undefined;
11526
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
11527
11527
  } | undefined;
11528
11528
  } | {
11529
11529
  id: string;
@@ -11623,7 +11623,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
11623
11623
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
11624
11624
  searchThreshold?: number | undefined;
11625
11625
  renderInHeader?: boolean | undefined;
11626
- intent?: "display" | "style" | "content" | "behavior" | undefined;
11626
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
11627
11627
  } | undefined;
11628
11628
  } | {
11629
11629
  id: string;
@@ -11723,7 +11723,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
11723
11723
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
11724
11724
  searchThreshold?: number | undefined;
11725
11725
  renderInHeader?: boolean | undefined;
11726
- intent?: "display" | "style" | "content" | "behavior" | undefined;
11726
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
11727
11727
  } | undefined;
11728
11728
  } | {
11729
11729
  id: string;
@@ -11823,7 +11823,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
11823
11823
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
11824
11824
  searchThreshold?: number | undefined;
11825
11825
  renderInHeader?: boolean | undefined;
11826
- intent?: "display" | "style" | "content" | "behavior" | undefined;
11826
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
11827
11827
  } | undefined;
11828
11828
  } | {
11829
11829
  id: string;
@@ -11923,7 +11923,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
11923
11923
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
11924
11924
  searchThreshold?: number | undefined;
11925
11925
  renderInHeader?: boolean | undefined;
11926
- intent?: "display" | "style" | "content" | "behavior" | undefined;
11926
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
11927
11927
  } | undefined;
11928
11928
  sourceFieldId?: string | undefined;
11929
11929
  statusFieldId?: string | undefined;
@@ -12027,7 +12027,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
12027
12027
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
12028
12028
  searchThreshold?: number | undefined;
12029
12029
  renderInHeader?: boolean | undefined;
12030
- intent?: "display" | "style" | "content" | "behavior" | undefined;
12030
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
12031
12031
  } | undefined;
12032
12032
  } | {
12033
12033
  id: string;
@@ -12127,7 +12127,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
12127
12127
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
12128
12128
  searchThreshold?: number | undefined;
12129
12129
  renderInHeader?: boolean | undefined;
12130
- intent?: "display" | "style" | "content" | "behavior" | undefined;
12130
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
12131
12131
  } | undefined;
12132
12132
  } | {
12133
12133
  id: string;
@@ -12229,7 +12229,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
12229
12229
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
12230
12230
  searchThreshold?: number | undefined;
12231
12231
  renderInHeader?: boolean | undefined;
12232
- intent?: "display" | "style" | "content" | "behavior" | undefined;
12232
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
12233
12233
  } | undefined;
12234
12234
  } | {
12235
12235
  id: string;
@@ -12329,7 +12329,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
12329
12329
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
12330
12330
  searchThreshold?: number | undefined;
12331
12331
  renderInHeader?: boolean | undefined;
12332
- intent?: "display" | "style" | "content" | "behavior" | undefined;
12332
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
12333
12333
  } | undefined;
12334
12334
  min?: number | undefined;
12335
12335
  max?: number | undefined;
@@ -12447,7 +12447,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
12447
12447
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
12448
12448
  searchThreshold?: number | undefined;
12449
12449
  renderInHeader?: boolean | undefined;
12450
- intent?: "display" | "style" | "content" | "behavior" | undefined;
12450
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
12451
12451
  } | undefined;
12452
12452
  source?: {
12453
12453
  kind: "static";
@@ -12556,7 +12556,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
12556
12556
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
12557
12557
  searchThreshold?: number | undefined;
12558
12558
  renderInHeader?: boolean | undefined;
12559
- intent?: "display" | "style" | "content" | "behavior" | undefined;
12559
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
12560
12560
  } | undefined;
12561
12561
  maxLength?: number | undefined;
12562
12562
  } | {
@@ -12657,7 +12657,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
12657
12657
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
12658
12658
  searchThreshold?: number | undefined;
12659
12659
  renderInHeader?: boolean | undefined;
12660
- intent?: "display" | "style" | "content" | "behavior" | undefined;
12660
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
12661
12661
  } | undefined;
12662
12662
  } | {
12663
12663
  id: string;
@@ -12758,7 +12758,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
12758
12758
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
12759
12759
  searchThreshold?: number | undefined;
12760
12760
  renderInHeader?: boolean | undefined;
12761
- intent?: "display" | "style" | "content" | "behavior" | undefined;
12761
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
12762
12762
  } | undefined;
12763
12763
  aspectRatio?: string | undefined;
12764
12764
  } | {
@@ -12860,7 +12860,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
12860
12860
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
12861
12861
  searchThreshold?: number | undefined;
12862
12862
  renderInHeader?: boolean | undefined;
12863
- intent?: "display" | "style" | "content" | "behavior" | undefined;
12863
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
12864
12864
  } | undefined;
12865
12865
  } | {
12866
12866
  id: string;
@@ -12960,7 +12960,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
12960
12960
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
12961
12961
  searchThreshold?: number | undefined;
12962
12962
  renderInHeader?: boolean | undefined;
12963
- intent?: "display" | "style" | "content" | "behavior" | undefined;
12963
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
12964
12964
  } | undefined;
12965
12965
  } | {
12966
12966
  id: string;
@@ -13060,7 +13060,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
13060
13060
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
13061
13061
  searchThreshold?: number | undefined;
13062
13062
  renderInHeader?: boolean | undefined;
13063
- intent?: "display" | "style" | "content" | "behavior" | undefined;
13063
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
13064
13064
  } | undefined;
13065
13065
  } | {
13066
13066
  id: string;
@@ -13160,7 +13160,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
13160
13160
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
13161
13161
  searchThreshold?: number | undefined;
13162
13162
  renderInHeader?: boolean | undefined;
13163
- intent?: "display" | "style" | "content" | "behavior" | undefined;
13163
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
13164
13164
  } | undefined;
13165
13165
  } | {
13166
13166
  id: string;
@@ -13260,7 +13260,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
13260
13260
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
13261
13261
  searchThreshold?: number | undefined;
13262
13262
  renderInHeader?: boolean | undefined;
13263
- intent?: "display" | "style" | "content" | "behavior" | undefined;
13263
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
13264
13264
  } | undefined;
13265
13265
  } | {
13266
13266
  id: string;
@@ -13360,7 +13360,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
13360
13360
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
13361
13361
  searchThreshold?: number | undefined;
13362
13362
  renderInHeader?: boolean | undefined;
13363
- intent?: "display" | "style" | "content" | "behavior" | undefined;
13363
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
13364
13364
  } | undefined;
13365
13365
  sourceFieldId?: string | undefined;
13366
13366
  statusFieldId?: string | undefined;
@@ -13464,7 +13464,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
13464
13464
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
13465
13465
  searchThreshold?: number | undefined;
13466
13466
  renderInHeader?: boolean | undefined;
13467
- intent?: "display" | "style" | "content" | "behavior" | undefined;
13467
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
13468
13468
  } | undefined;
13469
13469
  } | {
13470
13470
  id: string;
@@ -13564,7 +13564,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
13564
13564
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
13565
13565
  searchThreshold?: number | undefined;
13566
13566
  renderInHeader?: boolean | undefined;
13567
- intent?: "display" | "style" | "content" | "behavior" | undefined;
13567
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
13568
13568
  } | undefined;
13569
13569
  } | {
13570
13570
  id: string;
@@ -13666,7 +13666,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
13666
13666
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
13667
13667
  searchThreshold?: number | undefined;
13668
13668
  renderInHeader?: boolean | undefined;
13669
- intent?: "display" | "style" | "content" | "behavior" | undefined;
13669
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
13670
13670
  } | undefined;
13671
13671
  } | {
13672
13672
  id: string;
@@ -13766,7 +13766,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
13766
13766
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
13767
13767
  searchThreshold?: number | undefined;
13768
13768
  renderInHeader?: boolean | undefined;
13769
- intent?: "display" | "style" | "content" | "behavior" | undefined;
13769
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
13770
13770
  } | undefined;
13771
13771
  min?: number | undefined;
13772
13772
  max?: number | undefined;
@@ -13873,7 +13873,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
13873
13873
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
13874
13874
  searchThreshold?: number | undefined;
13875
13875
  renderInHeader?: boolean | undefined;
13876
- intent?: "display" | "style" | "content" | "behavior" | undefined;
13876
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
13877
13877
  } | undefined;
13878
13878
  customInput?: {
13879
13879
  placeholder?: string | undefined;
@@ -13979,7 +13979,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
13979
13979
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
13980
13980
  searchThreshold?: number | undefined;
13981
13981
  renderInHeader?: boolean | undefined;
13982
- intent?: "display" | "style" | "content" | "behavior" | undefined;
13982
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
13983
13983
  } | undefined;
13984
13984
  } | {
13985
13985
  id: string;
@@ -14079,7 +14079,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
14079
14079
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
14080
14080
  searchThreshold?: number | undefined;
14081
14081
  renderInHeader?: boolean | undefined;
14082
- intent?: "display" | "style" | "content" | "behavior" | undefined;
14082
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
14083
14083
  } | undefined;
14084
14084
  fixedContentType?: string | undefined;
14085
14085
  contentTypeField?: string | undefined;
@@ -14182,7 +14182,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
14182
14182
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
14183
14183
  searchThreshold?: number | undefined;
14184
14184
  renderInHeader?: boolean | undefined;
14185
- intent?: "display" | "style" | "content" | "behavior" | undefined;
14185
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
14186
14186
  } | undefined;
14187
14187
  activeTabField?: string | undefined;
14188
14188
  } | {
@@ -14287,7 +14287,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
14287
14287
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
14288
14288
  searchThreshold?: number | undefined;
14289
14289
  renderInHeader?: boolean | undefined;
14290
- intent?: "display" | "style" | "content" | "behavior" | undefined;
14290
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
14291
14291
  } | undefined;
14292
14292
  customInput?: {
14293
14293
  placeholder?: string | undefined;
@@ -14393,7 +14393,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
14393
14393
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
14394
14394
  searchThreshold?: number | undefined;
14395
14395
  renderInHeader?: boolean | undefined;
14396
- intent?: "display" | "style" | "content" | "behavior" | undefined;
14396
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
14397
14397
  } | undefined;
14398
14398
  } | {
14399
14399
  id: string;
@@ -14493,7 +14493,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
14493
14493
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
14494
14494
  searchThreshold?: number | undefined;
14495
14495
  renderInHeader?: boolean | undefined;
14496
- intent?: "display" | "style" | "content" | "behavior" | undefined;
14496
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
14497
14497
  } | undefined;
14498
14498
  fixedContentType?: string | undefined;
14499
14499
  contentTypeField?: string | undefined;
@@ -14600,7 +14600,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
14600
14600
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
14601
14601
  searchThreshold?: number | undefined;
14602
14602
  renderInHeader?: boolean | undefined;
14603
- intent?: "display" | "style" | "content" | "behavior" | undefined;
14603
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
14604
14604
  } | undefined;
14605
14605
  maxLength?: number | undefined;
14606
14606
  } | {
@@ -14701,7 +14701,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
14701
14701
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
14702
14702
  searchThreshold?: number | undefined;
14703
14703
  renderInHeader?: boolean | undefined;
14704
- intent?: "display" | "style" | "content" | "behavior" | undefined;
14704
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
14705
14705
  } | undefined;
14706
14706
  } | {
14707
14707
  id: string;
@@ -14802,7 +14802,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
14802
14802
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
14803
14803
  searchThreshold?: number | undefined;
14804
14804
  renderInHeader?: boolean | undefined;
14805
- intent?: "display" | "style" | "content" | "behavior" | undefined;
14805
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
14806
14806
  } | undefined;
14807
14807
  aspectRatio?: string | undefined;
14808
14808
  } | {
@@ -14904,7 +14904,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
14904
14904
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
14905
14905
  searchThreshold?: number | undefined;
14906
14906
  renderInHeader?: boolean | undefined;
14907
- intent?: "display" | "style" | "content" | "behavior" | undefined;
14907
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
14908
14908
  } | undefined;
14909
14909
  } | {
14910
14910
  id: string;
@@ -15004,7 +15004,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
15004
15004
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
15005
15005
  searchThreshold?: number | undefined;
15006
15006
  renderInHeader?: boolean | undefined;
15007
- intent?: "display" | "style" | "content" | "behavior" | undefined;
15007
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
15008
15008
  } | undefined;
15009
15009
  } | {
15010
15010
  id: string;
@@ -15104,7 +15104,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
15104
15104
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
15105
15105
  searchThreshold?: number | undefined;
15106
15106
  renderInHeader?: boolean | undefined;
15107
- intent?: "display" | "style" | "content" | "behavior" | undefined;
15107
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
15108
15108
  } | undefined;
15109
15109
  } | {
15110
15110
  id: string;
@@ -15204,7 +15204,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
15204
15204
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
15205
15205
  searchThreshold?: number | undefined;
15206
15206
  renderInHeader?: boolean | undefined;
15207
- intent?: "display" | "style" | "content" | "behavior" | undefined;
15207
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
15208
15208
  } | undefined;
15209
15209
  } | {
15210
15210
  id: string;
@@ -15304,7 +15304,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
15304
15304
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
15305
15305
  searchThreshold?: number | undefined;
15306
15306
  renderInHeader?: boolean | undefined;
15307
- intent?: "display" | "style" | "content" | "behavior" | undefined;
15307
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
15308
15308
  } | undefined;
15309
15309
  } | {
15310
15310
  id: string;
@@ -15404,7 +15404,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
15404
15404
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
15405
15405
  searchThreshold?: number | undefined;
15406
15406
  renderInHeader?: boolean | undefined;
15407
- intent?: "display" | "style" | "content" | "behavior" | undefined;
15407
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
15408
15408
  } | undefined;
15409
15409
  sourceFieldId?: string | undefined;
15410
15410
  statusFieldId?: string | undefined;
@@ -15508,7 +15508,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
15508
15508
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
15509
15509
  searchThreshold?: number | undefined;
15510
15510
  renderInHeader?: boolean | undefined;
15511
- intent?: "display" | "style" | "content" | "behavior" | undefined;
15511
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
15512
15512
  } | undefined;
15513
15513
  } | {
15514
15514
  id: string;
@@ -15608,7 +15608,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
15608
15608
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
15609
15609
  searchThreshold?: number | undefined;
15610
15610
  renderInHeader?: boolean | undefined;
15611
- intent?: "display" | "style" | "content" | "behavior" | undefined;
15611
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
15612
15612
  } | undefined;
15613
15613
  } | {
15614
15614
  id: string;
@@ -15710,7 +15710,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
15710
15710
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
15711
15711
  searchThreshold?: number | undefined;
15712
15712
  renderInHeader?: boolean | undefined;
15713
- intent?: "display" | "style" | "content" | "behavior" | undefined;
15713
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
15714
15714
  } | undefined;
15715
15715
  } | {
15716
15716
  id: string;
@@ -15810,7 +15810,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
15810
15810
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
15811
15811
  searchThreshold?: number | undefined;
15812
15812
  renderInHeader?: boolean | undefined;
15813
- intent?: "display" | "style" | "content" | "behavior" | undefined;
15813
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
15814
15814
  } | undefined;
15815
15815
  min?: number | undefined;
15816
15816
  max?: number | undefined;
@@ -15928,7 +15928,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
15928
15928
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
15929
15929
  searchThreshold?: number | undefined;
15930
15930
  renderInHeader?: boolean | undefined;
15931
- intent?: "display" | "style" | "content" | "behavior" | undefined;
15931
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
15932
15932
  } | undefined;
15933
15933
  source?: {
15934
15934
  kind: "static";
@@ -16032,7 +16032,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
16032
16032
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
16033
16033
  searchThreshold?: number | undefined;
16034
16034
  renderInHeader?: boolean | undefined;
16035
- intent?: "display" | "style" | "content" | "behavior" | undefined;
16035
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
16036
16036
  } | undefined;
16037
16037
  itemLabelSource?: string | undefined;
16038
16038
  showSummary?: boolean | undefined;
@@ -16148,7 +16148,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
16148
16148
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
16149
16149
  searchThreshold?: number | undefined;
16150
16150
  renderInHeader?: boolean | undefined;
16151
- intent?: "display" | "style" | "content" | "behavior" | undefined;
16151
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
16152
16152
  } | undefined;
16153
16153
  source?: {
16154
16154
  kind: "static";
@@ -16257,7 +16257,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
16257
16257
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
16258
16258
  searchThreshold?: number | undefined;
16259
16259
  renderInHeader?: boolean | undefined;
16260
- intent?: "display" | "style" | "content" | "behavior" | undefined;
16260
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
16261
16261
  } | undefined;
16262
16262
  maxLength?: number | undefined;
16263
16263
  } | {
@@ -16358,7 +16358,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
16358
16358
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
16359
16359
  searchThreshold?: number | undefined;
16360
16360
  renderInHeader?: boolean | undefined;
16361
- intent?: "display" | "style" | "content" | "behavior" | undefined;
16361
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
16362
16362
  } | undefined;
16363
16363
  } | {
16364
16364
  id: string;
@@ -16459,7 +16459,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
16459
16459
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
16460
16460
  searchThreshold?: number | undefined;
16461
16461
  renderInHeader?: boolean | undefined;
16462
- intent?: "display" | "style" | "content" | "behavior" | undefined;
16462
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
16463
16463
  } | undefined;
16464
16464
  aspectRatio?: string | undefined;
16465
16465
  } | {
@@ -16561,7 +16561,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
16561
16561
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
16562
16562
  searchThreshold?: number | undefined;
16563
16563
  renderInHeader?: boolean | undefined;
16564
- intent?: "display" | "style" | "content" | "behavior" | undefined;
16564
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
16565
16565
  } | undefined;
16566
16566
  } | {
16567
16567
  id: string;
@@ -16661,7 +16661,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
16661
16661
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
16662
16662
  searchThreshold?: number | undefined;
16663
16663
  renderInHeader?: boolean | undefined;
16664
- intent?: "display" | "style" | "content" | "behavior" | undefined;
16664
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
16665
16665
  } | undefined;
16666
16666
  } | {
16667
16667
  id: string;
@@ -16761,7 +16761,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
16761
16761
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
16762
16762
  searchThreshold?: number | undefined;
16763
16763
  renderInHeader?: boolean | undefined;
16764
- intent?: "display" | "style" | "content" | "behavior" | undefined;
16764
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
16765
16765
  } | undefined;
16766
16766
  } | {
16767
16767
  id: string;
@@ -16861,7 +16861,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
16861
16861
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
16862
16862
  searchThreshold?: number | undefined;
16863
16863
  renderInHeader?: boolean | undefined;
16864
- intent?: "display" | "style" | "content" | "behavior" | undefined;
16864
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
16865
16865
  } | undefined;
16866
16866
  } | {
16867
16867
  id: string;
@@ -16961,7 +16961,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
16961
16961
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
16962
16962
  searchThreshold?: number | undefined;
16963
16963
  renderInHeader?: boolean | undefined;
16964
- intent?: "display" | "style" | "content" | "behavior" | undefined;
16964
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
16965
16965
  } | undefined;
16966
16966
  } | {
16967
16967
  id: string;
@@ -17061,7 +17061,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
17061
17061
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
17062
17062
  searchThreshold?: number | undefined;
17063
17063
  renderInHeader?: boolean | undefined;
17064
- intent?: "display" | "style" | "content" | "behavior" | undefined;
17064
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
17065
17065
  } | undefined;
17066
17066
  sourceFieldId?: string | undefined;
17067
17067
  statusFieldId?: string | undefined;
@@ -17165,7 +17165,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
17165
17165
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
17166
17166
  searchThreshold?: number | undefined;
17167
17167
  renderInHeader?: boolean | undefined;
17168
- intent?: "display" | "style" | "content" | "behavior" | undefined;
17168
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
17169
17169
  } | undefined;
17170
17170
  } | {
17171
17171
  id: string;
@@ -17265,7 +17265,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
17265
17265
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
17266
17266
  searchThreshold?: number | undefined;
17267
17267
  renderInHeader?: boolean | undefined;
17268
- intent?: "display" | "style" | "content" | "behavior" | undefined;
17268
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
17269
17269
  } | undefined;
17270
17270
  } | {
17271
17271
  id: string;
@@ -17367,7 +17367,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
17367
17367
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
17368
17368
  searchThreshold?: number | undefined;
17369
17369
  renderInHeader?: boolean | undefined;
17370
- intent?: "display" | "style" | "content" | "behavior" | undefined;
17370
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
17371
17371
  } | undefined;
17372
17372
  } | {
17373
17373
  id: string;
@@ -17467,7 +17467,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
17467
17467
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
17468
17468
  searchThreshold?: number | undefined;
17469
17469
  renderInHeader?: boolean | undefined;
17470
- intent?: "display" | "style" | "content" | "behavior" | undefined;
17470
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
17471
17471
  } | undefined;
17472
17472
  min?: number | undefined;
17473
17473
  max?: number | undefined;
@@ -17574,7 +17574,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
17574
17574
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
17575
17575
  searchThreshold?: number | undefined;
17576
17576
  renderInHeader?: boolean | undefined;
17577
- intent?: "display" | "style" | "content" | "behavior" | undefined;
17577
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
17578
17578
  } | undefined;
17579
17579
  customInput?: {
17580
17580
  placeholder?: string | undefined;
@@ -17680,7 +17680,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
17680
17680
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
17681
17681
  searchThreshold?: number | undefined;
17682
17682
  renderInHeader?: boolean | undefined;
17683
- intent?: "display" | "style" | "content" | "behavior" | undefined;
17683
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
17684
17684
  } | undefined;
17685
17685
  } | {
17686
17686
  id: string;
@@ -17780,7 +17780,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
17780
17780
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
17781
17781
  searchThreshold?: number | undefined;
17782
17782
  renderInHeader?: boolean | undefined;
17783
- intent?: "display" | "style" | "content" | "behavior" | undefined;
17783
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
17784
17784
  } | undefined;
17785
17785
  fixedContentType?: string | undefined;
17786
17786
  contentTypeField?: string | undefined;
@@ -17887,7 +17887,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
17887
17887
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
17888
17888
  searchThreshold?: number | undefined;
17889
17889
  renderInHeader?: boolean | undefined;
17890
- intent?: "display" | "style" | "content" | "behavior" | undefined;
17890
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
17891
17891
  } | undefined;
17892
17892
  maxLength?: number | undefined;
17893
17893
  } | {
@@ -17988,7 +17988,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
17988
17988
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
17989
17989
  searchThreshold?: number | undefined;
17990
17990
  renderInHeader?: boolean | undefined;
17991
- intent?: "display" | "style" | "content" | "behavior" | undefined;
17991
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
17992
17992
  } | undefined;
17993
17993
  } | {
17994
17994
  id: string;
@@ -18089,7 +18089,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
18089
18089
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
18090
18090
  searchThreshold?: number | undefined;
18091
18091
  renderInHeader?: boolean | undefined;
18092
- intent?: "display" | "style" | "content" | "behavior" | undefined;
18092
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
18093
18093
  } | undefined;
18094
18094
  aspectRatio?: string | undefined;
18095
18095
  } | {
@@ -18191,7 +18191,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
18191
18191
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
18192
18192
  searchThreshold?: number | undefined;
18193
18193
  renderInHeader?: boolean | undefined;
18194
- intent?: "display" | "style" | "content" | "behavior" | undefined;
18194
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
18195
18195
  } | undefined;
18196
18196
  } | {
18197
18197
  id: string;
@@ -18291,7 +18291,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
18291
18291
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
18292
18292
  searchThreshold?: number | undefined;
18293
18293
  renderInHeader?: boolean | undefined;
18294
- intent?: "display" | "style" | "content" | "behavior" | undefined;
18294
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
18295
18295
  } | undefined;
18296
18296
  } | {
18297
18297
  id: string;
@@ -18391,7 +18391,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
18391
18391
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
18392
18392
  searchThreshold?: number | undefined;
18393
18393
  renderInHeader?: boolean | undefined;
18394
- intent?: "display" | "style" | "content" | "behavior" | undefined;
18394
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
18395
18395
  } | undefined;
18396
18396
  } | {
18397
18397
  id: string;
@@ -18491,7 +18491,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
18491
18491
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
18492
18492
  searchThreshold?: number | undefined;
18493
18493
  renderInHeader?: boolean | undefined;
18494
- intent?: "display" | "style" | "content" | "behavior" | undefined;
18494
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
18495
18495
  } | undefined;
18496
18496
  } | {
18497
18497
  id: string;
@@ -18591,7 +18591,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
18591
18591
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
18592
18592
  searchThreshold?: number | undefined;
18593
18593
  renderInHeader?: boolean | undefined;
18594
- intent?: "display" | "style" | "content" | "behavior" | undefined;
18594
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
18595
18595
  } | undefined;
18596
18596
  } | {
18597
18597
  id: string;
@@ -18691,7 +18691,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
18691
18691
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
18692
18692
  searchThreshold?: number | undefined;
18693
18693
  renderInHeader?: boolean | undefined;
18694
- intent?: "display" | "style" | "content" | "behavior" | undefined;
18694
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
18695
18695
  } | undefined;
18696
18696
  sourceFieldId?: string | undefined;
18697
18697
  statusFieldId?: string | undefined;
@@ -18795,7 +18795,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
18795
18795
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
18796
18796
  searchThreshold?: number | undefined;
18797
18797
  renderInHeader?: boolean | undefined;
18798
- intent?: "display" | "style" | "content" | "behavior" | undefined;
18798
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
18799
18799
  } | undefined;
18800
18800
  } | {
18801
18801
  id: string;
@@ -18895,7 +18895,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
18895
18895
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
18896
18896
  searchThreshold?: number | undefined;
18897
18897
  renderInHeader?: boolean | undefined;
18898
- intent?: "display" | "style" | "content" | "behavior" | undefined;
18898
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
18899
18899
  } | undefined;
18900
18900
  } | {
18901
18901
  id: string;
@@ -18997,7 +18997,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
18997
18997
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
18998
18998
  searchThreshold?: number | undefined;
18999
18999
  renderInHeader?: boolean | undefined;
19000
- intent?: "display" | "style" | "content" | "behavior" | undefined;
19000
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
19001
19001
  } | undefined;
19002
19002
  } | {
19003
19003
  id: string;
@@ -19097,7 +19097,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
19097
19097
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
19098
19098
  searchThreshold?: number | undefined;
19099
19099
  renderInHeader?: boolean | undefined;
19100
- intent?: "display" | "style" | "content" | "behavior" | undefined;
19100
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
19101
19101
  } | undefined;
19102
19102
  min?: number | undefined;
19103
19103
  max?: number | undefined;
@@ -19204,7 +19204,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
19204
19204
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
19205
19205
  searchThreshold?: number | undefined;
19206
19206
  renderInHeader?: boolean | undefined;
19207
- intent?: "display" | "style" | "content" | "behavior" | undefined;
19207
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
19208
19208
  } | undefined;
19209
19209
  customInput?: {
19210
19210
  placeholder?: string | undefined;
@@ -19310,7 +19310,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
19310
19310
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
19311
19311
  searchThreshold?: number | undefined;
19312
19312
  renderInHeader?: boolean | undefined;
19313
- intent?: "display" | "style" | "content" | "behavior" | undefined;
19313
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
19314
19314
  } | undefined;
19315
19315
  } | {
19316
19316
  id: string;
@@ -19410,7 +19410,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
19410
19410
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
19411
19411
  searchThreshold?: number | undefined;
19412
19412
  renderInHeader?: boolean | undefined;
19413
- intent?: "display" | "style" | "content" | "behavior" | undefined;
19413
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
19414
19414
  } | undefined;
19415
19415
  fixedContentType?: string | undefined;
19416
19416
  contentTypeField?: string | undefined;
@@ -19513,7 +19513,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
19513
19513
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
19514
19514
  searchThreshold?: number | undefined;
19515
19515
  renderInHeader?: boolean | undefined;
19516
- intent?: "display" | "style" | "content" | "behavior" | undefined;
19516
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
19517
19517
  } | undefined;
19518
19518
  activeTabField?: string | undefined;
19519
19519
  } | {
@@ -19618,7 +19618,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
19618
19618
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
19619
19619
  searchThreshold?: number | undefined;
19620
19620
  renderInHeader?: boolean | undefined;
19621
- intent?: "display" | "style" | "content" | "behavior" | undefined;
19621
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
19622
19622
  } | undefined;
19623
19623
  customInput?: {
19624
19624
  placeholder?: string | undefined;
@@ -19724,7 +19724,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
19724
19724
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
19725
19725
  searchThreshold?: number | undefined;
19726
19726
  renderInHeader?: boolean | undefined;
19727
- intent?: "display" | "style" | "content" | "behavior" | undefined;
19727
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
19728
19728
  } | undefined;
19729
19729
  } | {
19730
19730
  id: string;
@@ -19824,7 +19824,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
19824
19824
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
19825
19825
  searchThreshold?: number | undefined;
19826
19826
  renderInHeader?: boolean | undefined;
19827
- intent?: "display" | "style" | "content" | "behavior" | undefined;
19827
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
19828
19828
  } | undefined;
19829
19829
  fixedContentType?: string | undefined;
19830
19830
  contentTypeField?: string | undefined;
@@ -19924,7 +19924,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
19924
19924
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
19925
19925
  searchThreshold?: number | undefined;
19926
19926
  renderInHeader?: boolean | undefined;
19927
- intent?: "display" | "style" | "content" | "behavior" | undefined;
19927
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
19928
19928
  } | undefined;
19929
19929
  } | /*elided*/ any | {
19930
19930
  id: string;
@@ -20039,7 +20039,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
20039
20039
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
20040
20040
  searchThreshold?: number | undefined;
20041
20041
  renderInHeader?: boolean | undefined;
20042
- intent?: "display" | "style" | "content" | "behavior" | undefined;
20042
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
20043
20043
  } | undefined;
20044
20044
  source?: {
20045
20045
  kind: "static";
@@ -20143,7 +20143,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
20143
20143
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
20144
20144
  searchThreshold?: number | undefined;
20145
20145
  renderInHeader?: boolean | undefined;
20146
- intent?: "display" | "style" | "content" | "behavior" | undefined;
20146
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
20147
20147
  } | undefined;
20148
20148
  itemLabelSource?: string | undefined;
20149
20149
  showSummary?: boolean | undefined;
@@ -20259,7 +20259,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
20259
20259
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
20260
20260
  searchThreshold?: number | undefined;
20261
20261
  renderInHeader?: boolean | undefined;
20262
- intent?: "display" | "style" | "content" | "behavior" | undefined;
20262
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
20263
20263
  } | undefined;
20264
20264
  source?: {
20265
20265
  kind: "static";
@@ -20368,7 +20368,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
20368
20368
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
20369
20369
  searchThreshold?: number | undefined;
20370
20370
  renderInHeader?: boolean | undefined;
20371
- intent?: "display" | "style" | "content" | "behavior" | undefined;
20371
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
20372
20372
  } | undefined;
20373
20373
  maxLength?: number | undefined;
20374
20374
  } | {
@@ -20469,7 +20469,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
20469
20469
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
20470
20470
  searchThreshold?: number | undefined;
20471
20471
  renderInHeader?: boolean | undefined;
20472
- intent?: "display" | "style" | "content" | "behavior" | undefined;
20472
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
20473
20473
  } | undefined;
20474
20474
  } | {
20475
20475
  id: string;
@@ -20570,7 +20570,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
20570
20570
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
20571
20571
  searchThreshold?: number | undefined;
20572
20572
  renderInHeader?: boolean | undefined;
20573
- intent?: "display" | "style" | "content" | "behavior" | undefined;
20573
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
20574
20574
  } | undefined;
20575
20575
  aspectRatio?: string | undefined;
20576
20576
  } | {
@@ -20672,7 +20672,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
20672
20672
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
20673
20673
  searchThreshold?: number | undefined;
20674
20674
  renderInHeader?: boolean | undefined;
20675
- intent?: "display" | "style" | "content" | "behavior" | undefined;
20675
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
20676
20676
  } | undefined;
20677
20677
  } | {
20678
20678
  id: string;
@@ -20772,7 +20772,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
20772
20772
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
20773
20773
  searchThreshold?: number | undefined;
20774
20774
  renderInHeader?: boolean | undefined;
20775
- intent?: "display" | "style" | "content" | "behavior" | undefined;
20775
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
20776
20776
  } | undefined;
20777
20777
  } | {
20778
20778
  id: string;
@@ -20872,7 +20872,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
20872
20872
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
20873
20873
  searchThreshold?: number | undefined;
20874
20874
  renderInHeader?: boolean | undefined;
20875
- intent?: "display" | "style" | "content" | "behavior" | undefined;
20875
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
20876
20876
  } | undefined;
20877
20877
  } | {
20878
20878
  id: string;
@@ -20972,7 +20972,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
20972
20972
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
20973
20973
  searchThreshold?: number | undefined;
20974
20974
  renderInHeader?: boolean | undefined;
20975
- intent?: "display" | "style" | "content" | "behavior" | undefined;
20975
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
20976
20976
  } | undefined;
20977
20977
  } | {
20978
20978
  id: string;
@@ -21072,7 +21072,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
21072
21072
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
21073
21073
  searchThreshold?: number | undefined;
21074
21074
  renderInHeader?: boolean | undefined;
21075
- intent?: "display" | "style" | "content" | "behavior" | undefined;
21075
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
21076
21076
  } | undefined;
21077
21077
  } | {
21078
21078
  id: string;
@@ -21172,7 +21172,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
21172
21172
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
21173
21173
  searchThreshold?: number | undefined;
21174
21174
  renderInHeader?: boolean | undefined;
21175
- intent?: "display" | "style" | "content" | "behavior" | undefined;
21175
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
21176
21176
  } | undefined;
21177
21177
  sourceFieldId?: string | undefined;
21178
21178
  statusFieldId?: string | undefined;
@@ -21276,7 +21276,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
21276
21276
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
21277
21277
  searchThreshold?: number | undefined;
21278
21278
  renderInHeader?: boolean | undefined;
21279
- intent?: "display" | "style" | "content" | "behavior" | undefined;
21279
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
21280
21280
  } | undefined;
21281
21281
  } | {
21282
21282
  id: string;
@@ -21376,7 +21376,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
21376
21376
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
21377
21377
  searchThreshold?: number | undefined;
21378
21378
  renderInHeader?: boolean | undefined;
21379
- intent?: "display" | "style" | "content" | "behavior" | undefined;
21379
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
21380
21380
  } | undefined;
21381
21381
  } | {
21382
21382
  id: string;
@@ -21478,7 +21478,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
21478
21478
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
21479
21479
  searchThreshold?: number | undefined;
21480
21480
  renderInHeader?: boolean | undefined;
21481
- intent?: "display" | "style" | "content" | "behavior" | undefined;
21481
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
21482
21482
  } | undefined;
21483
21483
  } | {
21484
21484
  id: string;
@@ -21578,7 +21578,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
21578
21578
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
21579
21579
  searchThreshold?: number | undefined;
21580
21580
  renderInHeader?: boolean | undefined;
21581
- intent?: "display" | "style" | "content" | "behavior" | undefined;
21581
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
21582
21582
  } | undefined;
21583
21583
  min?: number | undefined;
21584
21584
  max?: number | undefined;
@@ -21694,7 +21694,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
21694
21694
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
21695
21695
  searchThreshold?: number | undefined;
21696
21696
  renderInHeader?: boolean | undefined;
21697
- intent?: "display" | "style" | "content" | "behavior" | undefined;
21697
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
21698
21698
  } | undefined;
21699
21699
  source?: {
21700
21700
  kind: "static";
@@ -21803,7 +21803,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
21803
21803
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
21804
21804
  searchThreshold?: number | undefined;
21805
21805
  renderInHeader?: boolean | undefined;
21806
- intent?: "display" | "style" | "content" | "behavior" | undefined;
21806
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
21807
21807
  } | undefined;
21808
21808
  maxLength?: number | undefined;
21809
21809
  } | {
@@ -21904,7 +21904,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
21904
21904
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
21905
21905
  searchThreshold?: number | undefined;
21906
21906
  renderInHeader?: boolean | undefined;
21907
- intent?: "display" | "style" | "content" | "behavior" | undefined;
21907
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
21908
21908
  } | undefined;
21909
21909
  } | {
21910
21910
  id: string;
@@ -22005,7 +22005,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
22005
22005
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
22006
22006
  searchThreshold?: number | undefined;
22007
22007
  renderInHeader?: boolean | undefined;
22008
- intent?: "display" | "style" | "content" | "behavior" | undefined;
22008
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
22009
22009
  } | undefined;
22010
22010
  aspectRatio?: string | undefined;
22011
22011
  } | {
@@ -22107,7 +22107,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
22107
22107
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
22108
22108
  searchThreshold?: number | undefined;
22109
22109
  renderInHeader?: boolean | undefined;
22110
- intent?: "display" | "style" | "content" | "behavior" | undefined;
22110
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
22111
22111
  } | undefined;
22112
22112
  } | {
22113
22113
  id: string;
@@ -22207,7 +22207,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
22207
22207
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
22208
22208
  searchThreshold?: number | undefined;
22209
22209
  renderInHeader?: boolean | undefined;
22210
- intent?: "display" | "style" | "content" | "behavior" | undefined;
22210
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
22211
22211
  } | undefined;
22212
22212
  } | {
22213
22213
  id: string;
@@ -22307,7 +22307,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
22307
22307
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
22308
22308
  searchThreshold?: number | undefined;
22309
22309
  renderInHeader?: boolean | undefined;
22310
- intent?: "display" | "style" | "content" | "behavior" | undefined;
22310
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
22311
22311
  } | undefined;
22312
22312
  } | {
22313
22313
  id: string;
@@ -22407,7 +22407,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
22407
22407
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
22408
22408
  searchThreshold?: number | undefined;
22409
22409
  renderInHeader?: boolean | undefined;
22410
- intent?: "display" | "style" | "content" | "behavior" | undefined;
22410
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
22411
22411
  } | undefined;
22412
22412
  } | {
22413
22413
  id: string;
@@ -22507,7 +22507,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
22507
22507
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
22508
22508
  searchThreshold?: number | undefined;
22509
22509
  renderInHeader?: boolean | undefined;
22510
- intent?: "display" | "style" | "content" | "behavior" | undefined;
22510
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
22511
22511
  } | undefined;
22512
22512
  } | {
22513
22513
  id: string;
@@ -22607,7 +22607,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
22607
22607
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
22608
22608
  searchThreshold?: number | undefined;
22609
22609
  renderInHeader?: boolean | undefined;
22610
- intent?: "display" | "style" | "content" | "behavior" | undefined;
22610
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
22611
22611
  } | undefined;
22612
22612
  sourceFieldId?: string | undefined;
22613
22613
  statusFieldId?: string | undefined;
@@ -22711,7 +22711,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
22711
22711
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
22712
22712
  searchThreshold?: number | undefined;
22713
22713
  renderInHeader?: boolean | undefined;
22714
- intent?: "display" | "style" | "content" | "behavior" | undefined;
22714
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
22715
22715
  } | undefined;
22716
22716
  } | {
22717
22717
  id: string;
@@ -22811,7 +22811,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
22811
22811
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
22812
22812
  searchThreshold?: number | undefined;
22813
22813
  renderInHeader?: boolean | undefined;
22814
- intent?: "display" | "style" | "content" | "behavior" | undefined;
22814
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
22815
22815
  } | undefined;
22816
22816
  } | {
22817
22817
  id: string;
@@ -22913,7 +22913,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
22913
22913
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
22914
22914
  searchThreshold?: number | undefined;
22915
22915
  renderInHeader?: boolean | undefined;
22916
- intent?: "display" | "style" | "content" | "behavior" | undefined;
22916
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
22917
22917
  } | undefined;
22918
22918
  } | {
22919
22919
  id: string;
@@ -23013,7 +23013,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
23013
23013
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
23014
23014
  searchThreshold?: number | undefined;
23015
23015
  renderInHeader?: boolean | undefined;
23016
- intent?: "display" | "style" | "content" | "behavior" | undefined;
23016
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
23017
23017
  } | undefined;
23018
23018
  min?: number | undefined;
23019
23019
  max?: number | undefined;
@@ -23120,7 +23120,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
23120
23120
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
23121
23121
  searchThreshold?: number | undefined;
23122
23122
  renderInHeader?: boolean | undefined;
23123
- intent?: "display" | "style" | "content" | "behavior" | undefined;
23123
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
23124
23124
  } | undefined;
23125
23125
  customInput?: {
23126
23126
  placeholder?: string | undefined;
@@ -23226,7 +23226,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
23226
23226
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
23227
23227
  searchThreshold?: number | undefined;
23228
23228
  renderInHeader?: boolean | undefined;
23229
- intent?: "display" | "style" | "content" | "behavior" | undefined;
23229
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
23230
23230
  } | undefined;
23231
23231
  } | {
23232
23232
  id: string;
@@ -23326,7 +23326,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
23326
23326
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
23327
23327
  searchThreshold?: number | undefined;
23328
23328
  renderInHeader?: boolean | undefined;
23329
- intent?: "display" | "style" | "content" | "behavior" | undefined;
23329
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
23330
23330
  } | undefined;
23331
23331
  fixedContentType?: string | undefined;
23332
23332
  contentTypeField?: string | undefined;
@@ -23426,7 +23426,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
23426
23426
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
23427
23427
  searchThreshold?: number | undefined;
23428
23428
  renderInHeader?: boolean | undefined;
23429
- intent?: "display" | "style" | "content" | "behavior" | undefined;
23429
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
23430
23430
  } | undefined;
23431
23431
  } | /*elided*/ any | /*elided*/ any | {
23432
23432
  id: string;
@@ -23530,7 +23530,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
23530
23530
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
23531
23531
  searchThreshold?: number | undefined;
23532
23532
  renderInHeader?: boolean | undefined;
23533
- intent?: "display" | "style" | "content" | "behavior" | undefined;
23533
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
23534
23534
  } | undefined;
23535
23535
  customInput?: {
23536
23536
  placeholder?: string | undefined;
@@ -23636,7 +23636,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
23636
23636
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
23637
23637
  searchThreshold?: number | undefined;
23638
23638
  renderInHeader?: boolean | undefined;
23639
- intent?: "display" | "style" | "content" | "behavior" | undefined;
23639
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
23640
23640
  } | undefined;
23641
23641
  } | {
23642
23642
  id: string;
@@ -23736,7 +23736,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
23736
23736
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
23737
23737
  searchThreshold?: number | undefined;
23738
23738
  renderInHeader?: boolean | undefined;
23739
- intent?: "display" | "style" | "content" | "behavior" | undefined;
23739
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
23740
23740
  } | undefined;
23741
23741
  fixedContentType?: string | undefined;
23742
23742
  contentTypeField?: string | undefined;
@@ -23843,7 +23843,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
23843
23843
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
23844
23844
  searchThreshold?: number | undefined;
23845
23845
  renderInHeader?: boolean | undefined;
23846
- intent?: "display" | "style" | "content" | "behavior" | undefined;
23846
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
23847
23847
  } | undefined;
23848
23848
  maxLength?: number | undefined;
23849
23849
  } | {
@@ -23944,7 +23944,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
23944
23944
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
23945
23945
  searchThreshold?: number | undefined;
23946
23946
  renderInHeader?: boolean | undefined;
23947
- intent?: "display" | "style" | "content" | "behavior" | undefined;
23947
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
23948
23948
  } | undefined;
23949
23949
  } | {
23950
23950
  id: string;
@@ -24045,7 +24045,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
24045
24045
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
24046
24046
  searchThreshold?: number | undefined;
24047
24047
  renderInHeader?: boolean | undefined;
24048
- intent?: "display" | "style" | "content" | "behavior" | undefined;
24048
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
24049
24049
  } | undefined;
24050
24050
  aspectRatio?: string | undefined;
24051
24051
  } | {
@@ -24147,7 +24147,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
24147
24147
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
24148
24148
  searchThreshold?: number | undefined;
24149
24149
  renderInHeader?: boolean | undefined;
24150
- intent?: "display" | "style" | "content" | "behavior" | undefined;
24150
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
24151
24151
  } | undefined;
24152
24152
  } | {
24153
24153
  id: string;
@@ -24247,7 +24247,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
24247
24247
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
24248
24248
  searchThreshold?: number | undefined;
24249
24249
  renderInHeader?: boolean | undefined;
24250
- intent?: "display" | "style" | "content" | "behavior" | undefined;
24250
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
24251
24251
  } | undefined;
24252
24252
  } | {
24253
24253
  id: string;
@@ -24347,7 +24347,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
24347
24347
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
24348
24348
  searchThreshold?: number | undefined;
24349
24349
  renderInHeader?: boolean | undefined;
24350
- intent?: "display" | "style" | "content" | "behavior" | undefined;
24350
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
24351
24351
  } | undefined;
24352
24352
  } | {
24353
24353
  id: string;
@@ -24447,7 +24447,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
24447
24447
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
24448
24448
  searchThreshold?: number | undefined;
24449
24449
  renderInHeader?: boolean | undefined;
24450
- intent?: "display" | "style" | "content" | "behavior" | undefined;
24450
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
24451
24451
  } | undefined;
24452
24452
  } | {
24453
24453
  id: string;
@@ -24547,7 +24547,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
24547
24547
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
24548
24548
  searchThreshold?: number | undefined;
24549
24549
  renderInHeader?: boolean | undefined;
24550
- intent?: "display" | "style" | "content" | "behavior" | undefined;
24550
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
24551
24551
  } | undefined;
24552
24552
  } | {
24553
24553
  id: string;
@@ -24647,7 +24647,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
24647
24647
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
24648
24648
  searchThreshold?: number | undefined;
24649
24649
  renderInHeader?: boolean | undefined;
24650
- intent?: "display" | "style" | "content" | "behavior" | undefined;
24650
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
24651
24651
  } | undefined;
24652
24652
  sourceFieldId?: string | undefined;
24653
24653
  statusFieldId?: string | undefined;
@@ -24751,7 +24751,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
24751
24751
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
24752
24752
  searchThreshold?: number | undefined;
24753
24753
  renderInHeader?: boolean | undefined;
24754
- intent?: "display" | "style" | "content" | "behavior" | undefined;
24754
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
24755
24755
  } | undefined;
24756
24756
  } | {
24757
24757
  id: string;
@@ -24851,7 +24851,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
24851
24851
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
24852
24852
  searchThreshold?: number | undefined;
24853
24853
  renderInHeader?: boolean | undefined;
24854
- intent?: "display" | "style" | "content" | "behavior" | undefined;
24854
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
24855
24855
  } | undefined;
24856
24856
  } | {
24857
24857
  id: string;
@@ -24953,7 +24953,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
24953
24953
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
24954
24954
  searchThreshold?: number | undefined;
24955
24955
  renderInHeader?: boolean | undefined;
24956
- intent?: "display" | "style" | "content" | "behavior" | undefined;
24956
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
24957
24957
  } | undefined;
24958
24958
  } | {
24959
24959
  id: string;
@@ -25053,7 +25053,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
25053
25053
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
25054
25054
  searchThreshold?: number | undefined;
25055
25055
  renderInHeader?: boolean | undefined;
25056
- intent?: "display" | "style" | "content" | "behavior" | undefined;
25056
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
25057
25057
  } | undefined;
25058
25058
  min?: number | undefined;
25059
25059
  max?: number | undefined;
@@ -25169,7 +25169,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
25169
25169
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
25170
25170
  searchThreshold?: number | undefined;
25171
25171
  renderInHeader?: boolean | undefined;
25172
- intent?: "display" | "style" | "content" | "behavior" | undefined;
25172
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
25173
25173
  } | undefined;
25174
25174
  source?: {
25175
25175
  kind: "static";
@@ -25273,7 +25273,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
25273
25273
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
25274
25274
  searchThreshold?: number | undefined;
25275
25275
  renderInHeader?: boolean | undefined;
25276
- intent?: "display" | "style" | "content" | "behavior" | undefined;
25276
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
25277
25277
  } | undefined;
25278
25278
  itemLabelSource?: string | undefined;
25279
25279
  showSummary?: boolean | undefined;
@@ -25389,7 +25389,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
25389
25389
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
25390
25390
  searchThreshold?: number | undefined;
25391
25391
  renderInHeader?: boolean | undefined;
25392
- intent?: "display" | "style" | "content" | "behavior" | undefined;
25392
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
25393
25393
  } | undefined;
25394
25394
  source?: {
25395
25395
  kind: "static";
@@ -25498,7 +25498,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
25498
25498
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
25499
25499
  searchThreshold?: number | undefined;
25500
25500
  renderInHeader?: boolean | undefined;
25501
- intent?: "display" | "style" | "content" | "behavior" | undefined;
25501
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
25502
25502
  } | undefined;
25503
25503
  maxLength?: number | undefined;
25504
25504
  } | {
@@ -25599,7 +25599,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
25599
25599
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
25600
25600
  searchThreshold?: number | undefined;
25601
25601
  renderInHeader?: boolean | undefined;
25602
- intent?: "display" | "style" | "content" | "behavior" | undefined;
25602
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
25603
25603
  } | undefined;
25604
25604
  } | {
25605
25605
  id: string;
@@ -25700,7 +25700,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
25700
25700
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
25701
25701
  searchThreshold?: number | undefined;
25702
25702
  renderInHeader?: boolean | undefined;
25703
- intent?: "display" | "style" | "content" | "behavior" | undefined;
25703
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
25704
25704
  } | undefined;
25705
25705
  aspectRatio?: string | undefined;
25706
25706
  } | {
@@ -25802,7 +25802,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
25802
25802
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
25803
25803
  searchThreshold?: number | undefined;
25804
25804
  renderInHeader?: boolean | undefined;
25805
- intent?: "display" | "style" | "content" | "behavior" | undefined;
25805
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
25806
25806
  } | undefined;
25807
25807
  } | {
25808
25808
  id: string;
@@ -25902,7 +25902,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
25902
25902
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
25903
25903
  searchThreshold?: number | undefined;
25904
25904
  renderInHeader?: boolean | undefined;
25905
- intent?: "display" | "style" | "content" | "behavior" | undefined;
25905
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
25906
25906
  } | undefined;
25907
25907
  } | {
25908
25908
  id: string;
@@ -26002,7 +26002,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
26002
26002
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
26003
26003
  searchThreshold?: number | undefined;
26004
26004
  renderInHeader?: boolean | undefined;
26005
- intent?: "display" | "style" | "content" | "behavior" | undefined;
26005
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
26006
26006
  } | undefined;
26007
26007
  } | {
26008
26008
  id: string;
@@ -26102,7 +26102,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
26102
26102
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
26103
26103
  searchThreshold?: number | undefined;
26104
26104
  renderInHeader?: boolean | undefined;
26105
- intent?: "display" | "style" | "content" | "behavior" | undefined;
26105
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
26106
26106
  } | undefined;
26107
26107
  } | {
26108
26108
  id: string;
@@ -26202,7 +26202,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
26202
26202
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
26203
26203
  searchThreshold?: number | undefined;
26204
26204
  renderInHeader?: boolean | undefined;
26205
- intent?: "display" | "style" | "content" | "behavior" | undefined;
26205
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
26206
26206
  } | undefined;
26207
26207
  } | {
26208
26208
  id: string;
@@ -26302,7 +26302,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
26302
26302
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
26303
26303
  searchThreshold?: number | undefined;
26304
26304
  renderInHeader?: boolean | undefined;
26305
- intent?: "display" | "style" | "content" | "behavior" | undefined;
26305
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
26306
26306
  } | undefined;
26307
26307
  sourceFieldId?: string | undefined;
26308
26308
  statusFieldId?: string | undefined;
@@ -26406,7 +26406,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
26406
26406
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
26407
26407
  searchThreshold?: number | undefined;
26408
26408
  renderInHeader?: boolean | undefined;
26409
- intent?: "display" | "style" | "content" | "behavior" | undefined;
26409
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
26410
26410
  } | undefined;
26411
26411
  } | {
26412
26412
  id: string;
@@ -26506,7 +26506,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
26506
26506
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
26507
26507
  searchThreshold?: number | undefined;
26508
26508
  renderInHeader?: boolean | undefined;
26509
- intent?: "display" | "style" | "content" | "behavior" | undefined;
26509
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
26510
26510
  } | undefined;
26511
26511
  } | {
26512
26512
  id: string;
@@ -26608,7 +26608,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
26608
26608
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
26609
26609
  searchThreshold?: number | undefined;
26610
26610
  renderInHeader?: boolean | undefined;
26611
- intent?: "display" | "style" | "content" | "behavior" | undefined;
26611
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
26612
26612
  } | undefined;
26613
26613
  } | {
26614
26614
  id: string;
@@ -26708,7 +26708,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
26708
26708
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
26709
26709
  searchThreshold?: number | undefined;
26710
26710
  renderInHeader?: boolean | undefined;
26711
- intent?: "display" | "style" | "content" | "behavior" | undefined;
26711
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
26712
26712
  } | undefined;
26713
26713
  min?: number | undefined;
26714
26714
  max?: number | undefined;
@@ -26815,7 +26815,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
26815
26815
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
26816
26816
  searchThreshold?: number | undefined;
26817
26817
  renderInHeader?: boolean | undefined;
26818
- intent?: "display" | "style" | "content" | "behavior" | undefined;
26818
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
26819
26819
  } | undefined;
26820
26820
  customInput?: {
26821
26821
  placeholder?: string | undefined;
@@ -26921,7 +26921,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
26921
26921
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
26922
26922
  searchThreshold?: number | undefined;
26923
26923
  renderInHeader?: boolean | undefined;
26924
- intent?: "display" | "style" | "content" | "behavior" | undefined;
26924
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
26925
26925
  } | undefined;
26926
26926
  } | {
26927
26927
  id: string;
@@ -27021,7 +27021,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
27021
27021
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
27022
27022
  searchThreshold?: number | undefined;
27023
27023
  renderInHeader?: boolean | undefined;
27024
- intent?: "display" | "style" | "content" | "behavior" | undefined;
27024
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
27025
27025
  } | undefined;
27026
27026
  fixedContentType?: string | undefined;
27027
27027
  contentTypeField?: string | undefined;
@@ -27128,7 +27128,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
27128
27128
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
27129
27129
  searchThreshold?: number | undefined;
27130
27130
  renderInHeader?: boolean | undefined;
27131
- intent?: "display" | "style" | "content" | "behavior" | undefined;
27131
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
27132
27132
  } | undefined;
27133
27133
  maxLength?: number | undefined;
27134
27134
  } | {
@@ -27229,7 +27229,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
27229
27229
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
27230
27230
  searchThreshold?: number | undefined;
27231
27231
  renderInHeader?: boolean | undefined;
27232
- intent?: "display" | "style" | "content" | "behavior" | undefined;
27232
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
27233
27233
  } | undefined;
27234
27234
  } | {
27235
27235
  id: string;
@@ -27330,7 +27330,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
27330
27330
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
27331
27331
  searchThreshold?: number | undefined;
27332
27332
  renderInHeader?: boolean | undefined;
27333
- intent?: "display" | "style" | "content" | "behavior" | undefined;
27333
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
27334
27334
  } | undefined;
27335
27335
  aspectRatio?: string | undefined;
27336
27336
  } | {
@@ -27432,7 +27432,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
27432
27432
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
27433
27433
  searchThreshold?: number | undefined;
27434
27434
  renderInHeader?: boolean | undefined;
27435
- intent?: "display" | "style" | "content" | "behavior" | undefined;
27435
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
27436
27436
  } | undefined;
27437
27437
  } | {
27438
27438
  id: string;
@@ -27532,7 +27532,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
27532
27532
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
27533
27533
  searchThreshold?: number | undefined;
27534
27534
  renderInHeader?: boolean | undefined;
27535
- intent?: "display" | "style" | "content" | "behavior" | undefined;
27535
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
27536
27536
  } | undefined;
27537
27537
  } | {
27538
27538
  id: string;
@@ -27632,7 +27632,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
27632
27632
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
27633
27633
  searchThreshold?: number | undefined;
27634
27634
  renderInHeader?: boolean | undefined;
27635
- intent?: "display" | "style" | "content" | "behavior" | undefined;
27635
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
27636
27636
  } | undefined;
27637
27637
  } | {
27638
27638
  id: string;
@@ -27732,7 +27732,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
27732
27732
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
27733
27733
  searchThreshold?: number | undefined;
27734
27734
  renderInHeader?: boolean | undefined;
27735
- intent?: "display" | "style" | "content" | "behavior" | undefined;
27735
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
27736
27736
  } | undefined;
27737
27737
  } | {
27738
27738
  id: string;
@@ -27832,7 +27832,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
27832
27832
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
27833
27833
  searchThreshold?: number | undefined;
27834
27834
  renderInHeader?: boolean | undefined;
27835
- intent?: "display" | "style" | "content" | "behavior" | undefined;
27835
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
27836
27836
  } | undefined;
27837
27837
  } | {
27838
27838
  id: string;
@@ -27932,7 +27932,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
27932
27932
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
27933
27933
  searchThreshold?: number | undefined;
27934
27934
  renderInHeader?: boolean | undefined;
27935
- intent?: "display" | "style" | "content" | "behavior" | undefined;
27935
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
27936
27936
  } | undefined;
27937
27937
  sourceFieldId?: string | undefined;
27938
27938
  statusFieldId?: string | undefined;
@@ -28036,7 +28036,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
28036
28036
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
28037
28037
  searchThreshold?: number | undefined;
28038
28038
  renderInHeader?: boolean | undefined;
28039
- intent?: "display" | "style" | "content" | "behavior" | undefined;
28039
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
28040
28040
  } | undefined;
28041
28041
  } | {
28042
28042
  id: string;
@@ -28136,7 +28136,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
28136
28136
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
28137
28137
  searchThreshold?: number | undefined;
28138
28138
  renderInHeader?: boolean | undefined;
28139
- intent?: "display" | "style" | "content" | "behavior" | undefined;
28139
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
28140
28140
  } | undefined;
28141
28141
  } | {
28142
28142
  id: string;
@@ -28238,7 +28238,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
28238
28238
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
28239
28239
  searchThreshold?: number | undefined;
28240
28240
  renderInHeader?: boolean | undefined;
28241
- intent?: "display" | "style" | "content" | "behavior" | undefined;
28241
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
28242
28242
  } | undefined;
28243
28243
  } | {
28244
28244
  id: string;
@@ -28338,7 +28338,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
28338
28338
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
28339
28339
  searchThreshold?: number | undefined;
28340
28340
  renderInHeader?: boolean | undefined;
28341
- intent?: "display" | "style" | "content" | "behavior" | undefined;
28341
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
28342
28342
  } | undefined;
28343
28343
  min?: number | undefined;
28344
28344
  max?: number | undefined;
@@ -28445,7 +28445,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
28445
28445
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
28446
28446
  searchThreshold?: number | undefined;
28447
28447
  renderInHeader?: boolean | undefined;
28448
- intent?: "display" | "style" | "content" | "behavior" | undefined;
28448
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
28449
28449
  } | undefined;
28450
28450
  customInput?: {
28451
28451
  placeholder?: string | undefined;
@@ -28551,7 +28551,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
28551
28551
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
28552
28552
  searchThreshold?: number | undefined;
28553
28553
  renderInHeader?: boolean | undefined;
28554
- intent?: "display" | "style" | "content" | "behavior" | undefined;
28554
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
28555
28555
  } | undefined;
28556
28556
  } | {
28557
28557
  id: string;
@@ -28651,7 +28651,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
28651
28651
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
28652
28652
  searchThreshold?: number | undefined;
28653
28653
  renderInHeader?: boolean | undefined;
28654
- intent?: "display" | "style" | "content" | "behavior" | undefined;
28654
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
28655
28655
  } | undefined;
28656
28656
  fixedContentType?: string | undefined;
28657
28657
  contentTypeField?: string | undefined;
@@ -28751,7 +28751,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
28751
28751
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
28752
28752
  searchThreshold?: number | undefined;
28753
28753
  renderInHeader?: boolean | undefined;
28754
- intent?: "display" | "style" | "content" | "behavior" | undefined;
28754
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
28755
28755
  } | undefined;
28756
28756
  } | /*elided*/ any | /*elided*/ any | {
28757
28757
  id: string;
@@ -28855,7 +28855,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
28855
28855
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
28856
28856
  searchThreshold?: number | undefined;
28857
28857
  renderInHeader?: boolean | undefined;
28858
- intent?: "display" | "style" | "content" | "behavior" | undefined;
28858
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
28859
28859
  } | undefined;
28860
28860
  customInput?: {
28861
28861
  placeholder?: string | undefined;
@@ -28961,7 +28961,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
28961
28961
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
28962
28962
  searchThreshold?: number | undefined;
28963
28963
  renderInHeader?: boolean | undefined;
28964
- intent?: "display" | "style" | "content" | "behavior" | undefined;
28964
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
28965
28965
  } | undefined;
28966
28966
  } | {
28967
28967
  id: string;
@@ -29061,7 +29061,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
29061
29061
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
29062
29062
  searchThreshold?: number | undefined;
29063
29063
  renderInHeader?: boolean | undefined;
29064
- intent?: "display" | "style" | "content" | "behavior" | undefined;
29064
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
29065
29065
  } | undefined;
29066
29066
  fixedContentType?: string | undefined;
29067
29067
  contentTypeField?: string | undefined;
@@ -29164,7 +29164,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
29164
29164
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
29165
29165
  searchThreshold?: number | undefined;
29166
29166
  renderInHeader?: boolean | undefined;
29167
- intent?: "display" | "style" | "content" | "behavior" | undefined;
29167
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
29168
29168
  } | undefined;
29169
29169
  activeTabField?: string | undefined;
29170
29170
  } | {
@@ -29269,7 +29269,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
29269
29269
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
29270
29270
  searchThreshold?: number | undefined;
29271
29271
  renderInHeader?: boolean | undefined;
29272
- intent?: "display" | "style" | "content" | "behavior" | undefined;
29272
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
29273
29273
  } | undefined;
29274
29274
  customInput?: {
29275
29275
  placeholder?: string | undefined;
@@ -29375,7 +29375,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
29375
29375
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
29376
29376
  searchThreshold?: number | undefined;
29377
29377
  renderInHeader?: boolean | undefined;
29378
- intent?: "display" | "style" | "content" | "behavior" | undefined;
29378
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
29379
29379
  } | undefined;
29380
29380
  } | {
29381
29381
  id: string;
@@ -29475,7 +29475,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
29475
29475
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
29476
29476
  searchThreshold?: number | undefined;
29477
29477
  renderInHeader?: boolean | undefined;
29478
- intent?: "display" | "style" | "content" | "behavior" | undefined;
29478
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
29479
29479
  } | undefined;
29480
29480
  fixedContentType?: string | undefined;
29481
29481
  contentTypeField?: string | undefined;
@@ -29575,7 +29575,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
29575
29575
  siteOptionSource?: "venues" | "eventCategories" | "staffMembers" | undefined;
29576
29576
  searchThreshold?: number | undefined;
29577
29577
  renderInHeader?: boolean | undefined;
29578
- intent?: "display" | "style" | "content" | "behavior" | undefined;
29578
+ intent?: "style" | "display" | "content" | "behavior" | undefined;
29579
29579
  } | undefined;
29580
29580
  }, "schema"> & {
29581
29581
  schema: {