@riverbankcms/sdk 0.80.0 → 0.82.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 +65 -3
- package/dist/{PreviewEditorSidebar-O4NDX5TP.css → PreviewEditorSidebar-JA4VIPSZ.css} +1 -1
- package/dist/{PreviewEditorSidebar-QZG37QIF.mjs → PreviewEditorSidebar-LHGK6RIO.mjs} +760 -711
- package/dist/{SdkPreviewModeRuntime-PBGALTMK.css → PreviewEditorUI-36T7QYV4.css} +1 -1
- package/dist/{PreviewEditorUI-AXIKSMZA.mjs → PreviewEditorUI-AXZG2SDC.mjs} +167 -28
- package/dist/{PreviewEditorUI-4JVDBZBS.css → SdkPreviewModeRuntime-FXKI6XNL.css} +1 -1
- package/dist/SdkPreviewModeRuntime-RNVRHFFR.mjs +8 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +838 -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/bookingConfig.d.ts +4 -0
- package/dist/_dts/api/src/contentRuntime.d.ts +15 -3
- package/dist/_dts/api/src/contentTypes.d.ts +6 -0
- package/dist/_dts/api/src/courses.d.ts +1 -1
- 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 +17 -12
- package/dist/_dts/api/src/siteGeneration.d.ts +1 -1
- package/dist/_dts/api/src/sitePlatformEndpoints.d.ts +7 -6
- package/dist/_dts/api/src/types.d.ts +1 -1
- package/dist/_dts/block-form/src/backend/store-backend.d.ts +3 -1
- package/dist/_dts/block-form/src/backend/types.d.ts +3 -3
- 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/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 +4 -1
- package/dist/_dts/blocks/src/contracts/proof-block-islands.d.ts +28 -44
- package/dist/_dts/blocks/src/index.d.ts +6 -4
- 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 +4 -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/server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +592 -592
- package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +592 -592
- package/dist/_dts/blocks/src/system/blocks/cart.d.ts +592 -592
- package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +592 -592
- package/dist/_dts/blocks/src/system/blocks/collection.d.ts +592 -592
- package/dist/_dts/blocks/src/system/blocks/courses/shared/types.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/events/event-calendar.d.ts +3 -2
- package/dist/_dts/blocks/src/system/blocks/events/shared/schemas.d.ts +397 -111
- package/dist/_dts/blocks/src/system/blocks/events/shared/types.d.ts +6 -15
- package/dist/_dts/blocks/src/system/blocks/faq.d.ts +592 -592
- package/dist/_dts/blocks/src/system/blocks/feature-card-icons.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/feature-cards.d.ts +2 -0
- package/dist/_dts/blocks/src/system/blocks/form.d.ts +20 -1
- package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +592 -592
- package/dist/_dts/blocks/src/system/blocks/hero.d.ts +2 -0
- package/dist/_dts/blocks/src/system/blocks/image-gallery.d.ts +3 -0
- package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +3 -3
- package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +54 -54
- package/dist/_dts/blocks/src/system/blocks/offerings-preview/index.d.ts +21 -0
- package/dist/_dts/blocks/src/system/blocks/offerings-preview/model.d.ts +162 -0
- package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +592 -602
- package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +592 -604
- package/dist/_dts/blocks/src/system/blocks/products/shared.d.ts +0 -4
- package/dist/_dts/blocks/src/system/blocks/shop.d.ts +592 -592
- package/dist/_dts/blocks/src/system/blocks/team-members.d.ts +2 -2
- package/dist/_dts/blocks/src/system/blocks/testimonials.d.ts +3 -0
- package/dist/_dts/blocks/src/system/componentFactory.d.ts +1 -0
- package/dist/_dts/blocks/src/system/constants/background.d.ts +1 -1
- package/dist/_dts/blocks/src/system/constants/blockKinds.d.ts +1 -1
- package/dist/_dts/blocks/src/system/customize/backgrounds.d.ts +19 -5
- package/dist/_dts/blocks/src/system/customize/facets.d.ts +2 -2
- package/dist/_dts/blocks/src/system/data/index.d.ts +2 -0
- package/dist/_dts/blocks/src/system/data/linkedContentEntries.d.ts +102 -0
- package/dist/_dts/blocks/src/system/data/loaderEndpoints.d.ts +1 -1
- package/dist/_dts/blocks/src/system/defineBlock.d.ts +3 -1
- package/dist/_dts/blocks/src/system/designCapabilities.d.ts +2 -2
- package/dist/_dts/blocks/src/system/fields/boxStyles.d.ts +6 -1
- package/dist/_dts/blocks/src/system/fragments/library/faqHeading.d.ts +0 -1
- package/dist/_dts/blocks/src/system/manifest/schema.d.ts +71 -56
- package/dist/_dts/blocks/src/system/media/slotContracts.d.ts +2 -0
- package/dist/_dts/blocks/src/system/node/types.d.ts +8 -1
- package/dist/_dts/blocks/src/system/node/validation-constants.d.ts +1 -1
- package/dist/_dts/blocks/src/system/registry.d.ts +1 -0
- 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 +56 -74
- package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +27 -36
- package/dist/_dts/blocks/src/system/runtime/headingDecoration.d.ts +21 -0
- package/dist/_dts/blocks/src/system/runtime/hooks/useCalendarEvents.d.ts +45 -14
- package/dist/_dts/blocks/src/system/runtime/hooks/useEventFilters.d.ts +2 -9
- package/dist/_dts/blocks/src/system/runtime/hooks/useEventPagination.d.ts +1 -10
- package/dist/_dts/blocks/src/system/runtime/nodes/ImageResolveContext.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/basic.d.ts +4 -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/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/utils.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.interactive.d.ts +12 -5
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventCalendar.interactive.d.ts +21 -16
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventCombined.client.d.ts +3 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventCombined.interactive.d.ts +21 -16
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventListing.interactive.d.ts +17 -28
- 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/EventPaginatedListView.client.d.ts +2 -3
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/WeekAgendaView.d.ts +3 -3
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/listOptions.d.ts +50 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/utils.d.ts +2 -1
- 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/media.d.ts +29 -14
- 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 +23 -0
- 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 +13 -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/registry/_utils/sectionForegroundStyles.d.ts +2 -0
- package/dist/_dts/blocks/src/system/transforms/registry/boxStyles.d.ts +4 -2
- package/dist/_dts/blocks/src/system/transforms/typed.d.ts +1 -1
- package/dist/_dts/calendar/src/grid.d.ts +27 -0
- package/dist/_dts/calendar/src/index.d.ts +2 -2
- 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 +1 -1
- package/dist/_dts/content-editor/src/controller/useAutosaveTriggers.d.ts +3 -1
- package/dist/_dts/content-editor/src/editorTransactionState.d.ts +1 -0
- package/dist/_dts/content-editor/src/hooks/autosaveScopePlanning.d.ts +26 -0
- package/dist/_dts/content-editor/src/hooks/publishability.d.ts +1 -0
- package/dist/_dts/content-editor/src/hooks/useLinkedEntryAutosave.d.ts +23 -0
- package/dist/_dts/content-editor/src/hooks/useReactiveToolbar.d.ts +1 -1
- package/dist/_dts/content-editor/src/hooks/useSimpleAutosave.d.ts +2 -2
- package/dist/_dts/content-editor/src/index.d.ts +3 -1
- package/dist/_dts/content-editor/src/lib/json.d.ts +2 -0
- package/dist/_dts/content-editor/src/linkedEntries/domain.d.ts +8 -0
- package/dist/_dts/content-editor/src/primitives/PreviewRichTextEditor.d.ts +6 -1
- package/dist/_dts/content-editor/src/primitives/PreviewTextEditor.d.ts +6 -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/editorSnapshot.d.ts +58 -0
- package/dist/_dts/content-editor/src/ui/editorTransactionState.d.ts +93 -0
- package/dist/_dts/content-editor/src/ui/editorUiStore.d.ts +67 -5
- package/dist/_dts/content-editor/src/ui/stores/autosaveStore.d.ts +2 -0
- package/dist/_dts/content-editor/src/ui/stores/types.d.ts +1 -1
- 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 +43 -40
- package/dist/_dts/content-model/src/metadataConfig.d.ts +87 -47
- package/dist/_dts/content-model/src/templates/defaults.d.ts +0 -1
- package/dist/_dts/core/src/branded.d.ts +5 -0
- package/dist/_dts/core/src/event-pricing.d.ts +72 -0
- package/dist/_dts/core/src/index.d.ts +1 -0
- package/dist/_dts/core/src/stable-json.d.ts +1 -0
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +27 -2
- package/dist/_dts/db/src/schemas/forms.d.ts +4 -4
- package/dist/_dts/editor/src/EditorProvider.d.ts +26 -0
- package/dist/_dts/editor/src/chrome/EditorChrome.d.ts +26 -0
- package/dist/_dts/editor/src/chrome/EditorStatusBar.d.ts +45 -0
- package/dist/_dts/editor/src/chrome/statusBarPresentation.d.ts +25 -0
- package/dist/_dts/editor/src/components/EditingToggle.d.ts +9 -0
- package/dist/_dts/editor/src/hooks/useEditableElement.d.ts +18 -0
- package/dist/_dts/editor/src/index.d.ts +29 -0
- package/dist/_dts/editor/src/inline/InlineTextEditor.d.ts +1 -0
- package/dist/_dts/editor/src/lib/utils.d.ts +1 -0
- package/dist/_dts/editor/src/primitives/EditorPrimitivesProvider.d.ts +20 -0
- package/dist/_dts/editor/src/primitives/InlineFieldContext.d.ts +11 -0
- package/dist/_dts/editor/src/primitives/SaveContext.d.ts +12 -0
- package/dist/_dts/editor/src/primitives/helpers.d.ts +1 -0
- package/dist/_dts/editor/src/primitives/rich-text/RichTextEditorSurface.d.ts +26 -0
- package/dist/_dts/editor/src/primitives/rich-text/RichTextToolbar.d.ts +16 -0
- package/dist/_dts/editor/src/primitives/rich-text/config.d.ts +23 -0
- package/dist/_dts/editor/src/primitives/rich-text/extensions/RichTextImage.d.ts +2 -0
- package/dist/_dts/editor/src/primitives/rich-text/extensions/RichTextLink.d.ts +1 -0
- package/dist/_dts/editor/src/primitives/rich-text/imageActions.d.ts +22 -0
- package/dist/_dts/editor/src/primitives/rich-text/sanitize.d.ts +23 -0
- package/dist/_dts/editor/src/primitives/rich-text/toolbar/BlockTypeDropdown.d.ts +6 -0
- package/dist/_dts/editor/src/primitives/rich-text/toolbar/LinkPopover.d.ts +10 -0
- package/dist/_dts/editor/src/primitives/rich-text/toolbar/ToolbarIconButton.d.ts +11 -0
- package/dist/_dts/editor/src/primitives/rich-text/toolbar/linkPopoverUtils.d.ts +58 -0
- package/dist/_dts/editor/src/primitives/rich-text/useRichTextEditor.d.ts +19 -0
- package/dist/_dts/editor/src/primitives/rich-text/utils.d.ts +20 -0
- package/dist/_dts/editor/src/utils/optimisticTokens.d.ts +27 -0
- package/dist/_dts/editor-blocks/src/BlockEditor.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/BlockForm.d.ts +2 -1
- 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 +4 -4
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardBody.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardHeader.d.ts +5 -5
- 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 +4 -4
- package/dist/_dts/editor-blocks/src/block-editor/actionPresentation.d.ts +15 -0
- package/dist/_dts/editor-blocks/src/block-editor/blockHeaderActionPlan.d.ts +49 -0
- package/dist/_dts/editor-blocks/src/block-editor/types.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 +2 -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 +2 -2
- package/dist/_dts/editor-blocks/src/widgets/rich-text/useImagePicker.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/site-option-picker/SiteOptionPickerField.d.ts +3 -0
- package/dist/_dts/editor-blocks/src/widgets/site-option-picker/SiteOptionWidgetProvider.d.ts +14 -0
- package/dist/_dts/editor-blocks/src/widgets/site-option-picker/index.d.ts +6 -0
- package/dist/_dts/editor-blocks/src/widgets/site-option-picker/loaders.d.ts +51 -0
- package/dist/_dts/editor-blocks/src/widgets/site-option-picker/types.d.ts +20 -0
- package/dist/_dts/editor-blocks/src/widgets/site-option-picker/utils.d.ts +5 -0
- package/dist/_dts/media-core/src/index.d.ts +1 -0
- package/dist/_dts/media-core/src/renderableMediaAsset.d.ts +18 -0
- 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 +4 -1
- package/dist/_dts/media-editor/src/MediaPickerDialog.d.ts +2 -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/index.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 +7 -4
- package/dist/_dts/preview-next/src/client/blocks/BoundaryControl.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/blocks/EditablePageRenderer.d.ts +7 -3
- package/dist/_dts/preview-next/src/client/blocks/blockCustomizePopoverRows.d.ts +25 -0
- package/dist/_dts/preview-next/src/client/blocks/composer/mergeDrafts.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/blocks/composer/types.d.ts +4 -30
- package/dist/_dts/preview-next/src/client/blocks/linkedEntryRenderOverlay.d.ts +11 -0
- package/dist/_dts/preview-next/src/client/blocks/previewCustomizeActions.d.ts +3 -9
- package/dist/_dts/preview-next/src/client/blocks/previewCustomizeControlPlan.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/useBlockCustomizeControls.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/index.d.ts +0 -1
- 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/LinkedEntryEditEventBridge.d.ts +1 -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 +6 -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 +20 -0
- 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 +13 -0
- 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 +3 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewQueryProvider.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewShell.d.ts +21 -20
- package/dist/_dts/preview-next/src/client/preview/PreviewShellLayout.d.ts +4 -3
- package/dist/_dts/preview-next/src/client/preview/PreviewSidebarSection.d.ts +13 -0
- 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 +2 -1
- package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeContext.d.ts +60 -6
- 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 +14 -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 +9 -0
- package/dist/_dts/preview-next/src/client/preview/previewChromePlacement.d.ts +51 -0
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeControls.d.ts +68 -0
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeHistory.d.ts +8 -1
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeWorkflowState.d.ts +11 -9
- package/dist/_dts/preview-next/src/client/preview/previewDesignHistoryOrder.d.ts +18 -0
- package/dist/_dts/preview-next/src/client/preview/previewUndoDomains.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/siteChromeBrandPreferences.d.ts +41 -0
- package/dist/_dts/preview-next/src/client/preview/siteChromeQuickControlHistoryState.d.ts +120 -0
- package/dist/_dts/preview-next/src/client/preview/siteChromeSavePlan.d.ts +30 -0
- package/dist/_dts/preview-next/src/client/preview/siteStyleHistoryState.d.ts +55 -0
- package/dist/_dts/preview-next/src/client/preview/styleConfiguratorApplyPayload.d.ts +1 -0
- 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/widgetAdapters.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/widgets/widgetOverrides.d.ts +8 -5
- package/dist/_dts/preview-next/src/constants.d.ts +0 -1
- package/dist/_dts/sdk/src/__mocks__/next-cache.d.ts +4 -3
- package/dist/_dts/sdk/src/cli/commands/pull-dry-run.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/config-loader.d.ts +3 -1
- package/dist/_dts/sdk/src/cli/content/reader.d.ts +6 -12
- package/dist/_dts/sdk/src/cli/site-commands/commandSurfaceDispatch.d.ts +1 -0
- package/dist/_dts/sdk/src/cli/site-commands/localBlockManifestResolver.d.ts +31 -0
- package/dist/_dts/sdk/src/cli/site-commands/pageCommands.d.ts +3 -1
- package/dist/_dts/sdk/src/cli/site-commands/pushExecution.d.ts +1 -0
- package/dist/_dts/sdk/src/cli/sync/validation.d.ts +7 -7
- 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/types.d.ts +10 -1
- package/dist/_dts/sdk/src/config/validation.d.ts +24 -24
- package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +30 -4
- 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 +39 -37
- 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/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 -15
- package/dist/_dts/sdk/src/rendering/mediaAssets.d.ts +4 -0
- 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 +69 -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 +5 -5
- package/dist/_dts/theme-core/src/buttons/constants.d.ts +26 -1
- package/dist/_dts/theme-core/src/buttons/personalities/index.d.ts +11 -0
- package/dist/_dts/theme-core/src/buttons/personalities/joy-stamp.d.ts +22 -0
- package/dist/_dts/theme-core/src/buttons/personalities/types.d.ts +8 -7
- package/dist/_dts/theme-core/src/buttons/types.d.ts +26 -17
- package/dist/_dts/theme-core/src/cards/siteStyleDefaults.d.ts +44 -0
- package/dist/_dts/theme-core/src/cards/types.d.ts +5 -5
- package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
- package/dist/_dts/theme-core/src/inputs/types.d.ts +2 -2
- package/dist/_dts/theme-core/src/interactive/baseSchema.d.ts +1 -1
- package/dist/_dts/theme-core/src/interactive/types.d.ts +10 -0
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +228 -198
- 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 +27 -0
- package/dist/_dts/theme-core/src/schema.d.ts +273 -226
- package/dist/_dts/theme-core/src/shared/componentStyles.d.ts +2 -2
- package/dist/_dts/theme-core/src/site-styles/accessibleSurfaces.d.ts +4 -1
- package/dist/_dts/theme-core/src/site-styles/appearancePresetCatalog.d.ts +87 -31
- package/dist/_dts/theme-core/src/site-styles/appearancePresetResolution.d.ts +6 -2
- package/dist/_dts/theme-core/src/site-styles/backgroundAppearance.d.ts +27 -0
- package/dist/_dts/theme-core/src/site-styles/blockAppearancePresets.d.ts +87 -31
- package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +30 -1
- package/dist/_dts/theme-core/src/site-styles/designState.d.ts +32 -16
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +13 -9
- package/dist/_dts/theme-core/src/site-styles/headerLooks.d.ts +5 -0
- package/dist/_dts/theme-core/src/site-styles/index.d.ts +3 -0
- package/dist/_dts/theme-core/src/site-styles/logoBranding.d.ts +4 -4
- package/dist/_dts/theme-core/src/site-styles/pageDesignEditorModel.d.ts +3 -23
- package/dist/_dts/theme-core/src/site-styles/pageDesignIntent.d.ts +276 -4
- package/dist/_dts/theme-core/src/site-styles/rawStyleFields.d.ts +2 -0
- package/dist/_dts/theme-core/src/site-styles/runtimeCompiler.d.ts +33 -3
- package/dist/_dts/theme-core/src/site-styles/sectionTransitions.d.ts +508 -0
- package/dist/_dts/theme-core/src/site-styles/siteChromeBackgrounds.d.ts +30 -0
- package/dist/_dts/theme-core/src/site-styles/sourceCatalogs.d.ts +10 -10
- package/dist/_dts/theme-core/src/site-styles/styleTags.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/tokenRecipes.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/types.d.ts +26 -6
- package/dist/_dts/theme-core/src/site-styles/typographyPresets.d.ts +16 -1
- package/dist/_dts/theme-core/src/tokens/themeColorTokens.d.ts +3 -3
- 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-MPBNEVPB.mjs → chunk-2BUMISSH.mjs} +1 -1
- package/dist/{chunk-7PCYG6YV.mjs → chunk-6FWNF3DJ.mjs} +2086 -1128
- package/dist/{chunk-BBLZSQEY.mjs → chunk-FIREV57T.mjs} +14 -9
- package/dist/{chunk-5NZGBSJF.mjs → chunk-G35HOQEN.mjs} +2608 -2397
- package/dist/{chunk-HTB4BMKD.mjs → chunk-HKB6XVIP.mjs} +321 -113
- package/dist/{chunk-GYXKAUFV.mjs → chunk-XQR6THQJ.mjs} +27831 -17740
- package/dist/cli/index.mjs +4581 -2802
- package/dist/cli/init-docs/content/workflow-custom-block.md +5 -0
- package/dist/client/{accordion-QFZMNB7O.mjs → accordion-G34C45TW.mjs} +2 -2
- package/dist/client/{bookingForm-NCIXFWIG.mjs → bookingForm-BLBVKSAQ.mjs} +12 -12
- package/dist/client/bookings.mjs +321 -60
- package/dist/client/{carousel-EO4BJMWD.mjs → carousel-7ZVTBRMD.mjs} +3 -3
- package/dist/client/{cart-FTYCLYUW.mjs → cart-Q6S6LZUO.mjs} +8 -7
- package/dist/client/{checkout-NFGLVCOX.mjs → checkout-5QJLDE4I.mjs} +8 -7
- package/dist/client/{chunk-IWFZSQNZ.mjs → chunk-5PQH4Y75.mjs} +3 -3
- package/dist/client/{chunk-Y37KDO7P.mjs → chunk-CHAB5ACD.mjs} +5 -4
- package/dist/client/{chunk-VDS5YFLX.mjs → chunk-CSZGLBYR.mjs} +1 -1
- package/dist/client/{chunk-3PEDD5KJ.mjs → chunk-DVNUDUVT.mjs} +1 -1
- package/dist/client/{chunk-6GVVWSPU.mjs → chunk-EQKYMX4N.mjs} +348 -301
- package/dist/client/{chunk-YLMKMCSJ.mjs → chunk-GFSQNTRW.mjs} +1 -3
- package/dist/client/chunk-L4J5Y62O.mjs +18 -0
- package/dist/client/{chunk-PUOELU4O.mjs → chunk-RJHTCTCZ.mjs} +550 -262
- package/dist/client/{chunk-AUJ5DBZJ.mjs → chunk-S3MKFGOG.mjs} +170 -28
- package/dist/client/{chunk-CE7IBGVW.mjs → chunk-SBBSMFFG.mjs} +1 -1
- package/dist/client/{chunk-4W66ALYT.mjs → chunk-U2EW7RSR.mjs} +1 -1
- package/dist/client/{chunk-PYRBIURC.mjs → chunk-WJFHDTYF.mjs} +17 -34
- package/dist/client/{chunk-T6UIP6UZ.mjs → chunk-ZF4XEWDM.mjs} +1 -1
- package/dist/client/client.mjs +13449 -9393
- package/dist/client/{courseRegistration-2EORROPS.mjs → courseRegistration-VUG2JJDB.mjs} +13 -12
- package/dist/client/{eventCalendar-WZI4VL6N.mjs → eventCalendar-E7D2LD4N.mjs} +14 -14
- package/dist/client/{eventCombined-QCB2TCNL.mjs → eventCombined-FUZ2Z3CS.mjs} +14 -14
- package/dist/client/{eventDetails-TFTATAPH.mjs → eventDetails-QRITJAOW.mjs} +9 -9
- package/dist/client/{eventListing-A2CQEHEQ.mjs → eventListing-INMQMJZ5.mjs} +14 -14
- package/dist/client/{eventRegistration-OELPVLUY.mjs → eventRegistration-TOOJD4WU.mjs} +17 -15
- package/dist/client/{form-NTIFD6WQ.mjs → form-BOWN7ZNQ.mjs} +3 -3
- package/dist/client/{headerSection-7TBNKCLA.mjs → headerSection-HFQNZOUU.mjs} +55 -14
- package/dist/client/hooks.mjs +26989 -25527
- package/dist/client/{locationMap-LRLB5A3H.mjs → locationMap-VUZGC7Y5.mjs} +2 -2
- package/dist/client/{newsletterForm-XI52RZSN.mjs → newsletterForm-X2XQTPCB.mjs} +3 -3
- package/dist/client/{productDetail-GSNKBFLY.mjs → productDetail-TA7D2G2B.mjs} +8 -7
- package/dist/client/{productList-BGCGT4KZ.mjs → productList-AZOLOZKM.mjs} +8 -7
- package/dist/client/rendering/client.mjs +5518 -3869
- package/dist/client/rendering/islands.mjs +32 -20
- package/dist/client/rendering.mjs +14494 -10485
- package/dist/client/{shop-RQHUCLNY.mjs → shop-ZDLO7IIG.mjs} +8 -7
- package/dist/client/spam-protection.mjs +3 -5
- package/dist/preview-next/client/runtime.css +1 -1
- package/dist/preview-next/client/runtime.mjs +5 -5
- package/dist/preview-next/constants.mjs +0 -2
- package/dist/preview-next/index.mjs +0 -2
- package/dist/{sdk-runtime-A4LHT2RS.mjs → sdk-runtime-CTWKNBDQ.mjs} +6 -6
- package/dist/{sdk-runtime-EEMNSB7J.css → sdk-runtime-JD4A6SU6.css} +1 -1
- package/dist/server/components.mjs +10475 -7369
- package/dist/server/config-validation.mjs +26616 -25360
- package/dist/server/config.mjs +26616 -25360
- package/dist/server/data.mjs +27048 -25586
- package/dist/server/index.mjs +109 -56
- package/dist/server/next.mjs +15424 -12076
- package/dist/server/page-converter.mjs +5570 -3107
- package/dist/server/prebuild.mjs +2 -1
- package/dist/server/rendering/server.mjs +10850 -7549
- package/dist/server/rendering.mjs +10855 -7554
- package/dist/server/routing.mjs +30134 -28531
- package/dist/server/server.mjs +27369 -25856
- package/dist/server/theme-bridge.mjs +902 -167
- package/dist/server/theme.mjs +197 -133
- package/dist/styles/index.css +606 -133
- package/package.json +16 -16
- package/dist/SdkPreviewModeRuntime-XE5M4UKM.mjs +0 -8
- package/dist/_dts/editor-blocks/src/block-editor/actionControlMode.d.ts +0 -2
- package/dist/_dts/preview-next/src/client/preview/previewSurface.d.ts +0 -3
|
@@ -284,7 +284,9 @@ var buttonBorderSchema = z3.object({
|
|
|
284
284
|
var variantShadowSchema = z3.object({
|
|
285
285
|
elevation: z3.enum(["none", "low", "medium", "high"]),
|
|
286
286
|
softness: z3.enum(["crisp", "soft", "hard"]).nullable(),
|
|
287
|
-
position: z3.enum(["bottom", "bottom-right"]).default("bottom")
|
|
287
|
+
position: z3.enum(["bottom", "bottom-right"]).default("bottom"),
|
|
288
|
+
// Optional palette token for a coloured offset shadow; omit for neutral black.
|
|
289
|
+
colorToken: themeColorTokenSchema.optional()
|
|
288
290
|
});
|
|
289
291
|
var variantEffectsSchema = z3.object({
|
|
290
292
|
base: z3.array(effectApplicationSchema).optional(),
|
|
@@ -814,11 +816,70 @@ var inkStamp = defineButtonPersonality({
|
|
|
814
816
|
}
|
|
815
817
|
});
|
|
816
818
|
|
|
819
|
+
// ../theme-core/src/buttons/personalities/joy-stamp.ts
|
|
820
|
+
var joyStamp = defineButtonPersonality({
|
|
821
|
+
id: "joy-stamp",
|
|
822
|
+
name: "Joy Stamp",
|
|
823
|
+
description: "Pill buttons with a hard, brand-coloured offset shadow that presses in on hover.",
|
|
824
|
+
tags: { tone: "bold", energy: "vibrant", motion: "expressive", era: "organic" },
|
|
825
|
+
buttonSystem: {
|
|
826
|
+
global: {
|
|
827
|
+
cornerStyle: "pill",
|
|
828
|
+
shadow: "high",
|
|
829
|
+
textTransform: "none",
|
|
830
|
+
// Bold display type on the buttons: use the heading font (Bricolage) at
|
|
831
|
+
// 700, matching the mockup's chunky button labels.
|
|
832
|
+
typography: "heading",
|
|
833
|
+
fontWeight: 700,
|
|
834
|
+
borderWidth: 2,
|
|
835
|
+
hoverTransform: "none",
|
|
836
|
+
hoverColor: "none"
|
|
837
|
+
},
|
|
838
|
+
sizes: {
|
|
839
|
+
sm: { padding: "0.625rem 1.25rem", fontSize: "text-sm" },
|
|
840
|
+
md: { padding: "0.875rem 1.75rem", fontSize: "text-base" },
|
|
841
|
+
lg: { padding: "1.125rem 2.25rem", fontSize: "text-lg" },
|
|
842
|
+
xl: { padding: "1.25rem 2.75rem", fontSize: "text-xl" }
|
|
843
|
+
},
|
|
844
|
+
variants: [
|
|
845
|
+
{
|
|
846
|
+
id: "primary",
|
|
847
|
+
name: "Primary",
|
|
848
|
+
enabled: true,
|
|
849
|
+
priority: 1,
|
|
850
|
+
background: { type: "solid", colorToken: "primary" },
|
|
851
|
+
textColorToken: "primaryForeground",
|
|
852
|
+
borderRadius: "rounded-full",
|
|
853
|
+
// Cream stamp shadow under the burnt-orange fill.
|
|
854
|
+
shadow: { elevation: "high", softness: "hard", position: "bottom-right", colorToken: "text" },
|
|
855
|
+
effects: {
|
|
856
|
+
hover: [{ effectId: "press-down" }]
|
|
857
|
+
}
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
id: "secondary",
|
|
861
|
+
name: "Secondary",
|
|
862
|
+
enabled: true,
|
|
863
|
+
priority: 2,
|
|
864
|
+
background: { type: "transparent" },
|
|
865
|
+
textColorToken: "text",
|
|
866
|
+
borderRadius: "rounded-full",
|
|
867
|
+
border: { widthClass: "border-2", colorToken: "text" },
|
|
868
|
+
// Brown stamp shadow under the cream outline.
|
|
869
|
+
shadow: { elevation: "high", softness: "hard", position: "bottom-right", colorToken: "secondary" },
|
|
870
|
+
effects: {
|
|
871
|
+
hover: [{ effectId: "press-down" }]
|
|
872
|
+
}
|
|
873
|
+
}
|
|
874
|
+
]
|
|
875
|
+
}
|
|
876
|
+
});
|
|
877
|
+
|
|
817
878
|
// ../theme-core/src/buttons/personalities/pebble.ts
|
|
818
879
|
var pebble = defineButtonPersonality({
|
|
819
880
|
id: "pebble",
|
|
820
881
|
name: "Pebble",
|
|
821
|
-
description: "Generous pill buttons with a
|
|
882
|
+
description: "Generous pill buttons with a quiet colour-softening hover.",
|
|
822
883
|
tags: { tone: "classic", energy: "calm", motion: "standard", era: "organic" },
|
|
823
884
|
buttonSystem: {
|
|
824
885
|
global: {
|
|
@@ -847,8 +908,7 @@ var pebble = defineButtonPersonality({
|
|
|
847
908
|
borderRadius: "rounded-full",
|
|
848
909
|
effects: {
|
|
849
910
|
hover: [
|
|
850
|
-
{ effectId: "
|
|
851
|
-
{ effectId: "drop-shadow", options: { intensity: "medium" } }
|
|
911
|
+
{ effectId: "background-on-hover-alpha", options: { colorToken: "primary", opacity: 88 } }
|
|
852
912
|
]
|
|
853
913
|
}
|
|
854
914
|
},
|
|
@@ -1087,7 +1147,8 @@ var buttonPersonalities = [
|
|
|
1087
1147
|
pebble,
|
|
1088
1148
|
inkStamp,
|
|
1089
1149
|
brushedWash,
|
|
1090
|
-
showtimePill
|
|
1150
|
+
showtimePill,
|
|
1151
|
+
joyStamp
|
|
1091
1152
|
];
|
|
1092
1153
|
var personalitiesById = new Map(
|
|
1093
1154
|
buttonPersonalities.map((p) => [p.id, p])
|
|
@@ -1873,6 +1934,9 @@ var componentShadowSchema = z14.object({
|
|
|
1873
1934
|
});
|
|
1874
1935
|
|
|
1875
1936
|
// ../theme-core/src/site-styles/types.ts
|
|
1937
|
+
function defineExactCatalog() {
|
|
1938
|
+
return (entries) => entries;
|
|
1939
|
+
}
|
|
1876
1940
|
function asAppearancePresetId(value) {
|
|
1877
1941
|
return brandNonEmptyString(value, "AppearancePresetId");
|
|
1878
1942
|
}
|
|
@@ -2075,6 +2139,7 @@ var themeV2CompilerOwnedFieldNames = [
|
|
|
2075
2139
|
...themeV2BlockSpecificRawStyleFieldNames
|
|
2076
2140
|
];
|
|
2077
2141
|
var pageDesignEditorBackgroundOverrideOwner = "page-design-editor";
|
|
2142
|
+
var siteChromeBackgroundOverrideOwner = "site-chrome-editor";
|
|
2078
2143
|
|
|
2079
2144
|
// ../theme-core/src/utils/tokenOrColor.ts
|
|
2080
2145
|
import { z as z16 } from "zod";
|
|
@@ -2206,7 +2271,9 @@ var boxBackgroundSchema = z17.object({
|
|
|
2206
2271
|
motion: z17.enum(["static", "fixed-frame"]).nullable().optional(),
|
|
2207
2272
|
overlay: boxBackgroundOverlaySchema.nullable().optional(),
|
|
2208
2273
|
textColor: tokenOrCssColorValueSchema.nullable().optional(),
|
|
2209
|
-
headingColor: tokenOrCssColorValueSchema.nullable().optional()
|
|
2274
|
+
headingColor: tokenOrCssColorValueSchema.nullable().optional(),
|
|
2275
|
+
linkColor: tokenOrCssColorValueSchema.nullable().optional(),
|
|
2276
|
+
supportingColor: tokenOrCssColorValueSchema.nullable().optional()
|
|
2210
2277
|
});
|
|
2211
2278
|
var noHeadingDecorationSchema = z17.object({
|
|
2212
2279
|
family: z17.literal("none")
|
|
@@ -2269,7 +2336,8 @@ var cardStylesOverrideSchema = z17.object({
|
|
|
2269
2336
|
"editorial-rule",
|
|
2270
2337
|
"soft-panel",
|
|
2271
2338
|
"editorial-serif-quote",
|
|
2272
|
-
"editorial-open"
|
|
2339
|
+
"editorial-open",
|
|
2340
|
+
"color-blocked"
|
|
2273
2341
|
]).nullable().optional(),
|
|
2274
2342
|
// Which site-style card variant the card adopts (emits a `.card-{id}` class).
|
|
2275
2343
|
// 'none' is boxless. Driven by the block look via testimonialCardTreatment.
|
|
@@ -2430,6 +2498,7 @@ var navContainerSchema = z17.object({
|
|
|
2430
2498
|
}).default({ type: "none", tint: null, opacity: 0.15 });
|
|
2431
2499
|
var headerBackgroundSchema = z17.object({
|
|
2432
2500
|
type: z17.enum(["color", "gradient", "image"]),
|
|
2501
|
+
contentOwner: z17.literal(siteChromeBackgroundOverrideOwner).optional(),
|
|
2433
2502
|
color: tokenOrCssColorValueSchema.nullable().optional(),
|
|
2434
2503
|
gradient: gradientConfigSchema.nullable().optional(),
|
|
2435
2504
|
image: mediaSchema.nullable().optional(),
|
|
@@ -3159,6 +3228,30 @@ var warmNeutralForest = definePaletteVariant({
|
|
|
3159
3228
|
]
|
|
3160
3229
|
});
|
|
3161
3230
|
|
|
3231
|
+
// ../theme-core/src/palette/variants/warm-dark.ts
|
|
3232
|
+
var warmDarkEmber = definePaletteVariant({
|
|
3233
|
+
id: "warm-dark-ember",
|
|
3234
|
+
name: "Warm Dark \u2014 Ember",
|
|
3235
|
+
description: "Deep clay-brown ground with burnt-orange accent and warm cream text.",
|
|
3236
|
+
tags: { tone: "bold", energy: "vibrant", era: "organic" },
|
|
3237
|
+
mode: "dark",
|
|
3238
|
+
colors: [
|
|
3239
|
+
{ name: "primary", hex: "#ce612f" },
|
|
3240
|
+
{ name: "secondary", hex: "#894e31" },
|
|
3241
|
+
{ name: "accent", hex: "#ce612f" },
|
|
3242
|
+
{ name: "success", hex: "#6f8f57" },
|
|
3243
|
+
{ name: "warning", hex: "#c98a3c" },
|
|
3244
|
+
{ name: "destructive", hex: "#c0492f" },
|
|
3245
|
+
{ name: "background", hex: "#4f2415" },
|
|
3246
|
+
{ name: "surface", hex: "#5c3320" },
|
|
3247
|
+
{ name: "surfaceAlt", hex: "#693a25" },
|
|
3248
|
+
{ name: "muted", hex: "#6a3d27" },
|
|
3249
|
+
{ name: "text", hex: "#f0e1d0" },
|
|
3250
|
+
{ name: "primaryForeground", hex: "#4f2415" },
|
|
3251
|
+
{ name: "border", hex: "#894e31" }
|
|
3252
|
+
]
|
|
3253
|
+
});
|
|
3254
|
+
|
|
3162
3255
|
// ../theme-core/src/palette/variants/index.ts
|
|
3163
3256
|
var paletteVariants = [
|
|
3164
3257
|
// Brand-led family
|
|
@@ -3179,7 +3272,9 @@ var paletteVariants = [
|
|
|
3179
3272
|
softNaturalSage,
|
|
3180
3273
|
softNaturalStone,
|
|
3181
3274
|
softNaturalWatercolor,
|
|
3182
|
-
softNaturalLilac
|
|
3275
|
+
softNaturalLilac,
|
|
3276
|
+
// Warm-dark family (dark mode)
|
|
3277
|
+
warmDarkEmber
|
|
3183
3278
|
];
|
|
3184
3279
|
var paletteVariantsById = new Map(
|
|
3185
3280
|
paletteVariants.map((v) => [v.id, v])
|
|
@@ -3460,6 +3555,32 @@ var clarityZenCardSystem = {
|
|
|
3460
3555
|
}
|
|
3461
3556
|
]
|
|
3462
3557
|
};
|
|
3558
|
+
var originalJoyCardSystem = {
|
|
3559
|
+
variants: [
|
|
3560
|
+
{
|
|
3561
|
+
id: "default",
|
|
3562
|
+
name: "Default",
|
|
3563
|
+
enabled: true,
|
|
3564
|
+
priority: 1,
|
|
3565
|
+
background: { type: "solid", colorToken: "surface" },
|
|
3566
|
+
foregroundToken: "text",
|
|
3567
|
+
spacing: "comfortable",
|
|
3568
|
+
corners: "rounded",
|
|
3569
|
+
shadow: { elevation: "none", softness: null, position: "bottom" }
|
|
3570
|
+
},
|
|
3571
|
+
{
|
|
3572
|
+
id: "alternative",
|
|
3573
|
+
name: "Statement",
|
|
3574
|
+
enabled: true,
|
|
3575
|
+
priority: 2,
|
|
3576
|
+
background: { type: "solid", colorToken: "primary" },
|
|
3577
|
+
foregroundToken: "primaryForeground",
|
|
3578
|
+
spacing: "comfortable",
|
|
3579
|
+
corners: "rounded",
|
|
3580
|
+
shadow: { elevation: "none", softness: null, position: "bottom" }
|
|
3581
|
+
}
|
|
3582
|
+
]
|
|
3583
|
+
};
|
|
3463
3584
|
|
|
3464
3585
|
// ../theme-core/src/site-styles/testimonialQuotePresets.ts
|
|
3465
3586
|
var serifDisplayQuote = {
|
|
@@ -3604,7 +3725,7 @@ function baseHeader(theme) {
|
|
|
3604
3725
|
navContainer: { type: "none", tint: null, opacity: 0.15 }
|
|
3605
3726
|
};
|
|
3606
3727
|
}
|
|
3607
|
-
var headerLayoutCatalog = [
|
|
3728
|
+
var headerLayoutCatalog = defineExactCatalog()([
|
|
3608
3729
|
{
|
|
3609
3730
|
id: asHeaderLayoutId("classic"),
|
|
3610
3731
|
label: "Classic",
|
|
@@ -3636,11 +3757,11 @@ var headerLayoutCatalog = [
|
|
|
3636
3757
|
maxRecommendedNavItems: 5,
|
|
3637
3758
|
allowedLogoShapes: ["none", "text-only", "horizontal"]
|
|
3638
3759
|
}
|
|
3639
|
-
];
|
|
3760
|
+
]);
|
|
3640
3761
|
function supportedLayouts(ids) {
|
|
3641
3762
|
return ids.map(asHeaderLayoutId);
|
|
3642
3763
|
}
|
|
3643
|
-
var headerStyleCatalog = [
|
|
3764
|
+
var headerStyleCatalog = defineExactCatalog()([
|
|
3644
3765
|
{
|
|
3645
3766
|
id: asHeaderStyleId("minimal"),
|
|
3646
3767
|
label: "Minimal",
|
|
@@ -3795,7 +3916,7 @@ var headerStyleCatalog = [
|
|
|
3795
3916
|
navTypography: "heading",
|
|
3796
3917
|
moods: ["calm", "editorial"]
|
|
3797
3918
|
}
|
|
3798
|
-
];
|
|
3919
|
+
]);
|
|
3799
3920
|
var headerLayoutsById = new Map(
|
|
3800
3921
|
headerLayoutCatalog.map((layout) => [layout.id, layout])
|
|
3801
3922
|
);
|
|
@@ -3908,7 +4029,7 @@ var headerStyleRepairOrder = /* @__PURE__ */ new Map(
|
|
|
3908
4029
|
[asHeaderStyleId("minimal"), headerStyleRepairChain(["minimal"])]
|
|
3909
4030
|
]
|
|
3910
4031
|
);
|
|
3911
|
-
var legacyHeaderLookAliases = [
|
|
4032
|
+
var legacyHeaderLookAliases = defineExactCatalog()([
|
|
3912
4033
|
{
|
|
3913
4034
|
lookId: asHeaderLookId("clean-base"),
|
|
3914
4035
|
selection: {
|
|
@@ -3965,7 +4086,7 @@ var legacyHeaderLookAliases = [
|
|
|
3965
4086
|
styleId: asHeaderStyleId("glass")
|
|
3966
4087
|
}
|
|
3967
4088
|
}
|
|
3968
|
-
];
|
|
4089
|
+
]);
|
|
3969
4090
|
var legacyHeaderLookAliasesById = new Map(legacyHeaderLookAliases.map((alias) => [alias.lookId, alias]));
|
|
3970
4091
|
function getHeaderStyle(id) {
|
|
3971
4092
|
return headerStylesById.get(id) ?? null;
|
|
@@ -4119,6 +4240,12 @@ function serifLineHeader(theme) {
|
|
|
4119
4240
|
letterSpacing: "wide",
|
|
4120
4241
|
gradient: false
|
|
4121
4242
|
},
|
|
4243
|
+
border: {
|
|
4244
|
+
style: "solid",
|
|
4245
|
+
width: "none",
|
|
4246
|
+
position: "none"
|
|
4247
|
+
},
|
|
4248
|
+
shadow: { elevation: "none" },
|
|
4122
4249
|
ctaTreatment: "outline",
|
|
4123
4250
|
ctaVariant: resolveHeaderCtaVariant(theme, "outline"),
|
|
4124
4251
|
ctaGap: "relaxed"
|
|
@@ -4243,7 +4370,7 @@ function floatingGlassHeader(theme) {
|
|
|
4243
4370
|
}
|
|
4244
4371
|
};
|
|
4245
4372
|
}
|
|
4246
|
-
var headerLookCatalog = [
|
|
4373
|
+
var headerLookCatalog = defineExactCatalog()([
|
|
4247
4374
|
{
|
|
4248
4375
|
id: asHeaderLookId("clean-base"),
|
|
4249
4376
|
label: "Clean base",
|
|
@@ -4361,7 +4488,7 @@ var headerLookCatalog = [
|
|
|
4361
4488
|
logoAccommodations: overlayLogoAccommodations,
|
|
4362
4489
|
compile: floatingGlassHeader
|
|
4363
4490
|
}
|
|
4364
|
-
];
|
|
4491
|
+
]);
|
|
4365
4492
|
var guaranteedFallbackHeaderLookId = asHeaderLookId("clean-base");
|
|
4366
4493
|
var guaranteedFallbackHeaderLayoutId = asHeaderLayoutId("classic");
|
|
4367
4494
|
var guaranteedFallbackHeaderStyleId = asHeaderStyleId("minimal");
|
|
@@ -4527,7 +4654,7 @@ function editorialColumnsFooter(theme) {
|
|
|
4527
4654
|
}
|
|
4528
4655
|
};
|
|
4529
4656
|
}
|
|
4530
|
-
var footerLookCatalog = [
|
|
4657
|
+
var footerLookCatalog = defineExactCatalog()([
|
|
4531
4658
|
{
|
|
4532
4659
|
id: asFooterLookId("footer-muted-grounding"),
|
|
4533
4660
|
label: "Muted grounding footer",
|
|
@@ -4550,7 +4677,7 @@ var footerLookCatalog = [
|
|
|
4550
4677
|
allowedContentPresence: ["default-footer", "default-and-blocks"],
|
|
4551
4678
|
compile: brandTwoBandFooter
|
|
4552
4679
|
}
|
|
4553
|
-
];
|
|
4680
|
+
]);
|
|
4554
4681
|
var footerLooksById = new Map(
|
|
4555
4682
|
footerLookCatalog.map((look) => [look.id, look])
|
|
4556
4683
|
);
|
|
@@ -4572,7 +4699,7 @@ var generatedDesignOptionCatalog = {
|
|
|
4572
4699
|
source: "generated",
|
|
4573
4700
|
sectionSurfaces: ["base", "muted-band", "accent-band", "brand-depth-band", "hero-image"],
|
|
4574
4701
|
contentFrames: generatedContentFrames,
|
|
4575
|
-
itemSurfaces: ["none", "default", "flat", "outlined", "raised", "inset", "editorial"],
|
|
4702
|
+
itemSurfaces: ["none", "default", "flat", "outlined", "raised", "inset", "editorial", "color-blocked"],
|
|
4576
4703
|
transitions: ["none", "soft-fade-short", "soft-fade-long"],
|
|
4577
4704
|
emphases: ["low", "medium", "high"],
|
|
4578
4705
|
detachedCustom: false
|
|
@@ -4584,8 +4711,15 @@ var userDesignOptionCatalog = {
|
|
|
4584
4711
|
itemSurfaces: generatedDesignOptionCatalog.itemSurfaces,
|
|
4585
4712
|
transitions: [
|
|
4586
4713
|
...generatedDesignOptionCatalog.transitions,
|
|
4714
|
+
"soft-fade-expansive",
|
|
4587
4715
|
"wave-edge",
|
|
4588
|
-
"
|
|
4716
|
+
"wave-edge-balanced",
|
|
4717
|
+
"wave-edge-gentle",
|
|
4718
|
+
"wave-edge-bold",
|
|
4719
|
+
"wave-edge-drift",
|
|
4720
|
+
"angle-edge",
|
|
4721
|
+
"angle-edge-subtle",
|
|
4722
|
+
"angle-edge-steep"
|
|
4589
4723
|
],
|
|
4590
4724
|
emphases: generatedDesignOptionCatalog.emphases,
|
|
4591
4725
|
detachedCustom: false
|
|
@@ -4766,6 +4900,29 @@ var boldDisplayTypography = {
|
|
|
4766
4900
|
},
|
|
4767
4901
|
scale: "balanced"
|
|
4768
4902
|
};
|
|
4903
|
+
var originalJoyTypography = {
|
|
4904
|
+
body: {
|
|
4905
|
+
family: "DM Sans, system-ui, sans-serif",
|
|
4906
|
+
size: "md",
|
|
4907
|
+
weight: "regular",
|
|
4908
|
+
lineHeight: "relaxed",
|
|
4909
|
+
letterSpacing: "normal"
|
|
4910
|
+
},
|
|
4911
|
+
headings: {
|
|
4912
|
+
default: {
|
|
4913
|
+
family: "Bricolage Grotesque, system-ui, sans-serif",
|
|
4914
|
+
weight: "bold",
|
|
4915
|
+
lineHeight: "normal",
|
|
4916
|
+
letterSpacing: "tight",
|
|
4917
|
+
italic: null,
|
|
4918
|
+
case: null
|
|
4919
|
+
},
|
|
4920
|
+
h1: { size: "2xl", weight: "bold", lineHeight: "normal", letterSpacing: "tight", italic: null },
|
|
4921
|
+
h2: { size: "xl", weight: "bold", lineHeight: "normal", letterSpacing: "tight", italic: null },
|
|
4922
|
+
h3: { size: "lg", weight: "bold", lineHeight: "normal", letterSpacing: "tight", italic: null }
|
|
4923
|
+
},
|
|
4924
|
+
scale: "balanced"
|
|
4925
|
+
};
|
|
4769
4926
|
var typographyPresets = [
|
|
4770
4927
|
defineTypographyPreset({
|
|
4771
4928
|
id: "typography-preset:modern-sans",
|
|
@@ -4852,6 +5009,32 @@ var typographyPresets = [
|
|
|
4852
5009
|
mobile: { headlineSize: "4xl", subheadlineSize: "xl" }
|
|
4853
5010
|
}
|
|
4854
5011
|
}
|
|
5012
|
+
}),
|
|
5013
|
+
defineTypographyPreset({
|
|
5014
|
+
id: "typography-preset:original-joy",
|
|
5015
|
+
name: "Original Joy",
|
|
5016
|
+
description: "Bold Bricolage Grotesque display headings over a clean DM Sans body, editorial and warm.",
|
|
5017
|
+
defaultFonts: { body: "DM Sans, system-ui, sans-serif", heading: "Bricolage Grotesque, system-ui, sans-serif" },
|
|
5018
|
+
recommendedFonts: {
|
|
5019
|
+
body: ["DM Sans", "Inter", "Manrope"],
|
|
5020
|
+
heading: ["Bricolage Grotesque", "Space Grotesk", "Archivo"]
|
|
5021
|
+
},
|
|
5022
|
+
slotPolicies: { body: bodyReadablePolicy, heading: displayHeadingPolicy },
|
|
5023
|
+
typography: originalJoyTypography,
|
|
5024
|
+
heroTypography: {
|
|
5025
|
+
headlineSize: "6xl",
|
|
5026
|
+
headlineLineHeight: "tight",
|
|
5027
|
+
subheadlineSize: "xl",
|
|
5028
|
+
subheadlineLineHeight: "normal",
|
|
5029
|
+
microHeadlineSize: "6xl",
|
|
5030
|
+
microHeadlineLineHeight: "tight",
|
|
5031
|
+
microSubheadlineSize: "lg",
|
|
5032
|
+
microSubheadlineLineHeight: "normal",
|
|
5033
|
+
responsive: {
|
|
5034
|
+
tablet: { headlineSize: "5xl" },
|
|
5035
|
+
mobile: { headlineSize: "4xl", subheadlineSize: "lg" }
|
|
5036
|
+
}
|
|
5037
|
+
}
|
|
4855
5038
|
})
|
|
4856
5039
|
];
|
|
4857
5040
|
var typographyPresetsById = new Map(
|
|
@@ -5905,7 +6088,7 @@ var curatedSiteStyles = [
|
|
|
5905
6088
|
"body-text-editorial-intro",
|
|
5906
6089
|
"schedule-details-brand-depth",
|
|
5907
6090
|
"testimonials-statement-cards",
|
|
5908
|
-
"contact-form-
|
|
6091
|
+
"contact-form-panel"
|
|
5909
6092
|
],
|
|
5910
6093
|
recommendedHeaderLookIds: [
|
|
5911
6094
|
"brand-solid",
|
|
@@ -5928,6 +6111,74 @@ var curatedSiteStyles = [
|
|
|
5928
6111
|
paletteChoice("brand-led-warm"),
|
|
5929
6112
|
paletteChoice("high-contrast-ink")
|
|
5930
6113
|
]
|
|
6114
|
+
}),
|
|
6115
|
+
defineCuratedSiteStyle({
|
|
6116
|
+
id: "site-style:original-joy",
|
|
6117
|
+
name: "Original Joy",
|
|
6118
|
+
headingDecoration: { family: "organic-squiggle", colorToken: "primary" },
|
|
6119
|
+
description: "Warm, dark, and editorial: deep clay grounds, cream type, and bold burnt-orange accents for soulful community brands.",
|
|
6120
|
+
generationBrief: "Use a deep brown ground with cream text and burnt-orange accents, large display headings, generous spacing, organic rounded shapes, and bold colour-blocked feature sections. Lead with warmth and belonging; calls to action should feel strong but unhurried.",
|
|
6121
|
+
tokenRecipes: {
|
|
6122
|
+
palette: "brand-led",
|
|
6123
|
+
contrast: "maximum",
|
|
6124
|
+
radius: "rounded",
|
|
6125
|
+
shadow: "subtle",
|
|
6126
|
+
typography: "clean-sans",
|
|
6127
|
+
spacing: "airy",
|
|
6128
|
+
motion: "expressive"
|
|
6129
|
+
},
|
|
6130
|
+
compositionBudget: expressiveBudget,
|
|
6131
|
+
typographyPresetChoices: [
|
|
6132
|
+
typographyChoice("typography-preset:original-joy"),
|
|
6133
|
+
typographyChoice("typography-preset:bold-display"),
|
|
6134
|
+
typographyChoice("typography-preset:modern-sans")
|
|
6135
|
+
],
|
|
6136
|
+
defaultTypographyPresetId: "typography-preset:original-joy",
|
|
6137
|
+
themeOverrides: {
|
|
6138
|
+
accordions: boldBorderedAccordionSystem,
|
|
6139
|
+
// Shared card system: warm rounded brown cards (event + testimonial cards
|
|
6140
|
+
// pick this up automatically) with a burnt-orange statement variant.
|
|
6141
|
+
cards: originalJoyCardSystem,
|
|
6142
|
+
testimonialQuote: accentGlyphQuote,
|
|
6143
|
+
bodyText: {
|
|
6144
|
+
intro: {
|
|
6145
|
+
paragraphSize: "editorial",
|
|
6146
|
+
headingSize: "editorial"
|
|
6147
|
+
}
|
|
6148
|
+
}
|
|
6149
|
+
},
|
|
6150
|
+
// Recommended block looks: the bold colour-blocked feature cards, a calm
|
|
6151
|
+
// band for the events spotlight, and statement testimonial cards.
|
|
6152
|
+
recommendedAppearancePresetIds: [
|
|
6153
|
+
"feature-cards-bold-colors",
|
|
6154
|
+
"offerings-calm-list",
|
|
6155
|
+
"testimonials-statement-cards"
|
|
6156
|
+
],
|
|
6157
|
+
// Floating, transparent "Clear Split" header (no fill behind the nav links).
|
|
6158
|
+
defaultHeaderSelection: { layoutId: "floating", styleId: "minimal-surface" },
|
|
6159
|
+
recommendedHeaderLayoutChoices: [headerLayoutChoice("floating")],
|
|
6160
|
+
recommendedHeaderStyleChoicesByLayout: {
|
|
6161
|
+
floating: [
|
|
6162
|
+
headerStyleChoice("minimal-surface"),
|
|
6163
|
+
headerStyleChoice("split-glass"),
|
|
6164
|
+
headerStyleChoice("glass")
|
|
6165
|
+
]
|
|
6166
|
+
},
|
|
6167
|
+
// Legacy bridge only (the real curation is the explicit selection above).
|
|
6168
|
+
// Kept to a reserved-space, non-overlay look on purpose: the split hero
|
|
6169
|
+
// flows below the Clear Split header, so we must NOT trigger the immersive
|
|
6170
|
+
// overlay-hero promotion that looks like `floating-glass` would force.
|
|
6171
|
+
recommendedHeaderLookIds: ["minimal-transparent"],
|
|
6172
|
+
recommendedFooterLookIds: [
|
|
6173
|
+
"site-footer-brand-two-band",
|
|
6174
|
+
"footer-muted-grounding"
|
|
6175
|
+
],
|
|
6176
|
+
buttonPersonalityChoices: [
|
|
6177
|
+
buttonChoice("joy-stamp"),
|
|
6178
|
+
buttonChoice("ink-stamp"),
|
|
6179
|
+
buttonChoice("showtime-pill")
|
|
6180
|
+
],
|
|
6181
|
+
paletteVariantChoices: [paletteChoice("warm-dark-ember")]
|
|
5931
6182
|
})
|
|
5932
6183
|
];
|
|
5933
6184
|
var curatedSiteStylesById = new Map(
|
|
@@ -6120,9 +6371,21 @@ var NAV_DROPDOWN_CONTAINER_RAIL_CSS_RULES = [
|
|
|
6120
6371
|
];
|
|
6121
6372
|
|
|
6122
6373
|
// ../theme-core/src/layout/generateLayoutCss.ts
|
|
6123
|
-
var
|
|
6374
|
+
var classicWaveTransitionMask = svgDataUrl(
|
|
6124
6375
|
"<svg viewBox='0 0 1440 72' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><path d='M0 72V46C130 55 260 24 420 30C590 36 690 62 860 42C1035 21 1160 47 1305 36C1365 31 1415 33 1440 38V72H0Z' fill='white'/></svg>"
|
|
6125
6376
|
);
|
|
6377
|
+
var balancedWaveTransitionMask = svgDataUrl(
|
|
6378
|
+
"<svg viewBox='0 0 1440 72' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><path d='M0 72V42C120 24 240 24 360 42C480 60 600 60 720 42C840 24 960 24 1080 42C1200 60 1320 60 1440 42V72H0Z' fill='white'/></svg>"
|
|
6379
|
+
);
|
|
6380
|
+
var gentleWaveTransitionMask = svgDataUrl(
|
|
6381
|
+
"<svg viewBox='0 0 1440 72' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><path d='M0 72V43C180 32 300 32 480 43C660 54 780 54 960 43C1140 32 1260 32 1440 43V72H0Z' fill='white'/></svg>"
|
|
6382
|
+
);
|
|
6383
|
+
var boldWaveTransitionMask = svgDataUrl(
|
|
6384
|
+
"<svg viewBox='0 0 1440 72' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><path d='M0 72V44C90 14 270 14 360 44C450 74 630 74 720 44C810 14 990 14 1080 44C1170 74 1350 74 1440 44V72H0Z' fill='white'/></svg>"
|
|
6385
|
+
);
|
|
6386
|
+
var driftWaveTransitionMask = svgDataUrl(
|
|
6387
|
+
"<svg viewBox='0 0 1440 72' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><path d='M0 72V39C115 31 205 54 340 48C505 41 610 16 760 33C920 51 1015 64 1160 44C1280 27 1375 35 1440 50V72H0Z' fill='white'/></svg>"
|
|
6388
|
+
);
|
|
6126
6389
|
function svgDataUrl(svg) {
|
|
6127
6390
|
return `data:image/svg+xml,${encodeURIComponent(svg)}`;
|
|
6128
6391
|
}
|
|
@@ -6679,11 +6942,11 @@ ${root} {
|
|
|
6679
6942
|
--rb-testimonial-quote-weight: ${quote.weight};
|
|
6680
6943
|
--rb-testimonial-quote-display: ${quote.display};
|
|
6681
6944
|
|
|
6682
|
-
/* Carousel arrows
|
|
6683
|
-
--rb-testimonial-carousel-arrow-bg: rgb(var(--tb-
|
|
6684
|
-
--rb-testimonial-carousel-arrow-bg-hover:
|
|
6685
|
-
--rb-testimonial-carousel-arrow-color: rgb(var(--tb-
|
|
6686
|
-
--rb-testimonial-carousel-arrow-border-color: rgba(var(--tb-
|
|
6945
|
+
/* Carousel arrows: use the secondary chip so accent-band sections retain contrast. */
|
|
6946
|
+
--rb-testimonial-carousel-arrow-bg: rgb(var(--tb-secondary));
|
|
6947
|
+
--rb-testimonial-carousel-arrow-bg-hover: color-mix(in oklab, rgb(var(--tb-secondary)), rgb(var(--tb-text)) 14%);
|
|
6948
|
+
--rb-testimonial-carousel-arrow-color: rgb(var(--tb-onSecondary));
|
|
6949
|
+
--rb-testimonial-carousel-arrow-border-color: rgba(var(--tb-onSecondary), 0.22);
|
|
6687
6950
|
--rb-testimonial-carousel-arrow-size: 2.75rem;
|
|
6688
6951
|
--rb-testimonial-carousel-arrow-icon-size: 1.25rem;
|
|
6689
6952
|
--rb-testimonial-carousel-arrow-icon-stroke-width: 2.5;
|
|
@@ -8475,27 +8738,27 @@ var containerResponsiveThemeCss = `/*
|
|
|
8475
8738
|
|
|
8476
8739
|
.rb-container-pad-none {
|
|
8477
8740
|
--rb-card-pad: 0rem;
|
|
8478
|
-
padding: var(--rb-card-pad);
|
|
8741
|
+
padding: calc(var(--rb-card-pad) + var(--rb-opening-content-clearance, 0px)) var(--rb-card-pad) var(--rb-card-pad);
|
|
8479
8742
|
}
|
|
8480
8743
|
.rb-container-pad-compact {
|
|
8481
8744
|
--rb-card-pad: 1rem;
|
|
8482
|
-
padding: var(--rb-card-pad);
|
|
8745
|
+
padding: calc(var(--rb-card-pad) + var(--rb-opening-content-clearance, 0px)) var(--rb-card-pad) var(--rb-card-pad);
|
|
8483
8746
|
}
|
|
8484
8747
|
.rb-container-pad-cozy {
|
|
8485
8748
|
--rb-card-pad: 1.5rem;
|
|
8486
|
-
padding: var(--rb-card-pad);
|
|
8749
|
+
padding: calc(var(--rb-card-pad) + var(--rb-opening-content-clearance, 0px)) var(--rb-card-pad) var(--rb-card-pad);
|
|
8487
8750
|
}
|
|
8488
8751
|
.rb-container-pad-medium {
|
|
8489
8752
|
--rb-card-pad: 1.5rem;
|
|
8490
|
-
padding: var(--rb-card-pad);
|
|
8753
|
+
padding: calc(var(--rb-card-pad) + var(--rb-opening-content-clearance, 0px)) var(--rb-card-pad) var(--rb-card-pad);
|
|
8491
8754
|
}
|
|
8492
8755
|
.rb-container-pad-comfortable {
|
|
8493
8756
|
--rb-card-pad: 2rem;
|
|
8494
|
-
padding: var(--rb-card-pad);
|
|
8757
|
+
padding: calc(var(--rb-card-pad) + var(--rb-opening-content-clearance, 0px)) var(--rb-card-pad) var(--rb-card-pad);
|
|
8495
8758
|
}
|
|
8496
8759
|
.rb-container-pad-spacious {
|
|
8497
8760
|
--rb-card-pad: 2.5rem;
|
|
8498
|
-
padding: var(--rb-card-pad);
|
|
8761
|
+
padding: calc(var(--rb-card-pad) + var(--rb-opening-content-clearance, 0px)) var(--rb-card-pad) var(--rb-card-pad);
|
|
8499
8762
|
}
|
|
8500
8763
|
|
|
8501
8764
|
@container rb-site (min-width: 640px) {
|
|
@@ -8503,23 +8766,23 @@ var containerResponsiveThemeCss = `/*
|
|
|
8503
8766
|
@scope ([data-rb-responsive-mode="container"]) to (:scope [data-rb-responsive-mode]) {
|
|
8504
8767
|
.rb-container-pad-compact {
|
|
8505
8768
|
--rb-card-pad: 1.5rem;
|
|
8506
|
-
padding: var(--rb-card-pad);
|
|
8769
|
+
padding: calc(var(--rb-card-pad) + var(--rb-opening-content-clearance, 0px)) var(--rb-card-pad) var(--rb-card-pad);
|
|
8507
8770
|
}
|
|
8508
8771
|
.rb-container-pad-cozy {
|
|
8509
8772
|
--rb-card-pad: 2rem;
|
|
8510
|
-
padding: var(--rb-card-pad);
|
|
8773
|
+
padding: calc(var(--rb-card-pad) + var(--rb-opening-content-clearance, 0px)) var(--rb-card-pad) var(--rb-card-pad);
|
|
8511
8774
|
}
|
|
8512
8775
|
.rb-container-pad-medium {
|
|
8513
8776
|
--rb-card-pad: 2rem;
|
|
8514
|
-
padding: var(--rb-card-pad);
|
|
8777
|
+
padding: calc(var(--rb-card-pad) + var(--rb-opening-content-clearance, 0px)) var(--rb-card-pad) var(--rb-card-pad);
|
|
8515
8778
|
}
|
|
8516
8779
|
.rb-container-pad-comfortable {
|
|
8517
8780
|
--rb-card-pad: 2.5rem;
|
|
8518
|
-
padding: var(--rb-card-pad);
|
|
8781
|
+
padding: calc(var(--rb-card-pad) + var(--rb-opening-content-clearance, 0px)) var(--rb-card-pad) var(--rb-card-pad);
|
|
8519
8782
|
}
|
|
8520
8783
|
.rb-container-pad-spacious {
|
|
8521
8784
|
--rb-card-pad: 3.5rem;
|
|
8522
|
-
padding: var(--rb-card-pad);
|
|
8785
|
+
padding: calc(var(--rb-card-pad) + var(--rb-opening-content-clearance, 0px)) var(--rb-card-pad) var(--rb-card-pad);
|
|
8523
8786
|
}
|
|
8524
8787
|
}
|
|
8525
8788
|
|
|
@@ -8696,15 +8959,32 @@ var containerResponsiveThemeCss = `/*
|
|
|
8696
8959
|
|
|
8697
8960
|
:where(.theme-scope)
|
|
8698
8961
|
:where([data-site-document-overlay-content='true'])
|
|
8699
|
-
:where([data-block]
|
|
8962
|
+
:where([data-page-block-position='first'], [data-page-block-position='only'])
|
|
8700
8963
|
> :where([data-slot='section'])
|
|
8701
|
-
>
|
|
8702
|
-
|
|
8964
|
+
> .rb-container {
|
|
8965
|
+
--rb-opening-content-clearance: calc(
|
|
8703
8966
|
var(--site-overlay-header-clearance, 0px) +
|
|
8704
|
-
var(--site-overlay-opening-content-extra-pad,
|
|
8967
|
+
var(--site-overlay-opening-content-extra-pad, clamp(1rem, 2vw, 1.75rem))
|
|
8705
8968
|
);
|
|
8706
8969
|
}
|
|
8707
8970
|
|
|
8971
|
+
:where(.theme-scope)
|
|
8972
|
+
:where([data-site-document-overlay-content='true'])
|
|
8973
|
+
:where([data-page-block-position='first'], [data-page-block-position='only'])
|
|
8974
|
+
> :where([data-slot='section'])
|
|
8975
|
+
> .rb-container:not([class*='rb-container-pad-']) {
|
|
8976
|
+
padding-top: var(--rb-opening-content-clearance, 0px);
|
|
8977
|
+
}
|
|
8978
|
+
|
|
8979
|
+
:where(.theme-scope)
|
|
8980
|
+
:where([data-site-document-overlay-content='true'])
|
|
8981
|
+
:where([data-page-block-position='first'], [data-page-block-position='only'])
|
|
8982
|
+
> :where([data-slot='section'])
|
|
8983
|
+
> .rb-container
|
|
8984
|
+
:where([class*='rb-container-pad-']) {
|
|
8985
|
+
--rb-opening-content-clearance: 0px;
|
|
8986
|
+
}
|
|
8987
|
+
|
|
8708
8988
|
/* -------------------------------------------------------------------------- */
|
|
8709
8989
|
/* Header: Mobile nav overlay transitions */
|
|
8710
8990
|
/* -------------------------------------------------------------------------- */
|
|
@@ -8801,7 +9081,7 @@ var containerResponsiveThemeCss = `/*
|
|
|
8801
9081
|
border: 1px solid rgb(var(--tb-border) / 0.82);
|
|
8802
9082
|
background: rgb(var(--tb-surface) / 0.96);
|
|
8803
9083
|
color: rgb(var(--tb-text));
|
|
8804
|
-
box-shadow:
|
|
9084
|
+
box-shadow: none;
|
|
8805
9085
|
}
|
|
8806
9086
|
|
|
8807
9087
|
/*
|
|
@@ -8976,7 +9256,7 @@ var containerResponsiveThemeCss = `/*
|
|
|
8976
9256
|
|
|
8977
9257
|
/* Neutral prose uses theme text color by default */
|
|
8978
9258
|
:where(.theme-scope) .rb-prose-neutral {
|
|
8979
|
-
color: rgb(var(--tb-text));
|
|
9259
|
+
color: var(--section-text-color, rgb(var(--tb-text)));
|
|
8980
9260
|
}
|
|
8981
9261
|
|
|
8982
9262
|
:where(.theme-scope) .rb-prose p,
|
|
@@ -9009,8 +9289,11 @@ var containerResponsiveThemeCss = `/*
|
|
|
9009
9289
|
}
|
|
9010
9290
|
|
|
9011
9291
|
:where(.theme-scope) .rb-prose a {
|
|
9012
|
-
|
|
9013
|
-
|
|
9292
|
+
--rb-prose-effective-link-color: var(
|
|
9293
|
+
--section-link-color,
|
|
9294
|
+
var(--rb-prose-link-color, rgb(var(--tb-primary)))
|
|
9295
|
+
);
|
|
9296
|
+
color: var(--rb-prose-effective-link-color);
|
|
9014
9297
|
text-decoration-line: var(--rb-prose-link-decoration-line, underline);
|
|
9015
9298
|
text-decoration-style: var(--rb-prose-link-underline-style, solid);
|
|
9016
9299
|
text-decoration-thickness: var(
|
|
@@ -9019,8 +9302,15 @@ var containerResponsiveThemeCss = `/*
|
|
|
9019
9302
|
);
|
|
9020
9303
|
text-underline-offset: var(--rb-prose-link-underline-offset, 0.14em);
|
|
9021
9304
|
text-decoration-color: var(
|
|
9022
|
-
--
|
|
9023
|
-
|
|
9305
|
+
--section-link-decoration-color,
|
|
9306
|
+
var(
|
|
9307
|
+
--rb-prose-link-decoration-color,
|
|
9308
|
+
color-mix(
|
|
9309
|
+
in srgb,
|
|
9310
|
+
var(--rb-prose-effective-link-color) 35%,
|
|
9311
|
+
transparent
|
|
9312
|
+
)
|
|
9313
|
+
)
|
|
9024
9314
|
);
|
|
9025
9315
|
transition:
|
|
9026
9316
|
color 150ms ease,
|
|
@@ -9030,20 +9320,20 @@ var containerResponsiveThemeCss = `/*
|
|
|
9030
9320
|
:where(.theme-scope) .rb-prose a:hover {
|
|
9031
9321
|
color: var(
|
|
9032
9322
|
--rb-prose-link-hover-color,
|
|
9033
|
-
var(--rb-prose-link-color
|
|
9323
|
+
var(--rb-prose-effective-link-color)
|
|
9034
9324
|
);
|
|
9035
9325
|
text-decoration-color: var(
|
|
9036
9326
|
--rb-prose-link-hover-decoration-color,
|
|
9037
9327
|
var(
|
|
9038
9328
|
--rb-prose-link-hover-color,
|
|
9039
|
-
var(--rb-prose-link-color
|
|
9329
|
+
var(--rb-prose-effective-link-color)
|
|
9040
9330
|
)
|
|
9041
9331
|
);
|
|
9042
9332
|
}
|
|
9043
9333
|
|
|
9044
9334
|
:where(.theme-scope) .rb-prose blockquote {
|
|
9045
9335
|
/* Blockquotes use muted text color */
|
|
9046
|
-
color: rgb(var(--tb-mutedText));
|
|
9336
|
+
color: var(--section-supporting-color, rgb(var(--tb-mutedText)));
|
|
9047
9337
|
border-left-color: rgb(var(--tb-border));
|
|
9048
9338
|
}
|
|
9049
9339
|
|
|
@@ -9680,6 +9970,13 @@ var containerResponsiveThemeCss = `/*
|
|
|
9680
9970
|
transition: padding 300ms var(--motion-ease, ease);
|
|
9681
9971
|
}
|
|
9682
9972
|
|
|
9973
|
+
:where(.theme-scope)
|
|
9974
|
+
.header-variant-classic
|
|
9975
|
+
.rb-header-layout:has(.header-logo-accommodation-popout-badge) {
|
|
9976
|
+
padding-top: 0.5rem;
|
|
9977
|
+
padding-bottom: 0.5rem;
|
|
9978
|
+
}
|
|
9979
|
+
|
|
9683
9980
|
/* Vertical variants need more breathing room
|
|
9684
9981
|
Note: header-variant-* is on Section (ancestor), rb-header-layout on inner div */
|
|
9685
9982
|
:where(.theme-scope) .header-variant-centered .rb-header-layout {
|
|
@@ -9773,17 +10070,46 @@ var containerResponsiveThemeCss = `/*
|
|
|
9773
10070
|
background: var(--color-surface, #fff);
|
|
9774
10071
|
box-shadow: var(--shadow-sm, 0 1px 2px rgb(0 0 0 / 0.08));
|
|
9775
10072
|
padding: 0.5rem;
|
|
10073
|
+
transition:
|
|
10074
|
+
margin 300ms var(--motion-ease, ease),
|
|
10075
|
+
padding 300ms var(--motion-ease, ease);
|
|
9776
10076
|
}
|
|
9777
10077
|
|
|
9778
10078
|
:where(.theme-scope) .header-logo-accommodation-popout-badge {
|
|
9779
10079
|
position: relative;
|
|
9780
10080
|
z-index: 1;
|
|
9781
|
-
margin-block:
|
|
10081
|
+
margin-block: 0 -1.25rem;
|
|
9782
10082
|
}
|
|
9783
10083
|
|
|
9784
10084
|
:where(.theme-scope)
|
|
9785
10085
|
.header-logo-size-display.header-logo-accommodation-popout-badge {
|
|
9786
|
-
margin-block:
|
|
10086
|
+
margin-block: 0 -4rem;
|
|
10087
|
+
}
|
|
10088
|
+
|
|
10089
|
+
:where(.theme-scope)
|
|
10090
|
+
.rb-header-shrink.header-scrolled.header-variant-classic
|
|
10091
|
+
.header-logo-size-display.header-logo-accommodation-plate,
|
|
10092
|
+
:where(.theme-scope)
|
|
10093
|
+
.rb-header-shrink.header-scrolled.header-variant-classic
|
|
10094
|
+
.header-logo-size-display.header-logo-accommodation-popout-badge,
|
|
10095
|
+
:where(.theme-scope)
|
|
10096
|
+
.rb-header-shrink.header-scrolled.header-variant-classic
|
|
10097
|
+
.header-logo-size-display.header-logo-accommodation-centered-masthead,
|
|
10098
|
+
:where(.theme-scope)
|
|
10099
|
+
.rb-header-shrink.header-scrolled.header-variant-centered
|
|
10100
|
+
.header-logo-size-display.header-logo-accommodation-centered-badge,
|
|
10101
|
+
:where(.theme-scope)
|
|
10102
|
+
.rb-header-shrink.header-scrolled.header-variant-centered
|
|
10103
|
+
.header-logo-size-display.header-logo-accommodation-centered-masthead {
|
|
10104
|
+
position: relative;
|
|
10105
|
+
z-index: 1;
|
|
10106
|
+
margin-block: 0 -2.75rem;
|
|
10107
|
+
}
|
|
10108
|
+
|
|
10109
|
+
:where(.theme-scope)
|
|
10110
|
+
.rb-header-shrink.header-scrolled.header-variant-centered
|
|
10111
|
+
.rb-header-layout {
|
|
10112
|
+
gap: 0.75rem;
|
|
9787
10113
|
}
|
|
9788
10114
|
|
|
9789
10115
|
:where(.theme-scope) .header-logo-accommodation-centered-masthead {
|
|
@@ -9844,7 +10170,7 @@ var containerResponsiveThemeCss = `/*
|
|
|
9844
10170
|
:where(.theme-scope)
|
|
9845
10171
|
.rb-header-shrink.header-scrolled
|
|
9846
10172
|
.header-logo-size-display.rb-header-logo-lg {
|
|
9847
|
-
height:
|
|
10173
|
+
height: 3.75rem;
|
|
9848
10174
|
}
|
|
9849
10175
|
:where(.theme-scope) .rb-header-shrink.header-scrolled .header-logo-text {
|
|
9850
10176
|
font-size: 0.875rem;
|
|
@@ -9862,10 +10188,39 @@ var containerResponsiveThemeCss = `/*
|
|
|
9862
10188
|
height: 5.5rem;
|
|
9863
10189
|
}
|
|
9864
10190
|
|
|
10191
|
+
:where(.theme-scope)
|
|
10192
|
+
.rb-header-shrink.header-scrolled
|
|
10193
|
+
.header-logo-size-display.rb-header-logo-sm,
|
|
10194
|
+
:where(.theme-scope)
|
|
10195
|
+
.rb-header-shrink.header-scrolled
|
|
10196
|
+
.header-logo-size-display.rb-header-logo-lg {
|
|
10197
|
+
height: 3.5rem;
|
|
10198
|
+
}
|
|
10199
|
+
|
|
9865
10200
|
:where(.theme-scope) .header-logo-accommodation-popout-badge {
|
|
9866
10201
|
margin-block: 0;
|
|
9867
10202
|
}
|
|
9868
10203
|
|
|
10204
|
+
:where(.theme-scope)
|
|
10205
|
+
.rb-header-shrink.header-scrolled
|
|
10206
|
+
.header-logo-size-display.header-logo-accommodation-plate,
|
|
10207
|
+
:where(.theme-scope)
|
|
10208
|
+
.rb-header-shrink.header-scrolled
|
|
10209
|
+
.header-logo-size-display.header-logo-accommodation-popout-badge,
|
|
10210
|
+
:where(.theme-scope)
|
|
10211
|
+
.rb-header-shrink.header-scrolled
|
|
10212
|
+
.header-logo-size-display.header-logo-accommodation-centered-masthead,
|
|
10213
|
+
:where(.theme-scope)
|
|
10214
|
+
.rb-header-shrink.header-scrolled
|
|
10215
|
+
.header-logo-size-display.header-logo-accommodation-centered-badge,
|
|
10216
|
+
:where(.theme-scope)
|
|
10217
|
+
.rb-header-shrink.header-scrolled
|
|
10218
|
+
.header-logo-size-display.header-logo-accommodation-centered-masthead {
|
|
10219
|
+
position: relative;
|
|
10220
|
+
z-index: 1;
|
|
10221
|
+
margin-block: 0 -2.75rem;
|
|
10222
|
+
}
|
|
10223
|
+
|
|
9869
10224
|
:where(.theme-scope) .rb-header-shrink.header-scrolled .header-logo-text {
|
|
9870
10225
|
font-size: 0.75rem;
|
|
9871
10226
|
}
|
|
@@ -10068,6 +10423,14 @@ var containerResponsiveThemeCss = `/*
|
|
|
10068
10423
|
margin-inline: 0;
|
|
10069
10424
|
}
|
|
10070
10425
|
|
|
10426
|
+
:where(.theme-scope) :where([data-block="event-registration"].event-registration--embedded) .er-container {
|
|
10427
|
+
max-width: none;
|
|
10428
|
+
padding: 0;
|
|
10429
|
+
border: 0;
|
|
10430
|
+
border-radius: 0;
|
|
10431
|
+
background: transparent;
|
|
10432
|
+
}
|
|
10433
|
+
|
|
10071
10434
|
/* Empty/unavailable states */
|
|
10072
10435
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-empty {
|
|
10073
10436
|
border-radius: var(--rb-block-radius);
|
|
@@ -10110,13 +10473,26 @@ var containerResponsiveThemeCss = `/*
|
|
|
10110
10473
|
}
|
|
10111
10474
|
|
|
10112
10475
|
/* Ticket counter */
|
|
10476
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-counter-group {
|
|
10477
|
+
display: flex;
|
|
10478
|
+
align-items: center;
|
|
10479
|
+
gap: 0.875rem;
|
|
10480
|
+
flex-wrap: wrap;
|
|
10481
|
+
}
|
|
10482
|
+
|
|
10483
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-counter {
|
|
10484
|
+
gap: 0.625rem;
|
|
10485
|
+
}
|
|
10486
|
+
|
|
10113
10487
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-counter-btn {
|
|
10114
|
-
width: 2.
|
|
10115
|
-
height: 2.
|
|
10488
|
+
width: 2.125rem;
|
|
10489
|
+
height: 2.125rem;
|
|
10116
10490
|
border-radius: 50%;
|
|
10117
10491
|
border: 1px solid var(--er-border);
|
|
10118
10492
|
background: transparent;
|
|
10119
10493
|
cursor: pointer;
|
|
10494
|
+
font-size: 1rem;
|
|
10495
|
+
line-height: 1;
|
|
10120
10496
|
transition: border-color var(--rb-block-transition) ease;
|
|
10121
10497
|
}
|
|
10122
10498
|
|
|
@@ -10129,6 +10505,13 @@ var containerResponsiveThemeCss = `/*
|
|
|
10129
10505
|
cursor: not-allowed;
|
|
10130
10506
|
}
|
|
10131
10507
|
|
|
10508
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-counter-limit {
|
|
10509
|
+
margin: 0;
|
|
10510
|
+
color: var(--er-on-surface-muted);
|
|
10511
|
+
font-size: 0.8125rem;
|
|
10512
|
+
line-height: 1.35;
|
|
10513
|
+
}
|
|
10514
|
+
|
|
10132
10515
|
/* Form inputs */
|
|
10133
10516
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-input {
|
|
10134
10517
|
width: 100%;
|
|
@@ -10260,6 +10643,38 @@ var containerResponsiveThemeCss = `/*
|
|
|
10260
10643
|
color: var(--er-on-surface);
|
|
10261
10644
|
}
|
|
10262
10645
|
|
|
10646
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid .er-event-card {
|
|
10647
|
+
padding: 0.75rem 0;
|
|
10648
|
+
border-width: 0 0 var(--rb-event-tile-border-width, var(--rb-border-width, 1px)) 0;
|
|
10649
|
+
border-style: solid;
|
|
10650
|
+
border-radius: 0;
|
|
10651
|
+
background: transparent;
|
|
10652
|
+
}
|
|
10653
|
+
|
|
10654
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid .er-event-card:last-child {
|
|
10655
|
+
border-bottom-width: 0;
|
|
10656
|
+
}
|
|
10657
|
+
|
|
10658
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-option {
|
|
10659
|
+
display: flex;
|
|
10660
|
+
align-items: flex-start;
|
|
10661
|
+
justify-content: space-between;
|
|
10662
|
+
gap: 1rem;
|
|
10663
|
+
}
|
|
10664
|
+
|
|
10665
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-option-main {
|
|
10666
|
+
min-width: 0;
|
|
10667
|
+
display: flex;
|
|
10668
|
+
flex-direction: column;
|
|
10669
|
+
gap: 0.25rem;
|
|
10670
|
+
}
|
|
10671
|
+
|
|
10672
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid .er-event-title {
|
|
10673
|
+
font-size: 1rem;
|
|
10674
|
+
line-height: 1.35;
|
|
10675
|
+
font-weight: 600;
|
|
10676
|
+
}
|
|
10677
|
+
|
|
10263
10678
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-card .er-event-title {
|
|
10264
10679
|
color: var(--er-on-surface);
|
|
10265
10680
|
}
|
|
@@ -10269,6 +10684,10 @@ var containerResponsiveThemeCss = `/*
|
|
|
10269
10684
|
margin: 0;
|
|
10270
10685
|
}
|
|
10271
10686
|
|
|
10687
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid .er-event-card .er-text {
|
|
10688
|
+
line-height: 1.4;
|
|
10689
|
+
}
|
|
10690
|
+
|
|
10272
10691
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-card .er-text--muted {
|
|
10273
10692
|
color: var(--er-on-surface-muted);
|
|
10274
10693
|
opacity: 1;
|
|
@@ -10283,15 +10702,27 @@ var containerResponsiveThemeCss = `/*
|
|
|
10283
10702
|
color: var(--er-on-surface-disabled);
|
|
10284
10703
|
}
|
|
10285
10704
|
|
|
10286
|
-
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-
|
|
10287
|
-
:
|
|
10288
|
-
|
|
10705
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid .er-event-card--selected {
|
|
10706
|
+
background: transparent;
|
|
10707
|
+
}
|
|
10708
|
+
|
|
10709
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid .er-event-card--selected .er-event-title {
|
|
10710
|
+
color: rgb(var(--tb-primary));
|
|
10711
|
+
}
|
|
10712
|
+
|
|
10713
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-card--disabled .er-text--muted,
|
|
10714
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-card--disabled .er-text--faint {
|
|
10715
|
+
color: var(--er-on-surface-disabled-detail);
|
|
10716
|
+
}
|
|
10717
|
+
|
|
10718
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid .er-capacity-badge {
|
|
10719
|
+
white-space: nowrap;
|
|
10289
10720
|
}
|
|
10290
10721
|
|
|
10291
10722
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-counter-value {
|
|
10292
|
-
font-size: 1.
|
|
10723
|
+
font-size: 1.25rem;
|
|
10293
10724
|
font-weight: 700;
|
|
10294
|
-
width:
|
|
10725
|
+
width: 1.625rem;
|
|
10295
10726
|
text-align: center;
|
|
10296
10727
|
}
|
|
10297
10728
|
|
|
@@ -10306,19 +10737,11 @@ var containerResponsiveThemeCss = `/*
|
|
|
10306
10737
|
gap: 0.75rem;
|
|
10307
10738
|
}
|
|
10308
10739
|
|
|
10309
|
-
/* Event selection
|
|
10740
|
+
/* Event/date selection rows */
|
|
10310
10741
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid {
|
|
10311
10742
|
display: grid;
|
|
10312
10743
|
grid-template-columns: minmax(0, 1fr);
|
|
10313
|
-
gap: 0
|
|
10314
|
-
}
|
|
10315
|
-
|
|
10316
|
-
@container rb-site (min-width: 768px) {
|
|
10317
|
-
@scope ([data-rb-responsive-mode="container"]) to (:scope [data-rb-responsive-mode]) {
|
|
10318
|
-
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid {
|
|
10319
|
-
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
10320
|
-
}
|
|
10321
|
-
}
|
|
10744
|
+
gap: 0;
|
|
10322
10745
|
}
|
|
10323
10746
|
|
|
10324
10747
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-row {
|
|
@@ -10949,35 +11372,6 @@ var containerResponsiveThemeCss = `/*
|
|
|
10949
11372
|
pointer-events: none;
|
|
10950
11373
|
}
|
|
10951
11374
|
|
|
10952
|
-
:where(.theme-scope)
|
|
10953
|
-
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
10954
|
-
.event-card-badges,
|
|
10955
|
-
:where(.theme-scope)
|
|
10956
|
-
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
10957
|
-
.event-card-tags {
|
|
10958
|
-
display: flex;
|
|
10959
|
-
flex-wrap: wrap;
|
|
10960
|
-
gap: 0.5rem;
|
|
10961
|
-
}
|
|
10962
|
-
|
|
10963
|
-
:where(.theme-scope)
|
|
10964
|
-
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
10965
|
-
.event-card-badge,
|
|
10966
|
-
:where(.theme-scope)
|
|
10967
|
-
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
10968
|
-
.event-card-tag {
|
|
10969
|
-
display: inline-flex;
|
|
10970
|
-
align-items: center;
|
|
10971
|
-
width: fit-content;
|
|
10972
|
-
padding: 0.2rem 0.6rem;
|
|
10973
|
-
border-radius: 9999px;
|
|
10974
|
-
font-size: 0.7rem;
|
|
10975
|
-
font-weight: 600;
|
|
10976
|
-
line-height: 1rem;
|
|
10977
|
-
color: rgb(var(--tb-text));
|
|
10978
|
-
background: rgba(var(--tb-border), 0.6);
|
|
10979
|
-
}
|
|
10980
|
-
|
|
10981
11375
|
/* =============================================================================
|
|
10982
11376
|
* EventCard: Horizontal Layout (stack mode, md+ screens only)
|
|
10983
11377
|
* ============================================================================= */
|
|
@@ -10986,7 +11380,7 @@ var containerResponsiveThemeCss = `/*
|
|
|
10986
11380
|
@scope ([data-rb-responsive-mode="container"]) to (:scope [data-rb-responsive-mode]) {
|
|
10987
11381
|
:where(.theme-scope)
|
|
10988
11382
|
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
10989
|
-
.event-card
|
|
11383
|
+
.event-card--horizontal {
|
|
10990
11384
|
display: flex;
|
|
10991
11385
|
flex-direction: row;
|
|
10992
11386
|
gap: var(--rb-event-card-horizontal-gap, 1rem);
|
|
@@ -10995,7 +11389,7 @@ var containerResponsiveThemeCss = `/*
|
|
|
10995
11389
|
/* Image: ~1/3 width */
|
|
10996
11390
|
:where(.theme-scope)
|
|
10997
11391
|
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
10998
|
-
.event-card
|
|
11392
|
+
.event-card--horizontal .event-card-media {
|
|
10999
11393
|
width: var(--rb-event-card-horizontal-image-width, 33.333%);
|
|
11000
11394
|
min-width: 200px;
|
|
11001
11395
|
max-width: 320px;
|
|
@@ -11007,7 +11401,7 @@ var containerResponsiveThemeCss = `/*
|
|
|
11007
11401
|
/* Content: fills remaining space */
|
|
11008
11402
|
:where(.theme-scope)
|
|
11009
11403
|
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
11010
|
-
.event-card
|
|
11404
|
+
.event-card--horizontal .card-content {
|
|
11011
11405
|
flex: 1;
|
|
11012
11406
|
min-width: 0;
|
|
11013
11407
|
}
|
|
@@ -11015,7 +11409,7 @@ var containerResponsiveThemeCss = `/*
|
|
|
11015
11409
|
/* Footer: row layout with button on left, capacity on right */
|
|
11016
11410
|
:where(.theme-scope)
|
|
11017
11411
|
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
11018
|
-
.event-card
|
|
11412
|
+
.event-card--horizontal .event-card-footer {
|
|
11019
11413
|
flex-direction: row-reverse;
|
|
11020
11414
|
justify-content: space-between;
|
|
11021
11415
|
align-items: center;
|
|
@@ -11024,14 +11418,14 @@ var containerResponsiveThemeCss = `/*
|
|
|
11024
11418
|
/* Button: auto width */
|
|
11025
11419
|
:where(.theme-scope)
|
|
11026
11420
|
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
11027
|
-
.event-card
|
|
11421
|
+
.event-card--horizontal .event-card-cta {
|
|
11028
11422
|
width: auto;
|
|
11029
11423
|
}
|
|
11030
11424
|
|
|
11031
11425
|
/* Capacity: right-aligned */
|
|
11032
11426
|
:where(.theme-scope)
|
|
11033
11427
|
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
11034
|
-
.event-card
|
|
11428
|
+
.event-card--horizontal .event-card-capacity {
|
|
11035
11429
|
text-align: right;
|
|
11036
11430
|
}
|
|
11037
11431
|
}
|
|
@@ -11099,14 +11493,14 @@ var containerResponsiveThemeCss = `/*
|
|
|
11099
11493
|
}
|
|
11100
11494
|
|
|
11101
11495
|
/* =============================================================================
|
|
11102
|
-
* Payment Step Layout
|
|
11103
|
-
*
|
|
11496
|
+
* Payment Step Layout
|
|
11497
|
+
* Main flow + optional legacy sidebar area + footer summary/actions
|
|
11104
11498
|
* =============================================================================
|
|
11105
11499
|
*/
|
|
11106
11500
|
|
|
11107
11501
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-layout {
|
|
11108
11502
|
display: grid;
|
|
11109
|
-
gap: 1.
|
|
11503
|
+
gap: 1.25rem;
|
|
11110
11504
|
grid-template-columns: 1fr;
|
|
11111
11505
|
grid-template-areas:
|
|
11112
11506
|
"sidebar"
|
|
@@ -11114,6 +11508,13 @@ var containerResponsiveThemeCss = `/*
|
|
|
11114
11508
|
"footer";
|
|
11115
11509
|
}
|
|
11116
11510
|
|
|
11511
|
+
/* When no sidebar, main takes full width */
|
|
11512
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-layout--no-sidebar {
|
|
11513
|
+
grid-template-areas:
|
|
11514
|
+
"main"
|
|
11515
|
+
"footer";
|
|
11516
|
+
}
|
|
11517
|
+
|
|
11117
11518
|
@container rb-site (min-width: 768px) {
|
|
11118
11519
|
@scope ([data-rb-responsive-mode="container"]) to (:scope [data-rb-responsive-mode]) {
|
|
11119
11520
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-layout {
|
|
@@ -11123,7 +11524,6 @@ var containerResponsiveThemeCss = `/*
|
|
|
11123
11524
|
"footer footer";
|
|
11124
11525
|
}
|
|
11125
11526
|
|
|
11126
|
-
/* When no sidebar, main takes full width */
|
|
11127
11527
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-layout--no-sidebar {
|
|
11128
11528
|
grid-template-columns: 1fr;
|
|
11129
11529
|
grid-template-areas:
|
|
@@ -11137,6 +11537,10 @@ var containerResponsiveThemeCss = `/*
|
|
|
11137
11537
|
grid-area: main;
|
|
11138
11538
|
}
|
|
11139
11539
|
|
|
11540
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-layout-main > .er-portal-auth {
|
|
11541
|
+
margin-bottom: 1.5rem;
|
|
11542
|
+
}
|
|
11543
|
+
|
|
11140
11544
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-layout-sidebar {
|
|
11141
11545
|
grid-area: sidebar;
|
|
11142
11546
|
}
|
|
@@ -11145,7 +11549,7 @@ var containerResponsiveThemeCss = `/*
|
|
|
11145
11549
|
grid-area: footer;
|
|
11146
11550
|
display: flex;
|
|
11147
11551
|
flex-direction: column;
|
|
11148
|
-
gap:
|
|
11552
|
+
gap: 0.875rem;
|
|
11149
11553
|
}
|
|
11150
11554
|
|
|
11151
11555
|
/* =============================================================================
|
|
@@ -11157,14 +11561,23 @@ var containerResponsiveThemeCss = `/*
|
|
|
11157
11561
|
display: grid;
|
|
11158
11562
|
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
|
|
11159
11563
|
gap: 0.75rem;
|
|
11564
|
+
align-items: stretch;
|
|
11565
|
+
}
|
|
11566
|
+
|
|
11567
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-tiles > [role="listitem"] {
|
|
11568
|
+
min-width: 0;
|
|
11569
|
+
display: flex;
|
|
11160
11570
|
}
|
|
11161
11571
|
|
|
11162
11572
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-tile {
|
|
11573
|
+
width: 100%;
|
|
11574
|
+
min-height: 5.75rem;
|
|
11163
11575
|
display: flex;
|
|
11164
11576
|
flex-direction: column;
|
|
11165
11577
|
align-items: center;
|
|
11166
|
-
|
|
11167
|
-
|
|
11578
|
+
justify-content: center;
|
|
11579
|
+
gap: 0.25rem;
|
|
11580
|
+
padding: 0.75rem 0.625rem;
|
|
11168
11581
|
border: 2px solid var(--er-payment-border);
|
|
11169
11582
|
border-radius: var(--rb-block-radius);
|
|
11170
11583
|
background: transparent;
|
|
@@ -11247,14 +11660,14 @@ var containerResponsiveThemeCss = `/*
|
|
|
11247
11660
|
|
|
11248
11661
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-tile-label {
|
|
11249
11662
|
font-weight: 500;
|
|
11250
|
-
font-size: 0.
|
|
11663
|
+
font-size: 0.875rem;
|
|
11251
11664
|
line-height: 1.2;
|
|
11252
11665
|
}
|
|
11253
11666
|
|
|
11254
11667
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-tile-detail {
|
|
11255
|
-
font-size: 0.
|
|
11668
|
+
font-size: 0.78125rem;
|
|
11256
11669
|
color: var(--er-on-surface-subtle);
|
|
11257
|
-
line-height: 1.
|
|
11670
|
+
line-height: 1.25;
|
|
11258
11671
|
}
|
|
11259
11672
|
|
|
11260
11673
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-tile-check {
|
|
@@ -11281,12 +11694,13 @@ var containerResponsiveThemeCss = `/*
|
|
|
11281
11694
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-summary-bar {
|
|
11282
11695
|
display: flex;
|
|
11283
11696
|
justify-content: space-between;
|
|
11284
|
-
align-items:
|
|
11697
|
+
align-items: flex-start;
|
|
11285
11698
|
gap: 1rem;
|
|
11286
|
-
padding: 0.875rem
|
|
11287
|
-
background:
|
|
11288
|
-
border: 1px solid var(--er-summary-border);
|
|
11289
|
-
border-
|
|
11699
|
+
padding: 0.875rem 0;
|
|
11700
|
+
background: transparent;
|
|
11701
|
+
border-top: 1px solid var(--er-summary-border);
|
|
11702
|
+
border-bottom: 1px solid var(--er-summary-border);
|
|
11703
|
+
border-radius: 0;
|
|
11290
11704
|
}
|
|
11291
11705
|
|
|
11292
11706
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-summary-bar-info {
|
|
@@ -11296,19 +11710,20 @@ var containerResponsiveThemeCss = `/*
|
|
|
11296
11710
|
}
|
|
11297
11711
|
|
|
11298
11712
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-summary-bar-event {
|
|
11299
|
-
font-size:
|
|
11713
|
+
font-size: 0.9375rem;
|
|
11300
11714
|
font-weight: 600;
|
|
11301
11715
|
margin: 0;
|
|
11302
11716
|
line-height: 1.3;
|
|
11303
11717
|
}
|
|
11304
11718
|
|
|
11305
11719
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-summary-bar-meta {
|
|
11306
|
-
font-size: 0.
|
|
11720
|
+
font-size: 0.8125rem;
|
|
11307
11721
|
color: rgba(var(--tb-text), 0.7);
|
|
11722
|
+
line-height: 1.35;
|
|
11308
11723
|
}
|
|
11309
11724
|
|
|
11310
11725
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-summary-bar-price {
|
|
11311
|
-
font-size:
|
|
11726
|
+
font-size: 1rem;
|
|
11312
11727
|
font-weight: 700;
|
|
11313
11728
|
flex-shrink: 0;
|
|
11314
11729
|
display: block;
|
|
@@ -11329,8 +11744,9 @@ var containerResponsiveThemeCss = `/*
|
|
|
11329
11744
|
justify-content: space-between;
|
|
11330
11745
|
align-items: flex-start;
|
|
11331
11746
|
gap: 1rem;
|
|
11332
|
-
padding: 0.75rem
|
|
11333
|
-
background:
|
|
11747
|
+
padding: 0.75rem 0;
|
|
11748
|
+
background: transparent;
|
|
11749
|
+
border-top: 1px solid var(--er-summary-border);
|
|
11334
11750
|
border-bottom: 1px solid var(--er-summary-border);
|
|
11335
11751
|
}
|
|
11336
11752
|
|
|
@@ -12511,7 +12927,8 @@ var containerResponsiveThemeCss = `/*
|
|
|
12511
12927
|
display: flex;
|
|
12512
12928
|
align-items: center;
|
|
12513
12929
|
justify-content: center;
|
|
12514
|
-
|
|
12930
|
+
/* Body-level modal portal baseline: clear sticky site/editor chrome unless a theme deliberately overrides it. */
|
|
12931
|
+
z-index: var(--ec-modal-z-index, 20000);
|
|
12515
12932
|
padding: 1rem;
|
|
12516
12933
|
animation: ec-modal-fade-in 150ms ease-out;
|
|
12517
12934
|
}
|
|
@@ -13142,7 +13559,7 @@ var containerResponsiveThemeCss = `/*
|
|
|
13142
13559
|
/* Subheadline - supporting text below headline */
|
|
13143
13560
|
:where(.theme-scope) :where([data-block="hero"]) .hero-subheadline {
|
|
13144
13561
|
font-size: 1.125rem;
|
|
13145
|
-
color: var(--section-text-color, rgb(var(--tb-text)));
|
|
13562
|
+
color: var(--section-supporting-color, var(--section-text-color, rgb(var(--tb-text))));
|
|
13146
13563
|
}
|
|
13147
13564
|
|
|
13148
13565
|
@container rb-site (min-width: 640px) {
|
|
@@ -13233,7 +13650,7 @@ var containerResponsiveThemeCss = `/*
|
|
|
13233
13650
|
|
|
13234
13651
|
/* CTA content/body text */
|
|
13235
13652
|
:where(.theme-scope) :where([data-block="cta-full"]) .cta-content {
|
|
13236
|
-
color: rgb(var(--tb-mutedText));
|
|
13653
|
+
color: var(--section-supporting-color, rgb(var(--tb-mutedText)));
|
|
13237
13654
|
}
|
|
13238
13655
|
|
|
13239
13656
|
/* CTA button row container */
|
|
@@ -13333,7 +13750,7 @@ var containerResponsiveThemeCss = `/*
|
|
|
13333
13750
|
/* Form intro text */
|
|
13334
13751
|
:where(.theme-scope) :where([data-block="form"]) .form-copy-intro {
|
|
13335
13752
|
font-size: 1rem;
|
|
13336
|
-
color: rgb(var(--tb-text));
|
|
13753
|
+
color: var(--section-text-color, rgb(var(--tb-text)));
|
|
13337
13754
|
}
|
|
13338
13755
|
|
|
13339
13756
|
/* =============================================================================
|
|
@@ -15876,7 +16293,7 @@ var containerResponsiveThemeCss = `/*
|
|
|
15876
16293
|
|
|
15877
16294
|
:where(.theme-scope) :where([data-block="newsletter-signup"]) .newsletter-copy-subtitle {
|
|
15878
16295
|
font-size: 1rem;
|
|
15879
|
-
color: rgb(var(--tb-text));
|
|
16296
|
+
color: var(--section-text-color, rgb(var(--tb-text)));
|
|
15880
16297
|
opacity: 0.85;
|
|
15881
16298
|
}
|
|
15882
16299
|
|
|
@@ -15924,7 +16341,7 @@ var containerResponsiveThemeCss = `/*
|
|
|
15924
16341
|
:where(.theme-scope) .newsletter-privacy-note {
|
|
15925
16342
|
margin-top: 0.75rem;
|
|
15926
16343
|
font-size: 0.75rem;
|
|
15927
|
-
color: rgb(var(--tb-
|
|
16344
|
+
color: var(--section-supporting-color, rgb(var(--tb-mutedText)));
|
|
15928
16345
|
text-align: center;
|
|
15929
16346
|
}
|
|
15930
16347
|
|
|
@@ -16191,10 +16608,16 @@ var containerResponsiveThemeCss = `/*
|
|
|
16191
16608
|
rgb(var(--tb-border, 229 231 235)),
|
|
16192
16609
|
rgb(var(--tb-text, 17 24 39)) 4%
|
|
16193
16610
|
);
|
|
16611
|
+
--event-compact-secondary-text: color-mix(
|
|
16612
|
+
in oklab,
|
|
16613
|
+
rgb(var(--tb-text, 17 24 39)),
|
|
16614
|
+
rgb(var(--tb-background, 255 255 255)) 28%
|
|
16615
|
+
);
|
|
16194
16616
|
|
|
16195
16617
|
width: min(100%, 92rem);
|
|
16196
16618
|
margin-inline: auto;
|
|
16197
16619
|
overflow: hidden;
|
|
16620
|
+
container: event-compact-list / inline-size;
|
|
16198
16621
|
border: 1px solid var(--event-compact-divider-color);
|
|
16199
16622
|
border-radius: 1rem;
|
|
16200
16623
|
background: rgb(var(--tb-background, 255 255 255));
|
|
@@ -16211,10 +16634,10 @@ var containerResponsiveThemeCss = `/*
|
|
|
16211
16634
|
|
|
16212
16635
|
:where(.theme-scope) .event-compact-row {
|
|
16213
16636
|
display: grid;
|
|
16214
|
-
grid-template-columns: clamp(5rem,
|
|
16637
|
+
grid-template-columns: clamp(4.5rem, 6vw, 6.25rem) minmax(0, 1fr);
|
|
16215
16638
|
align-items: center;
|
|
16216
|
-
min-height:
|
|
16217
|
-
padding:
|
|
16639
|
+
min-height: 6rem;
|
|
16640
|
+
padding: 1rem clamp(1.25rem, 2.6vw, 2.25rem);
|
|
16218
16641
|
border-bottom: 1px solid var(--event-compact-divider-color);
|
|
16219
16642
|
transition: background-color 150ms ease;
|
|
16220
16643
|
}
|
|
@@ -16231,13 +16654,21 @@ var containerResponsiveThemeCss = `/*
|
|
|
16231
16654
|
display: grid;
|
|
16232
16655
|
grid-template-rows: 1rem minmax(2.7rem, auto) 1rem;
|
|
16233
16656
|
place-items: center;
|
|
16234
|
-
gap: 0
|
|
16657
|
+
gap: 0;
|
|
16235
16658
|
min-width: 0;
|
|
16236
|
-
padding-right: clamp(
|
|
16659
|
+
padding-right: clamp(0.8rem, 1.6vw, 1.35rem);
|
|
16237
16660
|
text-align: center;
|
|
16238
16661
|
text-decoration: none;
|
|
16239
16662
|
}
|
|
16240
16663
|
|
|
16664
|
+
:where(.theme-scope) .event-compact-row-body {
|
|
16665
|
+
min-width: 0;
|
|
16666
|
+
display: flex;
|
|
16667
|
+
align-items: center;
|
|
16668
|
+
height: 100%;
|
|
16669
|
+
border-left: 1px solid var(--event-compact-divider-color);
|
|
16670
|
+
}
|
|
16671
|
+
|
|
16241
16672
|
:where(.theme-scope) .event-compact-row-date-weekday,
|
|
16242
16673
|
:where(.theme-scope) .event-compact-row-date-month {
|
|
16243
16674
|
display: grid;
|
|
@@ -16264,20 +16695,19 @@ var containerResponsiveThemeCss = `/*
|
|
|
16264
16695
|
:where(.theme-scope) .event-compact-row-content {
|
|
16265
16696
|
min-width: 0;
|
|
16266
16697
|
display: flex;
|
|
16698
|
+
flex: 1 1 18rem;
|
|
16267
16699
|
flex-direction: column;
|
|
16268
|
-
gap:
|
|
16700
|
+
gap: 0.625rem;
|
|
16269
16701
|
height: 100%;
|
|
16270
16702
|
justify-content: center;
|
|
16271
|
-
padding-inline: clamp(
|
|
16272
|
-
border-left: 1px solid var(--event-compact-divider-color);
|
|
16703
|
+
padding-inline: clamp(1rem, 2.4vw, 2.4rem);
|
|
16273
16704
|
}
|
|
16274
16705
|
|
|
16275
16706
|
:where(.theme-scope) .event-compact-row-title {
|
|
16276
16707
|
margin: 0;
|
|
16277
16708
|
color: rgb(var(--tb-text, 17 24 39));
|
|
16278
16709
|
font-family: var(--font-heading, var(--font-body, inherit));
|
|
16279
|
-
|
|
16280
|
-
font-size: var(--fs-h3-fluid, clamp(1.1rem, 1rem + 0.7vw, 1.5rem));
|
|
16710
|
+
font-size: clamp(1.05rem, 1rem + 0.35vw, 1.3rem);
|
|
16281
16711
|
font-weight: 400;
|
|
16282
16712
|
line-height: 1.2;
|
|
16283
16713
|
overflow: hidden;
|
|
@@ -16290,8 +16720,8 @@ var containerResponsiveThemeCss = `/*
|
|
|
16290
16720
|
align-items: center;
|
|
16291
16721
|
gap: 0.9rem;
|
|
16292
16722
|
min-width: 0;
|
|
16293
|
-
color:
|
|
16294
|
-
font-size:
|
|
16723
|
+
color: var(--event-compact-secondary-text);
|
|
16724
|
+
font-size: 0.875rem;
|
|
16295
16725
|
line-height: 1.35;
|
|
16296
16726
|
}
|
|
16297
16727
|
|
|
@@ -16324,16 +16754,17 @@ var containerResponsiveThemeCss = `/*
|
|
|
16324
16754
|
}
|
|
16325
16755
|
|
|
16326
16756
|
:where(.theme-scope) .event-compact-row-price {
|
|
16327
|
-
color:
|
|
16328
|
-
font-weight:
|
|
16757
|
+
color: inherit;
|
|
16758
|
+
font-weight: inherit;
|
|
16329
16759
|
}
|
|
16330
16760
|
|
|
16331
16761
|
:where(.theme-scope) .event-compact-row-action {
|
|
16332
16762
|
display: grid;
|
|
16763
|
+
flex: 0 1 clamp(14rem, 22vw, 19rem);
|
|
16333
16764
|
align-content: center;
|
|
16334
|
-
gap:
|
|
16765
|
+
gap: 0.75rem;
|
|
16335
16766
|
height: 100%;
|
|
16336
|
-
padding-left: clamp(1.
|
|
16767
|
+
padding-left: clamp(1.1rem, 2.4vw, 2.4rem);
|
|
16337
16768
|
border-left: 1px solid var(--event-compact-divider-color);
|
|
16338
16769
|
}
|
|
16339
16770
|
|
|
@@ -16341,8 +16772,8 @@ var containerResponsiveThemeCss = `/*
|
|
|
16341
16772
|
display: inline-flex;
|
|
16342
16773
|
align-items: center;
|
|
16343
16774
|
gap: 0.65rem;
|
|
16344
|
-
color:
|
|
16345
|
-
font-size:
|
|
16775
|
+
color: var(--event-compact-secondary-text);
|
|
16776
|
+
font-size: 0.875rem;
|
|
16346
16777
|
line-height: 1.3;
|
|
16347
16778
|
white-space: nowrap;
|
|
16348
16779
|
}
|
|
@@ -16353,6 +16784,10 @@ var containerResponsiveThemeCss = `/*
|
|
|
16353
16784
|
flex-shrink: 0;
|
|
16354
16785
|
}
|
|
16355
16786
|
|
|
16787
|
+
:where(.theme-scope) .event-compact-row-action-price {
|
|
16788
|
+
display: none;
|
|
16789
|
+
}
|
|
16790
|
+
|
|
16356
16791
|
:where(.theme-scope) .event-compact-row-status {
|
|
16357
16792
|
color: rgb(var(--tb-muted, var(--tb-text, 17 24 39)));
|
|
16358
16793
|
font-weight: 500;
|
|
@@ -16381,56 +16816,217 @@ var containerResponsiveThemeCss = `/*
|
|
|
16381
16816
|
}
|
|
16382
16817
|
|
|
16383
16818
|
:where(.theme-scope) .event-compact-row {
|
|
16384
|
-
grid-template-columns: 4.
|
|
16819
|
+
grid-template-columns: 4.25rem minmax(0, 1fr);
|
|
16385
16820
|
min-height: 0;
|
|
16386
|
-
padding:
|
|
16387
|
-
row-gap:
|
|
16821
|
+
padding: 1rem;
|
|
16822
|
+
row-gap: 0.85rem;
|
|
16388
16823
|
}
|
|
16389
16824
|
|
|
16390
16825
|
:where(.theme-scope) .event-compact-row-date {
|
|
16391
|
-
|
|
16826
|
+
align-self: start;
|
|
16827
|
+
grid-row: 1;
|
|
16828
|
+
padding-right: 0.75rem;
|
|
16829
|
+
}
|
|
16830
|
+
|
|
16831
|
+
:where(.theme-scope) .event-compact-row-body {
|
|
16832
|
+
flex-direction: column;
|
|
16833
|
+
align-items: stretch;
|
|
16834
|
+
gap: 0.85rem;
|
|
16835
|
+
height: auto;
|
|
16836
|
+
padding-left: 0.9rem;
|
|
16392
16837
|
}
|
|
16393
16838
|
|
|
16394
16839
|
:where(.theme-scope) .event-compact-row-date-day {
|
|
16395
|
-
font-size: 1.
|
|
16840
|
+
font-size: 1.65rem;
|
|
16396
16841
|
}
|
|
16397
16842
|
|
|
16398
16843
|
:where(.theme-scope) .event-compact-row-content {
|
|
16399
|
-
|
|
16400
|
-
|
|
16401
|
-
|
|
16844
|
+
flex: none;
|
|
16845
|
+
gap: 0.625rem;
|
|
16846
|
+
height: auto;
|
|
16847
|
+
padding-inline: 0;
|
|
16402
16848
|
}
|
|
16403
16849
|
|
|
16404
16850
|
:where(.theme-scope) .event-compact-row-title {
|
|
16405
|
-
font-size:
|
|
16851
|
+
font-size: 1.15rem;
|
|
16852
|
+
overflow: visible;
|
|
16853
|
+
text-overflow: clip;
|
|
16406
16854
|
white-space: normal;
|
|
16855
|
+
overflow-wrap: break-word;
|
|
16856
|
+
}
|
|
16857
|
+
|
|
16858
|
+
:where(.theme-scope) .event-compact-row-venue {
|
|
16859
|
+
max-width: 100%;
|
|
16860
|
+
}
|
|
16861
|
+
|
|
16862
|
+
:where(.theme-scope) .event-compact-row-venue svg {
|
|
16863
|
+
flex-shrink: 0;
|
|
16407
16864
|
}
|
|
16408
16865
|
|
|
16409
16866
|
:where(.theme-scope) .event-compact-row-meta {
|
|
16867
|
+
flex-direction: column;
|
|
16868
|
+
align-items: flex-start;
|
|
16410
16869
|
flex-wrap: wrap;
|
|
16411
|
-
gap: 0.
|
|
16870
|
+
gap: 0.35rem;
|
|
16871
|
+
}
|
|
16872
|
+
|
|
16873
|
+
:where(.theme-scope) .event-compact-row-meta .event-compact-row-price {
|
|
16874
|
+
display: none;
|
|
16875
|
+
}
|
|
16876
|
+
|
|
16877
|
+
:where(.theme-scope) .event-compact-row-teacher::before,
|
|
16878
|
+
:where(.theme-scope) .event-compact-row-price::before {
|
|
16879
|
+
content: none;
|
|
16412
16880
|
}
|
|
16413
16881
|
|
|
16414
16882
|
:where(.theme-scope) .event-compact-row-action {
|
|
16415
|
-
|
|
16883
|
+
flex: none;
|
|
16416
16884
|
grid-template-columns: minmax(0, 1fr);
|
|
16417
|
-
gap: 0.
|
|
16885
|
+
gap: 0.7rem;
|
|
16886
|
+
height: auto;
|
|
16887
|
+
width: 100%;
|
|
16418
16888
|
padding-left: 0;
|
|
16419
|
-
padding-top:
|
|
16420
|
-
border-left:
|
|
16421
|
-
border-top:
|
|
16889
|
+
padding-top: 0;
|
|
16890
|
+
border-left: 0;
|
|
16891
|
+
border-top: 0;
|
|
16422
16892
|
}
|
|
16423
16893
|
|
|
16424
16894
|
:where(.theme-scope) .event-compact-row-datetime {
|
|
16895
|
+
display: flex;
|
|
16896
|
+
flex-wrap: wrap;
|
|
16425
16897
|
white-space: normal;
|
|
16426
16898
|
}
|
|
16427
16899
|
|
|
16900
|
+
:where(.theme-scope) .event-compact-row-action-price {
|
|
16901
|
+
display: inline-flex;
|
|
16902
|
+
align-items: center;
|
|
16903
|
+
gap: 0.55rem;
|
|
16904
|
+
}
|
|
16905
|
+
|
|
16906
|
+
:where(.theme-scope) .event-compact-row-action-price::before {
|
|
16907
|
+
content: "\\00b7";
|
|
16908
|
+
}
|
|
16909
|
+
|
|
16428
16910
|
:where(.theme-scope) .event-compact-row-cta {
|
|
16429
|
-
width: 100
|
|
16911
|
+
width: min(100%, 12rem);
|
|
16912
|
+
min-height: 2.65rem;
|
|
16913
|
+
justify-content: space-between;
|
|
16914
|
+
gap: 0.65rem;
|
|
16915
|
+
padding-inline: 1rem;
|
|
16916
|
+
}
|
|
16917
|
+
|
|
16918
|
+
:where(.theme-scope) .event-compact-row-cta span {
|
|
16919
|
+
min-width: 0;
|
|
16430
16920
|
}
|
|
16431
16921
|
}
|
|
16432
16922
|
}
|
|
16433
16923
|
|
|
16924
|
+
@container event-compact-list (max-width: 48rem) {
|
|
16925
|
+
:where(.theme-scope) .event-compact-row {
|
|
16926
|
+
grid-template-columns: 4.25rem minmax(0, 1fr);
|
|
16927
|
+
min-height: 0;
|
|
16928
|
+
padding: 1rem;
|
|
16929
|
+
row-gap: 0.85rem;
|
|
16930
|
+
}
|
|
16931
|
+
|
|
16932
|
+
:where(.theme-scope) .event-compact-row-date {
|
|
16933
|
+
align-self: start;
|
|
16934
|
+
grid-row: 1;
|
|
16935
|
+
padding-right: 0.75rem;
|
|
16936
|
+
}
|
|
16937
|
+
|
|
16938
|
+
:where(.theme-scope) .event-compact-row-body {
|
|
16939
|
+
flex-direction: column;
|
|
16940
|
+
align-items: stretch;
|
|
16941
|
+
gap: 0.85rem;
|
|
16942
|
+
height: auto;
|
|
16943
|
+
padding-left: 0.9rem;
|
|
16944
|
+
}
|
|
16945
|
+
|
|
16946
|
+
:where(.theme-scope) .event-compact-row-date-day {
|
|
16947
|
+
font-size: 1.65rem;
|
|
16948
|
+
}
|
|
16949
|
+
|
|
16950
|
+
:where(.theme-scope) .event-compact-row-content {
|
|
16951
|
+
flex: none;
|
|
16952
|
+
gap: 0.625rem;
|
|
16953
|
+
height: auto;
|
|
16954
|
+
padding-inline: 0;
|
|
16955
|
+
}
|
|
16956
|
+
|
|
16957
|
+
:where(.theme-scope) .event-compact-row-title {
|
|
16958
|
+
font-size: 1.15rem;
|
|
16959
|
+
overflow: visible;
|
|
16960
|
+
text-overflow: clip;
|
|
16961
|
+
white-space: normal;
|
|
16962
|
+
overflow-wrap: break-word;
|
|
16963
|
+
}
|
|
16964
|
+
|
|
16965
|
+
:where(.theme-scope) .event-compact-row-venue {
|
|
16966
|
+
max-width: 100%;
|
|
16967
|
+
}
|
|
16968
|
+
|
|
16969
|
+
:where(.theme-scope) .event-compact-row-venue svg {
|
|
16970
|
+
flex-shrink: 0;
|
|
16971
|
+
}
|
|
16972
|
+
|
|
16973
|
+
:where(.theme-scope) .event-compact-row-meta {
|
|
16974
|
+
flex-direction: column;
|
|
16975
|
+
align-items: flex-start;
|
|
16976
|
+
flex-wrap: wrap;
|
|
16977
|
+
gap: 0.35rem;
|
|
16978
|
+
}
|
|
16979
|
+
|
|
16980
|
+
:where(.theme-scope) .event-compact-row-meta .event-compact-row-price {
|
|
16981
|
+
display: none;
|
|
16982
|
+
}
|
|
16983
|
+
|
|
16984
|
+
:where(.theme-scope) .event-compact-row-teacher::before,
|
|
16985
|
+
:where(.theme-scope) .event-compact-row-price::before {
|
|
16986
|
+
content: none;
|
|
16987
|
+
}
|
|
16988
|
+
|
|
16989
|
+
:where(.theme-scope) .event-compact-row-action {
|
|
16990
|
+
flex: none;
|
|
16991
|
+
grid-template-columns: minmax(0, 1fr);
|
|
16992
|
+
gap: 0.7rem;
|
|
16993
|
+
height: auto;
|
|
16994
|
+
width: 100%;
|
|
16995
|
+
padding-left: 0;
|
|
16996
|
+
padding-top: 0;
|
|
16997
|
+
border-left: 0;
|
|
16998
|
+
border-top: 0;
|
|
16999
|
+
}
|
|
17000
|
+
|
|
17001
|
+
:where(.theme-scope) .event-compact-row-datetime {
|
|
17002
|
+
display: flex;
|
|
17003
|
+
flex-wrap: wrap;
|
|
17004
|
+
white-space: normal;
|
|
17005
|
+
}
|
|
17006
|
+
|
|
17007
|
+
:where(.theme-scope) .event-compact-row-action-price {
|
|
17008
|
+
display: inline-flex;
|
|
17009
|
+
align-items: center;
|
|
17010
|
+
gap: 0.55rem;
|
|
17011
|
+
}
|
|
17012
|
+
|
|
17013
|
+
:where(.theme-scope) .event-compact-row-action-price::before {
|
|
17014
|
+
content: "\\00b7";
|
|
17015
|
+
}
|
|
17016
|
+
|
|
17017
|
+
:where(.theme-scope) .event-compact-row-cta {
|
|
17018
|
+
width: min(100%, 12rem);
|
|
17019
|
+
min-height: 2.65rem;
|
|
17020
|
+
justify-content: space-between;
|
|
17021
|
+
gap: 0.65rem;
|
|
17022
|
+
padding-inline: 1rem;
|
|
17023
|
+
}
|
|
17024
|
+
|
|
17025
|
+
:where(.theme-scope) .event-compact-row-cta span {
|
|
17026
|
+
min-width: 0;
|
|
17027
|
+
}
|
|
17028
|
+
}
|
|
17029
|
+
|
|
16434
17030
|
:where(.theme-scope) .section-state__callout {
|
|
16435
17031
|
text-align: center;
|
|
16436
17032
|
padding: 2rem;
|
|
@@ -16490,15 +17086,23 @@ var containerResponsiveThemeCss = `/*
|
|
|
16490
17086
|
* is what carries the alignment, and the inline-block mark follows it. Alignment
|
|
16491
17087
|
* is never configured directly; it follows the heading.
|
|
16492
17088
|
*/
|
|
17089
|
+
:where(.theme-scope) .rb-heading-decoration-group {
|
|
17090
|
+
display: flex;
|
|
17091
|
+
flex-direction: column;
|
|
17092
|
+
gap: 0;
|
|
17093
|
+
}
|
|
17094
|
+
|
|
16493
17095
|
:where(.theme-scope) .rb-heading-decoration-row {
|
|
16494
17096
|
display: block;
|
|
16495
17097
|
width: 100%;
|
|
16496
17098
|
margin-top: 0.35rem;
|
|
17099
|
+
line-height: 0;
|
|
16497
17100
|
pointer-events: none;
|
|
16498
17101
|
}
|
|
16499
17102
|
|
|
16500
17103
|
:where(.theme-scope) .rb-heading-decoration {
|
|
16501
17104
|
display: inline-block;
|
|
17105
|
+
vertical-align: top;
|
|
16502
17106
|
}
|
|
16503
17107
|
|
|
16504
17108
|
:where(.theme-scope) .rb-heading-decoration-organic-squiggle {
|
|
@@ -16596,6 +17200,47 @@ var containerResponsiveThemeCss = `/*
|
|
|
16596
17200
|
height: 1.5rem;
|
|
16597
17201
|
}
|
|
16598
17202
|
|
|
17203
|
+
/* --- Card marker mode (icons / numbers / none) -----------------------------
|
|
17204
|
+
*
|
|
17205
|
+
* The icon zone and the number zone both sit in the DOM; the grid's
|
|
17206
|
+
* \`data-card-marker\` attribute decides which shows. The default (legacy
|
|
17207
|
+
* content with no attribute) shows icons and hides the number zone.
|
|
17208
|
+
*/
|
|
17209
|
+
:where(.theme-scope) .rb-feature-card-number-zone {
|
|
17210
|
+
display: none; /* shown only in numbers mode */
|
|
17211
|
+
align-items: center;
|
|
17212
|
+
justify-content: center;
|
|
17213
|
+
flex: 0 0 auto;
|
|
17214
|
+
width: 2.5rem;
|
|
17215
|
+
height: 2.5rem;
|
|
17216
|
+
margin-bottom: 0.125rem;
|
|
17217
|
+
border-radius: var(--rb-block-radius, 0.75rem);
|
|
17218
|
+
background-color: rgb(var(--tb-primary) / 10%);
|
|
17219
|
+
color: rgb(var(--tb-primary));
|
|
17220
|
+
counter-increment: rb-feature-card-number;
|
|
17221
|
+
}
|
|
17222
|
+
:where(.theme-scope) .rb-feature-card-number-zone::before {
|
|
17223
|
+
content: counter(rb-feature-card-number, decimal-leading-zero);
|
|
17224
|
+
font-weight: 700;
|
|
17225
|
+
font-size: 0.95rem;
|
|
17226
|
+
line-height: 1;
|
|
17227
|
+
}
|
|
17228
|
+
|
|
17229
|
+
:where(.theme-scope) .rb-feature-cards-grid {
|
|
17230
|
+
counter-reset: rb-feature-card-number;
|
|
17231
|
+
}
|
|
17232
|
+
|
|
17233
|
+
:where(.theme-scope) [data-card-marker="numbers"] .rb-feature-card-number-zone {
|
|
17234
|
+
display: inline-flex;
|
|
17235
|
+
}
|
|
17236
|
+
:where(.theme-scope) [data-card-marker="numbers"] .rb-feature-card-icon-zone {
|
|
17237
|
+
display: none;
|
|
17238
|
+
}
|
|
17239
|
+
:where(.theme-scope) [data-card-marker="none"] .rb-feature-card-icon-zone,
|
|
17240
|
+
:where(.theme-scope) [data-card-marker="none"] .rb-feature-card-number-zone {
|
|
17241
|
+
display: none;
|
|
17242
|
+
}
|
|
17243
|
+
|
|
16599
17244
|
/* =============================================================================
|
|
16600
17245
|
* Shared: Card treatments
|
|
16601
17246
|
*
|
|
@@ -16684,6 +17329,96 @@ var containerResponsiveThemeCss = `/*
|
|
|
16684
17329
|
|
|
16685
17330
|
:where(.theme-scope) .rb-card-treatment-editorial-rule .cta-row .button-ghost {
|
|
16686
17331
|
padding-inline: 0;
|
|
17332
|
+
}
|
|
17333
|
+
|
|
17334
|
+
/* --- Colour-blocked --------------------------------------------------------- */
|
|
17335
|
+
|
|
17336
|
+
/*
|
|
17337
|
+
* Bold, flat cards that each take a different palette colour by position,
|
|
17338
|
+
* cycled across the grid, with a staggered vertical offset on wider screens.
|
|
17339
|
+
* The background layer (\`.rb-bg-surface\`) is recoloured per card; the card's
|
|
17340
|
+
* text colour is set to the matching on-colour so content stays readable.
|
|
17341
|
+
*/
|
|
17342
|
+
:where(.theme-scope) .rb-card-treatment-color-blocked {
|
|
17343
|
+
box-shadow: none;
|
|
17344
|
+
}
|
|
17345
|
+
|
|
17346
|
+
/* Per-card colour cycle. The \`on*\` colours are always derived by the palette
|
|
17347
|
+
* (expandPalette emits onSurface/onSecondary/onPrimary), so no fallback. */
|
|
17348
|
+
:where(.theme-scope) .rb-card-treatment-color-blocked:nth-child(3n + 1) > .rb-bg-surface {
|
|
17349
|
+
background: rgb(var(--tb-surface));
|
|
17350
|
+
}
|
|
17351
|
+
:where(.theme-scope) .rb-card-treatment-color-blocked:nth-child(3n + 1) {
|
|
17352
|
+
color: rgb(var(--tb-onSurface));
|
|
17353
|
+
}
|
|
17354
|
+
|
|
17355
|
+
:where(.theme-scope) .rb-card-treatment-color-blocked:nth-child(3n + 2) > .rb-bg-surface {
|
|
17356
|
+
background: rgb(var(--tb-secondary));
|
|
17357
|
+
}
|
|
17358
|
+
:where(.theme-scope) .rb-card-treatment-color-blocked:nth-child(3n + 2) {
|
|
17359
|
+
color: rgb(var(--tb-onSecondary));
|
|
17360
|
+
}
|
|
17361
|
+
|
|
17362
|
+
:where(.theme-scope) .rb-card-treatment-color-blocked:nth-child(3n + 3) > .rb-bg-surface {
|
|
17363
|
+
background: rgb(var(--tb-primary));
|
|
17364
|
+
}
|
|
17365
|
+
:where(.theme-scope) .rb-card-treatment-color-blocked:nth-child(3n + 3) {
|
|
17366
|
+
color: rgb(var(--tb-onPrimary));
|
|
17367
|
+
}
|
|
17368
|
+
|
|
17369
|
+
/* Body copy carries an inline muted colour from the block; force it to the
|
|
17370
|
+
* card's on-colour so it reads on every block (inline style needs !important). */
|
|
17371
|
+
:where(.theme-scope) .rb-card-treatment-color-blocked .rb-feature-card-body {
|
|
17372
|
+
color: inherit !important;
|
|
17373
|
+
opacity: 0.9;
|
|
17374
|
+
}
|
|
17375
|
+
|
|
17376
|
+
/* The number marker defaults to the brand accent, which collides with the
|
|
17377
|
+
* primary-coloured card in the cycle. On colour-blocked cards use the card's
|
|
17378
|
+
* own on-colour (the palette guarantees it's legible on that background) and a
|
|
17379
|
+
* faint tint of it for the badge, so the number always contrasts. */
|
|
17380
|
+
:where(.theme-scope) .rb-card-treatment-color-blocked .rb-feature-card-number-zone {
|
|
17381
|
+
color: inherit;
|
|
17382
|
+
background-color: color-mix(in oklab, currentColor, transparent 88%);
|
|
17383
|
+
}
|
|
17384
|
+
|
|
17385
|
+
/* Staggered offset: drop the middle column on wider screens. Scoped to a 3-up
|
|
17386
|
+
* grid (\`.rb-grid-cols-3\`) so 2-/4-column grids don't get a misaligned stagger;
|
|
17387
|
+
* the colour cycle still reads as a diagonal at any column count. */
|
|
17388
|
+
@container rb-site (min-width: 768px) {
|
|
17389
|
+
@scope ([data-rb-responsive-mode="container"]) to (:scope [data-rb-responsive-mode]) {
|
|
17390
|
+
:where(.theme-scope) .rb-grid-cols-3 .rb-card-treatment-color-blocked:nth-child(3n + 2) {
|
|
17391
|
+
margin-top: 2.75rem;
|
|
17392
|
+
/* Override the card's \`h-full\` so the grid's stretch shrinks the card by the
|
|
17393
|
+
* margin (a genuinely shorter card) instead of keeping full height and
|
|
17394
|
+
* overflowing the section, which clips the rounded bottom corners. */
|
|
17395
|
+
height: auto;
|
|
17396
|
+
}
|
|
17397
|
+
}
|
|
17398
|
+
}
|
|
17399
|
+
|
|
17400
|
+
:where(.theme-scope) [data-block="intro"][data-block-look="intro-portrait-bio"][data-block-variant="media-copy"] .rb-intro-media-wrap {
|
|
17401
|
+
max-width: min(100%, 24rem);
|
|
17402
|
+
margin-inline: auto;
|
|
17403
|
+
}
|
|
17404
|
+
|
|
17405
|
+
:where(.theme-scope) [data-block="intro"][data-block-look="intro-portrait-bio"][data-block-variant="media-copy"] .rb-intro-media {
|
|
17406
|
+
aspect-ratio: 1 / 1 !important;
|
|
17407
|
+
border-radius: 9999px;
|
|
17408
|
+
}
|
|
17409
|
+
|
|
17410
|
+
:where(.theme-scope) [data-block="intro"][data-block-look="intro-editorial-statement"] .rb-intro-title {
|
|
17411
|
+
font-size: clamp(2rem, 1.56rem + 1.4vw, 3rem);
|
|
17412
|
+
line-height: 1.14;
|
|
17413
|
+
}
|
|
17414
|
+
|
|
17415
|
+
:where(.theme-scope) [data-block="intro"][data-block-look="intro-editorial-statement"] .rb-intro-copy {
|
|
17416
|
+
gap: var(--rb-space-5, 1.25rem);
|
|
17417
|
+
}
|
|
17418
|
+
|
|
17419
|
+
:where(.theme-scope) [data-block="intro"][data-block-look="intro-editorial-statement"] .rb-intro-copy .rb-prose {
|
|
17420
|
+
font-size: clamp(1.125rem, 1.02rem + 0.35vw, 1.375rem);
|
|
17421
|
+
line-height: 1.65;
|
|
16687
17422
|
}`;
|
|
16688
17423
|
|
|
16689
17424
|
// ../theme-core/src/ThemeScopeCore.tsx
|
|
@@ -17377,7 +18112,7 @@ function validateBridgeTokens(tokens) {
|
|
|
17377
18112
|
for (const [name, value] of Object.entries(tokens)) {
|
|
17378
18113
|
if (!isSafeBridgeTokenName(name)) {
|
|
17379
18114
|
throw new Error(
|
|
17380
|
-
`[ThemeBridge] Invalid token name "${name}": token names must match ${TOKEN_NAME_PATTERN}.`
|
|
18115
|
+
`[ThemeBridge] Invalid token name "${name}": token names must match ${String(TOKEN_NAME_PATTERN)}.`
|
|
17381
18116
|
);
|
|
17382
18117
|
}
|
|
17383
18118
|
if (typeof value !== "string" || !isSafeBridgeTokenValue(value)) {
|