@riverbankcms/sdk 0.84.2 → 0.88.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/dist/{PreviewEditorSidebar-4PH35ZIE.mjs → PreviewEditorSidebar-EVRS3C7T.mjs} +3 -3
- package/dist/{PreviewEditorUI-WHMCRJGM.mjs → PreviewEditorUI-54WD4IGE.mjs} +3 -3
- package/dist/SdkPreviewModeRuntime-ZALZDJEK.mjs +8 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +684 -0
- package/dist/_dts/api/src/endpoints.d.ts +58 -14
- package/dist/_dts/api/src/index.d.ts +4 -1
- package/dist/_dts/api/src/launchReadiness.d.ts +3 -3
- package/dist/_dts/api/src/mailchimpIntegration.d.ts +215 -0
- package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +35 -15
- package/dist/_dts/api/src/siteInfrastructure.d.ts +0 -14
- package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +1 -13
- package/dist/_dts/api/src/types.d.ts +6 -3
- package/dist/_dts/blocks/src/PageRenderer.d.ts +1 -0
- package/dist/_dts/blocks/src/contracts/proof-block-islands.d.ts +4 -0
- package/dist/_dts/blocks/src/index.d.ts +2 -1
- package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/cart.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/collection.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/events/shared/schemas.d.ts +42 -0
- package/dist/_dts/blocks/src/system/blocks/events/shared/types.d.ts +4 -0
- package/dist/_dts/blocks/src/system/blocks/faq.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +42 -42
- package/dist/_dts/blocks/src/system/blocks/newsletter-signup-destination.d.ts +300 -0
- package/dist/_dts/blocks/src/system/blocks/newsletter-signup.d.ts +63 -3
- package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/shop.d.ts +288 -288
- package/dist/_dts/blocks/src/system/fragments/library/newsletterForm.d.ts +53 -1
- package/dist/_dts/blocks/src/system/manifest/richTextSchema.d.ts +27 -0
- package/dist/_dts/blocks/src/system/manifest/schema.d.ts +23 -23
- package/dist/_dts/blocks/src/system/runtime/api/types.d.ts +10 -2
- package/dist/_dts/blocks/src/system/runtime/components/registry.client.d.ts +24 -0
- package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +12 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/types.d.ts +1 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.interactive.d.ts +4 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/utils.d.ts +11 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/newsletter-form.interactive.d.ts +15 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/newsletter-form.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/newsletter-form.submission.d.ts +32 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/newsletter-form.types.d.ts +5 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/ModalShell.d.ts +5 -1
- package/dist/_dts/blocks/src/system/runtime/shared/utils/formatting.d.ts +1 -1
- package/dist/_dts/content-model/src/referenceFields.d.ts +1 -1
- package/dist/_dts/core/src/currency-format.d.ts +37 -2
- package/dist/_dts/core/src/event-pricing.d.ts +24 -0
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +551 -20
- package/dist/_dts/editor-blocks/src/widgets/reference/loaders.d.ts +3 -1
- package/dist/_dts/sdk/src/cli/canonical-entry-policy.d.ts +53 -0
- package/dist/_dts/sdk/src/cli/commands/migrate.d.ts +1 -0
- package/dist/_dts/sdk/src/cli/commands/pull.d.ts +7 -1
- package/dist/_dts/sdk/src/cli/content/reader.d.ts +2 -0
- package/dist/_dts/sdk/src/cli/migrations/events.d.ts +73 -0
- package/dist/_dts/sdk/src/client/types.d.ts +9 -0
- package/dist/_dts/sdk/src/config/validation.d.ts +3 -0
- package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +3 -0
- package/dist/_dts/sdk/src/data/prefetchBlockData.d.ts +3 -9
- package/dist/_dts/sdk/src/manifest/passes/pass1-fields.d.ts +1 -1
- package/dist/_dts/sdk/src/manifest/three-pass-converter.d.ts +7 -18
- package/dist/_dts/sdk/src/rendering/blocks-page-renderer.d.ts +2 -0
- package/dist/_dts/sdk/src/rendering/components/pageShared.d.ts +3 -1
- package/dist/_dts/sdk/src/rendering/helpers/loadContent.d.ts +7 -3
- package/dist/_dts/sdk/src/rendering/helpers/loadPage.d.ts +4 -24
- package/dist/_dts/sdk/src/rendering/helpers/pageRuntimeSupport.d.ts +45 -0
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/site-commands/src/commands.d.ts +57 -0
- package/dist/_dts/surfaces/src/index.d.ts +12 -0
- package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +9 -9
- package/dist/_dts/theme-core/src/schema.d.ts +11 -11
- package/dist/{chunk-ZR2GQK2A.mjs → chunk-7KOO7RPP.mjs} +953 -315
- package/dist/{chunk-OCGTXHSO.mjs → chunk-ER4UIW4X.mjs} +7 -7
- package/dist/{chunk-WFPYN7KA.mjs → chunk-HVOBXA3Y.mjs} +2 -2
- package/dist/{chunk-NFWGLRZZ.mjs → chunk-K3JWH6HE.mjs} +37 -3
- package/dist/{chunk-4QNLOTES.mjs → chunk-O4LVYUVH.mjs} +58 -14
- package/dist/{chunk-PYDHOMEO.mjs → chunk-YDMBIIS5.mjs} +1 -1
- package/dist/cli/index.mjs +1858 -512
- package/dist/client/{accordion-2UZPBMYM.mjs → accordion-PT5CGW5N.mjs} +2 -2
- package/dist/client/{bookingForm-36CWQUMV.mjs → bookingForm-2HLRTEYS.mjs} +7 -7
- package/dist/client/bookings.mjs +51 -6
- package/dist/client/{carousel-QH77HR6X.mjs → carousel-Z2LKYSWA.mjs} +3 -3
- package/dist/client/cart-ND5IK4A6.mjs +18 -0
- package/dist/client/checkout-EYUSGAY7.mjs +18 -0
- package/dist/client/{chunk-SYIJ5JO2.mjs → chunk-6DVPO44G.mjs} +1 -1
- package/dist/client/{chunk-3C2VTPWI.mjs → chunk-BAWHZ5GM.mjs} +176 -13
- package/dist/client/{chunk-52CGCQ7B.mjs → chunk-BL66UWGD.mjs} +10 -80
- package/dist/client/{chunk-VGDBVNOO.mjs → chunk-DIRW2LNG.mjs} +241 -210
- package/dist/client/{chunk-UDNSI5PY.mjs → chunk-GOFO7HRH.mjs} +1 -2
- package/dist/client/{chunk-ZKUO52W3.mjs → chunk-H4MHEXYS.mjs} +1 -1
- package/dist/client/{chunk-ZE5G642V.mjs → chunk-LI2C6M5O.mjs} +75 -1
- package/dist/client/{chunk-3DTWLTXM.mjs → chunk-MHBEWDT7.mjs} +117 -3
- package/dist/client/{chunk-4OXKTA3D.mjs → chunk-O5JNI3E4.mjs} +2 -2
- package/dist/client/{chunk-XSV6KW4D.mjs → chunk-S4G65LGR.mjs} +1 -1
- package/dist/client/{chunk-DVNUDUVT.mjs → chunk-WBQG7VJA.mjs} +4 -1
- package/dist/client/{chunk-F5VRX5Y6.mjs → chunk-WCVK4MBJ.mjs} +1 -1
- package/dist/client/{chunk-7UCLJ5SP.mjs → chunk-X7GVFB7Y.mjs} +4 -7
- package/dist/client/client.mjs +2125 -1403
- package/dist/client/{courseRegistration-TMKU6ABO.mjs → courseRegistration-H3AZBUEG.mjs} +7 -7
- package/dist/client/{eventCalendar-G6TI32X6.mjs → eventCalendar-FPKJGLGS.mjs} +10 -11
- package/dist/client/{eventCombined-SCKEMNAR.mjs → eventCombined-QCGIZBUY.mjs} +10 -11
- package/dist/client/{eventDetails-XPIFXXPK.mjs → eventDetails-HIT3BJWU.mjs} +10 -11
- package/dist/client/{eventListing-7QFMEMGT.mjs → eventListing-R4HNWJDN.mjs} +10 -11
- package/dist/client/{eventRegistration-TOODSZUI.mjs → eventRegistration-Q7BYY5HF.mjs} +10 -11
- package/dist/client/{form-MTCMVCZT.mjs → form-NI6YOG6S.mjs} +3 -3
- package/dist/client/{headerSection-Y5TMR3TW.mjs → headerSection-SDYGII36.mjs} +4 -4
- package/dist/client/hooks.mjs +1682 -1412
- package/dist/client/{locationMap-RH2LG7FZ.mjs → locationMap-BDETEUQD.mjs} +3 -4
- package/dist/client/{newsletterForm-PCAIPFMA.mjs → newsletterForm-EKYIU67X.mjs} +70 -22
- package/dist/client/{productDetail-OIGDR4YE.mjs → productDetail-5UTGNN76.mjs} +8 -9
- package/dist/client/{productList-4MA5S2CX.mjs → productList-7YA5KXZQ.mjs} +8 -9
- package/dist/client/rendering/client.mjs +753 -329
- package/dist/client/rendering/islands.mjs +19 -19
- package/dist/client/rendering.mjs +3786 -3034
- package/dist/client/shop-AIMUMZYC.mjs +20 -0
- package/dist/preview-next/before-render.mjs +58 -14
- package/dist/preview-next/client/runtime.mjs +5 -5
- package/dist/preview-next/editor-chrome.css +56 -9
- package/dist/preview-next/middleware.mjs +58 -14
- package/dist/{sdk-runtime-QLOCYKVU.mjs → sdk-runtime-NW472WNT.mjs} +6 -6
- package/dist/server/components.mjs +1518 -1015
- package/dist/server/config-validation.mjs +1719 -1461
- package/dist/server/config.mjs +1719 -1461
- package/dist/server/data.mjs +1683 -1413
- package/dist/server/index.mjs +79 -17
- package/dist/server/next.mjs +1902 -1311
- package/dist/server/page-converter.mjs +2193 -1169
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +1709 -1209
- package/dist/server/rendering.mjs +1894 -1347
- package/dist/server/routing.mjs +1872 -1499
- package/dist/server/server.mjs +1571 -1264
- package/dist/server/theme-bridge.mjs +234 -0
- package/dist/styles/index.css +232 -0
- package/package.json +1 -1
- package/dist/SdkPreviewModeRuntime-4FGSVUYI.mjs +0 -8
- package/dist/client/cart-X4YK4FTW.mjs +0 -19
- package/dist/client/checkout-OM2BEPWD.mjs +0 -19
- package/dist/client/chunk-I2MMZO53.mjs +0 -6
- package/dist/client/shop-WXSYV5QO.mjs +0 -21
|
@@ -11245,6 +11245,7 @@ var containerResponsiveThemeCss = `/*
|
|
|
11245
11245
|
*/
|
|
11246
11246
|
|
|
11247
11247
|
:where(.theme-scope) :where([data-block="event-registration"]) {
|
|
11248
|
+
--rb-modal-overlay-bg: rgb(var(--tb-text, 0 0 0) / 0.6);
|
|
11248
11249
|
--rb-event-tile-bg: var(--er-event-card-bg);
|
|
11249
11250
|
--rb-event-tile-border: var(--er-border);
|
|
11250
11251
|
--rb-event-tile-border-width: var(--er-event-card-border-width);
|
|
@@ -12914,6 +12915,239 @@ var containerResponsiveThemeCss = `/*
|
|
|
12914
12915
|
background: rgba(var(--tb-text), 0.05);
|
|
12915
12916
|
}
|
|
12916
12917
|
|
|
12918
|
+
/* In-flow booking teaser (sits at the block's position in the page) */
|
|
12919
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-teaser {
|
|
12920
|
+
display: flex;
|
|
12921
|
+
flex-wrap: wrap;
|
|
12922
|
+
align-items: center;
|
|
12923
|
+
justify-content: space-between;
|
|
12924
|
+
gap: 1rem 1.5rem;
|
|
12925
|
+
padding: 1.25rem 1.5rem;
|
|
12926
|
+
border: 1px solid var(--er-border);
|
|
12927
|
+
border-radius: var(--rb-block-radius);
|
|
12928
|
+
background: var(--er-event-card-bg);
|
|
12929
|
+
color: var(--er-on-surface);
|
|
12930
|
+
}
|
|
12931
|
+
|
|
12932
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-teaser__info {
|
|
12933
|
+
display: flex;
|
|
12934
|
+
flex-direction: column;
|
|
12935
|
+
gap: 0.25rem;
|
|
12936
|
+
min-width: 0;
|
|
12937
|
+
}
|
|
12938
|
+
|
|
12939
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-teaser__title {
|
|
12940
|
+
font-size: 1.0625rem;
|
|
12941
|
+
font-weight: 700;
|
|
12942
|
+
line-height: 1.2;
|
|
12943
|
+
}
|
|
12944
|
+
|
|
12945
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-teaser__meta {
|
|
12946
|
+
font-size: 0.9375rem;
|
|
12947
|
+
line-height: 1.3;
|
|
12948
|
+
opacity: 0.75;
|
|
12949
|
+
}
|
|
12950
|
+
|
|
12951
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-teaser__tickets {
|
|
12952
|
+
display: flex;
|
|
12953
|
+
flex-direction: column;
|
|
12954
|
+
gap: 0.375rem;
|
|
12955
|
+
margin-top: 0.5rem;
|
|
12956
|
+
padding-top: 0.625rem;
|
|
12957
|
+
border-top: 1px solid var(--er-border);
|
|
12958
|
+
}
|
|
12959
|
+
|
|
12960
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-teaser__ticket {
|
|
12961
|
+
display: flex;
|
|
12962
|
+
align-items: baseline;
|
|
12963
|
+
justify-content: space-between;
|
|
12964
|
+
gap: 1rem;
|
|
12965
|
+
font-size: 0.9375rem;
|
|
12966
|
+
line-height: 1.35;
|
|
12967
|
+
}
|
|
12968
|
+
|
|
12969
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-teaser__ticket-name {
|
|
12970
|
+
min-width: 0;
|
|
12971
|
+
}
|
|
12972
|
+
|
|
12973
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-teaser__cta {
|
|
12974
|
+
flex: 0 0 auto;
|
|
12975
|
+
}
|
|
12976
|
+
|
|
12977
|
+
/* Fixed, full-width sticky booking bar (content-agnostic; sits above page flow) */
|
|
12978
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-bar {
|
|
12979
|
+
position: fixed;
|
|
12980
|
+
left: 0;
|
|
12981
|
+
right: 0;
|
|
12982
|
+
bottom: 0;
|
|
12983
|
+
z-index: 12000;
|
|
12984
|
+
padding: 0.75rem max(1rem, env(safe-area-inset-right)) max(0.75rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
|
|
12985
|
+
background: rgb(var(--tb-background));
|
|
12986
|
+
border-top: 1px solid var(--er-border);
|
|
12987
|
+
box-shadow: 0 -10px 30px rgba(var(--tb-shadow), 0.16);
|
|
12988
|
+
}
|
|
12989
|
+
|
|
12990
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-bar__inner {
|
|
12991
|
+
display: flex;
|
|
12992
|
+
align-items: center;
|
|
12993
|
+
justify-content: space-between;
|
|
12994
|
+
gap: 1rem;
|
|
12995
|
+
width: 100%;
|
|
12996
|
+
max-width: 72rem;
|
|
12997
|
+
margin-inline: auto;
|
|
12998
|
+
}
|
|
12999
|
+
|
|
13000
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-bar__info {
|
|
13001
|
+
display: flex;
|
|
13002
|
+
flex-direction: column;
|
|
13003
|
+
gap: 0.125rem;
|
|
13004
|
+
min-width: 0;
|
|
13005
|
+
}
|
|
13006
|
+
|
|
13007
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-bar__title {
|
|
13008
|
+
font-size: 0.95rem;
|
|
13009
|
+
font-weight: 700;
|
|
13010
|
+
line-height: 1.2;
|
|
13011
|
+
white-space: nowrap;
|
|
13012
|
+
overflow: hidden;
|
|
13013
|
+
text-overflow: ellipsis;
|
|
13014
|
+
}
|
|
13015
|
+
|
|
13016
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-bar__meta {
|
|
13017
|
+
font-size: 0.8125rem;
|
|
13018
|
+
line-height: 1.25;
|
|
13019
|
+
opacity: 0.75;
|
|
13020
|
+
white-space: nowrap;
|
|
13021
|
+
overflow: hidden;
|
|
13022
|
+
text-overflow: ellipsis;
|
|
13023
|
+
}
|
|
13024
|
+
|
|
13025
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-bar__cta {
|
|
13026
|
+
flex: 0 0 auto;
|
|
13027
|
+
}
|
|
13028
|
+
|
|
13029
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-overlay {
|
|
13030
|
+
position: fixed;
|
|
13031
|
+
inset: 0;
|
|
13032
|
+
height: 100dvh;
|
|
13033
|
+
z-index: 14000;
|
|
13034
|
+
display: flex;
|
|
13035
|
+
align-items: stretch;
|
|
13036
|
+
justify-content: stretch;
|
|
13037
|
+
background: var(--rb-modal-overlay-bg);
|
|
13038
|
+
}
|
|
13039
|
+
|
|
13040
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-overlay__panel {
|
|
13041
|
+
position: relative;
|
|
13042
|
+
z-index: 1;
|
|
13043
|
+
display: flex;
|
|
13044
|
+
flex-direction: column;
|
|
13045
|
+
width: 100%;
|
|
13046
|
+
height: 100dvh;
|
|
13047
|
+
min-height: 0;
|
|
13048
|
+
overflow: hidden;
|
|
13049
|
+
background: rgb(var(--tb-background));
|
|
13050
|
+
color: var(--er-on-surface);
|
|
13051
|
+
}
|
|
13052
|
+
|
|
13053
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-overlay__header {
|
|
13054
|
+
flex: 0 0 auto;
|
|
13055
|
+
z-index: 2;
|
|
13056
|
+
display: flex;
|
|
13057
|
+
align-items: center;
|
|
13058
|
+
justify-content: space-between;
|
|
13059
|
+
gap: 1rem;
|
|
13060
|
+
padding: 1rem;
|
|
13061
|
+
background: rgb(var(--tb-background));
|
|
13062
|
+
border-bottom: 1px solid var(--er-border);
|
|
13063
|
+
}
|
|
13064
|
+
|
|
13065
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-overlay__title {
|
|
13066
|
+
margin: 0;
|
|
13067
|
+
font-size: 1rem;
|
|
13068
|
+
line-height: 1.25;
|
|
13069
|
+
font-weight: 700;
|
|
13070
|
+
}
|
|
13071
|
+
|
|
13072
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-overlay__close {
|
|
13073
|
+
width: 2rem;
|
|
13074
|
+
height: 2rem;
|
|
13075
|
+
display: inline-flex;
|
|
13076
|
+
align-items: center;
|
|
13077
|
+
justify-content: center;
|
|
13078
|
+
border: 1px solid var(--er-border);
|
|
13079
|
+
border-radius: 999px;
|
|
13080
|
+
background: transparent;
|
|
13081
|
+
color: rgb(var(--tb-text));
|
|
13082
|
+
font-size: 1.25rem;
|
|
13083
|
+
line-height: 1;
|
|
13084
|
+
cursor: pointer;
|
|
13085
|
+
}
|
|
13086
|
+
|
|
13087
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-container--overlay {
|
|
13088
|
+
max-width: none;
|
|
13089
|
+
border: 0;
|
|
13090
|
+
border-radius: 0;
|
|
13091
|
+
padding: 0;
|
|
13092
|
+
background: transparent;
|
|
13093
|
+
display: flex;
|
|
13094
|
+
flex: 1 1 auto;
|
|
13095
|
+
min-height: 0;
|
|
13096
|
+
overflow: hidden;
|
|
13097
|
+
}
|
|
13098
|
+
|
|
13099
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-container--overlay .er-payment-layout {
|
|
13100
|
+
flex: 1 1 auto;
|
|
13101
|
+
min-height: 0;
|
|
13102
|
+
height: 100%;
|
|
13103
|
+
gap: 0;
|
|
13104
|
+
grid-template-rows: minmax(0, 1fr) auto;
|
|
13105
|
+
grid-template-areas:
|
|
13106
|
+
"main"
|
|
13107
|
+
"footer";
|
|
13108
|
+
}
|
|
13109
|
+
|
|
13110
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-container--overlay .er-payment-layout-main {
|
|
13111
|
+
min-height: 0;
|
|
13112
|
+
overflow: auto;
|
|
13113
|
+
padding: 1rem;
|
|
13114
|
+
}
|
|
13115
|
+
|
|
13116
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-container--overlay .er-payment-layout-footer {
|
|
13117
|
+
position: relative;
|
|
13118
|
+
z-index: 3;
|
|
13119
|
+
padding: 0.875rem 1rem max(0.875rem, env(safe-area-inset-bottom));
|
|
13120
|
+
background: rgb(var(--tb-background));
|
|
13121
|
+
border-top: 1px solid var(--er-border);
|
|
13122
|
+
box-shadow: 0 -12px 26px rgba(var(--tb-shadow), 0.12);
|
|
13123
|
+
}
|
|
13124
|
+
|
|
13125
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-container--overlay .er-actions {
|
|
13126
|
+
margin-top: 0;
|
|
13127
|
+
}
|
|
13128
|
+
|
|
13129
|
+
@container rb-site (min-width: 768px) {
|
|
13130
|
+
@scope ([data-rb-responsive-mode="container"]) to (:scope [data-rb-responsive-mode]) {
|
|
13131
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-overlay {
|
|
13132
|
+
justify-content: flex-end;
|
|
13133
|
+
}
|
|
13134
|
+
|
|
13135
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-overlay__panel {
|
|
13136
|
+
width: min(32rem, 100vw);
|
|
13137
|
+
min-height: 100%;
|
|
13138
|
+
box-shadow: -16px 0 40px rgba(var(--tb-shadow), 0.22);
|
|
13139
|
+
}
|
|
13140
|
+
|
|
13141
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-container--overlay .er-payment-layout-main {
|
|
13142
|
+
padding: 1.25rem;
|
|
13143
|
+
}
|
|
13144
|
+
|
|
13145
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-container--overlay .er-payment-layout-footer {
|
|
13146
|
+
padding: 0.875rem 1.25rem max(0.875rem, env(safe-area-inset-bottom));
|
|
13147
|
+
}
|
|
13148
|
+
}
|
|
13149
|
+
}
|
|
13150
|
+
|
|
12917
13151
|
/* Magic Link Form */
|
|
12918
13152
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-magic-link-form {
|
|
12919
13153
|
display: flex;
|
package/dist/styles/index.css
CHANGED
|
@@ -3238,6 +3238,7 @@
|
|
|
3238
3238
|
*/
|
|
3239
3239
|
|
|
3240
3240
|
:where(.theme-scope) :where([data-block="event-registration"]) {
|
|
3241
|
+
--rb-modal-overlay-bg: rgb(var(--tb-text, 0 0 0) / 0.6);
|
|
3241
3242
|
--rb-event-tile-bg: var(--er-event-card-bg);
|
|
3242
3243
|
--rb-event-tile-border: var(--er-border);
|
|
3243
3244
|
--rb-event-tile-border-width: var(--er-event-card-border-width);
|
|
@@ -4895,6 +4896,237 @@
|
|
|
4895
4896
|
background: rgba(var(--tb-text), 0.05);
|
|
4896
4897
|
}
|
|
4897
4898
|
|
|
4899
|
+
/* In-flow booking teaser (sits at the block's position in the page) */
|
|
4900
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-teaser {
|
|
4901
|
+
display: flex;
|
|
4902
|
+
flex-wrap: wrap;
|
|
4903
|
+
align-items: center;
|
|
4904
|
+
justify-content: space-between;
|
|
4905
|
+
gap: 1rem 1.5rem;
|
|
4906
|
+
padding: 1.25rem 1.5rem;
|
|
4907
|
+
border: 1px solid var(--er-border);
|
|
4908
|
+
border-radius: var(--rb-block-radius);
|
|
4909
|
+
background: var(--er-event-card-bg);
|
|
4910
|
+
color: var(--er-on-surface);
|
|
4911
|
+
}
|
|
4912
|
+
|
|
4913
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-teaser__info {
|
|
4914
|
+
display: flex;
|
|
4915
|
+
flex-direction: column;
|
|
4916
|
+
gap: 0.25rem;
|
|
4917
|
+
min-width: 0;
|
|
4918
|
+
}
|
|
4919
|
+
|
|
4920
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-teaser__title {
|
|
4921
|
+
font-size: 1.0625rem;
|
|
4922
|
+
font-weight: 700;
|
|
4923
|
+
line-height: 1.2;
|
|
4924
|
+
}
|
|
4925
|
+
|
|
4926
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-teaser__meta {
|
|
4927
|
+
font-size: 0.9375rem;
|
|
4928
|
+
line-height: 1.3;
|
|
4929
|
+
opacity: 0.75;
|
|
4930
|
+
}
|
|
4931
|
+
|
|
4932
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-teaser__tickets {
|
|
4933
|
+
display: flex;
|
|
4934
|
+
flex-direction: column;
|
|
4935
|
+
gap: 0.375rem;
|
|
4936
|
+
margin-top: 0.5rem;
|
|
4937
|
+
padding-top: 0.625rem;
|
|
4938
|
+
border-top: 1px solid var(--er-border);
|
|
4939
|
+
}
|
|
4940
|
+
|
|
4941
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-teaser__ticket {
|
|
4942
|
+
display: flex;
|
|
4943
|
+
align-items: baseline;
|
|
4944
|
+
justify-content: space-between;
|
|
4945
|
+
gap: 1rem;
|
|
4946
|
+
font-size: 0.9375rem;
|
|
4947
|
+
line-height: 1.35;
|
|
4948
|
+
}
|
|
4949
|
+
|
|
4950
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-teaser__ticket-name {
|
|
4951
|
+
min-width: 0;
|
|
4952
|
+
}
|
|
4953
|
+
|
|
4954
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-teaser__cta {
|
|
4955
|
+
flex: 0 0 auto;
|
|
4956
|
+
}
|
|
4957
|
+
|
|
4958
|
+
/* Fixed, full-width sticky booking bar (content-agnostic; sits above page flow) */
|
|
4959
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-bar {
|
|
4960
|
+
position: fixed;
|
|
4961
|
+
left: 0;
|
|
4962
|
+
right: 0;
|
|
4963
|
+
bottom: 0;
|
|
4964
|
+
z-index: 12000;
|
|
4965
|
+
padding: 0.75rem max(1rem, env(safe-area-inset-right)) max(0.75rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
|
|
4966
|
+
background: rgb(var(--tb-background));
|
|
4967
|
+
border-top: 1px solid var(--er-border);
|
|
4968
|
+
box-shadow: 0 -10px 30px rgba(var(--tb-shadow), 0.16);
|
|
4969
|
+
}
|
|
4970
|
+
|
|
4971
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-bar__inner {
|
|
4972
|
+
display: flex;
|
|
4973
|
+
align-items: center;
|
|
4974
|
+
justify-content: space-between;
|
|
4975
|
+
gap: 1rem;
|
|
4976
|
+
width: 100%;
|
|
4977
|
+
max-width: 72rem;
|
|
4978
|
+
margin-inline: auto;
|
|
4979
|
+
}
|
|
4980
|
+
|
|
4981
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-bar__info {
|
|
4982
|
+
display: flex;
|
|
4983
|
+
flex-direction: column;
|
|
4984
|
+
gap: 0.125rem;
|
|
4985
|
+
min-width: 0;
|
|
4986
|
+
}
|
|
4987
|
+
|
|
4988
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-bar__title {
|
|
4989
|
+
font-size: 0.95rem;
|
|
4990
|
+
font-weight: 700;
|
|
4991
|
+
line-height: 1.2;
|
|
4992
|
+
white-space: nowrap;
|
|
4993
|
+
overflow: hidden;
|
|
4994
|
+
text-overflow: ellipsis;
|
|
4995
|
+
}
|
|
4996
|
+
|
|
4997
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-bar__meta {
|
|
4998
|
+
font-size: 0.8125rem;
|
|
4999
|
+
line-height: 1.25;
|
|
5000
|
+
opacity: 0.75;
|
|
5001
|
+
white-space: nowrap;
|
|
5002
|
+
overflow: hidden;
|
|
5003
|
+
text-overflow: ellipsis;
|
|
5004
|
+
}
|
|
5005
|
+
|
|
5006
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-bar__cta {
|
|
5007
|
+
flex: 0 0 auto;
|
|
5008
|
+
}
|
|
5009
|
+
|
|
5010
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-overlay {
|
|
5011
|
+
position: fixed;
|
|
5012
|
+
inset: 0;
|
|
5013
|
+
height: 100dvh;
|
|
5014
|
+
z-index: 14000;
|
|
5015
|
+
display: flex;
|
|
5016
|
+
align-items: stretch;
|
|
5017
|
+
justify-content: stretch;
|
|
5018
|
+
background: var(--rb-modal-overlay-bg);
|
|
5019
|
+
}
|
|
5020
|
+
|
|
5021
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-overlay__panel {
|
|
5022
|
+
position: relative;
|
|
5023
|
+
z-index: 1;
|
|
5024
|
+
display: flex;
|
|
5025
|
+
flex-direction: column;
|
|
5026
|
+
width: 100%;
|
|
5027
|
+
height: 100dvh;
|
|
5028
|
+
min-height: 0;
|
|
5029
|
+
overflow: hidden;
|
|
5030
|
+
background: rgb(var(--tb-background));
|
|
5031
|
+
color: var(--er-on-surface);
|
|
5032
|
+
}
|
|
5033
|
+
|
|
5034
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-overlay__header {
|
|
5035
|
+
flex: 0 0 auto;
|
|
5036
|
+
z-index: 2;
|
|
5037
|
+
display: flex;
|
|
5038
|
+
align-items: center;
|
|
5039
|
+
justify-content: space-between;
|
|
5040
|
+
gap: 1rem;
|
|
5041
|
+
padding: 1rem;
|
|
5042
|
+
background: rgb(var(--tb-background));
|
|
5043
|
+
border-bottom: 1px solid var(--er-border);
|
|
5044
|
+
}
|
|
5045
|
+
|
|
5046
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-overlay__title {
|
|
5047
|
+
margin: 0;
|
|
5048
|
+
font-size: 1rem;
|
|
5049
|
+
line-height: 1.25;
|
|
5050
|
+
font-weight: 700;
|
|
5051
|
+
}
|
|
5052
|
+
|
|
5053
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-overlay__close {
|
|
5054
|
+
width: 2rem;
|
|
5055
|
+
height: 2rem;
|
|
5056
|
+
display: inline-flex;
|
|
5057
|
+
align-items: center;
|
|
5058
|
+
justify-content: center;
|
|
5059
|
+
border: 1px solid var(--er-border);
|
|
5060
|
+
border-radius: 999px;
|
|
5061
|
+
background: transparent;
|
|
5062
|
+
color: rgb(var(--tb-text));
|
|
5063
|
+
font-size: 1.25rem;
|
|
5064
|
+
line-height: 1;
|
|
5065
|
+
cursor: pointer;
|
|
5066
|
+
}
|
|
5067
|
+
|
|
5068
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-container--overlay {
|
|
5069
|
+
max-width: none;
|
|
5070
|
+
border: 0;
|
|
5071
|
+
border-radius: 0;
|
|
5072
|
+
padding: 0;
|
|
5073
|
+
background: transparent;
|
|
5074
|
+
display: flex;
|
|
5075
|
+
flex: 1 1 auto;
|
|
5076
|
+
min-height: 0;
|
|
5077
|
+
overflow: hidden;
|
|
5078
|
+
}
|
|
5079
|
+
|
|
5080
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-container--overlay .er-payment-layout {
|
|
5081
|
+
flex: 1 1 auto;
|
|
5082
|
+
min-height: 0;
|
|
5083
|
+
height: 100%;
|
|
5084
|
+
gap: 0;
|
|
5085
|
+
grid-template-rows: minmax(0, 1fr) auto;
|
|
5086
|
+
grid-template-areas:
|
|
5087
|
+
"main"
|
|
5088
|
+
"footer";
|
|
5089
|
+
}
|
|
5090
|
+
|
|
5091
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-container--overlay .er-payment-layout-main {
|
|
5092
|
+
min-height: 0;
|
|
5093
|
+
overflow: auto;
|
|
5094
|
+
padding: 1rem;
|
|
5095
|
+
}
|
|
5096
|
+
|
|
5097
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-container--overlay .er-payment-layout-footer {
|
|
5098
|
+
position: relative;
|
|
5099
|
+
z-index: 3;
|
|
5100
|
+
padding: 0.875rem 1rem max(0.875rem, env(safe-area-inset-bottom));
|
|
5101
|
+
background: rgb(var(--tb-background));
|
|
5102
|
+
border-top: 1px solid var(--er-border);
|
|
5103
|
+
box-shadow: 0 -12px 26px rgba(var(--tb-shadow), 0.12);
|
|
5104
|
+
}
|
|
5105
|
+
|
|
5106
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-container--overlay .er-actions {
|
|
5107
|
+
margin-top: 0;
|
|
5108
|
+
}
|
|
5109
|
+
|
|
5110
|
+
@media (min-width: 768px) {
|
|
5111
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-overlay {
|
|
5112
|
+
justify-content: flex-end;
|
|
5113
|
+
}
|
|
5114
|
+
|
|
5115
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-booking-overlay__panel {
|
|
5116
|
+
width: min(32rem, 100vw);
|
|
5117
|
+
min-height: 100%;
|
|
5118
|
+
box-shadow: -16px 0 40px rgba(var(--tb-shadow), 0.22);
|
|
5119
|
+
}
|
|
5120
|
+
|
|
5121
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-container--overlay .er-payment-layout-main {
|
|
5122
|
+
padding: 1.25rem;
|
|
5123
|
+
}
|
|
5124
|
+
|
|
5125
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-container--overlay .er-payment-layout-footer {
|
|
5126
|
+
padding: 0.875rem 1.25rem max(0.875rem, env(safe-area-inset-bottom));
|
|
5127
|
+
}
|
|
5128
|
+
}
|
|
5129
|
+
|
|
4898
5130
|
/* Magic Link Form */
|
|
4899
5131
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-magic-link-form {
|
|
4900
5132
|
display: flex;
|
package/package.json
CHANGED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
export { SdkPreviewModeRuntime } from './chunk-OCGTXHSO.mjs';
|
|
3
|
-
import './chunk-PYDHOMEO.mjs';
|
|
4
|
-
import './chunk-NFWGLRZZ.mjs';
|
|
5
|
-
import './chunk-WFPYN7KA.mjs';
|
|
6
|
-
import './chunk-ZR2GQK2A.mjs';
|
|
7
|
-
import './chunk-4QNLOTES.mjs';
|
|
8
|
-
import './chunk-R7POPVJR.mjs';
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { mountShopBlockIsland, CartClient } from './chunk-52CGCQ7B.mjs';
|
|
2
|
-
import './chunk-F5VRX5Y6.mjs';
|
|
3
|
-
import './chunk-4OXKTA3D.mjs';
|
|
4
|
-
import './chunk-I2MMZO53.mjs';
|
|
5
|
-
import './chunk-ZFHRN6W2.mjs';
|
|
6
|
-
import './chunk-L4J5Y62O.mjs';
|
|
7
|
-
import './chunk-7UCLJ5SP.mjs';
|
|
8
|
-
import './chunk-3DCJ45Z2.mjs';
|
|
9
|
-
import './chunk-DVNUDUVT.mjs';
|
|
10
|
-
import './chunk-UDNSI5PY.mjs';
|
|
11
|
-
import './chunk-N7PBWBWQ.mjs';
|
|
12
|
-
import { defineIslandPropsDecoder } from './chunk-VGDBVNOO.mjs';
|
|
13
|
-
import './chunk-ZE5G642V.mjs';
|
|
14
|
-
|
|
15
|
-
// src/rendering/islands/enhancers/cart.tsx
|
|
16
|
-
var decode = defineIslandPropsDecoder("cart");
|
|
17
|
-
var enhance = (root, props) => mountShopBlockIsland(root, props, CartClient, "cart");
|
|
18
|
-
|
|
19
|
-
export { decode, enhance };
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { mountShopBlockIsland, CheckoutClient } from './chunk-52CGCQ7B.mjs';
|
|
2
|
-
import './chunk-F5VRX5Y6.mjs';
|
|
3
|
-
import './chunk-4OXKTA3D.mjs';
|
|
4
|
-
import './chunk-I2MMZO53.mjs';
|
|
5
|
-
import './chunk-ZFHRN6W2.mjs';
|
|
6
|
-
import './chunk-L4J5Y62O.mjs';
|
|
7
|
-
import './chunk-7UCLJ5SP.mjs';
|
|
8
|
-
import './chunk-3DCJ45Z2.mjs';
|
|
9
|
-
import './chunk-DVNUDUVT.mjs';
|
|
10
|
-
import './chunk-UDNSI5PY.mjs';
|
|
11
|
-
import './chunk-N7PBWBWQ.mjs';
|
|
12
|
-
import { defineIslandPropsDecoder } from './chunk-VGDBVNOO.mjs';
|
|
13
|
-
import './chunk-ZE5G642V.mjs';
|
|
14
|
-
|
|
15
|
-
// src/rendering/islands/enhancers/checkout.tsx
|
|
16
|
-
var decode = defineIslandPropsDecoder("checkout");
|
|
17
|
-
var enhance = (root, props) => mountShopBlockIsland(root, props, CheckoutClient, "checkout");
|
|
18
|
-
|
|
19
|
-
export { decode, enhance };
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { mountShopBlockIsland, ShopClient } from './chunk-52CGCQ7B.mjs';
|
|
2
|
-
import './chunk-F5VRX5Y6.mjs';
|
|
3
|
-
import './chunk-4OXKTA3D.mjs';
|
|
4
|
-
import './chunk-I2MMZO53.mjs';
|
|
5
|
-
import './chunk-ZFHRN6W2.mjs';
|
|
6
|
-
import './chunk-L4J5Y62O.mjs';
|
|
7
|
-
import './chunk-7UCLJ5SP.mjs';
|
|
8
|
-
import './chunk-3DCJ45Z2.mjs';
|
|
9
|
-
import './chunk-DVNUDUVT.mjs';
|
|
10
|
-
import './chunk-UDNSI5PY.mjs';
|
|
11
|
-
import './chunk-N7PBWBWQ.mjs';
|
|
12
|
-
import { defineIslandPropsDecoder } from './chunk-VGDBVNOO.mjs';
|
|
13
|
-
import './chunk-ZE5G642V.mjs';
|
|
14
|
-
|
|
15
|
-
// src/rendering/islands/enhancers/shop.tsx
|
|
16
|
-
var decode = defineIslandPropsDecoder("shop");
|
|
17
|
-
var enhance = (root, props) => {
|
|
18
|
-
return mountShopBlockIsland(root, props, ShopClient, "shop");
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
export { decode, enhance };
|