@riverbankcms/sdk 0.77.0 → 0.78.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +69 -0
- package/dist/{PreviewEditorSidebar-XSX7QKHQ.mjs → PreviewEditorSidebar-RIKFQ72L.mjs} +4916 -4847
- package/dist/{PreviewEditorUI-YZNEZ3QD.mjs → PreviewEditorUI-XO7TUWKK.mjs} +3 -3
- package/dist/SdkPreviewModeRuntime-LAGYMPNF.mjs +8 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +194 -184
- package/dist/_dts/api/src/accessAdmin.d.ts +5 -0
- package/dist/_dts/api/src/billing.d.ts +3 -26
- package/dist/_dts/api/src/bookingVerticals.d.ts +4 -0
- package/dist/_dts/api/src/content-editor.d.ts +1 -0
- package/dist/_dts/api/src/demoDashboardMutationSurfaces.d.ts +46 -0
- package/dist/_dts/api/src/endpoints.d.ts +8 -0
- package/dist/_dts/api/src/index.d.ts +14 -2
- package/dist/_dts/api/src/navigation/dashboardBookingsNav.d.ts +87 -0
- package/dist/_dts/api/src/navigation/dashboardDemoNav.d.ts +5 -0
- package/dist/_dts/api/src/navigation/dashboardSettingsNav.d.ts +45 -0
- package/dist/_dts/api/src/navigation/dashboardSiteNav.d.ts +42 -0
- package/dist/_dts/api/src/navigation/dashboardTeamMemberNav.d.ts +24 -0
- package/dist/_dts/api/src/navigation/linkUrlType.d.ts +3 -0
- package/dist/_dts/api/src/navigation.d.ts +12 -0
- package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +55 -26
- package/dist/_dts/api/src/staffAccess.d.ts +79 -0
- package/dist/_dts/api/src/types.d.ts +3 -1
- package/dist/_dts/api/src/workflows/automaticWorkflowTriggers.d.ts +21 -0
- package/dist/_dts/blocks/src/client/site-chrome.d.ts +4 -1
- package/dist/_dts/blocks/src/customBlockRegistry.d.ts +20 -1
- package/dist/_dts/blocks/src/index.d.ts +3 -2
- package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/cart.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/collection.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/courses/shared/schemas.d.ts +2 -2
- package/dist/_dts/blocks/src/system/blocks/faq.d.ts +294 -289
- package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +21 -21
- package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/shop.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/site-header.d.ts +2 -2
- package/dist/_dts/blocks/src/system/data/index.d.ts +5 -3
- package/dist/_dts/blocks/src/system/data/previewResolvedDataState.d.ts +45 -0
- package/dist/_dts/blocks/src/system/fields/boxStyles.d.ts +2 -1
- package/dist/_dts/blocks/src/system/fragments/library/faqAccordion.d.ts +5 -0
- package/dist/_dts/blocks/src/system/manifest/fieldValidation/index.d.ts +5 -0
- package/dist/_dts/blocks/src/system/manifest/schema.d.ts +29 -29
- package/dist/_dts/blocks/src/system/node/fragments/headingDecoration.d.ts +10 -0
- package/dist/_dts/blocks/src/system/node/fragments/index.d.ts +1 -0
- package/dist/_dts/blocks/src/system/node/fragments/styledSection.d.ts +9 -0
- package/dist/_dts/blocks/src/system/runtime/api/client.d.ts +3 -2
- package/dist/_dts/blocks/src/system/runtime/api/endpoints.d.ts +8 -0
- package/dist/_dts/blocks/src/system/runtime/api/index.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/api/types.d.ts +43 -8
- package/dist/_dts/blocks/src/system/runtime/components/multi-step/runtimeFormValidation.d.ts +28 -0
- package/dist/_dts/blocks/src/system/runtime/header/shared.d.ts +8 -7
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventCompactRow.d.ts +1 -4
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/utils.d.ts +7 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/header-section.client.d.ts +2 -8
- package/dist/_dts/blocks/src/system/runtime/nodes/header-section.server.d.ts +2 -9
- package/dist/_dts/blocks/src/system/runtime/nodes/shop-cart-discount-ui.d.ts +5 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/shop-checkout-form.d.ts +76 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/shop-checkout.state.d.ts +1 -4
- package/dist/_dts/blocks/src/system/runtime/nodes/shop-commerce-store.d.ts +2 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/shop-commerce.shared.d.ts +1 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/shop-discount-apply.state.d.ts +52 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/shop.state.d.ts +2 -4
- package/dist/_dts/blocks/src/system/runtime/nodes/useDiscountApply.d.ts +21 -0
- package/dist/_dts/blocks/src/system/runtime/shared/components/DiscountCodeDisclosure.d.ts +54 -0
- package/dist/_dts/blocks/src/system/runtime/shared/components/index.d.ts +2 -0
- package/dist/_dts/blocks/src/system/runtime/shared/index.d.ts +2 -2
- package/dist/_dts/blocks/src/system/transforms/registry/layout.d.ts +4 -4
- package/dist/_dts/blocks/src/system/transforms/registry/ui.d.ts +1 -1
- package/dist/_dts/blocks/src/system/transforms/typed.d.ts +1 -1
- package/dist/_dts/content-editor/src/contentTypeEditorContentState.d.ts +26 -0
- package/dist/_dts/content-editor/src/definitions/factory.d.ts +75 -0
- package/dist/_dts/content-editor/src/entryWorkflows.d.ts +2 -0
- package/dist/_dts/content-editor/src/footerBlocksEditorState.d.ts +76 -0
- package/dist/_dts/content-editor/src/index.d.ts +5 -0
- package/dist/_dts/content-editor/src/pageWorkflowContent.d.ts +29 -0
- package/dist/_dts/content-model/src/content-types/schema.d.ts +3 -3
- package/dist/_dts/content-model/src/index.d.ts +1 -0
- package/dist/_dts/content-model/src/routeTemplate.d.ts +4 -0
- package/dist/_dts/content-model/src/templates/editorState.d.ts +25 -0
- package/dist/_dts/core/src/csv-cells.d.ts +10 -0
- package/dist/_dts/core/src/csv-date-filter.d.ts +27 -0
- package/dist/_dts/core/src/csv-escape.d.ts +1 -0
- package/dist/_dts/core/src/csv-filename.d.ts +18 -0
- package/dist/_dts/core/src/csv-render.d.ts +4 -0
- package/dist/_dts/core/src/csv-types.d.ts +116 -0
- package/dist/_dts/core/src/currency-format.d.ts +4 -0
- package/dist/_dts/core/src/demo-capability-policy.d.ts +29 -0
- package/dist/_dts/core/src/demo-claim-access.d.ts +14 -0
- package/dist/_dts/core/src/demo-lifecycle-status.d.ts +11 -0
- package/dist/_dts/core/src/demo-runtime.d.ts +47 -0
- package/dist/_dts/core/src/duration.d.ts +14 -0
- package/dist/_dts/core/src/email-format.d.ts +10 -0
- package/dist/_dts/core/src/field-errors.d.ts +1 -0
- package/dist/_dts/core/src/form-submission-preview.d.ts +24 -0
- package/dist/_dts/core/src/index.d.ts +20 -0
- package/dist/_dts/core/src/number-input.d.ts +22 -0
- package/dist/_dts/core/src/public-url-validation.d.ts +12 -0
- package/dist/_dts/core/src/slug.d.ts +39 -0
- package/dist/_dts/core/src/string.d.ts +19 -0
- package/dist/_dts/core/src/uuid.d.ts +6 -0
- package/dist/_dts/db/src/schemas/forms.d.ts +50 -50
- package/dist/_dts/media-core/src/assetsInUseSummary.d.ts +34 -0
- package/dist/_dts/media-core/src/bulkDeletePlanning.d.ts +24 -0
- package/dist/_dts/media-core/src/canonicalCropReview.d.ts +66 -0
- package/dist/_dts/media-core/src/classifyAllPlanning.d.ts +48 -0
- package/dist/_dts/media-core/src/filename.d.ts +1 -0
- package/dist/_dts/media-core/src/index.d.ts +10 -0
- package/dist/_dts/media-core/src/mediaAssetUsageStatus.d.ts +47 -0
- package/dist/_dts/media-core/src/mediaSettingsState.d.ts +3 -0
- package/dist/_dts/media-core/src/portableMediaReferences.d.ts +38 -0
- package/dist/_dts/media-core/src/uploadVerificationContract.d.ts +28 -0
- package/dist/_dts/media-core/src/videoAssetRepair.d.ts +38 -0
- package/dist/_dts/media-editor/src/mediaEditorDebug.d.ts +1 -0
- package/dist/_dts/path-utils/src/index.d.ts +8 -0
- package/dist/_dts/path-utils/src/redirectPaths.d.ts +26 -0
- package/dist/_dts/path-utils/src/safeAppPath.d.ts +26 -0
- package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeButton.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeContext.d.ts +4 -0
- package/dist/_dts/preview-next/src/client/preview/previewDocumentFrame.d.ts +31 -0
- package/dist/_dts/sdk/src/client/error.d.ts +3 -0
- package/dist/_dts/sdk/src/client/index.d.ts +2 -2
- package/dist/_dts/sdk/src/client/types.d.ts +37 -19
- package/dist/_dts/sdk/src/contracts/theme.d.ts +1 -1
- package/dist/_dts/sdk/src/index.d.ts +2 -2
- package/dist/_dts/sdk/src/manifest/passes/pass1-fields.d.ts +16 -16
- package/dist/_dts/sdk/src/next/content-load-failure.d.ts +51 -0
- package/dist/_dts/sdk/src/next/index.d.ts +2 -1
- package/dist/_dts/sdk/src/next/types.d.ts +19 -0
- package/dist/_dts/sdk/src/portal/redirects.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/components/Layout.d.ts +2 -2
- package/dist/_dts/sdk/src/routing/index.d.ts +3 -2
- package/dist/_dts/sdk/src/routing/resolvePageContent.d.ts +71 -6
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/site-commands/src/commands.d.ts +12 -12
- package/dist/_dts/site-commands/src/index.d.ts +1 -0
- package/dist/_dts/site-commands/src/pagePaths.d.ts +6 -0
- package/dist/_dts/theme-core/src/accordions/siteStyleDefaults.d.ts +26 -0
- package/dist/_dts/theme-core/src/accordions/types.d.ts +1 -0
- package/dist/_dts/theme-core/src/blocks/vars/index.d.ts +1 -0
- package/dist/_dts/theme-core/src/fonts/index.d.ts +1 -0
- package/dist/_dts/theme-core/src/fonts/uploadFormat.d.ts +44 -0
- package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
- package/dist/_dts/theme-core/src/index.d.ts +3 -1
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +63 -51
- package/dist/_dts/theme-core/src/navigation/generateNavLinkCSS.d.ts +6 -1
- package/dist/_dts/theme-core/src/navigation/types.d.ts +12 -0
- package/dist/_dts/theme-core/src/palette/variants/types.d.ts +3 -3
- package/dist/_dts/theme-core/src/runtime/themeCssVarNames.d.ts +7 -0
- package/dist/_dts/theme-core/src/schema.d.ts +90 -48
- package/dist/_dts/theme-core/src/site-styles/appearancePresetCatalog.d.ts +214 -34
- package/dist/_dts/theme-core/src/site-styles/appearancePresetTypes.d.ts +5 -2
- package/dist/_dts/theme-core/src/site-styles/blockAppearancePresets.d.ts +214 -34
- package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +25 -1
- package/dist/_dts/theme-core/src/site-styles/designState.d.ts +35 -7
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +4 -4
- package/dist/_dts/theme-core/src/site-styles/headerLooks.d.ts +96 -34
- package/dist/_dts/theme-core/src/site-styles/rawStyleFields.d.ts +4 -2
- package/dist/_dts/theme-core/src/site-styles/runtimeCompiler.d.ts +9 -1
- package/dist/_dts/theme-core/src/site-styles/types.d.ts +27 -2
- package/dist/_dts/theme-core/src/siteChrome.d.ts +17 -34
- package/dist/_dts/theme-core/src/siteChromeOverlayClearance.d.ts +22 -0
- package/dist/_dts/theme-core/src/siteChromePlacement.d.ts +22 -0
- package/dist/_dts/theme-core/src/siteChromePlanning.d.ts +32 -0
- package/dist/_dts/theme-core/src/tokens/themeColorTokens.d.ts +2 -2
- package/dist/{chunk-EAWHBECW.mjs → chunk-F7RTCZYN.mjs} +229 -50
- package/dist/{chunk-GSQX43EZ.mjs → chunk-NIDXI46P.mjs} +22 -41
- package/dist/{chunk-WLQBJN2Z.mjs → chunk-OECWLDHN.mjs} +4538 -1911
- package/dist/{chunk-VX7B5VAC.mjs → chunk-SVMMM2NA.mjs} +8 -0
- package/dist/{chunk-6SMUFTXD.mjs → chunk-SXOLGNMX.mjs} +1 -1
- package/dist/{chunk-ANKDYZ2E.mjs → chunk-TXDES5P2.mjs} +2 -2
- package/dist/cli/index.mjs +2036 -594
- package/dist/client/{accordion-RZMQSYLR.mjs → accordion-EVDEOUPR.mjs} +2 -2
- package/dist/client/{bookingForm-NF4ASVNV.mjs → bookingForm-DIHBLC64.mjs} +27 -30
- package/dist/client/bookings.mjs +3707 -259
- package/dist/client/{carousel-LDX47ZIK.mjs → carousel-FEBQHIWI.mjs} +3 -4
- package/dist/client/{cart-RGXDS5F4.mjs → cart-7CKSXAE4.mjs} +8 -8
- package/dist/client/{checkout-P7WWSNNY.mjs → checkout-WKYCANLV.mjs} +8 -8
- package/dist/client/{chunk-JNC7CGHX.mjs → chunk-2SAVKN2M.mjs} +2 -2
- package/dist/client/{chunk-TQ5MSPDX.mjs → chunk-36WJCERQ.mjs} +1 -1
- package/dist/client/{chunk-R56FQ3RR.mjs → chunk-65F47D7Y.mjs} +280 -71
- package/dist/client/{chunk-L3DNHIJX.mjs → chunk-GUK2FPXQ.mjs} +23 -45
- package/dist/client/{chunk-PMAIXMAB.mjs → chunk-IVNCUVAV.mjs} +26 -21
- package/dist/client/{chunk-II7O4XN3.mjs → chunk-OFMSCGNY.mjs} +2 -2
- package/dist/client/chunk-PD6NBCEY.mjs +66 -0
- package/dist/client/{chunk-GMVTOKYG.mjs → chunk-RV6FX7UH.mjs} +510 -64
- package/dist/client/{chunk-E2TDNXCL.mjs → chunk-RZDWX7QW.mjs} +2 -1
- package/dist/client/{chunk-M3L3KYYR.mjs → chunk-UDNSI5PY.mjs} +12 -0
- package/dist/client/{chunk-JEZECJ3W.mjs → chunk-VPPMNXCF.mjs} +129 -3
- package/dist/client/{chunk-UFSWADAO.mjs → chunk-YDSEG6GZ.mjs} +5 -66
- package/dist/client/client.mjs +8983 -6152
- package/dist/client/{courseRegistration-7F65K5ZR.mjs → courseRegistration-5QF2PHKM.mjs} +14 -11
- package/dist/client/{eventCalendar-GLSC5KTL.mjs → eventCalendar-4ZOSETDU.mjs} +9 -9
- package/dist/client/{eventCombined-ZHK4WKUR.mjs → eventCombined-WQGU7JUX.mjs} +9 -9
- package/dist/client/{eventDetails-E3PJYBIN.mjs → eventDetails-AYWVUJ5Y.mjs} +9 -9
- package/dist/client/{eventListing-EMS3WC3E.mjs → eventListing-NT7C6UT5.mjs} +9 -9
- package/dist/client/{eventRegistration-NZOTVNPI.mjs → eventRegistration-OH24F4ZJ.mjs} +9 -9
- package/dist/client/{form-ETFZFATW.mjs → form-7L42SRBB.mjs} +6 -6
- package/dist/client/{headerSection-4LBP7ULT.mjs → headerSection-OZRZNZ52.mjs} +3 -3
- package/dist/client/hooks.mjs +1388 -427
- package/dist/client/{locationMap-5M655YSJ.mjs → locationMap-ZBXRPQ7C.mjs} +2 -2
- package/dist/client/{newsletterForm-QOUYW44O.mjs → newsletterForm-SNAGFF2I.mjs} +3 -3
- package/dist/client/{productDetail-O4DOCWQG.mjs → productDetail-I46BOFGV.mjs} +8 -8
- package/dist/client/{productList-A5RO5WIS.mjs → productList-BOYHTYI6.mjs} +8 -8
- package/dist/client/rendering/client.mjs +7090 -2645
- package/dist/client/rendering/islands.mjs +19 -19
- package/dist/client/rendering.mjs +7395 -4767
- package/dist/client/{shop-L4MZH4I2.mjs → shop-XTXPZTKR.mjs} +8 -8
- package/dist/preview-next/before-render.mjs +8 -0
- package/dist/preview-next/client/runtime.mjs +5 -5
- package/dist/preview-next/editor-chrome.css +10 -0
- package/dist/preview-next/middleware.mjs +8 -0
- package/dist/{sdk-runtime-Q6MTR4KL.mjs → sdk-runtime-ZJLKC6DR.mjs} +6 -6
- package/dist/server/components.mjs +4175 -2480
- package/dist/server/config-validation.mjs +1619 -658
- package/dist/server/config.mjs +1619 -658
- package/dist/server/data.mjs +1388 -427
- package/dist/server/index.mjs +488 -246
- package/dist/server/next.mjs +5607 -3354
- package/dist/server/page-converter.mjs +912 -259
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +4176 -2481
- package/dist/server/rendering.mjs +4194 -2486
- package/dist/server/routing.mjs +2078 -639
- package/dist/server/server.mjs +1886 -685
- package/dist/server/theme-bridge.mjs +4441 -1300
- package/dist/server/theme.mjs +89 -12
- package/dist/styles/index.css +1576 -1083
- package/package.json +2 -1
- package/dist/SdkPreviewModeRuntime-5FS5E6BI.mjs +0 -8
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/DiscountCodeSection.d.ts +0 -7
- package/dist/_dts/preview-next/src/client/widgets/PreviewMediaField.d.ts +0 -4
- package/dist/client/chunk-OJPZEZU2.mjs +0 -31
- package/dist/client/chunk-RTZ3JKKX.mjs +0 -178
|
@@ -17,10 +17,107 @@ export declare const appearancePresets: readonly [{
|
|
|
17
17
|
readonly transitionAfter: "soft-fade-short";
|
|
18
18
|
readonly emphasis: "high";
|
|
19
19
|
readonly sectionHeight: "hero";
|
|
20
|
+
readonly heroComposition: "center";
|
|
21
|
+
readonly heroTypographyScale: "display";
|
|
20
22
|
readonly imageSurfaceTreatment: {
|
|
21
23
|
readonly kind: "neutral-wash";
|
|
22
24
|
};
|
|
23
25
|
};
|
|
26
|
+
}, {
|
|
27
|
+
readonly kind: "block-design";
|
|
28
|
+
readonly id: "hero-bottom-left-panel";
|
|
29
|
+
readonly target: "hero";
|
|
30
|
+
readonly label: "Bottom-left panel hero";
|
|
31
|
+
readonly blockKinds: readonly ["block.hero"];
|
|
32
|
+
readonly constraints: {
|
|
33
|
+
readonly layoutFamilies: readonly ["centered", "compact"];
|
|
34
|
+
};
|
|
35
|
+
readonly optionGroups: readonly [{
|
|
36
|
+
readonly id: "image-surface-treatment";
|
|
37
|
+
readonly label: "Treatment";
|
|
38
|
+
readonly selectedOptionId: "neutral-scrim";
|
|
39
|
+
readonly options: readonly [{
|
|
40
|
+
readonly id: "neutral-scrim";
|
|
41
|
+
readonly label: "Neutral scrim";
|
|
42
|
+
readonly designPatch: {
|
|
43
|
+
readonly imageSurfaceTreatment: {
|
|
44
|
+
readonly kind: "neutral-scrim";
|
|
45
|
+
readonly intensity: "balanced";
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
}, {
|
|
49
|
+
readonly id: "brand-scrim-primary";
|
|
50
|
+
readonly label: "Brand scrim";
|
|
51
|
+
readonly designPatch: {
|
|
52
|
+
readonly imageSurfaceTreatment: {
|
|
53
|
+
readonly kind: "brand-scrim";
|
|
54
|
+
readonly token: "primary";
|
|
55
|
+
readonly intensity: "balanced";
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
}];
|
|
59
|
+
}];
|
|
60
|
+
readonly layoutPatches: readonly [{
|
|
61
|
+
readonly constraints: {
|
|
62
|
+
readonly layoutVariantKeys: readonly ["micro"];
|
|
63
|
+
};
|
|
64
|
+
readonly designPatch: {
|
|
65
|
+
readonly sectionHeight: "banner";
|
|
66
|
+
readonly heroTypographyScale: "editorial";
|
|
67
|
+
};
|
|
68
|
+
}];
|
|
69
|
+
readonly design: {
|
|
70
|
+
readonly sectionSurface: "hero-image";
|
|
71
|
+
readonly contentFrame: Readonly<{
|
|
72
|
+
kind: "panel";
|
|
73
|
+
treatment: "raised";
|
|
74
|
+
}>;
|
|
75
|
+
readonly itemSurface: "none";
|
|
76
|
+
readonly transitionAfter: "soft-fade-short";
|
|
77
|
+
readonly emphasis: "high";
|
|
78
|
+
readonly sectionHeight: "immersive";
|
|
79
|
+
readonly heroComposition: "bottom-left";
|
|
80
|
+
readonly heroTypographyScale: "display";
|
|
81
|
+
readonly imageSurfaceTreatment: {
|
|
82
|
+
readonly kind: "neutral-scrim";
|
|
83
|
+
readonly intensity: "balanced";
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
}, {
|
|
87
|
+
readonly kind: "block-design";
|
|
88
|
+
readonly id: "hero-poster-image";
|
|
89
|
+
readonly target: "hero";
|
|
90
|
+
readonly label: "Poster image hero";
|
|
91
|
+
readonly blockKinds: readonly ["block.hero"];
|
|
92
|
+
readonly constraints: {
|
|
93
|
+
readonly layoutFamilies: readonly ["centered", "compact"];
|
|
94
|
+
};
|
|
95
|
+
readonly layoutPatches: readonly [{
|
|
96
|
+
readonly constraints: {
|
|
97
|
+
readonly layoutVariantKeys: readonly ["micro"];
|
|
98
|
+
};
|
|
99
|
+
readonly designPatch: {
|
|
100
|
+
readonly sectionHeight: "banner";
|
|
101
|
+
readonly heroTypographyScale: "display";
|
|
102
|
+
};
|
|
103
|
+
}];
|
|
104
|
+
readonly design: {
|
|
105
|
+
readonly sectionSurface: "hero-image";
|
|
106
|
+
readonly contentFrame: {
|
|
107
|
+
readonly kind: "plain";
|
|
108
|
+
};
|
|
109
|
+
readonly itemSurface: "none";
|
|
110
|
+
readonly transitionAfter: "soft-fade-short";
|
|
111
|
+
readonly emphasis: "high";
|
|
112
|
+
readonly sectionHeight: "immersive";
|
|
113
|
+
readonly heroComposition: "center";
|
|
114
|
+
readonly heroTypographyScale: "poster";
|
|
115
|
+
readonly imageSurfaceTreatment: {
|
|
116
|
+
readonly kind: "brand-scrim";
|
|
117
|
+
readonly token: "primary";
|
|
118
|
+
readonly intensity: "strong";
|
|
119
|
+
};
|
|
120
|
+
};
|
|
24
121
|
}, {
|
|
25
122
|
readonly kind: "block-design";
|
|
26
123
|
readonly id: "hero-brand-scrim";
|
|
@@ -70,6 +167,8 @@ export declare const appearancePresets: readonly [{
|
|
|
70
167
|
readonly transitionAfter: "soft-fade-short";
|
|
71
168
|
readonly emphasis: "high";
|
|
72
169
|
readonly sectionHeight: "immersive";
|
|
170
|
+
readonly heroComposition: "center";
|
|
171
|
+
readonly heroTypographyScale: "display";
|
|
73
172
|
readonly imageSurfaceTreatment: {
|
|
74
173
|
readonly kind: "brand-scrim";
|
|
75
174
|
readonly token: "primary";
|
|
@@ -124,6 +223,8 @@ export declare const appearancePresets: readonly [{
|
|
|
124
223
|
readonly transitionAfter: "soft-fade-short";
|
|
125
224
|
readonly emphasis: "high";
|
|
126
225
|
readonly sectionHeight: "immersive";
|
|
226
|
+
readonly heroComposition: "center";
|
|
227
|
+
readonly heroTypographyScale: "display";
|
|
127
228
|
readonly imageSurfaceTreatment: {
|
|
128
229
|
readonly kind: "brand-scrim";
|
|
129
230
|
readonly token: "primary";
|
|
@@ -148,6 +249,8 @@ export declare const appearancePresets: readonly [{
|
|
|
148
249
|
readonly itemSurface: "none";
|
|
149
250
|
readonly transitionAfter: "soft-fade-short";
|
|
150
251
|
readonly emphasis: "high";
|
|
252
|
+
readonly heroComposition: "center";
|
|
253
|
+
readonly heroTypographyScale: "editorial";
|
|
151
254
|
readonly eyebrowTreatment: "accent-pill-bounce";
|
|
152
255
|
};
|
|
153
256
|
}, {
|
|
@@ -165,6 +268,87 @@ export declare const appearancePresets: readonly [{
|
|
|
165
268
|
readonly itemSurface: "none";
|
|
166
269
|
readonly transitionAfter: "none";
|
|
167
270
|
readonly emphasis: "high";
|
|
271
|
+
readonly heroComposition: "center";
|
|
272
|
+
readonly heroTypographyScale: "editorial";
|
|
273
|
+
};
|
|
274
|
+
}, {
|
|
275
|
+
readonly kind: "block-design";
|
|
276
|
+
readonly id: "hero-split-editorial";
|
|
277
|
+
readonly target: "hero";
|
|
278
|
+
readonly label: "Editorial split hero";
|
|
279
|
+
readonly blockKinds: readonly ["block.hero"];
|
|
280
|
+
readonly constraints: {
|
|
281
|
+
readonly layoutFamilies: readonly ["split"];
|
|
282
|
+
};
|
|
283
|
+
readonly design: {
|
|
284
|
+
readonly sectionSurface: "base";
|
|
285
|
+
readonly contentFrame: {
|
|
286
|
+
readonly kind: "plain";
|
|
287
|
+
};
|
|
288
|
+
readonly itemSurface: "none";
|
|
289
|
+
readonly transitionAfter: "soft-fade-short";
|
|
290
|
+
readonly emphasis: "high";
|
|
291
|
+
readonly heroTypographyScale: "editorial";
|
|
292
|
+
};
|
|
293
|
+
}, {
|
|
294
|
+
readonly kind: "block-design";
|
|
295
|
+
readonly id: "hero-split-brand";
|
|
296
|
+
readonly target: "hero";
|
|
297
|
+
readonly label: "Brand split hero";
|
|
298
|
+
readonly blockKinds: readonly ["block.hero"];
|
|
299
|
+
readonly constraints: {
|
|
300
|
+
readonly layoutFamilies: readonly ["split"];
|
|
301
|
+
};
|
|
302
|
+
readonly design: {
|
|
303
|
+
readonly sectionSurface: "brand-depth-band";
|
|
304
|
+
readonly contentFrame: {
|
|
305
|
+
readonly kind: "plain";
|
|
306
|
+
};
|
|
307
|
+
readonly itemSurface: "none";
|
|
308
|
+
readonly transitionAfter: "soft-fade-short";
|
|
309
|
+
readonly emphasis: "high";
|
|
310
|
+
readonly heroTypographyScale: "display";
|
|
311
|
+
readonly eyebrowTreatment: "accent-pill-bounce";
|
|
312
|
+
};
|
|
313
|
+
}, {
|
|
314
|
+
readonly kind: "block-design";
|
|
315
|
+
readonly id: "hero-split-soft-panel";
|
|
316
|
+
readonly target: "hero";
|
|
317
|
+
readonly label: "Soft panel split hero";
|
|
318
|
+
readonly blockKinds: readonly ["block.hero"];
|
|
319
|
+
readonly constraints: {
|
|
320
|
+
readonly layoutFamilies: readonly ["split"];
|
|
321
|
+
};
|
|
322
|
+
readonly design: {
|
|
323
|
+
readonly sectionSurface: "muted-band";
|
|
324
|
+
readonly contentFrame: Readonly<{
|
|
325
|
+
kind: "panel";
|
|
326
|
+
treatment: "raised";
|
|
327
|
+
}>;
|
|
328
|
+
readonly itemSurface: "none";
|
|
329
|
+
readonly transitionAfter: "soft-fade-short";
|
|
330
|
+
readonly emphasis: "high";
|
|
331
|
+
readonly heroTypographyScale: "editorial";
|
|
332
|
+
};
|
|
333
|
+
}, {
|
|
334
|
+
readonly kind: "block-design";
|
|
335
|
+
readonly id: "hero-split-accent";
|
|
336
|
+
readonly target: "hero";
|
|
337
|
+
readonly label: "Accent split hero";
|
|
338
|
+
readonly blockKinds: readonly ["block.hero"];
|
|
339
|
+
readonly constraints: {
|
|
340
|
+
readonly layoutFamilies: readonly ["split"];
|
|
341
|
+
};
|
|
342
|
+
readonly design: {
|
|
343
|
+
readonly sectionSurface: "accent-band";
|
|
344
|
+
readonly contentFrame: Readonly<{
|
|
345
|
+
kind: "panel";
|
|
346
|
+
treatment: "raised";
|
|
347
|
+
}>;
|
|
348
|
+
readonly itemSurface: "none";
|
|
349
|
+
readonly transitionAfter: "soft-fade-short";
|
|
350
|
+
readonly emphasis: "high";
|
|
351
|
+
readonly heroTypographyScale: "display";
|
|
168
352
|
};
|
|
169
353
|
}, {
|
|
170
354
|
readonly kind: "block-design";
|
|
@@ -198,9 +382,9 @@ export declare const appearancePresets: readonly [{
|
|
|
198
382
|
};
|
|
199
383
|
}, {
|
|
200
384
|
readonly kind: "block-design";
|
|
201
|
-
readonly id: "intro-
|
|
385
|
+
readonly id: "intro-organic-statement";
|
|
202
386
|
readonly target: "intro";
|
|
203
|
-
readonly label: "
|
|
387
|
+
readonly label: "Organic intro statement";
|
|
204
388
|
readonly blockKinds: readonly ["block.intro"];
|
|
205
389
|
readonly design: {
|
|
206
390
|
readonly sectionSurface: "base";
|
|
@@ -233,9 +417,9 @@ export declare const appearancePresets: readonly [{
|
|
|
233
417
|
};
|
|
234
418
|
}, {
|
|
235
419
|
readonly kind: "block-design";
|
|
236
|
-
readonly id: "feature-cards-
|
|
420
|
+
readonly id: "feature-cards-raised-rule";
|
|
237
421
|
readonly target: "feature-cards";
|
|
238
|
-
readonly label: "
|
|
422
|
+
readonly label: "Raised cards with rule";
|
|
239
423
|
readonly blockKinds: readonly ["block.feature-cards"];
|
|
240
424
|
readonly design: {
|
|
241
425
|
readonly sectionSurface: "base";
|
|
@@ -266,6 +450,22 @@ export declare const appearancePresets: readonly [{
|
|
|
266
450
|
readonly transitionAfter: "none";
|
|
267
451
|
readonly emphasis: "medium";
|
|
268
452
|
};
|
|
453
|
+
}, {
|
|
454
|
+
readonly kind: "block-design";
|
|
455
|
+
readonly id: "events-lined-panel";
|
|
456
|
+
readonly target: "events";
|
|
457
|
+
readonly label: "Lined event panel";
|
|
458
|
+
readonly blockKinds: readonly ["block.event-calendar", "block.event-listing"];
|
|
459
|
+
readonly design: {
|
|
460
|
+
readonly sectionSurface: "base";
|
|
461
|
+
readonly contentFrame: {
|
|
462
|
+
readonly kind: "plain";
|
|
463
|
+
};
|
|
464
|
+
readonly itemSurface: "none";
|
|
465
|
+
readonly transitionAfter: "none";
|
|
466
|
+
readonly emphasis: "medium";
|
|
467
|
+
readonly eventListTreatment: "lined-panel";
|
|
468
|
+
};
|
|
269
469
|
}, {
|
|
270
470
|
readonly kind: "block-design";
|
|
271
471
|
readonly id: "schedule-details-accent-section";
|
|
@@ -331,9 +531,9 @@ export declare const appearancePresets: readonly [{
|
|
|
331
531
|
};
|
|
332
532
|
}, {
|
|
333
533
|
readonly kind: "block-design";
|
|
334
|
-
readonly id: "testimonials-
|
|
534
|
+
readonly id: "testimonials-simple-cards";
|
|
335
535
|
readonly target: "testimonials";
|
|
336
|
-
readonly label: "
|
|
536
|
+
readonly label: "Simple testimonial cards";
|
|
337
537
|
readonly blockKinds: readonly ["block.testimonials"];
|
|
338
538
|
readonly design: {
|
|
339
539
|
readonly sectionSurface: "base";
|
|
@@ -346,9 +546,9 @@ export declare const appearancePresets: readonly [{
|
|
|
346
546
|
};
|
|
347
547
|
}, {
|
|
348
548
|
readonly kind: "block-design";
|
|
349
|
-
readonly id: "testimonials-
|
|
549
|
+
readonly id: "testimonials-raised-panel";
|
|
350
550
|
readonly target: "testimonials";
|
|
351
|
-
readonly label: "
|
|
551
|
+
readonly label: "Raised testimonial panel";
|
|
352
552
|
readonly blockKinds: readonly ["block.testimonials"];
|
|
353
553
|
readonly design: {
|
|
354
554
|
readonly sectionSurface: "muted-band";
|
|
@@ -362,9 +562,9 @@ export declare const appearancePresets: readonly [{
|
|
|
362
562
|
};
|
|
363
563
|
}, {
|
|
364
564
|
readonly kind: "block-design";
|
|
365
|
-
readonly id: "testimonials-
|
|
565
|
+
readonly id: "testimonials-accent-panel";
|
|
366
566
|
readonly target: "testimonials";
|
|
367
|
-
readonly label: "
|
|
567
|
+
readonly label: "Accent testimonial panel";
|
|
368
568
|
readonly blockKinds: readonly ["block.testimonials"];
|
|
369
569
|
readonly design: {
|
|
370
570
|
readonly sectionSurface: "accent-band";
|
|
@@ -378,9 +578,9 @@ export declare const appearancePresets: readonly [{
|
|
|
378
578
|
};
|
|
379
579
|
}, {
|
|
380
580
|
readonly kind: "block-design";
|
|
381
|
-
readonly id: "testimonials-accent-quote-
|
|
581
|
+
readonly id: "testimonials-accent-quote-cards";
|
|
382
582
|
readonly target: "testimonials";
|
|
383
|
-
readonly label: "Accent quote
|
|
583
|
+
readonly label: "Accent quote cards";
|
|
384
584
|
readonly blockKinds: readonly ["block.testimonials"];
|
|
385
585
|
readonly design: {
|
|
386
586
|
readonly sectionSurface: "accent-band";
|
|
@@ -394,9 +594,9 @@ export declare const appearancePresets: readonly [{
|
|
|
394
594
|
};
|
|
395
595
|
}, {
|
|
396
596
|
readonly kind: "block-design";
|
|
397
|
-
readonly id: "testimonials-
|
|
597
|
+
readonly id: "testimonials-brand-background-quotes";
|
|
398
598
|
readonly target: "testimonials";
|
|
399
|
-
readonly label: "
|
|
599
|
+
readonly label: "Brand background quotes";
|
|
400
600
|
readonly blockKinds: readonly ["block.testimonials"];
|
|
401
601
|
readonly design: {
|
|
402
602
|
readonly sectionSurface: "brand-depth-band";
|
|
@@ -444,26 +644,6 @@ export declare const appearancePresets: readonly [{
|
|
|
444
644
|
readonly transitionAfter: "none";
|
|
445
645
|
readonly emphasis: "low";
|
|
446
646
|
};
|
|
447
|
-
}, {
|
|
448
|
-
readonly kind: "block-design";
|
|
449
|
-
readonly id: "faq-soft-earth-two-column";
|
|
450
|
-
readonly target: "faq";
|
|
451
|
-
readonly label: "Soft Earth two-column FAQ";
|
|
452
|
-
readonly blockKinds: readonly ["block.faq"];
|
|
453
|
-
readonly design: {
|
|
454
|
-
readonly sectionSurface: "base";
|
|
455
|
-
readonly contentFrame: {
|
|
456
|
-
readonly kind: "plain";
|
|
457
|
-
};
|
|
458
|
-
readonly itemSurface: "flat";
|
|
459
|
-
readonly transitionAfter: "none";
|
|
460
|
-
readonly emphasis: "medium";
|
|
461
|
-
readonly accordionIconTreatment: {
|
|
462
|
-
readonly iconSet: "plus";
|
|
463
|
-
readonly colorToken: "primary";
|
|
464
|
-
readonly motion: "swap";
|
|
465
|
-
};
|
|
466
|
-
};
|
|
467
647
|
}, {
|
|
468
648
|
readonly kind: "block-design";
|
|
469
649
|
readonly id: "contact-form-panel";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { BlockLayoutFamily } from './blockFlow';
|
|
2
|
-
import type { ContentFrameIntent, EyebrowTreatment, HeroLegibilityStrategy, HeadingDecoration, ImageSurfaceMotion, ImageSurfaceTreatment, AccordionIconTreatment, NonEmptyReadonlyArray, SectionHeightIntent, SiteStyleEmphasis, SiteStyleItemSurfaceIntent, SiteStyleSectionTransitionIntent, SiteStyleSurfaceIntent, TestimonialCardTreatment, TileTreatment } from './types';
|
|
2
|
+
import type { ContentFrameIntent, EyebrowTreatment, EventListTreatment, HeroCompositionIntent, HeroLegibilityStrategy, HeroTypographyScaleIntent, HeadingDecoration, ImageSurfaceMotion, ImageSurfaceTreatment, AccordionIconTreatment, NonEmptyReadonlyArray, SectionHeightIntent, SiteStyleEmphasis, SiteStyleItemSurfaceIntent, SiteStyleSectionTransitionIntent, SiteStyleSurfaceIntent, TestimonialCardTreatment, TileTreatment } from './types';
|
|
3
3
|
export type AppearancePresetTarget = 'hero' | 'intro' | 'body-text' | 'offerings' | 'feature-cards' | 'events' | 'media-text' | 'testimonials' | 'faq' | 'contact-form' | 'cta';
|
|
4
4
|
export type BlockAppearanceDesign = Readonly<{
|
|
5
5
|
sectionSurface: SiteStyleSurfaceIntent;
|
|
@@ -9,10 +9,13 @@ export type BlockAppearanceDesign = Readonly<{
|
|
|
9
9
|
emphasis: SiteStyleEmphasis;
|
|
10
10
|
sectionHeight?: SectionHeightIntent;
|
|
11
11
|
heroLegibility?: HeroLegibilityStrategy;
|
|
12
|
+
heroComposition?: HeroCompositionIntent;
|
|
13
|
+
heroTypographyScale?: HeroTypographyScaleIntent;
|
|
12
14
|
imageSurfaceTreatment?: ImageSurfaceTreatment;
|
|
13
15
|
imageSurfaceMotion?: ImageSurfaceMotion;
|
|
14
16
|
testimonialCardTreatment?: TestimonialCardTreatment;
|
|
15
17
|
tileTreatment?: TileTreatment;
|
|
18
|
+
eventListTreatment?: EventListTreatment;
|
|
16
19
|
eyebrowTreatment?: EyebrowTreatment;
|
|
17
20
|
headingDecoration?: HeadingDecoration;
|
|
18
21
|
accordionIconTreatment?: AccordionIconTreatment | null;
|
|
@@ -21,7 +24,7 @@ export type BlockAppearancePresetConstraints = Readonly<{
|
|
|
21
24
|
layoutFamilies?: readonly BlockLayoutFamily[];
|
|
22
25
|
layoutVariantKeys?: readonly string[];
|
|
23
26
|
}>;
|
|
24
|
-
export type BlockAppearanceOptionDesignPatch = Readonly<Partial<Pick<BlockAppearanceDesign, 'heroLegibility' | 'imageSurfaceTreatment' | 'imageSurfaceMotion' | 'sectionHeight' | 'testimonialCardTreatment' | 'tileTreatment' | 'eyebrowTreatment' | 'headingDecoration' | 'accordionIconTreatment'>>>;
|
|
27
|
+
export type BlockAppearanceOptionDesignPatch = Readonly<Partial<Pick<BlockAppearanceDesign, 'heroLegibility' | 'heroComposition' | 'heroTypographyScale' | 'imageSurfaceTreatment' | 'imageSurfaceMotion' | 'sectionHeight' | 'testimonialCardTreatment' | 'tileTreatment' | 'eventListTreatment' | 'eyebrowTreatment' | 'headingDecoration' | 'accordionIconTreatment'>>>;
|
|
25
28
|
export type BlockAppearanceLayoutDesignPatch = BlockAppearanceOptionDesignPatch;
|
|
26
29
|
export type BlockAppearanceOption = Readonly<{
|
|
27
30
|
id: string;
|