@riverbankcms/sdk 0.81.0 → 0.84.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 +81 -3
- package/dist/{PreviewEditorSidebar-RDCMEXIJ.mjs → PreviewEditorSidebar-HML67UDA.mjs} +367 -507
- package/dist/{PreviewEditorSidebar-O4NDX5TP.css → PreviewEditorSidebar-JA4VIPSZ.css} +1 -1
- package/dist/{SdkPreviewModeRuntime-PBGALTMK.css → PreviewEditorUI-36T7QYV4.css} +1 -1
- package/dist/{PreviewEditorUI-NYGQ6K7B.mjs → PreviewEditorUI-I4BQUU6K.mjs} +4 -6
- package/dist/{PreviewEditorUI-4JVDBZBS.css → SdkPreviewModeRuntime-FXKI6XNL.css} +1 -1
- package/dist/SdkPreviewModeRuntime-MCKMVDTK.mjs +8 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +1038 -262
- package/dist/_dts/altcha/src/AltchaWidget.d.ts +1 -1
- package/dist/_dts/api/src/analytics.d.ts +1 -1
- package/dist/_dts/api/src/blocks.d.ts +36 -0
- package/dist/_dts/api/src/bookingConfig.d.ts +4 -0
- package/dist/_dts/api/src/contentRuntime.d.ts +49 -3
- package/dist/_dts/api/src/courses.d.ts +1 -1
- package/dist/_dts/api/src/endpoints.d.ts +40 -0
- package/dist/_dts/api/src/event-destination-policy.d.ts +17 -0
- package/dist/_dts/api/src/index.d.ts +6 -2
- package/dist/_dts/api/src/navigation/boundaries.d.ts +64 -0
- package/dist/_dts/api/src/navigation.d.ts +2 -0
- package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +6 -54
- package/dist/_dts/api/src/sdk-event-pricing.d.ts +61 -0
- package/dist/_dts/api/src/sdk-event-schedule.d.ts +52 -0
- package/dist/_dts/api/src/sdk-event-upsert.d.ts +50 -0
- package/dist/_dts/api/src/sdkContracts.d.ts +67 -33
- package/dist/_dts/api/src/shared-contracts.d.ts +13 -0
- package/dist/_dts/api/src/siteGeneration.d.ts +1 -1
- package/dist/_dts/api/src/sitePlatformEndpoints.d.ts +29 -42
- package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +46 -1
- package/dist/_dts/api/src/types.d.ts +1 -1
- package/dist/_dts/block-form/src/backend/useBackendWatch.d.ts +6 -1
- package/dist/_dts/block-form/src/context/BlockContext.d.ts +1 -1
- package/dist/_dts/block-form/src/context/DisplayLabelResolverContext.d.ts +1 -1
- package/dist/_dts/block-form/src/context/FieldPreviewResolverContext.d.ts +2 -2
- package/dist/_dts/block-form/src/manifest/ManifestForm.d.ts +1 -1
- package/dist/_dts/block-form/src/palette/PaletteContext.d.ts +1 -1
- package/dist/_dts/block-form/src/sdk-config/SdkConfigContext.d.ts +1 -1
- package/dist/_dts/block-form/src/utils/evaluateVisibility.d.ts +3 -2
- package/dist/_dts/block-form/src/utils/visibleWhen.d.ts +7 -0
- package/dist/_dts/block-form/src/widgets/BackgroundColorWidget/BackgroundColorWidget.d.ts +2 -1
- package/dist/_dts/block-form/src/widgets/BackgroundGradientWidget/BackgroundGradientWidget.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/BooleanField/BooleanField.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/DateField/datePickerPopover.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/Field.d.ts +2 -2
- package/dist/_dts/block-form/src/widgets/FieldFrame.d.ts +3 -3
- package/dist/_dts/block-form/src/widgets/NumberField/NumberField.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/PresetOrCustomField/PresetOrCustomField.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/SdkSelectField/SdkSelectField.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/SelectField/SelectField.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/SelectWidget.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/SliderField/SliderField.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/TextField/TextField.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/TextInputWidget.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/ToggleWidget.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/stringDefaultValue.d.ts +1 -0
- package/dist/_dts/blocks/src/PageRenderer.d.ts +12 -1
- package/dist/_dts/blocks/src/bindings/index.d.ts +1 -1
- package/dist/_dts/blocks/src/client/site-chrome.d.ts +1 -1
- package/dist/_dts/blocks/src/client.d.ts +4 -0
- package/dist/_dts/blocks/src/contracts/proof-block-islands.d.ts +24 -20
- package/dist/_dts/blocks/src/index.d.ts +2 -2
- package/dist/_dts/blocks/src/portal/types.d.ts +1 -1
- package/dist/_dts/blocks/src/primitives/content/components/Button.d.ts +7 -7
- package/dist/_dts/blocks/src/primitives/content/components/RichText.d.ts +2 -1
- package/dist/_dts/blocks/src/primitives/content/components/Text.d.ts +2 -1
- package/dist/_dts/blocks/src/primitives/content/primitives.d.ts +3 -0
- package/dist/_dts/blocks/src/primitives/layout/Grid.d.ts +2 -1
- package/dist/_dts/blocks/src/primitives/layout/Inline.d.ts +2 -1
- package/dist/_dts/blocks/src/primitives/layout/Stack.d.ts +2 -1
- package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +880 -2608
- package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +880 -2608
- package/dist/_dts/blocks/src/system/blocks/cart.d.ts +880 -2608
- package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +880 -2608
- package/dist/_dts/blocks/src/system/blocks/collection.d.ts +880 -2608
- package/dist/_dts/blocks/src/system/blocks/contact-newsletter.d.ts +171 -0
- package/dist/_dts/blocks/src/system/blocks/courses/shared/types.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/events/shared/schemas.d.ts +302 -151
- package/dist/_dts/blocks/src/system/blocks/events/shared/types.d.ts +6 -20
- package/dist/_dts/blocks/src/system/blocks/faq.d.ts +880 -2608
- package/dist/_dts/blocks/src/system/blocks/feature-card-icons.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +880 -2608
- package/dist/_dts/blocks/src/system/blocks/hero.d.ts +3 -2
- package/dist/_dts/blocks/src/system/blocks/image-gallery.d.ts +3 -0
- package/dist/_dts/blocks/src/system/blocks/index.d.ts +1 -0
- package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +4 -10
- package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +2608 -225
- package/dist/_dts/blocks/src/system/blocks/offerings-preview/index.d.ts +4 -2
- package/dist/_dts/blocks/src/system/blocks/offerings-preview/model.d.ts +28 -0
- package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +880 -2618
- package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +880 -2620
- package/dist/_dts/blocks/src/system/blocks/products/shared.d.ts +0 -4
- package/dist/_dts/blocks/src/system/blocks/shop.d.ts +880 -2608
- package/dist/_dts/blocks/src/system/blocks/site-header.d.ts +36 -3
- package/dist/_dts/blocks/src/system/blocks/team-members.d.ts +4 -4
- package/dist/_dts/blocks/src/system/blocks/testimonials.d.ts +3 -0
- package/dist/_dts/blocks/src/system/constants/blockKinds.d.ts +1 -1
- package/dist/_dts/blocks/src/system/customize/backgrounds.d.ts +6 -2
- package/dist/_dts/blocks/src/system/customize/facets.d.ts +2 -2
- package/dist/_dts/blocks/src/system/data/index.d.ts +2 -2
- package/dist/_dts/blocks/src/system/data/linkedContentEntries.d.ts +38 -0
- package/dist/_dts/blocks/src/system/defineBlock.d.ts +3 -1
- package/dist/_dts/blocks/src/system/fields/aspectRatio.d.ts +4 -1
- package/dist/_dts/blocks/src/system/fields/imageShape.d.ts +30 -0
- package/dist/_dts/blocks/src/system/fragments/library/heroLayoutControls.d.ts +25 -0
- package/dist/_dts/blocks/src/system/manifest/schema.d.ts +106 -217
- package/dist/_dts/blocks/src/system/runtime/api/types.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/components/registry.client.d.ts +36 -30
- package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +18 -15
- package/dist/_dts/blocks/src/system/runtime/hooks/useHeadlessEventRegistrationFlow.d.ts +33 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/ImageResolveContext.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/basic.d.ts +3 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/booking-runtime-sources.d.ts +3 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/carousel.shared.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/cart.client.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/cart.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/checkout.client.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/checkout.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/commerce/shared/display.d.ts +1 -5
- package/dist/_dts/blocks/src/system/runtime/nodes/commerce/shared/view.d.ts +10 -13
- package/dist/_dts/blocks/src/system/runtime/nodes/course-details/view.d.ts +3 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/course-details.server.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/BookingModeStep.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/CourseRegistrationWizard.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/ErrorStep.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/MembershipHero.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/PaymentFailedStep.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/PortalAuthSidebar.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/StepIndicator.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/SuccessStep.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/VerifyingTimeoutStep.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/WaitlistStep.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/components.d.ts +5 -4
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration.client.d.ts +3 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-details/CoursePricingDisplay.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-details/view.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-details.client.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/event-details.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/EventRegistrationSummaryBar.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/EventRegistrationWizard.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/EventRegistrationWizardActions.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/EventRegistrationWizardContent.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/EventSelectionStep.d.ts +2 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/OrderSummary.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/PastOccurrenceNotice.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/SelectableOptionCard.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/StepIndicator.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/event-registration.headless.state.d.ts +303 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/registrationDerivations.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/types.d.ts +1 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/useEventRegistrationSubmit.d.ts +20 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/useEventRegistrationWizard.d.ts +4 -3
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/utils.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.interactive.d.ts +38 -11
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventListing.view.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/DateTimeTile.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/DayEventsModal.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventDetailModal.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/pricing.d.ts +14 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/gifting.client.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/gifting.server.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/location-map.client.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/location-map.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/location-map.shared.d.ts +4 -4
- package/dist/_dts/blocks/src/system/runtime/nodes/location-map.view.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/newsletter-form.server.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/offerings-preview.d.ts +4 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/product-detail.client.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/product-detail.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/product-list.client.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/product-list.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/shared/MagicLinkForm.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/shop-add-feedback.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/shop-commerce.d.ts +5 -4
- package/dist/_dts/blocks/src/system/runtime/nodes/shop-commerce.server.d.ts +5 -4
- package/dist/_dts/blocks/src/system/runtime/nodes/shop.client.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/shop.interactive.d.ts +0 -17
- package/dist/_dts/blocks/src/system/runtime/nodes/shop.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/shop.types.d.ts +0 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/spinner.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/resolver.d.ts +6 -0
- package/dist/_dts/blocks/src/system/runtime/shared/components/ActionRow.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/CheckIcon.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/ClockIcon.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/CrossIcon.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/FeedbackMessage.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/FieldValidationMessage.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/MembershipHero.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/StateIcon.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/StepIndicator.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/TerminalPanel.d.ts +1 -1
- package/dist/_dts/blocks/src/system/transforms/typed.d.ts +1 -1
- package/dist/_dts/content-editor/src/components/ContentFieldsForm.d.ts +1 -1
- package/dist/_dts/content-editor/src/components/EditableBlockProvider.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/EntryControllerProvider.d.ts +2 -2
- package/dist/_dts/content-editor/src/controller/buildBlockPublishedBaselines.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/seedDraftBaselinesFromBlocks.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/useBlocksList.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/useInvalidBlockRecovery.d.ts +1 -1
- package/dist/_dts/content-editor/src/primitives/PreviewRichTextEditor.d.ts +7 -1
- package/dist/_dts/content-editor/src/primitives/PreviewTextEditor.d.ts +7 -1
- package/dist/_dts/content-editor/src/primitives/shared/activePreviewField.d.ts +2 -0
- package/dist/_dts/content-editor/src/primitives/shared/index.d.ts +1 -1
- package/dist/_dts/content-editor/src/primitives/shared/storeBinding.d.ts +3 -1
- package/dist/_dts/content-editor/src/primitives/shared/types.d.ts +5 -0
- package/dist/_dts/content-editor/src/ui/editorUiStore.d.ts +7 -2
- package/dist/_dts/content-model/src/content-types/builtin-schemas.d.ts +0 -40
- package/dist/_dts/content-model/src/content-types/builtins.d.ts +0 -40
- package/dist/_dts/content-model/src/entry-slots/index.d.ts +1 -0
- package/dist/_dts/content-model/src/entry-slots/types.d.ts +356 -0
- package/dist/_dts/content-model/src/index.d.ts +1 -0
- package/dist/_dts/content-model/src/templates/defaults.d.ts +7 -1
- package/dist/_dts/core/src/event-pricing.d.ts +72 -0
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +127 -7
- package/dist/_dts/db/src/schemas/forms.d.ts +4 -4
- package/dist/_dts/editor/src/chrome/EditorChrome.d.ts +1 -1
- package/dist/_dts/editor/src/inline/InlineTextEditor.d.ts +1 -1
- package/dist/_dts/editor/src/primitives/EditorPrimitivesProvider.d.ts +1 -1
- package/dist/_dts/editor/src/primitives/InlineFieldContext.d.ts +1 -1
- package/dist/_dts/editor/src/primitives/SaveContext.d.ts +1 -1
- package/dist/_dts/editor/src/primitives/rich-text/RichTextEditorSurface.d.ts +1 -1
- package/dist/_dts/editor/src/primitives/rich-text/RichTextToolbar.d.ts +1 -1
- package/dist/_dts/editor/src/primitives/rich-text/toolbar/BlockTypeDropdown.d.ts +1 -1
- package/dist/_dts/editor/src/primitives/rich-text/toolbar/LinkPopover.d.ts +1 -1
- package/dist/_dts/editor/src/primitives/rich-text/toolbar/ToolbarIconButton.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/BlockEditor.d.ts +6 -1
- package/dist/_dts/editor-blocks/src/BlockForm.d.ts +3 -2
- package/dist/_dts/editor-blocks/src/FormProvider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/AddBlockDivider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockCard.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardBody.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardHeader.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockListContext.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockPickerDialog.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockThumbnail.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockTile.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/EmptyState.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/EnhancedBlockPickerDialog.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/FeatureCardIconsPanel.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/GeneratedIconSetDialog.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/HeaderActions.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/SortableBlockItem.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockCreation.d.ts +3 -2
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockDuplication.d.ts +3 -2
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockReorder.d.ts +3 -2
- package/dist/_dts/editor-blocks/src/block-editor/owner.d.ts +27 -0
- package/dist/_dts/editor-blocks/src/block-editor/types.d.ts +1 -0
- package/dist/_dts/editor-blocks/src/index.d.ts +1 -0
- package/dist/_dts/editor-blocks/src/media/MediaField.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/button/ButtonField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/button/ButtonVariantField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/button/context.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/content-type-select/ContentTypeSelectField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/content-type-select/ContentTypeWidgetProvider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/entry-picker/EntryPickerField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/entry-picker/EntryPickerWidgetProvider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/icon-picker/IconPickerField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/index.d.ts +1 -0
- package/dist/_dts/editor-blocks/src/widgets/link/LinkPicker.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/link/LinkPickerDialog.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/link/LinkSummary.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/link/LinkWidget.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/link/LinkWidgetContext.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/offerings-preview/OfferingsPreviewGroupOrderField.d.ts +2 -0
- package/dist/_dts/editor-blocks/src/widgets/offerings-preview/OfferingsPreviewWidgetProvider.d.ts +10 -0
- package/dist/_dts/editor-blocks/src/widgets/offerings-preview/index.d.ts +3 -0
- package/dist/_dts/editor-blocks/src/widgets/offerings-preview/orderDomain.d.ts +29 -0
- package/dist/_dts/editor-blocks/src/widgets/reference/ReferenceField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/reference/ReferenceWidgetProvider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/rich-text/RichTextField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/rich-text/RichTextWidgetProvider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/rich-text/useImagePicker.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/site-option-picker/SiteOptionPickerField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/site-option-picker/SiteOptionWidgetProvider.d.ts +1 -1
- package/dist/_dts/media-core/src/assetsInUseSummary.d.ts +8 -0
- package/dist/_dts/media-core/src/mediaUsageProjection.d.ts +37 -3
- package/dist/_dts/media-editor/src/CropDialog.d.ts +1 -1
- package/dist/_dts/media-editor/src/CropDialogShell.d.ts +1 -1
- package/dist/_dts/media-editor/src/FileAssetPreview.d.ts +1 -1
- package/dist/_dts/media-editor/src/MediaEditor.d.ts +1 -1
- package/dist/_dts/media-editor/src/MediaPickerDialog.d.ts +1 -1
- package/dist/_dts/media-editor/src/MediaPreview.d.ts +1 -1
- package/dist/_dts/media-editor/src/context.d.ts +1 -1
- package/dist/_dts/media-editor/src/createMediaEditorProvider.d.ts +1 -1
- package/dist/_dts/media-editor/src/provider.d.ts +1 -1
- package/dist/_dts/media-react/src/components/AuthenticatedImage.d.ts +1 -1
- package/dist/_dts/media-react/src/components/MediaLibrary.d.ts +1 -1
- package/dist/_dts/media-react/src/components/MediaPickerMini.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/PreviewShellSmoke.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/blocks/BlockToolbar.d.ts +5 -3
- package/dist/_dts/preview-next/src/client/blocks/BoundaryControl.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/blocks/EditablePageRenderer.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/pageDesignRuntimePreview.d.ts +4 -2
- package/dist/_dts/preview-next/src/client/blocks/previewCustomizeControlPlan.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/previewProjection/runtimeContentDecoration.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/layout/PreviewLayoutContext.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/EntryEditorPanel.d.ts +4 -2
- package/dist/_dts/preview-next/src/client/preview/EntrySlotBlockEditorPanel.d.ts +19 -0
- package/dist/_dts/preview-next/src/client/preview/MaintenanceModeBadge.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/OnboardingThemeSwitcher.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/PageBlockEditorPanel.d.ts +4 -3
- package/dist/_dts/preview-next/src/client/preview/PageDesignEditorStateContext.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewAuthBanner.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewAuthInit.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewBlockCustomizeSelectionContext.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewChromeLayer.d.ts +3 -3
- package/dist/_dts/preview-next/src/client/preview/PreviewConfirmationDialog.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewDesignCoordinatorContext.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewDesignHistoryOrderContext.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewEditorGuidanceCard.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewEditorSidebar.d.ts +4 -3
- package/dist/_dts/preview-next/src/client/preview/PreviewEntryControllerProvider.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewOpenEditorButton.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewQueryProvider.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewShell.d.ts +4 -3
- package/dist/_dts/preview-next/src/client/preview/PreviewShellLayout.d.ts +4 -3
- package/dist/_dts/preview-next/src/client/preview/PreviewSidebarSection.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewViewportControls.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewZoomControls.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/SelectedBlockCustomizePanel.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeButton.d.ts +10 -1
- package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeContext.d.ts +17 -3
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/SubrouteNoticePanel.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/linkedEntryEditEvents.d.ts +14 -1
- package/dist/_dts/preview-next/src/client/preview/previewChromePlacement.d.ts +5 -0
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeControls.d.ts +11 -10
- package/dist/_dts/preview-next/src/client/preview/siteChromeLookRows.d.ts +10 -1
- package/dist/_dts/preview-next/src/client/preview/siteChromeQuickControlHistoryState.d.ts +29 -6
- package/dist/_dts/preview-next/src/client/preview/siteChromeSavePlan.d.ts +3 -2
- package/dist/_dts/preview-next/src/client/preview/themeOverlay.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/sdk/SdkPreviewModeRuntime.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/widgets/widgetOverrides.d.ts +5 -3
- package/dist/_dts/sdk/src/__mocks__/next-cache.d.ts +4 -3
- package/dist/_dts/sdk/src/bookings/index.d.ts +5 -4
- package/dist/_dts/sdk/src/bookings/types.d.ts +2 -2
- package/dist/_dts/sdk/src/cli/commands/pull-dry-run.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/content/reader.d.ts +15 -22
- package/dist/_dts/sdk/src/cli/content/writer.d.ts +6 -1
- package/dist/_dts/sdk/src/cli/helpers.d.ts +10 -5
- package/dist/_dts/sdk/src/cli/merge-remote/entryLocal.d.ts +2 -2
- package/dist/_dts/sdk/src/cli/merge-remote/entryMerge.d.ts +2 -1
- package/dist/_dts/sdk/src/cli/merge-remote/entrySnapshots.d.ts +2 -2
- package/dist/_dts/sdk/src/cli/site-commands/commandSurfaceDispatch.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/site-commands/localBlockManifestResolver.d.ts +31 -0
- package/dist/_dts/sdk/src/cli/site-commands/pageCommands.d.ts +2 -2
- package/dist/_dts/sdk/src/cli/site-commands/pushExecution.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/sync/validation.d.ts +7 -7
- package/dist/_dts/sdk/src/client/management/index.d.ts +1 -1
- package/dist/_dts/sdk/src/client/management/types.d.ts +40 -10
- package/dist/_dts/sdk/src/client/types.d.ts +36 -4
- package/dist/_dts/sdk/src/client.d.ts +1 -1
- package/dist/_dts/sdk/src/config/content-types.d.ts +3 -14
- package/dist/_dts/sdk/src/config/content-validation.d.ts +9 -214
- package/dist/_dts/sdk/src/config/field-definitions.d.ts +13 -7
- package/dist/_dts/sdk/src/config/types.d.ts +9 -0
- package/dist/_dts/sdk/src/config/validation.d.ts +21 -21
- package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +28 -5
- package/dist/_dts/sdk/src/index.d.ts +1 -1
- package/dist/_dts/sdk/src/preview-next/client/index.d.ts +6 -6
- package/dist/_dts/sdk/src/preview-next/client/runtime.d.ts +4 -3
- package/dist/_dts/sdk/src/public-api/contracts.d.ts +42 -37
- package/dist/_dts/sdk/src/rendering/blocks-page-renderer.d.ts +1 -0
- package/dist/_dts/sdk/src/rendering/components/Block.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/components/Block.server.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/components/Layout.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/components/Page.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/components/Page.server.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/components/PageHydrationBootstrap.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/components/pageShared.d.ts +6 -1
- package/dist/_dts/sdk/src/rendering/helpers/bindings.d.ts +10 -9
- package/dist/_dts/sdk/src/rendering/islands/enhancers/routeIslandApiConfig.d.ts +9 -0
- package/dist/_dts/sdk/src/rendering/islands/types.d.ts +6 -57
- package/dist/_dts/sdk/src/rendering/overrides.d.ts +6 -1
- package/dist/_dts/sdk/src/rendering/primitives/RichText.d.ts +2 -1
- package/dist/_dts/sdk/src/server.d.ts +1 -1
- package/dist/_dts/sdk/src/theme-bridge/ThemeBridgeProvider.d.ts +1 -1
- package/dist/_dts/sdk/src/types/block-kinds.d.ts +1 -1
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/site-commands/src/commands.d.ts +84 -21
- package/dist/_dts/theme-core/src/ClientThemeScope.d.ts +1 -1
- package/dist/_dts/theme-core/src/ThemeFontLoader.d.ts +3 -2
- package/dist/_dts/theme-core/src/ThemeScope.d.ts +1 -1
- package/dist/_dts/theme-core/src/ThemeScopeCore.d.ts +1 -1
- package/dist/_dts/theme-core/src/accordions/types.d.ts +6 -6
- package/dist/_dts/theme-core/src/buttons/personalities/index.d.ts +11 -0
- package/dist/_dts/theme-core/src/buttons/personalities/ornate-ritual.d.ts +16 -0
- package/dist/_dts/theme-core/src/buttons/personalities/types.d.ts +8 -8
- package/dist/_dts/theme-core/src/buttons/types.d.ts +20 -20
- package/dist/_dts/theme-core/src/cards/types.d.ts +20 -20
- package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
- package/dist/_dts/theme-core/src/inputs/types.d.ts +3 -3
- package/dist/_dts/theme-core/src/interactive/baseSchema.d.ts +1 -1
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +234 -225
- package/dist/_dts/theme-core/src/mock-themes/components/PaletteCard.d.ts +1 -1
- package/dist/_dts/theme-core/src/mock-themes/components/swatch.d.ts +1 -1
- package/dist/_dts/theme-core/src/navigation/presets.d.ts +1 -1
- package/dist/_dts/theme-core/src/navigation/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/palette/variants/index.d.ts +15 -0
- package/dist/_dts/theme-core/src/palette/variants/types.d.ts +6 -6
- package/dist/_dts/theme-core/src/palette/variants/warm-dark.d.ts +16 -0
- package/dist/_dts/theme-core/src/schema.d.ts +263 -248
- package/dist/_dts/theme-core/src/shared/componentStyles.d.ts +2 -2
- package/dist/_dts/theme-core/src/site-styles/backgroundAppearance.d.ts +27 -0
- package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +141 -1
- package/dist/_dts/theme-core/src/site-styles/designState.d.ts +16 -14
- package/dist/_dts/theme-core/src/site-styles/footerLooks.d.ts +110 -5
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +11 -9
- package/dist/_dts/theme-core/src/site-styles/index.d.ts +2 -0
- package/dist/_dts/theme-core/src/site-styles/logoBranding.d.ts +4 -4
- package/dist/_dts/theme-core/src/site-styles/previewCompiler.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/rawStyleFields.d.ts +2 -0
- package/dist/_dts/theme-core/src/site-styles/runtimeCompiler.d.ts +5 -1
- package/dist/_dts/theme-core/src/site-styles/siteChromeBackgrounds.d.ts +30 -0
- package/dist/_dts/theme-core/src/site-styles/styleTags.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/tokenRecipes.d.ts +2 -2
- package/dist/_dts/theme-core/src/site-styles/types.d.ts +3 -1
- package/dist/_dts/theme-core/src/site-styles/typographyPresets.d.ts +16 -1
- package/dist/_dts/theme-core/src/siteChromePlanning.d.ts +1 -0
- package/dist/_dts/theme-core/src/tokens/themeColorTokens.d.ts +3 -3
- package/dist/_dts/theme-core/src/utils/colorStyles.d.ts +6 -6
- package/dist/_dts/ui/src/async-boundary.d.ts +1 -1
- package/dist/_dts/ui/src/badge.d.ts +1 -1
- package/dist/_dts/ui/src/button-group.d.ts +3 -3
- package/dist/_dts/ui/src/calendar.d.ts +2 -2
- package/dist/_dts/ui/src/card.d.ts +6 -6
- package/dist/_dts/ui/src/combobox.d.ts +1 -1
- package/dist/_dts/ui/src/command-multi-select.d.ts +1 -1
- package/dist/_dts/ui/src/content-spinner.d.ts +1 -1
- package/dist/_dts/ui/src/delayed-spinner.d.ts +1 -1
- package/dist/_dts/ui/src/dev-toolbar.d.ts +1 -1
- package/dist/_dts/ui/src/dialog.d.ts +10 -10
- package/dist/_dts/ui/src/dropdown-menu.d.ts +1 -1
- package/dist/_dts/ui/src/editor-drawer.d.ts +1 -1
- package/dist/_dts/ui/src/empty-state.d.ts +1 -1
- package/dist/_dts/ui/src/filter-button-group.d.ts +1 -1
- package/dist/_dts/ui/src/fixed-bottom-surface.d.ts +1 -1
- package/dist/_dts/ui/src/form.d.ts +7 -7
- package/dist/_dts/ui/src/label.d.ts +1 -1
- package/dist/_dts/ui/src/menubar.d.ts +16 -16
- package/dist/_dts/ui/src/navigation-tabs.d.ts +2 -2
- package/dist/_dts/ui/src/number-input.d.ts +1 -1
- package/dist/_dts/ui/src/palette/ColorChooserDialog.d.ts +1 -1
- package/dist/_dts/ui/src/palette/ColorSlotButton.d.ts +1 -1
- package/dist/_dts/ui/src/palette/ColorSwatchButton.d.ts +1 -1
- package/dist/_dts/ui/src/palette/PaletteTokenEditor.d.ts +1 -1
- package/dist/_dts/ui/src/resizable-split-pane.d.ts +1 -1
- package/dist/_dts/ui/src/select.d.ts +10 -10
- package/dist/_dts/ui/src/separator.d.ts +1 -1
- package/dist/_dts/ui/src/sheet.d.ts +9 -9
- package/dist/_dts/ui/src/spinner.d.ts +1 -1
- package/dist/_dts/ui/src/tooltip.d.ts +4 -4
- package/dist/{chunk-4T5JIPWY.mjs → chunk-3LXFQS7T.mjs} +1 -1
- package/dist/{chunk-3QWQ2MUQ.mjs → chunk-5E33VO6J.mjs} +3128 -2300
- package/dist/{chunk-3VT7LZY2.mjs → chunk-6X2OVO3S.mjs} +2 -2
- package/dist/{chunk-3PTVPAT4.mjs → chunk-HFMGVJCE.mjs} +388 -56
- package/dist/{chunk-E3NZYEKF.mjs → chunk-LBBPD2IW.mjs} +53 -2
- package/dist/{chunk-WUHKQBB6.mjs → chunk-MSHZO4SL.mjs} +23773 -18556
- package/dist/cli/index.mjs +6062 -3246
- package/dist/cli/init-docs/content/getting-started.md +2 -0
- package/dist/cli/init-docs/content/workflow-custom-block.md +5 -0
- package/dist/cli/init-docs/content/workflow-templates.md +93 -2
- package/dist/client/{accordion-SFIIZWNH.mjs → accordion-ESY65T56.mjs} +2 -2
- package/dist/client/{bookingForm-CFKZVWGA.mjs → bookingForm-JRFNZUHD.mjs} +12 -12
- package/dist/client/bookings.mjs +3568 -299
- package/dist/client/{carousel-ELXWSBLA.mjs → carousel-CPR5VWIP.mjs} +3 -3
- package/dist/client/{cart-6SSCPYY5.mjs → cart-ZUX5BA7O.mjs} +8 -7
- package/dist/client/{checkout-UFQ34HPV.mjs → checkout-RULGBADZ.mjs} +8 -7
- package/dist/client/{chunk-PA2LJH2M.mjs → chunk-52I7BGEK.mjs} +5 -4
- package/dist/client/{chunk-IUEDYLFJ.mjs → chunk-5ZEAZ33K.mjs} +1 -1
- package/dist/client/{chunk-V6XI4M2Q.mjs → chunk-BT6AEIKN.mjs} +1 -1
- package/dist/client/{chunk-3PEDD5KJ.mjs → chunk-DVNUDUVT.mjs} +1 -1
- package/dist/client/{chunk-YLMKMCSJ.mjs → chunk-GFSQNTRW.mjs} +1 -3
- package/dist/client/{chunk-NX6X3GRF.mjs → chunk-HXPWP5EN.mjs} +492 -201
- package/dist/client/{chunk-G56BSZAM.mjs → chunk-JWEYB4V6.mjs} +3 -3
- package/dist/client/chunk-L4J5Y62O.mjs +18 -0
- package/dist/client/{chunk-76JUETXQ.mjs → chunk-RDJFCPY3.mjs} +358 -157
- package/dist/client/{chunk-RMWMT3ZD.mjs → chunk-SYIJ5JO2.mjs} +1 -1
- package/dist/client/{chunk-NP47RHIX.mjs → chunk-URQCZD5W.mjs} +17 -34
- package/dist/client/{chunk-TCJS3NY5.mjs → chunk-Z5OBQ5I4.mjs} +1 -1
- package/dist/client/{chunk-7BXX7WXH.mjs → chunk-ZE5G642V.mjs} +60 -2
- package/dist/client/client.mjs +75121 -72133
- package/dist/client/{courseRegistration-HJIISAAG.mjs → courseRegistration-QTUDC35T.mjs} +13 -12
- package/dist/client/{eventCalendar-F6YVUCZR.mjs → eventCalendar-Q7NS4XLD.mjs} +14 -14
- package/dist/client/{eventCombined-B5DSTIOK.mjs → eventCombined-QAO7VUO5.mjs} +14 -14
- package/dist/client/{eventDetails-SEJDDHQC.mjs → eventDetails-WTNNU6Q3.mjs} +9 -9
- package/dist/client/{eventListing-TPMWIIBO.mjs → eventListing-5TA2ELDT.mjs} +14 -14
- package/dist/client/{eventRegistration-QU6W2PV6.mjs → eventRegistration-M6USZGRF.mjs} +17 -15
- package/dist/client/{form-LVTYNTDE.mjs → form-DGVGXLMH.mjs} +3 -3
- package/dist/client/{headerSection-SO3MFC4U.mjs → headerSection-O2AGMPCU.mjs} +4 -4
- package/dist/client/hooks.mjs +7289 -5663
- package/dist/client/{locationMap-5E5FLAKO.mjs → locationMap-EJRNRIKJ.mjs} +2 -2
- package/dist/client/{newsletterForm-GN32JEBQ.mjs → newsletterForm-7NTC2DTR.mjs} +3 -3
- package/dist/client/{productDetail-Q346KSVR.mjs → productDetail-HH4LP53D.mjs} +8 -7
- package/dist/client/{productList-DTDMQYGZ.mjs → productList-YVHYM2AF.mjs} +8 -7
- package/dist/client/rendering/client.mjs +3818 -2234
- package/dist/client/rendering/islands.mjs +19 -19
- package/dist/client/rendering.mjs +17370 -14360
- package/dist/client/{shop-OFUW7KPN.mjs → shop-UIFX7XRK.mjs} +8 -7
- package/dist/client/spam-protection.mjs +3 -5
- package/dist/preview-next/before-render.mjs +40 -0
- package/dist/preview-next/client/runtime.css +1 -1
- package/dist/preview-next/client/runtime.mjs +5 -5
- package/dist/preview-next/middleware.mjs +40 -0
- package/dist/{sdk-runtime-EEMNSB7J.css → sdk-runtime-JD4A6SU6.css} +1 -1
- package/dist/{sdk-runtime-2GIX6I7X.mjs → sdk-runtime-ZENAOYMN.mjs} +6 -6
- package/dist/server/components.mjs +13473 -11321
- package/dist/server/config-validation.mjs +7017 -5489
- package/dist/server/config.mjs +7017 -5489
- package/dist/server/data.mjs +7295 -5669
- package/dist/server/index.mjs +149 -56
- package/dist/server/next.mjs +14431 -12060
- package/dist/server/page-converter.mjs +8062 -5399
- package/dist/server/prebuild.mjs +2 -1
- package/dist/server/rendering/server.mjs +13510 -11263
- package/dist/server/rendering.mjs +13613 -11293
- package/dist/server/routing.mjs +30919 -29206
- package/dist/server/server.mjs +27669 -25919
- package/dist/server/theme-bridge.mjs +1288 -146
- package/dist/server/theme.mjs +221 -131
- package/dist/styles/index.css +416 -96
- package/package.json +16 -16
- package/dist/SdkPreviewModeRuntime-AKCSCZEC.mjs +0 -8
|
@@ -875,11 +875,100 @@ var joyStamp = defineButtonPersonality({
|
|
|
875
875
|
}
|
|
876
876
|
});
|
|
877
877
|
|
|
878
|
+
// ../theme-core/src/buttons/personalities/ornate-ritual.ts
|
|
879
|
+
var ornateRitual = defineButtonPersonality({
|
|
880
|
+
id: "ornate-ritual",
|
|
881
|
+
name: "Ornate Ritual",
|
|
882
|
+
description: "Ceremonial framed buttons with jewel-toned fills and quiet color-change hover states.",
|
|
883
|
+
tags: { tone: "classic", energy: "vibrant", motion: "subtle", era: "organic" },
|
|
884
|
+
buttonSystem: {
|
|
885
|
+
global: {
|
|
886
|
+
cornerStyle: "rounded",
|
|
887
|
+
shadow: "none",
|
|
888
|
+
textTransform: "uppercase",
|
|
889
|
+
fontWeight: 600,
|
|
890
|
+
borderWidth: 1,
|
|
891
|
+
hoverTransform: "none",
|
|
892
|
+
hoverColor: "none",
|
|
893
|
+
letterSpacing: "loose"
|
|
894
|
+
},
|
|
895
|
+
sizes: {
|
|
896
|
+
sm: { padding: "0.5625rem 1.25rem", fontSize: "text-xs" },
|
|
897
|
+
md: { padding: "0.75rem 1.75rem", fontSize: "text-xs" },
|
|
898
|
+
lg: { padding: "0.875rem 2.25rem", fontSize: "text-sm" },
|
|
899
|
+
xl: { padding: "1rem 2.75rem", fontSize: "text-base" }
|
|
900
|
+
},
|
|
901
|
+
variants: [
|
|
902
|
+
{
|
|
903
|
+
id: "primary",
|
|
904
|
+
name: "Primary",
|
|
905
|
+
enabled: true,
|
|
906
|
+
priority: 1,
|
|
907
|
+
background: { type: "solid", colorToken: "primary" },
|
|
908
|
+
textColorToken: "primaryForeground",
|
|
909
|
+
borderRadius: "rounded-md",
|
|
910
|
+
border: { widthClass: "border", colorToken: "primary" },
|
|
911
|
+
shadow: { elevation: "none", softness: null, position: "bottom" },
|
|
912
|
+
effects: {
|
|
913
|
+
hover: [{ effectId: "background-on-hover", options: { colorToken: "primary-100" } }],
|
|
914
|
+
active: [{ effectId: "scale-down", options: { scale: "0.98" } }]
|
|
915
|
+
}
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
id: "secondary",
|
|
919
|
+
name: "Secondary",
|
|
920
|
+
enabled: true,
|
|
921
|
+
priority: 2,
|
|
922
|
+
background: { type: "solid", colorToken: "secondary" },
|
|
923
|
+
textColorToken: "primaryForeground",
|
|
924
|
+
borderRadius: "rounded-md",
|
|
925
|
+
border: { widthClass: "border", colorToken: "primary" },
|
|
926
|
+
shadow: { elevation: "none", softness: null, position: "bottom" },
|
|
927
|
+
effects: {
|
|
928
|
+
hover: [{ effectId: "background-on-hover", options: { colorToken: "surface" } }]
|
|
929
|
+
}
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
id: "outline",
|
|
933
|
+
name: "Outline",
|
|
934
|
+
enabled: true,
|
|
935
|
+
priority: 3,
|
|
936
|
+
background: { type: "transparent" },
|
|
937
|
+
textColorToken: "primary",
|
|
938
|
+
borderRadius: "rounded-md",
|
|
939
|
+
border: { widthClass: "border", colorToken: "primary" },
|
|
940
|
+
shadow: { elevation: "none", softness: null, position: "bottom" },
|
|
941
|
+
effects: {
|
|
942
|
+
hover: [{ effectId: "background-on-hover", options: { colorToken: "muted" } }]
|
|
943
|
+
}
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
id: "ghost",
|
|
947
|
+
name: "Ghost",
|
|
948
|
+
enabled: true,
|
|
949
|
+
priority: 3,
|
|
950
|
+
background: { type: "transparent" },
|
|
951
|
+
textColorToken: "accent",
|
|
952
|
+
borderRadius: "rounded-none",
|
|
953
|
+
sizes: {
|
|
954
|
+
sm: { padding: "0.375rem 0", fontSize: "text-xs" },
|
|
955
|
+
md: { padding: "0.5rem 0", fontSize: "text-sm" },
|
|
956
|
+
lg: { padding: "0.625rem 0", fontSize: "text-base" },
|
|
957
|
+
xl: { padding: "0.75rem 0", fontSize: "text-lg" }
|
|
958
|
+
},
|
|
959
|
+
effects: {
|
|
960
|
+
base: [{ effectId: "border-bottom-grow", options: { height: 1, colorToken: "accent", origin: "left" } }]
|
|
961
|
+
}
|
|
962
|
+
}
|
|
963
|
+
]
|
|
964
|
+
}
|
|
965
|
+
});
|
|
966
|
+
|
|
878
967
|
// ../theme-core/src/buttons/personalities/pebble.ts
|
|
879
968
|
var pebble = defineButtonPersonality({
|
|
880
969
|
id: "pebble",
|
|
881
970
|
name: "Pebble",
|
|
882
|
-
description: "Generous pill buttons with a
|
|
971
|
+
description: "Generous pill buttons with a quiet colour-softening hover.",
|
|
883
972
|
tags: { tone: "classic", energy: "calm", motion: "standard", era: "organic" },
|
|
884
973
|
buttonSystem: {
|
|
885
974
|
global: {
|
|
@@ -908,8 +997,7 @@ var pebble = defineButtonPersonality({
|
|
|
908
997
|
borderRadius: "rounded-full",
|
|
909
998
|
effects: {
|
|
910
999
|
hover: [
|
|
911
|
-
{ effectId: "
|
|
912
|
-
{ effectId: "drop-shadow", options: { intensity: "medium" } }
|
|
1000
|
+
{ effectId: "background-on-hover-alpha", options: { colorToken: "primary", opacity: 88 } }
|
|
913
1001
|
]
|
|
914
1002
|
}
|
|
915
1003
|
},
|
|
@@ -1149,7 +1237,8 @@ var buttonPersonalities = [
|
|
|
1149
1237
|
inkStamp,
|
|
1150
1238
|
brushedWash,
|
|
1151
1239
|
showtimePill,
|
|
1152
|
-
joyStamp
|
|
1240
|
+
joyStamp,
|
|
1241
|
+
ornateRitual
|
|
1153
1242
|
];
|
|
1154
1243
|
var personalitiesById = new Map(
|
|
1155
1244
|
buttonPersonalities.map((p) => [p.id, p])
|
|
@@ -1938,6 +2027,9 @@ var componentShadowSchema = z14.object({
|
|
|
1938
2027
|
function defineExactCatalog() {
|
|
1939
2028
|
return (entries) => entries;
|
|
1940
2029
|
}
|
|
2030
|
+
function asDesignBlockId(value) {
|
|
2031
|
+
return brandNonEmptyString(value, "DesignBlockId");
|
|
2032
|
+
}
|
|
1941
2033
|
function asAppearancePresetId(value) {
|
|
1942
2034
|
return brandNonEmptyString(value, "AppearancePresetId");
|
|
1943
2035
|
}
|
|
@@ -1986,6 +2078,7 @@ var eventListTreatmentValues = [
|
|
|
1986
2078
|
];
|
|
1987
2079
|
var eyebrowTreatmentValues = [
|
|
1988
2080
|
"plain",
|
|
2081
|
+
"accent",
|
|
1989
2082
|
"pill",
|
|
1990
2083
|
"accent-pill",
|
|
1991
2084
|
"pill-bounce",
|
|
@@ -2140,6 +2233,7 @@ var themeV2CompilerOwnedFieldNames = [
|
|
|
2140
2233
|
...themeV2BlockSpecificRawStyleFieldNames
|
|
2141
2234
|
];
|
|
2142
2235
|
var pageDesignEditorBackgroundOverrideOwner = "page-design-editor";
|
|
2236
|
+
var siteChromeBackgroundOverrideOwner = "site-chrome-editor";
|
|
2143
2237
|
|
|
2144
2238
|
// ../theme-core/src/utils/tokenOrColor.ts
|
|
2145
2239
|
import { z as z16 } from "zod";
|
|
@@ -2168,7 +2262,7 @@ function rgbColorValue(token) {
|
|
|
2168
2262
|
if (alpha === void 0) {
|
|
2169
2263
|
return `rgb(var(${cssVar}))`;
|
|
2170
2264
|
}
|
|
2171
|
-
return `
|
|
2265
|
+
return `rgb(var(${cssVar}) / ${alpha})`;
|
|
2172
2266
|
}
|
|
2173
2267
|
|
|
2174
2268
|
// ../theme-core/src/utils/tokenOrColor.ts
|
|
@@ -2498,6 +2592,7 @@ var navContainerSchema = z17.object({
|
|
|
2498
2592
|
}).default({ type: "none", tint: null, opacity: 0.15 });
|
|
2499
2593
|
var headerBackgroundSchema = z17.object({
|
|
2500
2594
|
type: z17.enum(["color", "gradient", "image"]),
|
|
2595
|
+
contentOwner: z17.literal(siteChromeBackgroundOverrideOwner).optional(),
|
|
2501
2596
|
color: tokenOrCssColorValueSchema.nullable().optional(),
|
|
2502
2597
|
gradient: gradientConfigSchema.nullable().optional(),
|
|
2503
2598
|
image: mediaSchema.nullable().optional(),
|
|
@@ -3250,6 +3345,28 @@ var warmDarkEmber = definePaletteVariant({
|
|
|
3250
3345
|
{ name: "border", hex: "#894e31" }
|
|
3251
3346
|
]
|
|
3252
3347
|
});
|
|
3348
|
+
var warmDarkKirtanGold = definePaletteVariant({
|
|
3349
|
+
id: "warm-dark-kirtan-gold",
|
|
3350
|
+
name: "Warm Dark \u2014 Kirtan Gold",
|
|
3351
|
+
description: "Deep plum ground with pale gold primary, rose accent, and soft devotional text.",
|
|
3352
|
+
tags: { tone: "bold", energy: "calm", era: "editorial" },
|
|
3353
|
+
mode: "dark",
|
|
3354
|
+
colors: [
|
|
3355
|
+
{ name: "primary", hex: "#ffcdb2" },
|
|
3356
|
+
{ name: "secondary", hex: "#b5838d" },
|
|
3357
|
+
{ name: "accent", hex: "#e5989b" },
|
|
3358
|
+
{ name: "success", hex: "#8fbf8f" },
|
|
3359
|
+
{ name: "warning", hex: "#f2b86b" },
|
|
3360
|
+
{ name: "destructive", hex: "#d96b6b" },
|
|
3361
|
+
{ name: "background", hex: "#403944" },
|
|
3362
|
+
{ name: "surface", hex: "#403944" },
|
|
3363
|
+
{ name: "surfaceAlt", hex: "#372f3b" },
|
|
3364
|
+
{ name: "muted", hex: "#4d4550" },
|
|
3365
|
+
{ name: "text", hex: "#e6d2d5" },
|
|
3366
|
+
{ name: "primaryForeground", hex: "#403944" },
|
|
3367
|
+
{ name: "border", hex: "#8d747a" }
|
|
3368
|
+
]
|
|
3369
|
+
});
|
|
3253
3370
|
|
|
3254
3371
|
// ../theme-core/src/palette/variants/index.ts
|
|
3255
3372
|
var paletteVariants = [
|
|
@@ -3273,7 +3390,8 @@ var paletteVariants = [
|
|
|
3273
3390
|
softNaturalWatercolor,
|
|
3274
3391
|
softNaturalLilac,
|
|
3275
3392
|
// Warm-dark family (dark mode)
|
|
3276
|
-
warmDarkEmber
|
|
3393
|
+
warmDarkEmber,
|
|
3394
|
+
warmDarkKirtanGold
|
|
3277
3395
|
];
|
|
3278
3396
|
var paletteVariantsById = new Map(
|
|
3279
3397
|
paletteVariants.map((v) => [v.id, v])
|
|
@@ -4505,9 +4623,125 @@ function headerConfigurationKey(configuration) {
|
|
|
4505
4623
|
function asFooterLookId(value) {
|
|
4506
4624
|
return value;
|
|
4507
4625
|
}
|
|
4508
|
-
|
|
4626
|
+
function asFooterLayoutId(value) {
|
|
4627
|
+
return value;
|
|
4628
|
+
}
|
|
4629
|
+
function asFooterStyleId(value) {
|
|
4630
|
+
return value;
|
|
4631
|
+
}
|
|
4632
|
+
var guaranteedFallbackFooterLookId = asFooterLookId("footer-identity-quiet");
|
|
4633
|
+
var footerLayoutCatalog = defineExactCatalog()([
|
|
4634
|
+
{
|
|
4635
|
+
id: asFooterLayoutId("identity"),
|
|
4636
|
+
label: "Identity",
|
|
4637
|
+
description: "Logo, site text, address, and legal copy without relying on footer navigation."
|
|
4638
|
+
},
|
|
4639
|
+
{
|
|
4640
|
+
id: asFooterLayoutId("centered"),
|
|
4641
|
+
label: "Centered",
|
|
4642
|
+
description: "A calm centered stack for identity, short copy, and optional compact navigation.",
|
|
4643
|
+
maxRecommendedNavDensity: "sparse"
|
|
4644
|
+
},
|
|
4645
|
+
{
|
|
4646
|
+
id: asFooterLayoutId("split"),
|
|
4647
|
+
label: "Split",
|
|
4648
|
+
description: "Navigation and brand signoff separated into a wider split footer.",
|
|
4649
|
+
requiresFooterNav: true,
|
|
4650
|
+
maxRecommendedNavDensity: "balanced"
|
|
4651
|
+
},
|
|
4652
|
+
{
|
|
4653
|
+
id: asFooterLayoutId("columns"),
|
|
4654
|
+
label: "Columns",
|
|
4655
|
+
description: "Grouped footer navigation columns with a supporting bottom line.",
|
|
4656
|
+
requiresFooterNav: true,
|
|
4657
|
+
requiresFooterNavGroups: true
|
|
4658
|
+
}
|
|
4659
|
+
]);
|
|
4660
|
+
var footerStyleCatalog = defineExactCatalog()([
|
|
4661
|
+
{
|
|
4662
|
+
id: asFooterStyleId("quiet"),
|
|
4663
|
+
label: "Quiet",
|
|
4664
|
+
description: "Lightweight, practical footer treatment."
|
|
4665
|
+
},
|
|
4666
|
+
{
|
|
4667
|
+
id: asFooterStyleId("calm"),
|
|
4668
|
+
label: "Calm",
|
|
4669
|
+
description: "Soft centered treatment with restrained dividers."
|
|
4670
|
+
},
|
|
4671
|
+
{
|
|
4672
|
+
id: asFooterStyleId("editorial"),
|
|
4673
|
+
label: "Editorial",
|
|
4674
|
+
description: "Text-forward treatment with fine-line structure."
|
|
4675
|
+
},
|
|
4676
|
+
{
|
|
4677
|
+
id: asFooterStyleId("brand-band"),
|
|
4678
|
+
label: "Brand band",
|
|
4679
|
+
description: "High-contrast brand treatment with a stronger bottom bar."
|
|
4680
|
+
}
|
|
4681
|
+
]);
|
|
4682
|
+
var footerLayoutsById = new Map(
|
|
4683
|
+
footerLayoutCatalog.map((layout) => [layout.id, layout])
|
|
4684
|
+
);
|
|
4685
|
+
var footerStylesById = new Map(
|
|
4686
|
+
footerStyleCatalog.map((style) => [style.id, style])
|
|
4687
|
+
);
|
|
4688
|
+
function identityQuietFooter(theme) {
|
|
4689
|
+
return {
|
|
4690
|
+
...theme.footer,
|
|
4691
|
+
variant: "simple",
|
|
4692
|
+
maxWidth: "container",
|
|
4693
|
+
background: {
|
|
4694
|
+
type: "color",
|
|
4695
|
+
color: "surface"
|
|
4696
|
+
},
|
|
4697
|
+
navStyle: "minimal",
|
|
4698
|
+
navWeight: "regular",
|
|
4699
|
+
navColor: "text",
|
|
4700
|
+
navLinkStyle: {
|
|
4701
|
+
typography: "body",
|
|
4702
|
+
fontWeight: "regular",
|
|
4703
|
+
textTransform: "none",
|
|
4704
|
+
italic: false,
|
|
4705
|
+
colorToken: "text",
|
|
4706
|
+
hoverColorToken: "primary",
|
|
4707
|
+
padding: "none",
|
|
4708
|
+
borderRadius: "none"
|
|
4709
|
+
},
|
|
4710
|
+
navLayout: {
|
|
4711
|
+
layout: "inline-wrap",
|
|
4712
|
+
align: "start",
|
|
4713
|
+
gapX: "default",
|
|
4714
|
+
gapY: "tight"
|
|
4715
|
+
},
|
|
4716
|
+
logo: {
|
|
4717
|
+
showLogo: true,
|
|
4718
|
+
showLogoText: true,
|
|
4719
|
+
placement: "left",
|
|
4720
|
+
size: "sm",
|
|
4721
|
+
align: "start"
|
|
4722
|
+
},
|
|
4723
|
+
bottomBar: {
|
|
4724
|
+
enabled: false,
|
|
4725
|
+
fullBleed: false,
|
|
4726
|
+
textAlign: "left",
|
|
4727
|
+
paddingX: "default",
|
|
4728
|
+
paddingY: "compact",
|
|
4729
|
+
borderTop: {
|
|
4730
|
+
width: "none"
|
|
4731
|
+
}
|
|
4732
|
+
}
|
|
4733
|
+
};
|
|
4734
|
+
}
|
|
4509
4735
|
function mutedGroundingFooter(theme) {
|
|
4510
|
-
return
|
|
4736
|
+
return {
|
|
4737
|
+
...identityQuietFooter(theme),
|
|
4738
|
+
background: theme.footer.background,
|
|
4739
|
+
navStyle: theme.footer.navStyle,
|
|
4740
|
+
navColor: theme.footer.navColor,
|
|
4741
|
+
navWeight: theme.footer.navWeight,
|
|
4742
|
+
navLinkStyle: theme.footer.navLinkStyle,
|
|
4743
|
+
bottomTextLinkStyle: theme.footer.bottomTextLinkStyle
|
|
4744
|
+
};
|
|
4511
4745
|
}
|
|
4512
4746
|
function brandTwoBandFooter(theme) {
|
|
4513
4747
|
return {
|
|
@@ -4612,6 +4846,53 @@ function centeredCalmFooter(theme) {
|
|
|
4612
4846
|
}
|
|
4613
4847
|
};
|
|
4614
4848
|
}
|
|
4849
|
+
function splitEditorialFooter(theme) {
|
|
4850
|
+
return {
|
|
4851
|
+
...theme.footer,
|
|
4852
|
+
variant: "split",
|
|
4853
|
+
maxWidth: "container",
|
|
4854
|
+
background: {
|
|
4855
|
+
type: "color",
|
|
4856
|
+
color: "surface"
|
|
4857
|
+
},
|
|
4858
|
+
navStyle: "minimal",
|
|
4859
|
+
navWeight: "regular",
|
|
4860
|
+
navColor: "text",
|
|
4861
|
+
navLinkStyle: {
|
|
4862
|
+
typography: "body",
|
|
4863
|
+
fontWeight: "regular",
|
|
4864
|
+
textTransform: "none",
|
|
4865
|
+
italic: false,
|
|
4866
|
+
colorToken: "text",
|
|
4867
|
+
hoverColorToken: "primary",
|
|
4868
|
+
padding: "none",
|
|
4869
|
+
borderRadius: "none"
|
|
4870
|
+
},
|
|
4871
|
+
navLayout: {
|
|
4872
|
+
layout: "inline-wrap",
|
|
4873
|
+
align: "start",
|
|
4874
|
+
gapX: "relaxed",
|
|
4875
|
+
gapY: "tight"
|
|
4876
|
+
},
|
|
4877
|
+
logo: {
|
|
4878
|
+
showLogo: true,
|
|
4879
|
+
showLogoText: true,
|
|
4880
|
+
placement: "right",
|
|
4881
|
+
size: "sm",
|
|
4882
|
+
align: "end"
|
|
4883
|
+
},
|
|
4884
|
+
bottomBar: {
|
|
4885
|
+
enabled: true,
|
|
4886
|
+
fullBleed: false,
|
|
4887
|
+
textAlign: "left",
|
|
4888
|
+
paddingX: "default",
|
|
4889
|
+
paddingY: "compact",
|
|
4890
|
+
borderTop: {
|
|
4891
|
+
width: "thin"
|
|
4892
|
+
}
|
|
4893
|
+
}
|
|
4894
|
+
};
|
|
4895
|
+
}
|
|
4615
4896
|
function editorialColumnsFooter(theme) {
|
|
4616
4897
|
return {
|
|
4617
4898
|
...theme.footer,
|
|
@@ -4654,25 +4935,47 @@ function editorialColumnsFooter(theme) {
|
|
|
4654
4935
|
};
|
|
4655
4936
|
}
|
|
4656
4937
|
var footerLookCatalog = defineExactCatalog()([
|
|
4938
|
+
{
|
|
4939
|
+
id: asFooterLookId("footer-identity-quiet"),
|
|
4940
|
+
label: "Identity footer",
|
|
4941
|
+
layoutId: asFooterLayoutId("identity"),
|
|
4942
|
+
styleId: asFooterStyleId("quiet"),
|
|
4943
|
+
compile: identityQuietFooter
|
|
4944
|
+
},
|
|
4657
4945
|
{
|
|
4658
4946
|
id: asFooterLookId("footer-muted-grounding"),
|
|
4659
4947
|
label: "Muted grounding footer",
|
|
4948
|
+
layoutId: asFooterLayoutId("identity"),
|
|
4949
|
+
styleId: asFooterStyleId("quiet"),
|
|
4950
|
+
hiddenFromLayoutStyleControls: true,
|
|
4660
4951
|
compile: mutedGroundingFooter
|
|
4661
4952
|
},
|
|
4662
4953
|
{
|
|
4663
4954
|
id: asFooterLookId("footer-centered-calm"),
|
|
4664
4955
|
label: "Centered calm footer",
|
|
4956
|
+
layoutId: asFooterLayoutId("centered"),
|
|
4957
|
+
styleId: asFooterStyleId("calm"),
|
|
4665
4958
|
compile: centeredCalmFooter
|
|
4666
4959
|
},
|
|
4960
|
+
{
|
|
4961
|
+
id: asFooterLookId("footer-split-editorial"),
|
|
4962
|
+
label: "Split editorial footer",
|
|
4963
|
+
layoutId: asFooterLayoutId("split"),
|
|
4964
|
+
styleId: asFooterStyleId("editorial"),
|
|
4965
|
+
compile: splitEditorialFooter
|
|
4966
|
+
},
|
|
4667
4967
|
{
|
|
4668
4968
|
id: asFooterLookId("footer-editorial-columns"),
|
|
4669
4969
|
label: "Editorial columns footer",
|
|
4970
|
+
layoutId: asFooterLayoutId("columns"),
|
|
4971
|
+
styleId: asFooterStyleId("editorial"),
|
|
4670
4972
|
compile: editorialColumnsFooter
|
|
4671
4973
|
},
|
|
4672
4974
|
{
|
|
4673
4975
|
id: asFooterLookId("site-footer-brand-two-band"),
|
|
4674
4976
|
label: "Two-band brand footer",
|
|
4675
|
-
|
|
4977
|
+
layoutId: asFooterLayoutId("split"),
|
|
4978
|
+
styleId: asFooterStyleId("brand-band"),
|
|
4676
4979
|
allowedContentPresence: ["default-footer", "default-and-blocks"],
|
|
4677
4980
|
compile: brandTwoBandFooter
|
|
4678
4981
|
}
|
|
@@ -4875,6 +5178,30 @@ var luxeContrastTypography = {
|
|
|
4875
5178
|
},
|
|
4876
5179
|
scale: "spacious"
|
|
4877
5180
|
};
|
|
5181
|
+
var kirtanOrnateTypography = {
|
|
5182
|
+
body: {
|
|
5183
|
+
family: "Jost, system-ui, sans-serif",
|
|
5184
|
+
size: "md",
|
|
5185
|
+
weight: "regular",
|
|
5186
|
+
lineHeight: "relaxed",
|
|
5187
|
+
letterSpacing: "normal"
|
|
5188
|
+
},
|
|
5189
|
+
headings: {
|
|
5190
|
+
default: {
|
|
5191
|
+
family: "Marcellus, Georgia, serif",
|
|
5192
|
+
weight: "regular",
|
|
5193
|
+
lineHeight: "normal",
|
|
5194
|
+
letterSpacing: "normal",
|
|
5195
|
+
colorToken: "primary",
|
|
5196
|
+
italic: null,
|
|
5197
|
+
case: null
|
|
5198
|
+
},
|
|
5199
|
+
h1: { size: "2xl", weight: "regular", lineHeight: "normal", letterSpacing: "normal", italic: null },
|
|
5200
|
+
h2: { size: "xl", weight: "regular", lineHeight: "normal", letterSpacing: "normal", italic: null },
|
|
5201
|
+
h3: { size: "md", weight: "regular", lineHeight: "relaxed", letterSpacing: "normal", italic: null }
|
|
5202
|
+
},
|
|
5203
|
+
scale: "spacious"
|
|
5204
|
+
};
|
|
4878
5205
|
var boldDisplayTypography = {
|
|
4879
5206
|
body: {
|
|
4880
5207
|
family: "Manrope, system-ui, sans-serif",
|
|
@@ -4909,16 +5236,16 @@ var originalJoyTypography = {
|
|
|
4909
5236
|
},
|
|
4910
5237
|
headings: {
|
|
4911
5238
|
default: {
|
|
4912
|
-
family: "
|
|
4913
|
-
weight: "
|
|
5239
|
+
family: "Lobster, cursive",
|
|
5240
|
+
weight: "regular",
|
|
4914
5241
|
lineHeight: "normal",
|
|
4915
|
-
letterSpacing: "
|
|
5242
|
+
letterSpacing: "normal",
|
|
4916
5243
|
italic: null,
|
|
4917
5244
|
case: null
|
|
4918
5245
|
},
|
|
4919
|
-
h1: { size: "2xl", weight: "
|
|
4920
|
-
h2: { size: "xl", weight: "
|
|
4921
|
-
h3: { size: "lg", weight: "
|
|
5246
|
+
h1: { size: "2xl", weight: "regular", lineHeight: "normal", letterSpacing: "normal", italic: null },
|
|
5247
|
+
h2: { size: "xl", weight: "regular", lineHeight: "normal", letterSpacing: "normal", italic: null },
|
|
5248
|
+
h3: { size: "lg", weight: "regular", lineHeight: "normal", letterSpacing: "normal", italic: null }
|
|
4922
5249
|
},
|
|
4923
5250
|
scale: "balanced"
|
|
4924
5251
|
};
|
|
@@ -4983,6 +5310,32 @@ var typographyPresets = [
|
|
|
4983
5310
|
slotPolicies: { body: bodyReadablePolicy, heading: displayHeadingPolicy },
|
|
4984
5311
|
typography: luxeContrastTypography
|
|
4985
5312
|
}),
|
|
5313
|
+
defineTypographyPreset({
|
|
5314
|
+
id: "typography-preset:kirtan-ornate",
|
|
5315
|
+
name: "Kirtan Ornate",
|
|
5316
|
+
description: "Marcellus devotional headings over a refined Jost body, matching dark ceremonial layouts.",
|
|
5317
|
+
defaultFonts: { body: "Jost, system-ui, sans-serif", heading: "Marcellus, Georgia, serif" },
|
|
5318
|
+
recommendedFonts: {
|
|
5319
|
+
body: ["Jost", "Manrope", "Inter"],
|
|
5320
|
+
heading: ["Marcellus", "Cormorant Garamond", "Playfair Display"]
|
|
5321
|
+
},
|
|
5322
|
+
slotPolicies: { body: bodyReadablePolicy, heading: displayHeadingPolicy },
|
|
5323
|
+
typography: kirtanOrnateTypography,
|
|
5324
|
+
heroTypography: {
|
|
5325
|
+
headlineSize: "6xl",
|
|
5326
|
+
headlineLineHeight: "normal",
|
|
5327
|
+
subheadlineSize: "xl",
|
|
5328
|
+
subheadlineLineHeight: "relaxed",
|
|
5329
|
+
microHeadlineSize: "5xl",
|
|
5330
|
+
microHeadlineLineHeight: "normal",
|
|
5331
|
+
microSubheadlineSize: "lg",
|
|
5332
|
+
microSubheadlineLineHeight: "relaxed",
|
|
5333
|
+
responsive: {
|
|
5334
|
+
tablet: { headlineSize: "5xl" },
|
|
5335
|
+
mobile: { headlineSize: "4xl", subheadlineSize: "lg" }
|
|
5336
|
+
}
|
|
5337
|
+
}
|
|
5338
|
+
}),
|
|
4986
5339
|
defineTypographyPreset({
|
|
4987
5340
|
id: "typography-preset:bold-display",
|
|
4988
5341
|
name: "Bold Display",
|
|
@@ -5012,11 +5365,11 @@ var typographyPresets = [
|
|
|
5012
5365
|
defineTypographyPreset({
|
|
5013
5366
|
id: "typography-preset:original-joy",
|
|
5014
5367
|
name: "Original Joy",
|
|
5015
|
-
description: "
|
|
5016
|
-
defaultFonts: { body: "DM Sans, system-ui, sans-serif", heading: "
|
|
5368
|
+
description: "Lobster display headings over a clean DM Sans body, expressive and warm.",
|
|
5369
|
+
defaultFonts: { body: "DM Sans, system-ui, sans-serif", heading: "Lobster, cursive" },
|
|
5017
5370
|
recommendedFonts: {
|
|
5018
5371
|
body: ["DM Sans", "Inter", "Manrope"],
|
|
5019
|
-
heading: ["Bricolage Grotesque", "Space Grotesk"
|
|
5372
|
+
heading: ["Lobster", "Bricolage Grotesque", "Space Grotesk"]
|
|
5020
5373
|
},
|
|
5021
5374
|
slotPolicies: { body: bodyReadablePolicy, heading: displayHeadingPolicy },
|
|
5022
5375
|
typography: originalJoyTypography,
|
|
@@ -5040,6 +5393,319 @@ var typographyPresetsById = new Map(
|
|
|
5040
5393
|
typographyPresets.map((preset) => [preset.id, preset])
|
|
5041
5394
|
);
|
|
5042
5395
|
|
|
5396
|
+
// ../theme-core/src/site-styles/designState.ts
|
|
5397
|
+
import { z as z19 } from "zod";
|
|
5398
|
+
var themeV2DesignStateSchemaVersion = 1;
|
|
5399
|
+
var designResolutionPolicySchema = z19.enum(["generated", "user", "admin", "sdk"]);
|
|
5400
|
+
var runtimeStyleFieldNameSchema = z19.enum(themeV2RuntimeStyleFieldNames);
|
|
5401
|
+
var nonEmptyRuntimeStyleFieldNamesSchema = z19.array(runtimeStyleFieldNameSchema).min(1).transform((fields) => [
|
|
5402
|
+
fields[0],
|
|
5403
|
+
...fields.slice(1)
|
|
5404
|
+
]);
|
|
5405
|
+
var heroLegibilityStrategySchema = z19.enum([
|
|
5406
|
+
"none",
|
|
5407
|
+
"scrim-gradient",
|
|
5408
|
+
"solid-panel"
|
|
5409
|
+
]);
|
|
5410
|
+
var heroCompositionIntentSchema = z19.enum([
|
|
5411
|
+
"center",
|
|
5412
|
+
"bottom-left"
|
|
5413
|
+
]);
|
|
5414
|
+
var heroTypographyScaleIntentSchema = z19.enum([
|
|
5415
|
+
"quiet",
|
|
5416
|
+
"editorial",
|
|
5417
|
+
"display",
|
|
5418
|
+
"poster"
|
|
5419
|
+
]);
|
|
5420
|
+
var sectionHeightIntentSchema = z19.enum([
|
|
5421
|
+
"default",
|
|
5422
|
+
"banner",
|
|
5423
|
+
"hero",
|
|
5424
|
+
"immersive"
|
|
5425
|
+
]);
|
|
5426
|
+
var imageSurfaceTreatmentIntensitySchema = z19.enum(["soft", "balanced", "strong"]);
|
|
5427
|
+
var imageSurfaceMotionSchema = z19.enum(["static", "fixed-frame"]);
|
|
5428
|
+
var imageSurfaceTreatmentSchema = z19.discriminatedUnion("kind", [
|
|
5429
|
+
z19.object({ kind: z19.literal("none") }).strict(),
|
|
5430
|
+
z19.object({
|
|
5431
|
+
kind: z19.literal("brand-scrim"),
|
|
5432
|
+
token: z19.enum(["primary", "secondary", "accent"]),
|
|
5433
|
+
intensity: imageSurfaceTreatmentIntensitySchema.optional()
|
|
5434
|
+
}).strict(),
|
|
5435
|
+
z19.object({
|
|
5436
|
+
kind: z19.literal("brand-wash"),
|
|
5437
|
+
token: z19.enum(["primary", "secondary", "accent"]),
|
|
5438
|
+
intensity: imageSurfaceTreatmentIntensitySchema.optional()
|
|
5439
|
+
}).strict(),
|
|
5440
|
+
z19.object({
|
|
5441
|
+
kind: z19.literal("neutral-scrim"),
|
|
5442
|
+
intensity: imageSurfaceTreatmentIntensitySchema.optional()
|
|
5443
|
+
}).strict(),
|
|
5444
|
+
z19.object({
|
|
5445
|
+
kind: z19.literal("neutral-wash"),
|
|
5446
|
+
intensity: imageSurfaceTreatmentIntensitySchema.optional()
|
|
5447
|
+
}).strict(),
|
|
5448
|
+
z19.object({
|
|
5449
|
+
kind: z19.literal("solid-panel"),
|
|
5450
|
+
intensity: imageSurfaceTreatmentIntensitySchema.optional()
|
|
5451
|
+
}).strict()
|
|
5452
|
+
]);
|
|
5453
|
+
var testimonialCardTreatmentSchema = z19.enum(["default", "accent-quote"]);
|
|
5454
|
+
var tileTreatmentSchema = z19.enum(tileTreatmentValues);
|
|
5455
|
+
var eventListTreatmentSchema = z19.enum(eventListTreatmentValues);
|
|
5456
|
+
var eyebrowTreatmentSchema = z19.enum(eyebrowTreatmentValues);
|
|
5457
|
+
function uniqueNonEmpty(values) {
|
|
5458
|
+
const uniqueValues = [...new Set(values)];
|
|
5459
|
+
const firstValue = uniqueValues[0];
|
|
5460
|
+
if (!firstValue) {
|
|
5461
|
+
throw new Error("Expected at least one Theme V2 design state option.");
|
|
5462
|
+
}
|
|
5463
|
+
return [firstValue, ...uniqueValues.slice(1)];
|
|
5464
|
+
}
|
|
5465
|
+
var userPanelTreatments = uniqueNonEmpty(
|
|
5466
|
+
userDesignOptionCatalog.contentFrames.filter((frame) => frame.kind === "panel").map((frame) => frame.treatment)
|
|
5467
|
+
);
|
|
5468
|
+
var userFlushTreatments = uniqueNonEmpty(
|
|
5469
|
+
userDesignOptionCatalog.contentFrames.filter((frame) => frame.kind === "flush-panel").map((frame) => frame.treatment)
|
|
5470
|
+
);
|
|
5471
|
+
var userFlushBleeds = uniqueNonEmpty(
|
|
5472
|
+
userDesignOptionCatalog.contentFrames.filter((frame) => frame.kind === "flush-panel").map((frame) => frame.bleed)
|
|
5473
|
+
);
|
|
5474
|
+
var contentFrameIntentSchema = z19.discriminatedUnion("kind", [
|
|
5475
|
+
z19.object({ kind: z19.literal("plain") }).strict(),
|
|
5476
|
+
z19.object({
|
|
5477
|
+
kind: z19.literal("panel"),
|
|
5478
|
+
treatment: z19.enum(userPanelTreatments)
|
|
5479
|
+
}).strict(),
|
|
5480
|
+
z19.object({
|
|
5481
|
+
kind: z19.literal("flush-panel"),
|
|
5482
|
+
treatment: z19.enum(userFlushTreatments),
|
|
5483
|
+
bleed: z19.enum(userFlushBleeds)
|
|
5484
|
+
}).strict()
|
|
5485
|
+
]);
|
|
5486
|
+
var blockDesignPlanSchema = z19.object({
|
|
5487
|
+
blockId: z19.string().min(1).transform(asDesignBlockId),
|
|
5488
|
+
blockKind: z19.string().min(1),
|
|
5489
|
+
purpose: z19.string().min(1),
|
|
5490
|
+
sectionSurface: z19.enum(userDesignOptionCatalog.sectionSurfaces),
|
|
5491
|
+
contentFrame: contentFrameIntentSchema,
|
|
5492
|
+
itemSurface: z19.enum(userDesignOptionCatalog.itemSurfaces),
|
|
5493
|
+
transitionAfter: z19.enum(userDesignOptionCatalog.transitions),
|
|
5494
|
+
emphasis: z19.enum(userDesignOptionCatalog.emphases),
|
|
5495
|
+
sectionHeight: sectionHeightIntentSchema.optional(),
|
|
5496
|
+
heroLegibility: heroLegibilityStrategySchema.optional(),
|
|
5497
|
+
heroComposition: heroCompositionIntentSchema.optional(),
|
|
5498
|
+
heroTypographyScale: heroTypographyScaleIntentSchema.optional(),
|
|
5499
|
+
imageSurfaceTreatment: imageSurfaceTreatmentSchema.optional(),
|
|
5500
|
+
imageSurfaceMotion: imageSurfaceMotionSchema.optional(),
|
|
5501
|
+
testimonialCardTreatment: testimonialCardTreatmentSchema.optional(),
|
|
5502
|
+
tileTreatment: tileTreatmentSchema.optional(),
|
|
5503
|
+
eventListTreatment: eventListTreatmentSchema.optional(),
|
|
5504
|
+
eyebrowTreatment: eyebrowTreatmentSchema.optional()
|
|
5505
|
+
}).strict();
|
|
5506
|
+
var styleAuthoritySchema = z19.discriminatedUnion("kind", [
|
|
5507
|
+
z19.object({
|
|
5508
|
+
kind: z19.literal("theme-v2"),
|
|
5509
|
+
source: designResolutionPolicySchema,
|
|
5510
|
+
siteStyleId: z19.string().min(1).transform(asSiteStyleId),
|
|
5511
|
+
templateId: z19.string().min(1).transform(asDesignSystemTemplateId),
|
|
5512
|
+
templateVersion: z19.number().int().nonnegative(),
|
|
5513
|
+
resolverVersion: z19.number().int().nonnegative()
|
|
5514
|
+
}).strict(),
|
|
5515
|
+
z19.object({
|
|
5516
|
+
kind: z19.literal("legacy-raw"),
|
|
5517
|
+
reason: z19.enum(["pre-theme-v2", "manual-runtime-fields"])
|
|
5518
|
+
}).strict(),
|
|
5519
|
+
z19.object({
|
|
5520
|
+
kind: z19.literal("advanced-detached"),
|
|
5521
|
+
reason: z19.literal("detached-custom-runtime-fields")
|
|
5522
|
+
}).strict()
|
|
5523
|
+
]);
|
|
5524
|
+
var blockRuntimeStyleAuthoritySchema = z19.object({
|
|
5525
|
+
unit: z19.literal("block-runtime-fields"),
|
|
5526
|
+
blockId: z19.string().min(1).transform(asDesignBlockId),
|
|
5527
|
+
fields: nonEmptyRuntimeStyleFieldNamesSchema,
|
|
5528
|
+
authority: styleAuthoritySchema
|
|
5529
|
+
}).strict();
|
|
5530
|
+
var persistedPageDesignStateV1Schema = z19.object({
|
|
5531
|
+
schemaVersion: z19.literal(themeV2DesignStateSchemaVersion),
|
|
5532
|
+
siteStyleId: z19.string().min(1).transform(asSiteStyleId),
|
|
5533
|
+
templateId: z19.string().min(1).transform(asDesignSystemTemplateId),
|
|
5534
|
+
templateVersion: z19.number().int().nonnegative(),
|
|
5535
|
+
resolverVersion: z19.number().int().nonnegative(),
|
|
5536
|
+
rhythmPresetId: z19.string().min(1),
|
|
5537
|
+
blocks: z19.array(blockDesignPlanSchema),
|
|
5538
|
+
styleAuthorities: z19.array(blockRuntimeStyleAuthoritySchema)
|
|
5539
|
+
}).strict();
|
|
5540
|
+
|
|
5541
|
+
// ../theme-core/src/site-styles/runtimeCompiler.ts
|
|
5542
|
+
function defineDesignRuntimeRules(rules) {
|
|
5543
|
+
return rules;
|
|
5544
|
+
}
|
|
5545
|
+
function defineComponentRuntimeRules(rules) {
|
|
5546
|
+
return rules;
|
|
5547
|
+
}
|
|
5548
|
+
var defaultDesignRuntimeRules = defineDesignRuntimeRules({
|
|
5549
|
+
sectionSurfaces: {
|
|
5550
|
+
base: {},
|
|
5551
|
+
"muted-band": {
|
|
5552
|
+
background: {
|
|
5553
|
+
type: "color",
|
|
5554
|
+
color: "muted"
|
|
5555
|
+
}
|
|
5556
|
+
},
|
|
5557
|
+
"accent-band": {
|
|
5558
|
+
background: {
|
|
5559
|
+
type: "color",
|
|
5560
|
+
color: "primary"
|
|
5561
|
+
}
|
|
5562
|
+
},
|
|
5563
|
+
"brand-depth-band": {
|
|
5564
|
+
background: {
|
|
5565
|
+
type: "color",
|
|
5566
|
+
color: "primary-800"
|
|
5567
|
+
}
|
|
5568
|
+
},
|
|
5569
|
+
"hero-image": {
|
|
5570
|
+
background: {
|
|
5571
|
+
type: "image",
|
|
5572
|
+
opacity: 1,
|
|
5573
|
+
position: "center center",
|
|
5574
|
+
...uniformSectionForeground("text")
|
|
5575
|
+
}
|
|
5576
|
+
}
|
|
5577
|
+
},
|
|
5578
|
+
heroLegibility: {
|
|
5579
|
+
"scrim-gradient": {
|
|
5580
|
+
type: "gradient",
|
|
5581
|
+
gradient: "linear-gradient(180deg, rgba(255,255,255,0.38) 0%, rgba(244,241,234,0.62) 90%)",
|
|
5582
|
+
opacity: 1
|
|
5583
|
+
},
|
|
5584
|
+
"solid-panel": {
|
|
5585
|
+
type: "color",
|
|
5586
|
+
color: "surface",
|
|
5587
|
+
opacity: 0.88
|
|
5588
|
+
}
|
|
5589
|
+
},
|
|
5590
|
+
transitionClassName: (transition, fromSurface, toSurface) => transition === "none" ? null : `site-style-transition-${transition}-from-${fromSurface}-to-${toSurface}`
|
|
5591
|
+
});
|
|
5592
|
+
var defaultComponentRuntimeRules = defineComponentRuntimeRules({
|
|
5593
|
+
panelFrames: {
|
|
5594
|
+
inset: {
|
|
5595
|
+
spacing: "comfortable",
|
|
5596
|
+
rounded: "xl",
|
|
5597
|
+
raised: false,
|
|
5598
|
+
background: {
|
|
5599
|
+
type: "color",
|
|
5600
|
+
color: "surfaceAlt",
|
|
5601
|
+
textColor: "text"
|
|
5602
|
+
}
|
|
5603
|
+
},
|
|
5604
|
+
raised: {
|
|
5605
|
+
spacing: "comfortable",
|
|
5606
|
+
rounded: "xl",
|
|
5607
|
+
raised: true,
|
|
5608
|
+
background: {
|
|
5609
|
+
type: "color",
|
|
5610
|
+
color: "surfaceAlt",
|
|
5611
|
+
textColor: "text"
|
|
5612
|
+
}
|
|
5613
|
+
},
|
|
5614
|
+
editorial: {
|
|
5615
|
+
spacing: "medium",
|
|
5616
|
+
rounded: "xl",
|
|
5617
|
+
raised: false,
|
|
5618
|
+
background: {
|
|
5619
|
+
type: "color",
|
|
5620
|
+
color: "surface",
|
|
5621
|
+
textColor: "text"
|
|
5622
|
+
}
|
|
5623
|
+
}
|
|
5624
|
+
},
|
|
5625
|
+
flushFrames: {
|
|
5626
|
+
"media-panel": {
|
|
5627
|
+
fullWidth: true,
|
|
5628
|
+
spacing: "none",
|
|
5629
|
+
rounded: "none",
|
|
5630
|
+
raised: false
|
|
5631
|
+
}
|
|
5632
|
+
},
|
|
5633
|
+
itemSurfaces: {
|
|
5634
|
+
none: null,
|
|
5635
|
+
default: {
|
|
5636
|
+
spacing: "medium",
|
|
5637
|
+
rounded: "lg",
|
|
5638
|
+
raised: false
|
|
5639
|
+
},
|
|
5640
|
+
flat: {
|
|
5641
|
+
spacing: "medium",
|
|
5642
|
+
rounded: "lg",
|
|
5643
|
+
raised: false
|
|
5644
|
+
},
|
|
5645
|
+
outlined: {
|
|
5646
|
+
spacing: "medium",
|
|
5647
|
+
rounded: "lg",
|
|
5648
|
+
raised: false,
|
|
5649
|
+
border: {
|
|
5650
|
+
enabled: true,
|
|
5651
|
+
width: "1",
|
|
5652
|
+
colorToken: "border"
|
|
5653
|
+
}
|
|
5654
|
+
},
|
|
5655
|
+
raised: {
|
|
5656
|
+
spacing: "medium",
|
|
5657
|
+
rounded: "xl",
|
|
5658
|
+
raised: true
|
|
5659
|
+
},
|
|
5660
|
+
inset: {
|
|
5661
|
+
treatment: "soft-panel",
|
|
5662
|
+
spacing: "comfortable",
|
|
5663
|
+
rounded: "xl",
|
|
5664
|
+
raised: false,
|
|
5665
|
+
border: {
|
|
5666
|
+
enabled: false
|
|
5667
|
+
},
|
|
5668
|
+
background: {
|
|
5669
|
+
type: "color",
|
|
5670
|
+
color: "surfaceAlt",
|
|
5671
|
+
textColor: "text"
|
|
5672
|
+
}
|
|
5673
|
+
},
|
|
5674
|
+
editorial: {
|
|
5675
|
+
// Boxless open column with a short rule on top; the visual treatment
|
|
5676
|
+
// lives in blocks-static/card-treatments.css.
|
|
5677
|
+
treatment: "editorial-rule",
|
|
5678
|
+
spacing: "none",
|
|
5679
|
+
rounded: "none",
|
|
5680
|
+
raised: false,
|
|
5681
|
+
border: {
|
|
5682
|
+
enabled: false
|
|
5683
|
+
}
|
|
5684
|
+
},
|
|
5685
|
+
"color-blocked": {
|
|
5686
|
+
// Bold, flat colour-blocked cards. The per-card background colour cycle
|
|
5687
|
+
// (by position) and staggered offset live in
|
|
5688
|
+
// blocks-static/card-treatments.css; here we set the shared shape:
|
|
5689
|
+
// generous padding, large radius, no border, flat (no shadow).
|
|
5690
|
+
treatment: "color-blocked",
|
|
5691
|
+
spacing: "spacious",
|
|
5692
|
+
rounded: "2xl",
|
|
5693
|
+
raised: false,
|
|
5694
|
+
border: {
|
|
5695
|
+
enabled: false
|
|
5696
|
+
}
|
|
5697
|
+
}
|
|
5698
|
+
}
|
|
5699
|
+
});
|
|
5700
|
+
function uniformSectionForeground(token) {
|
|
5701
|
+
return {
|
|
5702
|
+
textColor: token,
|
|
5703
|
+
headingColor: token,
|
|
5704
|
+
linkColor: token,
|
|
5705
|
+
supportingColor: token
|
|
5706
|
+
};
|
|
5707
|
+
}
|
|
5708
|
+
|
|
5043
5709
|
// ../theme-core/src/site-styles/curatedSiteStyles.ts
|
|
5044
5710
|
var SOFT_EARTH_SITE_STYLE_ID_VALUE = "site-style:soft-earth";
|
|
5045
5711
|
var SOFT_EARTH_SITE_STYLE_ID = asSiteStyleId(SOFT_EARTH_SITE_STYLE_ID_VALUE);
|
|
@@ -5067,6 +5733,50 @@ var expressiveBudget = {
|
|
|
5067
5733
|
mediaDensity: "high",
|
|
5068
5734
|
decorativeRepetition: "medium"
|
|
5069
5735
|
};
|
|
5736
|
+
var kirtanOrnateDesignRuntimeRules = defineDesignRuntimeRules({
|
|
5737
|
+
...defaultDesignRuntimeRules,
|
|
5738
|
+
defaultEyebrowTreatment: "accent",
|
|
5739
|
+
sectionSurfaces: {
|
|
5740
|
+
...defaultDesignRuntimeRules.sectionSurfaces,
|
|
5741
|
+
"muted-band": {
|
|
5742
|
+
background: {
|
|
5743
|
+
type: "color",
|
|
5744
|
+
color: "muted"
|
|
5745
|
+
},
|
|
5746
|
+
foreground: {
|
|
5747
|
+
textColor: "text",
|
|
5748
|
+
headingColor: "primary",
|
|
5749
|
+
linkColor: "primary",
|
|
5750
|
+
supportingColor: "text"
|
|
5751
|
+
}
|
|
5752
|
+
},
|
|
5753
|
+
"brand-depth-band": {
|
|
5754
|
+
background: {
|
|
5755
|
+
type: "color",
|
|
5756
|
+
color: "primary-800"
|
|
5757
|
+
},
|
|
5758
|
+
foreground: {
|
|
5759
|
+
textColor: "text",
|
|
5760
|
+
headingColor: "primary",
|
|
5761
|
+
linkColor: "primary",
|
|
5762
|
+
supportingColor: "text"
|
|
5763
|
+
}
|
|
5764
|
+
},
|
|
5765
|
+
"hero-image": {
|
|
5766
|
+
background: {
|
|
5767
|
+
type: "image",
|
|
5768
|
+
opacity: 1,
|
|
5769
|
+
position: "center center"
|
|
5770
|
+
},
|
|
5771
|
+
foreground: {
|
|
5772
|
+
textColor: "text",
|
|
5773
|
+
headingColor: "primary",
|
|
5774
|
+
linkColor: "primary",
|
|
5775
|
+
supportingColor: "text"
|
|
5776
|
+
}
|
|
5777
|
+
}
|
|
5778
|
+
}
|
|
5779
|
+
});
|
|
5070
5780
|
var expressiveUnderlineInputs = {
|
|
5071
5781
|
base: {
|
|
5072
5782
|
background: { type: "transparent" },
|
|
@@ -5104,6 +5814,43 @@ var expressiveUnderlineInputs = {
|
|
|
5104
5814
|
opacity: 0.6
|
|
5105
5815
|
}
|
|
5106
5816
|
};
|
|
5817
|
+
var ornateDarkInputs = {
|
|
5818
|
+
base: {
|
|
5819
|
+
background: { type: "solid", colorToken: "surfaceAlt" },
|
|
5820
|
+
textColorToken: "text",
|
|
5821
|
+
border: {
|
|
5822
|
+
widthClass: "border",
|
|
5823
|
+
colorToken: "primary/45",
|
|
5824
|
+
style: "all"
|
|
5825
|
+
},
|
|
5826
|
+
corners: "square",
|
|
5827
|
+
shadow: null,
|
|
5828
|
+
spacing: "medium",
|
|
5829
|
+
fontSize: "base"
|
|
5830
|
+
},
|
|
5831
|
+
label: {
|
|
5832
|
+
textColorToken: "primary",
|
|
5833
|
+
fontWeight: "semibold",
|
|
5834
|
+
fontSize: "xs",
|
|
5835
|
+
textTransform: "uppercase",
|
|
5836
|
+
letterSpacing: "wider",
|
|
5837
|
+
opacity: 1
|
|
5838
|
+
},
|
|
5839
|
+
focus: {
|
|
5840
|
+
ringColorToken: "primary/18",
|
|
5841
|
+
ringWidth: "2",
|
|
5842
|
+
borderColorToken: "primary/70"
|
|
5843
|
+
},
|
|
5844
|
+
error: {
|
|
5845
|
+
borderColorToken: "destructive",
|
|
5846
|
+
textColorToken: "destructive"
|
|
5847
|
+
},
|
|
5848
|
+
disabled: {
|
|
5849
|
+
backgroundColorToken: "muted",
|
|
5850
|
+
textColorToken: "mutedText",
|
|
5851
|
+
opacity: 0.6
|
|
5852
|
+
}
|
|
5853
|
+
};
|
|
5107
5854
|
function uniqueContentFrameKinds() {
|
|
5108
5855
|
const kinds = [
|
|
5109
5856
|
...new Set(
|
|
@@ -5161,6 +5908,7 @@ function defineCuratedSiteStyle(input) {
|
|
|
5161
5908
|
// clean/minimal styles default to none.
|
|
5162
5909
|
headingDecoration: input.headingDecoration ?? noHeadingDecoration,
|
|
5163
5910
|
...input.themeOverrides ? { themeOverrides: input.themeOverrides } : {},
|
|
5911
|
+
...input.designRuntimeRules ? { designRuntimeRules: input.designRuntimeRules } : {},
|
|
5164
5912
|
...input.defaultBlockVariants ? { defaultBlockVariants: input.defaultBlockVariants } : {},
|
|
5165
5913
|
recommendedAppearancePresetIds: (input.recommendedAppearancePresetIds ?? []).map(asAppearancePresetId),
|
|
5166
5914
|
defaultHeaderSelection: input.defaultHeaderSelection ? {
|
|
@@ -6111,6 +6859,80 @@ var curatedSiteStyles = [
|
|
|
6111
6859
|
paletteChoice("high-contrast-ink")
|
|
6112
6860
|
]
|
|
6113
6861
|
}),
|
|
6862
|
+
defineCuratedSiteStyle({
|
|
6863
|
+
id: "site-style:kirtan-ornate",
|
|
6864
|
+
name: "Kirtan Ornate",
|
|
6865
|
+
headingDecoration: { family: "short-center-rule", colorToken: "accent" },
|
|
6866
|
+
description: "Ceremonial, jewel-toned, and devotional: ornate frames, warm contrast, and composed rhythm for intimate music gatherings.",
|
|
6867
|
+
generationBrief: "Use a deep plum ground with pale gold as the main brand color, rose accent details, cream text, spacious split hero sections, devotional editorial headings, compact event lists, and framed conversion sections. The mood should feel soulful and ceremonial, not gothic or theatrical.",
|
|
6868
|
+
selectionKeywordRules: [
|
|
6869
|
+
{ kind: "word", value: "kirtan" },
|
|
6870
|
+
{ kind: "word", value: "chanting" },
|
|
6871
|
+
{ kind: "word", value: "ceremony" },
|
|
6872
|
+
{ kind: "word", value: "devotional" }
|
|
6873
|
+
],
|
|
6874
|
+
tokenRecipes: {
|
|
6875
|
+
palette: "brand-led",
|
|
6876
|
+
contrast: "strong",
|
|
6877
|
+
radius: "soft",
|
|
6878
|
+
shadow: "subtle",
|
|
6879
|
+
typography: "serif-editorial",
|
|
6880
|
+
spacing: "airy",
|
|
6881
|
+
motion: "subtle"
|
|
6882
|
+
},
|
|
6883
|
+
compositionBudget: expressiveBudget,
|
|
6884
|
+
typographyPresetChoices: [
|
|
6885
|
+
typographyChoice("typography-preset:kirtan-ornate"),
|
|
6886
|
+
typographyChoice("typography-preset:luxe-contrast"),
|
|
6887
|
+
typographyChoice("typography-preset:editorial-serif")
|
|
6888
|
+
],
|
|
6889
|
+
defaultTypographyPresetId: "typography-preset:kirtan-ornate",
|
|
6890
|
+
themeOverrides: {
|
|
6891
|
+
accordions: warmInsetAccordionSystem,
|
|
6892
|
+
cards: originalJoyCardSystem,
|
|
6893
|
+
testimonialQuote: serifDisplayQuote,
|
|
6894
|
+
bodyText: {
|
|
6895
|
+
intro: {
|
|
6896
|
+
paragraphSize: "editorial",
|
|
6897
|
+
headingSize: "editorial"
|
|
6898
|
+
}
|
|
6899
|
+
},
|
|
6900
|
+
inputs: ornateDarkInputs
|
|
6901
|
+
},
|
|
6902
|
+
designRuntimeRules: kirtanOrnateDesignRuntimeRules,
|
|
6903
|
+
recommendedAppearancePresetIds: [
|
|
6904
|
+
"hero-brand-scrim-fixed-frame",
|
|
6905
|
+
"media-text-quiet-story",
|
|
6906
|
+
"events-lined-panel",
|
|
6907
|
+
"schedule-details-brand-depth",
|
|
6908
|
+
"testimonials-statement-cards",
|
|
6909
|
+
"contact-form-panel"
|
|
6910
|
+
],
|
|
6911
|
+
defaultHeaderSelection: { layoutId: "floating", styleId: "minimal-surface" },
|
|
6912
|
+
recommendedHeaderLayoutChoices: [headerLayoutChoice("floating")],
|
|
6913
|
+
recommendedHeaderStyleChoicesByLayout: {
|
|
6914
|
+
floating: [
|
|
6915
|
+
headerStyleChoice("minimal-surface"),
|
|
6916
|
+
headerStyleChoice("split-glass"),
|
|
6917
|
+
headerStyleChoice("glass")
|
|
6918
|
+
]
|
|
6919
|
+
},
|
|
6920
|
+
recommendedHeaderLookIds: ["minimal-transparent"],
|
|
6921
|
+
recommendedFooterLookIds: [
|
|
6922
|
+
"site-footer-brand-two-band",
|
|
6923
|
+
"footer-muted-grounding"
|
|
6924
|
+
],
|
|
6925
|
+
buttonPersonalityChoices: [
|
|
6926
|
+
buttonChoice("ornate-ritual"),
|
|
6927
|
+
buttonChoice("joy-stamp"),
|
|
6928
|
+
buttonChoice("ink-stamp")
|
|
6929
|
+
],
|
|
6930
|
+
paletteVariantChoices: [
|
|
6931
|
+
paletteChoice("warm-dark-kirtan-gold"),
|
|
6932
|
+
paletteChoice("warm-dark-ember"),
|
|
6933
|
+
paletteChoice("brand-led-burgundy-gold")
|
|
6934
|
+
]
|
|
6935
|
+
}),
|
|
6114
6936
|
defineCuratedSiteStyle({
|
|
6115
6937
|
id: "site-style:original-joy",
|
|
6116
6938
|
name: "Original Joy",
|
|
@@ -6541,6 +7363,11 @@ ${root} {
|
|
|
6541
7363
|
--er-event-card-bg: rgb(var(--tb-surface));
|
|
6542
7364
|
--er-event-card-border-width: var(--rb-border-width, 1px);
|
|
6543
7365
|
--er-event-card-hover-opacity: 1;
|
|
7366
|
+
--er-control-bg: rgb(var(--tb-background, var(--tb-surface)));
|
|
7367
|
+
--er-control-text: rgb(var(--tb-foreground, var(--tb-text)));
|
|
7368
|
+
--er-radius: var(--rb-block-radius);
|
|
7369
|
+
--er-surface-muted: rgba(var(--tb-muted, 241 245 249), 0.42);
|
|
7370
|
+
--er-shell-line: rgba(var(--tb-mutedText, 100 116 139), 0.22);
|
|
6544
7371
|
|
|
6545
7372
|
/* Step indicator */
|
|
6546
7373
|
--er-step-active: rgb(var(--tb-primary));
|
|
@@ -6941,11 +7768,11 @@ ${root} {
|
|
|
6941
7768
|
--rb-testimonial-quote-weight: ${quote.weight};
|
|
6942
7769
|
--rb-testimonial-quote-display: ${quote.display};
|
|
6943
7770
|
|
|
6944
|
-
/* Carousel arrows
|
|
6945
|
-
--rb-testimonial-carousel-arrow-bg: rgb(var(--tb-
|
|
6946
|
-
--rb-testimonial-carousel-arrow-bg-hover:
|
|
6947
|
-
--rb-testimonial-carousel-arrow-color: rgb(var(--tb-
|
|
6948
|
-
--rb-testimonial-carousel-arrow-border-color: rgba(var(--tb-
|
|
7771
|
+
/* Carousel arrows: use the secondary chip so accent-band sections retain contrast. */
|
|
7772
|
+
--rb-testimonial-carousel-arrow-bg: rgb(var(--tb-secondary));
|
|
7773
|
+
--rb-testimonial-carousel-arrow-bg-hover: color-mix(in oklab, rgb(var(--tb-secondary)), rgb(var(--tb-text)) 14%);
|
|
7774
|
+
--rb-testimonial-carousel-arrow-color: rgb(var(--tb-onSecondary));
|
|
7775
|
+
--rb-testimonial-carousel-arrow-border-color: rgba(var(--tb-onSecondary), 0.22);
|
|
6949
7776
|
--rb-testimonial-carousel-arrow-size: 2.75rem;
|
|
6950
7777
|
--rb-testimonial-carousel-arrow-icon-size: 1.25rem;
|
|
6951
7778
|
--rb-testimonial-carousel-arrow-icon-stroke-width: 2.5;
|
|
@@ -7205,6 +8032,9 @@ var containerResponsiveThemeCss = `/*
|
|
|
7205
8032
|
letter-spacing: 0.025em;
|
|
7206
8033
|
text-transform: uppercase;
|
|
7207
8034
|
}
|
|
8035
|
+
.rb-eyebrow-treatment-accent {
|
|
8036
|
+
color: rgb(var(--tb-accent));
|
|
8037
|
+
}
|
|
7208
8038
|
.rb-eyebrow-treatment-pill {
|
|
7209
8039
|
align-self: center;
|
|
7210
8040
|
display: inline-flex;
|
|
@@ -7259,6 +8089,27 @@ var containerResponsiveThemeCss = `/*
|
|
|
7259
8089
|
font-weight: 400;
|
|
7260
8090
|
}
|
|
7261
8091
|
|
|
8092
|
+
/* Media shape treatments */
|
|
8093
|
+
.rb-media-shape-square,
|
|
8094
|
+
.rb-media-shape-rounded,
|
|
8095
|
+
.rb-media-shape-circle,
|
|
8096
|
+
.rb-media-shape-arch {
|
|
8097
|
+
overflow: hidden;
|
|
8098
|
+
}
|
|
8099
|
+
.rb-media-shape-square {
|
|
8100
|
+
border-radius: 0;
|
|
8101
|
+
}
|
|
8102
|
+
.rb-media-shape-rounded {
|
|
8103
|
+
border-radius: var(--rb-media-shape-radius, 1rem);
|
|
8104
|
+
}
|
|
8105
|
+
.rb-media-shape-circle {
|
|
8106
|
+
border-radius: 9999px;
|
|
8107
|
+
}
|
|
8108
|
+
.rb-media-shape-arch {
|
|
8109
|
+
border-radius: 9999px 9999px var(--rb-media-shape-arch-base-radius, 0.125rem)
|
|
8110
|
+
var(--rb-media-shape-arch-base-radius, 0.125rem);
|
|
8111
|
+
}
|
|
8112
|
+
|
|
7262
8113
|
/* Navigation typography */
|
|
7263
8114
|
.rb-nav-text {
|
|
7264
8115
|
font-size: 0.875rem;
|
|
@@ -10413,7 +11264,7 @@ var containerResponsiveThemeCss = `/*
|
|
|
10413
11264
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-container {
|
|
10414
11265
|
border-radius: var(--rb-block-radius);
|
|
10415
11266
|
border: 1px solid var(--er-border);
|
|
10416
|
-
padding: 1.5rem;
|
|
11267
|
+
padding: clamp(1rem, 2vw, 1.5rem);
|
|
10417
11268
|
background: rgb(var(--tb-surface));
|
|
10418
11269
|
color: var(--er-on-surface);
|
|
10419
11270
|
transition: border-color var(--rb-block-transition) ease;
|
|
@@ -10422,6 +11273,117 @@ var containerResponsiveThemeCss = `/*
|
|
|
10422
11273
|
margin-inline: 0;
|
|
10423
11274
|
}
|
|
10424
11275
|
|
|
11276
|
+
/* SSR shell / required-island fallback */
|
|
11277
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-registration-shell {
|
|
11278
|
+
min-height: 24rem;
|
|
11279
|
+
}
|
|
11280
|
+
|
|
11281
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-registration-shell__steps {
|
|
11282
|
+
margin-bottom: 1.25rem;
|
|
11283
|
+
}
|
|
11284
|
+
|
|
11285
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-registration-shell__eyebrow {
|
|
11286
|
+
margin: 0 0 0.35rem;
|
|
11287
|
+
color: var(--er-on-surface-subtle);
|
|
11288
|
+
font-size: 0.75rem;
|
|
11289
|
+
font-weight: 700;
|
|
11290
|
+
letter-spacing: 0.04em;
|
|
11291
|
+
line-height: 1.2;
|
|
11292
|
+
text-transform: uppercase;
|
|
11293
|
+
}
|
|
11294
|
+
|
|
11295
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-registration-shell__title {
|
|
11296
|
+
margin: 0;
|
|
11297
|
+
}
|
|
11298
|
+
|
|
11299
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-registration-shell__copy {
|
|
11300
|
+
margin: 0.35rem 0 0;
|
|
11301
|
+
max-width: 36rem;
|
|
11302
|
+
line-height: 1.45;
|
|
11303
|
+
}
|
|
11304
|
+
|
|
11305
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-registration-shell__cards {
|
|
11306
|
+
margin-top: 0.25rem;
|
|
11307
|
+
overflow: hidden;
|
|
11308
|
+
border: 1px solid var(--er-border);
|
|
11309
|
+
border-radius: var(--rb-block-radius);
|
|
11310
|
+
background: var(--er-control-bg);
|
|
11311
|
+
}
|
|
11312
|
+
|
|
11313
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-registration-shell__card {
|
|
11314
|
+
display: grid;
|
|
11315
|
+
gap: 0.5rem;
|
|
11316
|
+
padding: 1rem;
|
|
11317
|
+
}
|
|
11318
|
+
|
|
11319
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-registration-shell__line {
|
|
11320
|
+
height: 0.75rem;
|
|
11321
|
+
border-radius: 9999px;
|
|
11322
|
+
background: linear-gradient(
|
|
11323
|
+
90deg,
|
|
11324
|
+
var(--er-shell-line),
|
|
11325
|
+
rgba(var(--tb-primary), 0.12),
|
|
11326
|
+
var(--er-shell-line)
|
|
11327
|
+
);
|
|
11328
|
+
}
|
|
11329
|
+
|
|
11330
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-registration-shell__line--lg {
|
|
11331
|
+
width: min(26rem, 82%);
|
|
11332
|
+
}
|
|
11333
|
+
|
|
11334
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-registration-shell__line--md {
|
|
11335
|
+
width: min(19rem, 68%);
|
|
11336
|
+
}
|
|
11337
|
+
|
|
11338
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-registration-shell__line--sm {
|
|
11339
|
+
width: min(14rem, 52%);
|
|
11340
|
+
}
|
|
11341
|
+
|
|
11342
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-registration-shell__line--xs {
|
|
11343
|
+
width: min(10rem, 42%);
|
|
11344
|
+
}
|
|
11345
|
+
|
|
11346
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-registration-shell__summary {
|
|
11347
|
+
align-items: center;
|
|
11348
|
+
border-radius: calc(var(--rb-block-radius) * 0.75);
|
|
11349
|
+
border: 1px solid var(--er-summary-border);
|
|
11350
|
+
padding: 0.875rem 1rem;
|
|
11351
|
+
}
|
|
11352
|
+
|
|
11353
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-registration-shell__button-placeholder {
|
|
11354
|
+
display: inline-flex;
|
|
11355
|
+
min-height: 2.5rem;
|
|
11356
|
+
align-items: center;
|
|
11357
|
+
justify-content: center;
|
|
11358
|
+
border-radius: calc(var(--rb-block-radius) * 0.6);
|
|
11359
|
+
background: rgb(var(--tb-primary));
|
|
11360
|
+
color: rgb(var(--tb-primaryText, var(--tb-primaryForeground, 255 255 255)));
|
|
11361
|
+
padding: 0.625rem 1rem;
|
|
11362
|
+
font-size: 0.875rem;
|
|
11363
|
+
font-weight: 600;
|
|
11364
|
+
line-height: 1.2;
|
|
11365
|
+
text-align: center;
|
|
11366
|
+
white-space: nowrap;
|
|
11367
|
+
}
|
|
11368
|
+
|
|
11369
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .event-registration__hydration-error {
|
|
11370
|
+
border-radius: var(--rb-block-radius);
|
|
11371
|
+
border: 1px solid var(--er-border-error);
|
|
11372
|
+
background: var(--er-error-bg);
|
|
11373
|
+
color: var(--er-error-text);
|
|
11374
|
+
padding: 1rem;
|
|
11375
|
+
font-size: 0.9375rem;
|
|
11376
|
+
line-height: 1.45;
|
|
11377
|
+
}
|
|
11378
|
+
|
|
11379
|
+
:where(.theme-scope) :where([data-block="event-registration"].event-registration--embedded) .er-container {
|
|
11380
|
+
max-width: none;
|
|
11381
|
+
padding: 0;
|
|
11382
|
+
border: 0;
|
|
11383
|
+
border-radius: 0;
|
|
11384
|
+
background: transparent;
|
|
11385
|
+
}
|
|
11386
|
+
|
|
10425
11387
|
/* Empty/unavailable states */
|
|
10426
11388
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-empty {
|
|
10427
11389
|
border-radius: var(--rb-block-radius);
|
|
@@ -10461,16 +11423,30 @@ var containerResponsiveThemeCss = `/*
|
|
|
10461
11423
|
padding: 1rem;
|
|
10462
11424
|
border-radius: calc(var(--rb-block-radius) * 0.75);
|
|
10463
11425
|
border: 1px solid var(--er-border);
|
|
11426
|
+
background: var(--er-surface-muted);
|
|
10464
11427
|
}
|
|
10465
11428
|
|
|
10466
11429
|
/* Ticket counter */
|
|
11430
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-counter-group {
|
|
11431
|
+
display: flex;
|
|
11432
|
+
align-items: center;
|
|
11433
|
+
gap: 0.875rem;
|
|
11434
|
+
flex-wrap: wrap;
|
|
11435
|
+
}
|
|
11436
|
+
|
|
11437
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-counter {
|
|
11438
|
+
gap: 0.625rem;
|
|
11439
|
+
}
|
|
11440
|
+
|
|
10467
11441
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-counter-btn {
|
|
10468
|
-
width: 2.
|
|
10469
|
-
height: 2.
|
|
11442
|
+
width: 2.125rem;
|
|
11443
|
+
height: 2.125rem;
|
|
10470
11444
|
border-radius: 50%;
|
|
10471
11445
|
border: 1px solid var(--er-border);
|
|
10472
11446
|
background: transparent;
|
|
10473
11447
|
cursor: pointer;
|
|
11448
|
+
font-size: 1rem;
|
|
11449
|
+
line-height: 1;
|
|
10474
11450
|
transition: border-color var(--rb-block-transition) ease;
|
|
10475
11451
|
}
|
|
10476
11452
|
|
|
@@ -10483,17 +11459,33 @@ var containerResponsiveThemeCss = `/*
|
|
|
10483
11459
|
cursor: not-allowed;
|
|
10484
11460
|
}
|
|
10485
11461
|
|
|
11462
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-counter-limit {
|
|
11463
|
+
margin: 0;
|
|
11464
|
+
color: var(--er-on-surface-muted);
|
|
11465
|
+
font-size: 0.8125rem;
|
|
11466
|
+
line-height: 1.35;
|
|
11467
|
+
}
|
|
11468
|
+
|
|
10486
11469
|
/* Form inputs */
|
|
10487
11470
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-input {
|
|
10488
11471
|
width: 100%;
|
|
10489
|
-
|
|
11472
|
+
min-height: 2.75rem;
|
|
11473
|
+
padding: 0.625rem 0.75rem;
|
|
10490
11474
|
border-radius: calc(var(--rb-block-radius) * 0.5);
|
|
10491
11475
|
border: 1px solid var(--er-border);
|
|
10492
|
-
background:
|
|
11476
|
+
background: var(--er-control-bg);
|
|
11477
|
+
color: var(--er-control-text);
|
|
11478
|
+
font: inherit;
|
|
11479
|
+
line-height: 1.4;
|
|
10493
11480
|
transition: border-color var(--rb-block-transition) ease,
|
|
11481
|
+
background-color var(--rb-block-transition) ease,
|
|
10494
11482
|
box-shadow var(--rb-block-transition) ease;
|
|
10495
11483
|
}
|
|
10496
11484
|
|
|
11485
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-input::placeholder {
|
|
11486
|
+
color: var(--er-on-surface-faint);
|
|
11487
|
+
}
|
|
11488
|
+
|
|
10497
11489
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-input:focus {
|
|
10498
11490
|
outline: none;
|
|
10499
11491
|
border-color: var(--er-border-selected);
|
|
@@ -10614,6 +11606,38 @@ var containerResponsiveThemeCss = `/*
|
|
|
10614
11606
|
color: var(--er-on-surface);
|
|
10615
11607
|
}
|
|
10616
11608
|
|
|
11609
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid .er-event-card {
|
|
11610
|
+
padding: 0.875rem 0;
|
|
11611
|
+
border-width: 0 0 var(--rb-event-tile-border-width, var(--rb-border-width, 1px)) 0;
|
|
11612
|
+
border-style: solid;
|
|
11613
|
+
border-radius: 0;
|
|
11614
|
+
background: transparent;
|
|
11615
|
+
}
|
|
11616
|
+
|
|
11617
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid .er-event-card:last-child {
|
|
11618
|
+
border-bottom-width: 0;
|
|
11619
|
+
}
|
|
11620
|
+
|
|
11621
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-option {
|
|
11622
|
+
display: flex;
|
|
11623
|
+
align-items: flex-start;
|
|
11624
|
+
justify-content: space-between;
|
|
11625
|
+
gap: 1rem;
|
|
11626
|
+
}
|
|
11627
|
+
|
|
11628
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-option-main {
|
|
11629
|
+
min-width: 0;
|
|
11630
|
+
display: flex;
|
|
11631
|
+
flex-direction: column;
|
|
11632
|
+
gap: 0.25rem;
|
|
11633
|
+
}
|
|
11634
|
+
|
|
11635
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid .er-event-title {
|
|
11636
|
+
font-size: 1rem;
|
|
11637
|
+
line-height: 1.35;
|
|
11638
|
+
font-weight: 600;
|
|
11639
|
+
}
|
|
11640
|
+
|
|
10617
11641
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-card .er-event-title {
|
|
10618
11642
|
color: var(--er-on-surface);
|
|
10619
11643
|
}
|
|
@@ -10623,6 +11647,10 @@ var containerResponsiveThemeCss = `/*
|
|
|
10623
11647
|
margin: 0;
|
|
10624
11648
|
}
|
|
10625
11649
|
|
|
11650
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid .er-event-card .er-text {
|
|
11651
|
+
line-height: 1.4;
|
|
11652
|
+
}
|
|
11653
|
+
|
|
10626
11654
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-card .er-text--muted {
|
|
10627
11655
|
color: var(--er-on-surface-muted);
|
|
10628
11656
|
opacity: 1;
|
|
@@ -10637,15 +11665,27 @@ var containerResponsiveThemeCss = `/*
|
|
|
10637
11665
|
color: var(--er-on-surface-disabled);
|
|
10638
11666
|
}
|
|
10639
11667
|
|
|
11668
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid .er-event-card--selected {
|
|
11669
|
+
background: transparent;
|
|
11670
|
+
}
|
|
11671
|
+
|
|
11672
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid .er-event-card--selected .er-event-title {
|
|
11673
|
+
color: rgb(var(--tb-primary));
|
|
11674
|
+
}
|
|
11675
|
+
|
|
10640
11676
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-card--disabled .er-text--muted,
|
|
10641
11677
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-card--disabled .er-text--faint {
|
|
10642
11678
|
color: var(--er-on-surface-disabled-detail);
|
|
10643
11679
|
}
|
|
10644
11680
|
|
|
11681
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid .er-capacity-badge {
|
|
11682
|
+
white-space: nowrap;
|
|
11683
|
+
}
|
|
11684
|
+
|
|
10645
11685
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-counter-value {
|
|
10646
|
-
font-size: 1.
|
|
11686
|
+
font-size: 1.25rem;
|
|
10647
11687
|
font-weight: 700;
|
|
10648
|
-
width:
|
|
11688
|
+
width: 1.625rem;
|
|
10649
11689
|
text-align: center;
|
|
10650
11690
|
}
|
|
10651
11691
|
|
|
@@ -10660,19 +11700,11 @@ var containerResponsiveThemeCss = `/*
|
|
|
10660
11700
|
gap: 0.75rem;
|
|
10661
11701
|
}
|
|
10662
11702
|
|
|
10663
|
-
/* Event selection
|
|
11703
|
+
/* Event/date selection rows */
|
|
10664
11704
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid {
|
|
10665
11705
|
display: grid;
|
|
10666
11706
|
grid-template-columns: minmax(0, 1fr);
|
|
10667
|
-
gap: 0
|
|
10668
|
-
}
|
|
10669
|
-
|
|
10670
|
-
@container rb-site (min-width: 768px) {
|
|
10671
|
-
@scope ([data-rb-responsive-mode="container"]) to (:scope [data-rb-responsive-mode]) {
|
|
10672
|
-
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid {
|
|
10673
|
-
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
10674
|
-
}
|
|
10675
|
-
}
|
|
11707
|
+
gap: 0;
|
|
10676
11708
|
}
|
|
10677
11709
|
|
|
10678
11710
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-row {
|
|
@@ -10807,21 +11839,24 @@ var containerResponsiveThemeCss = `/*
|
|
|
10807
11839
|
align-items: flex-start;
|
|
10808
11840
|
gap: 0.75rem;
|
|
10809
11841
|
padding: 1rem;
|
|
10810
|
-
border:
|
|
11842
|
+
border: 1px solid var(--er-payment-border);
|
|
10811
11843
|
border-radius: var(--rb-block-radius);
|
|
10812
|
-
background:
|
|
11844
|
+
background: var(--er-control-bg);
|
|
10813
11845
|
cursor: pointer;
|
|
10814
11846
|
transition: border-color var(--rb-block-transition) ease,
|
|
11847
|
+
box-shadow var(--rb-block-transition) ease,
|
|
10815
11848
|
background-color var(--rb-block-transition) ease;
|
|
10816
11849
|
}
|
|
10817
11850
|
|
|
10818
11851
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-option:hover {
|
|
10819
11852
|
border-color: var(--er-payment-border-hover);
|
|
11853
|
+
box-shadow: 0 8px 18px rgba(var(--tb-shadow, 15 23 42), 0.08);
|
|
10820
11854
|
}
|
|
10821
11855
|
|
|
10822
11856
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-option--selected {
|
|
10823
11857
|
border-color: var(--er-payment-border-selected);
|
|
10824
11858
|
background-color: var(--er-payment-bg-selected);
|
|
11859
|
+
box-shadow: 0 0 0 1px var(--er-payment-border-selected);
|
|
10825
11860
|
}
|
|
10826
11861
|
|
|
10827
11862
|
/* Discount code entry */
|
|
@@ -11303,35 +12338,6 @@ var containerResponsiveThemeCss = `/*
|
|
|
11303
12338
|
pointer-events: none;
|
|
11304
12339
|
}
|
|
11305
12340
|
|
|
11306
|
-
:where(.theme-scope)
|
|
11307
|
-
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
11308
|
-
.event-card-badges,
|
|
11309
|
-
:where(.theme-scope)
|
|
11310
|
-
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
11311
|
-
.event-card-tags {
|
|
11312
|
-
display: flex;
|
|
11313
|
-
flex-wrap: wrap;
|
|
11314
|
-
gap: 0.5rem;
|
|
11315
|
-
}
|
|
11316
|
-
|
|
11317
|
-
:where(.theme-scope)
|
|
11318
|
-
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
11319
|
-
.event-card-badge,
|
|
11320
|
-
:where(.theme-scope)
|
|
11321
|
-
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
11322
|
-
.event-card-tag {
|
|
11323
|
-
display: inline-flex;
|
|
11324
|
-
align-items: center;
|
|
11325
|
-
width: fit-content;
|
|
11326
|
-
padding: 0.2rem 0.6rem;
|
|
11327
|
-
border-radius: 9999px;
|
|
11328
|
-
font-size: 0.7rem;
|
|
11329
|
-
font-weight: 600;
|
|
11330
|
-
line-height: 1rem;
|
|
11331
|
-
color: rgb(var(--tb-text));
|
|
11332
|
-
background: rgba(var(--tb-border), 0.6);
|
|
11333
|
-
}
|
|
11334
|
-
|
|
11335
12341
|
/* =============================================================================
|
|
11336
12342
|
* EventCard: Horizontal Layout (stack mode, md+ screens only)
|
|
11337
12343
|
* ============================================================================= */
|
|
@@ -11340,7 +12346,7 @@ var containerResponsiveThemeCss = `/*
|
|
|
11340
12346
|
@scope ([data-rb-responsive-mode="container"]) to (:scope [data-rb-responsive-mode]) {
|
|
11341
12347
|
:where(.theme-scope)
|
|
11342
12348
|
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
11343
|
-
.event-card
|
|
12349
|
+
.event-card--horizontal {
|
|
11344
12350
|
display: flex;
|
|
11345
12351
|
flex-direction: row;
|
|
11346
12352
|
gap: var(--rb-event-card-horizontal-gap, 1rem);
|
|
@@ -11349,7 +12355,7 @@ var containerResponsiveThemeCss = `/*
|
|
|
11349
12355
|
/* Image: ~1/3 width */
|
|
11350
12356
|
:where(.theme-scope)
|
|
11351
12357
|
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
11352
|
-
.event-card
|
|
12358
|
+
.event-card--horizontal .event-card-media {
|
|
11353
12359
|
width: var(--rb-event-card-horizontal-image-width, 33.333%);
|
|
11354
12360
|
min-width: 200px;
|
|
11355
12361
|
max-width: 320px;
|
|
@@ -11361,7 +12367,7 @@ var containerResponsiveThemeCss = `/*
|
|
|
11361
12367
|
/* Content: fills remaining space */
|
|
11362
12368
|
:where(.theme-scope)
|
|
11363
12369
|
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
11364
|
-
.event-card
|
|
12370
|
+
.event-card--horizontal .card-content {
|
|
11365
12371
|
flex: 1;
|
|
11366
12372
|
min-width: 0;
|
|
11367
12373
|
}
|
|
@@ -11369,7 +12375,7 @@ var containerResponsiveThemeCss = `/*
|
|
|
11369
12375
|
/* Footer: row layout with button on left, capacity on right */
|
|
11370
12376
|
:where(.theme-scope)
|
|
11371
12377
|
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
11372
|
-
.event-card
|
|
12378
|
+
.event-card--horizontal .event-card-footer {
|
|
11373
12379
|
flex-direction: row-reverse;
|
|
11374
12380
|
justify-content: space-between;
|
|
11375
12381
|
align-items: center;
|
|
@@ -11378,14 +12384,14 @@ var containerResponsiveThemeCss = `/*
|
|
|
11378
12384
|
/* Button: auto width */
|
|
11379
12385
|
:where(.theme-scope)
|
|
11380
12386
|
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
11381
|
-
.event-card
|
|
12387
|
+
.event-card--horizontal .event-card-cta {
|
|
11382
12388
|
width: auto;
|
|
11383
12389
|
}
|
|
11384
12390
|
|
|
11385
12391
|
/* Capacity: right-aligned */
|
|
11386
12392
|
:where(.theme-scope)
|
|
11387
12393
|
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
11388
|
-
.event-card
|
|
12394
|
+
.event-card--horizontal .event-card-capacity {
|
|
11389
12395
|
text-align: right;
|
|
11390
12396
|
}
|
|
11391
12397
|
}
|
|
@@ -11453,14 +12459,14 @@ var containerResponsiveThemeCss = `/*
|
|
|
11453
12459
|
}
|
|
11454
12460
|
|
|
11455
12461
|
/* =============================================================================
|
|
11456
|
-
* Payment Step Layout
|
|
11457
|
-
*
|
|
12462
|
+
* Payment Step Layout
|
|
12463
|
+
* Main flow + optional legacy sidebar area + footer summary/actions
|
|
11458
12464
|
* =============================================================================
|
|
11459
12465
|
*/
|
|
11460
12466
|
|
|
11461
12467
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-layout {
|
|
11462
12468
|
display: grid;
|
|
11463
|
-
gap: 1.
|
|
12469
|
+
gap: 1.25rem;
|
|
11464
12470
|
grid-template-columns: 1fr;
|
|
11465
12471
|
grid-template-areas:
|
|
11466
12472
|
"sidebar"
|
|
@@ -11468,6 +12474,13 @@ var containerResponsiveThemeCss = `/*
|
|
|
11468
12474
|
"footer";
|
|
11469
12475
|
}
|
|
11470
12476
|
|
|
12477
|
+
/* When no sidebar, main takes full width */
|
|
12478
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-layout--no-sidebar {
|
|
12479
|
+
grid-template-areas:
|
|
12480
|
+
"main"
|
|
12481
|
+
"footer";
|
|
12482
|
+
}
|
|
12483
|
+
|
|
11471
12484
|
@container rb-site (min-width: 768px) {
|
|
11472
12485
|
@scope ([data-rb-responsive-mode="container"]) to (:scope [data-rb-responsive-mode]) {
|
|
11473
12486
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-layout {
|
|
@@ -11477,7 +12490,6 @@ var containerResponsiveThemeCss = `/*
|
|
|
11477
12490
|
"footer footer";
|
|
11478
12491
|
}
|
|
11479
12492
|
|
|
11480
|
-
/* When no sidebar, main takes full width */
|
|
11481
12493
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-layout--no-sidebar {
|
|
11482
12494
|
grid-template-columns: 1fr;
|
|
11483
12495
|
grid-template-areas:
|
|
@@ -11491,6 +12503,10 @@ var containerResponsiveThemeCss = `/*
|
|
|
11491
12503
|
grid-area: main;
|
|
11492
12504
|
}
|
|
11493
12505
|
|
|
12506
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-layout-main > .er-portal-auth {
|
|
12507
|
+
margin-bottom: 1.5rem;
|
|
12508
|
+
}
|
|
12509
|
+
|
|
11494
12510
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-layout-sidebar {
|
|
11495
12511
|
grid-area: sidebar;
|
|
11496
12512
|
}
|
|
@@ -11499,7 +12515,7 @@ var containerResponsiveThemeCss = `/*
|
|
|
11499
12515
|
grid-area: footer;
|
|
11500
12516
|
display: flex;
|
|
11501
12517
|
flex-direction: column;
|
|
11502
|
-
gap:
|
|
12518
|
+
gap: 0.875rem;
|
|
11503
12519
|
}
|
|
11504
12520
|
|
|
11505
12521
|
/* =============================================================================
|
|
@@ -11511,30 +12527,42 @@ var containerResponsiveThemeCss = `/*
|
|
|
11511
12527
|
display: grid;
|
|
11512
12528
|
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
|
|
11513
12529
|
gap: 0.75rem;
|
|
12530
|
+
align-items: stretch;
|
|
12531
|
+
}
|
|
12532
|
+
|
|
12533
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-tiles > [role="listitem"] {
|
|
12534
|
+
min-width: 0;
|
|
12535
|
+
display: flex;
|
|
11514
12536
|
}
|
|
11515
12537
|
|
|
11516
12538
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-tile {
|
|
12539
|
+
width: 100%;
|
|
12540
|
+
min-height: 5.75rem;
|
|
11517
12541
|
display: flex;
|
|
11518
12542
|
flex-direction: column;
|
|
11519
12543
|
align-items: center;
|
|
11520
|
-
|
|
11521
|
-
|
|
11522
|
-
|
|
12544
|
+
justify-content: center;
|
|
12545
|
+
gap: 0.25rem;
|
|
12546
|
+
padding: 0.75rem 0.625rem;
|
|
12547
|
+
border: 1px solid var(--er-payment-border);
|
|
11523
12548
|
border-radius: var(--rb-block-radius);
|
|
11524
|
-
background:
|
|
12549
|
+
background: var(--er-control-bg);
|
|
11525
12550
|
cursor: pointer;
|
|
11526
12551
|
text-align: center;
|
|
11527
12552
|
transition: border-color var(--rb-block-transition) ease,
|
|
12553
|
+
box-shadow var(--rb-block-transition) ease,
|
|
11528
12554
|
background-color var(--rb-block-transition) ease;
|
|
11529
12555
|
}
|
|
11530
12556
|
|
|
11531
12557
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-tile:hover:not([aria-disabled="true"]) {
|
|
11532
12558
|
border-color: var(--er-payment-border-hover);
|
|
12559
|
+
box-shadow: 0 8px 18px rgba(var(--tb-shadow, 15 23 42), 0.08);
|
|
11533
12560
|
}
|
|
11534
12561
|
|
|
11535
12562
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-tile--selected {
|
|
11536
12563
|
border-color: var(--er-payment-border-selected);
|
|
11537
12564
|
background-color: var(--er-payment-bg-selected);
|
|
12565
|
+
box-shadow: 0 0 0 1px var(--er-payment-border-selected);
|
|
11538
12566
|
}
|
|
11539
12567
|
|
|
11540
12568
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-tile--disabled {
|
|
@@ -11601,14 +12629,14 @@ var containerResponsiveThemeCss = `/*
|
|
|
11601
12629
|
|
|
11602
12630
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-tile-label {
|
|
11603
12631
|
font-weight: 500;
|
|
11604
|
-
font-size: 0.
|
|
12632
|
+
font-size: 0.875rem;
|
|
11605
12633
|
line-height: 1.2;
|
|
11606
12634
|
}
|
|
11607
12635
|
|
|
11608
12636
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-tile-detail {
|
|
11609
|
-
font-size: 0.
|
|
12637
|
+
font-size: 0.78125rem;
|
|
11610
12638
|
color: var(--er-on-surface-subtle);
|
|
11611
|
-
line-height: 1.
|
|
12639
|
+
line-height: 1.25;
|
|
11612
12640
|
}
|
|
11613
12641
|
|
|
11614
12642
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-tile-check {
|
|
@@ -11635,12 +12663,12 @@ var containerResponsiveThemeCss = `/*
|
|
|
11635
12663
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-summary-bar {
|
|
11636
12664
|
display: flex;
|
|
11637
12665
|
justify-content: space-between;
|
|
11638
|
-
align-items:
|
|
12666
|
+
align-items: flex-start;
|
|
11639
12667
|
gap: 1rem;
|
|
11640
12668
|
padding: 0.875rem 1rem;
|
|
11641
|
-
background: var(--er-
|
|
12669
|
+
background: var(--er-surface-muted);
|
|
11642
12670
|
border: 1px solid var(--er-summary-border);
|
|
11643
|
-
border-radius: var(--rb-block-radius);
|
|
12671
|
+
border-radius: calc(var(--rb-block-radius) * 0.75);
|
|
11644
12672
|
}
|
|
11645
12673
|
|
|
11646
12674
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-summary-bar-info {
|
|
@@ -11650,19 +12678,20 @@ var containerResponsiveThemeCss = `/*
|
|
|
11650
12678
|
}
|
|
11651
12679
|
|
|
11652
12680
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-summary-bar-event {
|
|
11653
|
-
font-size:
|
|
12681
|
+
font-size: 0.9375rem;
|
|
11654
12682
|
font-weight: 600;
|
|
11655
12683
|
margin: 0;
|
|
11656
12684
|
line-height: 1.3;
|
|
11657
12685
|
}
|
|
11658
12686
|
|
|
11659
12687
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-summary-bar-meta {
|
|
11660
|
-
font-size: 0.
|
|
12688
|
+
font-size: 0.8125rem;
|
|
11661
12689
|
color: rgba(var(--tb-text), 0.7);
|
|
12690
|
+
line-height: 1.35;
|
|
11662
12691
|
}
|
|
11663
12692
|
|
|
11664
12693
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-summary-bar-price {
|
|
11665
|
-
font-size:
|
|
12694
|
+
font-size: 1rem;
|
|
11666
12695
|
font-weight: 700;
|
|
11667
12696
|
flex-shrink: 0;
|
|
11668
12697
|
display: block;
|
|
@@ -11683,8 +12712,9 @@ var containerResponsiveThemeCss = `/*
|
|
|
11683
12712
|
justify-content: space-between;
|
|
11684
12713
|
align-items: flex-start;
|
|
11685
12714
|
gap: 1rem;
|
|
11686
|
-
padding: 0.75rem
|
|
11687
|
-
background:
|
|
12715
|
+
padding: 0.75rem 0;
|
|
12716
|
+
background: transparent;
|
|
12717
|
+
border-top: 1px solid var(--er-summary-border);
|
|
11688
12718
|
border-bottom: 1px solid var(--er-summary-border);
|
|
11689
12719
|
}
|
|
11690
12720
|
|
|
@@ -12865,7 +13895,8 @@ var containerResponsiveThemeCss = `/*
|
|
|
12865
13895
|
display: flex;
|
|
12866
13896
|
align-items: center;
|
|
12867
13897
|
justify-content: center;
|
|
12868
|
-
|
|
13898
|
+
/* Body-level modal portal baseline: clear sticky site/editor chrome unless a theme deliberately overrides it. */
|
|
13899
|
+
z-index: var(--ec-modal-z-index, 20000);
|
|
12869
13900
|
padding: 1rem;
|
|
12870
13901
|
animation: ec-modal-fade-in 150ms ease-out;
|
|
12871
13902
|
}
|
|
@@ -13409,18 +14440,10 @@ var containerResponsiveThemeCss = `/*
|
|
|
13409
14440
|
/* Two-column row (opt-in per field via schema layout) */
|
|
13410
14441
|
:where(.theme-scope) :where([data-block="form"]) .fb-row-2 {
|
|
13411
14442
|
display: grid;
|
|
13412
|
-
grid-template-columns: 1fr;
|
|
14443
|
+
grid-template-columns: repeat(auto-fit, minmax(min(14rem, 100%), 1fr));
|
|
13413
14444
|
gap: 1rem;
|
|
13414
14445
|
}
|
|
13415
14446
|
|
|
13416
|
-
@container rb-site (min-width: 768px) {
|
|
13417
|
-
@scope ([data-rb-responsive-mode="container"]) to (:scope [data-rb-responsive-mode]) {
|
|
13418
|
-
:where(.theme-scope) :where([data-block="form"]) .fb-row-2 {
|
|
13419
|
-
grid-template-columns: 1fr 1fr;
|
|
13420
|
-
}
|
|
13421
|
-
}
|
|
13422
|
-
}
|
|
13423
|
-
|
|
13424
14447
|
/* Field wrapper */
|
|
13425
14448
|
:where(.theme-scope) :where([data-block="form"]) .fb-field {
|
|
13426
14449
|
display: flex;
|
|
@@ -13494,6 +14517,10 @@ var containerResponsiveThemeCss = `/*
|
|
|
13494
14517
|
}
|
|
13495
14518
|
|
|
13496
14519
|
/* Subheadline - supporting text below headline */
|
|
14520
|
+
:where(.theme-scope) :where([data-block="hero"]) .hero-headline {
|
|
14521
|
+
text-wrap: balance;
|
|
14522
|
+
}
|
|
14523
|
+
|
|
13497
14524
|
:where(.theme-scope) :where([data-block="hero"]) .hero-subheadline {
|
|
13498
14525
|
font-size: 1.125rem;
|
|
13499
14526
|
color: var(--section-supporting-color, var(--section-text-color, rgb(var(--tb-text))));
|
|
@@ -13519,8 +14546,8 @@ var containerResponsiveThemeCss = `/*
|
|
|
13519
14546
|
}
|
|
13520
14547
|
|
|
13521
14548
|
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-typography-editorial .hero-headline {
|
|
13522
|
-
font-size: clamp(2.
|
|
13523
|
-
line-height: 1.
|
|
14549
|
+
font-size: clamp(2.75rem, 5.6vw, 4.75rem);
|
|
14550
|
+
line-height: 1.06;
|
|
13524
14551
|
}
|
|
13525
14552
|
|
|
13526
14553
|
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-typography-editorial .hero-subheadline {
|
|
@@ -13529,8 +14556,8 @@ var containerResponsiveThemeCss = `/*
|
|
|
13529
14556
|
}
|
|
13530
14557
|
|
|
13531
14558
|
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-typography-display .hero-headline {
|
|
13532
|
-
font-size: clamp(
|
|
13533
|
-
line-height: 1
|
|
14559
|
+
font-size: clamp(3.5rem, 7.2vw, 6.25rem);
|
|
14560
|
+
line-height: 1;
|
|
13534
14561
|
}
|
|
13535
14562
|
|
|
13536
14563
|
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-typography-display .hero-subheadline {
|
|
@@ -13539,8 +14566,8 @@ var containerResponsiveThemeCss = `/*
|
|
|
13539
14566
|
}
|
|
13540
14567
|
|
|
13541
14568
|
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-typography-poster .hero-headline {
|
|
13542
|
-
font-size: clamp(
|
|
13543
|
-
line-height: 0.
|
|
14569
|
+
font-size: clamp(4.25rem, 10vw, 8.5rem);
|
|
14570
|
+
line-height: 0.94;
|
|
13544
14571
|
}
|
|
13545
14572
|
|
|
13546
14573
|
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-typography-poster .hero-subheadline {
|
|
@@ -13549,13 +14576,13 @@ var containerResponsiveThemeCss = `/*
|
|
|
13549
14576
|
}
|
|
13550
14577
|
|
|
13551
14578
|
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-title-medium.rb-hero-typography-poster .hero-headline {
|
|
13552
|
-
font-size: clamp(
|
|
14579
|
+
font-size: clamp(3.5rem, 7.5vw, 6.5rem);
|
|
13553
14580
|
}
|
|
13554
14581
|
|
|
13555
14582
|
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-title-long.rb-hero-typography-poster .hero-headline,
|
|
13556
14583
|
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-title-long.rb-hero-typography-display .hero-headline {
|
|
13557
|
-
font-size: clamp(
|
|
13558
|
-
line-height: 1.
|
|
14584
|
+
font-size: clamp(3rem, 6vw, 5.25rem);
|
|
14585
|
+
line-height: 1.02;
|
|
13559
14586
|
}
|
|
13560
14587
|
|
|
13561
14588
|
@container rb-site (max-width: 639px) {
|
|
@@ -16277,8 +17304,9 @@ var containerResponsiveThemeCss = `/*
|
|
|
16277
17304
|
/* Privacy note */
|
|
16278
17305
|
:where(.theme-scope) .newsletter-privacy-note {
|
|
16279
17306
|
margin-top: 0.75rem;
|
|
16280
|
-
font-size:
|
|
16281
|
-
|
|
17307
|
+
font-size: 1rem;
|
|
17308
|
+
line-height: 1.6;
|
|
17309
|
+
color: var(--section-text-color, rgb(var(--tb-text)));
|
|
16282
17310
|
text-align: center;
|
|
16283
17311
|
}
|
|
16284
17312
|
|
|
@@ -16333,6 +17361,116 @@ var containerResponsiveThemeCss = `/*
|
|
|
16333
17361
|
color: rgb(var(--tb-text));
|
|
16334
17362
|
}
|
|
16335
17363
|
|
|
17364
|
+
/* =============================================================================
|
|
17365
|
+
* Block: Contact + Newsletter
|
|
17366
|
+
* =============================================================================
|
|
17367
|
+
*/
|
|
17368
|
+
|
|
17369
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .contact-newsletter-grid {
|
|
17370
|
+
display: grid;
|
|
17371
|
+
grid-template-columns: repeat(auto-fit, minmax(min(24rem, 100%), 1fr));
|
|
17372
|
+
gap: clamp(2.5rem, 6vw, 4rem);
|
|
17373
|
+
align-items: start;
|
|
17374
|
+
}
|
|
17375
|
+
|
|
17376
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .contact-newsletter-column {
|
|
17377
|
+
min-width: 0;
|
|
17378
|
+
}
|
|
17379
|
+
|
|
17380
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .contact-newsletter-copy {
|
|
17381
|
+
margin-bottom: 1.5rem;
|
|
17382
|
+
}
|
|
17383
|
+
|
|
17384
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .form-copy-title,
|
|
17385
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .newsletter-copy-title {
|
|
17386
|
+
margin: 0 0 0.75rem;
|
|
17387
|
+
}
|
|
17388
|
+
|
|
17389
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .form-copy-intro,
|
|
17390
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .newsletter-copy-subtitle {
|
|
17391
|
+
color: var(--section-text-color, rgb(var(--tb-text)));
|
|
17392
|
+
}
|
|
17393
|
+
|
|
17394
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .contact-newsletter-info {
|
|
17395
|
+
display: flex;
|
|
17396
|
+
flex-direction: column;
|
|
17397
|
+
align-items: flex-start;
|
|
17398
|
+
}
|
|
17399
|
+
|
|
17400
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .newsletter-form {
|
|
17401
|
+
max-width: none;
|
|
17402
|
+
margin-left: 0;
|
|
17403
|
+
margin-right: 0;
|
|
17404
|
+
}
|
|
17405
|
+
|
|
17406
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .newsletter-privacy-note {
|
|
17407
|
+
text-align: left;
|
|
17408
|
+
}
|
|
17409
|
+
|
|
17410
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .fb-form {
|
|
17411
|
+
display: flex;
|
|
17412
|
+
flex-direction: column;
|
|
17413
|
+
gap: 1rem;
|
|
17414
|
+
}
|
|
17415
|
+
|
|
17416
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .fb-row-2 {
|
|
17417
|
+
display: grid;
|
|
17418
|
+
grid-template-columns: repeat(auto-fit, minmax(min(14rem, 100%), 1fr));
|
|
17419
|
+
gap: 1rem;
|
|
17420
|
+
}
|
|
17421
|
+
|
|
17422
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .fb-field {
|
|
17423
|
+
display: flex;
|
|
17424
|
+
flex-direction: column;
|
|
17425
|
+
gap: 0.25rem;
|
|
17426
|
+
}
|
|
17427
|
+
|
|
17428
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .fb-fieldset {
|
|
17429
|
+
display: flex;
|
|
17430
|
+
flex-direction: column;
|
|
17431
|
+
gap: 0.5rem;
|
|
17432
|
+
border: none;
|
|
17433
|
+
padding: 0;
|
|
17434
|
+
margin: 0;
|
|
17435
|
+
}
|
|
17436
|
+
|
|
17437
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .fb-inline {
|
|
17438
|
+
display: flex;
|
|
17439
|
+
align-items: center;
|
|
17440
|
+
gap: 0.5rem;
|
|
17441
|
+
}
|
|
17442
|
+
|
|
17443
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .fb-success,
|
|
17444
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .fb-error,
|
|
17445
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .fb-empty {
|
|
17446
|
+
border-radius: var(--rb-block-radius);
|
|
17447
|
+
padding: 1rem;
|
|
17448
|
+
font-size: 0.875rem;
|
|
17449
|
+
}
|
|
17450
|
+
|
|
17451
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .fb-success {
|
|
17452
|
+
background-color: var(--fb-success-bg);
|
|
17453
|
+
color: var(--fb-success-text);
|
|
17454
|
+
border: 1px solid var(--fb-success-border);
|
|
17455
|
+
}
|
|
17456
|
+
|
|
17457
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .fb-error {
|
|
17458
|
+
background-color: var(--fb-error-bg);
|
|
17459
|
+
color: var(--fb-error-text);
|
|
17460
|
+
border: 1px solid var(--fb-error-border);
|
|
17461
|
+
}
|
|
17462
|
+
|
|
17463
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .fb-empty {
|
|
17464
|
+
background-color: var(--fb-empty-bg);
|
|
17465
|
+
color: var(--fb-empty-text);
|
|
17466
|
+
border: 1px dashed var(--fb-empty-border);
|
|
17467
|
+
text-align: center;
|
|
17468
|
+
}
|
|
17469
|
+
|
|
17470
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .fb-actions {
|
|
17471
|
+
margin-top: 0.5rem;
|
|
17472
|
+
}
|
|
17473
|
+
|
|
16336
17474
|
/* =============================================================================
|
|
16337
17475
|
* Block: Team Members
|
|
16338
17476
|
* =============================================================================
|
|
@@ -16557,8 +17695,8 @@ var containerResponsiveThemeCss = `/*
|
|
|
16557
17695
|
container: event-compact-list / inline-size;
|
|
16558
17696
|
border: 1px solid var(--event-compact-divider-color);
|
|
16559
17697
|
border-radius: 1rem;
|
|
16560
|
-
background: rgb(var(--tb-
|
|
16561
|
-
box-shadow:
|
|
17698
|
+
background: rgb(var(--tb-surface, 255 255 255));
|
|
17699
|
+
box-shadow: none;
|
|
16562
17700
|
}
|
|
16563
17701
|
|
|
16564
17702
|
:where(.theme-scope) .rb-event-list-treatment-lined-panel .event-listing-compact-container {
|
|
@@ -16567,6 +17705,12 @@ var containerResponsiveThemeCss = `/*
|
|
|
16567
17705
|
rgb(var(--tb-border, 229 231 235)),
|
|
16568
17706
|
rgb(var(--tb-text, 17 24 39)) 8%
|
|
16569
17707
|
);
|
|
17708
|
+
background: rgb(var(--tb-surface, 255 255 255));
|
|
17709
|
+
border-color: color-mix(
|
|
17710
|
+
in oklab,
|
|
17711
|
+
rgb(var(--tb-primary, 0 0 0)),
|
|
17712
|
+
rgb(var(--tb-border, 229 231 235)) 72%
|
|
17713
|
+
);
|
|
16570
17714
|
}
|
|
16571
17715
|
|
|
16572
17716
|
:where(.theme-scope) .event-compact-row {
|
|
@@ -16642,7 +17786,7 @@ var containerResponsiveThemeCss = `/*
|
|
|
16642
17786
|
|
|
16643
17787
|
:where(.theme-scope) .event-compact-row-title {
|
|
16644
17788
|
margin: 0;
|
|
16645
|
-
color: rgb(var(--tb-
|
|
17789
|
+
color: var(--section-heading-color, rgb(var(--tb-primary, 0 0 0)));
|
|
16646
17790
|
font-family: var(--font-heading, var(--font-body, inherit));
|
|
16647
17791
|
font-size: clamp(1.05rem, 1rem + 0.35vw, 1.3rem);
|
|
16648
17792
|
font-weight: 400;
|
|
@@ -16735,8 +17879,6 @@ var containerResponsiveThemeCss = `/*
|
|
|
16735
17879
|
min-height: 2.7rem;
|
|
16736
17880
|
justify-content: space-between;
|
|
16737
17881
|
gap: 1rem;
|
|
16738
|
-
border-radius: 9999px;
|
|
16739
|
-
padding-inline: 1.25rem 1rem;
|
|
16740
17882
|
white-space: nowrap;
|
|
16741
17883
|
}
|
|
16742
17884
|
|
|
@@ -17550,7 +18692,7 @@ var SITE_CHROME_VISIBLE_HEADER_SELECTOR = `[${SITE_CHROME_VISIBLE_HEADER_ATTR}="
|
|
|
17550
18692
|
import { Fragment as Fragment2, jsx as jsx4, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
17551
18693
|
|
|
17552
18694
|
// ../theme-core/src/runtime/buildThemeRuntimeFromBridge.ts
|
|
17553
|
-
import { z as
|
|
18695
|
+
import { z as z20 } from "zod";
|
|
17554
18696
|
|
|
17555
18697
|
// ../theme-core/src/inputs/core.ts
|
|
17556
18698
|
var CORNER_RADIUS_MAP4 = {
|
|
@@ -17743,33 +18885,33 @@ var CSS_DECLARATION_PROPERTY_PATTERN = /^(?:-[a-zA-Z][a-zA-Z0-9-]*|[a-zA-Z][a-zA
|
|
|
17743
18885
|
var UNSAFE_CSS_MARKUP_PATTERN = /[{}<>]|<\/|<script/i;
|
|
17744
18886
|
var EXTERNAL_URL_PATTERN = /url\s*\(\s*['"]?(?:https?:|\/\/)/i;
|
|
17745
18887
|
var JAVASCRIPT_URL_PATTERN2 = /javascript\s*:/i;
|
|
17746
|
-
var themeBridgeConfigSchema =
|
|
17747
|
-
tokens:
|
|
17748
|
-
typography:
|
|
17749
|
-
headingFamily:
|
|
17750
|
-
bodyFamily:
|
|
17751
|
-
headingWeight:
|
|
17752
|
-
bodyWeight:
|
|
18888
|
+
var themeBridgeConfigSchema = z20.object({
|
|
18889
|
+
tokens: z20.record(z20.string(), z20.string()),
|
|
18890
|
+
typography: z20.object({
|
|
18891
|
+
headingFamily: z20.string().optional(),
|
|
18892
|
+
bodyFamily: z20.string().optional(),
|
|
18893
|
+
headingWeight: z20.number().optional(),
|
|
18894
|
+
bodyWeight: z20.number().optional()
|
|
17753
18895
|
}).optional(),
|
|
17754
|
-
spacing:
|
|
17755
|
-
corners:
|
|
17756
|
-
shadows:
|
|
17757
|
-
components:
|
|
17758
|
-
buttons:
|
|
17759
|
-
|
|
17760
|
-
|
|
17761
|
-
variants:
|
|
18896
|
+
spacing: z20.enum(["comfortable", "standard", "dense"]).optional(),
|
|
18897
|
+
corners: z20.enum(["square", "soft", "rounded", "pill"]).optional(),
|
|
18898
|
+
shadows: z20.enum(["none", "low", "medium", "high"]).optional(),
|
|
18899
|
+
components: z20.object({
|
|
18900
|
+
buttons: z20.union([
|
|
18901
|
+
z20.boolean(),
|
|
18902
|
+
z20.object({
|
|
18903
|
+
variants: z20.array(z20.enum(["primary", "secondary", "outline", "ghost"])).optional()
|
|
17762
18904
|
})
|
|
17763
18905
|
]).optional(),
|
|
17764
|
-
cards:
|
|
17765
|
-
|
|
17766
|
-
|
|
17767
|
-
variants:
|
|
18906
|
+
cards: z20.union([
|
|
18907
|
+
z20.boolean(),
|
|
18908
|
+
z20.object({
|
|
18909
|
+
variants: z20.array(z20.enum(["default", "elevated", "outlined"])).optional()
|
|
17768
18910
|
})
|
|
17769
18911
|
]).optional(),
|
|
17770
|
-
inputs:
|
|
18912
|
+
inputs: z20.boolean().optional()
|
|
17771
18913
|
}).optional(),
|
|
17772
|
-
overrides:
|
|
18914
|
+
overrides: z20.record(z20.string(), z20.string()).optional()
|
|
17773
18915
|
}).passthrough();
|
|
17774
18916
|
var TOKEN_ALIASES = [
|
|
17775
18917
|
{ source: "text", target: "foreground" },
|
|
@@ -18049,7 +19191,7 @@ function validateBridgeTokens(tokens) {
|
|
|
18049
19191
|
for (const [name, value] of Object.entries(tokens)) {
|
|
18050
19192
|
if (!isSafeBridgeTokenName(name)) {
|
|
18051
19193
|
throw new Error(
|
|
18052
|
-
`[ThemeBridge] Invalid token name "${name}": token names must match ${TOKEN_NAME_PATTERN}.`
|
|
19194
|
+
`[ThemeBridge] Invalid token name "${name}": token names must match ${String(TOKEN_NAME_PATTERN)}.`
|
|
18053
19195
|
);
|
|
18054
19196
|
}
|
|
18055
19197
|
if (typeof value !== "string" || !isSafeBridgeTokenValue(value)) {
|