@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
package/dist/styles/index.css
CHANGED
|
@@ -1577,50 +1577,50 @@
|
|
|
1577
1577
|
|
|
1578
1578
|
.rb-container-pad-none {
|
|
1579
1579
|
--rb-card-pad: 0rem;
|
|
1580
|
-
padding: var(--rb-card-pad);
|
|
1580
|
+
padding: calc(var(--rb-card-pad) + var(--rb-opening-content-clearance, 0px)) var(--rb-card-pad) var(--rb-card-pad);
|
|
1581
1581
|
}
|
|
1582
1582
|
.rb-container-pad-compact {
|
|
1583
1583
|
--rb-card-pad: 1rem;
|
|
1584
|
-
padding: var(--rb-card-pad);
|
|
1584
|
+
padding: calc(var(--rb-card-pad) + var(--rb-opening-content-clearance, 0px)) var(--rb-card-pad) var(--rb-card-pad);
|
|
1585
1585
|
}
|
|
1586
1586
|
.rb-container-pad-cozy {
|
|
1587
1587
|
--rb-card-pad: 1.5rem;
|
|
1588
|
-
padding: var(--rb-card-pad);
|
|
1588
|
+
padding: calc(var(--rb-card-pad) + var(--rb-opening-content-clearance, 0px)) var(--rb-card-pad) var(--rb-card-pad);
|
|
1589
1589
|
}
|
|
1590
1590
|
.rb-container-pad-medium {
|
|
1591
1591
|
--rb-card-pad: 1.5rem;
|
|
1592
|
-
padding: var(--rb-card-pad);
|
|
1592
|
+
padding: calc(var(--rb-card-pad) + var(--rb-opening-content-clearance, 0px)) var(--rb-card-pad) var(--rb-card-pad);
|
|
1593
1593
|
}
|
|
1594
1594
|
.rb-container-pad-comfortable {
|
|
1595
1595
|
--rb-card-pad: 2rem;
|
|
1596
|
-
padding: var(--rb-card-pad);
|
|
1596
|
+
padding: calc(var(--rb-card-pad) + var(--rb-opening-content-clearance, 0px)) var(--rb-card-pad) var(--rb-card-pad);
|
|
1597
1597
|
}
|
|
1598
1598
|
.rb-container-pad-spacious {
|
|
1599
1599
|
--rb-card-pad: 2.5rem;
|
|
1600
|
-
padding: var(--rb-card-pad);
|
|
1600
|
+
padding: calc(var(--rb-card-pad) + var(--rb-opening-content-clearance, 0px)) var(--rb-card-pad) var(--rb-card-pad);
|
|
1601
1601
|
}
|
|
1602
1602
|
|
|
1603
1603
|
@media (min-width: 640px) {
|
|
1604
1604
|
@scope ([data-rb-responsive-mode="viewport"]) to (:scope [data-rb-responsive-mode]) {
|
|
1605
1605
|
.rb-container-pad-compact {
|
|
1606
1606
|
--rb-card-pad: 1.5rem;
|
|
1607
|
-
padding: var(--rb-card-pad);
|
|
1607
|
+
padding: calc(var(--rb-card-pad) + var(--rb-opening-content-clearance, 0px)) var(--rb-card-pad) var(--rb-card-pad);
|
|
1608
1608
|
}
|
|
1609
1609
|
.rb-container-pad-cozy {
|
|
1610
1610
|
--rb-card-pad: 2rem;
|
|
1611
|
-
padding: var(--rb-card-pad);
|
|
1611
|
+
padding: calc(var(--rb-card-pad) + var(--rb-opening-content-clearance, 0px)) var(--rb-card-pad) var(--rb-card-pad);
|
|
1612
1612
|
}
|
|
1613
1613
|
.rb-container-pad-medium {
|
|
1614
1614
|
--rb-card-pad: 2rem;
|
|
1615
|
-
padding: var(--rb-card-pad);
|
|
1615
|
+
padding: calc(var(--rb-card-pad) + var(--rb-opening-content-clearance, 0px)) var(--rb-card-pad) var(--rb-card-pad);
|
|
1616
1616
|
}
|
|
1617
1617
|
.rb-container-pad-comfortable {
|
|
1618
1618
|
--rb-card-pad: 2.5rem;
|
|
1619
|
-
padding: var(--rb-card-pad);
|
|
1619
|
+
padding: calc(var(--rb-card-pad) + var(--rb-opening-content-clearance, 0px)) var(--rb-card-pad) var(--rb-card-pad);
|
|
1620
1620
|
}
|
|
1621
1621
|
.rb-container-pad-spacious {
|
|
1622
1622
|
--rb-card-pad: 3.5rem;
|
|
1623
|
-
padding: var(--rb-card-pad);
|
|
1623
|
+
padding: calc(var(--rb-card-pad) + var(--rb-opening-content-clearance, 0px)) var(--rb-card-pad) var(--rb-card-pad);
|
|
1624
1624
|
}
|
|
1625
1625
|
}
|
|
1626
1626
|
}
|
|
@@ -1795,15 +1795,32 @@
|
|
|
1795
1795
|
|
|
1796
1796
|
:where(.theme-scope)
|
|
1797
1797
|
:where([data-site-document-overlay-content='true'])
|
|
1798
|
-
:where([data-block]
|
|
1798
|
+
:where([data-page-block-position='first'], [data-page-block-position='only'])
|
|
1799
1799
|
> :where([data-slot='section'])
|
|
1800
|
-
>
|
|
1801
|
-
|
|
1800
|
+
> .rb-container {
|
|
1801
|
+
--rb-opening-content-clearance: calc(
|
|
1802
1802
|
var(--site-overlay-header-clearance, 0px) +
|
|
1803
|
-
var(--site-overlay-opening-content-extra-pad,
|
|
1803
|
+
var(--site-overlay-opening-content-extra-pad, clamp(1rem, 2vw, 1.75rem))
|
|
1804
1804
|
);
|
|
1805
1805
|
}
|
|
1806
1806
|
|
|
1807
|
+
:where(.theme-scope)
|
|
1808
|
+
:where([data-site-document-overlay-content='true'])
|
|
1809
|
+
:where([data-page-block-position='first'], [data-page-block-position='only'])
|
|
1810
|
+
> :where([data-slot='section'])
|
|
1811
|
+
> .rb-container:not([class*='rb-container-pad-']) {
|
|
1812
|
+
padding-top: var(--rb-opening-content-clearance, 0px);
|
|
1813
|
+
}
|
|
1814
|
+
|
|
1815
|
+
:where(.theme-scope)
|
|
1816
|
+
:where([data-site-document-overlay-content='true'])
|
|
1817
|
+
:where([data-page-block-position='first'], [data-page-block-position='only'])
|
|
1818
|
+
> :where([data-slot='section'])
|
|
1819
|
+
> .rb-container
|
|
1820
|
+
:where([class*='rb-container-pad-']) {
|
|
1821
|
+
--rb-opening-content-clearance: 0px;
|
|
1822
|
+
}
|
|
1823
|
+
|
|
1807
1824
|
/* -------------------------------------------------------------------------- */
|
|
1808
1825
|
/* Header: Mobile nav overlay transitions */
|
|
1809
1826
|
/* -------------------------------------------------------------------------- */
|
|
@@ -1900,7 +1917,7 @@
|
|
|
1900
1917
|
border: 1px solid rgb(var(--tb-border) / 0.82);
|
|
1901
1918
|
background: rgb(var(--tb-surface) / 0.96);
|
|
1902
1919
|
color: rgb(var(--tb-text));
|
|
1903
|
-
box-shadow:
|
|
1920
|
+
box-shadow: none;
|
|
1904
1921
|
}
|
|
1905
1922
|
|
|
1906
1923
|
/*
|
|
@@ -2073,7 +2090,7 @@
|
|
|
2073
2090
|
|
|
2074
2091
|
/* Neutral prose uses theme text color by default */
|
|
2075
2092
|
:where(.theme-scope) .rb-prose-neutral {
|
|
2076
|
-
color: rgb(var(--tb-text));
|
|
2093
|
+
color: var(--section-text-color, rgb(var(--tb-text)));
|
|
2077
2094
|
}
|
|
2078
2095
|
|
|
2079
2096
|
:where(.theme-scope) .rb-prose p,
|
|
@@ -2106,8 +2123,11 @@
|
|
|
2106
2123
|
}
|
|
2107
2124
|
|
|
2108
2125
|
:where(.theme-scope) .rb-prose a {
|
|
2109
|
-
|
|
2110
|
-
|
|
2126
|
+
--rb-prose-effective-link-color: var(
|
|
2127
|
+
--section-link-color,
|
|
2128
|
+
var(--rb-prose-link-color, rgb(var(--tb-primary)))
|
|
2129
|
+
);
|
|
2130
|
+
color: var(--rb-prose-effective-link-color);
|
|
2111
2131
|
text-decoration-line: var(--rb-prose-link-decoration-line, underline);
|
|
2112
2132
|
text-decoration-style: var(--rb-prose-link-underline-style, solid);
|
|
2113
2133
|
text-decoration-thickness: var(
|
|
@@ -2116,8 +2136,15 @@
|
|
|
2116
2136
|
);
|
|
2117
2137
|
text-underline-offset: var(--rb-prose-link-underline-offset, 0.14em);
|
|
2118
2138
|
text-decoration-color: var(
|
|
2119
|
-
--
|
|
2120
|
-
|
|
2139
|
+
--section-link-decoration-color,
|
|
2140
|
+
var(
|
|
2141
|
+
--rb-prose-link-decoration-color,
|
|
2142
|
+
color-mix(
|
|
2143
|
+
in srgb,
|
|
2144
|
+
var(--rb-prose-effective-link-color) 35%,
|
|
2145
|
+
transparent
|
|
2146
|
+
)
|
|
2147
|
+
)
|
|
2121
2148
|
);
|
|
2122
2149
|
transition:
|
|
2123
2150
|
color 150ms ease,
|
|
@@ -2127,20 +2154,20 @@
|
|
|
2127
2154
|
:where(.theme-scope) .rb-prose a:hover {
|
|
2128
2155
|
color: var(
|
|
2129
2156
|
--rb-prose-link-hover-color,
|
|
2130
|
-
var(--rb-prose-link-color
|
|
2157
|
+
var(--rb-prose-effective-link-color)
|
|
2131
2158
|
);
|
|
2132
2159
|
text-decoration-color: var(
|
|
2133
2160
|
--rb-prose-link-hover-decoration-color,
|
|
2134
2161
|
var(
|
|
2135
2162
|
--rb-prose-link-hover-color,
|
|
2136
|
-
var(--rb-prose-link-color
|
|
2163
|
+
var(--rb-prose-effective-link-color)
|
|
2137
2164
|
)
|
|
2138
2165
|
);
|
|
2139
2166
|
}
|
|
2140
2167
|
|
|
2141
2168
|
:where(.theme-scope) .rb-prose blockquote {
|
|
2142
2169
|
/* Blockquotes use muted text color */
|
|
2143
|
-
color: rgb(var(--tb-mutedText));
|
|
2170
|
+
color: var(--section-supporting-color, rgb(var(--tb-mutedText)));
|
|
2144
2171
|
border-left-color: rgb(var(--tb-border));
|
|
2145
2172
|
}
|
|
2146
2173
|
|
|
@@ -2771,6 +2798,13 @@
|
|
|
2771
2798
|
transition: padding 300ms var(--motion-ease, ease);
|
|
2772
2799
|
}
|
|
2773
2800
|
|
|
2801
|
+
:where(.theme-scope)
|
|
2802
|
+
.header-variant-classic
|
|
2803
|
+
.rb-header-layout:has(.header-logo-accommodation-popout-badge) {
|
|
2804
|
+
padding-top: 0.5rem;
|
|
2805
|
+
padding-bottom: 0.5rem;
|
|
2806
|
+
}
|
|
2807
|
+
|
|
2774
2808
|
/* Vertical variants need more breathing room
|
|
2775
2809
|
Note: header-variant-* is on Section (ancestor), rb-header-layout on inner div */
|
|
2776
2810
|
:where(.theme-scope) .header-variant-centered .rb-header-layout {
|
|
@@ -2864,17 +2898,46 @@
|
|
|
2864
2898
|
background: var(--color-surface, #fff);
|
|
2865
2899
|
box-shadow: var(--shadow-sm, 0 1px 2px rgb(0 0 0 / 0.08));
|
|
2866
2900
|
padding: 0.5rem;
|
|
2901
|
+
transition:
|
|
2902
|
+
margin 300ms var(--motion-ease, ease),
|
|
2903
|
+
padding 300ms var(--motion-ease, ease);
|
|
2867
2904
|
}
|
|
2868
2905
|
|
|
2869
2906
|
:where(.theme-scope) .header-logo-accommodation-popout-badge {
|
|
2870
2907
|
position: relative;
|
|
2871
2908
|
z-index: 1;
|
|
2872
|
-
margin-block:
|
|
2909
|
+
margin-block: 0 -1.25rem;
|
|
2873
2910
|
}
|
|
2874
2911
|
|
|
2875
2912
|
:where(.theme-scope)
|
|
2876
2913
|
.header-logo-size-display.header-logo-accommodation-popout-badge {
|
|
2877
|
-
margin-block:
|
|
2914
|
+
margin-block: 0 -4rem;
|
|
2915
|
+
}
|
|
2916
|
+
|
|
2917
|
+
:where(.theme-scope)
|
|
2918
|
+
.rb-header-shrink.header-scrolled.header-variant-classic
|
|
2919
|
+
.header-logo-size-display.header-logo-accommodation-plate,
|
|
2920
|
+
:where(.theme-scope)
|
|
2921
|
+
.rb-header-shrink.header-scrolled.header-variant-classic
|
|
2922
|
+
.header-logo-size-display.header-logo-accommodation-popout-badge,
|
|
2923
|
+
:where(.theme-scope)
|
|
2924
|
+
.rb-header-shrink.header-scrolled.header-variant-classic
|
|
2925
|
+
.header-logo-size-display.header-logo-accommodation-centered-masthead,
|
|
2926
|
+
:where(.theme-scope)
|
|
2927
|
+
.rb-header-shrink.header-scrolled.header-variant-centered
|
|
2928
|
+
.header-logo-size-display.header-logo-accommodation-centered-badge,
|
|
2929
|
+
:where(.theme-scope)
|
|
2930
|
+
.rb-header-shrink.header-scrolled.header-variant-centered
|
|
2931
|
+
.header-logo-size-display.header-logo-accommodation-centered-masthead {
|
|
2932
|
+
position: relative;
|
|
2933
|
+
z-index: 1;
|
|
2934
|
+
margin-block: 0 -2.75rem;
|
|
2935
|
+
}
|
|
2936
|
+
|
|
2937
|
+
:where(.theme-scope)
|
|
2938
|
+
.rb-header-shrink.header-scrolled.header-variant-centered
|
|
2939
|
+
.rb-header-layout {
|
|
2940
|
+
gap: 0.75rem;
|
|
2878
2941
|
}
|
|
2879
2942
|
|
|
2880
2943
|
:where(.theme-scope) .header-logo-accommodation-centered-masthead {
|
|
@@ -2933,7 +2996,7 @@
|
|
|
2933
2996
|
:where(.theme-scope)
|
|
2934
2997
|
.rb-header-shrink.header-scrolled
|
|
2935
2998
|
.header-logo-size-display.rb-header-logo-lg {
|
|
2936
|
-
height:
|
|
2999
|
+
height: 3.75rem;
|
|
2937
3000
|
}
|
|
2938
3001
|
:where(.theme-scope) .rb-header-shrink.header-scrolled .header-logo-text {
|
|
2939
3002
|
font-size: 0.875rem;
|
|
@@ -2950,10 +3013,39 @@
|
|
|
2950
3013
|
height: 5.5rem;
|
|
2951
3014
|
}
|
|
2952
3015
|
|
|
3016
|
+
:where(.theme-scope)
|
|
3017
|
+
.rb-header-shrink.header-scrolled
|
|
3018
|
+
.header-logo-size-display.rb-header-logo-sm,
|
|
3019
|
+
:where(.theme-scope)
|
|
3020
|
+
.rb-header-shrink.header-scrolled
|
|
3021
|
+
.header-logo-size-display.rb-header-logo-lg {
|
|
3022
|
+
height: 3.5rem;
|
|
3023
|
+
}
|
|
3024
|
+
|
|
2953
3025
|
:where(.theme-scope) .header-logo-accommodation-popout-badge {
|
|
2954
3026
|
margin-block: 0;
|
|
2955
3027
|
}
|
|
2956
3028
|
|
|
3029
|
+
:where(.theme-scope)
|
|
3030
|
+
.rb-header-shrink.header-scrolled
|
|
3031
|
+
.header-logo-size-display.header-logo-accommodation-plate,
|
|
3032
|
+
:where(.theme-scope)
|
|
3033
|
+
.rb-header-shrink.header-scrolled
|
|
3034
|
+
.header-logo-size-display.header-logo-accommodation-popout-badge,
|
|
3035
|
+
:where(.theme-scope)
|
|
3036
|
+
.rb-header-shrink.header-scrolled
|
|
3037
|
+
.header-logo-size-display.header-logo-accommodation-centered-masthead,
|
|
3038
|
+
:where(.theme-scope)
|
|
3039
|
+
.rb-header-shrink.header-scrolled
|
|
3040
|
+
.header-logo-size-display.header-logo-accommodation-centered-badge,
|
|
3041
|
+
:where(.theme-scope)
|
|
3042
|
+
.rb-header-shrink.header-scrolled
|
|
3043
|
+
.header-logo-size-display.header-logo-accommodation-centered-masthead {
|
|
3044
|
+
position: relative;
|
|
3045
|
+
z-index: 1;
|
|
3046
|
+
margin-block: 0 -2.75rem;
|
|
3047
|
+
}
|
|
3048
|
+
|
|
2957
3049
|
:where(.theme-scope) .rb-header-shrink.header-scrolled .header-logo-text {
|
|
2958
3050
|
font-size: 0.75rem;
|
|
2959
3051
|
}
|
|
@@ -3150,6 +3242,14 @@
|
|
|
3150
3242
|
margin-inline: 0;
|
|
3151
3243
|
}
|
|
3152
3244
|
|
|
3245
|
+
:where(.theme-scope) :where([data-block="event-registration"].event-registration--embedded) .er-container {
|
|
3246
|
+
max-width: none;
|
|
3247
|
+
padding: 0;
|
|
3248
|
+
border: 0;
|
|
3249
|
+
border-radius: 0;
|
|
3250
|
+
background: transparent;
|
|
3251
|
+
}
|
|
3252
|
+
|
|
3153
3253
|
/* Empty/unavailable states */
|
|
3154
3254
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-empty {
|
|
3155
3255
|
border-radius: var(--rb-block-radius);
|
|
@@ -3192,13 +3292,26 @@
|
|
|
3192
3292
|
}
|
|
3193
3293
|
|
|
3194
3294
|
/* Ticket counter */
|
|
3295
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-counter-group {
|
|
3296
|
+
display: flex;
|
|
3297
|
+
align-items: center;
|
|
3298
|
+
gap: 0.875rem;
|
|
3299
|
+
flex-wrap: wrap;
|
|
3300
|
+
}
|
|
3301
|
+
|
|
3302
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-counter {
|
|
3303
|
+
gap: 0.625rem;
|
|
3304
|
+
}
|
|
3305
|
+
|
|
3195
3306
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-counter-btn {
|
|
3196
|
-
width: 2.
|
|
3197
|
-
height: 2.
|
|
3307
|
+
width: 2.125rem;
|
|
3308
|
+
height: 2.125rem;
|
|
3198
3309
|
border-radius: 50%;
|
|
3199
3310
|
border: 1px solid var(--er-border);
|
|
3200
3311
|
background: transparent;
|
|
3201
3312
|
cursor: pointer;
|
|
3313
|
+
font-size: 1rem;
|
|
3314
|
+
line-height: 1;
|
|
3202
3315
|
transition: border-color var(--rb-block-transition) ease;
|
|
3203
3316
|
}
|
|
3204
3317
|
|
|
@@ -3211,6 +3324,13 @@
|
|
|
3211
3324
|
cursor: not-allowed;
|
|
3212
3325
|
}
|
|
3213
3326
|
|
|
3327
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-counter-limit {
|
|
3328
|
+
margin: 0;
|
|
3329
|
+
color: var(--er-on-surface-muted);
|
|
3330
|
+
font-size: 0.8125rem;
|
|
3331
|
+
line-height: 1.35;
|
|
3332
|
+
}
|
|
3333
|
+
|
|
3214
3334
|
/* Form inputs */
|
|
3215
3335
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-input {
|
|
3216
3336
|
width: 100%;
|
|
@@ -3342,6 +3462,38 @@
|
|
|
3342
3462
|
color: var(--er-on-surface);
|
|
3343
3463
|
}
|
|
3344
3464
|
|
|
3465
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid .er-event-card {
|
|
3466
|
+
padding: 0.75rem 0;
|
|
3467
|
+
border-width: 0 0 var(--rb-event-tile-border-width, var(--rb-border-width, 1px)) 0;
|
|
3468
|
+
border-style: solid;
|
|
3469
|
+
border-radius: 0;
|
|
3470
|
+
background: transparent;
|
|
3471
|
+
}
|
|
3472
|
+
|
|
3473
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid .er-event-card:last-child {
|
|
3474
|
+
border-bottom-width: 0;
|
|
3475
|
+
}
|
|
3476
|
+
|
|
3477
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-option {
|
|
3478
|
+
display: flex;
|
|
3479
|
+
align-items: flex-start;
|
|
3480
|
+
justify-content: space-between;
|
|
3481
|
+
gap: 1rem;
|
|
3482
|
+
}
|
|
3483
|
+
|
|
3484
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-option-main {
|
|
3485
|
+
min-width: 0;
|
|
3486
|
+
display: flex;
|
|
3487
|
+
flex-direction: column;
|
|
3488
|
+
gap: 0.25rem;
|
|
3489
|
+
}
|
|
3490
|
+
|
|
3491
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid .er-event-title {
|
|
3492
|
+
font-size: 1rem;
|
|
3493
|
+
line-height: 1.35;
|
|
3494
|
+
font-weight: 600;
|
|
3495
|
+
}
|
|
3496
|
+
|
|
3345
3497
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-card .er-event-title {
|
|
3346
3498
|
color: var(--er-on-surface);
|
|
3347
3499
|
}
|
|
@@ -3351,6 +3503,10 @@
|
|
|
3351
3503
|
margin: 0;
|
|
3352
3504
|
}
|
|
3353
3505
|
|
|
3506
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid .er-event-card .er-text {
|
|
3507
|
+
line-height: 1.4;
|
|
3508
|
+
}
|
|
3509
|
+
|
|
3354
3510
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-card .er-text--muted {
|
|
3355
3511
|
color: var(--er-on-surface-muted);
|
|
3356
3512
|
opacity: 1;
|
|
@@ -3365,15 +3521,27 @@
|
|
|
3365
3521
|
color: var(--er-on-surface-disabled);
|
|
3366
3522
|
}
|
|
3367
3523
|
|
|
3524
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid .er-event-card--selected {
|
|
3525
|
+
background: transparent;
|
|
3526
|
+
}
|
|
3527
|
+
|
|
3528
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid .er-event-card--selected .er-event-title {
|
|
3529
|
+
color: rgb(var(--tb-primary));
|
|
3530
|
+
}
|
|
3531
|
+
|
|
3368
3532
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-card--disabled .er-text--muted,
|
|
3369
3533
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-card--disabled .er-text--faint {
|
|
3370
3534
|
color: var(--er-on-surface-disabled-detail);
|
|
3371
3535
|
}
|
|
3372
3536
|
|
|
3537
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid .er-capacity-badge {
|
|
3538
|
+
white-space: nowrap;
|
|
3539
|
+
}
|
|
3540
|
+
|
|
3373
3541
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-counter-value {
|
|
3374
|
-
font-size: 1.
|
|
3542
|
+
font-size: 1.25rem;
|
|
3375
3543
|
font-weight: 700;
|
|
3376
|
-
width:
|
|
3544
|
+
width: 1.625rem;
|
|
3377
3545
|
text-align: center;
|
|
3378
3546
|
}
|
|
3379
3547
|
|
|
@@ -3388,17 +3556,11 @@
|
|
|
3388
3556
|
gap: 0.75rem;
|
|
3389
3557
|
}
|
|
3390
3558
|
|
|
3391
|
-
/* Event selection
|
|
3559
|
+
/* Event/date selection rows */
|
|
3392
3560
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid {
|
|
3393
3561
|
display: grid;
|
|
3394
3562
|
grid-template-columns: minmax(0, 1fr);
|
|
3395
|
-
gap: 0
|
|
3396
|
-
}
|
|
3397
|
-
|
|
3398
|
-
@media (min-width: 768px) {
|
|
3399
|
-
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid {
|
|
3400
|
-
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
3401
|
-
}
|
|
3563
|
+
gap: 0;
|
|
3402
3564
|
}
|
|
3403
3565
|
|
|
3404
3566
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-row {
|
|
@@ -4021,35 +4183,6 @@
|
|
|
4021
4183
|
pointer-events: none;
|
|
4022
4184
|
}
|
|
4023
4185
|
|
|
4024
|
-
:where(.theme-scope)
|
|
4025
|
-
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
4026
|
-
.event-card-badges,
|
|
4027
|
-
:where(.theme-scope)
|
|
4028
|
-
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
4029
|
-
.event-card-tags {
|
|
4030
|
-
display: flex;
|
|
4031
|
-
flex-wrap: wrap;
|
|
4032
|
-
gap: 0.5rem;
|
|
4033
|
-
}
|
|
4034
|
-
|
|
4035
|
-
:where(.theme-scope)
|
|
4036
|
-
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
4037
|
-
.event-card-badge,
|
|
4038
|
-
:where(.theme-scope)
|
|
4039
|
-
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
4040
|
-
.event-card-tag {
|
|
4041
|
-
display: inline-flex;
|
|
4042
|
-
align-items: center;
|
|
4043
|
-
width: fit-content;
|
|
4044
|
-
padding: 0.2rem 0.6rem;
|
|
4045
|
-
border-radius: 9999px;
|
|
4046
|
-
font-size: 0.7rem;
|
|
4047
|
-
font-weight: 600;
|
|
4048
|
-
line-height: 1rem;
|
|
4049
|
-
color: rgb(var(--tb-text));
|
|
4050
|
-
background: rgba(var(--tb-border), 0.6);
|
|
4051
|
-
}
|
|
4052
|
-
|
|
4053
4186
|
/* =============================================================================
|
|
4054
4187
|
* EventCard: Horizontal Layout (stack mode, md+ screens only)
|
|
4055
4188
|
* ============================================================================= */
|
|
@@ -4057,7 +4190,7 @@
|
|
|
4057
4190
|
@media (min-width: 768px) {
|
|
4058
4191
|
:where(.theme-scope)
|
|
4059
4192
|
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
4060
|
-
.event-card
|
|
4193
|
+
.event-card--horizontal {
|
|
4061
4194
|
display: flex;
|
|
4062
4195
|
flex-direction: row;
|
|
4063
4196
|
gap: var(--rb-event-card-horizontal-gap, 1rem);
|
|
@@ -4066,7 +4199,7 @@
|
|
|
4066
4199
|
/* Image: ~1/3 width */
|
|
4067
4200
|
:where(.theme-scope)
|
|
4068
4201
|
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
4069
|
-
.event-card
|
|
4202
|
+
.event-card--horizontal .event-card-media {
|
|
4070
4203
|
width: var(--rb-event-card-horizontal-image-width, 33.333%);
|
|
4071
4204
|
min-width: 200px;
|
|
4072
4205
|
max-width: 320px;
|
|
@@ -4078,7 +4211,7 @@
|
|
|
4078
4211
|
/* Content: fills remaining space */
|
|
4079
4212
|
:where(.theme-scope)
|
|
4080
4213
|
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
4081
|
-
.event-card
|
|
4214
|
+
.event-card--horizontal .card-content {
|
|
4082
4215
|
flex: 1;
|
|
4083
4216
|
min-width: 0;
|
|
4084
4217
|
}
|
|
@@ -4086,7 +4219,7 @@
|
|
|
4086
4219
|
/* Footer: row layout with button on left, capacity on right */
|
|
4087
4220
|
:where(.theme-scope)
|
|
4088
4221
|
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
4089
|
-
.event-card
|
|
4222
|
+
.event-card--horizontal .event-card-footer {
|
|
4090
4223
|
flex-direction: row-reverse;
|
|
4091
4224
|
justify-content: space-between;
|
|
4092
4225
|
align-items: center;
|
|
@@ -4095,14 +4228,14 @@
|
|
|
4095
4228
|
/* Button: auto width */
|
|
4096
4229
|
:where(.theme-scope)
|
|
4097
4230
|
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
4098
|
-
.event-card
|
|
4231
|
+
.event-card--horizontal .event-card-cta {
|
|
4099
4232
|
width: auto;
|
|
4100
4233
|
}
|
|
4101
4234
|
|
|
4102
4235
|
/* Capacity: right-aligned */
|
|
4103
4236
|
:where(.theme-scope)
|
|
4104
4237
|
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
4105
|
-
.event-card
|
|
4238
|
+
.event-card--horizontal .event-card-capacity {
|
|
4106
4239
|
text-align: right;
|
|
4107
4240
|
}
|
|
4108
4241
|
}
|
|
@@ -4169,14 +4302,14 @@
|
|
|
4169
4302
|
}
|
|
4170
4303
|
|
|
4171
4304
|
/* =============================================================================
|
|
4172
|
-
* Payment Step Layout
|
|
4173
|
-
*
|
|
4305
|
+
* Payment Step Layout
|
|
4306
|
+
* Main flow + optional legacy sidebar area + footer summary/actions
|
|
4174
4307
|
* =============================================================================
|
|
4175
4308
|
*/
|
|
4176
4309
|
|
|
4177
4310
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-layout {
|
|
4178
4311
|
display: grid;
|
|
4179
|
-
gap: 1.
|
|
4312
|
+
gap: 1.25rem;
|
|
4180
4313
|
grid-template-columns: 1fr;
|
|
4181
4314
|
grid-template-areas:
|
|
4182
4315
|
"sidebar"
|
|
@@ -4184,6 +4317,13 @@
|
|
|
4184
4317
|
"footer";
|
|
4185
4318
|
}
|
|
4186
4319
|
|
|
4320
|
+
/* When no sidebar, main takes full width */
|
|
4321
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-layout--no-sidebar {
|
|
4322
|
+
grid-template-areas:
|
|
4323
|
+
"main"
|
|
4324
|
+
"footer";
|
|
4325
|
+
}
|
|
4326
|
+
|
|
4187
4327
|
@media (min-width: 768px) {
|
|
4188
4328
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-layout {
|
|
4189
4329
|
grid-template-columns: 1fr 260px;
|
|
@@ -4192,7 +4332,6 @@
|
|
|
4192
4332
|
"footer footer";
|
|
4193
4333
|
}
|
|
4194
4334
|
|
|
4195
|
-
/* When no sidebar, main takes full width */
|
|
4196
4335
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-layout--no-sidebar {
|
|
4197
4336
|
grid-template-columns: 1fr;
|
|
4198
4337
|
grid-template-areas:
|
|
@@ -4205,6 +4344,10 @@
|
|
|
4205
4344
|
grid-area: main;
|
|
4206
4345
|
}
|
|
4207
4346
|
|
|
4347
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-layout-main > .er-portal-auth {
|
|
4348
|
+
margin-bottom: 1.5rem;
|
|
4349
|
+
}
|
|
4350
|
+
|
|
4208
4351
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-layout-sidebar {
|
|
4209
4352
|
grid-area: sidebar;
|
|
4210
4353
|
}
|
|
@@ -4213,7 +4356,7 @@
|
|
|
4213
4356
|
grid-area: footer;
|
|
4214
4357
|
display: flex;
|
|
4215
4358
|
flex-direction: column;
|
|
4216
|
-
gap:
|
|
4359
|
+
gap: 0.875rem;
|
|
4217
4360
|
}
|
|
4218
4361
|
|
|
4219
4362
|
/* =============================================================================
|
|
@@ -4225,14 +4368,23 @@
|
|
|
4225
4368
|
display: grid;
|
|
4226
4369
|
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
|
|
4227
4370
|
gap: 0.75rem;
|
|
4371
|
+
align-items: stretch;
|
|
4372
|
+
}
|
|
4373
|
+
|
|
4374
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-tiles > [role="listitem"] {
|
|
4375
|
+
min-width: 0;
|
|
4376
|
+
display: flex;
|
|
4228
4377
|
}
|
|
4229
4378
|
|
|
4230
4379
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-tile {
|
|
4380
|
+
width: 100%;
|
|
4381
|
+
min-height: 5.75rem;
|
|
4231
4382
|
display: flex;
|
|
4232
4383
|
flex-direction: column;
|
|
4233
4384
|
align-items: center;
|
|
4234
|
-
|
|
4235
|
-
|
|
4385
|
+
justify-content: center;
|
|
4386
|
+
gap: 0.25rem;
|
|
4387
|
+
padding: 0.75rem 0.625rem;
|
|
4236
4388
|
border: 2px solid var(--er-payment-border);
|
|
4237
4389
|
border-radius: var(--rb-block-radius);
|
|
4238
4390
|
background: transparent;
|
|
@@ -4315,14 +4467,14 @@
|
|
|
4315
4467
|
|
|
4316
4468
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-tile-label {
|
|
4317
4469
|
font-weight: 500;
|
|
4318
|
-
font-size: 0.
|
|
4470
|
+
font-size: 0.875rem;
|
|
4319
4471
|
line-height: 1.2;
|
|
4320
4472
|
}
|
|
4321
4473
|
|
|
4322
4474
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-tile-detail {
|
|
4323
|
-
font-size: 0.
|
|
4475
|
+
font-size: 0.78125rem;
|
|
4324
4476
|
color: var(--er-on-surface-subtle);
|
|
4325
|
-
line-height: 1.
|
|
4477
|
+
line-height: 1.25;
|
|
4326
4478
|
}
|
|
4327
4479
|
|
|
4328
4480
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-tile-check {
|
|
@@ -4349,12 +4501,13 @@
|
|
|
4349
4501
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-summary-bar {
|
|
4350
4502
|
display: flex;
|
|
4351
4503
|
justify-content: space-between;
|
|
4352
|
-
align-items:
|
|
4504
|
+
align-items: flex-start;
|
|
4353
4505
|
gap: 1rem;
|
|
4354
|
-
padding: 0.875rem
|
|
4355
|
-
background:
|
|
4356
|
-
border: 1px solid var(--er-summary-border);
|
|
4357
|
-
border-
|
|
4506
|
+
padding: 0.875rem 0;
|
|
4507
|
+
background: transparent;
|
|
4508
|
+
border-top: 1px solid var(--er-summary-border);
|
|
4509
|
+
border-bottom: 1px solid var(--er-summary-border);
|
|
4510
|
+
border-radius: 0;
|
|
4358
4511
|
}
|
|
4359
4512
|
|
|
4360
4513
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-summary-bar-info {
|
|
@@ -4364,19 +4517,20 @@
|
|
|
4364
4517
|
}
|
|
4365
4518
|
|
|
4366
4519
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-summary-bar-event {
|
|
4367
|
-
font-size:
|
|
4520
|
+
font-size: 0.9375rem;
|
|
4368
4521
|
font-weight: 600;
|
|
4369
4522
|
margin: 0;
|
|
4370
4523
|
line-height: 1.3;
|
|
4371
4524
|
}
|
|
4372
4525
|
|
|
4373
4526
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-summary-bar-meta {
|
|
4374
|
-
font-size: 0.
|
|
4527
|
+
font-size: 0.8125rem;
|
|
4375
4528
|
color: rgba(var(--tb-text), 0.7);
|
|
4529
|
+
line-height: 1.35;
|
|
4376
4530
|
}
|
|
4377
4531
|
|
|
4378
4532
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-summary-bar-price {
|
|
4379
|
-
font-size:
|
|
4533
|
+
font-size: 1rem;
|
|
4380
4534
|
font-weight: 700;
|
|
4381
4535
|
flex-shrink: 0;
|
|
4382
4536
|
display: block;
|
|
@@ -4397,8 +4551,9 @@
|
|
|
4397
4551
|
justify-content: space-between;
|
|
4398
4552
|
align-items: flex-start;
|
|
4399
4553
|
gap: 1rem;
|
|
4400
|
-
padding: 0.75rem
|
|
4401
|
-
background:
|
|
4554
|
+
padding: 0.75rem 0;
|
|
4555
|
+
background: transparent;
|
|
4556
|
+
border-top: 1px solid var(--er-summary-border);
|
|
4402
4557
|
border-bottom: 1px solid var(--er-summary-border);
|
|
4403
4558
|
}
|
|
4404
4559
|
|
|
@@ -5579,7 +5734,8 @@
|
|
|
5579
5734
|
display: flex;
|
|
5580
5735
|
align-items: center;
|
|
5581
5736
|
justify-content: center;
|
|
5582
|
-
|
|
5737
|
+
/* Body-level modal portal baseline: clear sticky site/editor chrome unless a theme deliberately overrides it. */
|
|
5738
|
+
z-index: var(--ec-modal-z-index, 20000);
|
|
5583
5739
|
padding: 1rem;
|
|
5584
5740
|
animation: ec-modal-fade-in 150ms ease-out;
|
|
5585
5741
|
}
|
|
@@ -6211,7 +6367,7 @@
|
|
|
6211
6367
|
/* Subheadline - supporting text below headline */
|
|
6212
6368
|
:where(.theme-scope) :where([data-block="hero"]) .hero-subheadline {
|
|
6213
6369
|
font-size: 1.125rem;
|
|
6214
|
-
color: var(--section-text-color, rgb(var(--tb-text)));
|
|
6370
|
+
color: var(--section-supporting-color, var(--section-text-color, rgb(var(--tb-text))));
|
|
6215
6371
|
}
|
|
6216
6372
|
|
|
6217
6373
|
@media (min-width: 640px) {
|
|
@@ -6300,7 +6456,7 @@
|
|
|
6300
6456
|
|
|
6301
6457
|
/* CTA content/body text */
|
|
6302
6458
|
:where(.theme-scope) :where([data-block="cta-full"]) .cta-content {
|
|
6303
|
-
color: rgb(var(--tb-mutedText));
|
|
6459
|
+
color: var(--section-supporting-color, rgb(var(--tb-mutedText)));
|
|
6304
6460
|
}
|
|
6305
6461
|
|
|
6306
6462
|
/* CTA button row container */
|
|
@@ -6402,7 +6558,7 @@
|
|
|
6402
6558
|
/* Form intro text */
|
|
6403
6559
|
:where(.theme-scope) :where([data-block="form"]) .form-copy-intro {
|
|
6404
6560
|
font-size: 1rem;
|
|
6405
|
-
color: rgb(var(--tb-text));
|
|
6561
|
+
color: var(--section-text-color, rgb(var(--tb-text)));
|
|
6406
6562
|
}
|
|
6407
6563
|
|
|
6408
6564
|
/* =============================================================================
|
|
@@ -8942,7 +9098,7 @@
|
|
|
8942
9098
|
|
|
8943
9099
|
:where(.theme-scope) :where([data-block="newsletter-signup"]) .newsletter-copy-subtitle {
|
|
8944
9100
|
font-size: 1rem;
|
|
8945
|
-
color: rgb(var(--tb-text));
|
|
9101
|
+
color: var(--section-text-color, rgb(var(--tb-text)));
|
|
8946
9102
|
opacity: 0.85;
|
|
8947
9103
|
}
|
|
8948
9104
|
|
|
@@ -8990,7 +9146,7 @@
|
|
|
8990
9146
|
:where(.theme-scope) .newsletter-privacy-note {
|
|
8991
9147
|
margin-top: 0.75rem;
|
|
8992
9148
|
font-size: 0.75rem;
|
|
8993
|
-
color: rgb(var(--tb-
|
|
9149
|
+
color: var(--section-supporting-color, rgb(var(--tb-mutedText)));
|
|
8994
9150
|
text-align: center;
|
|
8995
9151
|
}
|
|
8996
9152
|
|
|
@@ -9254,10 +9410,16 @@
|
|
|
9254
9410
|
rgb(var(--tb-border, 229 231 235)),
|
|
9255
9411
|
rgb(var(--tb-text, 17 24 39)) 4%
|
|
9256
9412
|
);
|
|
9413
|
+
--event-compact-secondary-text: color-mix(
|
|
9414
|
+
in oklab,
|
|
9415
|
+
rgb(var(--tb-text, 17 24 39)),
|
|
9416
|
+
rgb(var(--tb-background, 255 255 255)) 28%
|
|
9417
|
+
);
|
|
9257
9418
|
|
|
9258
9419
|
width: min(100%, 92rem);
|
|
9259
9420
|
margin-inline: auto;
|
|
9260
9421
|
overflow: hidden;
|
|
9422
|
+
container: event-compact-list / inline-size;
|
|
9261
9423
|
border: 1px solid var(--event-compact-divider-color);
|
|
9262
9424
|
border-radius: 1rem;
|
|
9263
9425
|
background: rgb(var(--tb-background, 255 255 255));
|
|
@@ -9274,10 +9436,10 @@
|
|
|
9274
9436
|
|
|
9275
9437
|
:where(.theme-scope) .event-compact-row {
|
|
9276
9438
|
display: grid;
|
|
9277
|
-
grid-template-columns: clamp(5rem,
|
|
9439
|
+
grid-template-columns: clamp(4.5rem, 6vw, 6.25rem) minmax(0, 1fr);
|
|
9278
9440
|
align-items: center;
|
|
9279
|
-
min-height:
|
|
9280
|
-
padding:
|
|
9441
|
+
min-height: 6rem;
|
|
9442
|
+
padding: 1rem clamp(1.25rem, 2.6vw, 2.25rem);
|
|
9281
9443
|
border-bottom: 1px solid var(--event-compact-divider-color);
|
|
9282
9444
|
transition: background-color 150ms ease;
|
|
9283
9445
|
}
|
|
@@ -9294,13 +9456,21 @@
|
|
|
9294
9456
|
display: grid;
|
|
9295
9457
|
grid-template-rows: 1rem minmax(2.7rem, auto) 1rem;
|
|
9296
9458
|
place-items: center;
|
|
9297
|
-
gap: 0
|
|
9459
|
+
gap: 0;
|
|
9298
9460
|
min-width: 0;
|
|
9299
|
-
padding-right: clamp(
|
|
9461
|
+
padding-right: clamp(0.8rem, 1.6vw, 1.35rem);
|
|
9300
9462
|
text-align: center;
|
|
9301
9463
|
text-decoration: none;
|
|
9302
9464
|
}
|
|
9303
9465
|
|
|
9466
|
+
:where(.theme-scope) .event-compact-row-body {
|
|
9467
|
+
min-width: 0;
|
|
9468
|
+
display: flex;
|
|
9469
|
+
align-items: center;
|
|
9470
|
+
height: 100%;
|
|
9471
|
+
border-left: 1px solid var(--event-compact-divider-color);
|
|
9472
|
+
}
|
|
9473
|
+
|
|
9304
9474
|
:where(.theme-scope) .event-compact-row-date-weekday,
|
|
9305
9475
|
:where(.theme-scope) .event-compact-row-date-month {
|
|
9306
9476
|
display: grid;
|
|
@@ -9327,20 +9497,19 @@
|
|
|
9327
9497
|
:where(.theme-scope) .event-compact-row-content {
|
|
9328
9498
|
min-width: 0;
|
|
9329
9499
|
display: flex;
|
|
9500
|
+
flex: 1 1 18rem;
|
|
9330
9501
|
flex-direction: column;
|
|
9331
|
-
gap:
|
|
9502
|
+
gap: 0.625rem;
|
|
9332
9503
|
height: 100%;
|
|
9333
9504
|
justify-content: center;
|
|
9334
|
-
padding-inline: clamp(
|
|
9335
|
-
border-left: 1px solid var(--event-compact-divider-color);
|
|
9505
|
+
padding-inline: clamp(1rem, 2.4vw, 2.4rem);
|
|
9336
9506
|
}
|
|
9337
9507
|
|
|
9338
9508
|
:where(.theme-scope) .event-compact-row-title {
|
|
9339
9509
|
margin: 0;
|
|
9340
9510
|
color: rgb(var(--tb-text, 17 24 39));
|
|
9341
9511
|
font-family: var(--font-heading, var(--font-body, inherit));
|
|
9342
|
-
|
|
9343
|
-
font-size: var(--fs-h3-fluid, clamp(1.1rem, 1rem + 0.7vw, 1.5rem));
|
|
9512
|
+
font-size: clamp(1.05rem, 1rem + 0.35vw, 1.3rem);
|
|
9344
9513
|
font-weight: 400;
|
|
9345
9514
|
line-height: 1.2;
|
|
9346
9515
|
overflow: hidden;
|
|
@@ -9353,8 +9522,8 @@
|
|
|
9353
9522
|
align-items: center;
|
|
9354
9523
|
gap: 0.9rem;
|
|
9355
9524
|
min-width: 0;
|
|
9356
|
-
color:
|
|
9357
|
-
font-size:
|
|
9525
|
+
color: var(--event-compact-secondary-text);
|
|
9526
|
+
font-size: 0.875rem;
|
|
9358
9527
|
line-height: 1.35;
|
|
9359
9528
|
}
|
|
9360
9529
|
|
|
@@ -9387,16 +9556,17 @@
|
|
|
9387
9556
|
}
|
|
9388
9557
|
|
|
9389
9558
|
:where(.theme-scope) .event-compact-row-price {
|
|
9390
|
-
color:
|
|
9391
|
-
font-weight:
|
|
9559
|
+
color: inherit;
|
|
9560
|
+
font-weight: inherit;
|
|
9392
9561
|
}
|
|
9393
9562
|
|
|
9394
9563
|
:where(.theme-scope) .event-compact-row-action {
|
|
9395
9564
|
display: grid;
|
|
9565
|
+
flex: 0 1 clamp(14rem, 22vw, 19rem);
|
|
9396
9566
|
align-content: center;
|
|
9397
|
-
gap:
|
|
9567
|
+
gap: 0.75rem;
|
|
9398
9568
|
height: 100%;
|
|
9399
|
-
padding-left: clamp(1.
|
|
9569
|
+
padding-left: clamp(1.1rem, 2.4vw, 2.4rem);
|
|
9400
9570
|
border-left: 1px solid var(--event-compact-divider-color);
|
|
9401
9571
|
}
|
|
9402
9572
|
|
|
@@ -9404,8 +9574,8 @@
|
|
|
9404
9574
|
display: inline-flex;
|
|
9405
9575
|
align-items: center;
|
|
9406
9576
|
gap: 0.65rem;
|
|
9407
|
-
color:
|
|
9408
|
-
font-size:
|
|
9577
|
+
color: var(--event-compact-secondary-text);
|
|
9578
|
+
font-size: 0.875rem;
|
|
9409
9579
|
line-height: 1.3;
|
|
9410
9580
|
white-space: nowrap;
|
|
9411
9581
|
}
|
|
@@ -9416,6 +9586,10 @@
|
|
|
9416
9586
|
flex-shrink: 0;
|
|
9417
9587
|
}
|
|
9418
9588
|
|
|
9589
|
+
:where(.theme-scope) .event-compact-row-action-price {
|
|
9590
|
+
display: none;
|
|
9591
|
+
}
|
|
9592
|
+
|
|
9419
9593
|
:where(.theme-scope) .event-compact-row-status {
|
|
9420
9594
|
color: rgb(var(--tb-muted, var(--tb-text, 17 24 39)));
|
|
9421
9595
|
font-weight: 500;
|
|
@@ -9443,52 +9617,213 @@
|
|
|
9443
9617
|
}
|
|
9444
9618
|
|
|
9445
9619
|
:where(.theme-scope) .event-compact-row {
|
|
9446
|
-
grid-template-columns: 4.
|
|
9620
|
+
grid-template-columns: 4.25rem minmax(0, 1fr);
|
|
9447
9621
|
min-height: 0;
|
|
9448
|
-
padding:
|
|
9449
|
-
row-gap:
|
|
9622
|
+
padding: 1rem;
|
|
9623
|
+
row-gap: 0.85rem;
|
|
9450
9624
|
}
|
|
9451
9625
|
|
|
9452
9626
|
:where(.theme-scope) .event-compact-row-date {
|
|
9453
|
-
|
|
9627
|
+
align-self: start;
|
|
9628
|
+
grid-row: 1;
|
|
9629
|
+
padding-right: 0.75rem;
|
|
9630
|
+
}
|
|
9631
|
+
|
|
9632
|
+
:where(.theme-scope) .event-compact-row-body {
|
|
9633
|
+
flex-direction: column;
|
|
9634
|
+
align-items: stretch;
|
|
9635
|
+
gap: 0.85rem;
|
|
9636
|
+
height: auto;
|
|
9637
|
+
padding-left: 0.9rem;
|
|
9454
9638
|
}
|
|
9455
9639
|
|
|
9456
9640
|
:where(.theme-scope) .event-compact-row-date-day {
|
|
9457
|
-
font-size: 1.
|
|
9641
|
+
font-size: 1.65rem;
|
|
9458
9642
|
}
|
|
9459
9643
|
|
|
9460
9644
|
:where(.theme-scope) .event-compact-row-content {
|
|
9461
|
-
|
|
9462
|
-
|
|
9463
|
-
|
|
9645
|
+
flex: none;
|
|
9646
|
+
gap: 0.625rem;
|
|
9647
|
+
height: auto;
|
|
9648
|
+
padding-inline: 0;
|
|
9464
9649
|
}
|
|
9465
9650
|
|
|
9466
9651
|
:where(.theme-scope) .event-compact-row-title {
|
|
9467
|
-
font-size:
|
|
9652
|
+
font-size: 1.15rem;
|
|
9653
|
+
overflow: visible;
|
|
9654
|
+
text-overflow: clip;
|
|
9468
9655
|
white-space: normal;
|
|
9656
|
+
overflow-wrap: break-word;
|
|
9657
|
+
}
|
|
9658
|
+
|
|
9659
|
+
:where(.theme-scope) .event-compact-row-venue {
|
|
9660
|
+
max-width: 100%;
|
|
9661
|
+
}
|
|
9662
|
+
|
|
9663
|
+
:where(.theme-scope) .event-compact-row-venue svg {
|
|
9664
|
+
flex-shrink: 0;
|
|
9469
9665
|
}
|
|
9470
9666
|
|
|
9471
9667
|
:where(.theme-scope) .event-compact-row-meta {
|
|
9668
|
+
flex-direction: column;
|
|
9669
|
+
align-items: flex-start;
|
|
9472
9670
|
flex-wrap: wrap;
|
|
9473
|
-
gap: 0.
|
|
9671
|
+
gap: 0.35rem;
|
|
9672
|
+
}
|
|
9673
|
+
|
|
9674
|
+
:where(.theme-scope) .event-compact-row-meta .event-compact-row-price {
|
|
9675
|
+
display: none;
|
|
9676
|
+
}
|
|
9677
|
+
|
|
9678
|
+
:where(.theme-scope) .event-compact-row-teacher::before,
|
|
9679
|
+
:where(.theme-scope) .event-compact-row-price::before {
|
|
9680
|
+
content: none;
|
|
9474
9681
|
}
|
|
9475
9682
|
|
|
9476
9683
|
:where(.theme-scope) .event-compact-row-action {
|
|
9477
|
-
|
|
9684
|
+
flex: none;
|
|
9478
9685
|
grid-template-columns: minmax(0, 1fr);
|
|
9479
|
-
gap: 0.
|
|
9686
|
+
gap: 0.7rem;
|
|
9687
|
+
height: auto;
|
|
9688
|
+
width: 100%;
|
|
9480
9689
|
padding-left: 0;
|
|
9481
|
-
padding-top:
|
|
9482
|
-
border-left:
|
|
9483
|
-
border-top:
|
|
9690
|
+
padding-top: 0;
|
|
9691
|
+
border-left: 0;
|
|
9692
|
+
border-top: 0;
|
|
9484
9693
|
}
|
|
9485
9694
|
|
|
9486
9695
|
:where(.theme-scope) .event-compact-row-datetime {
|
|
9696
|
+
display: flex;
|
|
9697
|
+
flex-wrap: wrap;
|
|
9487
9698
|
white-space: normal;
|
|
9488
9699
|
}
|
|
9489
9700
|
|
|
9701
|
+
:where(.theme-scope) .event-compact-row-action-price {
|
|
9702
|
+
display: inline-flex;
|
|
9703
|
+
align-items: center;
|
|
9704
|
+
gap: 0.55rem;
|
|
9705
|
+
}
|
|
9706
|
+
|
|
9707
|
+
:where(.theme-scope) .event-compact-row-action-price::before {
|
|
9708
|
+
content: "\00b7";
|
|
9709
|
+
}
|
|
9710
|
+
|
|
9490
9711
|
:where(.theme-scope) .event-compact-row-cta {
|
|
9712
|
+
width: min(100%, 12rem);
|
|
9713
|
+
min-height: 2.65rem;
|
|
9714
|
+
justify-content: space-between;
|
|
9715
|
+
gap: 0.65rem;
|
|
9716
|
+
padding-inline: 1rem;
|
|
9717
|
+
}
|
|
9718
|
+
|
|
9719
|
+
:where(.theme-scope) .event-compact-row-cta span {
|
|
9720
|
+
min-width: 0;
|
|
9721
|
+
}
|
|
9722
|
+
}
|
|
9723
|
+
|
|
9724
|
+
@container event-compact-list (max-width: 48rem) {
|
|
9725
|
+
:where(.theme-scope) .event-compact-row {
|
|
9726
|
+
grid-template-columns: 4.25rem minmax(0, 1fr);
|
|
9727
|
+
min-height: 0;
|
|
9728
|
+
padding: 1rem;
|
|
9729
|
+
row-gap: 0.85rem;
|
|
9730
|
+
}
|
|
9731
|
+
|
|
9732
|
+
:where(.theme-scope) .event-compact-row-date {
|
|
9733
|
+
align-self: start;
|
|
9734
|
+
grid-row: 1;
|
|
9735
|
+
padding-right: 0.75rem;
|
|
9736
|
+
}
|
|
9737
|
+
|
|
9738
|
+
:where(.theme-scope) .event-compact-row-body {
|
|
9739
|
+
flex-direction: column;
|
|
9740
|
+
align-items: stretch;
|
|
9741
|
+
gap: 0.85rem;
|
|
9742
|
+
height: auto;
|
|
9743
|
+
padding-left: 0.9rem;
|
|
9744
|
+
}
|
|
9745
|
+
|
|
9746
|
+
:where(.theme-scope) .event-compact-row-date-day {
|
|
9747
|
+
font-size: 1.65rem;
|
|
9748
|
+
}
|
|
9749
|
+
|
|
9750
|
+
:where(.theme-scope) .event-compact-row-content {
|
|
9751
|
+
flex: none;
|
|
9752
|
+
gap: 0.625rem;
|
|
9753
|
+
height: auto;
|
|
9754
|
+
padding-inline: 0;
|
|
9755
|
+
}
|
|
9756
|
+
|
|
9757
|
+
:where(.theme-scope) .event-compact-row-title {
|
|
9758
|
+
font-size: 1.15rem;
|
|
9759
|
+
overflow: visible;
|
|
9760
|
+
text-overflow: clip;
|
|
9761
|
+
white-space: normal;
|
|
9762
|
+
overflow-wrap: break-word;
|
|
9763
|
+
}
|
|
9764
|
+
|
|
9765
|
+
:where(.theme-scope) .event-compact-row-venue {
|
|
9766
|
+
max-width: 100%;
|
|
9767
|
+
}
|
|
9768
|
+
|
|
9769
|
+
:where(.theme-scope) .event-compact-row-venue svg {
|
|
9770
|
+
flex-shrink: 0;
|
|
9771
|
+
}
|
|
9772
|
+
|
|
9773
|
+
:where(.theme-scope) .event-compact-row-meta {
|
|
9774
|
+
flex-direction: column;
|
|
9775
|
+
align-items: flex-start;
|
|
9776
|
+
flex-wrap: wrap;
|
|
9777
|
+
gap: 0.35rem;
|
|
9778
|
+
}
|
|
9779
|
+
|
|
9780
|
+
:where(.theme-scope) .event-compact-row-meta .event-compact-row-price {
|
|
9781
|
+
display: none;
|
|
9782
|
+
}
|
|
9783
|
+
|
|
9784
|
+
:where(.theme-scope) .event-compact-row-teacher::before,
|
|
9785
|
+
:where(.theme-scope) .event-compact-row-price::before {
|
|
9786
|
+
content: none;
|
|
9787
|
+
}
|
|
9788
|
+
|
|
9789
|
+
:where(.theme-scope) .event-compact-row-action {
|
|
9790
|
+
flex: none;
|
|
9791
|
+
grid-template-columns: minmax(0, 1fr);
|
|
9792
|
+
gap: 0.7rem;
|
|
9793
|
+
height: auto;
|
|
9491
9794
|
width: 100%;
|
|
9795
|
+
padding-left: 0;
|
|
9796
|
+
padding-top: 0;
|
|
9797
|
+
border-left: 0;
|
|
9798
|
+
border-top: 0;
|
|
9799
|
+
}
|
|
9800
|
+
|
|
9801
|
+
:where(.theme-scope) .event-compact-row-datetime {
|
|
9802
|
+
display: flex;
|
|
9803
|
+
flex-wrap: wrap;
|
|
9804
|
+
white-space: normal;
|
|
9805
|
+
}
|
|
9806
|
+
|
|
9807
|
+
:where(.theme-scope) .event-compact-row-action-price {
|
|
9808
|
+
display: inline-flex;
|
|
9809
|
+
align-items: center;
|
|
9810
|
+
gap: 0.55rem;
|
|
9811
|
+
}
|
|
9812
|
+
|
|
9813
|
+
:where(.theme-scope) .event-compact-row-action-price::before {
|
|
9814
|
+
content: "\00b7";
|
|
9815
|
+
}
|
|
9816
|
+
|
|
9817
|
+
:where(.theme-scope) .event-compact-row-cta {
|
|
9818
|
+
width: min(100%, 12rem);
|
|
9819
|
+
min-height: 2.65rem;
|
|
9820
|
+
justify-content: space-between;
|
|
9821
|
+
gap: 0.65rem;
|
|
9822
|
+
padding-inline: 1rem;
|
|
9823
|
+
}
|
|
9824
|
+
|
|
9825
|
+
:where(.theme-scope) .event-compact-row-cta span {
|
|
9826
|
+
min-width: 0;
|
|
9492
9827
|
}
|
|
9493
9828
|
}
|
|
9494
9829
|
|
|
@@ -9555,15 +9890,23 @@
|
|
|
9555
9890
|
* is what carries the alignment, and the inline-block mark follows it. Alignment
|
|
9556
9891
|
* is never configured directly; it follows the heading.
|
|
9557
9892
|
*/
|
|
9893
|
+
:where(.theme-scope) .rb-heading-decoration-group {
|
|
9894
|
+
display: flex;
|
|
9895
|
+
flex-direction: column;
|
|
9896
|
+
gap: 0;
|
|
9897
|
+
}
|
|
9898
|
+
|
|
9558
9899
|
:where(.theme-scope) .rb-heading-decoration-row {
|
|
9559
9900
|
display: block;
|
|
9560
9901
|
width: 100%;
|
|
9561
9902
|
margin-top: 0.35rem;
|
|
9903
|
+
line-height: 0;
|
|
9562
9904
|
pointer-events: none;
|
|
9563
9905
|
}
|
|
9564
9906
|
|
|
9565
9907
|
:where(.theme-scope) .rb-heading-decoration {
|
|
9566
9908
|
display: inline-block;
|
|
9909
|
+
vertical-align: top;
|
|
9567
9910
|
}
|
|
9568
9911
|
|
|
9569
9912
|
:where(.theme-scope) .rb-heading-decoration-organic-squiggle {
|
|
@@ -9662,6 +10005,47 @@
|
|
|
9662
10005
|
height: 1.5rem;
|
|
9663
10006
|
}
|
|
9664
10007
|
|
|
10008
|
+
/* --- Card marker mode (icons / numbers / none) -----------------------------
|
|
10009
|
+
*
|
|
10010
|
+
* The icon zone and the number zone both sit in the DOM; the grid's
|
|
10011
|
+
* `data-card-marker` attribute decides which shows. The default (legacy
|
|
10012
|
+
* content with no attribute) shows icons and hides the number zone.
|
|
10013
|
+
*/
|
|
10014
|
+
:where(.theme-scope) .rb-feature-card-number-zone {
|
|
10015
|
+
display: none; /* shown only in numbers mode */
|
|
10016
|
+
align-items: center;
|
|
10017
|
+
justify-content: center;
|
|
10018
|
+
flex: 0 0 auto;
|
|
10019
|
+
width: 2.5rem;
|
|
10020
|
+
height: 2.5rem;
|
|
10021
|
+
margin-bottom: 0.125rem;
|
|
10022
|
+
border-radius: var(--rb-block-radius, 0.75rem);
|
|
10023
|
+
background-color: rgb(var(--tb-primary) / 10%);
|
|
10024
|
+
color: rgb(var(--tb-primary));
|
|
10025
|
+
counter-increment: rb-feature-card-number;
|
|
10026
|
+
}
|
|
10027
|
+
:where(.theme-scope) .rb-feature-card-number-zone::before {
|
|
10028
|
+
content: counter(rb-feature-card-number, decimal-leading-zero);
|
|
10029
|
+
font-weight: 700;
|
|
10030
|
+
font-size: 0.95rem;
|
|
10031
|
+
line-height: 1;
|
|
10032
|
+
}
|
|
10033
|
+
|
|
10034
|
+
:where(.theme-scope) .rb-feature-cards-grid {
|
|
10035
|
+
counter-reset: rb-feature-card-number;
|
|
10036
|
+
}
|
|
10037
|
+
|
|
10038
|
+
:where(.theme-scope) [data-card-marker="numbers"] .rb-feature-card-number-zone {
|
|
10039
|
+
display: inline-flex;
|
|
10040
|
+
}
|
|
10041
|
+
:where(.theme-scope) [data-card-marker="numbers"] .rb-feature-card-icon-zone {
|
|
10042
|
+
display: none;
|
|
10043
|
+
}
|
|
10044
|
+
:where(.theme-scope) [data-card-marker="none"] .rb-feature-card-icon-zone,
|
|
10045
|
+
:where(.theme-scope) [data-card-marker="none"] .rb-feature-card-number-zone {
|
|
10046
|
+
display: none;
|
|
10047
|
+
}
|
|
10048
|
+
|
|
9665
10049
|
|
|
9666
10050
|
/* =============================================================================
|
|
9667
10051
|
* Shared: Card treatments
|
|
@@ -9753,4 +10137,93 @@
|
|
|
9753
10137
|
padding-inline: 0;
|
|
9754
10138
|
}
|
|
9755
10139
|
|
|
10140
|
+
/* --- Colour-blocked --------------------------------------------------------- */
|
|
10141
|
+
|
|
10142
|
+
/*
|
|
10143
|
+
* Bold, flat cards that each take a different palette colour by position,
|
|
10144
|
+
* cycled across the grid, with a staggered vertical offset on wider screens.
|
|
10145
|
+
* The background layer (`.rb-bg-surface`) is recoloured per card; the card's
|
|
10146
|
+
* text colour is set to the matching on-colour so content stays readable.
|
|
10147
|
+
*/
|
|
10148
|
+
:where(.theme-scope) .rb-card-treatment-color-blocked {
|
|
10149
|
+
box-shadow: none;
|
|
10150
|
+
}
|
|
10151
|
+
|
|
10152
|
+
/* Per-card colour cycle. The `on*` colours are always derived by the palette
|
|
10153
|
+
* (expandPalette emits onSurface/onSecondary/onPrimary), so no fallback. */
|
|
10154
|
+
:where(.theme-scope) .rb-card-treatment-color-blocked:nth-child(3n + 1) > .rb-bg-surface {
|
|
10155
|
+
background: rgb(var(--tb-surface));
|
|
10156
|
+
}
|
|
10157
|
+
:where(.theme-scope) .rb-card-treatment-color-blocked:nth-child(3n + 1) {
|
|
10158
|
+
color: rgb(var(--tb-onSurface));
|
|
10159
|
+
}
|
|
10160
|
+
|
|
10161
|
+
:where(.theme-scope) .rb-card-treatment-color-blocked:nth-child(3n + 2) > .rb-bg-surface {
|
|
10162
|
+
background: rgb(var(--tb-secondary));
|
|
10163
|
+
}
|
|
10164
|
+
:where(.theme-scope) .rb-card-treatment-color-blocked:nth-child(3n + 2) {
|
|
10165
|
+
color: rgb(var(--tb-onSecondary));
|
|
10166
|
+
}
|
|
10167
|
+
|
|
10168
|
+
:where(.theme-scope) .rb-card-treatment-color-blocked:nth-child(3n + 3) > .rb-bg-surface {
|
|
10169
|
+
background: rgb(var(--tb-primary));
|
|
10170
|
+
}
|
|
10171
|
+
:where(.theme-scope) .rb-card-treatment-color-blocked:nth-child(3n + 3) {
|
|
10172
|
+
color: rgb(var(--tb-onPrimary));
|
|
10173
|
+
}
|
|
10174
|
+
|
|
10175
|
+
/* Body copy carries an inline muted colour from the block; force it to the
|
|
10176
|
+
* card's on-colour so it reads on every block (inline style needs !important). */
|
|
10177
|
+
:where(.theme-scope) .rb-card-treatment-color-blocked .rb-feature-card-body {
|
|
10178
|
+
color: inherit !important;
|
|
10179
|
+
opacity: 0.9;
|
|
10180
|
+
}
|
|
10181
|
+
|
|
10182
|
+
/* The number marker defaults to the brand accent, which collides with the
|
|
10183
|
+
* primary-coloured card in the cycle. On colour-blocked cards use the card's
|
|
10184
|
+
* own on-colour (the palette guarantees it's legible on that background) and a
|
|
10185
|
+
* faint tint of it for the badge, so the number always contrasts. */
|
|
10186
|
+
:where(.theme-scope) .rb-card-treatment-color-blocked .rb-feature-card-number-zone {
|
|
10187
|
+
color: inherit;
|
|
10188
|
+
background-color: color-mix(in oklab, currentColor, transparent 88%);
|
|
10189
|
+
}
|
|
10190
|
+
|
|
10191
|
+
/* Staggered offset: drop the middle column on wider screens. Scoped to a 3-up
|
|
10192
|
+
* grid (`.rb-grid-cols-3`) so 2-/4-column grids don't get a misaligned stagger;
|
|
10193
|
+
* the colour cycle still reads as a diagonal at any column count. */
|
|
10194
|
+
@media (min-width: 768px) {
|
|
10195
|
+
:where(.theme-scope) .rb-grid-cols-3 .rb-card-treatment-color-blocked:nth-child(3n + 2) {
|
|
10196
|
+
margin-top: 2.75rem;
|
|
10197
|
+
/* Override the card's `h-full` so the grid's stretch shrinks the card by the
|
|
10198
|
+
* margin (a genuinely shorter card) instead of keeping full height and
|
|
10199
|
+
* overflowing the section, which clips the rounded bottom corners. */
|
|
10200
|
+
height: auto;
|
|
10201
|
+
}
|
|
10202
|
+
}
|
|
10203
|
+
|
|
10204
|
+
|
|
10205
|
+
:where(.theme-scope) [data-block="intro"][data-block-look="intro-portrait-bio"][data-block-variant="media-copy"] .rb-intro-media-wrap {
|
|
10206
|
+
max-width: min(100%, 24rem);
|
|
10207
|
+
margin-inline: auto;
|
|
10208
|
+
}
|
|
10209
|
+
|
|
10210
|
+
:where(.theme-scope) [data-block="intro"][data-block-look="intro-portrait-bio"][data-block-variant="media-copy"] .rb-intro-media {
|
|
10211
|
+
aspect-ratio: 1 / 1 !important;
|
|
10212
|
+
border-radius: 9999px;
|
|
10213
|
+
}
|
|
10214
|
+
|
|
10215
|
+
:where(.theme-scope) [data-block="intro"][data-block-look="intro-editorial-statement"] .rb-intro-title {
|
|
10216
|
+
font-size: clamp(2rem, 1.56rem + 1.4vw, 3rem);
|
|
10217
|
+
line-height: 1.14;
|
|
10218
|
+
}
|
|
10219
|
+
|
|
10220
|
+
:where(.theme-scope) [data-block="intro"][data-block-look="intro-editorial-statement"] .rb-intro-copy {
|
|
10221
|
+
gap: var(--rb-space-5, 1.25rem);
|
|
10222
|
+
}
|
|
10223
|
+
|
|
10224
|
+
:where(.theme-scope) [data-block="intro"][data-block-look="intro-editorial-statement"] .rb-intro-copy .rb-prose {
|
|
10225
|
+
font-size: clamp(1.125rem, 1.02rem + 0.35vw, 1.375rem);
|
|
10226
|
+
line-height: 1.65;
|
|
10227
|
+
}
|
|
10228
|
+
|
|
9756
10229
|
|