@riverbankcms/sdk 0.78.0 → 0.78.2
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.
- package/README.md +45 -43
- package/dist/{PreviewEditorSidebar-RIKFQ72L.mjs → PreviewEditorSidebar-4DXLYX2V.mjs} +29 -21
- package/dist/{PreviewEditorUI-XO7TUWKK.mjs → PreviewEditorUI-CS5P4N3P.mjs} +4 -4
- package/dist/SdkPreviewModeRuntime-IJDHTW4W.mjs +8 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +36 -0
- package/dist/_dts/api/src/contentRuntime.d.ts +1 -0
- package/dist/_dts/api/src/endpoints.d.ts +9 -0
- package/dist/_dts/api/src/index.d.ts +3 -3
- package/dist/_dts/api/src/public/types.d.ts +1 -1
- package/dist/_dts/api/src/request.d.ts +3 -11
- package/dist/_dts/api/src/sdkConfig/contracts.d.ts +1 -0
- package/dist/_dts/api/src/sdkContracts.d.ts +7 -1
- package/dist/_dts/api/src/siteManagementEndpoints.d.ts +10 -0
- package/dist/_dts/api/src/sitePlatformEndpoints.d.ts +1 -0
- package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +15 -19
- package/dist/_dts/api/src/types.d.ts +11 -26
- package/dist/_dts/block-form/src/fields/types.d.ts +6 -0
- package/dist/_dts/block-form/src/widgets/RepeaterField/components/RepeaterList.d.ts +3 -2
- package/dist/_dts/block-form/src/widgets/RepeaterField/components/RepeaterRow.d.ts +6 -3
- package/dist/_dts/block-form/src/widgets/RepeaterField/components/RepeaterRowActions.d.ts +8 -3
- package/dist/_dts/block-form/src/widgets/RepeaterField/hooks/index.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/hooks/useLinearRepeaterDnd.d.ts +1 -0
- package/dist/_dts/block-form/src/widgets/RepeaterField/hooks/useRepeaterPointerDragCapability.d.ts +1 -0
- package/dist/_dts/block-form/src/widgets/RepeaterField/hooks/useResolvedItemLabel.d.ts +7 -0
- package/dist/_dts/block-form/src/widgets/RepeaterField/utils/buildSummary.d.ts +1 -0
- package/dist/_dts/block-form/src/widgets/RepeaterField/utils/index.d.ts +3 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/utils/repeaterDndDomain.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/utils/repeaterLabelSource.d.ts +15 -0
- package/dist/_dts/block-form/src/widgets/RepeaterField/utils/repeaterRowActionsDomain.d.ts +50 -0
- package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +591 -0
- package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +591 -0
- package/dist/_dts/blocks/src/system/blocks/cart.d.ts +591 -0
- package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +591 -0
- package/dist/_dts/blocks/src/system/blocks/collection.d.ts +591 -0
- package/dist/_dts/blocks/src/system/blocks/faq.d.ts +591 -0
- package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +591 -0
- package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +2 -0
- package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +47 -0
- package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +591 -0
- package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +591 -0
- package/dist/_dts/blocks/src/system/blocks/shop.d.ts +591 -0
- package/dist/_dts/blocks/src/system/blocks/team-members.d.ts +3 -0
- package/dist/_dts/blocks/src/system/manifest/schema.d.ts +164 -0
- package/dist/_dts/blocks/src/system/runtime/hooks/useHeadlessBookingFlow.state.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.headless.state.d.ts +1 -1
- package/dist/_dts/content-editor/src/index.d.ts +1 -1
- package/dist/_dts/content-editor/src/ui/editorSnapshot.d.ts +2 -2
- package/dist/_dts/content-model/src/content-types/schema.d.ts +14 -0
- package/dist/_dts/content-model/src/templates/bindingTypeCompatibility.d.ts +3 -1
- package/dist/_dts/content-model/src/templates/bindingValidation.d.ts +10 -4
- package/dist/_dts/content-model/src/templates/fieldPaths.d.ts +20 -0
- package/dist/_dts/content-model/src/templates/manifestAdapter.d.ts +5 -2
- package/dist/_dts/core/src/branded.d.ts +108 -85
- package/dist/_dts/core/src/csv-types.d.ts +2 -2
- package/dist/_dts/core/src/editor-state.d.ts +7 -7
- package/dist/_dts/core/src/participants.d.ts +2 -2
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +11 -0
- package/dist/_dts/editor-blocks/src/blockPayload.d.ts +1 -1
- package/dist/_dts/media-editor/src/MediaEditor.d.ts +3 -1
- package/dist/_dts/media-editor/src/MediaPreview.d.ts +3 -1
- package/dist/_dts/media-editor/src/fieldUi.d.ts +5 -0
- package/dist/_dts/media-editor/src/index.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/commands/push/consts.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/commands/push/metadata.d.ts +2 -0
- package/dist/_dts/sdk/src/cli/commands/push/stale.d.ts +3 -3
- package/dist/_dts/sdk/src/cli/commands/push-execute.d.ts +7 -0
- package/dist/_dts/sdk/src/cli/commands/push.d.ts +2 -0
- package/dist/_dts/sdk/src/cli/content/reader.d.ts +13 -0
- package/dist/_dts/sdk/src/cli/content/writer.d.ts +2 -1
- package/dist/_dts/sdk/src/cli/helpers.d.ts +2 -0
- package/dist/_dts/sdk/src/cli/site-commands/commandKeys.d.ts +6 -6
- package/dist/_dts/sdk/src/cli/site-commands/commandRuntime.d.ts +5 -0
- package/dist/_dts/sdk/src/cli/site-commands/commandSurfaceDispatch.d.ts +4 -0
- package/dist/_dts/sdk/src/cli/site-commands/pageCommands.d.ts +5 -2
- package/dist/_dts/sdk/src/cli/site-commands/pushExecution.d.ts +10 -1
- package/dist/_dts/sdk/src/cli/site-commands/pushExecutionTypes.d.ts +1 -1
- package/dist/_dts/sdk/src/client/management/types.d.ts +6 -0
- package/dist/_dts/sdk/src/client/types.d.ts +2 -2
- package/dist/_dts/sdk/src/config/content-types.d.ts +7 -0
- package/dist/_dts/sdk/src/config/field-definitions.d.ts +2 -0
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/site-commands/src/commands.d.ts +3 -0
- package/dist/{altcha-B5XGSXP5.mjs → altcha-EKUEQ4RP.mjs} +1 -1
- package/dist/{chunk-NIDXI46P.mjs → chunk-4QEGTLK6.mjs} +1 -1
- package/dist/{chunk-TXDES5P2.mjs → chunk-6HYXHRAI.mjs} +5 -5
- package/dist/{chunk-SVMMM2NA.mjs → chunk-CR5HKAGU.mjs} +24 -5
- package/dist/{chunk-OECWLDHN.mjs → chunk-MCRQMPET.mjs} +1030 -588
- package/dist/{chunk-SXOLGNMX.mjs → chunk-OKMBEAXY.mjs} +1 -1
- package/dist/{chunk-XGB3TDIC.mjs → chunk-R7POPVJR.mjs} +2 -8
- package/dist/{chunk-F7RTCZYN.mjs → chunk-RGTOD4AJ.mjs} +20 -14
- package/dist/cli/index.mjs +681 -225
- package/dist/cli/init-docs/content/cli-reference.md +3 -2
- package/dist/cli/init-docs/content/content-management.md +2 -2
- package/dist/cli/init-docs/content/workflow-preview-mode.md +68 -2
- package/dist/client/{accordion-EVDEOUPR.mjs → accordion-PLYNJIIM.mjs} +2 -2
- package/dist/client/analytics.mjs +1 -1
- package/dist/client/{bookingForm-DIHBLC64.mjs → bookingForm-BXAP6AO7.mjs} +55 -48
- package/dist/client/bookings.mjs +62 -55
- package/dist/client/{carousel-FEBQHIWI.mjs → carousel-TRBXDHGF.mjs} +3 -3
- package/dist/client/{cart-7CKSXAE4.mjs → cart-Z7H3HJRS.mjs} +7 -7
- package/dist/client/{checkout-WKYCANLV.mjs → checkout-WAFCUBIX.mjs} +7 -7
- package/dist/client/{chunk-OFMSCGNY.mjs → chunk-75OUS5MT.mjs} +2 -2
- package/dist/client/{chunk-IVNCUVAV.mjs → chunk-AUJ5DBZJ.mjs} +18 -18
- package/dist/client/{chunk-36WJCERQ.mjs → chunk-CE7IBGVW.mjs} +3 -1
- package/dist/client/{chunk-RZDWX7QW.mjs → chunk-CWGTG37I.mjs} +1 -1
- package/dist/client/{chunk-YDSEG6GZ.mjs → chunk-DNRGY432.mjs} +2 -2
- package/dist/client/{chunk-RV6FX7UH.mjs → chunk-FUXW6VW2.mjs} +9 -9
- package/dist/client/{chunk-65F47D7Y.mjs → chunk-JGXPTEI2.mjs} +43 -36
- package/dist/client/{chunk-GUK2FPXQ.mjs → chunk-JRDUHZCT.mjs} +37 -15
- package/dist/client/{chunk-VPPMNXCF.mjs → chunk-UVQEJJTN.mjs} +2 -2
- package/dist/client/{chunk-F7LHOKEH.mjs → chunk-XSV6KW4D.mjs} +1 -1
- package/dist/client/{chunk-PD6NBCEY.mjs → chunk-ZFHRN6W2.mjs} +1 -1
- package/dist/client/{chunk-2SAVKN2M.mjs → chunk-ZI3LLBPZ.mjs} +2 -2
- package/dist/client/client.mjs +249 -160
- package/dist/client/{courseRegistration-5QF2PHKM.mjs → courseRegistration-AHFQHWIJ.mjs} +10 -10
- package/dist/client/{eventCalendar-4ZOSETDU.mjs → eventCalendar-LDXTV5R7.mjs} +9 -9
- package/dist/client/{eventCombined-WQGU7JUX.mjs → eventCombined-A4JGTNJO.mjs} +9 -9
- package/dist/client/{eventDetails-AYWVUJ5Y.mjs → eventDetails-4YXTZ7EG.mjs} +9 -9
- package/dist/client/{eventListing-NT7C6UT5.mjs → eventListing-P72TPFFM.mjs} +9 -9
- package/dist/client/{eventRegistration-OH24F4ZJ.mjs → eventRegistration-LSYJHGMT.mjs} +9 -9
- package/dist/client/{form-7L42SRBB.mjs → form-AOPYOKOW.mjs} +6 -3
- package/dist/client/{headerSection-OZRZNZ52.mjs → headerSection-5TFYDFVQ.mjs} +3 -3
- package/dist/client/hooks.mjs +78 -48
- package/dist/client/{locationMap-ZBXRPQ7C.mjs → locationMap-QSZ3ZVAZ.mjs} +3 -3
- package/dist/client/{newsletterForm-SNAGFF2I.mjs → newsletterForm-KTRHZY52.mjs} +2 -2
- package/dist/client/{productDetail-I46BOFGV.mjs → productDetail-N4E775RG.mjs} +7 -7
- package/dist/client/{productList-BOYHTYI6.mjs → productList-UGUQ2S45.mjs} +7 -7
- package/dist/client/rendering/client.mjs +173 -131
- package/dist/client/rendering/islands.mjs +19 -19
- package/dist/client/rendering.mjs +230 -150
- package/dist/client/{shop-XTXPZTKR.mjs → shop-VHSZEEQ2.mjs} +7 -7
- package/dist/preview-next/before-render.mjs +10 -1
- package/dist/preview-next/client/runtime.mjs +6 -6
- package/dist/preview-next/middleware.mjs +10 -1
- package/dist/preview-next/tailwind-sources.css +1 -0
- package/dist/sdk-runtime-WHPJEF5G.mjs +8 -0
- package/dist/server/components.mjs +101 -54
- package/dist/server/config-template-validation.mjs +221 -15
- package/dist/server/config-validation.mjs +76 -42
- package/dist/server/config.mjs +76 -42
- package/dist/server/data.mjs +77 -47
- package/dist/server/index.mjs +31 -10
- package/dist/server/next.mjs +133 -71
- package/dist/server/page-converter.mjs +60 -40
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +107 -60
- package/dist/server/rendering.mjs +111 -61
- package/dist/server/routing.mjs +93 -63
- package/dist/server/server.mjs +102 -57
- package/package.json +1 -1
- package/dist/SdkPreviewModeRuntime-LAGYMPNF.mjs +0 -8
- package/dist/sdk-runtime-ZJLKC6DR.mjs +0 -8
|
@@ -219,6 +219,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
219
219
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
220
220
|
showMediaPreview?: boolean | undefined;
|
|
221
221
|
showMediaOverlayActions?: boolean | undefined;
|
|
222
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
223
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
222
224
|
mediaDelivery?: {
|
|
223
225
|
sizes?: string | undefined;
|
|
224
226
|
widthCandidates?: number[] | undefined;
|
|
@@ -327,6 +329,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
327
329
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
328
330
|
showMediaPreview?: boolean | undefined;
|
|
329
331
|
showMediaOverlayActions?: boolean | undefined;
|
|
332
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
333
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
330
334
|
mediaDelivery?: {
|
|
331
335
|
sizes?: string | undefined;
|
|
332
336
|
widthCandidates?: number[] | undefined;
|
|
@@ -406,6 +410,9 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
406
410
|
intent?: "style" | "content" | "display" | "behavior" | undefined;
|
|
407
411
|
} | undefined;
|
|
408
412
|
itemLabelSource?: string | undefined;
|
|
413
|
+
showSummary?: boolean | undefined;
|
|
414
|
+
summaryFields?: string[] | undefined;
|
|
415
|
+
summaryMaxChars?: number | undefined;
|
|
409
416
|
maxItems?: number | undefined;
|
|
410
417
|
schema?: unknown;
|
|
411
418
|
polymorphic?: boolean | undefined;
|
|
@@ -444,6 +451,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
444
451
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
445
452
|
showMediaPreview?: boolean | undefined;
|
|
446
453
|
showMediaOverlayActions?: boolean | undefined;
|
|
454
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
455
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
447
456
|
mediaDelivery?: {
|
|
448
457
|
sizes?: string | undefined;
|
|
449
458
|
widthCandidates?: number[] | undefined;
|
|
@@ -557,6 +566,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
557
566
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
558
567
|
showMediaPreview?: boolean | undefined;
|
|
559
568
|
showMediaOverlayActions?: boolean | undefined;
|
|
569
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
570
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
560
571
|
mediaDelivery?: {
|
|
561
572
|
sizes?: string | undefined;
|
|
562
573
|
widthCandidates?: number[] | undefined;
|
|
@@ -662,6 +673,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
662
673
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
663
674
|
showMediaPreview?: boolean | undefined;
|
|
664
675
|
showMediaOverlayActions?: boolean | undefined;
|
|
676
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
677
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
665
678
|
mediaDelivery?: {
|
|
666
679
|
sizes?: string | undefined;
|
|
667
680
|
widthCandidates?: number[] | undefined;
|
|
@@ -767,6 +780,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
767
780
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
768
781
|
showMediaPreview?: boolean | undefined;
|
|
769
782
|
showMediaOverlayActions?: boolean | undefined;
|
|
783
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
784
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
770
785
|
mediaDelivery?: {
|
|
771
786
|
sizes?: string | undefined;
|
|
772
787
|
widthCandidates?: number[] | undefined;
|
|
@@ -873,6 +888,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
873
888
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
874
889
|
showMediaPreview?: boolean | undefined;
|
|
875
890
|
showMediaOverlayActions?: boolean | undefined;
|
|
891
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
892
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
876
893
|
mediaDelivery?: {
|
|
877
894
|
sizes?: string | undefined;
|
|
878
895
|
widthCandidates?: number[] | undefined;
|
|
@@ -977,6 +994,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
977
994
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
978
995
|
showMediaPreview?: boolean | undefined;
|
|
979
996
|
showMediaOverlayActions?: boolean | undefined;
|
|
997
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
998
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
980
999
|
mediaDelivery?: {
|
|
981
1000
|
sizes?: string | undefined;
|
|
982
1001
|
widthCandidates?: number[] | undefined;
|
|
@@ -1081,6 +1100,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
1081
1100
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1082
1101
|
showMediaPreview?: boolean | undefined;
|
|
1083
1102
|
showMediaOverlayActions?: boolean | undefined;
|
|
1103
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1104
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1084
1105
|
mediaDelivery?: {
|
|
1085
1106
|
sizes?: string | undefined;
|
|
1086
1107
|
widthCandidates?: number[] | undefined;
|
|
@@ -1185,6 +1206,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
1185
1206
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1186
1207
|
showMediaPreview?: boolean | undefined;
|
|
1187
1208
|
showMediaOverlayActions?: boolean | undefined;
|
|
1209
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1210
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1188
1211
|
mediaDelivery?: {
|
|
1189
1212
|
sizes?: string | undefined;
|
|
1190
1213
|
widthCandidates?: number[] | undefined;
|
|
@@ -1289,6 +1312,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
1289
1312
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1290
1313
|
showMediaPreview?: boolean | undefined;
|
|
1291
1314
|
showMediaOverlayActions?: boolean | undefined;
|
|
1315
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1316
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1292
1317
|
mediaDelivery?: {
|
|
1293
1318
|
sizes?: string | undefined;
|
|
1294
1319
|
widthCandidates?: number[] | undefined;
|
|
@@ -1393,6 +1418,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
1393
1418
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1394
1419
|
showMediaPreview?: boolean | undefined;
|
|
1395
1420
|
showMediaOverlayActions?: boolean | undefined;
|
|
1421
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1422
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1396
1423
|
mediaDelivery?: {
|
|
1397
1424
|
sizes?: string | undefined;
|
|
1398
1425
|
widthCandidates?: number[] | undefined;
|
|
@@ -1501,6 +1528,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
1501
1528
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1502
1529
|
showMediaPreview?: boolean | undefined;
|
|
1503
1530
|
showMediaOverlayActions?: boolean | undefined;
|
|
1531
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1532
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1504
1533
|
mediaDelivery?: {
|
|
1505
1534
|
sizes?: string | undefined;
|
|
1506
1535
|
widthCandidates?: number[] | undefined;
|
|
@@ -1605,6 +1634,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
1605
1634
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1606
1635
|
showMediaPreview?: boolean | undefined;
|
|
1607
1636
|
showMediaOverlayActions?: boolean | undefined;
|
|
1637
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1638
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1608
1639
|
mediaDelivery?: {
|
|
1609
1640
|
sizes?: string | undefined;
|
|
1610
1641
|
widthCandidates?: number[] | undefined;
|
|
@@ -1711,6 +1742,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
1711
1742
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1712
1743
|
showMediaPreview?: boolean | undefined;
|
|
1713
1744
|
showMediaOverlayActions?: boolean | undefined;
|
|
1745
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1746
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1714
1747
|
mediaDelivery?: {
|
|
1715
1748
|
sizes?: string | undefined;
|
|
1716
1749
|
widthCandidates?: number[] | undefined;
|
|
@@ -1815,6 +1848,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
1815
1848
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1816
1849
|
showMediaPreview?: boolean | undefined;
|
|
1817
1850
|
showMediaOverlayActions?: boolean | undefined;
|
|
1851
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1852
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1818
1853
|
mediaDelivery?: {
|
|
1819
1854
|
sizes?: string | undefined;
|
|
1820
1855
|
widthCandidates?: number[] | undefined;
|
|
@@ -1935,6 +1970,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
1935
1970
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1936
1971
|
showMediaPreview?: boolean | undefined;
|
|
1937
1972
|
showMediaOverlayActions?: boolean | undefined;
|
|
1973
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1974
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1938
1975
|
mediaDelivery?: {
|
|
1939
1976
|
sizes?: string | undefined;
|
|
1940
1977
|
widthCandidates?: number[] | undefined;
|
|
@@ -2048,6 +2085,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
2048
2085
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2049
2086
|
showMediaPreview?: boolean | undefined;
|
|
2050
2087
|
showMediaOverlayActions?: boolean | undefined;
|
|
2088
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2089
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2051
2090
|
mediaDelivery?: {
|
|
2052
2091
|
sizes?: string | undefined;
|
|
2053
2092
|
widthCandidates?: number[] | undefined;
|
|
@@ -2153,6 +2192,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
2153
2192
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2154
2193
|
showMediaPreview?: boolean | undefined;
|
|
2155
2194
|
showMediaOverlayActions?: boolean | undefined;
|
|
2195
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2196
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2156
2197
|
mediaDelivery?: {
|
|
2157
2198
|
sizes?: string | undefined;
|
|
2158
2199
|
widthCandidates?: number[] | undefined;
|
|
@@ -2258,6 +2299,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
2258
2299
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2259
2300
|
showMediaPreview?: boolean | undefined;
|
|
2260
2301
|
showMediaOverlayActions?: boolean | undefined;
|
|
2302
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2303
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2261
2304
|
mediaDelivery?: {
|
|
2262
2305
|
sizes?: string | undefined;
|
|
2263
2306
|
widthCandidates?: number[] | undefined;
|
|
@@ -2364,6 +2407,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
2364
2407
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2365
2408
|
showMediaPreview?: boolean | undefined;
|
|
2366
2409
|
showMediaOverlayActions?: boolean | undefined;
|
|
2410
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2411
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2367
2412
|
mediaDelivery?: {
|
|
2368
2413
|
sizes?: string | undefined;
|
|
2369
2414
|
widthCandidates?: number[] | undefined;
|
|
@@ -2468,6 +2513,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
2468
2513
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2469
2514
|
showMediaPreview?: boolean | undefined;
|
|
2470
2515
|
showMediaOverlayActions?: boolean | undefined;
|
|
2516
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2517
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2471
2518
|
mediaDelivery?: {
|
|
2472
2519
|
sizes?: string | undefined;
|
|
2473
2520
|
widthCandidates?: number[] | undefined;
|
|
@@ -2572,6 +2619,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
2572
2619
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2573
2620
|
showMediaPreview?: boolean | undefined;
|
|
2574
2621
|
showMediaOverlayActions?: boolean | undefined;
|
|
2622
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2623
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2575
2624
|
mediaDelivery?: {
|
|
2576
2625
|
sizes?: string | undefined;
|
|
2577
2626
|
widthCandidates?: number[] | undefined;
|
|
@@ -2676,6 +2725,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
2676
2725
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2677
2726
|
showMediaPreview?: boolean | undefined;
|
|
2678
2727
|
showMediaOverlayActions?: boolean | undefined;
|
|
2728
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2729
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2679
2730
|
mediaDelivery?: {
|
|
2680
2731
|
sizes?: string | undefined;
|
|
2681
2732
|
widthCandidates?: number[] | undefined;
|
|
@@ -2780,6 +2831,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
2780
2831
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2781
2832
|
showMediaPreview?: boolean | undefined;
|
|
2782
2833
|
showMediaOverlayActions?: boolean | undefined;
|
|
2834
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2835
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2783
2836
|
mediaDelivery?: {
|
|
2784
2837
|
sizes?: string | undefined;
|
|
2785
2838
|
widthCandidates?: number[] | undefined;
|
|
@@ -2884,6 +2937,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
2884
2937
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2885
2938
|
showMediaPreview?: boolean | undefined;
|
|
2886
2939
|
showMediaOverlayActions?: boolean | undefined;
|
|
2940
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2941
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2887
2942
|
mediaDelivery?: {
|
|
2888
2943
|
sizes?: string | undefined;
|
|
2889
2944
|
widthCandidates?: number[] | undefined;
|
|
@@ -2992,6 +3047,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
2992
3047
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2993
3048
|
showMediaPreview?: boolean | undefined;
|
|
2994
3049
|
showMediaOverlayActions?: boolean | undefined;
|
|
3050
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3051
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2995
3052
|
mediaDelivery?: {
|
|
2996
3053
|
sizes?: string | undefined;
|
|
2997
3054
|
widthCandidates?: number[] | undefined;
|
|
@@ -3096,6 +3153,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
3096
3153
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3097
3154
|
showMediaPreview?: boolean | undefined;
|
|
3098
3155
|
showMediaOverlayActions?: boolean | undefined;
|
|
3156
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3157
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3099
3158
|
mediaDelivery?: {
|
|
3100
3159
|
sizes?: string | undefined;
|
|
3101
3160
|
widthCandidates?: number[] | undefined;
|
|
@@ -3202,6 +3261,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
3202
3261
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3203
3262
|
showMediaPreview?: boolean | undefined;
|
|
3204
3263
|
showMediaOverlayActions?: boolean | undefined;
|
|
3264
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3265
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3205
3266
|
mediaDelivery?: {
|
|
3206
3267
|
sizes?: string | undefined;
|
|
3207
3268
|
widthCandidates?: number[] | undefined;
|
|
@@ -3306,6 +3367,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
3306
3367
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3307
3368
|
showMediaPreview?: boolean | undefined;
|
|
3308
3369
|
showMediaOverlayActions?: boolean | undefined;
|
|
3370
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3371
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3309
3372
|
mediaDelivery?: {
|
|
3310
3373
|
sizes?: string | undefined;
|
|
3311
3374
|
widthCandidates?: number[] | undefined;
|
|
@@ -3428,6 +3491,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
3428
3491
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3429
3492
|
showMediaPreview?: boolean | undefined;
|
|
3430
3493
|
showMediaOverlayActions?: boolean | undefined;
|
|
3494
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3495
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3431
3496
|
mediaDelivery?: {
|
|
3432
3497
|
sizes?: string | undefined;
|
|
3433
3498
|
widthCandidates?: number[] | undefined;
|
|
@@ -3541,6 +3606,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
3541
3606
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3542
3607
|
showMediaPreview?: boolean | undefined;
|
|
3543
3608
|
showMediaOverlayActions?: boolean | undefined;
|
|
3609
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3610
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3544
3611
|
mediaDelivery?: {
|
|
3545
3612
|
sizes?: string | undefined;
|
|
3546
3613
|
widthCandidates?: number[] | undefined;
|
|
@@ -3646,6 +3713,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
3646
3713
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3647
3714
|
showMediaPreview?: boolean | undefined;
|
|
3648
3715
|
showMediaOverlayActions?: boolean | undefined;
|
|
3716
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3717
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3649
3718
|
mediaDelivery?: {
|
|
3650
3719
|
sizes?: string | undefined;
|
|
3651
3720
|
widthCandidates?: number[] | undefined;
|
|
@@ -3751,6 +3820,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
3751
3820
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3752
3821
|
showMediaPreview?: boolean | undefined;
|
|
3753
3822
|
showMediaOverlayActions?: boolean | undefined;
|
|
3823
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3824
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3754
3825
|
mediaDelivery?: {
|
|
3755
3826
|
sizes?: string | undefined;
|
|
3756
3827
|
widthCandidates?: number[] | undefined;
|
|
@@ -3857,6 +3928,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
3857
3928
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3858
3929
|
showMediaPreview?: boolean | undefined;
|
|
3859
3930
|
showMediaOverlayActions?: boolean | undefined;
|
|
3931
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3932
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3860
3933
|
mediaDelivery?: {
|
|
3861
3934
|
sizes?: string | undefined;
|
|
3862
3935
|
widthCandidates?: number[] | undefined;
|
|
@@ -3961,6 +4034,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
3961
4034
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3962
4035
|
showMediaPreview?: boolean | undefined;
|
|
3963
4036
|
showMediaOverlayActions?: boolean | undefined;
|
|
4037
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4038
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3964
4039
|
mediaDelivery?: {
|
|
3965
4040
|
sizes?: string | undefined;
|
|
3966
4041
|
widthCandidates?: number[] | undefined;
|
|
@@ -4065,6 +4140,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
4065
4140
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4066
4141
|
showMediaPreview?: boolean | undefined;
|
|
4067
4142
|
showMediaOverlayActions?: boolean | undefined;
|
|
4143
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4144
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4068
4145
|
mediaDelivery?: {
|
|
4069
4146
|
sizes?: string | undefined;
|
|
4070
4147
|
widthCandidates?: number[] | undefined;
|
|
@@ -4169,6 +4246,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
4169
4246
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4170
4247
|
showMediaPreview?: boolean | undefined;
|
|
4171
4248
|
showMediaOverlayActions?: boolean | undefined;
|
|
4249
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4250
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4172
4251
|
mediaDelivery?: {
|
|
4173
4252
|
sizes?: string | undefined;
|
|
4174
4253
|
widthCandidates?: number[] | undefined;
|
|
@@ -4273,6 +4352,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
4273
4352
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4274
4353
|
showMediaPreview?: boolean | undefined;
|
|
4275
4354
|
showMediaOverlayActions?: boolean | undefined;
|
|
4355
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4356
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4276
4357
|
mediaDelivery?: {
|
|
4277
4358
|
sizes?: string | undefined;
|
|
4278
4359
|
widthCandidates?: number[] | undefined;
|
|
@@ -4377,6 +4458,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
4377
4458
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4378
4459
|
showMediaPreview?: boolean | undefined;
|
|
4379
4460
|
showMediaOverlayActions?: boolean | undefined;
|
|
4461
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4462
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4380
4463
|
mediaDelivery?: {
|
|
4381
4464
|
sizes?: string | undefined;
|
|
4382
4465
|
widthCandidates?: number[] | undefined;
|
|
@@ -4485,6 +4568,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
4485
4568
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4486
4569
|
showMediaPreview?: boolean | undefined;
|
|
4487
4570
|
showMediaOverlayActions?: boolean | undefined;
|
|
4571
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4572
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4488
4573
|
mediaDelivery?: {
|
|
4489
4574
|
sizes?: string | undefined;
|
|
4490
4575
|
widthCandidates?: number[] | undefined;
|
|
@@ -4589,6 +4674,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
4589
4674
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4590
4675
|
showMediaPreview?: boolean | undefined;
|
|
4591
4676
|
showMediaOverlayActions?: boolean | undefined;
|
|
4677
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4678
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4592
4679
|
mediaDelivery?: {
|
|
4593
4680
|
sizes?: string | undefined;
|
|
4594
4681
|
widthCandidates?: number[] | undefined;
|
|
@@ -4695,6 +4782,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
4695
4782
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4696
4783
|
showMediaPreview?: boolean | undefined;
|
|
4697
4784
|
showMediaOverlayActions?: boolean | undefined;
|
|
4785
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4786
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4698
4787
|
mediaDelivery?: {
|
|
4699
4788
|
sizes?: string | undefined;
|
|
4700
4789
|
widthCandidates?: number[] | undefined;
|
|
@@ -4799,6 +4888,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
4799
4888
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4800
4889
|
showMediaPreview?: boolean | undefined;
|
|
4801
4890
|
showMediaOverlayActions?: boolean | undefined;
|
|
4891
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4892
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4802
4893
|
mediaDelivery?: {
|
|
4803
4894
|
sizes?: string | undefined;
|
|
4804
4895
|
widthCandidates?: number[] | undefined;
|
|
@@ -4910,6 +5001,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
4910
5001
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4911
5002
|
showMediaPreview?: boolean | undefined;
|
|
4912
5003
|
showMediaOverlayActions?: boolean | undefined;
|
|
5004
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5005
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4913
5006
|
mediaDelivery?: {
|
|
4914
5007
|
sizes?: string | undefined;
|
|
4915
5008
|
widthCandidates?: number[] | undefined;
|
|
@@ -5020,6 +5113,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
5020
5113
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5021
5114
|
showMediaPreview?: boolean | undefined;
|
|
5022
5115
|
showMediaOverlayActions?: boolean | undefined;
|
|
5116
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5117
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5023
5118
|
mediaDelivery?: {
|
|
5024
5119
|
sizes?: string | undefined;
|
|
5025
5120
|
widthCandidates?: number[] | undefined;
|
|
@@ -5124,6 +5219,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
5124
5219
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5125
5220
|
showMediaPreview?: boolean | undefined;
|
|
5126
5221
|
showMediaOverlayActions?: boolean | undefined;
|
|
5222
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5223
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5127
5224
|
mediaDelivery?: {
|
|
5128
5225
|
sizes?: string | undefined;
|
|
5129
5226
|
widthCandidates?: number[] | undefined;
|
|
@@ -5231,6 +5328,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
5231
5328
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5232
5329
|
showMediaPreview?: boolean | undefined;
|
|
5233
5330
|
showMediaOverlayActions?: boolean | undefined;
|
|
5331
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5332
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5234
5333
|
mediaDelivery?: {
|
|
5235
5334
|
sizes?: string | undefined;
|
|
5236
5335
|
widthCandidates?: number[] | undefined;
|
|
@@ -5340,6 +5439,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
5340
5439
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5341
5440
|
showMediaPreview?: boolean | undefined;
|
|
5342
5441
|
showMediaOverlayActions?: boolean | undefined;
|
|
5442
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5443
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5343
5444
|
mediaDelivery?: {
|
|
5344
5445
|
sizes?: string | undefined;
|
|
5345
5446
|
widthCandidates?: number[] | undefined;
|
|
@@ -5450,6 +5551,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
5450
5551
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5451
5552
|
showMediaPreview?: boolean | undefined;
|
|
5452
5553
|
showMediaOverlayActions?: boolean | undefined;
|
|
5554
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5555
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5453
5556
|
mediaDelivery?: {
|
|
5454
5557
|
sizes?: string | undefined;
|
|
5455
5558
|
widthCandidates?: number[] | undefined;
|
|
@@ -5554,6 +5657,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
5554
5657
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5555
5658
|
showMediaPreview?: boolean | undefined;
|
|
5556
5659
|
showMediaOverlayActions?: boolean | undefined;
|
|
5660
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5661
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5557
5662
|
mediaDelivery?: {
|
|
5558
5663
|
sizes?: string | undefined;
|
|
5559
5664
|
widthCandidates?: number[] | undefined;
|
|
@@ -5658,6 +5763,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
5658
5763
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5659
5764
|
showMediaPreview?: boolean | undefined;
|
|
5660
5765
|
showMediaOverlayActions?: boolean | undefined;
|
|
5766
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5767
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5661
5768
|
mediaDelivery?: {
|
|
5662
5769
|
sizes?: string | undefined;
|
|
5663
5770
|
widthCandidates?: number[] | undefined;
|
|
@@ -5777,6 +5884,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
5777
5884
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5778
5885
|
showMediaPreview?: boolean | undefined;
|
|
5779
5886
|
showMediaOverlayActions?: boolean | undefined;
|
|
5887
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5888
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5780
5889
|
mediaDelivery?: {
|
|
5781
5890
|
sizes?: string | undefined;
|
|
5782
5891
|
widthCandidates?: number[] | undefined;
|
|
@@ -5890,6 +5999,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
5890
5999
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5891
6000
|
showMediaPreview?: boolean | undefined;
|
|
5892
6001
|
showMediaOverlayActions?: boolean | undefined;
|
|
6002
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6003
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5893
6004
|
mediaDelivery?: {
|
|
5894
6005
|
sizes?: string | undefined;
|
|
5895
6006
|
widthCandidates?: number[] | undefined;
|
|
@@ -5995,6 +6106,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
5995
6106
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5996
6107
|
showMediaPreview?: boolean | undefined;
|
|
5997
6108
|
showMediaOverlayActions?: boolean | undefined;
|
|
6109
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6110
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5998
6111
|
mediaDelivery?: {
|
|
5999
6112
|
sizes?: string | undefined;
|
|
6000
6113
|
widthCandidates?: number[] | undefined;
|
|
@@ -6100,6 +6213,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
6100
6213
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6101
6214
|
showMediaPreview?: boolean | undefined;
|
|
6102
6215
|
showMediaOverlayActions?: boolean | undefined;
|
|
6216
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6217
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6103
6218
|
mediaDelivery?: {
|
|
6104
6219
|
sizes?: string | undefined;
|
|
6105
6220
|
widthCandidates?: number[] | undefined;
|
|
@@ -6206,6 +6321,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
6206
6321
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6207
6322
|
showMediaPreview?: boolean | undefined;
|
|
6208
6323
|
showMediaOverlayActions?: boolean | undefined;
|
|
6324
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6325
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6209
6326
|
mediaDelivery?: {
|
|
6210
6327
|
sizes?: string | undefined;
|
|
6211
6328
|
widthCandidates?: number[] | undefined;
|
|
@@ -6310,6 +6427,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
6310
6427
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6311
6428
|
showMediaPreview?: boolean | undefined;
|
|
6312
6429
|
showMediaOverlayActions?: boolean | undefined;
|
|
6430
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6431
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6313
6432
|
mediaDelivery?: {
|
|
6314
6433
|
sizes?: string | undefined;
|
|
6315
6434
|
widthCandidates?: number[] | undefined;
|
|
@@ -6414,6 +6533,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
6414
6533
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6415
6534
|
showMediaPreview?: boolean | undefined;
|
|
6416
6535
|
showMediaOverlayActions?: boolean | undefined;
|
|
6536
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6537
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6417
6538
|
mediaDelivery?: {
|
|
6418
6539
|
sizes?: string | undefined;
|
|
6419
6540
|
widthCandidates?: number[] | undefined;
|
|
@@ -6518,6 +6639,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
6518
6639
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6519
6640
|
showMediaPreview?: boolean | undefined;
|
|
6520
6641
|
showMediaOverlayActions?: boolean | undefined;
|
|
6642
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6643
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6521
6644
|
mediaDelivery?: {
|
|
6522
6645
|
sizes?: string | undefined;
|
|
6523
6646
|
widthCandidates?: number[] | undefined;
|
|
@@ -6622,6 +6745,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
6622
6745
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6623
6746
|
showMediaPreview?: boolean | undefined;
|
|
6624
6747
|
showMediaOverlayActions?: boolean | undefined;
|
|
6748
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6749
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6625
6750
|
mediaDelivery?: {
|
|
6626
6751
|
sizes?: string | undefined;
|
|
6627
6752
|
widthCandidates?: number[] | undefined;
|
|
@@ -6726,6 +6851,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
6726
6851
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6727
6852
|
showMediaPreview?: boolean | undefined;
|
|
6728
6853
|
showMediaOverlayActions?: boolean | undefined;
|
|
6854
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6855
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6729
6856
|
mediaDelivery?: {
|
|
6730
6857
|
sizes?: string | undefined;
|
|
6731
6858
|
widthCandidates?: number[] | undefined;
|
|
@@ -6834,6 +6961,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
6834
6961
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6835
6962
|
showMediaPreview?: boolean | undefined;
|
|
6836
6963
|
showMediaOverlayActions?: boolean | undefined;
|
|
6964
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6965
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6837
6966
|
mediaDelivery?: {
|
|
6838
6967
|
sizes?: string | undefined;
|
|
6839
6968
|
widthCandidates?: number[] | undefined;
|
|
@@ -6938,6 +7067,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
6938
7067
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6939
7068
|
showMediaPreview?: boolean | undefined;
|
|
6940
7069
|
showMediaOverlayActions?: boolean | undefined;
|
|
7070
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7071
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6941
7072
|
mediaDelivery?: {
|
|
6942
7073
|
sizes?: string | undefined;
|
|
6943
7074
|
widthCandidates?: number[] | undefined;
|
|
@@ -7044,6 +7175,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
7044
7175
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7045
7176
|
showMediaPreview?: boolean | undefined;
|
|
7046
7177
|
showMediaOverlayActions?: boolean | undefined;
|
|
7178
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7179
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7047
7180
|
mediaDelivery?: {
|
|
7048
7181
|
sizes?: string | undefined;
|
|
7049
7182
|
widthCandidates?: number[] | undefined;
|
|
@@ -7148,6 +7281,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
7148
7281
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7149
7282
|
showMediaPreview?: boolean | undefined;
|
|
7150
7283
|
showMediaOverlayActions?: boolean | undefined;
|
|
7284
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7285
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7151
7286
|
mediaDelivery?: {
|
|
7152
7287
|
sizes?: string | undefined;
|
|
7153
7288
|
widthCandidates?: number[] | undefined;
|
|
@@ -7268,6 +7403,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
7268
7403
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7269
7404
|
showMediaPreview?: boolean | undefined;
|
|
7270
7405
|
showMediaOverlayActions?: boolean | undefined;
|
|
7406
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7407
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7271
7408
|
mediaDelivery?: {
|
|
7272
7409
|
sizes?: string | undefined;
|
|
7273
7410
|
widthCandidates?: number[] | undefined;
|
|
@@ -7381,6 +7518,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
7381
7518
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7382
7519
|
showMediaPreview?: boolean | undefined;
|
|
7383
7520
|
showMediaOverlayActions?: boolean | undefined;
|
|
7521
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7522
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7384
7523
|
mediaDelivery?: {
|
|
7385
7524
|
sizes?: string | undefined;
|
|
7386
7525
|
widthCandidates?: number[] | undefined;
|
|
@@ -7486,6 +7625,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
7486
7625
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7487
7626
|
showMediaPreview?: boolean | undefined;
|
|
7488
7627
|
showMediaOverlayActions?: boolean | undefined;
|
|
7628
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7629
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7489
7630
|
mediaDelivery?: {
|
|
7490
7631
|
sizes?: string | undefined;
|
|
7491
7632
|
widthCandidates?: number[] | undefined;
|
|
@@ -7591,6 +7732,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
7591
7732
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7592
7733
|
showMediaPreview?: boolean | undefined;
|
|
7593
7734
|
showMediaOverlayActions?: boolean | undefined;
|
|
7735
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7736
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7594
7737
|
mediaDelivery?: {
|
|
7595
7738
|
sizes?: string | undefined;
|
|
7596
7739
|
widthCandidates?: number[] | undefined;
|
|
@@ -7697,6 +7840,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
7697
7840
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7698
7841
|
showMediaPreview?: boolean | undefined;
|
|
7699
7842
|
showMediaOverlayActions?: boolean | undefined;
|
|
7843
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7844
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7700
7845
|
mediaDelivery?: {
|
|
7701
7846
|
sizes?: string | undefined;
|
|
7702
7847
|
widthCandidates?: number[] | undefined;
|
|
@@ -7801,6 +7946,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
7801
7946
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7802
7947
|
showMediaPreview?: boolean | undefined;
|
|
7803
7948
|
showMediaOverlayActions?: boolean | undefined;
|
|
7949
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7950
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7804
7951
|
mediaDelivery?: {
|
|
7805
7952
|
sizes?: string | undefined;
|
|
7806
7953
|
widthCandidates?: number[] | undefined;
|
|
@@ -7905,6 +8052,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
7905
8052
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7906
8053
|
showMediaPreview?: boolean | undefined;
|
|
7907
8054
|
showMediaOverlayActions?: boolean | undefined;
|
|
8055
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8056
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7908
8057
|
mediaDelivery?: {
|
|
7909
8058
|
sizes?: string | undefined;
|
|
7910
8059
|
widthCandidates?: number[] | undefined;
|
|
@@ -8009,6 +8158,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
8009
8158
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8010
8159
|
showMediaPreview?: boolean | undefined;
|
|
8011
8160
|
showMediaOverlayActions?: boolean | undefined;
|
|
8161
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8162
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8012
8163
|
mediaDelivery?: {
|
|
8013
8164
|
sizes?: string | undefined;
|
|
8014
8165
|
widthCandidates?: number[] | undefined;
|
|
@@ -8113,6 +8264,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
8113
8264
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8114
8265
|
showMediaPreview?: boolean | undefined;
|
|
8115
8266
|
showMediaOverlayActions?: boolean | undefined;
|
|
8267
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8268
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8116
8269
|
mediaDelivery?: {
|
|
8117
8270
|
sizes?: string | undefined;
|
|
8118
8271
|
widthCandidates?: number[] | undefined;
|
|
@@ -8217,6 +8370,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
8217
8370
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8218
8371
|
showMediaPreview?: boolean | undefined;
|
|
8219
8372
|
showMediaOverlayActions?: boolean | undefined;
|
|
8373
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8374
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8220
8375
|
mediaDelivery?: {
|
|
8221
8376
|
sizes?: string | undefined;
|
|
8222
8377
|
widthCandidates?: number[] | undefined;
|
|
@@ -8325,6 +8480,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
8325
8480
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8326
8481
|
showMediaPreview?: boolean | undefined;
|
|
8327
8482
|
showMediaOverlayActions?: boolean | undefined;
|
|
8483
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8484
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8328
8485
|
mediaDelivery?: {
|
|
8329
8486
|
sizes?: string | undefined;
|
|
8330
8487
|
widthCandidates?: number[] | undefined;
|
|
@@ -8429,6 +8586,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
8429
8586
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8430
8587
|
showMediaPreview?: boolean | undefined;
|
|
8431
8588
|
showMediaOverlayActions?: boolean | undefined;
|
|
8589
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8590
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8432
8591
|
mediaDelivery?: {
|
|
8433
8592
|
sizes?: string | undefined;
|
|
8434
8593
|
widthCandidates?: number[] | undefined;
|
|
@@ -8535,6 +8694,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
8535
8694
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8536
8695
|
showMediaPreview?: boolean | undefined;
|
|
8537
8696
|
showMediaOverlayActions?: boolean | undefined;
|
|
8697
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8698
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8538
8699
|
mediaDelivery?: {
|
|
8539
8700
|
sizes?: string | undefined;
|
|
8540
8701
|
widthCandidates?: number[] | undefined;
|
|
@@ -8639,6 +8800,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
8639
8800
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8640
8801
|
showMediaPreview?: boolean | undefined;
|
|
8641
8802
|
showMediaOverlayActions?: boolean | undefined;
|
|
8803
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8804
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8642
8805
|
mediaDelivery?: {
|
|
8643
8806
|
sizes?: string | undefined;
|
|
8644
8807
|
widthCandidates?: number[] | undefined;
|
|
@@ -8750,6 +8913,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
8750
8913
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8751
8914
|
showMediaPreview?: boolean | undefined;
|
|
8752
8915
|
showMediaOverlayActions?: boolean | undefined;
|
|
8916
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8917
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8753
8918
|
mediaDelivery?: {
|
|
8754
8919
|
sizes?: string | undefined;
|
|
8755
8920
|
widthCandidates?: number[] | undefined;
|
|
@@ -8860,6 +9025,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
8860
9025
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8861
9026
|
showMediaPreview?: boolean | undefined;
|
|
8862
9027
|
showMediaOverlayActions?: boolean | undefined;
|
|
9028
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9029
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8863
9030
|
mediaDelivery?: {
|
|
8864
9031
|
sizes?: string | undefined;
|
|
8865
9032
|
widthCandidates?: number[] | undefined;
|
|
@@ -8964,6 +9131,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
8964
9131
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8965
9132
|
showMediaPreview?: boolean | undefined;
|
|
8966
9133
|
showMediaOverlayActions?: boolean | undefined;
|
|
9134
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9135
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8967
9136
|
mediaDelivery?: {
|
|
8968
9137
|
sizes?: string | undefined;
|
|
8969
9138
|
widthCandidates?: number[] | undefined;
|
|
@@ -9068,6 +9237,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
9068
9237
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9069
9238
|
showMediaPreview?: boolean | undefined;
|
|
9070
9239
|
showMediaOverlayActions?: boolean | undefined;
|
|
9240
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9241
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9071
9242
|
mediaDelivery?: {
|
|
9072
9243
|
sizes?: string | undefined;
|
|
9073
9244
|
widthCandidates?: number[] | undefined;
|
|
@@ -9176,6 +9347,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
9176
9347
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9177
9348
|
showMediaPreview?: boolean | undefined;
|
|
9178
9349
|
showMediaOverlayActions?: boolean | undefined;
|
|
9350
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9351
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9179
9352
|
mediaDelivery?: {
|
|
9180
9353
|
sizes?: string | undefined;
|
|
9181
9354
|
widthCandidates?: number[] | undefined;
|
|
@@ -9286,6 +9459,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
9286
9459
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9287
9460
|
showMediaPreview?: boolean | undefined;
|
|
9288
9461
|
showMediaOverlayActions?: boolean | undefined;
|
|
9462
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9463
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9289
9464
|
mediaDelivery?: {
|
|
9290
9465
|
sizes?: string | undefined;
|
|
9291
9466
|
widthCandidates?: number[] | undefined;
|
|
@@ -9390,6 +9565,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
9390
9565
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9391
9566
|
showMediaPreview?: boolean | undefined;
|
|
9392
9567
|
showMediaOverlayActions?: boolean | undefined;
|
|
9568
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9569
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9393
9570
|
mediaDelivery?: {
|
|
9394
9571
|
sizes?: string | undefined;
|
|
9395
9572
|
widthCandidates?: number[] | undefined;
|
|
@@ -9497,6 +9674,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
9497
9674
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9498
9675
|
showMediaPreview?: boolean | undefined;
|
|
9499
9676
|
showMediaOverlayActions?: boolean | undefined;
|
|
9677
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9678
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9500
9679
|
mediaDelivery?: {
|
|
9501
9680
|
sizes?: string | undefined;
|
|
9502
9681
|
widthCandidates?: number[] | undefined;
|
|
@@ -9606,6 +9785,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
9606
9785
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9607
9786
|
showMediaPreview?: boolean | undefined;
|
|
9608
9787
|
showMediaOverlayActions?: boolean | undefined;
|
|
9788
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9789
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9609
9790
|
mediaDelivery?: {
|
|
9610
9791
|
sizes?: string | undefined;
|
|
9611
9792
|
widthCandidates?: number[] | undefined;
|
|
@@ -9716,6 +9897,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
9716
9897
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9717
9898
|
showMediaPreview?: boolean | undefined;
|
|
9718
9899
|
showMediaOverlayActions?: boolean | undefined;
|
|
9900
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9901
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9719
9902
|
mediaDelivery?: {
|
|
9720
9903
|
sizes?: string | undefined;
|
|
9721
9904
|
widthCandidates?: number[] | undefined;
|
|
@@ -9820,6 +10003,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
9820
10003
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9821
10004
|
showMediaPreview?: boolean | undefined;
|
|
9822
10005
|
showMediaOverlayActions?: boolean | undefined;
|
|
10006
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10007
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9823
10008
|
mediaDelivery?: {
|
|
9824
10009
|
sizes?: string | undefined;
|
|
9825
10010
|
widthCandidates?: number[] | undefined;
|
|
@@ -9931,6 +10116,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
9931
10116
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9932
10117
|
showMediaPreview?: boolean | undefined;
|
|
9933
10118
|
showMediaOverlayActions?: boolean | undefined;
|
|
10119
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10120
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9934
10121
|
mediaDelivery?: {
|
|
9935
10122
|
sizes?: string | undefined;
|
|
9936
10123
|
widthCandidates?: number[] | undefined;
|
|
@@ -10036,6 +10223,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
10036
10223
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10037
10224
|
showMediaPreview?: boolean | undefined;
|
|
10038
10225
|
showMediaOverlayActions?: boolean | undefined;
|
|
10226
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10227
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10039
10228
|
mediaDelivery?: {
|
|
10040
10229
|
sizes?: string | undefined;
|
|
10041
10230
|
widthCandidates?: number[] | undefined;
|
|
@@ -10141,6 +10330,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
10141
10330
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10142
10331
|
showMediaPreview?: boolean | undefined;
|
|
10143
10332
|
showMediaOverlayActions?: boolean | undefined;
|
|
10333
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10334
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10144
10335
|
mediaDelivery?: {
|
|
10145
10336
|
sizes?: string | undefined;
|
|
10146
10337
|
widthCandidates?: number[] | undefined;
|
|
@@ -10247,6 +10438,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
10247
10438
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10248
10439
|
showMediaPreview?: boolean | undefined;
|
|
10249
10440
|
showMediaOverlayActions?: boolean | undefined;
|
|
10441
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10442
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10250
10443
|
mediaDelivery?: {
|
|
10251
10444
|
sizes?: string | undefined;
|
|
10252
10445
|
widthCandidates?: number[] | undefined;
|
|
@@ -10351,6 +10544,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
10351
10544
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10352
10545
|
showMediaPreview?: boolean | undefined;
|
|
10353
10546
|
showMediaOverlayActions?: boolean | undefined;
|
|
10547
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10548
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10354
10549
|
mediaDelivery?: {
|
|
10355
10550
|
sizes?: string | undefined;
|
|
10356
10551
|
widthCandidates?: number[] | undefined;
|
|
@@ -10455,6 +10650,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
10455
10650
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10456
10651
|
showMediaPreview?: boolean | undefined;
|
|
10457
10652
|
showMediaOverlayActions?: boolean | undefined;
|
|
10653
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10654
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10458
10655
|
mediaDelivery?: {
|
|
10459
10656
|
sizes?: string | undefined;
|
|
10460
10657
|
widthCandidates?: number[] | undefined;
|
|
@@ -10559,6 +10756,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
10559
10756
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10560
10757
|
showMediaPreview?: boolean | undefined;
|
|
10561
10758
|
showMediaOverlayActions?: boolean | undefined;
|
|
10759
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10760
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10562
10761
|
mediaDelivery?: {
|
|
10563
10762
|
sizes?: string | undefined;
|
|
10564
10763
|
widthCandidates?: number[] | undefined;
|
|
@@ -10663,6 +10862,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
10663
10862
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10664
10863
|
showMediaPreview?: boolean | undefined;
|
|
10665
10864
|
showMediaOverlayActions?: boolean | undefined;
|
|
10865
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10866
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10666
10867
|
mediaDelivery?: {
|
|
10667
10868
|
sizes?: string | undefined;
|
|
10668
10869
|
widthCandidates?: number[] | undefined;
|
|
@@ -10767,6 +10968,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
10767
10968
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10768
10969
|
showMediaPreview?: boolean | undefined;
|
|
10769
10970
|
showMediaOverlayActions?: boolean | undefined;
|
|
10971
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10972
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10770
10973
|
mediaDelivery?: {
|
|
10771
10974
|
sizes?: string | undefined;
|
|
10772
10975
|
widthCandidates?: number[] | undefined;
|
|
@@ -10875,6 +11078,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
10875
11078
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10876
11079
|
showMediaPreview?: boolean | undefined;
|
|
10877
11080
|
showMediaOverlayActions?: boolean | undefined;
|
|
11081
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11082
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10878
11083
|
mediaDelivery?: {
|
|
10879
11084
|
sizes?: string | undefined;
|
|
10880
11085
|
widthCandidates?: number[] | undefined;
|
|
@@ -10979,6 +11184,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
10979
11184
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10980
11185
|
showMediaPreview?: boolean | undefined;
|
|
10981
11186
|
showMediaOverlayActions?: boolean | undefined;
|
|
11187
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11188
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10982
11189
|
mediaDelivery?: {
|
|
10983
11190
|
sizes?: string | undefined;
|
|
10984
11191
|
widthCandidates?: number[] | undefined;
|
|
@@ -11085,6 +11292,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
11085
11292
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11086
11293
|
showMediaPreview?: boolean | undefined;
|
|
11087
11294
|
showMediaOverlayActions?: boolean | undefined;
|
|
11295
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11296
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11088
11297
|
mediaDelivery?: {
|
|
11089
11298
|
sizes?: string | undefined;
|
|
11090
11299
|
widthCandidates?: number[] | undefined;
|
|
@@ -11189,6 +11398,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
11189
11398
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11190
11399
|
showMediaPreview?: boolean | undefined;
|
|
11191
11400
|
showMediaOverlayActions?: boolean | undefined;
|
|
11401
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11402
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11192
11403
|
mediaDelivery?: {
|
|
11193
11404
|
sizes?: string | undefined;
|
|
11194
11405
|
widthCandidates?: number[] | undefined;
|
|
@@ -11309,6 +11520,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
11309
11520
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11310
11521
|
showMediaPreview?: boolean | undefined;
|
|
11311
11522
|
showMediaOverlayActions?: boolean | undefined;
|
|
11523
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11524
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11312
11525
|
mediaDelivery?: {
|
|
11313
11526
|
sizes?: string | undefined;
|
|
11314
11527
|
widthCandidates?: number[] | undefined;
|
|
@@ -11417,6 +11630,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
11417
11630
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11418
11631
|
showMediaPreview?: boolean | undefined;
|
|
11419
11632
|
showMediaOverlayActions?: boolean | undefined;
|
|
11633
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11634
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11420
11635
|
mediaDelivery?: {
|
|
11421
11636
|
sizes?: string | undefined;
|
|
11422
11637
|
widthCandidates?: number[] | undefined;
|
|
@@ -11496,6 +11711,9 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
11496
11711
|
intent?: "style" | "content" | "display" | "behavior" | undefined;
|
|
11497
11712
|
} | undefined;
|
|
11498
11713
|
itemLabelSource?: string | undefined;
|
|
11714
|
+
showSummary?: boolean | undefined;
|
|
11715
|
+
summaryFields?: string[] | undefined;
|
|
11716
|
+
summaryMaxChars?: number | undefined;
|
|
11499
11717
|
maxItems?: number | undefined;
|
|
11500
11718
|
schema?: unknown;
|
|
11501
11719
|
polymorphic?: boolean | undefined;
|
|
@@ -11534,6 +11752,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
11534
11752
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11535
11753
|
showMediaPreview?: boolean | undefined;
|
|
11536
11754
|
showMediaOverlayActions?: boolean | undefined;
|
|
11755
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11756
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11537
11757
|
mediaDelivery?: {
|
|
11538
11758
|
sizes?: string | undefined;
|
|
11539
11759
|
widthCandidates?: number[] | undefined;
|
|
@@ -11647,6 +11867,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
11647
11867
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11648
11868
|
showMediaPreview?: boolean | undefined;
|
|
11649
11869
|
showMediaOverlayActions?: boolean | undefined;
|
|
11870
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11871
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11650
11872
|
mediaDelivery?: {
|
|
11651
11873
|
sizes?: string | undefined;
|
|
11652
11874
|
widthCandidates?: number[] | undefined;
|
|
@@ -11752,6 +11974,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
11752
11974
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11753
11975
|
showMediaPreview?: boolean | undefined;
|
|
11754
11976
|
showMediaOverlayActions?: boolean | undefined;
|
|
11977
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11978
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11755
11979
|
mediaDelivery?: {
|
|
11756
11980
|
sizes?: string | undefined;
|
|
11757
11981
|
widthCandidates?: number[] | undefined;
|
|
@@ -11857,6 +12081,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
11857
12081
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11858
12082
|
showMediaPreview?: boolean | undefined;
|
|
11859
12083
|
showMediaOverlayActions?: boolean | undefined;
|
|
12084
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12085
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11860
12086
|
mediaDelivery?: {
|
|
11861
12087
|
sizes?: string | undefined;
|
|
11862
12088
|
widthCandidates?: number[] | undefined;
|
|
@@ -11963,6 +12189,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
11963
12189
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11964
12190
|
showMediaPreview?: boolean | undefined;
|
|
11965
12191
|
showMediaOverlayActions?: boolean | undefined;
|
|
12192
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12193
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11966
12194
|
mediaDelivery?: {
|
|
11967
12195
|
sizes?: string | undefined;
|
|
11968
12196
|
widthCandidates?: number[] | undefined;
|
|
@@ -12067,6 +12295,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
12067
12295
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12068
12296
|
showMediaPreview?: boolean | undefined;
|
|
12069
12297
|
showMediaOverlayActions?: boolean | undefined;
|
|
12298
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12299
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12070
12300
|
mediaDelivery?: {
|
|
12071
12301
|
sizes?: string | undefined;
|
|
12072
12302
|
widthCandidates?: number[] | undefined;
|
|
@@ -12171,6 +12401,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
12171
12401
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12172
12402
|
showMediaPreview?: boolean | undefined;
|
|
12173
12403
|
showMediaOverlayActions?: boolean | undefined;
|
|
12404
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12405
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12174
12406
|
mediaDelivery?: {
|
|
12175
12407
|
sizes?: string | undefined;
|
|
12176
12408
|
widthCandidates?: number[] | undefined;
|
|
@@ -12275,6 +12507,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
12275
12507
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12276
12508
|
showMediaPreview?: boolean | undefined;
|
|
12277
12509
|
showMediaOverlayActions?: boolean | undefined;
|
|
12510
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12511
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12278
12512
|
mediaDelivery?: {
|
|
12279
12513
|
sizes?: string | undefined;
|
|
12280
12514
|
widthCandidates?: number[] | undefined;
|
|
@@ -12379,6 +12613,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
12379
12613
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12380
12614
|
showMediaPreview?: boolean | undefined;
|
|
12381
12615
|
showMediaOverlayActions?: boolean | undefined;
|
|
12616
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12617
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12382
12618
|
mediaDelivery?: {
|
|
12383
12619
|
sizes?: string | undefined;
|
|
12384
12620
|
widthCandidates?: number[] | undefined;
|
|
@@ -12483,6 +12719,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
12483
12719
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12484
12720
|
showMediaPreview?: boolean | undefined;
|
|
12485
12721
|
showMediaOverlayActions?: boolean | undefined;
|
|
12722
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12723
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12486
12724
|
mediaDelivery?: {
|
|
12487
12725
|
sizes?: string | undefined;
|
|
12488
12726
|
widthCandidates?: number[] | undefined;
|
|
@@ -12591,6 +12829,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
12591
12829
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12592
12830
|
showMediaPreview?: boolean | undefined;
|
|
12593
12831
|
showMediaOverlayActions?: boolean | undefined;
|
|
12832
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12833
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12594
12834
|
mediaDelivery?: {
|
|
12595
12835
|
sizes?: string | undefined;
|
|
12596
12836
|
widthCandidates?: number[] | undefined;
|
|
@@ -12695,6 +12935,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
12695
12935
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12696
12936
|
showMediaPreview?: boolean | undefined;
|
|
12697
12937
|
showMediaOverlayActions?: boolean | undefined;
|
|
12938
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12939
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12698
12940
|
mediaDelivery?: {
|
|
12699
12941
|
sizes?: string | undefined;
|
|
12700
12942
|
widthCandidates?: number[] | undefined;
|
|
@@ -12801,6 +13043,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
12801
13043
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12802
13044
|
showMediaPreview?: boolean | undefined;
|
|
12803
13045
|
showMediaOverlayActions?: boolean | undefined;
|
|
13046
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13047
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12804
13048
|
mediaDelivery?: {
|
|
12805
13049
|
sizes?: string | undefined;
|
|
12806
13050
|
widthCandidates?: number[] | undefined;
|
|
@@ -12905,6 +13149,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
12905
13149
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12906
13150
|
showMediaPreview?: boolean | undefined;
|
|
12907
13151
|
showMediaOverlayActions?: boolean | undefined;
|
|
13152
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13153
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12908
13154
|
mediaDelivery?: {
|
|
12909
13155
|
sizes?: string | undefined;
|
|
12910
13156
|
widthCandidates?: number[] | undefined;
|
|
@@ -13027,6 +13273,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
13027
13273
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13028
13274
|
showMediaPreview?: boolean | undefined;
|
|
13029
13275
|
showMediaOverlayActions?: boolean | undefined;
|
|
13276
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13277
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13030
13278
|
mediaDelivery?: {
|
|
13031
13279
|
sizes?: string | undefined;
|
|
13032
13280
|
widthCandidates?: number[] | undefined;
|
|
@@ -13140,6 +13388,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
13140
13388
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13141
13389
|
showMediaPreview?: boolean | undefined;
|
|
13142
13390
|
showMediaOverlayActions?: boolean | undefined;
|
|
13391
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13392
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13143
13393
|
mediaDelivery?: {
|
|
13144
13394
|
sizes?: string | undefined;
|
|
13145
13395
|
widthCandidates?: number[] | undefined;
|
|
@@ -13245,6 +13495,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
13245
13495
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13246
13496
|
showMediaPreview?: boolean | undefined;
|
|
13247
13497
|
showMediaOverlayActions?: boolean | undefined;
|
|
13498
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13499
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13248
13500
|
mediaDelivery?: {
|
|
13249
13501
|
sizes?: string | undefined;
|
|
13250
13502
|
widthCandidates?: number[] | undefined;
|
|
@@ -13350,6 +13602,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
13350
13602
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13351
13603
|
showMediaPreview?: boolean | undefined;
|
|
13352
13604
|
showMediaOverlayActions?: boolean | undefined;
|
|
13605
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13606
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13353
13607
|
mediaDelivery?: {
|
|
13354
13608
|
sizes?: string | undefined;
|
|
13355
13609
|
widthCandidates?: number[] | undefined;
|
|
@@ -13456,6 +13710,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
13456
13710
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13457
13711
|
showMediaPreview?: boolean | undefined;
|
|
13458
13712
|
showMediaOverlayActions?: boolean | undefined;
|
|
13713
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13714
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13459
13715
|
mediaDelivery?: {
|
|
13460
13716
|
sizes?: string | undefined;
|
|
13461
13717
|
widthCandidates?: number[] | undefined;
|
|
@@ -13560,6 +13816,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
13560
13816
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13561
13817
|
showMediaPreview?: boolean | undefined;
|
|
13562
13818
|
showMediaOverlayActions?: boolean | undefined;
|
|
13819
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13820
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13563
13821
|
mediaDelivery?: {
|
|
13564
13822
|
sizes?: string | undefined;
|
|
13565
13823
|
widthCandidates?: number[] | undefined;
|
|
@@ -13664,6 +13922,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
13664
13922
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13665
13923
|
showMediaPreview?: boolean | undefined;
|
|
13666
13924
|
showMediaOverlayActions?: boolean | undefined;
|
|
13925
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13926
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13667
13927
|
mediaDelivery?: {
|
|
13668
13928
|
sizes?: string | undefined;
|
|
13669
13929
|
widthCandidates?: number[] | undefined;
|
|
@@ -13768,6 +14028,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
13768
14028
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13769
14029
|
showMediaPreview?: boolean | undefined;
|
|
13770
14030
|
showMediaOverlayActions?: boolean | undefined;
|
|
14031
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14032
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13771
14033
|
mediaDelivery?: {
|
|
13772
14034
|
sizes?: string | undefined;
|
|
13773
14035
|
widthCandidates?: number[] | undefined;
|
|
@@ -13872,6 +14134,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
13872
14134
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13873
14135
|
showMediaPreview?: boolean | undefined;
|
|
13874
14136
|
showMediaOverlayActions?: boolean | undefined;
|
|
14137
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14138
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13875
14139
|
mediaDelivery?: {
|
|
13876
14140
|
sizes?: string | undefined;
|
|
13877
14141
|
widthCandidates?: number[] | undefined;
|
|
@@ -13976,6 +14240,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
13976
14240
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13977
14241
|
showMediaPreview?: boolean | undefined;
|
|
13978
14242
|
showMediaOverlayActions?: boolean | undefined;
|
|
14243
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14244
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13979
14245
|
mediaDelivery?: {
|
|
13980
14246
|
sizes?: string | undefined;
|
|
13981
14247
|
widthCandidates?: number[] | undefined;
|
|
@@ -14084,6 +14350,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
14084
14350
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14085
14351
|
showMediaPreview?: boolean | undefined;
|
|
14086
14352
|
showMediaOverlayActions?: boolean | undefined;
|
|
14353
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14354
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14087
14355
|
mediaDelivery?: {
|
|
14088
14356
|
sizes?: string | undefined;
|
|
14089
14357
|
widthCandidates?: number[] | undefined;
|
|
@@ -14188,6 +14456,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
14188
14456
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14189
14457
|
showMediaPreview?: boolean | undefined;
|
|
14190
14458
|
showMediaOverlayActions?: boolean | undefined;
|
|
14459
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14460
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14191
14461
|
mediaDelivery?: {
|
|
14192
14462
|
sizes?: string | undefined;
|
|
14193
14463
|
widthCandidates?: number[] | undefined;
|
|
@@ -14294,6 +14564,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
14294
14564
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14295
14565
|
showMediaPreview?: boolean | undefined;
|
|
14296
14566
|
showMediaOverlayActions?: boolean | undefined;
|
|
14567
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14568
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14297
14569
|
mediaDelivery?: {
|
|
14298
14570
|
sizes?: string | undefined;
|
|
14299
14571
|
widthCandidates?: number[] | undefined;
|
|
@@ -14398,6 +14670,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
14398
14670
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14399
14671
|
showMediaPreview?: boolean | undefined;
|
|
14400
14672
|
showMediaOverlayActions?: boolean | undefined;
|
|
14673
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14674
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14401
14675
|
mediaDelivery?: {
|
|
14402
14676
|
sizes?: string | undefined;
|
|
14403
14677
|
widthCandidates?: number[] | undefined;
|
|
@@ -14509,6 +14783,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
14509
14783
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14510
14784
|
showMediaPreview?: boolean | undefined;
|
|
14511
14785
|
showMediaOverlayActions?: boolean | undefined;
|
|
14786
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14787
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14512
14788
|
mediaDelivery?: {
|
|
14513
14789
|
sizes?: string | undefined;
|
|
14514
14790
|
widthCandidates?: number[] | undefined;
|
|
@@ -14619,6 +14895,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
14619
14895
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14620
14896
|
showMediaPreview?: boolean | undefined;
|
|
14621
14897
|
showMediaOverlayActions?: boolean | undefined;
|
|
14898
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14899
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14622
14900
|
mediaDelivery?: {
|
|
14623
14901
|
sizes?: string | undefined;
|
|
14624
14902
|
widthCandidates?: number[] | undefined;
|
|
@@ -14723,6 +15001,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
14723
15001
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14724
15002
|
showMediaPreview?: boolean | undefined;
|
|
14725
15003
|
showMediaOverlayActions?: boolean | undefined;
|
|
15004
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15005
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14726
15006
|
mediaDelivery?: {
|
|
14727
15007
|
sizes?: string | undefined;
|
|
14728
15008
|
widthCandidates?: number[] | undefined;
|
|
@@ -14830,6 +15110,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
14830
15110
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14831
15111
|
showMediaPreview?: boolean | undefined;
|
|
14832
15112
|
showMediaOverlayActions?: boolean | undefined;
|
|
15113
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15114
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14833
15115
|
mediaDelivery?: {
|
|
14834
15116
|
sizes?: string | undefined;
|
|
14835
15117
|
widthCandidates?: number[] | undefined;
|
|
@@ -14939,6 +15221,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
14939
15221
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14940
15222
|
showMediaPreview?: boolean | undefined;
|
|
14941
15223
|
showMediaOverlayActions?: boolean | undefined;
|
|
15224
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15225
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14942
15226
|
mediaDelivery?: {
|
|
14943
15227
|
sizes?: string | undefined;
|
|
14944
15228
|
widthCandidates?: number[] | undefined;
|
|
@@ -15049,6 +15333,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
15049
15333
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15050
15334
|
showMediaPreview?: boolean | undefined;
|
|
15051
15335
|
showMediaOverlayActions?: boolean | undefined;
|
|
15336
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15337
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15052
15338
|
mediaDelivery?: {
|
|
15053
15339
|
sizes?: string | undefined;
|
|
15054
15340
|
widthCandidates?: number[] | undefined;
|
|
@@ -15153,6 +15439,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
15153
15439
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15154
15440
|
showMediaPreview?: boolean | undefined;
|
|
15155
15441
|
showMediaOverlayActions?: boolean | undefined;
|
|
15442
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15443
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15156
15444
|
mediaDelivery?: {
|
|
15157
15445
|
sizes?: string | undefined;
|
|
15158
15446
|
widthCandidates?: number[] | undefined;
|
|
@@ -15264,6 +15552,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
15264
15552
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15265
15553
|
showMediaPreview?: boolean | undefined;
|
|
15266
15554
|
showMediaOverlayActions?: boolean | undefined;
|
|
15555
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15556
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15267
15557
|
mediaDelivery?: {
|
|
15268
15558
|
sizes?: string | undefined;
|
|
15269
15559
|
widthCandidates?: number[] | undefined;
|
|
@@ -15369,6 +15659,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
15369
15659
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15370
15660
|
showMediaPreview?: boolean | undefined;
|
|
15371
15661
|
showMediaOverlayActions?: boolean | undefined;
|
|
15662
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15663
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15372
15664
|
mediaDelivery?: {
|
|
15373
15665
|
sizes?: string | undefined;
|
|
15374
15666
|
widthCandidates?: number[] | undefined;
|
|
@@ -15474,6 +15766,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
15474
15766
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15475
15767
|
showMediaPreview?: boolean | undefined;
|
|
15476
15768
|
showMediaOverlayActions?: boolean | undefined;
|
|
15769
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15770
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15477
15771
|
mediaDelivery?: {
|
|
15478
15772
|
sizes?: string | undefined;
|
|
15479
15773
|
widthCandidates?: number[] | undefined;
|
|
@@ -15580,6 +15874,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
15580
15874
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15581
15875
|
showMediaPreview?: boolean | undefined;
|
|
15582
15876
|
showMediaOverlayActions?: boolean | undefined;
|
|
15877
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15878
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15583
15879
|
mediaDelivery?: {
|
|
15584
15880
|
sizes?: string | undefined;
|
|
15585
15881
|
widthCandidates?: number[] | undefined;
|
|
@@ -15684,6 +15980,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
15684
15980
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15685
15981
|
showMediaPreview?: boolean | undefined;
|
|
15686
15982
|
showMediaOverlayActions?: boolean | undefined;
|
|
15983
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15984
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15687
15985
|
mediaDelivery?: {
|
|
15688
15986
|
sizes?: string | undefined;
|
|
15689
15987
|
widthCandidates?: number[] | undefined;
|
|
@@ -15788,6 +16086,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
15788
16086
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15789
16087
|
showMediaPreview?: boolean | undefined;
|
|
15790
16088
|
showMediaOverlayActions?: boolean | undefined;
|
|
16089
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16090
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15791
16091
|
mediaDelivery?: {
|
|
15792
16092
|
sizes?: string | undefined;
|
|
15793
16093
|
widthCandidates?: number[] | undefined;
|
|
@@ -15892,6 +16192,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
15892
16192
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15893
16193
|
showMediaPreview?: boolean | undefined;
|
|
15894
16194
|
showMediaOverlayActions?: boolean | undefined;
|
|
16195
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16196
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15895
16197
|
mediaDelivery?: {
|
|
15896
16198
|
sizes?: string | undefined;
|
|
15897
16199
|
widthCandidates?: number[] | undefined;
|
|
@@ -15996,6 +16298,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
15996
16298
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15997
16299
|
showMediaPreview?: boolean | undefined;
|
|
15998
16300
|
showMediaOverlayActions?: boolean | undefined;
|
|
16301
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16302
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15999
16303
|
mediaDelivery?: {
|
|
16000
16304
|
sizes?: string | undefined;
|
|
16001
16305
|
widthCandidates?: number[] | undefined;
|
|
@@ -16100,6 +16404,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
16100
16404
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16101
16405
|
showMediaPreview?: boolean | undefined;
|
|
16102
16406
|
showMediaOverlayActions?: boolean | undefined;
|
|
16407
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16408
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16103
16409
|
mediaDelivery?: {
|
|
16104
16410
|
sizes?: string | undefined;
|
|
16105
16411
|
widthCandidates?: number[] | undefined;
|
|
@@ -16208,6 +16514,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
16208
16514
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16209
16515
|
showMediaPreview?: boolean | undefined;
|
|
16210
16516
|
showMediaOverlayActions?: boolean | undefined;
|
|
16517
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16518
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16211
16519
|
mediaDelivery?: {
|
|
16212
16520
|
sizes?: string | undefined;
|
|
16213
16521
|
widthCandidates?: number[] | undefined;
|
|
@@ -16312,6 +16620,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
16312
16620
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16313
16621
|
showMediaPreview?: boolean | undefined;
|
|
16314
16622
|
showMediaOverlayActions?: boolean | undefined;
|
|
16623
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16624
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16315
16625
|
mediaDelivery?: {
|
|
16316
16626
|
sizes?: string | undefined;
|
|
16317
16627
|
widthCandidates?: number[] | undefined;
|
|
@@ -16418,6 +16728,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
16418
16728
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16419
16729
|
showMediaPreview?: boolean | undefined;
|
|
16420
16730
|
showMediaOverlayActions?: boolean | undefined;
|
|
16731
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16732
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16421
16733
|
mediaDelivery?: {
|
|
16422
16734
|
sizes?: string | undefined;
|
|
16423
16735
|
widthCandidates?: number[] | undefined;
|
|
@@ -16522,6 +16834,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
16522
16834
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16523
16835
|
showMediaPreview?: boolean | undefined;
|
|
16524
16836
|
showMediaOverlayActions?: boolean | undefined;
|
|
16837
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16838
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16525
16839
|
mediaDelivery?: {
|
|
16526
16840
|
sizes?: string | undefined;
|
|
16527
16841
|
widthCandidates?: number[] | undefined;
|
|
@@ -16644,6 +16958,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
16644
16958
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16645
16959
|
showMediaPreview?: boolean | undefined;
|
|
16646
16960
|
showMediaOverlayActions?: boolean | undefined;
|
|
16961
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16962
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16647
16963
|
mediaDelivery?: {
|
|
16648
16964
|
sizes?: string | undefined;
|
|
16649
16965
|
widthCandidates?: number[] | undefined;
|
|
@@ -16752,6 +17068,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
16752
17068
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16753
17069
|
showMediaPreview?: boolean | undefined;
|
|
16754
17070
|
showMediaOverlayActions?: boolean | undefined;
|
|
17071
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17072
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16755
17073
|
mediaDelivery?: {
|
|
16756
17074
|
sizes?: string | undefined;
|
|
16757
17075
|
widthCandidates?: number[] | undefined;
|
|
@@ -16831,6 +17149,9 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
16831
17149
|
intent?: "style" | "content" | "display" | "behavior" | undefined;
|
|
16832
17150
|
} | undefined;
|
|
16833
17151
|
itemLabelSource?: string | undefined;
|
|
17152
|
+
showSummary?: boolean | undefined;
|
|
17153
|
+
summaryFields?: string[] | undefined;
|
|
17154
|
+
summaryMaxChars?: number | undefined;
|
|
16834
17155
|
maxItems?: number | undefined;
|
|
16835
17156
|
schema?: unknown;
|
|
16836
17157
|
polymorphic?: boolean | undefined;
|
|
@@ -16869,6 +17190,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
16869
17190
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16870
17191
|
showMediaPreview?: boolean | undefined;
|
|
16871
17192
|
showMediaOverlayActions?: boolean | undefined;
|
|
17193
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17194
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16872
17195
|
mediaDelivery?: {
|
|
16873
17196
|
sizes?: string | undefined;
|
|
16874
17197
|
widthCandidates?: number[] | undefined;
|
|
@@ -16982,6 +17305,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
16982
17305
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16983
17306
|
showMediaPreview?: boolean | undefined;
|
|
16984
17307
|
showMediaOverlayActions?: boolean | undefined;
|
|
17308
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17309
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16985
17310
|
mediaDelivery?: {
|
|
16986
17311
|
sizes?: string | undefined;
|
|
16987
17312
|
widthCandidates?: number[] | undefined;
|
|
@@ -17087,6 +17412,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
17087
17412
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17088
17413
|
showMediaPreview?: boolean | undefined;
|
|
17089
17414
|
showMediaOverlayActions?: boolean | undefined;
|
|
17415
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17416
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17090
17417
|
mediaDelivery?: {
|
|
17091
17418
|
sizes?: string | undefined;
|
|
17092
17419
|
widthCandidates?: number[] | undefined;
|
|
@@ -17192,6 +17519,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
17192
17519
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17193
17520
|
showMediaPreview?: boolean | undefined;
|
|
17194
17521
|
showMediaOverlayActions?: boolean | undefined;
|
|
17522
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17523
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17195
17524
|
mediaDelivery?: {
|
|
17196
17525
|
sizes?: string | undefined;
|
|
17197
17526
|
widthCandidates?: number[] | undefined;
|
|
@@ -17298,6 +17627,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
17298
17627
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17299
17628
|
showMediaPreview?: boolean | undefined;
|
|
17300
17629
|
showMediaOverlayActions?: boolean | undefined;
|
|
17630
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17631
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17301
17632
|
mediaDelivery?: {
|
|
17302
17633
|
sizes?: string | undefined;
|
|
17303
17634
|
widthCandidates?: number[] | undefined;
|
|
@@ -17402,6 +17733,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
17402
17733
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17403
17734
|
showMediaPreview?: boolean | undefined;
|
|
17404
17735
|
showMediaOverlayActions?: boolean | undefined;
|
|
17736
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17737
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17405
17738
|
mediaDelivery?: {
|
|
17406
17739
|
sizes?: string | undefined;
|
|
17407
17740
|
widthCandidates?: number[] | undefined;
|
|
@@ -17506,6 +17839,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
17506
17839
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17507
17840
|
showMediaPreview?: boolean | undefined;
|
|
17508
17841
|
showMediaOverlayActions?: boolean | undefined;
|
|
17842
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17843
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17509
17844
|
mediaDelivery?: {
|
|
17510
17845
|
sizes?: string | undefined;
|
|
17511
17846
|
widthCandidates?: number[] | undefined;
|
|
@@ -17610,6 +17945,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
17610
17945
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17611
17946
|
showMediaPreview?: boolean | undefined;
|
|
17612
17947
|
showMediaOverlayActions?: boolean | undefined;
|
|
17948
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17949
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17613
17950
|
mediaDelivery?: {
|
|
17614
17951
|
sizes?: string | undefined;
|
|
17615
17952
|
widthCandidates?: number[] | undefined;
|
|
@@ -17714,6 +18051,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
17714
18051
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17715
18052
|
showMediaPreview?: boolean | undefined;
|
|
17716
18053
|
showMediaOverlayActions?: boolean | undefined;
|
|
18054
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18055
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17717
18056
|
mediaDelivery?: {
|
|
17718
18057
|
sizes?: string | undefined;
|
|
17719
18058
|
widthCandidates?: number[] | undefined;
|
|
@@ -17818,6 +18157,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
17818
18157
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17819
18158
|
showMediaPreview?: boolean | undefined;
|
|
17820
18159
|
showMediaOverlayActions?: boolean | undefined;
|
|
18160
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18161
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17821
18162
|
mediaDelivery?: {
|
|
17822
18163
|
sizes?: string | undefined;
|
|
17823
18164
|
widthCandidates?: number[] | undefined;
|
|
@@ -17926,6 +18267,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
17926
18267
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17927
18268
|
showMediaPreview?: boolean | undefined;
|
|
17928
18269
|
showMediaOverlayActions?: boolean | undefined;
|
|
18270
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18271
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17929
18272
|
mediaDelivery?: {
|
|
17930
18273
|
sizes?: string | undefined;
|
|
17931
18274
|
widthCandidates?: number[] | undefined;
|
|
@@ -18030,6 +18373,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
18030
18373
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18031
18374
|
showMediaPreview?: boolean | undefined;
|
|
18032
18375
|
showMediaOverlayActions?: boolean | undefined;
|
|
18376
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18377
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18033
18378
|
mediaDelivery?: {
|
|
18034
18379
|
sizes?: string | undefined;
|
|
18035
18380
|
widthCandidates?: number[] | undefined;
|
|
@@ -18136,6 +18481,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
18136
18481
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18137
18482
|
showMediaPreview?: boolean | undefined;
|
|
18138
18483
|
showMediaOverlayActions?: boolean | undefined;
|
|
18484
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18485
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18139
18486
|
mediaDelivery?: {
|
|
18140
18487
|
sizes?: string | undefined;
|
|
18141
18488
|
widthCandidates?: number[] | undefined;
|
|
@@ -18240,6 +18587,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
18240
18587
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18241
18588
|
showMediaPreview?: boolean | undefined;
|
|
18242
18589
|
showMediaOverlayActions?: boolean | undefined;
|
|
18590
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18591
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18243
18592
|
mediaDelivery?: {
|
|
18244
18593
|
sizes?: string | undefined;
|
|
18245
18594
|
widthCandidates?: number[] | undefined;
|
|
@@ -18351,6 +18700,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
18351
18700
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18352
18701
|
showMediaPreview?: boolean | undefined;
|
|
18353
18702
|
showMediaOverlayActions?: boolean | undefined;
|
|
18703
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18704
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18354
18705
|
mediaDelivery?: {
|
|
18355
18706
|
sizes?: string | undefined;
|
|
18356
18707
|
widthCandidates?: number[] | undefined;
|
|
@@ -18461,6 +18812,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
18461
18812
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18462
18813
|
showMediaPreview?: boolean | undefined;
|
|
18463
18814
|
showMediaOverlayActions?: boolean | undefined;
|
|
18815
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18816
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18464
18817
|
mediaDelivery?: {
|
|
18465
18818
|
sizes?: string | undefined;
|
|
18466
18819
|
widthCandidates?: number[] | undefined;
|
|
@@ -18565,6 +18918,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
18565
18918
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18566
18919
|
showMediaPreview?: boolean | undefined;
|
|
18567
18920
|
showMediaOverlayActions?: boolean | undefined;
|
|
18921
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18922
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18568
18923
|
mediaDelivery?: {
|
|
18569
18924
|
sizes?: string | undefined;
|
|
18570
18925
|
widthCandidates?: number[] | undefined;
|
|
@@ -18676,6 +19031,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
18676
19031
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18677
19032
|
showMediaPreview?: boolean | undefined;
|
|
18678
19033
|
showMediaOverlayActions?: boolean | undefined;
|
|
19034
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19035
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18679
19036
|
mediaDelivery?: {
|
|
18680
19037
|
sizes?: string | undefined;
|
|
18681
19038
|
widthCandidates?: number[] | undefined;
|
|
@@ -18781,6 +19138,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
18781
19138
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18782
19139
|
showMediaPreview?: boolean | undefined;
|
|
18783
19140
|
showMediaOverlayActions?: boolean | undefined;
|
|
19141
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19142
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18784
19143
|
mediaDelivery?: {
|
|
18785
19144
|
sizes?: string | undefined;
|
|
18786
19145
|
widthCandidates?: number[] | undefined;
|
|
@@ -18886,6 +19245,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
18886
19245
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18887
19246
|
showMediaPreview?: boolean | undefined;
|
|
18888
19247
|
showMediaOverlayActions?: boolean | undefined;
|
|
19248
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19249
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18889
19250
|
mediaDelivery?: {
|
|
18890
19251
|
sizes?: string | undefined;
|
|
18891
19252
|
widthCandidates?: number[] | undefined;
|
|
@@ -18992,6 +19353,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
18992
19353
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18993
19354
|
showMediaPreview?: boolean | undefined;
|
|
18994
19355
|
showMediaOverlayActions?: boolean | undefined;
|
|
19356
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19357
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18995
19358
|
mediaDelivery?: {
|
|
18996
19359
|
sizes?: string | undefined;
|
|
18997
19360
|
widthCandidates?: number[] | undefined;
|
|
@@ -19096,6 +19459,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
19096
19459
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19097
19460
|
showMediaPreview?: boolean | undefined;
|
|
19098
19461
|
showMediaOverlayActions?: boolean | undefined;
|
|
19462
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19463
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19099
19464
|
mediaDelivery?: {
|
|
19100
19465
|
sizes?: string | undefined;
|
|
19101
19466
|
widthCandidates?: number[] | undefined;
|
|
@@ -19200,6 +19565,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
19200
19565
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19201
19566
|
showMediaPreview?: boolean | undefined;
|
|
19202
19567
|
showMediaOverlayActions?: boolean | undefined;
|
|
19568
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19569
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19203
19570
|
mediaDelivery?: {
|
|
19204
19571
|
sizes?: string | undefined;
|
|
19205
19572
|
widthCandidates?: number[] | undefined;
|
|
@@ -19304,6 +19671,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
19304
19671
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19305
19672
|
showMediaPreview?: boolean | undefined;
|
|
19306
19673
|
showMediaOverlayActions?: boolean | undefined;
|
|
19674
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19675
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19307
19676
|
mediaDelivery?: {
|
|
19308
19677
|
sizes?: string | undefined;
|
|
19309
19678
|
widthCandidates?: number[] | undefined;
|
|
@@ -19408,6 +19777,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
19408
19777
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19409
19778
|
showMediaPreview?: boolean | undefined;
|
|
19410
19779
|
showMediaOverlayActions?: boolean | undefined;
|
|
19780
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19781
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19411
19782
|
mediaDelivery?: {
|
|
19412
19783
|
sizes?: string | undefined;
|
|
19413
19784
|
widthCandidates?: number[] | undefined;
|
|
@@ -19512,6 +19883,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
19512
19883
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19513
19884
|
showMediaPreview?: boolean | undefined;
|
|
19514
19885
|
showMediaOverlayActions?: boolean | undefined;
|
|
19886
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19887
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19515
19888
|
mediaDelivery?: {
|
|
19516
19889
|
sizes?: string | undefined;
|
|
19517
19890
|
widthCandidates?: number[] | undefined;
|
|
@@ -19620,6 +19993,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
19620
19993
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19621
19994
|
showMediaPreview?: boolean | undefined;
|
|
19622
19995
|
showMediaOverlayActions?: boolean | undefined;
|
|
19996
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19997
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19623
19998
|
mediaDelivery?: {
|
|
19624
19999
|
sizes?: string | undefined;
|
|
19625
20000
|
widthCandidates?: number[] | undefined;
|
|
@@ -19724,6 +20099,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
19724
20099
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19725
20100
|
showMediaPreview?: boolean | undefined;
|
|
19726
20101
|
showMediaOverlayActions?: boolean | undefined;
|
|
20102
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20103
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19727
20104
|
mediaDelivery?: {
|
|
19728
20105
|
sizes?: string | undefined;
|
|
19729
20106
|
widthCandidates?: number[] | undefined;
|
|
@@ -19830,6 +20207,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
19830
20207
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19831
20208
|
showMediaPreview?: boolean | undefined;
|
|
19832
20209
|
showMediaOverlayActions?: boolean | undefined;
|
|
20210
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20211
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19833
20212
|
mediaDelivery?: {
|
|
19834
20213
|
sizes?: string | undefined;
|
|
19835
20214
|
widthCandidates?: number[] | undefined;
|
|
@@ -19934,6 +20313,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
19934
20313
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19935
20314
|
showMediaPreview?: boolean | undefined;
|
|
19936
20315
|
showMediaOverlayActions?: boolean | undefined;
|
|
20316
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20317
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19937
20318
|
mediaDelivery?: {
|
|
19938
20319
|
sizes?: string | undefined;
|
|
19939
20320
|
widthCandidates?: number[] | undefined;
|
|
@@ -20045,6 +20426,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
20045
20426
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20046
20427
|
showMediaPreview?: boolean | undefined;
|
|
20047
20428
|
showMediaOverlayActions?: boolean | undefined;
|
|
20429
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20430
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20048
20431
|
mediaDelivery?: {
|
|
20049
20432
|
sizes?: string | undefined;
|
|
20050
20433
|
widthCandidates?: number[] | undefined;
|
|
@@ -20155,6 +20538,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
20155
20538
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20156
20539
|
showMediaPreview?: boolean | undefined;
|
|
20157
20540
|
showMediaOverlayActions?: boolean | undefined;
|
|
20541
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20542
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20158
20543
|
mediaDelivery?: {
|
|
20159
20544
|
sizes?: string | undefined;
|
|
20160
20545
|
widthCandidates?: number[] | undefined;
|
|
@@ -20259,6 +20644,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
20259
20644
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20260
20645
|
showMediaPreview?: boolean | undefined;
|
|
20261
20646
|
showMediaOverlayActions?: boolean | undefined;
|
|
20647
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20648
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20262
20649
|
mediaDelivery?: {
|
|
20263
20650
|
sizes?: string | undefined;
|
|
20264
20651
|
widthCandidates?: number[] | undefined;
|
|
@@ -20366,6 +20753,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
20366
20753
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20367
20754
|
showMediaPreview?: boolean | undefined;
|
|
20368
20755
|
showMediaOverlayActions?: boolean | undefined;
|
|
20756
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20757
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20369
20758
|
mediaDelivery?: {
|
|
20370
20759
|
sizes?: string | undefined;
|
|
20371
20760
|
widthCandidates?: number[] | undefined;
|
|
@@ -20475,6 +20864,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
20475
20864
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20476
20865
|
showMediaPreview?: boolean | undefined;
|
|
20477
20866
|
showMediaOverlayActions?: boolean | undefined;
|
|
20867
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20868
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20478
20869
|
mediaDelivery?: {
|
|
20479
20870
|
sizes?: string | undefined;
|
|
20480
20871
|
widthCandidates?: number[] | undefined;
|
|
@@ -20585,6 +20976,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
20585
20976
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20586
20977
|
showMediaPreview?: boolean | undefined;
|
|
20587
20978
|
showMediaOverlayActions?: boolean | undefined;
|
|
20979
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20980
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20588
20981
|
mediaDelivery?: {
|
|
20589
20982
|
sizes?: string | undefined;
|
|
20590
20983
|
widthCandidates?: number[] | undefined;
|
|
@@ -20689,6 +21082,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
20689
21082
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20690
21083
|
showMediaPreview?: boolean | undefined;
|
|
20691
21084
|
showMediaOverlayActions?: boolean | undefined;
|
|
21085
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21086
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20692
21087
|
mediaDelivery?: {
|
|
20693
21088
|
sizes?: string | undefined;
|
|
20694
21089
|
widthCandidates?: number[] | undefined;
|
|
@@ -20793,6 +21188,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
20793
21188
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20794
21189
|
showMediaPreview?: boolean | undefined;
|
|
20795
21190
|
showMediaOverlayActions?: boolean | undefined;
|
|
21191
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21192
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20796
21193
|
mediaDelivery?: {
|
|
20797
21194
|
sizes?: string | undefined;
|
|
20798
21195
|
widthCandidates?: number[] | undefined;
|
|
@@ -20912,6 +21309,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
20912
21309
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20913
21310
|
showMediaPreview?: boolean | undefined;
|
|
20914
21311
|
showMediaOverlayActions?: boolean | undefined;
|
|
21312
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21313
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20915
21314
|
mediaDelivery?: {
|
|
20916
21315
|
sizes?: string | undefined;
|
|
20917
21316
|
widthCandidates?: number[] | undefined;
|
|
@@ -21020,6 +21419,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
21020
21419
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21021
21420
|
showMediaPreview?: boolean | undefined;
|
|
21022
21421
|
showMediaOverlayActions?: boolean | undefined;
|
|
21422
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21423
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21023
21424
|
mediaDelivery?: {
|
|
21024
21425
|
sizes?: string | undefined;
|
|
21025
21426
|
widthCandidates?: number[] | undefined;
|
|
@@ -21099,6 +21500,9 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
21099
21500
|
intent?: "style" | "content" | "display" | "behavior" | undefined;
|
|
21100
21501
|
} | undefined;
|
|
21101
21502
|
itemLabelSource?: string | undefined;
|
|
21503
|
+
showSummary?: boolean | undefined;
|
|
21504
|
+
summaryFields?: string[] | undefined;
|
|
21505
|
+
summaryMaxChars?: number | undefined;
|
|
21102
21506
|
maxItems?: number | undefined;
|
|
21103
21507
|
schema?: unknown;
|
|
21104
21508
|
polymorphic?: boolean | undefined;
|
|
@@ -21137,6 +21541,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
21137
21541
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21138
21542
|
showMediaPreview?: boolean | undefined;
|
|
21139
21543
|
showMediaOverlayActions?: boolean | undefined;
|
|
21544
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21545
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21140
21546
|
mediaDelivery?: {
|
|
21141
21547
|
sizes?: string | undefined;
|
|
21142
21548
|
widthCandidates?: number[] | undefined;
|
|
@@ -21250,6 +21656,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
21250
21656
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21251
21657
|
showMediaPreview?: boolean | undefined;
|
|
21252
21658
|
showMediaOverlayActions?: boolean | undefined;
|
|
21659
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21660
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21253
21661
|
mediaDelivery?: {
|
|
21254
21662
|
sizes?: string | undefined;
|
|
21255
21663
|
widthCandidates?: number[] | undefined;
|
|
@@ -21355,6 +21763,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
21355
21763
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21356
21764
|
showMediaPreview?: boolean | undefined;
|
|
21357
21765
|
showMediaOverlayActions?: boolean | undefined;
|
|
21766
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21767
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21358
21768
|
mediaDelivery?: {
|
|
21359
21769
|
sizes?: string | undefined;
|
|
21360
21770
|
widthCandidates?: number[] | undefined;
|
|
@@ -21460,6 +21870,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
21460
21870
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21461
21871
|
showMediaPreview?: boolean | undefined;
|
|
21462
21872
|
showMediaOverlayActions?: boolean | undefined;
|
|
21873
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21874
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21463
21875
|
mediaDelivery?: {
|
|
21464
21876
|
sizes?: string | undefined;
|
|
21465
21877
|
widthCandidates?: number[] | undefined;
|
|
@@ -21566,6 +21978,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
21566
21978
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21567
21979
|
showMediaPreview?: boolean | undefined;
|
|
21568
21980
|
showMediaOverlayActions?: boolean | undefined;
|
|
21981
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21982
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21569
21983
|
mediaDelivery?: {
|
|
21570
21984
|
sizes?: string | undefined;
|
|
21571
21985
|
widthCandidates?: number[] | undefined;
|
|
@@ -21670,6 +22084,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
21670
22084
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21671
22085
|
showMediaPreview?: boolean | undefined;
|
|
21672
22086
|
showMediaOverlayActions?: boolean | undefined;
|
|
22087
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22088
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21673
22089
|
mediaDelivery?: {
|
|
21674
22090
|
sizes?: string | undefined;
|
|
21675
22091
|
widthCandidates?: number[] | undefined;
|
|
@@ -21774,6 +22190,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
21774
22190
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21775
22191
|
showMediaPreview?: boolean | undefined;
|
|
21776
22192
|
showMediaOverlayActions?: boolean | undefined;
|
|
22193
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22194
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21777
22195
|
mediaDelivery?: {
|
|
21778
22196
|
sizes?: string | undefined;
|
|
21779
22197
|
widthCandidates?: number[] | undefined;
|
|
@@ -21878,6 +22296,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
21878
22296
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21879
22297
|
showMediaPreview?: boolean | undefined;
|
|
21880
22298
|
showMediaOverlayActions?: boolean | undefined;
|
|
22299
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22300
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21881
22301
|
mediaDelivery?: {
|
|
21882
22302
|
sizes?: string | undefined;
|
|
21883
22303
|
widthCandidates?: number[] | undefined;
|
|
@@ -21982,6 +22402,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
21982
22402
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21983
22403
|
showMediaPreview?: boolean | undefined;
|
|
21984
22404
|
showMediaOverlayActions?: boolean | undefined;
|
|
22405
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22406
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21985
22407
|
mediaDelivery?: {
|
|
21986
22408
|
sizes?: string | undefined;
|
|
21987
22409
|
widthCandidates?: number[] | undefined;
|
|
@@ -22086,6 +22508,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
22086
22508
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22087
22509
|
showMediaPreview?: boolean | undefined;
|
|
22088
22510
|
showMediaOverlayActions?: boolean | undefined;
|
|
22511
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22512
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22089
22513
|
mediaDelivery?: {
|
|
22090
22514
|
sizes?: string | undefined;
|
|
22091
22515
|
widthCandidates?: number[] | undefined;
|
|
@@ -22194,6 +22618,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
22194
22618
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22195
22619
|
showMediaPreview?: boolean | undefined;
|
|
22196
22620
|
showMediaOverlayActions?: boolean | undefined;
|
|
22621
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22622
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22197
22623
|
mediaDelivery?: {
|
|
22198
22624
|
sizes?: string | undefined;
|
|
22199
22625
|
widthCandidates?: number[] | undefined;
|
|
@@ -22298,6 +22724,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
22298
22724
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22299
22725
|
showMediaPreview?: boolean | undefined;
|
|
22300
22726
|
showMediaOverlayActions?: boolean | undefined;
|
|
22727
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22728
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22301
22729
|
mediaDelivery?: {
|
|
22302
22730
|
sizes?: string | undefined;
|
|
22303
22731
|
widthCandidates?: number[] | undefined;
|
|
@@ -22404,6 +22832,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
22404
22832
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22405
22833
|
showMediaPreview?: boolean | undefined;
|
|
22406
22834
|
showMediaOverlayActions?: boolean | undefined;
|
|
22835
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22836
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22407
22837
|
mediaDelivery?: {
|
|
22408
22838
|
sizes?: string | undefined;
|
|
22409
22839
|
widthCandidates?: number[] | undefined;
|
|
@@ -22508,6 +22938,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
22508
22938
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22509
22939
|
showMediaPreview?: boolean | undefined;
|
|
22510
22940
|
showMediaOverlayActions?: boolean | undefined;
|
|
22941
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22942
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22511
22943
|
mediaDelivery?: {
|
|
22512
22944
|
sizes?: string | undefined;
|
|
22513
22945
|
widthCandidates?: number[] | undefined;
|
|
@@ -22628,6 +23060,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
22628
23060
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22629
23061
|
showMediaPreview?: boolean | undefined;
|
|
22630
23062
|
showMediaOverlayActions?: boolean | undefined;
|
|
23063
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23064
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22631
23065
|
mediaDelivery?: {
|
|
22632
23066
|
sizes?: string | undefined;
|
|
22633
23067
|
widthCandidates?: number[] | undefined;
|
|
@@ -22741,6 +23175,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
22741
23175
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22742
23176
|
showMediaPreview?: boolean | undefined;
|
|
22743
23177
|
showMediaOverlayActions?: boolean | undefined;
|
|
23178
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23179
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22744
23180
|
mediaDelivery?: {
|
|
22745
23181
|
sizes?: string | undefined;
|
|
22746
23182
|
widthCandidates?: number[] | undefined;
|
|
@@ -22846,6 +23282,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
22846
23282
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22847
23283
|
showMediaPreview?: boolean | undefined;
|
|
22848
23284
|
showMediaOverlayActions?: boolean | undefined;
|
|
23285
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23286
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22849
23287
|
mediaDelivery?: {
|
|
22850
23288
|
sizes?: string | undefined;
|
|
22851
23289
|
widthCandidates?: number[] | undefined;
|
|
@@ -22951,6 +23389,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
22951
23389
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22952
23390
|
showMediaPreview?: boolean | undefined;
|
|
22953
23391
|
showMediaOverlayActions?: boolean | undefined;
|
|
23392
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23393
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22954
23394
|
mediaDelivery?: {
|
|
22955
23395
|
sizes?: string | undefined;
|
|
22956
23396
|
widthCandidates?: number[] | undefined;
|
|
@@ -23057,6 +23497,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
23057
23497
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23058
23498
|
showMediaPreview?: boolean | undefined;
|
|
23059
23499
|
showMediaOverlayActions?: boolean | undefined;
|
|
23500
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23501
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23060
23502
|
mediaDelivery?: {
|
|
23061
23503
|
sizes?: string | undefined;
|
|
23062
23504
|
widthCandidates?: number[] | undefined;
|
|
@@ -23161,6 +23603,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
23161
23603
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23162
23604
|
showMediaPreview?: boolean | undefined;
|
|
23163
23605
|
showMediaOverlayActions?: boolean | undefined;
|
|
23606
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23607
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23164
23608
|
mediaDelivery?: {
|
|
23165
23609
|
sizes?: string | undefined;
|
|
23166
23610
|
widthCandidates?: number[] | undefined;
|
|
@@ -23265,6 +23709,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
23265
23709
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23266
23710
|
showMediaPreview?: boolean | undefined;
|
|
23267
23711
|
showMediaOverlayActions?: boolean | undefined;
|
|
23712
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23713
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23268
23714
|
mediaDelivery?: {
|
|
23269
23715
|
sizes?: string | undefined;
|
|
23270
23716
|
widthCandidates?: number[] | undefined;
|
|
@@ -23369,6 +23815,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
23369
23815
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23370
23816
|
showMediaPreview?: boolean | undefined;
|
|
23371
23817
|
showMediaOverlayActions?: boolean | undefined;
|
|
23818
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23819
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23372
23820
|
mediaDelivery?: {
|
|
23373
23821
|
sizes?: string | undefined;
|
|
23374
23822
|
widthCandidates?: number[] | undefined;
|
|
@@ -23473,6 +23921,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
23473
23921
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23474
23922
|
showMediaPreview?: boolean | undefined;
|
|
23475
23923
|
showMediaOverlayActions?: boolean | undefined;
|
|
23924
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23925
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23476
23926
|
mediaDelivery?: {
|
|
23477
23927
|
sizes?: string | undefined;
|
|
23478
23928
|
widthCandidates?: number[] | undefined;
|
|
@@ -23577,6 +24027,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
23577
24027
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23578
24028
|
showMediaPreview?: boolean | undefined;
|
|
23579
24029
|
showMediaOverlayActions?: boolean | undefined;
|
|
24030
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24031
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23580
24032
|
mediaDelivery?: {
|
|
23581
24033
|
sizes?: string | undefined;
|
|
23582
24034
|
widthCandidates?: number[] | undefined;
|
|
@@ -23685,6 +24137,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
23685
24137
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23686
24138
|
showMediaPreview?: boolean | undefined;
|
|
23687
24139
|
showMediaOverlayActions?: boolean | undefined;
|
|
24140
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24141
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23688
24142
|
mediaDelivery?: {
|
|
23689
24143
|
sizes?: string | undefined;
|
|
23690
24144
|
widthCandidates?: number[] | undefined;
|
|
@@ -23789,6 +24243,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
23789
24243
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23790
24244
|
showMediaPreview?: boolean | undefined;
|
|
23791
24245
|
showMediaOverlayActions?: boolean | undefined;
|
|
24246
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24247
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23792
24248
|
mediaDelivery?: {
|
|
23793
24249
|
sizes?: string | undefined;
|
|
23794
24250
|
widthCandidates?: number[] | undefined;
|
|
@@ -23895,6 +24351,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
23895
24351
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23896
24352
|
showMediaPreview?: boolean | undefined;
|
|
23897
24353
|
showMediaOverlayActions?: boolean | undefined;
|
|
24354
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24355
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23898
24356
|
mediaDelivery?: {
|
|
23899
24357
|
sizes?: string | undefined;
|
|
23900
24358
|
widthCandidates?: number[] | undefined;
|
|
@@ -23999,6 +24457,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
23999
24457
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24000
24458
|
showMediaPreview?: boolean | undefined;
|
|
24001
24459
|
showMediaOverlayActions?: boolean | undefined;
|
|
24460
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24461
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24002
24462
|
mediaDelivery?: {
|
|
24003
24463
|
sizes?: string | undefined;
|
|
24004
24464
|
widthCandidates?: number[] | undefined;
|
|
@@ -24110,6 +24570,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
24110
24570
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24111
24571
|
showMediaPreview?: boolean | undefined;
|
|
24112
24572
|
showMediaOverlayActions?: boolean | undefined;
|
|
24573
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24574
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24113
24575
|
mediaDelivery?: {
|
|
24114
24576
|
sizes?: string | undefined;
|
|
24115
24577
|
widthCandidates?: number[] | undefined;
|
|
@@ -24220,6 +24682,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
24220
24682
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24221
24683
|
showMediaPreview?: boolean | undefined;
|
|
24222
24684
|
showMediaOverlayActions?: boolean | undefined;
|
|
24685
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24686
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24223
24687
|
mediaDelivery?: {
|
|
24224
24688
|
sizes?: string | undefined;
|
|
24225
24689
|
widthCandidates?: number[] | undefined;
|
|
@@ -24324,6 +24788,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
24324
24788
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24325
24789
|
showMediaPreview?: boolean | undefined;
|
|
24326
24790
|
showMediaOverlayActions?: boolean | undefined;
|
|
24791
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24792
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24327
24793
|
mediaDelivery?: {
|
|
24328
24794
|
sizes?: string | undefined;
|
|
24329
24795
|
widthCandidates?: number[] | undefined;
|
|
@@ -24428,6 +24894,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
24428
24894
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24429
24895
|
showMediaPreview?: boolean | undefined;
|
|
24430
24896
|
showMediaOverlayActions?: boolean | undefined;
|
|
24897
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24898
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24431
24899
|
mediaDelivery?: {
|
|
24432
24900
|
sizes?: string | undefined;
|
|
24433
24901
|
widthCandidates?: number[] | undefined;
|
|
@@ -24536,6 +25004,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
24536
25004
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24537
25005
|
showMediaPreview?: boolean | undefined;
|
|
24538
25006
|
showMediaOverlayActions?: boolean | undefined;
|
|
25007
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25008
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24539
25009
|
mediaDelivery?: {
|
|
24540
25010
|
sizes?: string | undefined;
|
|
24541
25011
|
widthCandidates?: number[] | undefined;
|
|
@@ -24646,6 +25116,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
24646
25116
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24647
25117
|
showMediaPreview?: boolean | undefined;
|
|
24648
25118
|
showMediaOverlayActions?: boolean | undefined;
|
|
25119
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25120
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24649
25121
|
mediaDelivery?: {
|
|
24650
25122
|
sizes?: string | undefined;
|
|
24651
25123
|
widthCandidates?: number[] | undefined;
|
|
@@ -24750,6 +25222,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
24750
25222
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24751
25223
|
showMediaPreview?: boolean | undefined;
|
|
24752
25224
|
showMediaOverlayActions?: boolean | undefined;
|
|
25225
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25226
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24753
25227
|
mediaDelivery?: {
|
|
24754
25228
|
sizes?: string | undefined;
|
|
24755
25229
|
widthCandidates?: number[] | undefined;
|
|
@@ -24861,6 +25335,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
24861
25335
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24862
25336
|
showMediaPreview?: boolean | undefined;
|
|
24863
25337
|
showMediaOverlayActions?: boolean | undefined;
|
|
25338
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25339
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24864
25340
|
mediaDelivery?: {
|
|
24865
25341
|
sizes?: string | undefined;
|
|
24866
25342
|
widthCandidates?: number[] | undefined;
|
|
@@ -24966,6 +25442,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
24966
25442
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24967
25443
|
showMediaPreview?: boolean | undefined;
|
|
24968
25444
|
showMediaOverlayActions?: boolean | undefined;
|
|
25445
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25446
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24969
25447
|
mediaDelivery?: {
|
|
24970
25448
|
sizes?: string | undefined;
|
|
24971
25449
|
widthCandidates?: number[] | undefined;
|
|
@@ -25071,6 +25549,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
25071
25549
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25072
25550
|
showMediaPreview?: boolean | undefined;
|
|
25073
25551
|
showMediaOverlayActions?: boolean | undefined;
|
|
25552
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25553
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25074
25554
|
mediaDelivery?: {
|
|
25075
25555
|
sizes?: string | undefined;
|
|
25076
25556
|
widthCandidates?: number[] | undefined;
|
|
@@ -25177,6 +25657,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
25177
25657
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25178
25658
|
showMediaPreview?: boolean | undefined;
|
|
25179
25659
|
showMediaOverlayActions?: boolean | undefined;
|
|
25660
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25661
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25180
25662
|
mediaDelivery?: {
|
|
25181
25663
|
sizes?: string | undefined;
|
|
25182
25664
|
widthCandidates?: number[] | undefined;
|
|
@@ -25281,6 +25763,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
25281
25763
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25282
25764
|
showMediaPreview?: boolean | undefined;
|
|
25283
25765
|
showMediaOverlayActions?: boolean | undefined;
|
|
25766
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25767
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25284
25768
|
mediaDelivery?: {
|
|
25285
25769
|
sizes?: string | undefined;
|
|
25286
25770
|
widthCandidates?: number[] | undefined;
|
|
@@ -25385,6 +25869,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
25385
25869
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25386
25870
|
showMediaPreview?: boolean | undefined;
|
|
25387
25871
|
showMediaOverlayActions?: boolean | undefined;
|
|
25872
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25873
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25388
25874
|
mediaDelivery?: {
|
|
25389
25875
|
sizes?: string | undefined;
|
|
25390
25876
|
widthCandidates?: number[] | undefined;
|
|
@@ -25489,6 +25975,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
25489
25975
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25490
25976
|
showMediaPreview?: boolean | undefined;
|
|
25491
25977
|
showMediaOverlayActions?: boolean | undefined;
|
|
25978
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25979
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25492
25980
|
mediaDelivery?: {
|
|
25493
25981
|
sizes?: string | undefined;
|
|
25494
25982
|
widthCandidates?: number[] | undefined;
|
|
@@ -25593,6 +26081,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
25593
26081
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25594
26082
|
showMediaPreview?: boolean | undefined;
|
|
25595
26083
|
showMediaOverlayActions?: boolean | undefined;
|
|
26084
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26085
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25596
26086
|
mediaDelivery?: {
|
|
25597
26087
|
sizes?: string | undefined;
|
|
25598
26088
|
widthCandidates?: number[] | undefined;
|
|
@@ -25697,6 +26187,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
25697
26187
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25698
26188
|
showMediaPreview?: boolean | undefined;
|
|
25699
26189
|
showMediaOverlayActions?: boolean | undefined;
|
|
26190
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26191
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25700
26192
|
mediaDelivery?: {
|
|
25701
26193
|
sizes?: string | undefined;
|
|
25702
26194
|
widthCandidates?: number[] | undefined;
|
|
@@ -25805,6 +26297,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
25805
26297
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25806
26298
|
showMediaPreview?: boolean | undefined;
|
|
25807
26299
|
showMediaOverlayActions?: boolean | undefined;
|
|
26300
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26301
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25808
26302
|
mediaDelivery?: {
|
|
25809
26303
|
sizes?: string | undefined;
|
|
25810
26304
|
widthCandidates?: number[] | undefined;
|
|
@@ -25909,6 +26403,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
25909
26403
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25910
26404
|
showMediaPreview?: boolean | undefined;
|
|
25911
26405
|
showMediaOverlayActions?: boolean | undefined;
|
|
26406
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26407
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25912
26408
|
mediaDelivery?: {
|
|
25913
26409
|
sizes?: string | undefined;
|
|
25914
26410
|
widthCandidates?: number[] | undefined;
|
|
@@ -26015,6 +26511,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
26015
26511
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26016
26512
|
showMediaPreview?: boolean | undefined;
|
|
26017
26513
|
showMediaOverlayActions?: boolean | undefined;
|
|
26514
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26515
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26018
26516
|
mediaDelivery?: {
|
|
26019
26517
|
sizes?: string | undefined;
|
|
26020
26518
|
widthCandidates?: number[] | undefined;
|
|
@@ -26119,6 +26617,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
26119
26617
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26120
26618
|
showMediaPreview?: boolean | undefined;
|
|
26121
26619
|
showMediaOverlayActions?: boolean | undefined;
|
|
26620
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26621
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26122
26622
|
mediaDelivery?: {
|
|
26123
26623
|
sizes?: string | undefined;
|
|
26124
26624
|
widthCandidates?: number[] | undefined;
|
|
@@ -26239,6 +26739,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
26239
26739
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26240
26740
|
showMediaPreview?: boolean | undefined;
|
|
26241
26741
|
showMediaOverlayActions?: boolean | undefined;
|
|
26742
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26743
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26242
26744
|
mediaDelivery?: {
|
|
26243
26745
|
sizes?: string | undefined;
|
|
26244
26746
|
widthCandidates?: number[] | undefined;
|
|
@@ -26347,6 +26849,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
26347
26849
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26348
26850
|
showMediaPreview?: boolean | undefined;
|
|
26349
26851
|
showMediaOverlayActions?: boolean | undefined;
|
|
26852
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26853
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26350
26854
|
mediaDelivery?: {
|
|
26351
26855
|
sizes?: string | undefined;
|
|
26352
26856
|
widthCandidates?: number[] | undefined;
|
|
@@ -26426,6 +26930,9 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
26426
26930
|
intent?: "style" | "content" | "display" | "behavior" | undefined;
|
|
26427
26931
|
} | undefined;
|
|
26428
26932
|
itemLabelSource?: string | undefined;
|
|
26933
|
+
showSummary?: boolean | undefined;
|
|
26934
|
+
summaryFields?: string[] | undefined;
|
|
26935
|
+
summaryMaxChars?: number | undefined;
|
|
26429
26936
|
maxItems?: number | undefined;
|
|
26430
26937
|
schema?: unknown;
|
|
26431
26938
|
polymorphic?: boolean | undefined;
|
|
@@ -26464,6 +26971,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
26464
26971
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26465
26972
|
showMediaPreview?: boolean | undefined;
|
|
26466
26973
|
showMediaOverlayActions?: boolean | undefined;
|
|
26974
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26975
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26467
26976
|
mediaDelivery?: {
|
|
26468
26977
|
sizes?: string | undefined;
|
|
26469
26978
|
widthCandidates?: number[] | undefined;
|
|
@@ -26577,6 +27086,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
26577
27086
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26578
27087
|
showMediaPreview?: boolean | undefined;
|
|
26579
27088
|
showMediaOverlayActions?: boolean | undefined;
|
|
27089
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27090
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26580
27091
|
mediaDelivery?: {
|
|
26581
27092
|
sizes?: string | undefined;
|
|
26582
27093
|
widthCandidates?: number[] | undefined;
|
|
@@ -26682,6 +27193,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
26682
27193
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26683
27194
|
showMediaPreview?: boolean | undefined;
|
|
26684
27195
|
showMediaOverlayActions?: boolean | undefined;
|
|
27196
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27197
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26685
27198
|
mediaDelivery?: {
|
|
26686
27199
|
sizes?: string | undefined;
|
|
26687
27200
|
widthCandidates?: number[] | undefined;
|
|
@@ -26787,6 +27300,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
26787
27300
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26788
27301
|
showMediaPreview?: boolean | undefined;
|
|
26789
27302
|
showMediaOverlayActions?: boolean | undefined;
|
|
27303
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27304
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26790
27305
|
mediaDelivery?: {
|
|
26791
27306
|
sizes?: string | undefined;
|
|
26792
27307
|
widthCandidates?: number[] | undefined;
|
|
@@ -26893,6 +27408,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
26893
27408
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26894
27409
|
showMediaPreview?: boolean | undefined;
|
|
26895
27410
|
showMediaOverlayActions?: boolean | undefined;
|
|
27411
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27412
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26896
27413
|
mediaDelivery?: {
|
|
26897
27414
|
sizes?: string | undefined;
|
|
26898
27415
|
widthCandidates?: number[] | undefined;
|
|
@@ -26997,6 +27514,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
26997
27514
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26998
27515
|
showMediaPreview?: boolean | undefined;
|
|
26999
27516
|
showMediaOverlayActions?: boolean | undefined;
|
|
27517
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27518
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27000
27519
|
mediaDelivery?: {
|
|
27001
27520
|
sizes?: string | undefined;
|
|
27002
27521
|
widthCandidates?: number[] | undefined;
|
|
@@ -27101,6 +27620,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
27101
27620
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27102
27621
|
showMediaPreview?: boolean | undefined;
|
|
27103
27622
|
showMediaOverlayActions?: boolean | undefined;
|
|
27623
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27624
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27104
27625
|
mediaDelivery?: {
|
|
27105
27626
|
sizes?: string | undefined;
|
|
27106
27627
|
widthCandidates?: number[] | undefined;
|
|
@@ -27205,6 +27726,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
27205
27726
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27206
27727
|
showMediaPreview?: boolean | undefined;
|
|
27207
27728
|
showMediaOverlayActions?: boolean | undefined;
|
|
27729
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27730
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27208
27731
|
mediaDelivery?: {
|
|
27209
27732
|
sizes?: string | undefined;
|
|
27210
27733
|
widthCandidates?: number[] | undefined;
|
|
@@ -27309,6 +27832,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
27309
27832
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27310
27833
|
showMediaPreview?: boolean | undefined;
|
|
27311
27834
|
showMediaOverlayActions?: boolean | undefined;
|
|
27835
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27836
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27312
27837
|
mediaDelivery?: {
|
|
27313
27838
|
sizes?: string | undefined;
|
|
27314
27839
|
widthCandidates?: number[] | undefined;
|
|
@@ -27413,6 +27938,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
27413
27938
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27414
27939
|
showMediaPreview?: boolean | undefined;
|
|
27415
27940
|
showMediaOverlayActions?: boolean | undefined;
|
|
27941
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27942
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27416
27943
|
mediaDelivery?: {
|
|
27417
27944
|
sizes?: string | undefined;
|
|
27418
27945
|
widthCandidates?: number[] | undefined;
|
|
@@ -27521,6 +28048,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
27521
28048
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27522
28049
|
showMediaPreview?: boolean | undefined;
|
|
27523
28050
|
showMediaOverlayActions?: boolean | undefined;
|
|
28051
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28052
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27524
28053
|
mediaDelivery?: {
|
|
27525
28054
|
sizes?: string | undefined;
|
|
27526
28055
|
widthCandidates?: number[] | undefined;
|
|
@@ -27625,6 +28154,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
27625
28154
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27626
28155
|
showMediaPreview?: boolean | undefined;
|
|
27627
28156
|
showMediaOverlayActions?: boolean | undefined;
|
|
28157
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28158
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27628
28159
|
mediaDelivery?: {
|
|
27629
28160
|
sizes?: string | undefined;
|
|
27630
28161
|
widthCandidates?: number[] | undefined;
|
|
@@ -27731,6 +28262,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
27731
28262
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27732
28263
|
showMediaPreview?: boolean | undefined;
|
|
27733
28264
|
showMediaOverlayActions?: boolean | undefined;
|
|
28265
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28266
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27734
28267
|
mediaDelivery?: {
|
|
27735
28268
|
sizes?: string | undefined;
|
|
27736
28269
|
widthCandidates?: number[] | undefined;
|
|
@@ -27835,6 +28368,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
27835
28368
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27836
28369
|
showMediaPreview?: boolean | undefined;
|
|
27837
28370
|
showMediaOverlayActions?: boolean | undefined;
|
|
28371
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28372
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27838
28373
|
mediaDelivery?: {
|
|
27839
28374
|
sizes?: string | undefined;
|
|
27840
28375
|
widthCandidates?: number[] | undefined;
|
|
@@ -27946,6 +28481,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
27946
28481
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27947
28482
|
showMediaPreview?: boolean | undefined;
|
|
27948
28483
|
showMediaOverlayActions?: boolean | undefined;
|
|
28484
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28485
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27949
28486
|
mediaDelivery?: {
|
|
27950
28487
|
sizes?: string | undefined;
|
|
27951
28488
|
widthCandidates?: number[] | undefined;
|
|
@@ -28056,6 +28593,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
28056
28593
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28057
28594
|
showMediaPreview?: boolean | undefined;
|
|
28058
28595
|
showMediaOverlayActions?: boolean | undefined;
|
|
28596
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28597
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28059
28598
|
mediaDelivery?: {
|
|
28060
28599
|
sizes?: string | undefined;
|
|
28061
28600
|
widthCandidates?: number[] | undefined;
|
|
@@ -28160,6 +28699,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
28160
28699
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28161
28700
|
showMediaPreview?: boolean | undefined;
|
|
28162
28701
|
showMediaOverlayActions?: boolean | undefined;
|
|
28702
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28703
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28163
28704
|
mediaDelivery?: {
|
|
28164
28705
|
sizes?: string | undefined;
|
|
28165
28706
|
widthCandidates?: number[] | undefined;
|
|
@@ -28271,6 +28812,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
28271
28812
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28272
28813
|
showMediaPreview?: boolean | undefined;
|
|
28273
28814
|
showMediaOverlayActions?: boolean | undefined;
|
|
28815
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28816
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28274
28817
|
mediaDelivery?: {
|
|
28275
28818
|
sizes?: string | undefined;
|
|
28276
28819
|
widthCandidates?: number[] | undefined;
|
|
@@ -28376,6 +28919,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
28376
28919
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28377
28920
|
showMediaPreview?: boolean | undefined;
|
|
28378
28921
|
showMediaOverlayActions?: boolean | undefined;
|
|
28922
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28923
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28379
28924
|
mediaDelivery?: {
|
|
28380
28925
|
sizes?: string | undefined;
|
|
28381
28926
|
widthCandidates?: number[] | undefined;
|
|
@@ -28481,6 +29026,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
28481
29026
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28482
29027
|
showMediaPreview?: boolean | undefined;
|
|
28483
29028
|
showMediaOverlayActions?: boolean | undefined;
|
|
29029
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29030
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28484
29031
|
mediaDelivery?: {
|
|
28485
29032
|
sizes?: string | undefined;
|
|
28486
29033
|
widthCandidates?: number[] | undefined;
|
|
@@ -28587,6 +29134,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
28587
29134
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28588
29135
|
showMediaPreview?: boolean | undefined;
|
|
28589
29136
|
showMediaOverlayActions?: boolean | undefined;
|
|
29137
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29138
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28590
29139
|
mediaDelivery?: {
|
|
28591
29140
|
sizes?: string | undefined;
|
|
28592
29141
|
widthCandidates?: number[] | undefined;
|
|
@@ -28691,6 +29240,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
28691
29240
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28692
29241
|
showMediaPreview?: boolean | undefined;
|
|
28693
29242
|
showMediaOverlayActions?: boolean | undefined;
|
|
29243
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29244
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28694
29245
|
mediaDelivery?: {
|
|
28695
29246
|
sizes?: string | undefined;
|
|
28696
29247
|
widthCandidates?: number[] | undefined;
|
|
@@ -28795,6 +29346,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
28795
29346
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28796
29347
|
showMediaPreview?: boolean | undefined;
|
|
28797
29348
|
showMediaOverlayActions?: boolean | undefined;
|
|
29349
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29350
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28798
29351
|
mediaDelivery?: {
|
|
28799
29352
|
sizes?: string | undefined;
|
|
28800
29353
|
widthCandidates?: number[] | undefined;
|
|
@@ -28899,6 +29452,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
28899
29452
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28900
29453
|
showMediaPreview?: boolean | undefined;
|
|
28901
29454
|
showMediaOverlayActions?: boolean | undefined;
|
|
29455
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29456
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28902
29457
|
mediaDelivery?: {
|
|
28903
29458
|
sizes?: string | undefined;
|
|
28904
29459
|
widthCandidates?: number[] | undefined;
|
|
@@ -29003,6 +29558,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
29003
29558
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29004
29559
|
showMediaPreview?: boolean | undefined;
|
|
29005
29560
|
showMediaOverlayActions?: boolean | undefined;
|
|
29561
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29562
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29006
29563
|
mediaDelivery?: {
|
|
29007
29564
|
sizes?: string | undefined;
|
|
29008
29565
|
widthCandidates?: number[] | undefined;
|
|
@@ -29107,6 +29664,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
29107
29664
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29108
29665
|
showMediaPreview?: boolean | undefined;
|
|
29109
29666
|
showMediaOverlayActions?: boolean | undefined;
|
|
29667
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29668
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29110
29669
|
mediaDelivery?: {
|
|
29111
29670
|
sizes?: string | undefined;
|
|
29112
29671
|
widthCandidates?: number[] | undefined;
|
|
@@ -29215,6 +29774,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
29215
29774
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29216
29775
|
showMediaPreview?: boolean | undefined;
|
|
29217
29776
|
showMediaOverlayActions?: boolean | undefined;
|
|
29777
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29778
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29218
29779
|
mediaDelivery?: {
|
|
29219
29780
|
sizes?: string | undefined;
|
|
29220
29781
|
widthCandidates?: number[] | undefined;
|
|
@@ -29319,6 +29880,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
29319
29880
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29320
29881
|
showMediaPreview?: boolean | undefined;
|
|
29321
29882
|
showMediaOverlayActions?: boolean | undefined;
|
|
29883
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29884
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29322
29885
|
mediaDelivery?: {
|
|
29323
29886
|
sizes?: string | undefined;
|
|
29324
29887
|
widthCandidates?: number[] | undefined;
|
|
@@ -29425,6 +29988,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
29425
29988
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29426
29989
|
showMediaPreview?: boolean | undefined;
|
|
29427
29990
|
showMediaOverlayActions?: boolean | undefined;
|
|
29991
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29992
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29428
29993
|
mediaDelivery?: {
|
|
29429
29994
|
sizes?: string | undefined;
|
|
29430
29995
|
widthCandidates?: number[] | undefined;
|
|
@@ -29529,6 +30094,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
29529
30094
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29530
30095
|
showMediaPreview?: boolean | undefined;
|
|
29531
30096
|
showMediaOverlayActions?: boolean | undefined;
|
|
30097
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30098
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29532
30099
|
mediaDelivery?: {
|
|
29533
30100
|
sizes?: string | undefined;
|
|
29534
30101
|
widthCandidates?: number[] | undefined;
|
|
@@ -29640,6 +30207,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
29640
30207
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29641
30208
|
showMediaPreview?: boolean | undefined;
|
|
29642
30209
|
showMediaOverlayActions?: boolean | undefined;
|
|
30210
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30211
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29643
30212
|
mediaDelivery?: {
|
|
29644
30213
|
sizes?: string | undefined;
|
|
29645
30214
|
widthCandidates?: number[] | undefined;
|
|
@@ -29750,6 +30319,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
29750
30319
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29751
30320
|
showMediaPreview?: boolean | undefined;
|
|
29752
30321
|
showMediaOverlayActions?: boolean | undefined;
|
|
30322
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30323
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29753
30324
|
mediaDelivery?: {
|
|
29754
30325
|
sizes?: string | undefined;
|
|
29755
30326
|
widthCandidates?: number[] | undefined;
|
|
@@ -29854,6 +30425,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
29854
30425
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29855
30426
|
showMediaPreview?: boolean | undefined;
|
|
29856
30427
|
showMediaOverlayActions?: boolean | undefined;
|
|
30428
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30429
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29857
30430
|
mediaDelivery?: {
|
|
29858
30431
|
sizes?: string | undefined;
|
|
29859
30432
|
widthCandidates?: number[] | undefined;
|
|
@@ -29958,6 +30531,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
29958
30531
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29959
30532
|
showMediaPreview?: boolean | undefined;
|
|
29960
30533
|
showMediaOverlayActions?: boolean | undefined;
|
|
30534
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30535
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29961
30536
|
mediaDelivery?: {
|
|
29962
30537
|
sizes?: string | undefined;
|
|
29963
30538
|
widthCandidates?: number[] | undefined;
|
|
@@ -30066,6 +30641,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
30066
30641
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30067
30642
|
showMediaPreview?: boolean | undefined;
|
|
30068
30643
|
showMediaOverlayActions?: boolean | undefined;
|
|
30644
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30645
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30069
30646
|
mediaDelivery?: {
|
|
30070
30647
|
sizes?: string | undefined;
|
|
30071
30648
|
widthCandidates?: number[] | undefined;
|
|
@@ -30176,6 +30753,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
30176
30753
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30177
30754
|
showMediaPreview?: boolean | undefined;
|
|
30178
30755
|
showMediaOverlayActions?: boolean | undefined;
|
|
30756
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30757
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30179
30758
|
mediaDelivery?: {
|
|
30180
30759
|
sizes?: string | undefined;
|
|
30181
30760
|
widthCandidates?: number[] | undefined;
|
|
@@ -30280,6 +30859,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
30280
30859
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30281
30860
|
showMediaPreview?: boolean | undefined;
|
|
30282
30861
|
showMediaOverlayActions?: boolean | undefined;
|
|
30862
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30863
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30283
30864
|
mediaDelivery?: {
|
|
30284
30865
|
sizes?: string | undefined;
|
|
30285
30866
|
widthCandidates?: number[] | undefined;
|
|
@@ -30387,6 +30968,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
30387
30968
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30388
30969
|
showMediaPreview?: boolean | undefined;
|
|
30389
30970
|
showMediaOverlayActions?: boolean | undefined;
|
|
30971
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30972
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30390
30973
|
mediaDelivery?: {
|
|
30391
30974
|
sizes?: string | undefined;
|
|
30392
30975
|
widthCandidates?: number[] | undefined;
|
|
@@ -30496,6 +31079,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
30496
31079
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30497
31080
|
showMediaPreview?: boolean | undefined;
|
|
30498
31081
|
showMediaOverlayActions?: boolean | undefined;
|
|
31082
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
31083
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30499
31084
|
mediaDelivery?: {
|
|
30500
31085
|
sizes?: string | undefined;
|
|
30501
31086
|
widthCandidates?: number[] | undefined;
|
|
@@ -30606,6 +31191,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
30606
31191
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30607
31192
|
showMediaPreview?: boolean | undefined;
|
|
30608
31193
|
showMediaOverlayActions?: boolean | undefined;
|
|
31194
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
31195
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30609
31196
|
mediaDelivery?: {
|
|
30610
31197
|
sizes?: string | undefined;
|
|
30611
31198
|
widthCandidates?: number[] | undefined;
|
|
@@ -30710,6 +31297,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
30710
31297
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30711
31298
|
showMediaPreview?: boolean | undefined;
|
|
30712
31299
|
showMediaOverlayActions?: boolean | undefined;
|
|
31300
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
31301
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30713
31302
|
mediaDelivery?: {
|
|
30714
31303
|
sizes?: string | undefined;
|
|
30715
31304
|
widthCandidates?: number[] | undefined;
|
|
@@ -30814,6 +31403,8 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
30814
31403
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30815
31404
|
showMediaPreview?: boolean | undefined;
|
|
30816
31405
|
showMediaOverlayActions?: boolean | undefined;
|
|
31406
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
31407
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30817
31408
|
mediaDelivery?: {
|
|
30818
31409
|
sizes?: string | undefined;
|
|
30819
31410
|
widthCandidates?: number[] | undefined;
|