@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
|
@@ -68,6 +68,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
68
68
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
69
69
|
showMediaPreview?: boolean | undefined;
|
|
70
70
|
showMediaOverlayActions?: boolean | undefined;
|
|
71
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
72
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
71
73
|
mediaDelivery?: {
|
|
72
74
|
sizes?: string | undefined;
|
|
73
75
|
widthCandidates?: number[] | undefined;
|
|
@@ -176,6 +178,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
176
178
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
177
179
|
showMediaPreview?: boolean | undefined;
|
|
178
180
|
showMediaOverlayActions?: boolean | undefined;
|
|
181
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
182
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
179
183
|
mediaDelivery?: {
|
|
180
184
|
sizes?: string | undefined;
|
|
181
185
|
widthCandidates?: number[] | undefined;
|
|
@@ -255,6 +259,9 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
255
259
|
intent?: "style" | "content" | "display" | "behavior" | undefined;
|
|
256
260
|
} | undefined;
|
|
257
261
|
itemLabelSource?: string | undefined;
|
|
262
|
+
showSummary?: boolean | undefined;
|
|
263
|
+
summaryFields?: string[] | undefined;
|
|
264
|
+
summaryMaxChars?: number | undefined;
|
|
258
265
|
maxItems?: number | undefined;
|
|
259
266
|
schema?: unknown;
|
|
260
267
|
polymorphic?: boolean | undefined;
|
|
@@ -293,6 +300,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
293
300
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
294
301
|
showMediaPreview?: boolean | undefined;
|
|
295
302
|
showMediaOverlayActions?: boolean | undefined;
|
|
303
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
304
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
296
305
|
mediaDelivery?: {
|
|
297
306
|
sizes?: string | undefined;
|
|
298
307
|
widthCandidates?: number[] | undefined;
|
|
@@ -406,6 +415,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
406
415
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
407
416
|
showMediaPreview?: boolean | undefined;
|
|
408
417
|
showMediaOverlayActions?: boolean | undefined;
|
|
418
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
419
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
409
420
|
mediaDelivery?: {
|
|
410
421
|
sizes?: string | undefined;
|
|
411
422
|
widthCandidates?: number[] | undefined;
|
|
@@ -511,6 +522,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
511
522
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
512
523
|
showMediaPreview?: boolean | undefined;
|
|
513
524
|
showMediaOverlayActions?: boolean | undefined;
|
|
525
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
526
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
514
527
|
mediaDelivery?: {
|
|
515
528
|
sizes?: string | undefined;
|
|
516
529
|
widthCandidates?: number[] | undefined;
|
|
@@ -616,6 +629,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
616
629
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
617
630
|
showMediaPreview?: boolean | undefined;
|
|
618
631
|
showMediaOverlayActions?: boolean | undefined;
|
|
632
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
633
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
619
634
|
mediaDelivery?: {
|
|
620
635
|
sizes?: string | undefined;
|
|
621
636
|
widthCandidates?: number[] | undefined;
|
|
@@ -722,6 +737,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
722
737
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
723
738
|
showMediaPreview?: boolean | undefined;
|
|
724
739
|
showMediaOverlayActions?: boolean | undefined;
|
|
740
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
741
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
725
742
|
mediaDelivery?: {
|
|
726
743
|
sizes?: string | undefined;
|
|
727
744
|
widthCandidates?: number[] | undefined;
|
|
@@ -826,6 +843,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
826
843
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
827
844
|
showMediaPreview?: boolean | undefined;
|
|
828
845
|
showMediaOverlayActions?: boolean | undefined;
|
|
846
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
847
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
829
848
|
mediaDelivery?: {
|
|
830
849
|
sizes?: string | undefined;
|
|
831
850
|
widthCandidates?: number[] | undefined;
|
|
@@ -930,6 +949,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
930
949
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
931
950
|
showMediaPreview?: boolean | undefined;
|
|
932
951
|
showMediaOverlayActions?: boolean | undefined;
|
|
952
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
953
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
933
954
|
mediaDelivery?: {
|
|
934
955
|
sizes?: string | undefined;
|
|
935
956
|
widthCandidates?: number[] | undefined;
|
|
@@ -1034,6 +1055,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
1034
1055
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1035
1056
|
showMediaPreview?: boolean | undefined;
|
|
1036
1057
|
showMediaOverlayActions?: boolean | undefined;
|
|
1058
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1059
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1037
1060
|
mediaDelivery?: {
|
|
1038
1061
|
sizes?: string | undefined;
|
|
1039
1062
|
widthCandidates?: number[] | undefined;
|
|
@@ -1138,6 +1161,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
1138
1161
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1139
1162
|
showMediaPreview?: boolean | undefined;
|
|
1140
1163
|
showMediaOverlayActions?: boolean | undefined;
|
|
1164
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1165
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1141
1166
|
mediaDelivery?: {
|
|
1142
1167
|
sizes?: string | undefined;
|
|
1143
1168
|
widthCandidates?: number[] | undefined;
|
|
@@ -1242,6 +1267,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
1242
1267
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1243
1268
|
showMediaPreview?: boolean | undefined;
|
|
1244
1269
|
showMediaOverlayActions?: boolean | undefined;
|
|
1270
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1271
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1245
1272
|
mediaDelivery?: {
|
|
1246
1273
|
sizes?: string | undefined;
|
|
1247
1274
|
widthCandidates?: number[] | undefined;
|
|
@@ -1350,6 +1377,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
1350
1377
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1351
1378
|
showMediaPreview?: boolean | undefined;
|
|
1352
1379
|
showMediaOverlayActions?: boolean | undefined;
|
|
1380
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1381
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1353
1382
|
mediaDelivery?: {
|
|
1354
1383
|
sizes?: string | undefined;
|
|
1355
1384
|
widthCandidates?: number[] | undefined;
|
|
@@ -1454,6 +1483,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
1454
1483
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1455
1484
|
showMediaPreview?: boolean | undefined;
|
|
1456
1485
|
showMediaOverlayActions?: boolean | undefined;
|
|
1486
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1487
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1457
1488
|
mediaDelivery?: {
|
|
1458
1489
|
sizes?: string | undefined;
|
|
1459
1490
|
widthCandidates?: number[] | undefined;
|
|
@@ -1560,6 +1591,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
1560
1591
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1561
1592
|
showMediaPreview?: boolean | undefined;
|
|
1562
1593
|
showMediaOverlayActions?: boolean | undefined;
|
|
1594
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1595
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1563
1596
|
mediaDelivery?: {
|
|
1564
1597
|
sizes?: string | undefined;
|
|
1565
1598
|
widthCandidates?: number[] | undefined;
|
|
@@ -1664,6 +1697,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
1664
1697
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1665
1698
|
showMediaPreview?: boolean | undefined;
|
|
1666
1699
|
showMediaOverlayActions?: boolean | undefined;
|
|
1700
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1701
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1667
1702
|
mediaDelivery?: {
|
|
1668
1703
|
sizes?: string | undefined;
|
|
1669
1704
|
widthCandidates?: number[] | undefined;
|
|
@@ -1784,6 +1819,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
1784
1819
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1785
1820
|
showMediaPreview?: boolean | undefined;
|
|
1786
1821
|
showMediaOverlayActions?: boolean | undefined;
|
|
1822
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1823
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1787
1824
|
mediaDelivery?: {
|
|
1788
1825
|
sizes?: string | undefined;
|
|
1789
1826
|
widthCandidates?: number[] | undefined;
|
|
@@ -1897,6 +1934,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
1897
1934
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1898
1935
|
showMediaPreview?: boolean | undefined;
|
|
1899
1936
|
showMediaOverlayActions?: boolean | undefined;
|
|
1937
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1938
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1900
1939
|
mediaDelivery?: {
|
|
1901
1940
|
sizes?: string | undefined;
|
|
1902
1941
|
widthCandidates?: number[] | undefined;
|
|
@@ -2002,6 +2041,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
2002
2041
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2003
2042
|
showMediaPreview?: boolean | undefined;
|
|
2004
2043
|
showMediaOverlayActions?: boolean | undefined;
|
|
2044
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2045
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2005
2046
|
mediaDelivery?: {
|
|
2006
2047
|
sizes?: string | undefined;
|
|
2007
2048
|
widthCandidates?: number[] | undefined;
|
|
@@ -2107,6 +2148,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
2107
2148
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2108
2149
|
showMediaPreview?: boolean | undefined;
|
|
2109
2150
|
showMediaOverlayActions?: boolean | undefined;
|
|
2151
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2152
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2110
2153
|
mediaDelivery?: {
|
|
2111
2154
|
sizes?: string | undefined;
|
|
2112
2155
|
widthCandidates?: number[] | undefined;
|
|
@@ -2213,6 +2256,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
2213
2256
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2214
2257
|
showMediaPreview?: boolean | undefined;
|
|
2215
2258
|
showMediaOverlayActions?: boolean | undefined;
|
|
2259
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2260
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2216
2261
|
mediaDelivery?: {
|
|
2217
2262
|
sizes?: string | undefined;
|
|
2218
2263
|
widthCandidates?: number[] | undefined;
|
|
@@ -2317,6 +2362,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
2317
2362
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2318
2363
|
showMediaPreview?: boolean | undefined;
|
|
2319
2364
|
showMediaOverlayActions?: boolean | undefined;
|
|
2365
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2366
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2320
2367
|
mediaDelivery?: {
|
|
2321
2368
|
sizes?: string | undefined;
|
|
2322
2369
|
widthCandidates?: number[] | undefined;
|
|
@@ -2421,6 +2468,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
2421
2468
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2422
2469
|
showMediaPreview?: boolean | undefined;
|
|
2423
2470
|
showMediaOverlayActions?: boolean | undefined;
|
|
2471
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2472
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2424
2473
|
mediaDelivery?: {
|
|
2425
2474
|
sizes?: string | undefined;
|
|
2426
2475
|
widthCandidates?: number[] | undefined;
|
|
@@ -2525,6 +2574,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
2525
2574
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2526
2575
|
showMediaPreview?: boolean | undefined;
|
|
2527
2576
|
showMediaOverlayActions?: boolean | undefined;
|
|
2577
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2578
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2528
2579
|
mediaDelivery?: {
|
|
2529
2580
|
sizes?: string | undefined;
|
|
2530
2581
|
widthCandidates?: number[] | undefined;
|
|
@@ -2629,6 +2680,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
2629
2680
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2630
2681
|
showMediaPreview?: boolean | undefined;
|
|
2631
2682
|
showMediaOverlayActions?: boolean | undefined;
|
|
2683
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2684
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2632
2685
|
mediaDelivery?: {
|
|
2633
2686
|
sizes?: string | undefined;
|
|
2634
2687
|
widthCandidates?: number[] | undefined;
|
|
@@ -2733,6 +2786,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
2733
2786
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2734
2787
|
showMediaPreview?: boolean | undefined;
|
|
2735
2788
|
showMediaOverlayActions?: boolean | undefined;
|
|
2789
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2790
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2736
2791
|
mediaDelivery?: {
|
|
2737
2792
|
sizes?: string | undefined;
|
|
2738
2793
|
widthCandidates?: number[] | undefined;
|
|
@@ -2841,6 +2896,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
2841
2896
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2842
2897
|
showMediaPreview?: boolean | undefined;
|
|
2843
2898
|
showMediaOverlayActions?: boolean | undefined;
|
|
2899
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2900
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2844
2901
|
mediaDelivery?: {
|
|
2845
2902
|
sizes?: string | undefined;
|
|
2846
2903
|
widthCandidates?: number[] | undefined;
|
|
@@ -2945,6 +3002,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
2945
3002
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2946
3003
|
showMediaPreview?: boolean | undefined;
|
|
2947
3004
|
showMediaOverlayActions?: boolean | undefined;
|
|
3005
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3006
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2948
3007
|
mediaDelivery?: {
|
|
2949
3008
|
sizes?: string | undefined;
|
|
2950
3009
|
widthCandidates?: number[] | undefined;
|
|
@@ -3051,6 +3110,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
3051
3110
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3052
3111
|
showMediaPreview?: boolean | undefined;
|
|
3053
3112
|
showMediaOverlayActions?: boolean | undefined;
|
|
3113
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3114
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3054
3115
|
mediaDelivery?: {
|
|
3055
3116
|
sizes?: string | undefined;
|
|
3056
3117
|
widthCandidates?: number[] | undefined;
|
|
@@ -3155,6 +3216,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
3155
3216
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3156
3217
|
showMediaPreview?: boolean | undefined;
|
|
3157
3218
|
showMediaOverlayActions?: boolean | undefined;
|
|
3219
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3220
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3158
3221
|
mediaDelivery?: {
|
|
3159
3222
|
sizes?: string | undefined;
|
|
3160
3223
|
widthCandidates?: number[] | undefined;
|
|
@@ -3277,6 +3340,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
3277
3340
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3278
3341
|
showMediaPreview?: boolean | undefined;
|
|
3279
3342
|
showMediaOverlayActions?: boolean | undefined;
|
|
3343
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3344
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3280
3345
|
mediaDelivery?: {
|
|
3281
3346
|
sizes?: string | undefined;
|
|
3282
3347
|
widthCandidates?: number[] | undefined;
|
|
@@ -3390,6 +3455,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
3390
3455
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3391
3456
|
showMediaPreview?: boolean | undefined;
|
|
3392
3457
|
showMediaOverlayActions?: boolean | undefined;
|
|
3458
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3459
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3393
3460
|
mediaDelivery?: {
|
|
3394
3461
|
sizes?: string | undefined;
|
|
3395
3462
|
widthCandidates?: number[] | undefined;
|
|
@@ -3495,6 +3562,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
3495
3562
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3496
3563
|
showMediaPreview?: boolean | undefined;
|
|
3497
3564
|
showMediaOverlayActions?: boolean | undefined;
|
|
3565
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3566
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3498
3567
|
mediaDelivery?: {
|
|
3499
3568
|
sizes?: string | undefined;
|
|
3500
3569
|
widthCandidates?: number[] | undefined;
|
|
@@ -3600,6 +3669,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
3600
3669
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3601
3670
|
showMediaPreview?: boolean | undefined;
|
|
3602
3671
|
showMediaOverlayActions?: boolean | undefined;
|
|
3672
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3673
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3603
3674
|
mediaDelivery?: {
|
|
3604
3675
|
sizes?: string | undefined;
|
|
3605
3676
|
widthCandidates?: number[] | undefined;
|
|
@@ -3706,6 +3777,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
3706
3777
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3707
3778
|
showMediaPreview?: boolean | undefined;
|
|
3708
3779
|
showMediaOverlayActions?: boolean | undefined;
|
|
3780
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3781
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3709
3782
|
mediaDelivery?: {
|
|
3710
3783
|
sizes?: string | undefined;
|
|
3711
3784
|
widthCandidates?: number[] | undefined;
|
|
@@ -3810,6 +3883,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
3810
3883
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3811
3884
|
showMediaPreview?: boolean | undefined;
|
|
3812
3885
|
showMediaOverlayActions?: boolean | undefined;
|
|
3886
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3887
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3813
3888
|
mediaDelivery?: {
|
|
3814
3889
|
sizes?: string | undefined;
|
|
3815
3890
|
widthCandidates?: number[] | undefined;
|
|
@@ -3914,6 +3989,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
3914
3989
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3915
3990
|
showMediaPreview?: boolean | undefined;
|
|
3916
3991
|
showMediaOverlayActions?: boolean | undefined;
|
|
3992
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3993
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3917
3994
|
mediaDelivery?: {
|
|
3918
3995
|
sizes?: string | undefined;
|
|
3919
3996
|
widthCandidates?: number[] | undefined;
|
|
@@ -4018,6 +4095,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
4018
4095
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4019
4096
|
showMediaPreview?: boolean | undefined;
|
|
4020
4097
|
showMediaOverlayActions?: boolean | undefined;
|
|
4098
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4099
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4021
4100
|
mediaDelivery?: {
|
|
4022
4101
|
sizes?: string | undefined;
|
|
4023
4102
|
widthCandidates?: number[] | undefined;
|
|
@@ -4122,6 +4201,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
4122
4201
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4123
4202
|
showMediaPreview?: boolean | undefined;
|
|
4124
4203
|
showMediaOverlayActions?: boolean | undefined;
|
|
4204
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4205
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4125
4206
|
mediaDelivery?: {
|
|
4126
4207
|
sizes?: string | undefined;
|
|
4127
4208
|
widthCandidates?: number[] | undefined;
|
|
@@ -4226,6 +4307,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
4226
4307
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4227
4308
|
showMediaPreview?: boolean | undefined;
|
|
4228
4309
|
showMediaOverlayActions?: boolean | undefined;
|
|
4310
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4311
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4229
4312
|
mediaDelivery?: {
|
|
4230
4313
|
sizes?: string | undefined;
|
|
4231
4314
|
widthCandidates?: number[] | undefined;
|
|
@@ -4334,6 +4417,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
4334
4417
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4335
4418
|
showMediaPreview?: boolean | undefined;
|
|
4336
4419
|
showMediaOverlayActions?: boolean | undefined;
|
|
4420
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4421
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4337
4422
|
mediaDelivery?: {
|
|
4338
4423
|
sizes?: string | undefined;
|
|
4339
4424
|
widthCandidates?: number[] | undefined;
|
|
@@ -4438,6 +4523,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
4438
4523
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4439
4524
|
showMediaPreview?: boolean | undefined;
|
|
4440
4525
|
showMediaOverlayActions?: boolean | undefined;
|
|
4526
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4527
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4441
4528
|
mediaDelivery?: {
|
|
4442
4529
|
sizes?: string | undefined;
|
|
4443
4530
|
widthCandidates?: number[] | undefined;
|
|
@@ -4544,6 +4631,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
4544
4631
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4545
4632
|
showMediaPreview?: boolean | undefined;
|
|
4546
4633
|
showMediaOverlayActions?: boolean | undefined;
|
|
4634
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4635
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4547
4636
|
mediaDelivery?: {
|
|
4548
4637
|
sizes?: string | undefined;
|
|
4549
4638
|
widthCandidates?: number[] | undefined;
|
|
@@ -4648,6 +4737,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
4648
4737
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4649
4738
|
showMediaPreview?: boolean | undefined;
|
|
4650
4739
|
showMediaOverlayActions?: boolean | undefined;
|
|
4740
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4741
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4651
4742
|
mediaDelivery?: {
|
|
4652
4743
|
sizes?: string | undefined;
|
|
4653
4744
|
widthCandidates?: number[] | undefined;
|
|
@@ -4759,6 +4850,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
4759
4850
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4760
4851
|
showMediaPreview?: boolean | undefined;
|
|
4761
4852
|
showMediaOverlayActions?: boolean | undefined;
|
|
4853
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4854
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4762
4855
|
mediaDelivery?: {
|
|
4763
4856
|
sizes?: string | undefined;
|
|
4764
4857
|
widthCandidates?: number[] | undefined;
|
|
@@ -4869,6 +4962,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
4869
4962
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4870
4963
|
showMediaPreview?: boolean | undefined;
|
|
4871
4964
|
showMediaOverlayActions?: boolean | undefined;
|
|
4965
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4966
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4872
4967
|
mediaDelivery?: {
|
|
4873
4968
|
sizes?: string | undefined;
|
|
4874
4969
|
widthCandidates?: number[] | undefined;
|
|
@@ -4973,6 +5068,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
4973
5068
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4974
5069
|
showMediaPreview?: boolean | undefined;
|
|
4975
5070
|
showMediaOverlayActions?: boolean | undefined;
|
|
5071
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5072
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4976
5073
|
mediaDelivery?: {
|
|
4977
5074
|
sizes?: string | undefined;
|
|
4978
5075
|
widthCandidates?: number[] | undefined;
|
|
@@ -5080,6 +5177,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
5080
5177
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5081
5178
|
showMediaPreview?: boolean | undefined;
|
|
5082
5179
|
showMediaOverlayActions?: boolean | undefined;
|
|
5180
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5181
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5083
5182
|
mediaDelivery?: {
|
|
5084
5183
|
sizes?: string | undefined;
|
|
5085
5184
|
widthCandidates?: number[] | undefined;
|
|
@@ -5189,6 +5288,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
5189
5288
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5190
5289
|
showMediaPreview?: boolean | undefined;
|
|
5191
5290
|
showMediaOverlayActions?: boolean | undefined;
|
|
5291
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5292
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5192
5293
|
mediaDelivery?: {
|
|
5193
5294
|
sizes?: string | undefined;
|
|
5194
5295
|
widthCandidates?: number[] | undefined;
|
|
@@ -5299,6 +5400,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
5299
5400
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5300
5401
|
showMediaPreview?: boolean | undefined;
|
|
5301
5402
|
showMediaOverlayActions?: boolean | undefined;
|
|
5403
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5404
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5302
5405
|
mediaDelivery?: {
|
|
5303
5406
|
sizes?: string | undefined;
|
|
5304
5407
|
widthCandidates?: number[] | undefined;
|
|
@@ -5403,6 +5506,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
5403
5506
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5404
5507
|
showMediaPreview?: boolean | undefined;
|
|
5405
5508
|
showMediaOverlayActions?: boolean | undefined;
|
|
5509
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5510
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5406
5511
|
mediaDelivery?: {
|
|
5407
5512
|
sizes?: string | undefined;
|
|
5408
5513
|
widthCandidates?: number[] | undefined;
|
|
@@ -5507,6 +5612,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
5507
5612
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5508
5613
|
showMediaPreview?: boolean | undefined;
|
|
5509
5614
|
showMediaOverlayActions?: boolean | undefined;
|
|
5615
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5616
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5510
5617
|
mediaDelivery?: {
|
|
5511
5618
|
sizes?: string | undefined;
|
|
5512
5619
|
widthCandidates?: number[] | undefined;
|
|
@@ -5626,6 +5733,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
5626
5733
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5627
5734
|
showMediaPreview?: boolean | undefined;
|
|
5628
5735
|
showMediaOverlayActions?: boolean | undefined;
|
|
5736
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5737
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5629
5738
|
mediaDelivery?: {
|
|
5630
5739
|
sizes?: string | undefined;
|
|
5631
5740
|
widthCandidates?: number[] | undefined;
|
|
@@ -5739,6 +5848,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
5739
5848
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5740
5849
|
showMediaPreview?: boolean | undefined;
|
|
5741
5850
|
showMediaOverlayActions?: boolean | undefined;
|
|
5851
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5852
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5742
5853
|
mediaDelivery?: {
|
|
5743
5854
|
sizes?: string | undefined;
|
|
5744
5855
|
widthCandidates?: number[] | undefined;
|
|
@@ -5844,6 +5955,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
5844
5955
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5845
5956
|
showMediaPreview?: boolean | undefined;
|
|
5846
5957
|
showMediaOverlayActions?: boolean | undefined;
|
|
5958
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5959
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5847
5960
|
mediaDelivery?: {
|
|
5848
5961
|
sizes?: string | undefined;
|
|
5849
5962
|
widthCandidates?: number[] | undefined;
|
|
@@ -5949,6 +6062,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
5949
6062
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5950
6063
|
showMediaPreview?: boolean | undefined;
|
|
5951
6064
|
showMediaOverlayActions?: boolean | undefined;
|
|
6065
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6066
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5952
6067
|
mediaDelivery?: {
|
|
5953
6068
|
sizes?: string | undefined;
|
|
5954
6069
|
widthCandidates?: number[] | undefined;
|
|
@@ -6055,6 +6170,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
6055
6170
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6056
6171
|
showMediaPreview?: boolean | undefined;
|
|
6057
6172
|
showMediaOverlayActions?: boolean | undefined;
|
|
6173
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6174
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6058
6175
|
mediaDelivery?: {
|
|
6059
6176
|
sizes?: string | undefined;
|
|
6060
6177
|
widthCandidates?: number[] | undefined;
|
|
@@ -6159,6 +6276,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
6159
6276
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6160
6277
|
showMediaPreview?: boolean | undefined;
|
|
6161
6278
|
showMediaOverlayActions?: boolean | undefined;
|
|
6279
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6280
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6162
6281
|
mediaDelivery?: {
|
|
6163
6282
|
sizes?: string | undefined;
|
|
6164
6283
|
widthCandidates?: number[] | undefined;
|
|
@@ -6263,6 +6382,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
6263
6382
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6264
6383
|
showMediaPreview?: boolean | undefined;
|
|
6265
6384
|
showMediaOverlayActions?: boolean | undefined;
|
|
6385
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6386
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6266
6387
|
mediaDelivery?: {
|
|
6267
6388
|
sizes?: string | undefined;
|
|
6268
6389
|
widthCandidates?: number[] | undefined;
|
|
@@ -6367,6 +6488,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
6367
6488
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6368
6489
|
showMediaPreview?: boolean | undefined;
|
|
6369
6490
|
showMediaOverlayActions?: boolean | undefined;
|
|
6491
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6492
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6370
6493
|
mediaDelivery?: {
|
|
6371
6494
|
sizes?: string | undefined;
|
|
6372
6495
|
widthCandidates?: number[] | undefined;
|
|
@@ -6471,6 +6594,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
6471
6594
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6472
6595
|
showMediaPreview?: boolean | undefined;
|
|
6473
6596
|
showMediaOverlayActions?: boolean | undefined;
|
|
6597
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6598
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6474
6599
|
mediaDelivery?: {
|
|
6475
6600
|
sizes?: string | undefined;
|
|
6476
6601
|
widthCandidates?: number[] | undefined;
|
|
@@ -6575,6 +6700,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
6575
6700
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6576
6701
|
showMediaPreview?: boolean | undefined;
|
|
6577
6702
|
showMediaOverlayActions?: boolean | undefined;
|
|
6703
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6704
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6578
6705
|
mediaDelivery?: {
|
|
6579
6706
|
sizes?: string | undefined;
|
|
6580
6707
|
widthCandidates?: number[] | undefined;
|
|
@@ -6683,6 +6810,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
6683
6810
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6684
6811
|
showMediaPreview?: boolean | undefined;
|
|
6685
6812
|
showMediaOverlayActions?: boolean | undefined;
|
|
6813
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6814
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6686
6815
|
mediaDelivery?: {
|
|
6687
6816
|
sizes?: string | undefined;
|
|
6688
6817
|
widthCandidates?: number[] | undefined;
|
|
@@ -6787,6 +6916,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
6787
6916
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6788
6917
|
showMediaPreview?: boolean | undefined;
|
|
6789
6918
|
showMediaOverlayActions?: boolean | undefined;
|
|
6919
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6920
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6790
6921
|
mediaDelivery?: {
|
|
6791
6922
|
sizes?: string | undefined;
|
|
6792
6923
|
widthCandidates?: number[] | undefined;
|
|
@@ -6893,6 +7024,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
6893
7024
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6894
7025
|
showMediaPreview?: boolean | undefined;
|
|
6895
7026
|
showMediaOverlayActions?: boolean | undefined;
|
|
7027
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7028
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6896
7029
|
mediaDelivery?: {
|
|
6897
7030
|
sizes?: string | undefined;
|
|
6898
7031
|
widthCandidates?: number[] | undefined;
|
|
@@ -6997,6 +7130,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
6997
7130
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6998
7131
|
showMediaPreview?: boolean | undefined;
|
|
6999
7132
|
showMediaOverlayActions?: boolean | undefined;
|
|
7133
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7134
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7000
7135
|
mediaDelivery?: {
|
|
7001
7136
|
sizes?: string | undefined;
|
|
7002
7137
|
widthCandidates?: number[] | undefined;
|
|
@@ -7117,6 +7252,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
7117
7252
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7118
7253
|
showMediaPreview?: boolean | undefined;
|
|
7119
7254
|
showMediaOverlayActions?: boolean | undefined;
|
|
7255
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7256
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7120
7257
|
mediaDelivery?: {
|
|
7121
7258
|
sizes?: string | undefined;
|
|
7122
7259
|
widthCandidates?: number[] | undefined;
|
|
@@ -7230,6 +7367,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
7230
7367
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7231
7368
|
showMediaPreview?: boolean | undefined;
|
|
7232
7369
|
showMediaOverlayActions?: boolean | undefined;
|
|
7370
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7371
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7233
7372
|
mediaDelivery?: {
|
|
7234
7373
|
sizes?: string | undefined;
|
|
7235
7374
|
widthCandidates?: number[] | undefined;
|
|
@@ -7335,6 +7474,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
7335
7474
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7336
7475
|
showMediaPreview?: boolean | undefined;
|
|
7337
7476
|
showMediaOverlayActions?: boolean | undefined;
|
|
7477
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7478
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7338
7479
|
mediaDelivery?: {
|
|
7339
7480
|
sizes?: string | undefined;
|
|
7340
7481
|
widthCandidates?: number[] | undefined;
|
|
@@ -7440,6 +7581,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
7440
7581
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7441
7582
|
showMediaPreview?: boolean | undefined;
|
|
7442
7583
|
showMediaOverlayActions?: boolean | undefined;
|
|
7584
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7585
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7443
7586
|
mediaDelivery?: {
|
|
7444
7587
|
sizes?: string | undefined;
|
|
7445
7588
|
widthCandidates?: number[] | undefined;
|
|
@@ -7546,6 +7689,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
7546
7689
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7547
7690
|
showMediaPreview?: boolean | undefined;
|
|
7548
7691
|
showMediaOverlayActions?: boolean | undefined;
|
|
7692
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7693
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7549
7694
|
mediaDelivery?: {
|
|
7550
7695
|
sizes?: string | undefined;
|
|
7551
7696
|
widthCandidates?: number[] | undefined;
|
|
@@ -7650,6 +7795,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
7650
7795
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7651
7796
|
showMediaPreview?: boolean | undefined;
|
|
7652
7797
|
showMediaOverlayActions?: boolean | undefined;
|
|
7798
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7799
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7653
7800
|
mediaDelivery?: {
|
|
7654
7801
|
sizes?: string | undefined;
|
|
7655
7802
|
widthCandidates?: number[] | undefined;
|
|
@@ -7754,6 +7901,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
7754
7901
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7755
7902
|
showMediaPreview?: boolean | undefined;
|
|
7756
7903
|
showMediaOverlayActions?: boolean | undefined;
|
|
7904
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7905
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7757
7906
|
mediaDelivery?: {
|
|
7758
7907
|
sizes?: string | undefined;
|
|
7759
7908
|
widthCandidates?: number[] | undefined;
|
|
@@ -7858,6 +8007,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
7858
8007
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7859
8008
|
showMediaPreview?: boolean | undefined;
|
|
7860
8009
|
showMediaOverlayActions?: boolean | undefined;
|
|
8010
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8011
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7861
8012
|
mediaDelivery?: {
|
|
7862
8013
|
sizes?: string | undefined;
|
|
7863
8014
|
widthCandidates?: number[] | undefined;
|
|
@@ -7962,6 +8113,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
7962
8113
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7963
8114
|
showMediaPreview?: boolean | undefined;
|
|
7964
8115
|
showMediaOverlayActions?: boolean | undefined;
|
|
8116
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8117
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7965
8118
|
mediaDelivery?: {
|
|
7966
8119
|
sizes?: string | undefined;
|
|
7967
8120
|
widthCandidates?: number[] | undefined;
|
|
@@ -8066,6 +8219,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
8066
8219
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8067
8220
|
showMediaPreview?: boolean | undefined;
|
|
8068
8221
|
showMediaOverlayActions?: boolean | undefined;
|
|
8222
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8223
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8069
8224
|
mediaDelivery?: {
|
|
8070
8225
|
sizes?: string | undefined;
|
|
8071
8226
|
widthCandidates?: number[] | undefined;
|
|
@@ -8174,6 +8329,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
8174
8329
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8175
8330
|
showMediaPreview?: boolean | undefined;
|
|
8176
8331
|
showMediaOverlayActions?: boolean | undefined;
|
|
8332
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8333
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8177
8334
|
mediaDelivery?: {
|
|
8178
8335
|
sizes?: string | undefined;
|
|
8179
8336
|
widthCandidates?: number[] | undefined;
|
|
@@ -8278,6 +8435,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
8278
8435
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8279
8436
|
showMediaPreview?: boolean | undefined;
|
|
8280
8437
|
showMediaOverlayActions?: boolean | undefined;
|
|
8438
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8439
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8281
8440
|
mediaDelivery?: {
|
|
8282
8441
|
sizes?: string | undefined;
|
|
8283
8442
|
widthCandidates?: number[] | undefined;
|
|
@@ -8384,6 +8543,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
8384
8543
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8385
8544
|
showMediaPreview?: boolean | undefined;
|
|
8386
8545
|
showMediaOverlayActions?: boolean | undefined;
|
|
8546
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8547
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8387
8548
|
mediaDelivery?: {
|
|
8388
8549
|
sizes?: string | undefined;
|
|
8389
8550
|
widthCandidates?: number[] | undefined;
|
|
@@ -8488,6 +8649,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
8488
8649
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8489
8650
|
showMediaPreview?: boolean | undefined;
|
|
8490
8651
|
showMediaOverlayActions?: boolean | undefined;
|
|
8652
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8653
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8491
8654
|
mediaDelivery?: {
|
|
8492
8655
|
sizes?: string | undefined;
|
|
8493
8656
|
widthCandidates?: number[] | undefined;
|
|
@@ -8599,6 +8762,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
8599
8762
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8600
8763
|
showMediaPreview?: boolean | undefined;
|
|
8601
8764
|
showMediaOverlayActions?: boolean | undefined;
|
|
8765
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8766
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8602
8767
|
mediaDelivery?: {
|
|
8603
8768
|
sizes?: string | undefined;
|
|
8604
8769
|
widthCandidates?: number[] | undefined;
|
|
@@ -8709,6 +8874,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
8709
8874
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8710
8875
|
showMediaPreview?: boolean | undefined;
|
|
8711
8876
|
showMediaOverlayActions?: boolean | undefined;
|
|
8877
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8878
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8712
8879
|
mediaDelivery?: {
|
|
8713
8880
|
sizes?: string | undefined;
|
|
8714
8881
|
widthCandidates?: number[] | undefined;
|
|
@@ -8813,6 +8980,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
8813
8980
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8814
8981
|
showMediaPreview?: boolean | undefined;
|
|
8815
8982
|
showMediaOverlayActions?: boolean | undefined;
|
|
8983
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8984
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8816
8985
|
mediaDelivery?: {
|
|
8817
8986
|
sizes?: string | undefined;
|
|
8818
8987
|
widthCandidates?: number[] | undefined;
|
|
@@ -8917,6 +9086,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
8917
9086
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8918
9087
|
showMediaPreview?: boolean | undefined;
|
|
8919
9088
|
showMediaOverlayActions?: boolean | undefined;
|
|
9089
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9090
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8920
9091
|
mediaDelivery?: {
|
|
8921
9092
|
sizes?: string | undefined;
|
|
8922
9093
|
widthCandidates?: number[] | undefined;
|
|
@@ -9025,6 +9196,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
9025
9196
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9026
9197
|
showMediaPreview?: boolean | undefined;
|
|
9027
9198
|
showMediaOverlayActions?: boolean | undefined;
|
|
9199
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9200
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9028
9201
|
mediaDelivery?: {
|
|
9029
9202
|
sizes?: string | undefined;
|
|
9030
9203
|
widthCandidates?: number[] | undefined;
|
|
@@ -9135,6 +9308,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
9135
9308
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9136
9309
|
showMediaPreview?: boolean | undefined;
|
|
9137
9310
|
showMediaOverlayActions?: boolean | undefined;
|
|
9311
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9312
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9138
9313
|
mediaDelivery?: {
|
|
9139
9314
|
sizes?: string | undefined;
|
|
9140
9315
|
widthCandidates?: number[] | undefined;
|
|
@@ -9239,6 +9414,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
9239
9414
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9240
9415
|
showMediaPreview?: boolean | undefined;
|
|
9241
9416
|
showMediaOverlayActions?: boolean | undefined;
|
|
9417
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9418
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9242
9419
|
mediaDelivery?: {
|
|
9243
9420
|
sizes?: string | undefined;
|
|
9244
9421
|
widthCandidates?: number[] | undefined;
|
|
@@ -9346,6 +9523,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
9346
9523
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9347
9524
|
showMediaPreview?: boolean | undefined;
|
|
9348
9525
|
showMediaOverlayActions?: boolean | undefined;
|
|
9526
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9527
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9349
9528
|
mediaDelivery?: {
|
|
9350
9529
|
sizes?: string | undefined;
|
|
9351
9530
|
widthCandidates?: number[] | undefined;
|
|
@@ -9455,6 +9634,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
9455
9634
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9456
9635
|
showMediaPreview?: boolean | undefined;
|
|
9457
9636
|
showMediaOverlayActions?: boolean | undefined;
|
|
9637
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9638
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9458
9639
|
mediaDelivery?: {
|
|
9459
9640
|
sizes?: string | undefined;
|
|
9460
9641
|
widthCandidates?: number[] | undefined;
|
|
@@ -9565,6 +9746,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
9565
9746
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9566
9747
|
showMediaPreview?: boolean | undefined;
|
|
9567
9748
|
showMediaOverlayActions?: boolean | undefined;
|
|
9749
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9750
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9568
9751
|
mediaDelivery?: {
|
|
9569
9752
|
sizes?: string | undefined;
|
|
9570
9753
|
widthCandidates?: number[] | undefined;
|
|
@@ -9669,6 +9852,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
9669
9852
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9670
9853
|
showMediaPreview?: boolean | undefined;
|
|
9671
9854
|
showMediaOverlayActions?: boolean | undefined;
|
|
9855
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9856
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9672
9857
|
mediaDelivery?: {
|
|
9673
9858
|
sizes?: string | undefined;
|
|
9674
9859
|
widthCandidates?: number[] | undefined;
|
|
@@ -9780,6 +9965,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
9780
9965
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9781
9966
|
showMediaPreview?: boolean | undefined;
|
|
9782
9967
|
showMediaOverlayActions?: boolean | undefined;
|
|
9968
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9969
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9783
9970
|
mediaDelivery?: {
|
|
9784
9971
|
sizes?: string | undefined;
|
|
9785
9972
|
widthCandidates?: number[] | undefined;
|
|
@@ -9885,6 +10072,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
9885
10072
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9886
10073
|
showMediaPreview?: boolean | undefined;
|
|
9887
10074
|
showMediaOverlayActions?: boolean | undefined;
|
|
10075
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10076
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9888
10077
|
mediaDelivery?: {
|
|
9889
10078
|
sizes?: string | undefined;
|
|
9890
10079
|
widthCandidates?: number[] | undefined;
|
|
@@ -9990,6 +10179,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
9990
10179
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9991
10180
|
showMediaPreview?: boolean | undefined;
|
|
9992
10181
|
showMediaOverlayActions?: boolean | undefined;
|
|
10182
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10183
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9993
10184
|
mediaDelivery?: {
|
|
9994
10185
|
sizes?: string | undefined;
|
|
9995
10186
|
widthCandidates?: number[] | undefined;
|
|
@@ -10096,6 +10287,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
10096
10287
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10097
10288
|
showMediaPreview?: boolean | undefined;
|
|
10098
10289
|
showMediaOverlayActions?: boolean | undefined;
|
|
10290
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10291
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10099
10292
|
mediaDelivery?: {
|
|
10100
10293
|
sizes?: string | undefined;
|
|
10101
10294
|
widthCandidates?: number[] | undefined;
|
|
@@ -10200,6 +10393,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
10200
10393
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10201
10394
|
showMediaPreview?: boolean | undefined;
|
|
10202
10395
|
showMediaOverlayActions?: boolean | undefined;
|
|
10396
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10397
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10203
10398
|
mediaDelivery?: {
|
|
10204
10399
|
sizes?: string | undefined;
|
|
10205
10400
|
widthCandidates?: number[] | undefined;
|
|
@@ -10304,6 +10499,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
10304
10499
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10305
10500
|
showMediaPreview?: boolean | undefined;
|
|
10306
10501
|
showMediaOverlayActions?: boolean | undefined;
|
|
10502
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10503
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10307
10504
|
mediaDelivery?: {
|
|
10308
10505
|
sizes?: string | undefined;
|
|
10309
10506
|
widthCandidates?: number[] | undefined;
|
|
@@ -10408,6 +10605,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
10408
10605
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10409
10606
|
showMediaPreview?: boolean | undefined;
|
|
10410
10607
|
showMediaOverlayActions?: boolean | undefined;
|
|
10608
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10609
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10411
10610
|
mediaDelivery?: {
|
|
10412
10611
|
sizes?: string | undefined;
|
|
10413
10612
|
widthCandidates?: number[] | undefined;
|
|
@@ -10512,6 +10711,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
10512
10711
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10513
10712
|
showMediaPreview?: boolean | undefined;
|
|
10514
10713
|
showMediaOverlayActions?: boolean | undefined;
|
|
10714
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10715
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10515
10716
|
mediaDelivery?: {
|
|
10516
10717
|
sizes?: string | undefined;
|
|
10517
10718
|
widthCandidates?: number[] | undefined;
|
|
@@ -10616,6 +10817,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
10616
10817
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10617
10818
|
showMediaPreview?: boolean | undefined;
|
|
10618
10819
|
showMediaOverlayActions?: boolean | undefined;
|
|
10820
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10821
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10619
10822
|
mediaDelivery?: {
|
|
10620
10823
|
sizes?: string | undefined;
|
|
10621
10824
|
widthCandidates?: number[] | undefined;
|
|
@@ -10724,6 +10927,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
10724
10927
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10725
10928
|
showMediaPreview?: boolean | undefined;
|
|
10726
10929
|
showMediaOverlayActions?: boolean | undefined;
|
|
10930
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10931
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10727
10932
|
mediaDelivery?: {
|
|
10728
10933
|
sizes?: string | undefined;
|
|
10729
10934
|
widthCandidates?: number[] | undefined;
|
|
@@ -10828,6 +11033,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
10828
11033
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10829
11034
|
showMediaPreview?: boolean | undefined;
|
|
10830
11035
|
showMediaOverlayActions?: boolean | undefined;
|
|
11036
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11037
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10831
11038
|
mediaDelivery?: {
|
|
10832
11039
|
sizes?: string | undefined;
|
|
10833
11040
|
widthCandidates?: number[] | undefined;
|
|
@@ -10934,6 +11141,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
10934
11141
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10935
11142
|
showMediaPreview?: boolean | undefined;
|
|
10936
11143
|
showMediaOverlayActions?: boolean | undefined;
|
|
11144
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11145
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10937
11146
|
mediaDelivery?: {
|
|
10938
11147
|
sizes?: string | undefined;
|
|
10939
11148
|
widthCandidates?: number[] | undefined;
|
|
@@ -11038,6 +11247,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
11038
11247
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11039
11248
|
showMediaPreview?: boolean | undefined;
|
|
11040
11249
|
showMediaOverlayActions?: boolean | undefined;
|
|
11250
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11251
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11041
11252
|
mediaDelivery?: {
|
|
11042
11253
|
sizes?: string | undefined;
|
|
11043
11254
|
widthCandidates?: number[] | undefined;
|
|
@@ -11158,6 +11369,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
11158
11369
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11159
11370
|
showMediaPreview?: boolean | undefined;
|
|
11160
11371
|
showMediaOverlayActions?: boolean | undefined;
|
|
11372
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11373
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11161
11374
|
mediaDelivery?: {
|
|
11162
11375
|
sizes?: string | undefined;
|
|
11163
11376
|
widthCandidates?: number[] | undefined;
|
|
@@ -11266,6 +11479,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
11266
11479
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11267
11480
|
showMediaPreview?: boolean | undefined;
|
|
11268
11481
|
showMediaOverlayActions?: boolean | undefined;
|
|
11482
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11483
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11269
11484
|
mediaDelivery?: {
|
|
11270
11485
|
sizes?: string | undefined;
|
|
11271
11486
|
widthCandidates?: number[] | undefined;
|
|
@@ -11345,6 +11560,9 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
11345
11560
|
intent?: "style" | "content" | "display" | "behavior" | undefined;
|
|
11346
11561
|
} | undefined;
|
|
11347
11562
|
itemLabelSource?: string | undefined;
|
|
11563
|
+
showSummary?: boolean | undefined;
|
|
11564
|
+
summaryFields?: string[] | undefined;
|
|
11565
|
+
summaryMaxChars?: number | undefined;
|
|
11348
11566
|
maxItems?: number | undefined;
|
|
11349
11567
|
schema?: unknown;
|
|
11350
11568
|
polymorphic?: boolean | undefined;
|
|
@@ -11383,6 +11601,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
11383
11601
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11384
11602
|
showMediaPreview?: boolean | undefined;
|
|
11385
11603
|
showMediaOverlayActions?: boolean | undefined;
|
|
11604
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11605
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11386
11606
|
mediaDelivery?: {
|
|
11387
11607
|
sizes?: string | undefined;
|
|
11388
11608
|
widthCandidates?: number[] | undefined;
|
|
@@ -11496,6 +11716,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
11496
11716
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11497
11717
|
showMediaPreview?: boolean | undefined;
|
|
11498
11718
|
showMediaOverlayActions?: boolean | undefined;
|
|
11719
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11720
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11499
11721
|
mediaDelivery?: {
|
|
11500
11722
|
sizes?: string | undefined;
|
|
11501
11723
|
widthCandidates?: number[] | undefined;
|
|
@@ -11601,6 +11823,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
11601
11823
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11602
11824
|
showMediaPreview?: boolean | undefined;
|
|
11603
11825
|
showMediaOverlayActions?: boolean | undefined;
|
|
11826
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11827
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11604
11828
|
mediaDelivery?: {
|
|
11605
11829
|
sizes?: string | undefined;
|
|
11606
11830
|
widthCandidates?: number[] | undefined;
|
|
@@ -11706,6 +11930,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
11706
11930
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11707
11931
|
showMediaPreview?: boolean | undefined;
|
|
11708
11932
|
showMediaOverlayActions?: boolean | undefined;
|
|
11933
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11934
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11709
11935
|
mediaDelivery?: {
|
|
11710
11936
|
sizes?: string | undefined;
|
|
11711
11937
|
widthCandidates?: number[] | undefined;
|
|
@@ -11812,6 +12038,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
11812
12038
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11813
12039
|
showMediaPreview?: boolean | undefined;
|
|
11814
12040
|
showMediaOverlayActions?: boolean | undefined;
|
|
12041
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12042
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11815
12043
|
mediaDelivery?: {
|
|
11816
12044
|
sizes?: string | undefined;
|
|
11817
12045
|
widthCandidates?: number[] | undefined;
|
|
@@ -11916,6 +12144,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
11916
12144
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11917
12145
|
showMediaPreview?: boolean | undefined;
|
|
11918
12146
|
showMediaOverlayActions?: boolean | undefined;
|
|
12147
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12148
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11919
12149
|
mediaDelivery?: {
|
|
11920
12150
|
sizes?: string | undefined;
|
|
11921
12151
|
widthCandidates?: number[] | undefined;
|
|
@@ -12020,6 +12250,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
12020
12250
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12021
12251
|
showMediaPreview?: boolean | undefined;
|
|
12022
12252
|
showMediaOverlayActions?: boolean | undefined;
|
|
12253
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12254
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12023
12255
|
mediaDelivery?: {
|
|
12024
12256
|
sizes?: string | undefined;
|
|
12025
12257
|
widthCandidates?: number[] | undefined;
|
|
@@ -12124,6 +12356,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
12124
12356
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12125
12357
|
showMediaPreview?: boolean | undefined;
|
|
12126
12358
|
showMediaOverlayActions?: boolean | undefined;
|
|
12359
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12360
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12127
12361
|
mediaDelivery?: {
|
|
12128
12362
|
sizes?: string | undefined;
|
|
12129
12363
|
widthCandidates?: number[] | undefined;
|
|
@@ -12228,6 +12462,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
12228
12462
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12229
12463
|
showMediaPreview?: boolean | undefined;
|
|
12230
12464
|
showMediaOverlayActions?: boolean | undefined;
|
|
12465
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12466
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12231
12467
|
mediaDelivery?: {
|
|
12232
12468
|
sizes?: string | undefined;
|
|
12233
12469
|
widthCandidates?: number[] | undefined;
|
|
@@ -12332,6 +12568,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
12332
12568
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12333
12569
|
showMediaPreview?: boolean | undefined;
|
|
12334
12570
|
showMediaOverlayActions?: boolean | undefined;
|
|
12571
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12572
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12335
12573
|
mediaDelivery?: {
|
|
12336
12574
|
sizes?: string | undefined;
|
|
12337
12575
|
widthCandidates?: number[] | undefined;
|
|
@@ -12440,6 +12678,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
12440
12678
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12441
12679
|
showMediaPreview?: boolean | undefined;
|
|
12442
12680
|
showMediaOverlayActions?: boolean | undefined;
|
|
12681
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12682
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12443
12683
|
mediaDelivery?: {
|
|
12444
12684
|
sizes?: string | undefined;
|
|
12445
12685
|
widthCandidates?: number[] | undefined;
|
|
@@ -12544,6 +12784,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
12544
12784
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12545
12785
|
showMediaPreview?: boolean | undefined;
|
|
12546
12786
|
showMediaOverlayActions?: boolean | undefined;
|
|
12787
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12788
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12547
12789
|
mediaDelivery?: {
|
|
12548
12790
|
sizes?: string | undefined;
|
|
12549
12791
|
widthCandidates?: number[] | undefined;
|
|
@@ -12650,6 +12892,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
12650
12892
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12651
12893
|
showMediaPreview?: boolean | undefined;
|
|
12652
12894
|
showMediaOverlayActions?: boolean | undefined;
|
|
12895
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12896
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12653
12897
|
mediaDelivery?: {
|
|
12654
12898
|
sizes?: string | undefined;
|
|
12655
12899
|
widthCandidates?: number[] | undefined;
|
|
@@ -12754,6 +12998,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
12754
12998
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12755
12999
|
showMediaPreview?: boolean | undefined;
|
|
12756
13000
|
showMediaOverlayActions?: boolean | undefined;
|
|
13001
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13002
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12757
13003
|
mediaDelivery?: {
|
|
12758
13004
|
sizes?: string | undefined;
|
|
12759
13005
|
widthCandidates?: number[] | undefined;
|
|
@@ -12876,6 +13122,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
12876
13122
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12877
13123
|
showMediaPreview?: boolean | undefined;
|
|
12878
13124
|
showMediaOverlayActions?: boolean | undefined;
|
|
13125
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13126
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12879
13127
|
mediaDelivery?: {
|
|
12880
13128
|
sizes?: string | undefined;
|
|
12881
13129
|
widthCandidates?: number[] | undefined;
|
|
@@ -12989,6 +13237,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
12989
13237
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12990
13238
|
showMediaPreview?: boolean | undefined;
|
|
12991
13239
|
showMediaOverlayActions?: boolean | undefined;
|
|
13240
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13241
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12992
13242
|
mediaDelivery?: {
|
|
12993
13243
|
sizes?: string | undefined;
|
|
12994
13244
|
widthCandidates?: number[] | undefined;
|
|
@@ -13094,6 +13344,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
13094
13344
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13095
13345
|
showMediaPreview?: boolean | undefined;
|
|
13096
13346
|
showMediaOverlayActions?: boolean | undefined;
|
|
13347
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13348
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13097
13349
|
mediaDelivery?: {
|
|
13098
13350
|
sizes?: string | undefined;
|
|
13099
13351
|
widthCandidates?: number[] | undefined;
|
|
@@ -13199,6 +13451,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
13199
13451
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13200
13452
|
showMediaPreview?: boolean | undefined;
|
|
13201
13453
|
showMediaOverlayActions?: boolean | undefined;
|
|
13454
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13455
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13202
13456
|
mediaDelivery?: {
|
|
13203
13457
|
sizes?: string | undefined;
|
|
13204
13458
|
widthCandidates?: number[] | undefined;
|
|
@@ -13305,6 +13559,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
13305
13559
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13306
13560
|
showMediaPreview?: boolean | undefined;
|
|
13307
13561
|
showMediaOverlayActions?: boolean | undefined;
|
|
13562
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13563
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13308
13564
|
mediaDelivery?: {
|
|
13309
13565
|
sizes?: string | undefined;
|
|
13310
13566
|
widthCandidates?: number[] | undefined;
|
|
@@ -13409,6 +13665,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
13409
13665
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13410
13666
|
showMediaPreview?: boolean | undefined;
|
|
13411
13667
|
showMediaOverlayActions?: boolean | undefined;
|
|
13668
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13669
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13412
13670
|
mediaDelivery?: {
|
|
13413
13671
|
sizes?: string | undefined;
|
|
13414
13672
|
widthCandidates?: number[] | undefined;
|
|
@@ -13513,6 +13771,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
13513
13771
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13514
13772
|
showMediaPreview?: boolean | undefined;
|
|
13515
13773
|
showMediaOverlayActions?: boolean | undefined;
|
|
13774
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13775
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13516
13776
|
mediaDelivery?: {
|
|
13517
13777
|
sizes?: string | undefined;
|
|
13518
13778
|
widthCandidates?: number[] | undefined;
|
|
@@ -13617,6 +13877,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
13617
13877
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13618
13878
|
showMediaPreview?: boolean | undefined;
|
|
13619
13879
|
showMediaOverlayActions?: boolean | undefined;
|
|
13880
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13881
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13620
13882
|
mediaDelivery?: {
|
|
13621
13883
|
sizes?: string | undefined;
|
|
13622
13884
|
widthCandidates?: number[] | undefined;
|
|
@@ -13721,6 +13983,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
13721
13983
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13722
13984
|
showMediaPreview?: boolean | undefined;
|
|
13723
13985
|
showMediaOverlayActions?: boolean | undefined;
|
|
13986
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13987
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13724
13988
|
mediaDelivery?: {
|
|
13725
13989
|
sizes?: string | undefined;
|
|
13726
13990
|
widthCandidates?: number[] | undefined;
|
|
@@ -13825,6 +14089,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
13825
14089
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13826
14090
|
showMediaPreview?: boolean | undefined;
|
|
13827
14091
|
showMediaOverlayActions?: boolean | undefined;
|
|
14092
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14093
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13828
14094
|
mediaDelivery?: {
|
|
13829
14095
|
sizes?: string | undefined;
|
|
13830
14096
|
widthCandidates?: number[] | undefined;
|
|
@@ -13933,6 +14199,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
13933
14199
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13934
14200
|
showMediaPreview?: boolean | undefined;
|
|
13935
14201
|
showMediaOverlayActions?: boolean | undefined;
|
|
14202
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14203
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13936
14204
|
mediaDelivery?: {
|
|
13937
14205
|
sizes?: string | undefined;
|
|
13938
14206
|
widthCandidates?: number[] | undefined;
|
|
@@ -14037,6 +14305,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
14037
14305
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14038
14306
|
showMediaPreview?: boolean | undefined;
|
|
14039
14307
|
showMediaOverlayActions?: boolean | undefined;
|
|
14308
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14309
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14040
14310
|
mediaDelivery?: {
|
|
14041
14311
|
sizes?: string | undefined;
|
|
14042
14312
|
widthCandidates?: number[] | undefined;
|
|
@@ -14143,6 +14413,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
14143
14413
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14144
14414
|
showMediaPreview?: boolean | undefined;
|
|
14145
14415
|
showMediaOverlayActions?: boolean | undefined;
|
|
14416
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14417
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14146
14418
|
mediaDelivery?: {
|
|
14147
14419
|
sizes?: string | undefined;
|
|
14148
14420
|
widthCandidates?: number[] | undefined;
|
|
@@ -14247,6 +14519,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
14247
14519
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14248
14520
|
showMediaPreview?: boolean | undefined;
|
|
14249
14521
|
showMediaOverlayActions?: boolean | undefined;
|
|
14522
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14523
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14250
14524
|
mediaDelivery?: {
|
|
14251
14525
|
sizes?: string | undefined;
|
|
14252
14526
|
widthCandidates?: number[] | undefined;
|
|
@@ -14358,6 +14632,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
14358
14632
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14359
14633
|
showMediaPreview?: boolean | undefined;
|
|
14360
14634
|
showMediaOverlayActions?: boolean | undefined;
|
|
14635
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14636
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14361
14637
|
mediaDelivery?: {
|
|
14362
14638
|
sizes?: string | undefined;
|
|
14363
14639
|
widthCandidates?: number[] | undefined;
|
|
@@ -14468,6 +14744,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
14468
14744
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14469
14745
|
showMediaPreview?: boolean | undefined;
|
|
14470
14746
|
showMediaOverlayActions?: boolean | undefined;
|
|
14747
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14748
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14471
14749
|
mediaDelivery?: {
|
|
14472
14750
|
sizes?: string | undefined;
|
|
14473
14751
|
widthCandidates?: number[] | undefined;
|
|
@@ -14572,6 +14850,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
14572
14850
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14573
14851
|
showMediaPreview?: boolean | undefined;
|
|
14574
14852
|
showMediaOverlayActions?: boolean | undefined;
|
|
14853
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14854
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14575
14855
|
mediaDelivery?: {
|
|
14576
14856
|
sizes?: string | undefined;
|
|
14577
14857
|
widthCandidates?: number[] | undefined;
|
|
@@ -14679,6 +14959,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
14679
14959
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14680
14960
|
showMediaPreview?: boolean | undefined;
|
|
14681
14961
|
showMediaOverlayActions?: boolean | undefined;
|
|
14962
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14963
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14682
14964
|
mediaDelivery?: {
|
|
14683
14965
|
sizes?: string | undefined;
|
|
14684
14966
|
widthCandidates?: number[] | undefined;
|
|
@@ -14788,6 +15070,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
14788
15070
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14789
15071
|
showMediaPreview?: boolean | undefined;
|
|
14790
15072
|
showMediaOverlayActions?: boolean | undefined;
|
|
15073
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15074
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14791
15075
|
mediaDelivery?: {
|
|
14792
15076
|
sizes?: string | undefined;
|
|
14793
15077
|
widthCandidates?: number[] | undefined;
|
|
@@ -14898,6 +15182,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
14898
15182
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14899
15183
|
showMediaPreview?: boolean | undefined;
|
|
14900
15184
|
showMediaOverlayActions?: boolean | undefined;
|
|
15185
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15186
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14901
15187
|
mediaDelivery?: {
|
|
14902
15188
|
sizes?: string | undefined;
|
|
14903
15189
|
widthCandidates?: number[] | undefined;
|
|
@@ -15002,6 +15288,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
15002
15288
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15003
15289
|
showMediaPreview?: boolean | undefined;
|
|
15004
15290
|
showMediaOverlayActions?: boolean | undefined;
|
|
15291
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15292
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15005
15293
|
mediaDelivery?: {
|
|
15006
15294
|
sizes?: string | undefined;
|
|
15007
15295
|
widthCandidates?: number[] | undefined;
|
|
@@ -15113,6 +15401,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
15113
15401
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15114
15402
|
showMediaPreview?: boolean | undefined;
|
|
15115
15403
|
showMediaOverlayActions?: boolean | undefined;
|
|
15404
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15405
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15116
15406
|
mediaDelivery?: {
|
|
15117
15407
|
sizes?: string | undefined;
|
|
15118
15408
|
widthCandidates?: number[] | undefined;
|
|
@@ -15218,6 +15508,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
15218
15508
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15219
15509
|
showMediaPreview?: boolean | undefined;
|
|
15220
15510
|
showMediaOverlayActions?: boolean | undefined;
|
|
15511
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15512
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15221
15513
|
mediaDelivery?: {
|
|
15222
15514
|
sizes?: string | undefined;
|
|
15223
15515
|
widthCandidates?: number[] | undefined;
|
|
@@ -15323,6 +15615,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
15323
15615
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15324
15616
|
showMediaPreview?: boolean | undefined;
|
|
15325
15617
|
showMediaOverlayActions?: boolean | undefined;
|
|
15618
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15619
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15326
15620
|
mediaDelivery?: {
|
|
15327
15621
|
sizes?: string | undefined;
|
|
15328
15622
|
widthCandidates?: number[] | undefined;
|
|
@@ -15429,6 +15723,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
15429
15723
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15430
15724
|
showMediaPreview?: boolean | undefined;
|
|
15431
15725
|
showMediaOverlayActions?: boolean | undefined;
|
|
15726
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15727
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15432
15728
|
mediaDelivery?: {
|
|
15433
15729
|
sizes?: string | undefined;
|
|
15434
15730
|
widthCandidates?: number[] | undefined;
|
|
@@ -15533,6 +15829,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
15533
15829
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15534
15830
|
showMediaPreview?: boolean | undefined;
|
|
15535
15831
|
showMediaOverlayActions?: boolean | undefined;
|
|
15832
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15833
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15536
15834
|
mediaDelivery?: {
|
|
15537
15835
|
sizes?: string | undefined;
|
|
15538
15836
|
widthCandidates?: number[] | undefined;
|
|
@@ -15637,6 +15935,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
15637
15935
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15638
15936
|
showMediaPreview?: boolean | undefined;
|
|
15639
15937
|
showMediaOverlayActions?: boolean | undefined;
|
|
15938
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15939
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15640
15940
|
mediaDelivery?: {
|
|
15641
15941
|
sizes?: string | undefined;
|
|
15642
15942
|
widthCandidates?: number[] | undefined;
|
|
@@ -15741,6 +16041,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
15741
16041
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15742
16042
|
showMediaPreview?: boolean | undefined;
|
|
15743
16043
|
showMediaOverlayActions?: boolean | undefined;
|
|
16044
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16045
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15744
16046
|
mediaDelivery?: {
|
|
15745
16047
|
sizes?: string | undefined;
|
|
15746
16048
|
widthCandidates?: number[] | undefined;
|
|
@@ -15845,6 +16147,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
15845
16147
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15846
16148
|
showMediaPreview?: boolean | undefined;
|
|
15847
16149
|
showMediaOverlayActions?: boolean | undefined;
|
|
16150
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16151
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15848
16152
|
mediaDelivery?: {
|
|
15849
16153
|
sizes?: string | undefined;
|
|
15850
16154
|
widthCandidates?: number[] | undefined;
|
|
@@ -15949,6 +16253,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
15949
16253
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15950
16254
|
showMediaPreview?: boolean | undefined;
|
|
15951
16255
|
showMediaOverlayActions?: boolean | undefined;
|
|
16256
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16257
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15952
16258
|
mediaDelivery?: {
|
|
15953
16259
|
sizes?: string | undefined;
|
|
15954
16260
|
widthCandidates?: number[] | undefined;
|
|
@@ -16057,6 +16363,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
16057
16363
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16058
16364
|
showMediaPreview?: boolean | undefined;
|
|
16059
16365
|
showMediaOverlayActions?: boolean | undefined;
|
|
16366
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16367
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16060
16368
|
mediaDelivery?: {
|
|
16061
16369
|
sizes?: string | undefined;
|
|
16062
16370
|
widthCandidates?: number[] | undefined;
|
|
@@ -16161,6 +16469,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
16161
16469
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16162
16470
|
showMediaPreview?: boolean | undefined;
|
|
16163
16471
|
showMediaOverlayActions?: boolean | undefined;
|
|
16472
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16473
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16164
16474
|
mediaDelivery?: {
|
|
16165
16475
|
sizes?: string | undefined;
|
|
16166
16476
|
widthCandidates?: number[] | undefined;
|
|
@@ -16267,6 +16577,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
16267
16577
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16268
16578
|
showMediaPreview?: boolean | undefined;
|
|
16269
16579
|
showMediaOverlayActions?: boolean | undefined;
|
|
16580
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16581
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16270
16582
|
mediaDelivery?: {
|
|
16271
16583
|
sizes?: string | undefined;
|
|
16272
16584
|
widthCandidates?: number[] | undefined;
|
|
@@ -16371,6 +16683,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
16371
16683
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16372
16684
|
showMediaPreview?: boolean | undefined;
|
|
16373
16685
|
showMediaOverlayActions?: boolean | undefined;
|
|
16686
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16687
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16374
16688
|
mediaDelivery?: {
|
|
16375
16689
|
sizes?: string | undefined;
|
|
16376
16690
|
widthCandidates?: number[] | undefined;
|
|
@@ -16493,6 +16807,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
16493
16807
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16494
16808
|
showMediaPreview?: boolean | undefined;
|
|
16495
16809
|
showMediaOverlayActions?: boolean | undefined;
|
|
16810
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16811
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16496
16812
|
mediaDelivery?: {
|
|
16497
16813
|
sizes?: string | undefined;
|
|
16498
16814
|
widthCandidates?: number[] | undefined;
|
|
@@ -16601,6 +16917,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
16601
16917
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16602
16918
|
showMediaPreview?: boolean | undefined;
|
|
16603
16919
|
showMediaOverlayActions?: boolean | undefined;
|
|
16920
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16921
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16604
16922
|
mediaDelivery?: {
|
|
16605
16923
|
sizes?: string | undefined;
|
|
16606
16924
|
widthCandidates?: number[] | undefined;
|
|
@@ -16680,6 +16998,9 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
16680
16998
|
intent?: "style" | "content" | "display" | "behavior" | undefined;
|
|
16681
16999
|
} | undefined;
|
|
16682
17000
|
itemLabelSource?: string | undefined;
|
|
17001
|
+
showSummary?: boolean | undefined;
|
|
17002
|
+
summaryFields?: string[] | undefined;
|
|
17003
|
+
summaryMaxChars?: number | undefined;
|
|
16683
17004
|
maxItems?: number | undefined;
|
|
16684
17005
|
schema?: unknown;
|
|
16685
17006
|
polymorphic?: boolean | undefined;
|
|
@@ -16718,6 +17039,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
16718
17039
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16719
17040
|
showMediaPreview?: boolean | undefined;
|
|
16720
17041
|
showMediaOverlayActions?: boolean | undefined;
|
|
17042
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17043
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16721
17044
|
mediaDelivery?: {
|
|
16722
17045
|
sizes?: string | undefined;
|
|
16723
17046
|
widthCandidates?: number[] | undefined;
|
|
@@ -16831,6 +17154,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
16831
17154
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16832
17155
|
showMediaPreview?: boolean | undefined;
|
|
16833
17156
|
showMediaOverlayActions?: boolean | undefined;
|
|
17157
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17158
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16834
17159
|
mediaDelivery?: {
|
|
16835
17160
|
sizes?: string | undefined;
|
|
16836
17161
|
widthCandidates?: number[] | undefined;
|
|
@@ -16936,6 +17261,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
16936
17261
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16937
17262
|
showMediaPreview?: boolean | undefined;
|
|
16938
17263
|
showMediaOverlayActions?: boolean | undefined;
|
|
17264
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17265
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16939
17266
|
mediaDelivery?: {
|
|
16940
17267
|
sizes?: string | undefined;
|
|
16941
17268
|
widthCandidates?: number[] | undefined;
|
|
@@ -17041,6 +17368,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
17041
17368
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17042
17369
|
showMediaPreview?: boolean | undefined;
|
|
17043
17370
|
showMediaOverlayActions?: boolean | undefined;
|
|
17371
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17372
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17044
17373
|
mediaDelivery?: {
|
|
17045
17374
|
sizes?: string | undefined;
|
|
17046
17375
|
widthCandidates?: number[] | undefined;
|
|
@@ -17147,6 +17476,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
17147
17476
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17148
17477
|
showMediaPreview?: boolean | undefined;
|
|
17149
17478
|
showMediaOverlayActions?: boolean | undefined;
|
|
17479
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17480
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17150
17481
|
mediaDelivery?: {
|
|
17151
17482
|
sizes?: string | undefined;
|
|
17152
17483
|
widthCandidates?: number[] | undefined;
|
|
@@ -17251,6 +17582,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
17251
17582
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17252
17583
|
showMediaPreview?: boolean | undefined;
|
|
17253
17584
|
showMediaOverlayActions?: boolean | undefined;
|
|
17585
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17586
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17254
17587
|
mediaDelivery?: {
|
|
17255
17588
|
sizes?: string | undefined;
|
|
17256
17589
|
widthCandidates?: number[] | undefined;
|
|
@@ -17355,6 +17688,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
17355
17688
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17356
17689
|
showMediaPreview?: boolean | undefined;
|
|
17357
17690
|
showMediaOverlayActions?: boolean | undefined;
|
|
17691
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17692
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17358
17693
|
mediaDelivery?: {
|
|
17359
17694
|
sizes?: string | undefined;
|
|
17360
17695
|
widthCandidates?: number[] | undefined;
|
|
@@ -17459,6 +17794,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
17459
17794
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17460
17795
|
showMediaPreview?: boolean | undefined;
|
|
17461
17796
|
showMediaOverlayActions?: boolean | undefined;
|
|
17797
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17798
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17462
17799
|
mediaDelivery?: {
|
|
17463
17800
|
sizes?: string | undefined;
|
|
17464
17801
|
widthCandidates?: number[] | undefined;
|
|
@@ -17563,6 +17900,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
17563
17900
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17564
17901
|
showMediaPreview?: boolean | undefined;
|
|
17565
17902
|
showMediaOverlayActions?: boolean | undefined;
|
|
17903
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17904
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17566
17905
|
mediaDelivery?: {
|
|
17567
17906
|
sizes?: string | undefined;
|
|
17568
17907
|
widthCandidates?: number[] | undefined;
|
|
@@ -17667,6 +18006,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
17667
18006
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17668
18007
|
showMediaPreview?: boolean | undefined;
|
|
17669
18008
|
showMediaOverlayActions?: boolean | undefined;
|
|
18009
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18010
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17670
18011
|
mediaDelivery?: {
|
|
17671
18012
|
sizes?: string | undefined;
|
|
17672
18013
|
widthCandidates?: number[] | undefined;
|
|
@@ -17775,6 +18116,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
17775
18116
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17776
18117
|
showMediaPreview?: boolean | undefined;
|
|
17777
18118
|
showMediaOverlayActions?: boolean | undefined;
|
|
18119
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18120
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17778
18121
|
mediaDelivery?: {
|
|
17779
18122
|
sizes?: string | undefined;
|
|
17780
18123
|
widthCandidates?: number[] | undefined;
|
|
@@ -17879,6 +18222,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
17879
18222
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17880
18223
|
showMediaPreview?: boolean | undefined;
|
|
17881
18224
|
showMediaOverlayActions?: boolean | undefined;
|
|
18225
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18226
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17882
18227
|
mediaDelivery?: {
|
|
17883
18228
|
sizes?: string | undefined;
|
|
17884
18229
|
widthCandidates?: number[] | undefined;
|
|
@@ -17985,6 +18330,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
17985
18330
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17986
18331
|
showMediaPreview?: boolean | undefined;
|
|
17987
18332
|
showMediaOverlayActions?: boolean | undefined;
|
|
18333
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18334
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17988
18335
|
mediaDelivery?: {
|
|
17989
18336
|
sizes?: string | undefined;
|
|
17990
18337
|
widthCandidates?: number[] | undefined;
|
|
@@ -18089,6 +18436,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
18089
18436
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18090
18437
|
showMediaPreview?: boolean | undefined;
|
|
18091
18438
|
showMediaOverlayActions?: boolean | undefined;
|
|
18439
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18440
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18092
18441
|
mediaDelivery?: {
|
|
18093
18442
|
sizes?: string | undefined;
|
|
18094
18443
|
widthCandidates?: number[] | undefined;
|
|
@@ -18200,6 +18549,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
18200
18549
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18201
18550
|
showMediaPreview?: boolean | undefined;
|
|
18202
18551
|
showMediaOverlayActions?: boolean | undefined;
|
|
18552
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18553
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18203
18554
|
mediaDelivery?: {
|
|
18204
18555
|
sizes?: string | undefined;
|
|
18205
18556
|
widthCandidates?: number[] | undefined;
|
|
@@ -18310,6 +18661,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
18310
18661
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18311
18662
|
showMediaPreview?: boolean | undefined;
|
|
18312
18663
|
showMediaOverlayActions?: boolean | undefined;
|
|
18664
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18665
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18313
18666
|
mediaDelivery?: {
|
|
18314
18667
|
sizes?: string | undefined;
|
|
18315
18668
|
widthCandidates?: number[] | undefined;
|
|
@@ -18414,6 +18767,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
18414
18767
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18415
18768
|
showMediaPreview?: boolean | undefined;
|
|
18416
18769
|
showMediaOverlayActions?: boolean | undefined;
|
|
18770
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18771
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18417
18772
|
mediaDelivery?: {
|
|
18418
18773
|
sizes?: string | undefined;
|
|
18419
18774
|
widthCandidates?: number[] | undefined;
|
|
@@ -18525,6 +18880,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
18525
18880
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18526
18881
|
showMediaPreview?: boolean | undefined;
|
|
18527
18882
|
showMediaOverlayActions?: boolean | undefined;
|
|
18883
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18884
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18528
18885
|
mediaDelivery?: {
|
|
18529
18886
|
sizes?: string | undefined;
|
|
18530
18887
|
widthCandidates?: number[] | undefined;
|
|
@@ -18630,6 +18987,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
18630
18987
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18631
18988
|
showMediaPreview?: boolean | undefined;
|
|
18632
18989
|
showMediaOverlayActions?: boolean | undefined;
|
|
18990
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18991
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18633
18992
|
mediaDelivery?: {
|
|
18634
18993
|
sizes?: string | undefined;
|
|
18635
18994
|
widthCandidates?: number[] | undefined;
|
|
@@ -18735,6 +19094,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
18735
19094
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18736
19095
|
showMediaPreview?: boolean | undefined;
|
|
18737
19096
|
showMediaOverlayActions?: boolean | undefined;
|
|
19097
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19098
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18738
19099
|
mediaDelivery?: {
|
|
18739
19100
|
sizes?: string | undefined;
|
|
18740
19101
|
widthCandidates?: number[] | undefined;
|
|
@@ -18841,6 +19202,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
18841
19202
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18842
19203
|
showMediaPreview?: boolean | undefined;
|
|
18843
19204
|
showMediaOverlayActions?: boolean | undefined;
|
|
19205
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19206
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18844
19207
|
mediaDelivery?: {
|
|
18845
19208
|
sizes?: string | undefined;
|
|
18846
19209
|
widthCandidates?: number[] | undefined;
|
|
@@ -18945,6 +19308,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
18945
19308
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18946
19309
|
showMediaPreview?: boolean | undefined;
|
|
18947
19310
|
showMediaOverlayActions?: boolean | undefined;
|
|
19311
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19312
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18948
19313
|
mediaDelivery?: {
|
|
18949
19314
|
sizes?: string | undefined;
|
|
18950
19315
|
widthCandidates?: number[] | undefined;
|
|
@@ -19049,6 +19414,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
19049
19414
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19050
19415
|
showMediaPreview?: boolean | undefined;
|
|
19051
19416
|
showMediaOverlayActions?: boolean | undefined;
|
|
19417
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19418
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19052
19419
|
mediaDelivery?: {
|
|
19053
19420
|
sizes?: string | undefined;
|
|
19054
19421
|
widthCandidates?: number[] | undefined;
|
|
@@ -19153,6 +19520,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
19153
19520
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19154
19521
|
showMediaPreview?: boolean | undefined;
|
|
19155
19522
|
showMediaOverlayActions?: boolean | undefined;
|
|
19523
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19524
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19156
19525
|
mediaDelivery?: {
|
|
19157
19526
|
sizes?: string | undefined;
|
|
19158
19527
|
widthCandidates?: number[] | undefined;
|
|
@@ -19257,6 +19626,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
19257
19626
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19258
19627
|
showMediaPreview?: boolean | undefined;
|
|
19259
19628
|
showMediaOverlayActions?: boolean | undefined;
|
|
19629
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19630
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19260
19631
|
mediaDelivery?: {
|
|
19261
19632
|
sizes?: string | undefined;
|
|
19262
19633
|
widthCandidates?: number[] | undefined;
|
|
@@ -19361,6 +19732,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
19361
19732
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19362
19733
|
showMediaPreview?: boolean | undefined;
|
|
19363
19734
|
showMediaOverlayActions?: boolean | undefined;
|
|
19735
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19736
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19364
19737
|
mediaDelivery?: {
|
|
19365
19738
|
sizes?: string | undefined;
|
|
19366
19739
|
widthCandidates?: number[] | undefined;
|
|
@@ -19469,6 +19842,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
19469
19842
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19470
19843
|
showMediaPreview?: boolean | undefined;
|
|
19471
19844
|
showMediaOverlayActions?: boolean | undefined;
|
|
19845
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19846
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19472
19847
|
mediaDelivery?: {
|
|
19473
19848
|
sizes?: string | undefined;
|
|
19474
19849
|
widthCandidates?: number[] | undefined;
|
|
@@ -19573,6 +19948,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
19573
19948
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19574
19949
|
showMediaPreview?: boolean | undefined;
|
|
19575
19950
|
showMediaOverlayActions?: boolean | undefined;
|
|
19951
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19952
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19576
19953
|
mediaDelivery?: {
|
|
19577
19954
|
sizes?: string | undefined;
|
|
19578
19955
|
widthCandidates?: number[] | undefined;
|
|
@@ -19679,6 +20056,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
19679
20056
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19680
20057
|
showMediaPreview?: boolean | undefined;
|
|
19681
20058
|
showMediaOverlayActions?: boolean | undefined;
|
|
20059
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20060
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19682
20061
|
mediaDelivery?: {
|
|
19683
20062
|
sizes?: string | undefined;
|
|
19684
20063
|
widthCandidates?: number[] | undefined;
|
|
@@ -19783,6 +20162,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
19783
20162
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19784
20163
|
showMediaPreview?: boolean | undefined;
|
|
19785
20164
|
showMediaOverlayActions?: boolean | undefined;
|
|
20165
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20166
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19786
20167
|
mediaDelivery?: {
|
|
19787
20168
|
sizes?: string | undefined;
|
|
19788
20169
|
widthCandidates?: number[] | undefined;
|
|
@@ -19894,6 +20275,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
19894
20275
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19895
20276
|
showMediaPreview?: boolean | undefined;
|
|
19896
20277
|
showMediaOverlayActions?: boolean | undefined;
|
|
20278
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20279
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19897
20280
|
mediaDelivery?: {
|
|
19898
20281
|
sizes?: string | undefined;
|
|
19899
20282
|
widthCandidates?: number[] | undefined;
|
|
@@ -20004,6 +20387,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
20004
20387
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20005
20388
|
showMediaPreview?: boolean | undefined;
|
|
20006
20389
|
showMediaOverlayActions?: boolean | undefined;
|
|
20390
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20391
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20007
20392
|
mediaDelivery?: {
|
|
20008
20393
|
sizes?: string | undefined;
|
|
20009
20394
|
widthCandidates?: number[] | undefined;
|
|
@@ -20108,6 +20493,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
20108
20493
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20109
20494
|
showMediaPreview?: boolean | undefined;
|
|
20110
20495
|
showMediaOverlayActions?: boolean | undefined;
|
|
20496
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20497
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20111
20498
|
mediaDelivery?: {
|
|
20112
20499
|
sizes?: string | undefined;
|
|
20113
20500
|
widthCandidates?: number[] | undefined;
|
|
@@ -20215,6 +20602,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
20215
20602
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20216
20603
|
showMediaPreview?: boolean | undefined;
|
|
20217
20604
|
showMediaOverlayActions?: boolean | undefined;
|
|
20605
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20606
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20218
20607
|
mediaDelivery?: {
|
|
20219
20608
|
sizes?: string | undefined;
|
|
20220
20609
|
widthCandidates?: number[] | undefined;
|
|
@@ -20324,6 +20713,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
20324
20713
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20325
20714
|
showMediaPreview?: boolean | undefined;
|
|
20326
20715
|
showMediaOverlayActions?: boolean | undefined;
|
|
20716
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20717
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20327
20718
|
mediaDelivery?: {
|
|
20328
20719
|
sizes?: string | undefined;
|
|
20329
20720
|
widthCandidates?: number[] | undefined;
|
|
@@ -20434,6 +20825,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
20434
20825
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20435
20826
|
showMediaPreview?: boolean | undefined;
|
|
20436
20827
|
showMediaOverlayActions?: boolean | undefined;
|
|
20828
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20829
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20437
20830
|
mediaDelivery?: {
|
|
20438
20831
|
sizes?: string | undefined;
|
|
20439
20832
|
widthCandidates?: number[] | undefined;
|
|
@@ -20538,6 +20931,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
20538
20931
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20539
20932
|
showMediaPreview?: boolean | undefined;
|
|
20540
20933
|
showMediaOverlayActions?: boolean | undefined;
|
|
20934
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20935
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20541
20936
|
mediaDelivery?: {
|
|
20542
20937
|
sizes?: string | undefined;
|
|
20543
20938
|
widthCandidates?: number[] | undefined;
|
|
@@ -20642,6 +21037,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
20642
21037
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20643
21038
|
showMediaPreview?: boolean | undefined;
|
|
20644
21039
|
showMediaOverlayActions?: boolean | undefined;
|
|
21040
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21041
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20645
21042
|
mediaDelivery?: {
|
|
20646
21043
|
sizes?: string | undefined;
|
|
20647
21044
|
widthCandidates?: number[] | undefined;
|
|
@@ -20761,6 +21158,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
20761
21158
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20762
21159
|
showMediaPreview?: boolean | undefined;
|
|
20763
21160
|
showMediaOverlayActions?: boolean | undefined;
|
|
21161
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21162
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20764
21163
|
mediaDelivery?: {
|
|
20765
21164
|
sizes?: string | undefined;
|
|
20766
21165
|
widthCandidates?: number[] | undefined;
|
|
@@ -20869,6 +21268,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
20869
21268
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20870
21269
|
showMediaPreview?: boolean | undefined;
|
|
20871
21270
|
showMediaOverlayActions?: boolean | undefined;
|
|
21271
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21272
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20872
21273
|
mediaDelivery?: {
|
|
20873
21274
|
sizes?: string | undefined;
|
|
20874
21275
|
widthCandidates?: number[] | undefined;
|
|
@@ -20948,6 +21349,9 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
20948
21349
|
intent?: "style" | "content" | "display" | "behavior" | undefined;
|
|
20949
21350
|
} | undefined;
|
|
20950
21351
|
itemLabelSource?: string | undefined;
|
|
21352
|
+
showSummary?: boolean | undefined;
|
|
21353
|
+
summaryFields?: string[] | undefined;
|
|
21354
|
+
summaryMaxChars?: number | undefined;
|
|
20951
21355
|
maxItems?: number | undefined;
|
|
20952
21356
|
schema?: unknown;
|
|
20953
21357
|
polymorphic?: boolean | undefined;
|
|
@@ -20986,6 +21390,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
20986
21390
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20987
21391
|
showMediaPreview?: boolean | undefined;
|
|
20988
21392
|
showMediaOverlayActions?: boolean | undefined;
|
|
21393
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21394
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20989
21395
|
mediaDelivery?: {
|
|
20990
21396
|
sizes?: string | undefined;
|
|
20991
21397
|
widthCandidates?: number[] | undefined;
|
|
@@ -21099,6 +21505,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
21099
21505
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21100
21506
|
showMediaPreview?: boolean | undefined;
|
|
21101
21507
|
showMediaOverlayActions?: boolean | undefined;
|
|
21508
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21509
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21102
21510
|
mediaDelivery?: {
|
|
21103
21511
|
sizes?: string | undefined;
|
|
21104
21512
|
widthCandidates?: number[] | undefined;
|
|
@@ -21204,6 +21612,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
21204
21612
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21205
21613
|
showMediaPreview?: boolean | undefined;
|
|
21206
21614
|
showMediaOverlayActions?: boolean | undefined;
|
|
21615
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21616
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21207
21617
|
mediaDelivery?: {
|
|
21208
21618
|
sizes?: string | undefined;
|
|
21209
21619
|
widthCandidates?: number[] | undefined;
|
|
@@ -21309,6 +21719,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
21309
21719
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21310
21720
|
showMediaPreview?: boolean | undefined;
|
|
21311
21721
|
showMediaOverlayActions?: boolean | undefined;
|
|
21722
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21723
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21312
21724
|
mediaDelivery?: {
|
|
21313
21725
|
sizes?: string | undefined;
|
|
21314
21726
|
widthCandidates?: number[] | undefined;
|
|
@@ -21415,6 +21827,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
21415
21827
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21416
21828
|
showMediaPreview?: boolean | undefined;
|
|
21417
21829
|
showMediaOverlayActions?: boolean | undefined;
|
|
21830
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21831
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21418
21832
|
mediaDelivery?: {
|
|
21419
21833
|
sizes?: string | undefined;
|
|
21420
21834
|
widthCandidates?: number[] | undefined;
|
|
@@ -21519,6 +21933,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
21519
21933
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21520
21934
|
showMediaPreview?: boolean | undefined;
|
|
21521
21935
|
showMediaOverlayActions?: boolean | undefined;
|
|
21936
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21937
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21522
21938
|
mediaDelivery?: {
|
|
21523
21939
|
sizes?: string | undefined;
|
|
21524
21940
|
widthCandidates?: number[] | undefined;
|
|
@@ -21623,6 +22039,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
21623
22039
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21624
22040
|
showMediaPreview?: boolean | undefined;
|
|
21625
22041
|
showMediaOverlayActions?: boolean | undefined;
|
|
22042
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22043
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21626
22044
|
mediaDelivery?: {
|
|
21627
22045
|
sizes?: string | undefined;
|
|
21628
22046
|
widthCandidates?: number[] | undefined;
|
|
@@ -21727,6 +22145,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
21727
22145
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21728
22146
|
showMediaPreview?: boolean | undefined;
|
|
21729
22147
|
showMediaOverlayActions?: boolean | undefined;
|
|
22148
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22149
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21730
22150
|
mediaDelivery?: {
|
|
21731
22151
|
sizes?: string | undefined;
|
|
21732
22152
|
widthCandidates?: number[] | undefined;
|
|
@@ -21831,6 +22251,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
21831
22251
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21832
22252
|
showMediaPreview?: boolean | undefined;
|
|
21833
22253
|
showMediaOverlayActions?: boolean | undefined;
|
|
22254
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22255
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21834
22256
|
mediaDelivery?: {
|
|
21835
22257
|
sizes?: string | undefined;
|
|
21836
22258
|
widthCandidates?: number[] | undefined;
|
|
@@ -21935,6 +22357,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
21935
22357
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21936
22358
|
showMediaPreview?: boolean | undefined;
|
|
21937
22359
|
showMediaOverlayActions?: boolean | undefined;
|
|
22360
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22361
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21938
22362
|
mediaDelivery?: {
|
|
21939
22363
|
sizes?: string | undefined;
|
|
21940
22364
|
widthCandidates?: number[] | undefined;
|
|
@@ -22043,6 +22467,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
22043
22467
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22044
22468
|
showMediaPreview?: boolean | undefined;
|
|
22045
22469
|
showMediaOverlayActions?: boolean | undefined;
|
|
22470
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22471
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22046
22472
|
mediaDelivery?: {
|
|
22047
22473
|
sizes?: string | undefined;
|
|
22048
22474
|
widthCandidates?: number[] | undefined;
|
|
@@ -22147,6 +22573,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
22147
22573
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22148
22574
|
showMediaPreview?: boolean | undefined;
|
|
22149
22575
|
showMediaOverlayActions?: boolean | undefined;
|
|
22576
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22577
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22150
22578
|
mediaDelivery?: {
|
|
22151
22579
|
sizes?: string | undefined;
|
|
22152
22580
|
widthCandidates?: number[] | undefined;
|
|
@@ -22253,6 +22681,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
22253
22681
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22254
22682
|
showMediaPreview?: boolean | undefined;
|
|
22255
22683
|
showMediaOverlayActions?: boolean | undefined;
|
|
22684
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22685
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22256
22686
|
mediaDelivery?: {
|
|
22257
22687
|
sizes?: string | undefined;
|
|
22258
22688
|
widthCandidates?: number[] | undefined;
|
|
@@ -22357,6 +22787,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
22357
22787
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22358
22788
|
showMediaPreview?: boolean | undefined;
|
|
22359
22789
|
showMediaOverlayActions?: boolean | undefined;
|
|
22790
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22791
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22360
22792
|
mediaDelivery?: {
|
|
22361
22793
|
sizes?: string | undefined;
|
|
22362
22794
|
widthCandidates?: number[] | undefined;
|
|
@@ -22477,6 +22909,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
22477
22909
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22478
22910
|
showMediaPreview?: boolean | undefined;
|
|
22479
22911
|
showMediaOverlayActions?: boolean | undefined;
|
|
22912
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22913
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22480
22914
|
mediaDelivery?: {
|
|
22481
22915
|
sizes?: string | undefined;
|
|
22482
22916
|
widthCandidates?: number[] | undefined;
|
|
@@ -22590,6 +23024,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
22590
23024
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22591
23025
|
showMediaPreview?: boolean | undefined;
|
|
22592
23026
|
showMediaOverlayActions?: boolean | undefined;
|
|
23027
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23028
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22593
23029
|
mediaDelivery?: {
|
|
22594
23030
|
sizes?: string | undefined;
|
|
22595
23031
|
widthCandidates?: number[] | undefined;
|
|
@@ -22695,6 +23131,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
22695
23131
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22696
23132
|
showMediaPreview?: boolean | undefined;
|
|
22697
23133
|
showMediaOverlayActions?: boolean | undefined;
|
|
23134
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23135
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22698
23136
|
mediaDelivery?: {
|
|
22699
23137
|
sizes?: string | undefined;
|
|
22700
23138
|
widthCandidates?: number[] | undefined;
|
|
@@ -22800,6 +23238,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
22800
23238
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22801
23239
|
showMediaPreview?: boolean | undefined;
|
|
22802
23240
|
showMediaOverlayActions?: boolean | undefined;
|
|
23241
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23242
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22803
23243
|
mediaDelivery?: {
|
|
22804
23244
|
sizes?: string | undefined;
|
|
22805
23245
|
widthCandidates?: number[] | undefined;
|
|
@@ -22906,6 +23346,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
22906
23346
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22907
23347
|
showMediaPreview?: boolean | undefined;
|
|
22908
23348
|
showMediaOverlayActions?: boolean | undefined;
|
|
23349
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23350
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22909
23351
|
mediaDelivery?: {
|
|
22910
23352
|
sizes?: string | undefined;
|
|
22911
23353
|
widthCandidates?: number[] | undefined;
|
|
@@ -23010,6 +23452,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
23010
23452
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23011
23453
|
showMediaPreview?: boolean | undefined;
|
|
23012
23454
|
showMediaOverlayActions?: boolean | undefined;
|
|
23455
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23456
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23013
23457
|
mediaDelivery?: {
|
|
23014
23458
|
sizes?: string | undefined;
|
|
23015
23459
|
widthCandidates?: number[] | undefined;
|
|
@@ -23114,6 +23558,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
23114
23558
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23115
23559
|
showMediaPreview?: boolean | undefined;
|
|
23116
23560
|
showMediaOverlayActions?: boolean | undefined;
|
|
23561
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23562
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23117
23563
|
mediaDelivery?: {
|
|
23118
23564
|
sizes?: string | undefined;
|
|
23119
23565
|
widthCandidates?: number[] | undefined;
|
|
@@ -23218,6 +23664,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
23218
23664
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23219
23665
|
showMediaPreview?: boolean | undefined;
|
|
23220
23666
|
showMediaOverlayActions?: boolean | undefined;
|
|
23667
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23668
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23221
23669
|
mediaDelivery?: {
|
|
23222
23670
|
sizes?: string | undefined;
|
|
23223
23671
|
widthCandidates?: number[] | undefined;
|
|
@@ -23322,6 +23770,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
23322
23770
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23323
23771
|
showMediaPreview?: boolean | undefined;
|
|
23324
23772
|
showMediaOverlayActions?: boolean | undefined;
|
|
23773
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23774
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23325
23775
|
mediaDelivery?: {
|
|
23326
23776
|
sizes?: string | undefined;
|
|
23327
23777
|
widthCandidates?: number[] | undefined;
|
|
@@ -23426,6 +23876,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
23426
23876
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23427
23877
|
showMediaPreview?: boolean | undefined;
|
|
23428
23878
|
showMediaOverlayActions?: boolean | undefined;
|
|
23879
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23880
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23429
23881
|
mediaDelivery?: {
|
|
23430
23882
|
sizes?: string | undefined;
|
|
23431
23883
|
widthCandidates?: number[] | undefined;
|
|
@@ -23534,6 +23986,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
23534
23986
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23535
23987
|
showMediaPreview?: boolean | undefined;
|
|
23536
23988
|
showMediaOverlayActions?: boolean | undefined;
|
|
23989
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23990
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23537
23991
|
mediaDelivery?: {
|
|
23538
23992
|
sizes?: string | undefined;
|
|
23539
23993
|
widthCandidates?: number[] | undefined;
|
|
@@ -23638,6 +24092,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
23638
24092
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23639
24093
|
showMediaPreview?: boolean | undefined;
|
|
23640
24094
|
showMediaOverlayActions?: boolean | undefined;
|
|
24095
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24096
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23641
24097
|
mediaDelivery?: {
|
|
23642
24098
|
sizes?: string | undefined;
|
|
23643
24099
|
widthCandidates?: number[] | undefined;
|
|
@@ -23744,6 +24200,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
23744
24200
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23745
24201
|
showMediaPreview?: boolean | undefined;
|
|
23746
24202
|
showMediaOverlayActions?: boolean | undefined;
|
|
24203
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24204
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23747
24205
|
mediaDelivery?: {
|
|
23748
24206
|
sizes?: string | undefined;
|
|
23749
24207
|
widthCandidates?: number[] | undefined;
|
|
@@ -23848,6 +24306,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
23848
24306
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23849
24307
|
showMediaPreview?: boolean | undefined;
|
|
23850
24308
|
showMediaOverlayActions?: boolean | undefined;
|
|
24309
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24310
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23851
24311
|
mediaDelivery?: {
|
|
23852
24312
|
sizes?: string | undefined;
|
|
23853
24313
|
widthCandidates?: number[] | undefined;
|
|
@@ -23959,6 +24419,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
23959
24419
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23960
24420
|
showMediaPreview?: boolean | undefined;
|
|
23961
24421
|
showMediaOverlayActions?: boolean | undefined;
|
|
24422
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24423
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23962
24424
|
mediaDelivery?: {
|
|
23963
24425
|
sizes?: string | undefined;
|
|
23964
24426
|
widthCandidates?: number[] | undefined;
|
|
@@ -24069,6 +24531,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
24069
24531
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24070
24532
|
showMediaPreview?: boolean | undefined;
|
|
24071
24533
|
showMediaOverlayActions?: boolean | undefined;
|
|
24534
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24535
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24072
24536
|
mediaDelivery?: {
|
|
24073
24537
|
sizes?: string | undefined;
|
|
24074
24538
|
widthCandidates?: number[] | undefined;
|
|
@@ -24173,6 +24637,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
24173
24637
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24174
24638
|
showMediaPreview?: boolean | undefined;
|
|
24175
24639
|
showMediaOverlayActions?: boolean | undefined;
|
|
24640
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24641
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24176
24642
|
mediaDelivery?: {
|
|
24177
24643
|
sizes?: string | undefined;
|
|
24178
24644
|
widthCandidates?: number[] | undefined;
|
|
@@ -24277,6 +24743,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
24277
24743
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24278
24744
|
showMediaPreview?: boolean | undefined;
|
|
24279
24745
|
showMediaOverlayActions?: boolean | undefined;
|
|
24746
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24747
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24280
24748
|
mediaDelivery?: {
|
|
24281
24749
|
sizes?: string | undefined;
|
|
24282
24750
|
widthCandidates?: number[] | undefined;
|
|
@@ -24385,6 +24853,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
24385
24853
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24386
24854
|
showMediaPreview?: boolean | undefined;
|
|
24387
24855
|
showMediaOverlayActions?: boolean | undefined;
|
|
24856
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24857
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24388
24858
|
mediaDelivery?: {
|
|
24389
24859
|
sizes?: string | undefined;
|
|
24390
24860
|
widthCandidates?: number[] | undefined;
|
|
@@ -24495,6 +24965,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
24495
24965
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24496
24966
|
showMediaPreview?: boolean | undefined;
|
|
24497
24967
|
showMediaOverlayActions?: boolean | undefined;
|
|
24968
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24969
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24498
24970
|
mediaDelivery?: {
|
|
24499
24971
|
sizes?: string | undefined;
|
|
24500
24972
|
widthCandidates?: number[] | undefined;
|
|
@@ -24599,6 +25071,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
24599
25071
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24600
25072
|
showMediaPreview?: boolean | undefined;
|
|
24601
25073
|
showMediaOverlayActions?: boolean | undefined;
|
|
25074
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25075
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24602
25076
|
mediaDelivery?: {
|
|
24603
25077
|
sizes?: string | undefined;
|
|
24604
25078
|
widthCandidates?: number[] | undefined;
|
|
@@ -24710,6 +25184,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
24710
25184
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24711
25185
|
showMediaPreview?: boolean | undefined;
|
|
24712
25186
|
showMediaOverlayActions?: boolean | undefined;
|
|
25187
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25188
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24713
25189
|
mediaDelivery?: {
|
|
24714
25190
|
sizes?: string | undefined;
|
|
24715
25191
|
widthCandidates?: number[] | undefined;
|
|
@@ -24815,6 +25291,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
24815
25291
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24816
25292
|
showMediaPreview?: boolean | undefined;
|
|
24817
25293
|
showMediaOverlayActions?: boolean | undefined;
|
|
25294
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25295
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24818
25296
|
mediaDelivery?: {
|
|
24819
25297
|
sizes?: string | undefined;
|
|
24820
25298
|
widthCandidates?: number[] | undefined;
|
|
@@ -24920,6 +25398,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
24920
25398
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24921
25399
|
showMediaPreview?: boolean | undefined;
|
|
24922
25400
|
showMediaOverlayActions?: boolean | undefined;
|
|
25401
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25402
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24923
25403
|
mediaDelivery?: {
|
|
24924
25404
|
sizes?: string | undefined;
|
|
24925
25405
|
widthCandidates?: number[] | undefined;
|
|
@@ -25026,6 +25506,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
25026
25506
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25027
25507
|
showMediaPreview?: boolean | undefined;
|
|
25028
25508
|
showMediaOverlayActions?: boolean | undefined;
|
|
25509
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25510
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25029
25511
|
mediaDelivery?: {
|
|
25030
25512
|
sizes?: string | undefined;
|
|
25031
25513
|
widthCandidates?: number[] | undefined;
|
|
@@ -25130,6 +25612,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
25130
25612
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25131
25613
|
showMediaPreview?: boolean | undefined;
|
|
25132
25614
|
showMediaOverlayActions?: boolean | undefined;
|
|
25615
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25616
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25133
25617
|
mediaDelivery?: {
|
|
25134
25618
|
sizes?: string | undefined;
|
|
25135
25619
|
widthCandidates?: number[] | undefined;
|
|
@@ -25234,6 +25718,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
25234
25718
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25235
25719
|
showMediaPreview?: boolean | undefined;
|
|
25236
25720
|
showMediaOverlayActions?: boolean | undefined;
|
|
25721
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25722
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25237
25723
|
mediaDelivery?: {
|
|
25238
25724
|
sizes?: string | undefined;
|
|
25239
25725
|
widthCandidates?: number[] | undefined;
|
|
@@ -25338,6 +25824,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
25338
25824
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25339
25825
|
showMediaPreview?: boolean | undefined;
|
|
25340
25826
|
showMediaOverlayActions?: boolean | undefined;
|
|
25827
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25828
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25341
25829
|
mediaDelivery?: {
|
|
25342
25830
|
sizes?: string | undefined;
|
|
25343
25831
|
widthCandidates?: number[] | undefined;
|
|
@@ -25442,6 +25930,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
25442
25930
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25443
25931
|
showMediaPreview?: boolean | undefined;
|
|
25444
25932
|
showMediaOverlayActions?: boolean | undefined;
|
|
25933
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25934
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25445
25935
|
mediaDelivery?: {
|
|
25446
25936
|
sizes?: string | undefined;
|
|
25447
25937
|
widthCandidates?: number[] | undefined;
|
|
@@ -25546,6 +26036,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
25546
26036
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25547
26037
|
showMediaPreview?: boolean | undefined;
|
|
25548
26038
|
showMediaOverlayActions?: boolean | undefined;
|
|
26039
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26040
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25549
26041
|
mediaDelivery?: {
|
|
25550
26042
|
sizes?: string | undefined;
|
|
25551
26043
|
widthCandidates?: number[] | undefined;
|
|
@@ -25654,6 +26146,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
25654
26146
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25655
26147
|
showMediaPreview?: boolean | undefined;
|
|
25656
26148
|
showMediaOverlayActions?: boolean | undefined;
|
|
26149
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26150
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25657
26151
|
mediaDelivery?: {
|
|
25658
26152
|
sizes?: string | undefined;
|
|
25659
26153
|
widthCandidates?: number[] | undefined;
|
|
@@ -25758,6 +26252,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
25758
26252
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25759
26253
|
showMediaPreview?: boolean | undefined;
|
|
25760
26254
|
showMediaOverlayActions?: boolean | undefined;
|
|
26255
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26256
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25761
26257
|
mediaDelivery?: {
|
|
25762
26258
|
sizes?: string | undefined;
|
|
25763
26259
|
widthCandidates?: number[] | undefined;
|
|
@@ -25864,6 +26360,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
25864
26360
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25865
26361
|
showMediaPreview?: boolean | undefined;
|
|
25866
26362
|
showMediaOverlayActions?: boolean | undefined;
|
|
26363
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26364
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25867
26365
|
mediaDelivery?: {
|
|
25868
26366
|
sizes?: string | undefined;
|
|
25869
26367
|
widthCandidates?: number[] | undefined;
|
|
@@ -25968,6 +26466,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
25968
26466
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25969
26467
|
showMediaPreview?: boolean | undefined;
|
|
25970
26468
|
showMediaOverlayActions?: boolean | undefined;
|
|
26469
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26470
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25971
26471
|
mediaDelivery?: {
|
|
25972
26472
|
sizes?: string | undefined;
|
|
25973
26473
|
widthCandidates?: number[] | undefined;
|
|
@@ -26088,6 +26588,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
26088
26588
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26089
26589
|
showMediaPreview?: boolean | undefined;
|
|
26090
26590
|
showMediaOverlayActions?: boolean | undefined;
|
|
26591
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26592
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26091
26593
|
mediaDelivery?: {
|
|
26092
26594
|
sizes?: string | undefined;
|
|
26093
26595
|
widthCandidates?: number[] | undefined;
|
|
@@ -26196,6 +26698,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
26196
26698
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26197
26699
|
showMediaPreview?: boolean | undefined;
|
|
26198
26700
|
showMediaOverlayActions?: boolean | undefined;
|
|
26701
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26702
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26199
26703
|
mediaDelivery?: {
|
|
26200
26704
|
sizes?: string | undefined;
|
|
26201
26705
|
widthCandidates?: number[] | undefined;
|
|
@@ -26275,6 +26779,9 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
26275
26779
|
intent?: "style" | "content" | "display" | "behavior" | undefined;
|
|
26276
26780
|
} | undefined;
|
|
26277
26781
|
itemLabelSource?: string | undefined;
|
|
26782
|
+
showSummary?: boolean | undefined;
|
|
26783
|
+
summaryFields?: string[] | undefined;
|
|
26784
|
+
summaryMaxChars?: number | undefined;
|
|
26278
26785
|
maxItems?: number | undefined;
|
|
26279
26786
|
schema?: unknown;
|
|
26280
26787
|
polymorphic?: boolean | undefined;
|
|
@@ -26313,6 +26820,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
26313
26820
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26314
26821
|
showMediaPreview?: boolean | undefined;
|
|
26315
26822
|
showMediaOverlayActions?: boolean | undefined;
|
|
26823
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26824
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26316
26825
|
mediaDelivery?: {
|
|
26317
26826
|
sizes?: string | undefined;
|
|
26318
26827
|
widthCandidates?: number[] | undefined;
|
|
@@ -26426,6 +26935,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
26426
26935
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26427
26936
|
showMediaPreview?: boolean | undefined;
|
|
26428
26937
|
showMediaOverlayActions?: boolean | undefined;
|
|
26938
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26939
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26429
26940
|
mediaDelivery?: {
|
|
26430
26941
|
sizes?: string | undefined;
|
|
26431
26942
|
widthCandidates?: number[] | undefined;
|
|
@@ -26531,6 +27042,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
26531
27042
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26532
27043
|
showMediaPreview?: boolean | undefined;
|
|
26533
27044
|
showMediaOverlayActions?: boolean | undefined;
|
|
27045
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27046
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26534
27047
|
mediaDelivery?: {
|
|
26535
27048
|
sizes?: string | undefined;
|
|
26536
27049
|
widthCandidates?: number[] | undefined;
|
|
@@ -26636,6 +27149,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
26636
27149
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26637
27150
|
showMediaPreview?: boolean | undefined;
|
|
26638
27151
|
showMediaOverlayActions?: boolean | undefined;
|
|
27152
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27153
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26639
27154
|
mediaDelivery?: {
|
|
26640
27155
|
sizes?: string | undefined;
|
|
26641
27156
|
widthCandidates?: number[] | undefined;
|
|
@@ -26742,6 +27257,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
26742
27257
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26743
27258
|
showMediaPreview?: boolean | undefined;
|
|
26744
27259
|
showMediaOverlayActions?: boolean | undefined;
|
|
27260
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27261
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26745
27262
|
mediaDelivery?: {
|
|
26746
27263
|
sizes?: string | undefined;
|
|
26747
27264
|
widthCandidates?: number[] | undefined;
|
|
@@ -26846,6 +27363,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
26846
27363
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26847
27364
|
showMediaPreview?: boolean | undefined;
|
|
26848
27365
|
showMediaOverlayActions?: boolean | undefined;
|
|
27366
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27367
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26849
27368
|
mediaDelivery?: {
|
|
26850
27369
|
sizes?: string | undefined;
|
|
26851
27370
|
widthCandidates?: number[] | undefined;
|
|
@@ -26950,6 +27469,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
26950
27469
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26951
27470
|
showMediaPreview?: boolean | undefined;
|
|
26952
27471
|
showMediaOverlayActions?: boolean | undefined;
|
|
27472
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27473
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26953
27474
|
mediaDelivery?: {
|
|
26954
27475
|
sizes?: string | undefined;
|
|
26955
27476
|
widthCandidates?: number[] | undefined;
|
|
@@ -27054,6 +27575,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
27054
27575
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27055
27576
|
showMediaPreview?: boolean | undefined;
|
|
27056
27577
|
showMediaOverlayActions?: boolean | undefined;
|
|
27578
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27579
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27057
27580
|
mediaDelivery?: {
|
|
27058
27581
|
sizes?: string | undefined;
|
|
27059
27582
|
widthCandidates?: number[] | undefined;
|
|
@@ -27158,6 +27681,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
27158
27681
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27159
27682
|
showMediaPreview?: boolean | undefined;
|
|
27160
27683
|
showMediaOverlayActions?: boolean | undefined;
|
|
27684
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27685
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27161
27686
|
mediaDelivery?: {
|
|
27162
27687
|
sizes?: string | undefined;
|
|
27163
27688
|
widthCandidates?: number[] | undefined;
|
|
@@ -27262,6 +27787,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
27262
27787
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27263
27788
|
showMediaPreview?: boolean | undefined;
|
|
27264
27789
|
showMediaOverlayActions?: boolean | undefined;
|
|
27790
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27791
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27265
27792
|
mediaDelivery?: {
|
|
27266
27793
|
sizes?: string | undefined;
|
|
27267
27794
|
widthCandidates?: number[] | undefined;
|
|
@@ -27370,6 +27897,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
27370
27897
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27371
27898
|
showMediaPreview?: boolean | undefined;
|
|
27372
27899
|
showMediaOverlayActions?: boolean | undefined;
|
|
27900
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27901
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27373
27902
|
mediaDelivery?: {
|
|
27374
27903
|
sizes?: string | undefined;
|
|
27375
27904
|
widthCandidates?: number[] | undefined;
|
|
@@ -27474,6 +28003,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
27474
28003
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27475
28004
|
showMediaPreview?: boolean | undefined;
|
|
27476
28005
|
showMediaOverlayActions?: boolean | undefined;
|
|
28006
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28007
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27477
28008
|
mediaDelivery?: {
|
|
27478
28009
|
sizes?: string | undefined;
|
|
27479
28010
|
widthCandidates?: number[] | undefined;
|
|
@@ -27580,6 +28111,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
27580
28111
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27581
28112
|
showMediaPreview?: boolean | undefined;
|
|
27582
28113
|
showMediaOverlayActions?: boolean | undefined;
|
|
28114
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28115
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27583
28116
|
mediaDelivery?: {
|
|
27584
28117
|
sizes?: string | undefined;
|
|
27585
28118
|
widthCandidates?: number[] | undefined;
|
|
@@ -27684,6 +28217,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
27684
28217
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27685
28218
|
showMediaPreview?: boolean | undefined;
|
|
27686
28219
|
showMediaOverlayActions?: boolean | undefined;
|
|
28220
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28221
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27687
28222
|
mediaDelivery?: {
|
|
27688
28223
|
sizes?: string | undefined;
|
|
27689
28224
|
widthCandidates?: number[] | undefined;
|
|
@@ -27795,6 +28330,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
27795
28330
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27796
28331
|
showMediaPreview?: boolean | undefined;
|
|
27797
28332
|
showMediaOverlayActions?: boolean | undefined;
|
|
28333
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28334
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27798
28335
|
mediaDelivery?: {
|
|
27799
28336
|
sizes?: string | undefined;
|
|
27800
28337
|
widthCandidates?: number[] | undefined;
|
|
@@ -27905,6 +28442,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
27905
28442
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27906
28443
|
showMediaPreview?: boolean | undefined;
|
|
27907
28444
|
showMediaOverlayActions?: boolean | undefined;
|
|
28445
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28446
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27908
28447
|
mediaDelivery?: {
|
|
27909
28448
|
sizes?: string | undefined;
|
|
27910
28449
|
widthCandidates?: number[] | undefined;
|
|
@@ -28009,6 +28548,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
28009
28548
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28010
28549
|
showMediaPreview?: boolean | undefined;
|
|
28011
28550
|
showMediaOverlayActions?: boolean | undefined;
|
|
28551
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28552
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28012
28553
|
mediaDelivery?: {
|
|
28013
28554
|
sizes?: string | undefined;
|
|
28014
28555
|
widthCandidates?: number[] | undefined;
|
|
@@ -28120,6 +28661,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
28120
28661
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28121
28662
|
showMediaPreview?: boolean | undefined;
|
|
28122
28663
|
showMediaOverlayActions?: boolean | undefined;
|
|
28664
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28665
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28123
28666
|
mediaDelivery?: {
|
|
28124
28667
|
sizes?: string | undefined;
|
|
28125
28668
|
widthCandidates?: number[] | undefined;
|
|
@@ -28225,6 +28768,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
28225
28768
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28226
28769
|
showMediaPreview?: boolean | undefined;
|
|
28227
28770
|
showMediaOverlayActions?: boolean | undefined;
|
|
28771
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28772
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28228
28773
|
mediaDelivery?: {
|
|
28229
28774
|
sizes?: string | undefined;
|
|
28230
28775
|
widthCandidates?: number[] | undefined;
|
|
@@ -28330,6 +28875,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
28330
28875
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28331
28876
|
showMediaPreview?: boolean | undefined;
|
|
28332
28877
|
showMediaOverlayActions?: boolean | undefined;
|
|
28878
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28879
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28333
28880
|
mediaDelivery?: {
|
|
28334
28881
|
sizes?: string | undefined;
|
|
28335
28882
|
widthCandidates?: number[] | undefined;
|
|
@@ -28436,6 +28983,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
28436
28983
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28437
28984
|
showMediaPreview?: boolean | undefined;
|
|
28438
28985
|
showMediaOverlayActions?: boolean | undefined;
|
|
28986
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28987
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28439
28988
|
mediaDelivery?: {
|
|
28440
28989
|
sizes?: string | undefined;
|
|
28441
28990
|
widthCandidates?: number[] | undefined;
|
|
@@ -28540,6 +29089,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
28540
29089
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28541
29090
|
showMediaPreview?: boolean | undefined;
|
|
28542
29091
|
showMediaOverlayActions?: boolean | undefined;
|
|
29092
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29093
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28543
29094
|
mediaDelivery?: {
|
|
28544
29095
|
sizes?: string | undefined;
|
|
28545
29096
|
widthCandidates?: number[] | undefined;
|
|
@@ -28644,6 +29195,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
28644
29195
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28645
29196
|
showMediaPreview?: boolean | undefined;
|
|
28646
29197
|
showMediaOverlayActions?: boolean | undefined;
|
|
29198
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29199
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28647
29200
|
mediaDelivery?: {
|
|
28648
29201
|
sizes?: string | undefined;
|
|
28649
29202
|
widthCandidates?: number[] | undefined;
|
|
@@ -28748,6 +29301,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
28748
29301
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28749
29302
|
showMediaPreview?: boolean | undefined;
|
|
28750
29303
|
showMediaOverlayActions?: boolean | undefined;
|
|
29304
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29305
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28751
29306
|
mediaDelivery?: {
|
|
28752
29307
|
sizes?: string | undefined;
|
|
28753
29308
|
widthCandidates?: number[] | undefined;
|
|
@@ -28852,6 +29407,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
28852
29407
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28853
29408
|
showMediaPreview?: boolean | undefined;
|
|
28854
29409
|
showMediaOverlayActions?: boolean | undefined;
|
|
29410
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29411
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28855
29412
|
mediaDelivery?: {
|
|
28856
29413
|
sizes?: string | undefined;
|
|
28857
29414
|
widthCandidates?: number[] | undefined;
|
|
@@ -28956,6 +29513,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
28956
29513
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28957
29514
|
showMediaPreview?: boolean | undefined;
|
|
28958
29515
|
showMediaOverlayActions?: boolean | undefined;
|
|
29516
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29517
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28959
29518
|
mediaDelivery?: {
|
|
28960
29519
|
sizes?: string | undefined;
|
|
28961
29520
|
widthCandidates?: number[] | undefined;
|
|
@@ -29064,6 +29623,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
29064
29623
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29065
29624
|
showMediaPreview?: boolean | undefined;
|
|
29066
29625
|
showMediaOverlayActions?: boolean | undefined;
|
|
29626
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29627
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29067
29628
|
mediaDelivery?: {
|
|
29068
29629
|
sizes?: string | undefined;
|
|
29069
29630
|
widthCandidates?: number[] | undefined;
|
|
@@ -29168,6 +29729,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
29168
29729
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29169
29730
|
showMediaPreview?: boolean | undefined;
|
|
29170
29731
|
showMediaOverlayActions?: boolean | undefined;
|
|
29732
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29733
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29171
29734
|
mediaDelivery?: {
|
|
29172
29735
|
sizes?: string | undefined;
|
|
29173
29736
|
widthCandidates?: number[] | undefined;
|
|
@@ -29274,6 +29837,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
29274
29837
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29275
29838
|
showMediaPreview?: boolean | undefined;
|
|
29276
29839
|
showMediaOverlayActions?: boolean | undefined;
|
|
29840
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29841
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29277
29842
|
mediaDelivery?: {
|
|
29278
29843
|
sizes?: string | undefined;
|
|
29279
29844
|
widthCandidates?: number[] | undefined;
|
|
@@ -29378,6 +29943,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
29378
29943
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29379
29944
|
showMediaPreview?: boolean | undefined;
|
|
29380
29945
|
showMediaOverlayActions?: boolean | undefined;
|
|
29946
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29947
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29381
29948
|
mediaDelivery?: {
|
|
29382
29949
|
sizes?: string | undefined;
|
|
29383
29950
|
widthCandidates?: number[] | undefined;
|
|
@@ -29489,6 +30056,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
29489
30056
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29490
30057
|
showMediaPreview?: boolean | undefined;
|
|
29491
30058
|
showMediaOverlayActions?: boolean | undefined;
|
|
30059
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30060
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29492
30061
|
mediaDelivery?: {
|
|
29493
30062
|
sizes?: string | undefined;
|
|
29494
30063
|
widthCandidates?: number[] | undefined;
|
|
@@ -29599,6 +30168,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
29599
30168
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29600
30169
|
showMediaPreview?: boolean | undefined;
|
|
29601
30170
|
showMediaOverlayActions?: boolean | undefined;
|
|
30171
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30172
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29602
30173
|
mediaDelivery?: {
|
|
29603
30174
|
sizes?: string | undefined;
|
|
29604
30175
|
widthCandidates?: number[] | undefined;
|
|
@@ -29703,6 +30274,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
29703
30274
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29704
30275
|
showMediaPreview?: boolean | undefined;
|
|
29705
30276
|
showMediaOverlayActions?: boolean | undefined;
|
|
30277
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30278
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29706
30279
|
mediaDelivery?: {
|
|
29707
30280
|
sizes?: string | undefined;
|
|
29708
30281
|
widthCandidates?: number[] | undefined;
|
|
@@ -29807,6 +30380,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
29807
30380
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29808
30381
|
showMediaPreview?: boolean | undefined;
|
|
29809
30382
|
showMediaOverlayActions?: boolean | undefined;
|
|
30383
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30384
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29810
30385
|
mediaDelivery?: {
|
|
29811
30386
|
sizes?: string | undefined;
|
|
29812
30387
|
widthCandidates?: number[] | undefined;
|
|
@@ -29915,6 +30490,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
29915
30490
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29916
30491
|
showMediaPreview?: boolean | undefined;
|
|
29917
30492
|
showMediaOverlayActions?: boolean | undefined;
|
|
30493
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30494
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29918
30495
|
mediaDelivery?: {
|
|
29919
30496
|
sizes?: string | undefined;
|
|
29920
30497
|
widthCandidates?: number[] | undefined;
|
|
@@ -30025,6 +30602,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
30025
30602
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30026
30603
|
showMediaPreview?: boolean | undefined;
|
|
30027
30604
|
showMediaOverlayActions?: boolean | undefined;
|
|
30605
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30606
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30028
30607
|
mediaDelivery?: {
|
|
30029
30608
|
sizes?: string | undefined;
|
|
30030
30609
|
widthCandidates?: number[] | undefined;
|
|
@@ -30129,6 +30708,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
30129
30708
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30130
30709
|
showMediaPreview?: boolean | undefined;
|
|
30131
30710
|
showMediaOverlayActions?: boolean | undefined;
|
|
30711
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30712
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30132
30713
|
mediaDelivery?: {
|
|
30133
30714
|
sizes?: string | undefined;
|
|
30134
30715
|
widthCandidates?: number[] | undefined;
|
|
@@ -30236,6 +30817,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
30236
30817
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30237
30818
|
showMediaPreview?: boolean | undefined;
|
|
30238
30819
|
showMediaOverlayActions?: boolean | undefined;
|
|
30820
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30821
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30239
30822
|
mediaDelivery?: {
|
|
30240
30823
|
sizes?: string | undefined;
|
|
30241
30824
|
widthCandidates?: number[] | undefined;
|
|
@@ -30345,6 +30928,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
30345
30928
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30346
30929
|
showMediaPreview?: boolean | undefined;
|
|
30347
30930
|
showMediaOverlayActions?: boolean | undefined;
|
|
30931
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30932
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30348
30933
|
mediaDelivery?: {
|
|
30349
30934
|
sizes?: string | undefined;
|
|
30350
30935
|
widthCandidates?: number[] | undefined;
|
|
@@ -30455,6 +31040,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
30455
31040
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30456
31041
|
showMediaPreview?: boolean | undefined;
|
|
30457
31042
|
showMediaOverlayActions?: boolean | undefined;
|
|
31043
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
31044
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30458
31045
|
mediaDelivery?: {
|
|
30459
31046
|
sizes?: string | undefined;
|
|
30460
31047
|
widthCandidates?: number[] | undefined;
|
|
@@ -30559,6 +31146,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
30559
31146
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30560
31147
|
showMediaPreview?: boolean | undefined;
|
|
30561
31148
|
showMediaOverlayActions?: boolean | undefined;
|
|
31149
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
31150
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30562
31151
|
mediaDelivery?: {
|
|
30563
31152
|
sizes?: string | undefined;
|
|
30564
31153
|
widthCandidates?: number[] | undefined;
|
|
@@ -30663,6 +31252,8 @@ export declare const checkoutManifest: import("..").DefinedBlockManifest<import(
|
|
|
30663
31252
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30664
31253
|
showMediaPreview?: boolean | undefined;
|
|
30665
31254
|
showMediaOverlayActions?: boolean | undefined;
|
|
31255
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
31256
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30666
31257
|
mediaDelivery?: {
|
|
30667
31258
|
sizes?: string | undefined;
|
|
30668
31259
|
widthCandidates?: number[] | undefined;
|