@riverbankcms/sdk 0.81.0 → 0.84.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +81 -3
- package/dist/{PreviewEditorSidebar-RDCMEXIJ.mjs → PreviewEditorSidebar-HML67UDA.mjs} +367 -507
- package/dist/{PreviewEditorSidebar-O4NDX5TP.css → PreviewEditorSidebar-JA4VIPSZ.css} +1 -1
- package/dist/{SdkPreviewModeRuntime-PBGALTMK.css → PreviewEditorUI-36T7QYV4.css} +1 -1
- package/dist/{PreviewEditorUI-NYGQ6K7B.mjs → PreviewEditorUI-I4BQUU6K.mjs} +4 -6
- package/dist/{PreviewEditorUI-4JVDBZBS.css → SdkPreviewModeRuntime-FXKI6XNL.css} +1 -1
- package/dist/SdkPreviewModeRuntime-MCKMVDTK.mjs +8 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +1038 -262
- package/dist/_dts/altcha/src/AltchaWidget.d.ts +1 -1
- package/dist/_dts/api/src/analytics.d.ts +1 -1
- package/dist/_dts/api/src/blocks.d.ts +36 -0
- package/dist/_dts/api/src/bookingConfig.d.ts +4 -0
- package/dist/_dts/api/src/contentRuntime.d.ts +49 -3
- package/dist/_dts/api/src/courses.d.ts +1 -1
- package/dist/_dts/api/src/endpoints.d.ts +40 -0
- package/dist/_dts/api/src/event-destination-policy.d.ts +17 -0
- package/dist/_dts/api/src/index.d.ts +6 -2
- package/dist/_dts/api/src/navigation/boundaries.d.ts +64 -0
- package/dist/_dts/api/src/navigation.d.ts +2 -0
- package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +6 -54
- package/dist/_dts/api/src/sdk-event-pricing.d.ts +61 -0
- package/dist/_dts/api/src/sdk-event-schedule.d.ts +52 -0
- package/dist/_dts/api/src/sdk-event-upsert.d.ts +50 -0
- package/dist/_dts/api/src/sdkContracts.d.ts +67 -33
- package/dist/_dts/api/src/shared-contracts.d.ts +13 -0
- package/dist/_dts/api/src/siteGeneration.d.ts +1 -1
- package/dist/_dts/api/src/sitePlatformEndpoints.d.ts +29 -42
- package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +46 -1
- package/dist/_dts/api/src/types.d.ts +1 -1
- package/dist/_dts/block-form/src/backend/useBackendWatch.d.ts +6 -1
- package/dist/_dts/block-form/src/context/BlockContext.d.ts +1 -1
- package/dist/_dts/block-form/src/context/DisplayLabelResolverContext.d.ts +1 -1
- package/dist/_dts/block-form/src/context/FieldPreviewResolverContext.d.ts +2 -2
- package/dist/_dts/block-form/src/manifest/ManifestForm.d.ts +1 -1
- package/dist/_dts/block-form/src/palette/PaletteContext.d.ts +1 -1
- package/dist/_dts/block-form/src/sdk-config/SdkConfigContext.d.ts +1 -1
- package/dist/_dts/block-form/src/utils/evaluateVisibility.d.ts +3 -2
- package/dist/_dts/block-form/src/utils/visibleWhen.d.ts +7 -0
- package/dist/_dts/block-form/src/widgets/BackgroundColorWidget/BackgroundColorWidget.d.ts +2 -1
- package/dist/_dts/block-form/src/widgets/BackgroundGradientWidget/BackgroundGradientWidget.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/BooleanField/BooleanField.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/DateField/datePickerPopover.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/Field.d.ts +2 -2
- package/dist/_dts/block-form/src/widgets/FieldFrame.d.ts +3 -3
- package/dist/_dts/block-form/src/widgets/NumberField/NumberField.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/PresetOrCustomField/PresetOrCustomField.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/SdkSelectField/SdkSelectField.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/SelectField/SelectField.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/SelectWidget.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/SliderField/SliderField.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/TextField/TextField.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/TextInputWidget.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/ToggleWidget.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/stringDefaultValue.d.ts +1 -0
- package/dist/_dts/blocks/src/PageRenderer.d.ts +12 -1
- package/dist/_dts/blocks/src/bindings/index.d.ts +1 -1
- package/dist/_dts/blocks/src/client/site-chrome.d.ts +1 -1
- package/dist/_dts/blocks/src/client.d.ts +4 -0
- package/dist/_dts/blocks/src/contracts/proof-block-islands.d.ts +24 -20
- package/dist/_dts/blocks/src/index.d.ts +2 -2
- package/dist/_dts/blocks/src/portal/types.d.ts +1 -1
- package/dist/_dts/blocks/src/primitives/content/components/Button.d.ts +7 -7
- package/dist/_dts/blocks/src/primitives/content/components/RichText.d.ts +2 -1
- package/dist/_dts/blocks/src/primitives/content/components/Text.d.ts +2 -1
- package/dist/_dts/blocks/src/primitives/content/primitives.d.ts +3 -0
- package/dist/_dts/blocks/src/primitives/layout/Grid.d.ts +2 -1
- package/dist/_dts/blocks/src/primitives/layout/Inline.d.ts +2 -1
- package/dist/_dts/blocks/src/primitives/layout/Stack.d.ts +2 -1
- package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +880 -2608
- package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +880 -2608
- package/dist/_dts/blocks/src/system/blocks/cart.d.ts +880 -2608
- package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +880 -2608
- package/dist/_dts/blocks/src/system/blocks/collection.d.ts +880 -2608
- package/dist/_dts/blocks/src/system/blocks/contact-newsletter.d.ts +171 -0
- package/dist/_dts/blocks/src/system/blocks/courses/shared/types.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/events/shared/schemas.d.ts +302 -151
- package/dist/_dts/blocks/src/system/blocks/events/shared/types.d.ts +6 -20
- package/dist/_dts/blocks/src/system/blocks/faq.d.ts +880 -2608
- package/dist/_dts/blocks/src/system/blocks/feature-card-icons.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +880 -2608
- package/dist/_dts/blocks/src/system/blocks/hero.d.ts +3 -2
- package/dist/_dts/blocks/src/system/blocks/image-gallery.d.ts +3 -0
- package/dist/_dts/blocks/src/system/blocks/index.d.ts +1 -0
- package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +4 -10
- package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +2608 -225
- package/dist/_dts/blocks/src/system/blocks/offerings-preview/index.d.ts +4 -2
- package/dist/_dts/blocks/src/system/blocks/offerings-preview/model.d.ts +28 -0
- package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +880 -2618
- package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +880 -2620
- package/dist/_dts/blocks/src/system/blocks/products/shared.d.ts +0 -4
- package/dist/_dts/blocks/src/system/blocks/shop.d.ts +880 -2608
- package/dist/_dts/blocks/src/system/blocks/site-header.d.ts +36 -3
- package/dist/_dts/blocks/src/system/blocks/team-members.d.ts +4 -4
- package/dist/_dts/blocks/src/system/blocks/testimonials.d.ts +3 -0
- package/dist/_dts/blocks/src/system/constants/blockKinds.d.ts +1 -1
- package/dist/_dts/blocks/src/system/customize/backgrounds.d.ts +6 -2
- package/dist/_dts/blocks/src/system/customize/facets.d.ts +2 -2
- package/dist/_dts/blocks/src/system/data/index.d.ts +2 -2
- package/dist/_dts/blocks/src/system/data/linkedContentEntries.d.ts +38 -0
- package/dist/_dts/blocks/src/system/defineBlock.d.ts +3 -1
- package/dist/_dts/blocks/src/system/fields/aspectRatio.d.ts +4 -1
- package/dist/_dts/blocks/src/system/fields/imageShape.d.ts +30 -0
- package/dist/_dts/blocks/src/system/fragments/library/heroLayoutControls.d.ts +25 -0
- package/dist/_dts/blocks/src/system/manifest/schema.d.ts +106 -217
- package/dist/_dts/blocks/src/system/runtime/api/types.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/components/registry.client.d.ts +36 -30
- package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +18 -15
- package/dist/_dts/blocks/src/system/runtime/hooks/useHeadlessEventRegistrationFlow.d.ts +33 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/ImageResolveContext.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/basic.d.ts +3 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/booking-runtime-sources.d.ts +3 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/carousel.shared.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/cart.client.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/cart.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/checkout.client.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/checkout.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/commerce/shared/display.d.ts +1 -5
- package/dist/_dts/blocks/src/system/runtime/nodes/commerce/shared/view.d.ts +10 -13
- package/dist/_dts/blocks/src/system/runtime/nodes/course-details/view.d.ts +3 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/course-details.server.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/BookingModeStep.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/CourseRegistrationWizard.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/ErrorStep.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/MembershipHero.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/PaymentFailedStep.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/PortalAuthSidebar.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/StepIndicator.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/SuccessStep.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/VerifyingTimeoutStep.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/WaitlistStep.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/components.d.ts +5 -4
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration.client.d.ts +3 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-details/CoursePricingDisplay.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-details/view.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-details.client.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/event-details.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/EventRegistrationSummaryBar.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/EventRegistrationWizard.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/EventRegistrationWizardActions.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/EventRegistrationWizardContent.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/EventSelectionStep.d.ts +2 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/OrderSummary.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/PastOccurrenceNotice.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/SelectableOptionCard.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/StepIndicator.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/event-registration.headless.state.d.ts +303 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/registrationDerivations.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/types.d.ts +1 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/useEventRegistrationSubmit.d.ts +20 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/useEventRegistrationWizard.d.ts +4 -3
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/utils.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.interactive.d.ts +38 -11
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventListing.view.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/DateTimeTile.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/DayEventsModal.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventDetailModal.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/pricing.d.ts +14 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/gifting.client.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/gifting.server.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/location-map.client.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/location-map.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/location-map.shared.d.ts +4 -4
- package/dist/_dts/blocks/src/system/runtime/nodes/location-map.view.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/newsletter-form.server.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/offerings-preview.d.ts +4 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/product-detail.client.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/product-detail.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/product-list.client.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/product-list.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/shared/MagicLinkForm.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/shop-add-feedback.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/shop-commerce.d.ts +5 -4
- package/dist/_dts/blocks/src/system/runtime/nodes/shop-commerce.server.d.ts +5 -4
- package/dist/_dts/blocks/src/system/runtime/nodes/shop.client.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/shop.interactive.d.ts +0 -17
- package/dist/_dts/blocks/src/system/runtime/nodes/shop.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/shop.types.d.ts +0 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/spinner.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/resolver.d.ts +6 -0
- package/dist/_dts/blocks/src/system/runtime/shared/components/ActionRow.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/CheckIcon.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/ClockIcon.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/CrossIcon.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/FeedbackMessage.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/FieldValidationMessage.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/MembershipHero.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/StateIcon.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/StepIndicator.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/TerminalPanel.d.ts +1 -1
- package/dist/_dts/blocks/src/system/transforms/typed.d.ts +1 -1
- package/dist/_dts/content-editor/src/components/ContentFieldsForm.d.ts +1 -1
- package/dist/_dts/content-editor/src/components/EditableBlockProvider.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/EntryControllerProvider.d.ts +2 -2
- package/dist/_dts/content-editor/src/controller/buildBlockPublishedBaselines.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/seedDraftBaselinesFromBlocks.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/useBlocksList.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/useInvalidBlockRecovery.d.ts +1 -1
- package/dist/_dts/content-editor/src/primitives/PreviewRichTextEditor.d.ts +7 -1
- package/dist/_dts/content-editor/src/primitives/PreviewTextEditor.d.ts +7 -1
- package/dist/_dts/content-editor/src/primitives/shared/activePreviewField.d.ts +2 -0
- package/dist/_dts/content-editor/src/primitives/shared/index.d.ts +1 -1
- package/dist/_dts/content-editor/src/primitives/shared/storeBinding.d.ts +3 -1
- package/dist/_dts/content-editor/src/primitives/shared/types.d.ts +5 -0
- package/dist/_dts/content-editor/src/ui/editorUiStore.d.ts +7 -2
- package/dist/_dts/content-model/src/content-types/builtin-schemas.d.ts +0 -40
- package/dist/_dts/content-model/src/content-types/builtins.d.ts +0 -40
- package/dist/_dts/content-model/src/entry-slots/index.d.ts +1 -0
- package/dist/_dts/content-model/src/entry-slots/types.d.ts +356 -0
- package/dist/_dts/content-model/src/index.d.ts +1 -0
- package/dist/_dts/content-model/src/templates/defaults.d.ts +7 -1
- package/dist/_dts/core/src/event-pricing.d.ts +72 -0
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +127 -7
- package/dist/_dts/db/src/schemas/forms.d.ts +4 -4
- package/dist/_dts/editor/src/chrome/EditorChrome.d.ts +1 -1
- package/dist/_dts/editor/src/inline/InlineTextEditor.d.ts +1 -1
- package/dist/_dts/editor/src/primitives/EditorPrimitivesProvider.d.ts +1 -1
- package/dist/_dts/editor/src/primitives/InlineFieldContext.d.ts +1 -1
- package/dist/_dts/editor/src/primitives/SaveContext.d.ts +1 -1
- package/dist/_dts/editor/src/primitives/rich-text/RichTextEditorSurface.d.ts +1 -1
- package/dist/_dts/editor/src/primitives/rich-text/RichTextToolbar.d.ts +1 -1
- package/dist/_dts/editor/src/primitives/rich-text/toolbar/BlockTypeDropdown.d.ts +1 -1
- package/dist/_dts/editor/src/primitives/rich-text/toolbar/LinkPopover.d.ts +1 -1
- package/dist/_dts/editor/src/primitives/rich-text/toolbar/ToolbarIconButton.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/BlockEditor.d.ts +6 -1
- package/dist/_dts/editor-blocks/src/BlockForm.d.ts +3 -2
- package/dist/_dts/editor-blocks/src/FormProvider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/AddBlockDivider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockCard.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardBody.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardHeader.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockListContext.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockPickerDialog.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockThumbnail.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockTile.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/EmptyState.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/EnhancedBlockPickerDialog.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/FeatureCardIconsPanel.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/GeneratedIconSetDialog.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/HeaderActions.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/block-editor/SortableBlockItem.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockCreation.d.ts +3 -2
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockDuplication.d.ts +3 -2
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockReorder.d.ts +3 -2
- package/dist/_dts/editor-blocks/src/block-editor/owner.d.ts +27 -0
- package/dist/_dts/editor-blocks/src/block-editor/types.d.ts +1 -0
- package/dist/_dts/editor-blocks/src/index.d.ts +1 -0
- package/dist/_dts/editor-blocks/src/media/MediaField.d.ts +2 -2
- package/dist/_dts/editor-blocks/src/widgets/button/ButtonField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/button/ButtonVariantField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/button/context.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/content-type-select/ContentTypeSelectField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/content-type-select/ContentTypeWidgetProvider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/entry-picker/EntryPickerField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/entry-picker/EntryPickerWidgetProvider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/icon-picker/IconPickerField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/index.d.ts +1 -0
- package/dist/_dts/editor-blocks/src/widgets/link/LinkPicker.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/link/LinkPickerDialog.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/link/LinkSummary.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/link/LinkWidget.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/link/LinkWidgetContext.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/offerings-preview/OfferingsPreviewGroupOrderField.d.ts +2 -0
- package/dist/_dts/editor-blocks/src/widgets/offerings-preview/OfferingsPreviewWidgetProvider.d.ts +10 -0
- package/dist/_dts/editor-blocks/src/widgets/offerings-preview/index.d.ts +3 -0
- package/dist/_dts/editor-blocks/src/widgets/offerings-preview/orderDomain.d.ts +29 -0
- package/dist/_dts/editor-blocks/src/widgets/reference/ReferenceField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/reference/ReferenceWidgetProvider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/rich-text/RichTextField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/rich-text/RichTextWidgetProvider.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/rich-text/useImagePicker.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/site-option-picker/SiteOptionPickerField.d.ts +1 -1
- package/dist/_dts/editor-blocks/src/widgets/site-option-picker/SiteOptionWidgetProvider.d.ts +1 -1
- package/dist/_dts/media-core/src/assetsInUseSummary.d.ts +8 -0
- package/dist/_dts/media-core/src/mediaUsageProjection.d.ts +37 -3
- package/dist/_dts/media-editor/src/CropDialog.d.ts +1 -1
- package/dist/_dts/media-editor/src/CropDialogShell.d.ts +1 -1
- package/dist/_dts/media-editor/src/FileAssetPreview.d.ts +1 -1
- package/dist/_dts/media-editor/src/MediaEditor.d.ts +1 -1
- package/dist/_dts/media-editor/src/MediaPickerDialog.d.ts +1 -1
- package/dist/_dts/media-editor/src/MediaPreview.d.ts +1 -1
- package/dist/_dts/media-editor/src/context.d.ts +1 -1
- package/dist/_dts/media-editor/src/createMediaEditorProvider.d.ts +1 -1
- package/dist/_dts/media-editor/src/provider.d.ts +1 -1
- package/dist/_dts/media-react/src/components/AuthenticatedImage.d.ts +1 -1
- package/dist/_dts/media-react/src/components/MediaLibrary.d.ts +1 -1
- package/dist/_dts/media-react/src/components/MediaPickerMini.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/PreviewShellSmoke.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/blocks/BlockToolbar.d.ts +5 -3
- package/dist/_dts/preview-next/src/client/blocks/BoundaryControl.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/blocks/EditablePageRenderer.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/pageDesignRuntimePreview.d.ts +4 -2
- package/dist/_dts/preview-next/src/client/blocks/previewCustomizeControlPlan.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/blocks/previewProjection/runtimeContentDecoration.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/layout/PreviewLayoutContext.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/EntryEditorPanel.d.ts +4 -2
- package/dist/_dts/preview-next/src/client/preview/EntrySlotBlockEditorPanel.d.ts +19 -0
- package/dist/_dts/preview-next/src/client/preview/MaintenanceModeBadge.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/OnboardingThemeSwitcher.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/PageBlockEditorPanel.d.ts +4 -3
- package/dist/_dts/preview-next/src/client/preview/PageDesignEditorStateContext.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewAuthBanner.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewAuthInit.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewBlockCustomizeSelectionContext.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewChromeLayer.d.ts +3 -3
- package/dist/_dts/preview-next/src/client/preview/PreviewConfirmationDialog.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewDesignCoordinatorContext.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewDesignHistoryOrderContext.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewEditorGuidanceCard.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewEditorSidebar.d.ts +4 -3
- package/dist/_dts/preview-next/src/client/preview/PreviewEntryControllerProvider.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewOpenEditorButton.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewQueryProvider.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewShell.d.ts +4 -3
- package/dist/_dts/preview-next/src/client/preview/PreviewShellLayout.d.ts +4 -3
- package/dist/_dts/preview-next/src/client/preview/PreviewSidebarSection.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewViewportControls.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewZoomControls.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/SelectedBlockCustomizePanel.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeButton.d.ts +10 -1
- package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeContext.d.ts +17 -3
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/SubrouteNoticePanel.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/linkedEntryEditEvents.d.ts +14 -1
- package/dist/_dts/preview-next/src/client/preview/previewChromePlacement.d.ts +5 -0
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeControls.d.ts +11 -10
- package/dist/_dts/preview-next/src/client/preview/siteChromeLookRows.d.ts +10 -1
- package/dist/_dts/preview-next/src/client/preview/siteChromeQuickControlHistoryState.d.ts +29 -6
- package/dist/_dts/preview-next/src/client/preview/siteChromeSavePlan.d.ts +3 -2
- package/dist/_dts/preview-next/src/client/preview/themeOverlay.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/sdk/SdkPreviewModeRuntime.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/widgets/widgetOverrides.d.ts +5 -3
- package/dist/_dts/sdk/src/__mocks__/next-cache.d.ts +4 -3
- package/dist/_dts/sdk/src/bookings/index.d.ts +5 -4
- package/dist/_dts/sdk/src/bookings/types.d.ts +2 -2
- package/dist/_dts/sdk/src/cli/commands/pull-dry-run.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/content/reader.d.ts +15 -22
- package/dist/_dts/sdk/src/cli/content/writer.d.ts +6 -1
- package/dist/_dts/sdk/src/cli/helpers.d.ts +10 -5
- package/dist/_dts/sdk/src/cli/merge-remote/entryLocal.d.ts +2 -2
- package/dist/_dts/sdk/src/cli/merge-remote/entryMerge.d.ts +2 -1
- package/dist/_dts/sdk/src/cli/merge-remote/entrySnapshots.d.ts +2 -2
- package/dist/_dts/sdk/src/cli/site-commands/commandSurfaceDispatch.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/site-commands/localBlockManifestResolver.d.ts +31 -0
- package/dist/_dts/sdk/src/cli/site-commands/pageCommands.d.ts +2 -2
- package/dist/_dts/sdk/src/cli/site-commands/pushExecution.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/sync/validation.d.ts +7 -7
- package/dist/_dts/sdk/src/client/management/index.d.ts +1 -1
- package/dist/_dts/sdk/src/client/management/types.d.ts +40 -10
- package/dist/_dts/sdk/src/client/types.d.ts +36 -4
- package/dist/_dts/sdk/src/client.d.ts +1 -1
- package/dist/_dts/sdk/src/config/content-types.d.ts +3 -14
- package/dist/_dts/sdk/src/config/content-validation.d.ts +9 -214
- package/dist/_dts/sdk/src/config/field-definitions.d.ts +13 -7
- package/dist/_dts/sdk/src/config/types.d.ts +9 -0
- package/dist/_dts/sdk/src/config/validation.d.ts +21 -21
- package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +28 -5
- package/dist/_dts/sdk/src/index.d.ts +1 -1
- package/dist/_dts/sdk/src/preview-next/client/index.d.ts +6 -6
- package/dist/_dts/sdk/src/preview-next/client/runtime.d.ts +4 -3
- package/dist/_dts/sdk/src/public-api/contracts.d.ts +42 -37
- package/dist/_dts/sdk/src/rendering/blocks-page-renderer.d.ts +1 -0
- package/dist/_dts/sdk/src/rendering/components/Block.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/components/Block.server.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/components/Layout.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/components/Page.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/components/Page.server.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/components/PageHydrationBootstrap.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/components/pageShared.d.ts +6 -1
- package/dist/_dts/sdk/src/rendering/helpers/bindings.d.ts +10 -9
- package/dist/_dts/sdk/src/rendering/islands/enhancers/routeIslandApiConfig.d.ts +9 -0
- package/dist/_dts/sdk/src/rendering/islands/types.d.ts +6 -57
- package/dist/_dts/sdk/src/rendering/overrides.d.ts +6 -1
- package/dist/_dts/sdk/src/rendering/primitives/RichText.d.ts +2 -1
- package/dist/_dts/sdk/src/server.d.ts +1 -1
- package/dist/_dts/sdk/src/theme-bridge/ThemeBridgeProvider.d.ts +1 -1
- package/dist/_dts/sdk/src/types/block-kinds.d.ts +1 -1
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/site-commands/src/commands.d.ts +84 -21
- package/dist/_dts/theme-core/src/ClientThemeScope.d.ts +1 -1
- package/dist/_dts/theme-core/src/ThemeFontLoader.d.ts +3 -2
- package/dist/_dts/theme-core/src/ThemeScope.d.ts +1 -1
- package/dist/_dts/theme-core/src/ThemeScopeCore.d.ts +1 -1
- package/dist/_dts/theme-core/src/accordions/types.d.ts +6 -6
- package/dist/_dts/theme-core/src/buttons/personalities/index.d.ts +11 -0
- package/dist/_dts/theme-core/src/buttons/personalities/ornate-ritual.d.ts +16 -0
- package/dist/_dts/theme-core/src/buttons/personalities/types.d.ts +8 -8
- package/dist/_dts/theme-core/src/buttons/types.d.ts +20 -20
- package/dist/_dts/theme-core/src/cards/types.d.ts +20 -20
- package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
- package/dist/_dts/theme-core/src/inputs/types.d.ts +3 -3
- package/dist/_dts/theme-core/src/interactive/baseSchema.d.ts +1 -1
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +234 -225
- package/dist/_dts/theme-core/src/mock-themes/components/PaletteCard.d.ts +1 -1
- package/dist/_dts/theme-core/src/mock-themes/components/swatch.d.ts +1 -1
- package/dist/_dts/theme-core/src/navigation/presets.d.ts +1 -1
- package/dist/_dts/theme-core/src/navigation/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/palette/variants/index.d.ts +15 -0
- package/dist/_dts/theme-core/src/palette/variants/types.d.ts +6 -6
- package/dist/_dts/theme-core/src/palette/variants/warm-dark.d.ts +16 -0
- package/dist/_dts/theme-core/src/schema.d.ts +263 -248
- package/dist/_dts/theme-core/src/shared/componentStyles.d.ts +2 -2
- package/dist/_dts/theme-core/src/site-styles/backgroundAppearance.d.ts +27 -0
- package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +141 -1
- package/dist/_dts/theme-core/src/site-styles/designState.d.ts +16 -14
- package/dist/_dts/theme-core/src/site-styles/footerLooks.d.ts +110 -5
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +11 -9
- package/dist/_dts/theme-core/src/site-styles/index.d.ts +2 -0
- package/dist/_dts/theme-core/src/site-styles/logoBranding.d.ts +4 -4
- package/dist/_dts/theme-core/src/site-styles/previewCompiler.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/rawStyleFields.d.ts +2 -0
- package/dist/_dts/theme-core/src/site-styles/runtimeCompiler.d.ts +5 -1
- package/dist/_dts/theme-core/src/site-styles/siteChromeBackgrounds.d.ts +30 -0
- package/dist/_dts/theme-core/src/site-styles/styleTags.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/tokenRecipes.d.ts +2 -2
- package/dist/_dts/theme-core/src/site-styles/types.d.ts +3 -1
- package/dist/_dts/theme-core/src/site-styles/typographyPresets.d.ts +16 -1
- package/dist/_dts/theme-core/src/siteChromePlanning.d.ts +1 -0
- package/dist/_dts/theme-core/src/tokens/themeColorTokens.d.ts +3 -3
- package/dist/_dts/theme-core/src/utils/colorStyles.d.ts +6 -6
- package/dist/_dts/ui/src/async-boundary.d.ts +1 -1
- package/dist/_dts/ui/src/badge.d.ts +1 -1
- package/dist/_dts/ui/src/button-group.d.ts +3 -3
- package/dist/_dts/ui/src/calendar.d.ts +2 -2
- package/dist/_dts/ui/src/card.d.ts +6 -6
- package/dist/_dts/ui/src/combobox.d.ts +1 -1
- package/dist/_dts/ui/src/command-multi-select.d.ts +1 -1
- package/dist/_dts/ui/src/content-spinner.d.ts +1 -1
- package/dist/_dts/ui/src/delayed-spinner.d.ts +1 -1
- package/dist/_dts/ui/src/dev-toolbar.d.ts +1 -1
- package/dist/_dts/ui/src/dialog.d.ts +10 -10
- package/dist/_dts/ui/src/dropdown-menu.d.ts +1 -1
- package/dist/_dts/ui/src/editor-drawer.d.ts +1 -1
- package/dist/_dts/ui/src/empty-state.d.ts +1 -1
- package/dist/_dts/ui/src/filter-button-group.d.ts +1 -1
- package/dist/_dts/ui/src/fixed-bottom-surface.d.ts +1 -1
- package/dist/_dts/ui/src/form.d.ts +7 -7
- package/dist/_dts/ui/src/label.d.ts +1 -1
- package/dist/_dts/ui/src/menubar.d.ts +16 -16
- package/dist/_dts/ui/src/navigation-tabs.d.ts +2 -2
- package/dist/_dts/ui/src/number-input.d.ts +1 -1
- package/dist/_dts/ui/src/palette/ColorChooserDialog.d.ts +1 -1
- package/dist/_dts/ui/src/palette/ColorSlotButton.d.ts +1 -1
- package/dist/_dts/ui/src/palette/ColorSwatchButton.d.ts +1 -1
- package/dist/_dts/ui/src/palette/PaletteTokenEditor.d.ts +1 -1
- package/dist/_dts/ui/src/resizable-split-pane.d.ts +1 -1
- package/dist/_dts/ui/src/select.d.ts +10 -10
- package/dist/_dts/ui/src/separator.d.ts +1 -1
- package/dist/_dts/ui/src/sheet.d.ts +9 -9
- package/dist/_dts/ui/src/spinner.d.ts +1 -1
- package/dist/_dts/ui/src/tooltip.d.ts +4 -4
- package/dist/{chunk-4T5JIPWY.mjs → chunk-3LXFQS7T.mjs} +1 -1
- package/dist/{chunk-3QWQ2MUQ.mjs → chunk-5E33VO6J.mjs} +3128 -2300
- package/dist/{chunk-3VT7LZY2.mjs → chunk-6X2OVO3S.mjs} +2 -2
- package/dist/{chunk-3PTVPAT4.mjs → chunk-HFMGVJCE.mjs} +388 -56
- package/dist/{chunk-E3NZYEKF.mjs → chunk-LBBPD2IW.mjs} +53 -2
- package/dist/{chunk-WUHKQBB6.mjs → chunk-MSHZO4SL.mjs} +23773 -18556
- package/dist/cli/index.mjs +6062 -3246
- package/dist/cli/init-docs/content/getting-started.md +2 -0
- package/dist/cli/init-docs/content/workflow-custom-block.md +5 -0
- package/dist/cli/init-docs/content/workflow-templates.md +93 -2
- package/dist/client/{accordion-SFIIZWNH.mjs → accordion-ESY65T56.mjs} +2 -2
- package/dist/client/{bookingForm-CFKZVWGA.mjs → bookingForm-JRFNZUHD.mjs} +12 -12
- package/dist/client/bookings.mjs +3568 -299
- package/dist/client/{carousel-ELXWSBLA.mjs → carousel-CPR5VWIP.mjs} +3 -3
- package/dist/client/{cart-6SSCPYY5.mjs → cart-ZUX5BA7O.mjs} +8 -7
- package/dist/client/{checkout-UFQ34HPV.mjs → checkout-RULGBADZ.mjs} +8 -7
- package/dist/client/{chunk-PA2LJH2M.mjs → chunk-52I7BGEK.mjs} +5 -4
- package/dist/client/{chunk-IUEDYLFJ.mjs → chunk-5ZEAZ33K.mjs} +1 -1
- package/dist/client/{chunk-V6XI4M2Q.mjs → chunk-BT6AEIKN.mjs} +1 -1
- package/dist/client/{chunk-3PEDD5KJ.mjs → chunk-DVNUDUVT.mjs} +1 -1
- package/dist/client/{chunk-YLMKMCSJ.mjs → chunk-GFSQNTRW.mjs} +1 -3
- package/dist/client/{chunk-NX6X3GRF.mjs → chunk-HXPWP5EN.mjs} +492 -201
- package/dist/client/{chunk-G56BSZAM.mjs → chunk-JWEYB4V6.mjs} +3 -3
- package/dist/client/chunk-L4J5Y62O.mjs +18 -0
- package/dist/client/{chunk-76JUETXQ.mjs → chunk-RDJFCPY3.mjs} +358 -157
- package/dist/client/{chunk-RMWMT3ZD.mjs → chunk-SYIJ5JO2.mjs} +1 -1
- package/dist/client/{chunk-NP47RHIX.mjs → chunk-URQCZD5W.mjs} +17 -34
- package/dist/client/{chunk-TCJS3NY5.mjs → chunk-Z5OBQ5I4.mjs} +1 -1
- package/dist/client/{chunk-7BXX7WXH.mjs → chunk-ZE5G642V.mjs} +60 -2
- package/dist/client/client.mjs +75121 -72133
- package/dist/client/{courseRegistration-HJIISAAG.mjs → courseRegistration-QTUDC35T.mjs} +13 -12
- package/dist/client/{eventCalendar-F6YVUCZR.mjs → eventCalendar-Q7NS4XLD.mjs} +14 -14
- package/dist/client/{eventCombined-B5DSTIOK.mjs → eventCombined-QAO7VUO5.mjs} +14 -14
- package/dist/client/{eventDetails-SEJDDHQC.mjs → eventDetails-WTNNU6Q3.mjs} +9 -9
- package/dist/client/{eventListing-TPMWIIBO.mjs → eventListing-5TA2ELDT.mjs} +14 -14
- package/dist/client/{eventRegistration-QU6W2PV6.mjs → eventRegistration-M6USZGRF.mjs} +17 -15
- package/dist/client/{form-LVTYNTDE.mjs → form-DGVGXLMH.mjs} +3 -3
- package/dist/client/{headerSection-SO3MFC4U.mjs → headerSection-O2AGMPCU.mjs} +4 -4
- package/dist/client/hooks.mjs +7289 -5663
- package/dist/client/{locationMap-5E5FLAKO.mjs → locationMap-EJRNRIKJ.mjs} +2 -2
- package/dist/client/{newsletterForm-GN32JEBQ.mjs → newsletterForm-7NTC2DTR.mjs} +3 -3
- package/dist/client/{productDetail-Q346KSVR.mjs → productDetail-HH4LP53D.mjs} +8 -7
- package/dist/client/{productList-DTDMQYGZ.mjs → productList-YVHYM2AF.mjs} +8 -7
- package/dist/client/rendering/client.mjs +3818 -2234
- package/dist/client/rendering/islands.mjs +19 -19
- package/dist/client/rendering.mjs +17370 -14360
- package/dist/client/{shop-OFUW7KPN.mjs → shop-UIFX7XRK.mjs} +8 -7
- package/dist/client/spam-protection.mjs +3 -5
- package/dist/preview-next/before-render.mjs +40 -0
- package/dist/preview-next/client/runtime.css +1 -1
- package/dist/preview-next/client/runtime.mjs +5 -5
- package/dist/preview-next/middleware.mjs +40 -0
- package/dist/{sdk-runtime-EEMNSB7J.css → sdk-runtime-JD4A6SU6.css} +1 -1
- package/dist/{sdk-runtime-2GIX6I7X.mjs → sdk-runtime-ZENAOYMN.mjs} +6 -6
- package/dist/server/components.mjs +13473 -11321
- package/dist/server/config-validation.mjs +7017 -5489
- package/dist/server/config.mjs +7017 -5489
- package/dist/server/data.mjs +7295 -5669
- package/dist/server/index.mjs +149 -56
- package/dist/server/next.mjs +14431 -12060
- package/dist/server/page-converter.mjs +8062 -5399
- package/dist/server/prebuild.mjs +2 -1
- package/dist/server/rendering/server.mjs +13510 -11263
- package/dist/server/rendering.mjs +13613 -11293
- package/dist/server/routing.mjs +30919 -29206
- package/dist/server/server.mjs +27669 -25919
- package/dist/server/theme-bridge.mjs +1288 -146
- package/dist/server/theme.mjs +221 -131
- package/dist/styles/index.css +416 -96
- package/package.json +16 -16
- package/dist/SdkPreviewModeRuntime-AKCSCZEC.mjs +0 -8
package/dist/styles/index.css
CHANGED
|
@@ -71,6 +71,9 @@
|
|
|
71
71
|
letter-spacing: 0.025em;
|
|
72
72
|
text-transform: uppercase;
|
|
73
73
|
}
|
|
74
|
+
.rb-eyebrow-treatment-accent {
|
|
75
|
+
color: rgb(var(--tb-accent));
|
|
76
|
+
}
|
|
74
77
|
.rb-eyebrow-treatment-pill {
|
|
75
78
|
align-self: center;
|
|
76
79
|
display: inline-flex;
|
|
@@ -125,6 +128,27 @@
|
|
|
125
128
|
font-weight: 400;
|
|
126
129
|
}
|
|
127
130
|
|
|
131
|
+
/* Media shape treatments */
|
|
132
|
+
.rb-media-shape-square,
|
|
133
|
+
.rb-media-shape-rounded,
|
|
134
|
+
.rb-media-shape-circle,
|
|
135
|
+
.rb-media-shape-arch {
|
|
136
|
+
overflow: hidden;
|
|
137
|
+
}
|
|
138
|
+
.rb-media-shape-square {
|
|
139
|
+
border-radius: 0;
|
|
140
|
+
}
|
|
141
|
+
.rb-media-shape-rounded {
|
|
142
|
+
border-radius: var(--rb-media-shape-radius, 1rem);
|
|
143
|
+
}
|
|
144
|
+
.rb-media-shape-circle {
|
|
145
|
+
border-radius: 9999px;
|
|
146
|
+
}
|
|
147
|
+
.rb-media-shape-arch {
|
|
148
|
+
border-radius: 9999px 9999px var(--rb-media-shape-arch-base-radius, 0.125rem)
|
|
149
|
+
var(--rb-media-shape-arch-base-radius, 0.125rem);
|
|
150
|
+
}
|
|
151
|
+
|
|
128
152
|
/* Navigation typography */
|
|
129
153
|
.rb-nav-text {
|
|
130
154
|
font-size: 0.875rem;
|
|
@@ -3233,7 +3257,7 @@
|
|
|
3233
3257
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-container {
|
|
3234
3258
|
border-radius: var(--rb-block-radius);
|
|
3235
3259
|
border: 1px solid var(--er-border);
|
|
3236
|
-
padding: 1.5rem;
|
|
3260
|
+
padding: clamp(1rem, 2vw, 1.5rem);
|
|
3237
3261
|
background: rgb(var(--tb-surface));
|
|
3238
3262
|
color: var(--er-on-surface);
|
|
3239
3263
|
transition: border-color var(--rb-block-transition) ease;
|
|
@@ -3242,6 +3266,117 @@
|
|
|
3242
3266
|
margin-inline: 0;
|
|
3243
3267
|
}
|
|
3244
3268
|
|
|
3269
|
+
/* SSR shell / required-island fallback */
|
|
3270
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-registration-shell {
|
|
3271
|
+
min-height: 24rem;
|
|
3272
|
+
}
|
|
3273
|
+
|
|
3274
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-registration-shell__steps {
|
|
3275
|
+
margin-bottom: 1.25rem;
|
|
3276
|
+
}
|
|
3277
|
+
|
|
3278
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-registration-shell__eyebrow {
|
|
3279
|
+
margin: 0 0 0.35rem;
|
|
3280
|
+
color: var(--er-on-surface-subtle);
|
|
3281
|
+
font-size: 0.75rem;
|
|
3282
|
+
font-weight: 700;
|
|
3283
|
+
letter-spacing: 0.04em;
|
|
3284
|
+
line-height: 1.2;
|
|
3285
|
+
text-transform: uppercase;
|
|
3286
|
+
}
|
|
3287
|
+
|
|
3288
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-registration-shell__title {
|
|
3289
|
+
margin: 0;
|
|
3290
|
+
}
|
|
3291
|
+
|
|
3292
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-registration-shell__copy {
|
|
3293
|
+
margin: 0.35rem 0 0;
|
|
3294
|
+
max-width: 36rem;
|
|
3295
|
+
line-height: 1.45;
|
|
3296
|
+
}
|
|
3297
|
+
|
|
3298
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-registration-shell__cards {
|
|
3299
|
+
margin-top: 0.25rem;
|
|
3300
|
+
overflow: hidden;
|
|
3301
|
+
border: 1px solid var(--er-border);
|
|
3302
|
+
border-radius: var(--rb-block-radius);
|
|
3303
|
+
background: var(--er-control-bg);
|
|
3304
|
+
}
|
|
3305
|
+
|
|
3306
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-registration-shell__card {
|
|
3307
|
+
display: grid;
|
|
3308
|
+
gap: 0.5rem;
|
|
3309
|
+
padding: 1rem;
|
|
3310
|
+
}
|
|
3311
|
+
|
|
3312
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-registration-shell__line {
|
|
3313
|
+
height: 0.75rem;
|
|
3314
|
+
border-radius: 9999px;
|
|
3315
|
+
background: linear-gradient(
|
|
3316
|
+
90deg,
|
|
3317
|
+
var(--er-shell-line),
|
|
3318
|
+
rgba(var(--tb-primary), 0.12),
|
|
3319
|
+
var(--er-shell-line)
|
|
3320
|
+
);
|
|
3321
|
+
}
|
|
3322
|
+
|
|
3323
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-registration-shell__line--lg {
|
|
3324
|
+
width: min(26rem, 82%);
|
|
3325
|
+
}
|
|
3326
|
+
|
|
3327
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-registration-shell__line--md {
|
|
3328
|
+
width: min(19rem, 68%);
|
|
3329
|
+
}
|
|
3330
|
+
|
|
3331
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-registration-shell__line--sm {
|
|
3332
|
+
width: min(14rem, 52%);
|
|
3333
|
+
}
|
|
3334
|
+
|
|
3335
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-registration-shell__line--xs {
|
|
3336
|
+
width: min(10rem, 42%);
|
|
3337
|
+
}
|
|
3338
|
+
|
|
3339
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-registration-shell__summary {
|
|
3340
|
+
align-items: center;
|
|
3341
|
+
border-radius: calc(var(--rb-block-radius) * 0.75);
|
|
3342
|
+
border: 1px solid var(--er-summary-border);
|
|
3343
|
+
padding: 0.875rem 1rem;
|
|
3344
|
+
}
|
|
3345
|
+
|
|
3346
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-registration-shell__button-placeholder {
|
|
3347
|
+
display: inline-flex;
|
|
3348
|
+
min-height: 2.5rem;
|
|
3349
|
+
align-items: center;
|
|
3350
|
+
justify-content: center;
|
|
3351
|
+
border-radius: calc(var(--rb-block-radius) * 0.6);
|
|
3352
|
+
background: rgb(var(--tb-primary));
|
|
3353
|
+
color: rgb(var(--tb-primaryText, var(--tb-primaryForeground, 255 255 255)));
|
|
3354
|
+
padding: 0.625rem 1rem;
|
|
3355
|
+
font-size: 0.875rem;
|
|
3356
|
+
font-weight: 600;
|
|
3357
|
+
line-height: 1.2;
|
|
3358
|
+
text-align: center;
|
|
3359
|
+
white-space: nowrap;
|
|
3360
|
+
}
|
|
3361
|
+
|
|
3362
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .event-registration__hydration-error {
|
|
3363
|
+
border-radius: var(--rb-block-radius);
|
|
3364
|
+
border: 1px solid var(--er-border-error);
|
|
3365
|
+
background: var(--er-error-bg);
|
|
3366
|
+
color: var(--er-error-text);
|
|
3367
|
+
padding: 1rem;
|
|
3368
|
+
font-size: 0.9375rem;
|
|
3369
|
+
line-height: 1.45;
|
|
3370
|
+
}
|
|
3371
|
+
|
|
3372
|
+
:where(.theme-scope) :where([data-block="event-registration"].event-registration--embedded) .er-container {
|
|
3373
|
+
max-width: none;
|
|
3374
|
+
padding: 0;
|
|
3375
|
+
border: 0;
|
|
3376
|
+
border-radius: 0;
|
|
3377
|
+
background: transparent;
|
|
3378
|
+
}
|
|
3379
|
+
|
|
3245
3380
|
/* Empty/unavailable states */
|
|
3246
3381
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-empty {
|
|
3247
3382
|
border-radius: var(--rb-block-radius);
|
|
@@ -3281,16 +3416,30 @@
|
|
|
3281
3416
|
padding: 1rem;
|
|
3282
3417
|
border-radius: calc(var(--rb-block-radius) * 0.75);
|
|
3283
3418
|
border: 1px solid var(--er-border);
|
|
3419
|
+
background: var(--er-surface-muted);
|
|
3284
3420
|
}
|
|
3285
3421
|
|
|
3286
3422
|
/* Ticket counter */
|
|
3423
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-counter-group {
|
|
3424
|
+
display: flex;
|
|
3425
|
+
align-items: center;
|
|
3426
|
+
gap: 0.875rem;
|
|
3427
|
+
flex-wrap: wrap;
|
|
3428
|
+
}
|
|
3429
|
+
|
|
3430
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-counter {
|
|
3431
|
+
gap: 0.625rem;
|
|
3432
|
+
}
|
|
3433
|
+
|
|
3287
3434
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-counter-btn {
|
|
3288
|
-
width: 2.
|
|
3289
|
-
height: 2.
|
|
3435
|
+
width: 2.125rem;
|
|
3436
|
+
height: 2.125rem;
|
|
3290
3437
|
border-radius: 50%;
|
|
3291
3438
|
border: 1px solid var(--er-border);
|
|
3292
3439
|
background: transparent;
|
|
3293
3440
|
cursor: pointer;
|
|
3441
|
+
font-size: 1rem;
|
|
3442
|
+
line-height: 1;
|
|
3294
3443
|
transition: border-color var(--rb-block-transition) ease;
|
|
3295
3444
|
}
|
|
3296
3445
|
|
|
@@ -3303,17 +3452,33 @@
|
|
|
3303
3452
|
cursor: not-allowed;
|
|
3304
3453
|
}
|
|
3305
3454
|
|
|
3455
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-counter-limit {
|
|
3456
|
+
margin: 0;
|
|
3457
|
+
color: var(--er-on-surface-muted);
|
|
3458
|
+
font-size: 0.8125rem;
|
|
3459
|
+
line-height: 1.35;
|
|
3460
|
+
}
|
|
3461
|
+
|
|
3306
3462
|
/* Form inputs */
|
|
3307
3463
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-input {
|
|
3308
3464
|
width: 100%;
|
|
3309
|
-
|
|
3465
|
+
min-height: 2.75rem;
|
|
3466
|
+
padding: 0.625rem 0.75rem;
|
|
3310
3467
|
border-radius: calc(var(--rb-block-radius) * 0.5);
|
|
3311
3468
|
border: 1px solid var(--er-border);
|
|
3312
|
-
background:
|
|
3469
|
+
background: var(--er-control-bg);
|
|
3470
|
+
color: var(--er-control-text);
|
|
3471
|
+
font: inherit;
|
|
3472
|
+
line-height: 1.4;
|
|
3313
3473
|
transition: border-color var(--rb-block-transition) ease,
|
|
3474
|
+
background-color var(--rb-block-transition) ease,
|
|
3314
3475
|
box-shadow var(--rb-block-transition) ease;
|
|
3315
3476
|
}
|
|
3316
3477
|
|
|
3478
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-input::placeholder {
|
|
3479
|
+
color: var(--er-on-surface-faint);
|
|
3480
|
+
}
|
|
3481
|
+
|
|
3317
3482
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-input:focus {
|
|
3318
3483
|
outline: none;
|
|
3319
3484
|
border-color: var(--er-border-selected);
|
|
@@ -3434,6 +3599,38 @@
|
|
|
3434
3599
|
color: var(--er-on-surface);
|
|
3435
3600
|
}
|
|
3436
3601
|
|
|
3602
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid .er-event-card {
|
|
3603
|
+
padding: 0.875rem 0;
|
|
3604
|
+
border-width: 0 0 var(--rb-event-tile-border-width, var(--rb-border-width, 1px)) 0;
|
|
3605
|
+
border-style: solid;
|
|
3606
|
+
border-radius: 0;
|
|
3607
|
+
background: transparent;
|
|
3608
|
+
}
|
|
3609
|
+
|
|
3610
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid .er-event-card:last-child {
|
|
3611
|
+
border-bottom-width: 0;
|
|
3612
|
+
}
|
|
3613
|
+
|
|
3614
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-option {
|
|
3615
|
+
display: flex;
|
|
3616
|
+
align-items: flex-start;
|
|
3617
|
+
justify-content: space-between;
|
|
3618
|
+
gap: 1rem;
|
|
3619
|
+
}
|
|
3620
|
+
|
|
3621
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-option-main {
|
|
3622
|
+
min-width: 0;
|
|
3623
|
+
display: flex;
|
|
3624
|
+
flex-direction: column;
|
|
3625
|
+
gap: 0.25rem;
|
|
3626
|
+
}
|
|
3627
|
+
|
|
3628
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid .er-event-title {
|
|
3629
|
+
font-size: 1rem;
|
|
3630
|
+
line-height: 1.35;
|
|
3631
|
+
font-weight: 600;
|
|
3632
|
+
}
|
|
3633
|
+
|
|
3437
3634
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-card .er-event-title {
|
|
3438
3635
|
color: var(--er-on-surface);
|
|
3439
3636
|
}
|
|
@@ -3443,6 +3640,10 @@
|
|
|
3443
3640
|
margin: 0;
|
|
3444
3641
|
}
|
|
3445
3642
|
|
|
3643
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid .er-event-card .er-text {
|
|
3644
|
+
line-height: 1.4;
|
|
3645
|
+
}
|
|
3646
|
+
|
|
3446
3647
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-card .er-text--muted {
|
|
3447
3648
|
color: var(--er-on-surface-muted);
|
|
3448
3649
|
opacity: 1;
|
|
@@ -3457,15 +3658,27 @@
|
|
|
3457
3658
|
color: var(--er-on-surface-disabled);
|
|
3458
3659
|
}
|
|
3459
3660
|
|
|
3661
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid .er-event-card--selected {
|
|
3662
|
+
background: transparent;
|
|
3663
|
+
}
|
|
3664
|
+
|
|
3665
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid .er-event-card--selected .er-event-title {
|
|
3666
|
+
color: rgb(var(--tb-primary));
|
|
3667
|
+
}
|
|
3668
|
+
|
|
3460
3669
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-card--disabled .er-text--muted,
|
|
3461
3670
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-card--disabled .er-text--faint {
|
|
3462
3671
|
color: var(--er-on-surface-disabled-detail);
|
|
3463
3672
|
}
|
|
3464
3673
|
|
|
3674
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid .er-capacity-badge {
|
|
3675
|
+
white-space: nowrap;
|
|
3676
|
+
}
|
|
3677
|
+
|
|
3465
3678
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-counter-value {
|
|
3466
|
-
font-size: 1.
|
|
3679
|
+
font-size: 1.25rem;
|
|
3467
3680
|
font-weight: 700;
|
|
3468
|
-
width:
|
|
3681
|
+
width: 1.625rem;
|
|
3469
3682
|
text-align: center;
|
|
3470
3683
|
}
|
|
3471
3684
|
|
|
@@ -3480,17 +3693,11 @@
|
|
|
3480
3693
|
gap: 0.75rem;
|
|
3481
3694
|
}
|
|
3482
3695
|
|
|
3483
|
-
/* Event selection
|
|
3696
|
+
/* Event/date selection rows */
|
|
3484
3697
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid {
|
|
3485
3698
|
display: grid;
|
|
3486
3699
|
grid-template-columns: minmax(0, 1fr);
|
|
3487
|
-
gap: 0
|
|
3488
|
-
}
|
|
3489
|
-
|
|
3490
|
-
@media (min-width: 768px) {
|
|
3491
|
-
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid {
|
|
3492
|
-
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
3493
|
-
}
|
|
3700
|
+
gap: 0;
|
|
3494
3701
|
}
|
|
3495
3702
|
|
|
3496
3703
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-row {
|
|
@@ -3625,21 +3832,24 @@
|
|
|
3625
3832
|
align-items: flex-start;
|
|
3626
3833
|
gap: 0.75rem;
|
|
3627
3834
|
padding: 1rem;
|
|
3628
|
-
border:
|
|
3835
|
+
border: 1px solid var(--er-payment-border);
|
|
3629
3836
|
border-radius: var(--rb-block-radius);
|
|
3630
|
-
background:
|
|
3837
|
+
background: var(--er-control-bg);
|
|
3631
3838
|
cursor: pointer;
|
|
3632
3839
|
transition: border-color var(--rb-block-transition) ease,
|
|
3840
|
+
box-shadow var(--rb-block-transition) ease,
|
|
3633
3841
|
background-color var(--rb-block-transition) ease;
|
|
3634
3842
|
}
|
|
3635
3843
|
|
|
3636
3844
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-option:hover {
|
|
3637
3845
|
border-color: var(--er-payment-border-hover);
|
|
3846
|
+
box-shadow: 0 8px 18px rgba(var(--tb-shadow, 15 23 42), 0.08);
|
|
3638
3847
|
}
|
|
3639
3848
|
|
|
3640
3849
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-option--selected {
|
|
3641
3850
|
border-color: var(--er-payment-border-selected);
|
|
3642
3851
|
background-color: var(--er-payment-bg-selected);
|
|
3852
|
+
box-shadow: 0 0 0 1px var(--er-payment-border-selected);
|
|
3643
3853
|
}
|
|
3644
3854
|
|
|
3645
3855
|
/* Discount code entry */
|
|
@@ -4113,35 +4323,6 @@
|
|
|
4113
4323
|
pointer-events: none;
|
|
4114
4324
|
}
|
|
4115
4325
|
|
|
4116
|
-
:where(.theme-scope)
|
|
4117
|
-
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
4118
|
-
.event-card-badges,
|
|
4119
|
-
:where(.theme-scope)
|
|
4120
|
-
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
4121
|
-
.event-card-tags {
|
|
4122
|
-
display: flex;
|
|
4123
|
-
flex-wrap: wrap;
|
|
4124
|
-
gap: 0.5rem;
|
|
4125
|
-
}
|
|
4126
|
-
|
|
4127
|
-
:where(.theme-scope)
|
|
4128
|
-
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
4129
|
-
.event-card-badge,
|
|
4130
|
-
:where(.theme-scope)
|
|
4131
|
-
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
4132
|
-
.event-card-tag {
|
|
4133
|
-
display: inline-flex;
|
|
4134
|
-
align-items: center;
|
|
4135
|
-
width: fit-content;
|
|
4136
|
-
padding: 0.2rem 0.6rem;
|
|
4137
|
-
border-radius: 9999px;
|
|
4138
|
-
font-size: 0.7rem;
|
|
4139
|
-
font-weight: 600;
|
|
4140
|
-
line-height: 1rem;
|
|
4141
|
-
color: rgb(var(--tb-text));
|
|
4142
|
-
background: rgba(var(--tb-border), 0.6);
|
|
4143
|
-
}
|
|
4144
|
-
|
|
4145
4326
|
/* =============================================================================
|
|
4146
4327
|
* EventCard: Horizontal Layout (stack mode, md+ screens only)
|
|
4147
4328
|
* ============================================================================= */
|
|
@@ -4149,7 +4330,7 @@
|
|
|
4149
4330
|
@media (min-width: 768px) {
|
|
4150
4331
|
:where(.theme-scope)
|
|
4151
4332
|
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
4152
|
-
.event-card
|
|
4333
|
+
.event-card--horizontal {
|
|
4153
4334
|
display: flex;
|
|
4154
4335
|
flex-direction: row;
|
|
4155
4336
|
gap: var(--rb-event-card-horizontal-gap, 1rem);
|
|
@@ -4158,7 +4339,7 @@
|
|
|
4158
4339
|
/* Image: ~1/3 width */
|
|
4159
4340
|
:where(.theme-scope)
|
|
4160
4341
|
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
4161
|
-
.event-card
|
|
4342
|
+
.event-card--horizontal .event-card-media {
|
|
4162
4343
|
width: var(--rb-event-card-horizontal-image-width, 33.333%);
|
|
4163
4344
|
min-width: 200px;
|
|
4164
4345
|
max-width: 320px;
|
|
@@ -4170,7 +4351,7 @@
|
|
|
4170
4351
|
/* Content: fills remaining space */
|
|
4171
4352
|
:where(.theme-scope)
|
|
4172
4353
|
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
4173
|
-
.event-card
|
|
4354
|
+
.event-card--horizontal .card-content {
|
|
4174
4355
|
flex: 1;
|
|
4175
4356
|
min-width: 0;
|
|
4176
4357
|
}
|
|
@@ -4178,7 +4359,7 @@
|
|
|
4178
4359
|
/* Footer: row layout with button on left, capacity on right */
|
|
4179
4360
|
:where(.theme-scope)
|
|
4180
4361
|
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
4181
|
-
.event-card
|
|
4362
|
+
.event-card--horizontal .event-card-footer {
|
|
4182
4363
|
flex-direction: row-reverse;
|
|
4183
4364
|
justify-content: space-between;
|
|
4184
4365
|
align-items: center;
|
|
@@ -4187,14 +4368,14 @@
|
|
|
4187
4368
|
/* Button: auto width */
|
|
4188
4369
|
:where(.theme-scope)
|
|
4189
4370
|
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
4190
|
-
.event-card
|
|
4371
|
+
.event-card--horizontal .event-card-cta {
|
|
4191
4372
|
width: auto;
|
|
4192
4373
|
}
|
|
4193
4374
|
|
|
4194
4375
|
/* Capacity: right-aligned */
|
|
4195
4376
|
:where(.theme-scope)
|
|
4196
4377
|
:where([data-block="event-listing"], [data-block="event-spotlight"], [data-block="event-calendar"], [data-block="event-combined"])
|
|
4197
|
-
.event-card
|
|
4378
|
+
.event-card--horizontal .event-card-capacity {
|
|
4198
4379
|
text-align: right;
|
|
4199
4380
|
}
|
|
4200
4381
|
}
|
|
@@ -4261,14 +4442,14 @@
|
|
|
4261
4442
|
}
|
|
4262
4443
|
|
|
4263
4444
|
/* =============================================================================
|
|
4264
|
-
* Payment Step Layout
|
|
4265
|
-
*
|
|
4445
|
+
* Payment Step Layout
|
|
4446
|
+
* Main flow + optional legacy sidebar area + footer summary/actions
|
|
4266
4447
|
* =============================================================================
|
|
4267
4448
|
*/
|
|
4268
4449
|
|
|
4269
4450
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-layout {
|
|
4270
4451
|
display: grid;
|
|
4271
|
-
gap: 1.
|
|
4452
|
+
gap: 1.25rem;
|
|
4272
4453
|
grid-template-columns: 1fr;
|
|
4273
4454
|
grid-template-areas:
|
|
4274
4455
|
"sidebar"
|
|
@@ -4276,6 +4457,13 @@
|
|
|
4276
4457
|
"footer";
|
|
4277
4458
|
}
|
|
4278
4459
|
|
|
4460
|
+
/* When no sidebar, main takes full width */
|
|
4461
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-layout--no-sidebar {
|
|
4462
|
+
grid-template-areas:
|
|
4463
|
+
"main"
|
|
4464
|
+
"footer";
|
|
4465
|
+
}
|
|
4466
|
+
|
|
4279
4467
|
@media (min-width: 768px) {
|
|
4280
4468
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-layout {
|
|
4281
4469
|
grid-template-columns: 1fr 260px;
|
|
@@ -4284,7 +4472,6 @@
|
|
|
4284
4472
|
"footer footer";
|
|
4285
4473
|
}
|
|
4286
4474
|
|
|
4287
|
-
/* When no sidebar, main takes full width */
|
|
4288
4475
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-layout--no-sidebar {
|
|
4289
4476
|
grid-template-columns: 1fr;
|
|
4290
4477
|
grid-template-areas:
|
|
@@ -4297,6 +4484,10 @@
|
|
|
4297
4484
|
grid-area: main;
|
|
4298
4485
|
}
|
|
4299
4486
|
|
|
4487
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-layout-main > .er-portal-auth {
|
|
4488
|
+
margin-bottom: 1.5rem;
|
|
4489
|
+
}
|
|
4490
|
+
|
|
4300
4491
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-layout-sidebar {
|
|
4301
4492
|
grid-area: sidebar;
|
|
4302
4493
|
}
|
|
@@ -4305,7 +4496,7 @@
|
|
|
4305
4496
|
grid-area: footer;
|
|
4306
4497
|
display: flex;
|
|
4307
4498
|
flex-direction: column;
|
|
4308
|
-
gap:
|
|
4499
|
+
gap: 0.875rem;
|
|
4309
4500
|
}
|
|
4310
4501
|
|
|
4311
4502
|
/* =============================================================================
|
|
@@ -4317,30 +4508,42 @@
|
|
|
4317
4508
|
display: grid;
|
|
4318
4509
|
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
|
|
4319
4510
|
gap: 0.75rem;
|
|
4511
|
+
align-items: stretch;
|
|
4512
|
+
}
|
|
4513
|
+
|
|
4514
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-tiles > [role="listitem"] {
|
|
4515
|
+
min-width: 0;
|
|
4516
|
+
display: flex;
|
|
4320
4517
|
}
|
|
4321
4518
|
|
|
4322
4519
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-tile {
|
|
4520
|
+
width: 100%;
|
|
4521
|
+
min-height: 5.75rem;
|
|
4323
4522
|
display: flex;
|
|
4324
4523
|
flex-direction: column;
|
|
4325
4524
|
align-items: center;
|
|
4326
|
-
|
|
4327
|
-
|
|
4328
|
-
|
|
4525
|
+
justify-content: center;
|
|
4526
|
+
gap: 0.25rem;
|
|
4527
|
+
padding: 0.75rem 0.625rem;
|
|
4528
|
+
border: 1px solid var(--er-payment-border);
|
|
4329
4529
|
border-radius: var(--rb-block-radius);
|
|
4330
|
-
background:
|
|
4530
|
+
background: var(--er-control-bg);
|
|
4331
4531
|
cursor: pointer;
|
|
4332
4532
|
text-align: center;
|
|
4333
4533
|
transition: border-color var(--rb-block-transition) ease,
|
|
4534
|
+
box-shadow var(--rb-block-transition) ease,
|
|
4334
4535
|
background-color var(--rb-block-transition) ease;
|
|
4335
4536
|
}
|
|
4336
4537
|
|
|
4337
4538
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-tile:hover:not([aria-disabled="true"]) {
|
|
4338
4539
|
border-color: var(--er-payment-border-hover);
|
|
4540
|
+
box-shadow: 0 8px 18px rgba(var(--tb-shadow, 15 23 42), 0.08);
|
|
4339
4541
|
}
|
|
4340
4542
|
|
|
4341
4543
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-tile--selected {
|
|
4342
4544
|
border-color: var(--er-payment-border-selected);
|
|
4343
4545
|
background-color: var(--er-payment-bg-selected);
|
|
4546
|
+
box-shadow: 0 0 0 1px var(--er-payment-border-selected);
|
|
4344
4547
|
}
|
|
4345
4548
|
|
|
4346
4549
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-tile--disabled {
|
|
@@ -4407,14 +4610,14 @@
|
|
|
4407
4610
|
|
|
4408
4611
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-tile-label {
|
|
4409
4612
|
font-weight: 500;
|
|
4410
|
-
font-size: 0.
|
|
4613
|
+
font-size: 0.875rem;
|
|
4411
4614
|
line-height: 1.2;
|
|
4412
4615
|
}
|
|
4413
4616
|
|
|
4414
4617
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-tile-detail {
|
|
4415
|
-
font-size: 0.
|
|
4618
|
+
font-size: 0.78125rem;
|
|
4416
4619
|
color: var(--er-on-surface-subtle);
|
|
4417
|
-
line-height: 1.
|
|
4620
|
+
line-height: 1.25;
|
|
4418
4621
|
}
|
|
4419
4622
|
|
|
4420
4623
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-tile-check {
|
|
@@ -4441,12 +4644,12 @@
|
|
|
4441
4644
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-summary-bar {
|
|
4442
4645
|
display: flex;
|
|
4443
4646
|
justify-content: space-between;
|
|
4444
|
-
align-items:
|
|
4647
|
+
align-items: flex-start;
|
|
4445
4648
|
gap: 1rem;
|
|
4446
4649
|
padding: 0.875rem 1rem;
|
|
4447
|
-
background: var(--er-
|
|
4650
|
+
background: var(--er-surface-muted);
|
|
4448
4651
|
border: 1px solid var(--er-summary-border);
|
|
4449
|
-
border-radius: var(--rb-block-radius);
|
|
4652
|
+
border-radius: calc(var(--rb-block-radius) * 0.75);
|
|
4450
4653
|
}
|
|
4451
4654
|
|
|
4452
4655
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-summary-bar-info {
|
|
@@ -4456,19 +4659,20 @@
|
|
|
4456
4659
|
}
|
|
4457
4660
|
|
|
4458
4661
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-summary-bar-event {
|
|
4459
|
-
font-size:
|
|
4662
|
+
font-size: 0.9375rem;
|
|
4460
4663
|
font-weight: 600;
|
|
4461
4664
|
margin: 0;
|
|
4462
4665
|
line-height: 1.3;
|
|
4463
4666
|
}
|
|
4464
4667
|
|
|
4465
4668
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-summary-bar-meta {
|
|
4466
|
-
font-size: 0.
|
|
4669
|
+
font-size: 0.8125rem;
|
|
4467
4670
|
color: rgba(var(--tb-text), 0.7);
|
|
4671
|
+
line-height: 1.35;
|
|
4468
4672
|
}
|
|
4469
4673
|
|
|
4470
4674
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-summary-bar-price {
|
|
4471
|
-
font-size:
|
|
4675
|
+
font-size: 1rem;
|
|
4472
4676
|
font-weight: 700;
|
|
4473
4677
|
flex-shrink: 0;
|
|
4474
4678
|
display: block;
|
|
@@ -4489,8 +4693,9 @@
|
|
|
4489
4693
|
justify-content: space-between;
|
|
4490
4694
|
align-items: flex-start;
|
|
4491
4695
|
gap: 1rem;
|
|
4492
|
-
padding: 0.75rem
|
|
4493
|
-
background:
|
|
4696
|
+
padding: 0.75rem 0;
|
|
4697
|
+
background: transparent;
|
|
4698
|
+
border-top: 1px solid var(--er-summary-border);
|
|
4494
4699
|
border-bottom: 1px solid var(--er-summary-border);
|
|
4495
4700
|
}
|
|
4496
4701
|
|
|
@@ -5671,7 +5876,8 @@
|
|
|
5671
5876
|
display: flex;
|
|
5672
5877
|
align-items: center;
|
|
5673
5878
|
justify-content: center;
|
|
5674
|
-
|
|
5879
|
+
/* Body-level modal portal baseline: clear sticky site/editor chrome unless a theme deliberately overrides it. */
|
|
5880
|
+
z-index: var(--ec-modal-z-index, 20000);
|
|
5675
5881
|
padding: 1rem;
|
|
5676
5882
|
animation: ec-modal-fade-in 150ms ease-out;
|
|
5677
5883
|
}
|
|
@@ -6216,16 +6422,10 @@
|
|
|
6216
6422
|
/* Two-column row (opt-in per field via schema layout) */
|
|
6217
6423
|
:where(.theme-scope) :where([data-block="form"]) .fb-row-2 {
|
|
6218
6424
|
display: grid;
|
|
6219
|
-
grid-template-columns: 1fr;
|
|
6425
|
+
grid-template-columns: repeat(auto-fit, minmax(min(14rem, 100%), 1fr));
|
|
6220
6426
|
gap: 1rem;
|
|
6221
6427
|
}
|
|
6222
6428
|
|
|
6223
|
-
@media (min-width: 768px) {
|
|
6224
|
-
:where(.theme-scope) :where([data-block="form"]) .fb-row-2 {
|
|
6225
|
-
grid-template-columns: 1fr 1fr;
|
|
6226
|
-
}
|
|
6227
|
-
}
|
|
6228
|
-
|
|
6229
6429
|
/* Field wrapper */
|
|
6230
6430
|
:where(.theme-scope) :where([data-block="form"]) .fb-field {
|
|
6231
6431
|
display: flex;
|
|
@@ -6301,6 +6501,10 @@
|
|
|
6301
6501
|
}
|
|
6302
6502
|
|
|
6303
6503
|
/* Subheadline - supporting text below headline */
|
|
6504
|
+
:where(.theme-scope) :where([data-block="hero"]) .hero-headline {
|
|
6505
|
+
text-wrap: balance;
|
|
6506
|
+
}
|
|
6507
|
+
|
|
6304
6508
|
:where(.theme-scope) :where([data-block="hero"]) .hero-subheadline {
|
|
6305
6509
|
font-size: 1.125rem;
|
|
6306
6510
|
color: var(--section-supporting-color, var(--section-text-color, rgb(var(--tb-text))));
|
|
@@ -6324,8 +6528,8 @@
|
|
|
6324
6528
|
}
|
|
6325
6529
|
|
|
6326
6530
|
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-typography-editorial .hero-headline {
|
|
6327
|
-
font-size: clamp(2.
|
|
6328
|
-
line-height: 1.
|
|
6531
|
+
font-size: clamp(2.75rem, 5.6vw, 4.75rem);
|
|
6532
|
+
line-height: 1.06;
|
|
6329
6533
|
}
|
|
6330
6534
|
|
|
6331
6535
|
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-typography-editorial .hero-subheadline {
|
|
@@ -6334,8 +6538,8 @@
|
|
|
6334
6538
|
}
|
|
6335
6539
|
|
|
6336
6540
|
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-typography-display .hero-headline {
|
|
6337
|
-
font-size: clamp(
|
|
6338
|
-
line-height: 1
|
|
6541
|
+
font-size: clamp(3.5rem, 7.2vw, 6.25rem);
|
|
6542
|
+
line-height: 1;
|
|
6339
6543
|
}
|
|
6340
6544
|
|
|
6341
6545
|
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-typography-display .hero-subheadline {
|
|
@@ -6344,8 +6548,8 @@
|
|
|
6344
6548
|
}
|
|
6345
6549
|
|
|
6346
6550
|
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-typography-poster .hero-headline {
|
|
6347
|
-
font-size: clamp(
|
|
6348
|
-
line-height: 0.
|
|
6551
|
+
font-size: clamp(4.25rem, 10vw, 8.5rem);
|
|
6552
|
+
line-height: 0.94;
|
|
6349
6553
|
}
|
|
6350
6554
|
|
|
6351
6555
|
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-typography-poster .hero-subheadline {
|
|
@@ -6354,13 +6558,13 @@
|
|
|
6354
6558
|
}
|
|
6355
6559
|
|
|
6356
6560
|
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-title-medium.rb-hero-typography-poster .hero-headline {
|
|
6357
|
-
font-size: clamp(
|
|
6561
|
+
font-size: clamp(3.5rem, 7.5vw, 6.5rem);
|
|
6358
6562
|
}
|
|
6359
6563
|
|
|
6360
6564
|
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-title-long.rb-hero-typography-poster .hero-headline,
|
|
6361
6565
|
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-title-long.rb-hero-typography-display .hero-headline {
|
|
6362
|
-
font-size: clamp(
|
|
6363
|
-
line-height: 1.
|
|
6566
|
+
font-size: clamp(3rem, 6vw, 5.25rem);
|
|
6567
|
+
line-height: 1.02;
|
|
6364
6568
|
}
|
|
6365
6569
|
|
|
6366
6570
|
@media (max-width: 639px) {
|
|
@@ -9081,8 +9285,9 @@
|
|
|
9081
9285
|
/* Privacy note */
|
|
9082
9286
|
:where(.theme-scope) .newsletter-privacy-note {
|
|
9083
9287
|
margin-top: 0.75rem;
|
|
9084
|
-
font-size:
|
|
9085
|
-
|
|
9288
|
+
font-size: 1rem;
|
|
9289
|
+
line-height: 1.6;
|
|
9290
|
+
color: var(--section-text-color, rgb(var(--tb-text)));
|
|
9086
9291
|
text-align: center;
|
|
9087
9292
|
}
|
|
9088
9293
|
|
|
@@ -9136,6 +9341,117 @@
|
|
|
9136
9341
|
}
|
|
9137
9342
|
|
|
9138
9343
|
|
|
9344
|
+
/* =============================================================================
|
|
9345
|
+
* Block: Contact + Newsletter
|
|
9346
|
+
* =============================================================================
|
|
9347
|
+
*/
|
|
9348
|
+
|
|
9349
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .contact-newsletter-grid {
|
|
9350
|
+
display: grid;
|
|
9351
|
+
grid-template-columns: repeat(auto-fit, minmax(min(24rem, 100%), 1fr));
|
|
9352
|
+
gap: clamp(2.5rem, 6vw, 4rem);
|
|
9353
|
+
align-items: start;
|
|
9354
|
+
}
|
|
9355
|
+
|
|
9356
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .contact-newsletter-column {
|
|
9357
|
+
min-width: 0;
|
|
9358
|
+
}
|
|
9359
|
+
|
|
9360
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .contact-newsletter-copy {
|
|
9361
|
+
margin-bottom: 1.5rem;
|
|
9362
|
+
}
|
|
9363
|
+
|
|
9364
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .form-copy-title,
|
|
9365
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .newsletter-copy-title {
|
|
9366
|
+
margin: 0 0 0.75rem;
|
|
9367
|
+
}
|
|
9368
|
+
|
|
9369
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .form-copy-intro,
|
|
9370
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .newsletter-copy-subtitle {
|
|
9371
|
+
color: var(--section-text-color, rgb(var(--tb-text)));
|
|
9372
|
+
}
|
|
9373
|
+
|
|
9374
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .contact-newsletter-info {
|
|
9375
|
+
display: flex;
|
|
9376
|
+
flex-direction: column;
|
|
9377
|
+
align-items: flex-start;
|
|
9378
|
+
}
|
|
9379
|
+
|
|
9380
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .newsletter-form {
|
|
9381
|
+
max-width: none;
|
|
9382
|
+
margin-left: 0;
|
|
9383
|
+
margin-right: 0;
|
|
9384
|
+
}
|
|
9385
|
+
|
|
9386
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .newsletter-privacy-note {
|
|
9387
|
+
text-align: left;
|
|
9388
|
+
}
|
|
9389
|
+
|
|
9390
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .fb-form {
|
|
9391
|
+
display: flex;
|
|
9392
|
+
flex-direction: column;
|
|
9393
|
+
gap: 1rem;
|
|
9394
|
+
}
|
|
9395
|
+
|
|
9396
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .fb-row-2 {
|
|
9397
|
+
display: grid;
|
|
9398
|
+
grid-template-columns: repeat(auto-fit, minmax(min(14rem, 100%), 1fr));
|
|
9399
|
+
gap: 1rem;
|
|
9400
|
+
}
|
|
9401
|
+
|
|
9402
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .fb-field {
|
|
9403
|
+
display: flex;
|
|
9404
|
+
flex-direction: column;
|
|
9405
|
+
gap: 0.25rem;
|
|
9406
|
+
}
|
|
9407
|
+
|
|
9408
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .fb-fieldset {
|
|
9409
|
+
display: flex;
|
|
9410
|
+
flex-direction: column;
|
|
9411
|
+
gap: 0.5rem;
|
|
9412
|
+
border: none;
|
|
9413
|
+
padding: 0;
|
|
9414
|
+
margin: 0;
|
|
9415
|
+
}
|
|
9416
|
+
|
|
9417
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .fb-inline {
|
|
9418
|
+
display: flex;
|
|
9419
|
+
align-items: center;
|
|
9420
|
+
gap: 0.5rem;
|
|
9421
|
+
}
|
|
9422
|
+
|
|
9423
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .fb-success,
|
|
9424
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .fb-error,
|
|
9425
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .fb-empty {
|
|
9426
|
+
border-radius: var(--rb-block-radius);
|
|
9427
|
+
padding: 1rem;
|
|
9428
|
+
font-size: 0.875rem;
|
|
9429
|
+
}
|
|
9430
|
+
|
|
9431
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .fb-success {
|
|
9432
|
+
background-color: var(--fb-success-bg);
|
|
9433
|
+
color: var(--fb-success-text);
|
|
9434
|
+
border: 1px solid var(--fb-success-border);
|
|
9435
|
+
}
|
|
9436
|
+
|
|
9437
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .fb-error {
|
|
9438
|
+
background-color: var(--fb-error-bg);
|
|
9439
|
+
color: var(--fb-error-text);
|
|
9440
|
+
border: 1px solid var(--fb-error-border);
|
|
9441
|
+
}
|
|
9442
|
+
|
|
9443
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .fb-empty {
|
|
9444
|
+
background-color: var(--fb-empty-bg);
|
|
9445
|
+
color: var(--fb-empty-text);
|
|
9446
|
+
border: 1px dashed var(--fb-empty-border);
|
|
9447
|
+
text-align: center;
|
|
9448
|
+
}
|
|
9449
|
+
|
|
9450
|
+
:where(.theme-scope) :where([data-block="contact-newsletter"]) .fb-actions {
|
|
9451
|
+
margin-top: 0.5rem;
|
|
9452
|
+
}
|
|
9453
|
+
|
|
9454
|
+
|
|
9139
9455
|
/* =============================================================================
|
|
9140
9456
|
* Block: Team Members
|
|
9141
9457
|
* =============================================================================
|
|
@@ -9358,8 +9674,8 @@
|
|
|
9358
9674
|
container: event-compact-list / inline-size;
|
|
9359
9675
|
border: 1px solid var(--event-compact-divider-color);
|
|
9360
9676
|
border-radius: 1rem;
|
|
9361
|
-
background: rgb(var(--tb-
|
|
9362
|
-
box-shadow:
|
|
9677
|
+
background: rgb(var(--tb-surface, 255 255 255));
|
|
9678
|
+
box-shadow: none;
|
|
9363
9679
|
}
|
|
9364
9680
|
|
|
9365
9681
|
:where(.theme-scope) .rb-event-list-treatment-lined-panel .event-listing-compact-container {
|
|
@@ -9368,6 +9684,12 @@
|
|
|
9368
9684
|
rgb(var(--tb-border, 229 231 235)),
|
|
9369
9685
|
rgb(var(--tb-text, 17 24 39)) 8%
|
|
9370
9686
|
);
|
|
9687
|
+
background: rgb(var(--tb-surface, 255 255 255));
|
|
9688
|
+
border-color: color-mix(
|
|
9689
|
+
in oklab,
|
|
9690
|
+
rgb(var(--tb-primary, 0 0 0)),
|
|
9691
|
+
rgb(var(--tb-border, 229 231 235)) 72%
|
|
9692
|
+
);
|
|
9371
9693
|
}
|
|
9372
9694
|
|
|
9373
9695
|
:where(.theme-scope) .event-compact-row {
|
|
@@ -9443,7 +9765,7 @@
|
|
|
9443
9765
|
|
|
9444
9766
|
:where(.theme-scope) .event-compact-row-title {
|
|
9445
9767
|
margin: 0;
|
|
9446
|
-
color: rgb(var(--tb-
|
|
9768
|
+
color: var(--section-heading-color, rgb(var(--tb-primary, 0 0 0)));
|
|
9447
9769
|
font-family: var(--font-heading, var(--font-body, inherit));
|
|
9448
9770
|
font-size: clamp(1.05rem, 1rem + 0.35vw, 1.3rem);
|
|
9449
9771
|
font-weight: 400;
|
|
@@ -9536,8 +9858,6 @@
|
|
|
9536
9858
|
min-height: 2.7rem;
|
|
9537
9859
|
justify-content: space-between;
|
|
9538
9860
|
gap: 1rem;
|
|
9539
|
-
border-radius: 9999px;
|
|
9540
|
-
padding-inline: 1.25rem 1rem;
|
|
9541
9861
|
white-space: nowrap;
|
|
9542
9862
|
}
|
|
9543
9863
|
|