@riverbankcms/sdk 0.60.16 → 0.62.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/dist/_dts/api/src/bookingManagementEndpoints.d.ts +41 -1
- package/dist/_dts/api/src/bookingRecords.d.ts +100 -3
- package/dist/_dts/api/src/bookings.d.ts +2 -1
- package/dist/_dts/api/src/endpoints.d.ts +96 -0
- package/dist/_dts/api/src/index.d.ts +5 -1
- package/dist/_dts/api/src/participantMessaging.d.ts +113 -0
- package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +51 -47
- package/dist/_dts/api/src/types.d.ts +1 -0
- package/dist/_dts/blocks/src/index.d.ts +66 -62
- package/dist/_dts/blocks/src/lib/media.d.ts +60 -0
- package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +2 -2
- package/dist/_dts/blocks/src/system/blocks/audio-player.d.ts +2 -2
- package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +2 -2
- package/dist/_dts/blocks/src/system/blocks/blog-post.d.ts +0 -21
- package/dist/_dts/blocks/src/system/blocks/body-text.d.ts +2 -6
- package/dist/_dts/blocks/src/system/blocks/cart.d.ts +2 -2
- package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +2 -2
- package/dist/_dts/blocks/src/system/blocks/collection.d.ts +0 -10
- package/dist/_dts/blocks/src/system/blocks/columns.d.ts +0 -10
- package/dist/_dts/blocks/src/system/blocks/course-details.d.ts +0 -20
- package/dist/_dts/blocks/src/system/blocks/course-registration.d.ts +0 -20
- package/dist/_dts/blocks/src/system/blocks/courses/shared/schemas.d.ts +15 -15
- package/dist/_dts/blocks/src/system/blocks/cta-full.d.ts +5 -10
- package/dist/_dts/blocks/src/system/blocks/embed.d.ts +0 -11
- package/dist/_dts/blocks/src/system/blocks/event-details.d.ts +0 -20
- package/dist/_dts/blocks/src/system/blocks/event-registration.d.ts +0 -20
- package/dist/_dts/blocks/src/system/blocks/events/event-calendar.d.ts +43 -27
- package/dist/_dts/blocks/src/system/blocks/events/event-listing.d.ts +24 -15
- package/dist/_dts/blocks/src/system/blocks/events/event-spotlight.d.ts +2 -2
- package/dist/_dts/blocks/src/system/blocks/events/shared/schemas.d.ts +132 -12
- package/dist/_dts/blocks/src/system/blocks/events/shared/types.d.ts +3 -2
- package/dist/_dts/blocks/src/system/blocks/faq.d.ts +2 -10
- package/dist/_dts/blocks/src/system/blocks/file-download.d.ts +2 -2
- package/dist/_dts/blocks/src/system/blocks/form.d.ts +2 -24
- package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +2 -2
- package/dist/_dts/blocks/src/system/blocks/hero.d.ts +2 -3
- package/dist/_dts/blocks/src/system/blocks/image-gallery.d.ts +2 -2
- package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +0 -13
- package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +17 -17
- package/dist/_dts/blocks/src/system/blocks/newsletter-signup.d.ts +2 -10
- package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +2 -2
- package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +2 -2
- package/dist/_dts/blocks/src/system/blocks/shared/bookingPaymentTerms.d.ts +9 -9
- package/dist/_dts/blocks/src/system/blocks/shop.d.ts +2 -2
- package/dist/_dts/blocks/src/system/blocks/single-button.d.ts +16 -15
- package/dist/_dts/blocks/src/system/blocks/site-footer.d.ts +2 -6
- package/dist/_dts/blocks/src/system/blocks/site-header.d.ts +0 -11
- package/dist/_dts/blocks/src/system/blocks/team-members.d.ts +3 -3
- package/dist/_dts/blocks/src/system/blocks/testimonials.d.ts +2 -2
- package/dist/_dts/blocks/src/system/blocks/video-grid.d.ts +2 -2
- package/dist/_dts/blocks/src/system/constants/events.d.ts +18 -0
- package/dist/_dts/blocks/src/system/customize/facets.d.ts +105 -0
- package/dist/_dts/blocks/src/system/defineBlock.d.ts +29 -5
- package/dist/_dts/blocks/src/system/fields/boxStyles.d.ts +2 -1
- package/dist/_dts/blocks/src/system/fragments/library/blogFeaturedPost.d.ts +0 -24
- package/dist/_dts/blocks/src/system/fragments/library/bodyCopy.d.ts +0 -4
- package/dist/_dts/blocks/src/system/fragments/library/bookingForm.d.ts +0 -4
- package/dist/_dts/blocks/src/system/fragments/library/card.d.ts +0 -6
- package/dist/_dts/blocks/src/system/fragments/library/columnContent.d.ts +0 -6
- package/dist/_dts/blocks/src/system/fragments/library/ctaCopy.d.ts +0 -4
- package/dist/_dts/blocks/src/system/fragments/library/ctaRow.d.ts +0 -4
- package/dist/_dts/blocks/src/system/fragments/library/faqAccordion.d.ts +0 -4
- package/dist/_dts/blocks/src/system/fragments/library/faqHeading.d.ts +0 -4
- package/dist/_dts/blocks/src/system/fragments/library/feedbackCallout.d.ts +0 -6
- package/dist/_dts/blocks/src/system/fragments/library/footerBottomText.d.ts +0 -4
- package/dist/_dts/blocks/src/system/fragments/library/formCopy.d.ts +0 -4
- package/dist/_dts/blocks/src/system/fragments/library/formEmbed.d.ts +0 -18
- package/dist/_dts/blocks/src/system/fragments/library/headerCta.d.ts +0 -4
- package/dist/_dts/blocks/src/system/fragments/library/heading.d.ts +0 -6
- package/dist/_dts/blocks/src/system/fragments/library/heroCopy.d.ts +0 -4
- package/dist/_dts/blocks/src/system/fragments/library/heroCtaRow.d.ts +0 -4
- package/dist/_dts/blocks/src/system/fragments/library/heroLayoutControls.d.ts +0 -4
- package/dist/_dts/blocks/src/system/fragments/library/image.d.ts +0 -6
- package/dist/_dts/blocks/src/system/fragments/library/newsletterCopy.d.ts +0 -4
- package/dist/_dts/blocks/src/system/fragments/library/newsletterForm.d.ts +0 -4
- package/dist/_dts/blocks/src/system/fragments/library/quote.d.ts +0 -6
- package/dist/_dts/blocks/src/system/fragments/library/richText.d.ts +0 -6
- package/dist/_dts/blocks/src/system/fragments/library/sectionState.d.ts +0 -6
- package/dist/_dts/blocks/src/system/fragments/library/singleButton.d.ts +0 -4
- package/dist/_dts/blocks/src/system/fragments/library/spinner.d.ts +0 -5
- package/dist/_dts/blocks/src/system/fragments/library/teamMember.d.ts +0 -6
- package/dist/_dts/blocks/src/system/fragments/library/testimonialsCarousel.d.ts +0 -31
- package/dist/_dts/blocks/src/system/fragments/library/testimonialsHeading.d.ts +0 -4
- package/dist/_dts/blocks/src/system/fragments/library/videoEmbed.d.ts +0 -6
- package/dist/_dts/blocks/src/system/fragments/types.d.ts +11 -3
- package/dist/_dts/blocks/src/system/helpers/resolveBackground.d.ts +4 -0
- package/dist/_dts/blocks/src/system/index.d.ts +1 -0
- package/dist/_dts/blocks/src/system/manifest/derivedContent.d.ts +3 -3
- package/dist/_dts/blocks/src/system/manifest/schema.d.ts +10 -10
- package/dist/_dts/blocks/src/system/media/constrainedVideoMedia.d.ts +13 -0
- package/dist/_dts/blocks/src/system/runtime/components/registry.client.d.ts +6 -0
- package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +3 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventCalendar.interactive.d.ts +4 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/media.d.ts +1 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/shared/contract-schemas.d.ts +7 -0
- package/dist/_dts/content-model/src/contentManifest.d.ts +2 -2
- package/dist/_dts/content-model/src/referenceFields.d.ts +7 -1
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +34 -6
- package/dist/_dts/editor-blocks/src/media/MediaField.d.ts +2 -0
- package/dist/_dts/editor-blocks/src/widgets/entry-picker/EntryPickerWidgetProvider.d.ts +3 -2
- package/dist/_dts/editor-blocks/src/widgets/entry-picker/loaders.d.ts +2 -1
- package/dist/_dts/editor-blocks/src/widgets/entry-picker/types.d.ts +2 -1
- package/dist/_dts/editor-blocks/src/widgets/link/LinkPicker.d.ts +2 -1
- package/dist/_dts/editor-blocks/src/widgets/link/LinkWidget.d.ts +2 -1
- package/dist/_dts/editor-blocks/src/widgets/link/LinkWidgetContext.d.ts +2 -1
- package/dist/_dts/editor-blocks/src/widgets/link/loaders.d.ts +2 -1
- package/dist/_dts/editor-blocks/src/widgets/link/types.d.ts +3 -2
- package/dist/_dts/editor-blocks/src/widgets/reference/dynamicAdapters.d.ts +9 -0
- package/dist/_dts/editor-blocks/src/widgets/reference/loaders.d.ts +5 -1
- package/dist/_dts/media-core/src/index.d.ts +1 -0
- package/dist/_dts/media-core/src/videoSlotPolicy.d.ts +38 -0
- package/dist/_dts/media-editor/src/MediaEditor.d.ts +3 -1
- package/dist/_dts/media-editor/src/MediaPickerDialog.d.ts +7 -0
- package/dist/_dts/preview-next/src/client/blocks/customizeFacetControls.d.ts +9 -0
- package/dist/_dts/preview-next/src/client/blocks/previewCustomizeActions.d.ts +14 -0
- package/dist/_dts/preview-next/src/client/layout/PreviewLayoutContext.d.ts +9 -7
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeHistory.d.ts +6 -3
- package/dist/_dts/preview-next/src/client/widgets/widgetAdapters.d.ts +1 -1
- package/dist/_dts/sdk/src/contracts/content.d.ts +10 -0
- package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +1 -1
- package/dist/_dts/sdk/src/manifest/prompt/examples/features-grid.d.ts +1 -1
- package/dist/_dts/sdk/src/manifest/prompt/examples/pricing.d.ts +5 -5
- package/dist/_dts/sdk/src/rendering/helpers/bindings.d.ts +1 -0
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
- package/dist/_dts/theme-core/src/index.d.ts +1 -0
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +3 -0
- package/dist/_dts/theme-core/src/schema.d.ts +25 -0
- package/dist/_dts/theme-core/src/site-styles/appearancePresetCatalog.d.ts +515 -0
- package/dist/_dts/theme-core/src/site-styles/appearancePresetResolution.d.ts +12 -0
- package/dist/_dts/theme-core/src/site-styles/appearancePresetTypes.d.ts +119 -0
- package/dist/_dts/theme-core/src/site-styles/appearancePresets.d.ts +5 -563
- package/dist/_dts/theme-core/src/site-styles/blockAppearancePresets.d.ts +448 -0
- package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +6 -0
- package/dist/_dts/theme-core/src/site-styles/designState.d.ts +12 -0
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +2 -0
- package/dist/_dts/theme-core/src/site-styles/runtimeCompiler.d.ts +8 -0
- package/dist/_dts/theme-core/src/site-styles/siteChromeAppearancePresets.d.ts +67 -0
- package/dist/_dts/theme-core/src/site-styles/sourceCatalogs.d.ts +6 -6
- package/dist/_dts/theme-core/src/site-styles/types.d.ts +22 -3
- package/dist/_dts/theme-core/src/siteChrome.d.ts +11 -0
- package/dist/cli/index.mjs +4310 -3464
- package/dist/client/bookings.mjs +310 -310
- package/dist/client/client.mjs +61329 -60359
- package/dist/client/hooks.mjs +1254 -731
- package/dist/client/rendering/client.mjs +5959 -5226
- package/dist/client/rendering/islands.mjs +3842 -3275
- package/dist/client/rendering.mjs +7495 -6519
- package/dist/preview-next/before-render.mjs +118 -0
- package/dist/preview-next/client/runtime.mjs +4489 -2773
- package/dist/preview-next/middleware.mjs +136 -0
- package/dist/server/components.mjs +1342 -765
- package/dist/server/config-validation.mjs +1256 -733
- package/dist/server/config.mjs +1256 -733
- package/dist/server/data.mjs +1254 -731
- package/dist/server/index.mjs +191 -18
- package/dist/server/next.mjs +1339 -760
- package/dist/server/page-converter.mjs +1088 -734
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +1338 -762
- package/dist/server/rendering.mjs +1351 -770
- package/dist/server/routing.mjs +1340 -754
- package/dist/server/server.mjs +1260 -734
- package/dist/server/theme-bridge.mjs +198 -34
- package/dist/server/theme.mjs +6 -0
- package/dist/styles/index.css +28 -9
- package/package.json +1 -1
|
@@ -0,0 +1,448 @@
|
|
|
1
|
+
export declare const blockAppearancePresets: readonly [{
|
|
2
|
+
readonly kind: "block-design";
|
|
3
|
+
readonly id: "hero-immersive-image";
|
|
4
|
+
readonly target: "hero";
|
|
5
|
+
readonly label: "Immersive image hero";
|
|
6
|
+
readonly blockKinds: readonly ["block.hero"];
|
|
7
|
+
readonly constraints: {
|
|
8
|
+
readonly layoutFamilies: readonly ["centered", "compact"];
|
|
9
|
+
};
|
|
10
|
+
readonly design: {
|
|
11
|
+
readonly sectionSurface: "hero-image";
|
|
12
|
+
readonly contentFrame: {
|
|
13
|
+
readonly kind: "plain";
|
|
14
|
+
};
|
|
15
|
+
readonly itemSurface: "none";
|
|
16
|
+
readonly transitionAfter: "soft-fade-short";
|
|
17
|
+
readonly emphasis: "high";
|
|
18
|
+
readonly sectionHeight: "hero";
|
|
19
|
+
readonly imageSurfaceTreatment: {
|
|
20
|
+
readonly kind: "neutral-wash";
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
}, {
|
|
24
|
+
readonly kind: "block-design";
|
|
25
|
+
readonly id: "hero-brand-scrim";
|
|
26
|
+
readonly target: "hero";
|
|
27
|
+
readonly label: "Brand scrim image hero";
|
|
28
|
+
readonly blockKinds: readonly ["block.hero"];
|
|
29
|
+
readonly constraints: {
|
|
30
|
+
readonly layoutFamilies: readonly ["centered", "compact"];
|
|
31
|
+
};
|
|
32
|
+
readonly optionGroups: readonly [{
|
|
33
|
+
readonly id: "image-surface-treatment";
|
|
34
|
+
readonly label: "Treatment";
|
|
35
|
+
readonly selectedOptionId: "brand-scrim-primary";
|
|
36
|
+
readonly options: readonly [{
|
|
37
|
+
readonly id: "brand-scrim-primary";
|
|
38
|
+
readonly label: "Brand scrim";
|
|
39
|
+
readonly designPatch: {
|
|
40
|
+
readonly imageSurfaceTreatment: {
|
|
41
|
+
readonly kind: "brand-scrim";
|
|
42
|
+
readonly token: "primary";
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}, {
|
|
46
|
+
readonly id: "neutral-scrim";
|
|
47
|
+
readonly label: "Neutral scrim";
|
|
48
|
+
readonly designPatch: {
|
|
49
|
+
readonly imageSurfaceTreatment: {
|
|
50
|
+
readonly kind: "neutral-scrim";
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}];
|
|
54
|
+
}];
|
|
55
|
+
readonly layoutPatches: readonly [{
|
|
56
|
+
readonly constraints: {
|
|
57
|
+
readonly layoutVariantKeys: readonly ["micro"];
|
|
58
|
+
};
|
|
59
|
+
readonly designPatch: {
|
|
60
|
+
readonly sectionHeight: "banner";
|
|
61
|
+
};
|
|
62
|
+
}];
|
|
63
|
+
readonly design: {
|
|
64
|
+
readonly sectionSurface: "hero-image";
|
|
65
|
+
readonly contentFrame: {
|
|
66
|
+
readonly kind: "plain";
|
|
67
|
+
};
|
|
68
|
+
readonly itemSurface: "none";
|
|
69
|
+
readonly transitionAfter: "soft-fade-short";
|
|
70
|
+
readonly emphasis: "high";
|
|
71
|
+
readonly sectionHeight: "immersive";
|
|
72
|
+
readonly imageSurfaceTreatment: {
|
|
73
|
+
readonly kind: "brand-scrim";
|
|
74
|
+
readonly token: "primary";
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
}, {
|
|
78
|
+
readonly kind: "block-design";
|
|
79
|
+
readonly id: "hero-brand-scrim-fixed-frame";
|
|
80
|
+
readonly target: "hero";
|
|
81
|
+
readonly label: "Fixed-frame brand scrim hero";
|
|
82
|
+
readonly blockKinds: readonly ["block.hero"];
|
|
83
|
+
readonly constraints: {
|
|
84
|
+
readonly layoutFamilies: readonly ["centered", "compact"];
|
|
85
|
+
};
|
|
86
|
+
readonly optionGroups: readonly [{
|
|
87
|
+
readonly id: "image-surface-treatment";
|
|
88
|
+
readonly label: "Treatment";
|
|
89
|
+
readonly selectedOptionId: "brand-scrim-primary";
|
|
90
|
+
readonly options: readonly [{
|
|
91
|
+
readonly id: "brand-scrim-primary";
|
|
92
|
+
readonly label: "Brand scrim";
|
|
93
|
+
readonly designPatch: {
|
|
94
|
+
readonly imageSurfaceTreatment: {
|
|
95
|
+
readonly kind: "brand-scrim";
|
|
96
|
+
readonly token: "primary";
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
}, {
|
|
100
|
+
readonly id: "neutral-scrim";
|
|
101
|
+
readonly label: "Neutral scrim";
|
|
102
|
+
readonly designPatch: {
|
|
103
|
+
readonly imageSurfaceTreatment: {
|
|
104
|
+
readonly kind: "neutral-scrim";
|
|
105
|
+
};
|
|
106
|
+
};
|
|
107
|
+
}];
|
|
108
|
+
}];
|
|
109
|
+
readonly layoutPatches: readonly [{
|
|
110
|
+
readonly constraints: {
|
|
111
|
+
readonly layoutVariantKeys: readonly ["micro"];
|
|
112
|
+
};
|
|
113
|
+
readonly designPatch: {
|
|
114
|
+
readonly sectionHeight: "banner";
|
|
115
|
+
};
|
|
116
|
+
}];
|
|
117
|
+
readonly design: {
|
|
118
|
+
readonly sectionSurface: "hero-image";
|
|
119
|
+
readonly contentFrame: {
|
|
120
|
+
readonly kind: "plain";
|
|
121
|
+
};
|
|
122
|
+
readonly itemSurface: "none";
|
|
123
|
+
readonly transitionAfter: "soft-fade-short";
|
|
124
|
+
readonly emphasis: "high";
|
|
125
|
+
readonly sectionHeight: "immersive";
|
|
126
|
+
readonly imageSurfaceTreatment: {
|
|
127
|
+
readonly kind: "brand-scrim";
|
|
128
|
+
readonly token: "primary";
|
|
129
|
+
};
|
|
130
|
+
readonly imageSurfaceMotion: "fixed-frame";
|
|
131
|
+
readonly eyebrowTreatment: "accent-pill-bounce";
|
|
132
|
+
};
|
|
133
|
+
}, {
|
|
134
|
+
readonly kind: "block-design";
|
|
135
|
+
readonly id: "hero-brand-depth-expressive";
|
|
136
|
+
readonly target: "hero";
|
|
137
|
+
readonly label: "Expressive brand-depth hero";
|
|
138
|
+
readonly blockKinds: readonly ["block.hero"];
|
|
139
|
+
readonly constraints: {
|
|
140
|
+
readonly layoutFamilies: readonly ["centered", "compact"];
|
|
141
|
+
};
|
|
142
|
+
readonly design: {
|
|
143
|
+
readonly sectionSurface: "brand-depth-band";
|
|
144
|
+
readonly contentFrame: {
|
|
145
|
+
readonly kind: "plain";
|
|
146
|
+
};
|
|
147
|
+
readonly itemSurface: "none";
|
|
148
|
+
readonly transitionAfter: "soft-fade-short";
|
|
149
|
+
readonly emphasis: "high";
|
|
150
|
+
readonly eyebrowTreatment: "accent-pill-bounce";
|
|
151
|
+
};
|
|
152
|
+
}, {
|
|
153
|
+
readonly kind: "block-design";
|
|
154
|
+
readonly id: "hero-contained-intro";
|
|
155
|
+
readonly target: "hero";
|
|
156
|
+
readonly label: "Contained intro hero";
|
|
157
|
+
readonly blockKinds: readonly ["block.hero"];
|
|
158
|
+
readonly design: {
|
|
159
|
+
readonly sectionSurface: "muted-band";
|
|
160
|
+
readonly contentFrame: Readonly<{
|
|
161
|
+
kind: "panel";
|
|
162
|
+
treatment: "inset";
|
|
163
|
+
}>;
|
|
164
|
+
readonly itemSurface: "none";
|
|
165
|
+
readonly transitionAfter: "none";
|
|
166
|
+
readonly emphasis: "high";
|
|
167
|
+
};
|
|
168
|
+
}, {
|
|
169
|
+
readonly kind: "block-design";
|
|
170
|
+
readonly id: "body-text-editorial-intro";
|
|
171
|
+
readonly target: "body-text";
|
|
172
|
+
readonly label: "Editorial intro copy";
|
|
173
|
+
readonly blockKinds: readonly ["block.body-text"];
|
|
174
|
+
readonly design: {
|
|
175
|
+
readonly sectionSurface: "base";
|
|
176
|
+
readonly contentFrame: {
|
|
177
|
+
readonly kind: "plain";
|
|
178
|
+
};
|
|
179
|
+
readonly itemSurface: "none";
|
|
180
|
+
readonly transitionAfter: "soft-fade-short";
|
|
181
|
+
readonly emphasis: "high";
|
|
182
|
+
};
|
|
183
|
+
}, {
|
|
184
|
+
readonly kind: "block-design";
|
|
185
|
+
readonly id: "body-text-brand-depth-intro";
|
|
186
|
+
readonly target: "body-text";
|
|
187
|
+
readonly label: "Brand-depth intro copy";
|
|
188
|
+
readonly blockKinds: readonly ["block.body-text"];
|
|
189
|
+
readonly design: {
|
|
190
|
+
readonly sectionSurface: "brand-depth-band";
|
|
191
|
+
readonly contentFrame: {
|
|
192
|
+
readonly kind: "plain";
|
|
193
|
+
};
|
|
194
|
+
readonly itemSurface: "none";
|
|
195
|
+
readonly transitionAfter: "soft-fade-short";
|
|
196
|
+
readonly emphasis: "high";
|
|
197
|
+
};
|
|
198
|
+
}, {
|
|
199
|
+
readonly kind: "block-design";
|
|
200
|
+
readonly id: "offerings-calm-list";
|
|
201
|
+
readonly target: "offerings";
|
|
202
|
+
readonly label: "Calm offerings list";
|
|
203
|
+
readonly blockKinds: readonly ["block.event-listing", "block.event-calendar", "block.event-spotlight", "block.product-list"];
|
|
204
|
+
readonly design: {
|
|
205
|
+
readonly sectionSurface: "muted-band";
|
|
206
|
+
readonly contentFrame: {
|
|
207
|
+
readonly kind: "plain";
|
|
208
|
+
};
|
|
209
|
+
readonly itemSurface: "none";
|
|
210
|
+
readonly transitionAfter: "soft-fade-short";
|
|
211
|
+
readonly emphasis: "medium";
|
|
212
|
+
};
|
|
213
|
+
}, {
|
|
214
|
+
readonly kind: "block-design";
|
|
215
|
+
readonly id: "events-base-calendar";
|
|
216
|
+
readonly target: "events";
|
|
217
|
+
readonly label: "Base event calendar";
|
|
218
|
+
readonly blockKinds: readonly ["block.event-calendar", "block.event-listing"];
|
|
219
|
+
readonly design: {
|
|
220
|
+
readonly sectionSurface: "base";
|
|
221
|
+
readonly contentFrame: {
|
|
222
|
+
readonly kind: "plain";
|
|
223
|
+
};
|
|
224
|
+
readonly itemSurface: "none";
|
|
225
|
+
readonly transitionAfter: "none";
|
|
226
|
+
readonly emphasis: "medium";
|
|
227
|
+
};
|
|
228
|
+
}, {
|
|
229
|
+
readonly kind: "block-design";
|
|
230
|
+
readonly id: "schedule-details-accent-section";
|
|
231
|
+
readonly target: "events";
|
|
232
|
+
readonly label: "Accent schedule details";
|
|
233
|
+
readonly blockKinds: readonly ["block.event-details", "block.course-details"];
|
|
234
|
+
readonly design: {
|
|
235
|
+
readonly sectionSurface: "accent-band";
|
|
236
|
+
readonly contentFrame: {
|
|
237
|
+
readonly kind: "plain";
|
|
238
|
+
};
|
|
239
|
+
readonly itemSurface: "none";
|
|
240
|
+
readonly transitionAfter: "none";
|
|
241
|
+
readonly emphasis: "medium";
|
|
242
|
+
};
|
|
243
|
+
}, {
|
|
244
|
+
readonly kind: "block-design";
|
|
245
|
+
readonly id: "schedule-details-brand-depth";
|
|
246
|
+
readonly target: "events";
|
|
247
|
+
readonly label: "Brand-depth schedule details";
|
|
248
|
+
readonly blockKinds: readonly ["block.event-details", "block.course-details"];
|
|
249
|
+
readonly design: {
|
|
250
|
+
readonly sectionSurface: "brand-depth-band";
|
|
251
|
+
readonly contentFrame: {
|
|
252
|
+
readonly kind: "plain";
|
|
253
|
+
};
|
|
254
|
+
readonly itemSurface: "none";
|
|
255
|
+
readonly transitionAfter: "none";
|
|
256
|
+
readonly emphasis: "medium";
|
|
257
|
+
readonly tileTreatment: "brand-depth";
|
|
258
|
+
};
|
|
259
|
+
}, {
|
|
260
|
+
readonly kind: "block-design";
|
|
261
|
+
readonly id: "media-text-flush-feature";
|
|
262
|
+
readonly target: "media-text";
|
|
263
|
+
readonly label: "Flush media feature";
|
|
264
|
+
readonly blockKinds: readonly ["block.media-text"];
|
|
265
|
+
readonly design: {
|
|
266
|
+
readonly sectionSurface: "muted-band";
|
|
267
|
+
readonly contentFrame: Readonly<{
|
|
268
|
+
kind: "flush-panel";
|
|
269
|
+
treatment: import("@riverbankcms/blocks").FlushFrameTreatment;
|
|
270
|
+
bleed: "start";
|
|
271
|
+
}>;
|
|
272
|
+
readonly itemSurface: "none";
|
|
273
|
+
readonly transitionAfter: "none";
|
|
274
|
+
readonly emphasis: "high";
|
|
275
|
+
};
|
|
276
|
+
}, {
|
|
277
|
+
readonly kind: "block-design";
|
|
278
|
+
readonly id: "media-text-quiet-story";
|
|
279
|
+
readonly target: "media-text";
|
|
280
|
+
readonly label: "Quiet media story";
|
|
281
|
+
readonly blockKinds: readonly ["block.media-text"];
|
|
282
|
+
readonly design: {
|
|
283
|
+
readonly sectionSurface: "base";
|
|
284
|
+
readonly contentFrame: {
|
|
285
|
+
readonly kind: "plain";
|
|
286
|
+
};
|
|
287
|
+
readonly itemSurface: "none";
|
|
288
|
+
readonly transitionAfter: "soft-fade-short";
|
|
289
|
+
readonly emphasis: "medium";
|
|
290
|
+
};
|
|
291
|
+
}, {
|
|
292
|
+
readonly kind: "block-design";
|
|
293
|
+
readonly id: "testimonials-carded-proof";
|
|
294
|
+
readonly target: "testimonials";
|
|
295
|
+
readonly label: "Carded social proof";
|
|
296
|
+
readonly blockKinds: readonly ["block.testimonials"];
|
|
297
|
+
readonly design: {
|
|
298
|
+
readonly sectionSurface: "base";
|
|
299
|
+
readonly contentFrame: {
|
|
300
|
+
readonly kind: "plain";
|
|
301
|
+
};
|
|
302
|
+
readonly itemSurface: "default";
|
|
303
|
+
readonly transitionAfter: "none";
|
|
304
|
+
readonly emphasis: "medium";
|
|
305
|
+
};
|
|
306
|
+
}, {
|
|
307
|
+
readonly kind: "block-design";
|
|
308
|
+
readonly id: "testimonials-contained-proof";
|
|
309
|
+
readonly target: "testimonials";
|
|
310
|
+
readonly label: "Contained social proof";
|
|
311
|
+
readonly blockKinds: readonly ["block.testimonials"];
|
|
312
|
+
readonly design: {
|
|
313
|
+
readonly sectionSurface: "muted-band";
|
|
314
|
+
readonly contentFrame: Readonly<{
|
|
315
|
+
kind: "panel";
|
|
316
|
+
treatment: "raised";
|
|
317
|
+
}>;
|
|
318
|
+
readonly itemSurface: "raised";
|
|
319
|
+
readonly transitionAfter: "soft-fade-short";
|
|
320
|
+
readonly emphasis: "high";
|
|
321
|
+
};
|
|
322
|
+
}, {
|
|
323
|
+
readonly kind: "block-design";
|
|
324
|
+
readonly id: "testimonials-dark-proof";
|
|
325
|
+
readonly target: "testimonials";
|
|
326
|
+
readonly label: "Dark proof panel";
|
|
327
|
+
readonly blockKinds: readonly ["block.testimonials"];
|
|
328
|
+
readonly design: {
|
|
329
|
+
readonly sectionSurface: "accent-band";
|
|
330
|
+
readonly contentFrame: Readonly<{
|
|
331
|
+
kind: "panel";
|
|
332
|
+
treatment: "raised";
|
|
333
|
+
}>;
|
|
334
|
+
readonly itemSurface: "raised";
|
|
335
|
+
readonly transitionAfter: "soft-fade-short";
|
|
336
|
+
readonly emphasis: "high";
|
|
337
|
+
};
|
|
338
|
+
}, {
|
|
339
|
+
readonly kind: "block-design";
|
|
340
|
+
readonly id: "testimonials-accent-quote-proof";
|
|
341
|
+
readonly target: "testimonials";
|
|
342
|
+
readonly label: "Accent quote proof";
|
|
343
|
+
readonly blockKinds: readonly ["block.testimonials"];
|
|
344
|
+
readonly design: {
|
|
345
|
+
readonly sectionSurface: "accent-band";
|
|
346
|
+
readonly contentFrame: {
|
|
347
|
+
readonly kind: "plain";
|
|
348
|
+
};
|
|
349
|
+
readonly itemSurface: "raised";
|
|
350
|
+
readonly transitionAfter: "soft-fade-short";
|
|
351
|
+
readonly emphasis: "high";
|
|
352
|
+
readonly testimonialCardTreatment: "accent-quote";
|
|
353
|
+
};
|
|
354
|
+
}, {
|
|
355
|
+
readonly kind: "block-design";
|
|
356
|
+
readonly id: "faq-base-accordion";
|
|
357
|
+
readonly target: "faq";
|
|
358
|
+
readonly label: "Base accordion FAQ";
|
|
359
|
+
readonly blockKinds: readonly ["block.faq"];
|
|
360
|
+
readonly design: {
|
|
361
|
+
readonly sectionSurface: "base";
|
|
362
|
+
readonly contentFrame: {
|
|
363
|
+
readonly kind: "plain";
|
|
364
|
+
};
|
|
365
|
+
readonly itemSurface: "default";
|
|
366
|
+
readonly transitionAfter: "none";
|
|
367
|
+
readonly emphasis: "medium";
|
|
368
|
+
};
|
|
369
|
+
}, {
|
|
370
|
+
readonly kind: "block-design";
|
|
371
|
+
readonly id: "faq-contained-help";
|
|
372
|
+
readonly target: "faq";
|
|
373
|
+
readonly label: "Contained help panel";
|
|
374
|
+
readonly blockKinds: readonly ["block.faq"];
|
|
375
|
+
readonly design: {
|
|
376
|
+
readonly sectionSurface: "muted-band";
|
|
377
|
+
readonly contentFrame: Readonly<{
|
|
378
|
+
kind: "panel";
|
|
379
|
+
treatment: "inset";
|
|
380
|
+
}>;
|
|
381
|
+
readonly itemSurface: "default";
|
|
382
|
+
readonly transitionAfter: "none";
|
|
383
|
+
readonly emphasis: "low";
|
|
384
|
+
};
|
|
385
|
+
}, {
|
|
386
|
+
readonly kind: "block-design";
|
|
387
|
+
readonly id: "contact-form-panel";
|
|
388
|
+
readonly target: "contact-form";
|
|
389
|
+
readonly label: "Contact form panel";
|
|
390
|
+
readonly blockKinds: readonly ["block.form"];
|
|
391
|
+
readonly design: {
|
|
392
|
+
readonly sectionSurface: "muted-band";
|
|
393
|
+
readonly contentFrame: Readonly<{
|
|
394
|
+
kind: "panel";
|
|
395
|
+
treatment: "raised";
|
|
396
|
+
}>;
|
|
397
|
+
readonly itemSurface: "none";
|
|
398
|
+
readonly transitionAfter: "soft-fade-short";
|
|
399
|
+
readonly emphasis: "medium";
|
|
400
|
+
};
|
|
401
|
+
}, {
|
|
402
|
+
readonly kind: "block-design";
|
|
403
|
+
readonly id: "contact-form-dark-card";
|
|
404
|
+
readonly target: "contact-form";
|
|
405
|
+
readonly label: "Dark form card";
|
|
406
|
+
readonly blockKinds: readonly ["block.form"];
|
|
407
|
+
readonly design: {
|
|
408
|
+
readonly sectionSurface: "accent-band";
|
|
409
|
+
readonly contentFrame: Readonly<{
|
|
410
|
+
kind: "panel";
|
|
411
|
+
treatment: "raised";
|
|
412
|
+
}>;
|
|
413
|
+
readonly itemSurface: "none";
|
|
414
|
+
readonly transitionAfter: "soft-fade-short";
|
|
415
|
+
readonly emphasis: "high";
|
|
416
|
+
};
|
|
417
|
+
}, {
|
|
418
|
+
readonly kind: "block-design";
|
|
419
|
+
readonly id: "contact-form-brand-depth-card";
|
|
420
|
+
readonly target: "contact-form";
|
|
421
|
+
readonly label: "Brand-depth form card";
|
|
422
|
+
readonly blockKinds: readonly ["block.form"];
|
|
423
|
+
readonly design: {
|
|
424
|
+
readonly sectionSurface: "brand-depth-band";
|
|
425
|
+
readonly contentFrame: Readonly<{
|
|
426
|
+
kind: "panel";
|
|
427
|
+
treatment: "raised";
|
|
428
|
+
}>;
|
|
429
|
+
readonly itemSurface: "none";
|
|
430
|
+
readonly transitionAfter: "none";
|
|
431
|
+
readonly emphasis: "high";
|
|
432
|
+
};
|
|
433
|
+
}, {
|
|
434
|
+
readonly kind: "block-design";
|
|
435
|
+
readonly id: "cta-accent-band";
|
|
436
|
+
readonly target: "cta";
|
|
437
|
+
readonly label: "Accent CTA band";
|
|
438
|
+
readonly blockKinds: readonly ["block.cta-full"];
|
|
439
|
+
readonly design: {
|
|
440
|
+
readonly sectionSurface: "accent-band";
|
|
441
|
+
readonly contentFrame: {
|
|
442
|
+
readonly kind: "plain";
|
|
443
|
+
};
|
|
444
|
+
readonly itemSurface: "none";
|
|
445
|
+
readonly transitionAfter: "none";
|
|
446
|
+
readonly emphasis: "high";
|
|
447
|
+
};
|
|
448
|
+
}];
|
|
@@ -11,6 +11,7 @@ type CuratedSiteStyleHeroOverrides = Readonly<{
|
|
|
11
11
|
type CuratedSiteStyleBodyTextOverrides = Readonly<{
|
|
12
12
|
intro?: NonNullable<NonNullable<Theme['bodyText']>['intro']>;
|
|
13
13
|
}>;
|
|
14
|
+
type CuratedSiteStyleInputOverrides = NonNullable<Theme['inputs']>;
|
|
14
15
|
/**
|
|
15
16
|
* Site-style-specific Theme overrides are applied after token recipes,
|
|
16
17
|
* button personality, and palette variant selection have compiled the base
|
|
@@ -21,6 +22,11 @@ export type CuratedSiteStyleThemeOverrides = Readonly<{
|
|
|
21
22
|
typography?: Theme['typography'];
|
|
22
23
|
hero?: CuratedSiteStyleHeroOverrides;
|
|
23
24
|
bodyText?: CuratedSiteStyleBodyTextOverrides;
|
|
25
|
+
/**
|
|
26
|
+
* Inputs are authored as a complete system rather than sparsely merged so
|
|
27
|
+
* site styles can curate accessible, internally consistent control states.
|
|
28
|
+
*/
|
|
29
|
+
inputs?: CuratedSiteStyleInputOverrides;
|
|
24
30
|
}>;
|
|
25
31
|
export type ButtonPersonalityChoice = CuratedChoice<KnownButtonPersonalityId>;
|
|
26
32
|
export type PaletteVariantChoice = CuratedChoice<KnownPaletteVariantId>;
|
|
@@ -114,6 +114,7 @@ export declare const blockDesignPlanSchema: z.ZodObject<{
|
|
|
114
114
|
base: "base";
|
|
115
115
|
"muted-band": "muted-band";
|
|
116
116
|
"accent-band": "accent-band";
|
|
117
|
+
"brand-depth-band": "brand-depth-band";
|
|
117
118
|
"hero-image": "hero-image";
|
|
118
119
|
}>;
|
|
119
120
|
contentFrame: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -224,6 +225,11 @@ export declare const blockDesignPlanSchema: z.ZodObject<{
|
|
|
224
225
|
default: "default";
|
|
225
226
|
"accent-quote": "accent-quote";
|
|
226
227
|
}>>;
|
|
228
|
+
tileTreatment: z.ZodOptional<z.ZodEnum<{
|
|
229
|
+
default: "default";
|
|
230
|
+
quiet: "quiet";
|
|
231
|
+
"brand-depth": "brand-depth";
|
|
232
|
+
}>>;
|
|
227
233
|
eyebrowTreatment: z.ZodOptional<z.ZodEnum<{
|
|
228
234
|
pill: "pill";
|
|
229
235
|
plain: "plain";
|
|
@@ -302,6 +308,7 @@ export declare const persistedPageDesignStateV1Schema: z.ZodObject<{
|
|
|
302
308
|
base: "base";
|
|
303
309
|
"muted-band": "muted-band";
|
|
304
310
|
"accent-band": "accent-band";
|
|
311
|
+
"brand-depth-band": "brand-depth-band";
|
|
305
312
|
"hero-image": "hero-image";
|
|
306
313
|
}>;
|
|
307
314
|
contentFrame: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -412,6 +419,11 @@ export declare const persistedPageDesignStateV1Schema: z.ZodObject<{
|
|
|
412
419
|
default: "default";
|
|
413
420
|
"accent-quote": "accent-quote";
|
|
414
421
|
}>>;
|
|
422
|
+
tileTreatment: z.ZodOptional<z.ZodEnum<{
|
|
423
|
+
default: "default";
|
|
424
|
+
quiet: "quiet";
|
|
425
|
+
"brand-depth": "brand-depth";
|
|
426
|
+
}>>;
|
|
415
427
|
eyebrowTreatment: z.ZodOptional<z.ZodEnum<{
|
|
416
428
|
pill: "pill";
|
|
417
429
|
plain: "plain";
|
|
@@ -39,6 +39,7 @@ export declare const generatedBlockDesignIntentSchema: z.ZodObject<{
|
|
|
39
39
|
base: "base";
|
|
40
40
|
"muted-band": "muted-band";
|
|
41
41
|
"accent-band": "accent-band";
|
|
42
|
+
"brand-depth-band": "brand-depth-band";
|
|
42
43
|
"hero-image": "hero-image";
|
|
43
44
|
}>;
|
|
44
45
|
}, z.core.$strict>], "kind">;
|
|
@@ -181,6 +182,7 @@ export declare const generatedPageDesignIntentSchema: z.ZodObject<{
|
|
|
181
182
|
base: "base";
|
|
182
183
|
"muted-band": "muted-band";
|
|
183
184
|
"accent-band": "accent-band";
|
|
185
|
+
"brand-depth-band": "brand-depth-band";
|
|
184
186
|
"hero-image": "hero-image";
|
|
185
187
|
}>;
|
|
186
188
|
}, z.core.$strict>], "kind">;
|
|
@@ -74,6 +74,14 @@ export declare const defaultDesignRuntimeRules: {
|
|
|
74
74
|
readonly headingColor: "primaryForeground";
|
|
75
75
|
};
|
|
76
76
|
};
|
|
77
|
+
readonly 'brand-depth-band': {
|
|
78
|
+
readonly background: {
|
|
79
|
+
readonly type: "color";
|
|
80
|
+
readonly color: "primary-800";
|
|
81
|
+
readonly textColor: "primaryForeground";
|
|
82
|
+
readonly headingColor: "primaryForeground";
|
|
83
|
+
};
|
|
84
|
+
};
|
|
77
85
|
readonly 'hero-image': {
|
|
78
86
|
readonly background: {
|
|
79
87
|
readonly type: "image";
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import type { Theme } from '../schema';
|
|
2
|
+
import type { HeaderCtaTreatment, SiteFooterAppearancePreset, SiteHeaderAppearancePreset } from './appearancePresetTypes';
|
|
3
|
+
export declare function resolveHeaderCtaVariant(theme: Theme, treatment: HeaderCtaTreatment): string | undefined;
|
|
4
|
+
export declare function compileSiteHeaderAppearancePreset(preset: SiteHeaderAppearancePreset, theme: Theme): Theme['header'];
|
|
5
|
+
export declare function compileSiteFooterAppearancePreset(preset: SiteFooterAppearancePreset, theme: Theme): Theme['footer'];
|
|
6
|
+
export declare const siteChromeAppearancePresets: readonly [{
|
|
7
|
+
readonly kind: "site-chrome";
|
|
8
|
+
readonly id: "header-clean-base";
|
|
9
|
+
readonly target: "site-header";
|
|
10
|
+
readonly label: "Clean base header";
|
|
11
|
+
readonly header: {
|
|
12
|
+
readonly surface: {
|
|
13
|
+
readonly kind: "neutral-solid";
|
|
14
|
+
readonly token: "surface";
|
|
15
|
+
readonly textColorToken: "text";
|
|
16
|
+
};
|
|
17
|
+
readonly navTreatment: "minimal";
|
|
18
|
+
readonly dropdownTreatment: "surface";
|
|
19
|
+
readonly ctaTreatment: "default";
|
|
20
|
+
readonly behavior: "default";
|
|
21
|
+
};
|
|
22
|
+
}, {
|
|
23
|
+
readonly kind: "site-chrome";
|
|
24
|
+
readonly id: "site-header-brand-solid-inverted-cta";
|
|
25
|
+
readonly target: "site-header";
|
|
26
|
+
readonly label: "Brand solid header with inverted CTA";
|
|
27
|
+
readonly header: {
|
|
28
|
+
readonly surface: {
|
|
29
|
+
readonly kind: "brand-solid";
|
|
30
|
+
readonly token: "primary";
|
|
31
|
+
readonly textColorToken: "primaryForeground";
|
|
32
|
+
};
|
|
33
|
+
readonly navTreatment: "uppercase-underline";
|
|
34
|
+
readonly dropdownTreatment: "matched-solid";
|
|
35
|
+
readonly ctaTreatment: "inverted";
|
|
36
|
+
readonly behavior: "sticky-shrink";
|
|
37
|
+
};
|
|
38
|
+
}, {
|
|
39
|
+
readonly kind: "site-chrome";
|
|
40
|
+
readonly id: "footer-muted-grounding";
|
|
41
|
+
readonly target: "site-footer";
|
|
42
|
+
readonly label: "Muted grounding footer";
|
|
43
|
+
readonly footer: {
|
|
44
|
+
readonly kind: "grounding";
|
|
45
|
+
readonly surface: "muted-band";
|
|
46
|
+
readonly emphasis: "low";
|
|
47
|
+
};
|
|
48
|
+
}, {
|
|
49
|
+
readonly kind: "site-chrome";
|
|
50
|
+
readonly id: "site-footer-brand-two-band";
|
|
51
|
+
readonly target: "site-footer";
|
|
52
|
+
readonly label: "Two-band brand footer";
|
|
53
|
+
readonly footer: {
|
|
54
|
+
readonly kind: "brand-two-band";
|
|
55
|
+
readonly surface: {
|
|
56
|
+
readonly token: "primary";
|
|
57
|
+
readonly shade: "800";
|
|
58
|
+
readonly textColorToken: "primaryForeground";
|
|
59
|
+
};
|
|
60
|
+
readonly bottomBand: {
|
|
61
|
+
readonly token: "primary";
|
|
62
|
+
readonly shade: "900";
|
|
63
|
+
readonly textColorToken: "primaryForeground";
|
|
64
|
+
};
|
|
65
|
+
readonly emphasis: "high";
|
|
66
|
+
};
|
|
67
|
+
}];
|
|
@@ -21,7 +21,7 @@ export type AdvancedDesignOptionCatalog = DesignOptionCatalog<'advanced', SiteSt
|
|
|
21
21
|
export type DesignOptionCatalogForSource<TSource extends DesignChoiceSource> = TSource extends 'generated' ? GeneratedDesignOptionCatalog : TSource extends 'user' ? UserDesignOptionCatalog : TSource extends 'advanced' ? AdvancedDesignOptionCatalog : never;
|
|
22
22
|
export declare const generatedDesignOptionCatalog: {
|
|
23
23
|
readonly source: "generated";
|
|
24
|
-
readonly sectionSurfaces: readonly ["base", "muted-band", "accent-band", "hero-image"];
|
|
24
|
+
readonly sectionSurfaces: readonly ["base", "muted-band", "accent-band", "brand-depth-band", "hero-image"];
|
|
25
25
|
readonly contentFrames: readonly [{
|
|
26
26
|
readonly kind: "plain";
|
|
27
27
|
}, Readonly<{
|
|
@@ -42,7 +42,7 @@ export declare const generatedDesignOptionCatalog: {
|
|
|
42
42
|
};
|
|
43
43
|
export declare const userDesignOptionCatalog: {
|
|
44
44
|
readonly source: "user";
|
|
45
|
-
readonly sectionSurfaces: readonly ["base", "muted-band", "accent-band", "hero-image"];
|
|
45
|
+
readonly sectionSurfaces: readonly ["base", "muted-band", "accent-band", "brand-depth-band", "hero-image"];
|
|
46
46
|
readonly contentFrames: readonly [{
|
|
47
47
|
readonly kind: "plain";
|
|
48
48
|
}, Readonly<{
|
|
@@ -74,7 +74,7 @@ export declare const userDesignOptionCatalog: {
|
|
|
74
74
|
};
|
|
75
75
|
export declare const advancedDesignOptionCatalog: {
|
|
76
76
|
readonly source: "advanced";
|
|
77
|
-
readonly sectionSurfaces: readonly ["base", "muted-band", "accent-band", "hero-image"];
|
|
77
|
+
readonly sectionSurfaces: readonly ["base", "muted-band", "accent-band", "brand-depth-band", "hero-image"];
|
|
78
78
|
readonly contentFrames: readonly [{
|
|
79
79
|
readonly kind: "plain";
|
|
80
80
|
}, Readonly<{
|
|
@@ -107,7 +107,7 @@ export declare const advancedDesignOptionCatalog: {
|
|
|
107
107
|
export declare const designOptionCatalogs: {
|
|
108
108
|
readonly generated: {
|
|
109
109
|
readonly source: "generated";
|
|
110
|
-
readonly sectionSurfaces: readonly ["base", "muted-band", "accent-band", "hero-image"];
|
|
110
|
+
readonly sectionSurfaces: readonly ["base", "muted-band", "accent-band", "brand-depth-band", "hero-image"];
|
|
111
111
|
readonly contentFrames: readonly [{
|
|
112
112
|
readonly kind: "plain";
|
|
113
113
|
}, Readonly<{
|
|
@@ -128,7 +128,7 @@ export declare const designOptionCatalogs: {
|
|
|
128
128
|
};
|
|
129
129
|
readonly user: {
|
|
130
130
|
readonly source: "user";
|
|
131
|
-
readonly sectionSurfaces: readonly ["base", "muted-band", "accent-band", "hero-image"];
|
|
131
|
+
readonly sectionSurfaces: readonly ["base", "muted-band", "accent-band", "brand-depth-band", "hero-image"];
|
|
132
132
|
readonly contentFrames: readonly [{
|
|
133
133
|
readonly kind: "plain";
|
|
134
134
|
}, Readonly<{
|
|
@@ -160,7 +160,7 @@ export declare const designOptionCatalogs: {
|
|
|
160
160
|
};
|
|
161
161
|
readonly advanced: {
|
|
162
162
|
readonly source: "advanced";
|
|
163
|
-
readonly sectionSurfaces: readonly ["base", "muted-band", "accent-band", "hero-image"];
|
|
163
|
+
readonly sectionSurfaces: readonly ["base", "muted-band", "accent-band", "brand-depth-band", "hero-image"];
|
|
164
164
|
readonly contentFrames: readonly [{
|
|
165
165
|
readonly kind: "plain";
|
|
166
166
|
}, Readonly<{
|