@riverbankcms/sdk 0.94.0 → 0.96.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 +30 -4
- package/dist/{PreviewEditorSidebar-D3PAF7NW.mjs → PreviewEditorSidebar-46VT4QVU.mjs} +3 -3
- package/dist/{PreviewEditorUI-G5JVJEIJ.mjs → PreviewEditorUI-JD75GE5F.mjs} +3 -3
- package/dist/SdkPreviewModeRuntime-MJUSYUFB.mjs +8 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +10 -10
- package/dist/_dts/api/src/bookingOperations.d.ts +7 -0
- package/dist/_dts/api/src/bookingRecords.d.ts +3 -0
- package/dist/_dts/api/src/cache-tags.d.ts +4 -0
- package/dist/_dts/api/src/contentRuntime.d.ts +14 -0
- package/dist/_dts/api/src/endpoints.d.ts +8 -0
- package/dist/_dts/api/src/event-presentation.d.ts +15 -0
- package/dist/_dts/api/src/index.d.ts +1 -1
- package/dist/_dts/api/src/public/endpoints.d.ts +1 -1
- package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +17 -4
- package/dist/_dts/api/src/shared-contracts.d.ts +19 -9
- package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +6 -1
- package/dist/_dts/block-form/src/client/index.d.ts +1 -1
- package/dist/_dts/block-form/src/fields/types.d.ts +9 -1
- package/dist/_dts/block-form/src/registry/schemas.d.ts +4 -0
- package/dist/_dts/block-form/src/registry/widgets.d.ts +1 -0
- package/dist/_dts/block-form/src/widgets/InlineTextField/InlineTextField.d.ts +4 -0
- package/dist/_dts/block-form/src/widgets/InlineTextField/index.d.ts +3 -0
- package/dist/_dts/block-form/src/widgets/InlineTextField/inlineTextFieldDefaults.d.ts +2 -0
- package/dist/_dts/block-form/src/widgets/InlineTextField/inlineTextFieldSchema.d.ts +3 -0
- package/dist/_dts/blocks/src/bindings/index.d.ts +1 -0
- package/dist/_dts/blocks/src/bindings/types.d.ts +1 -0
- package/dist/_dts/blocks/src/index.d.ts +2 -0
- package/dist/_dts/blocks/src/portal/types.d.ts +7 -0
- package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +2 -29631
- package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +2 -29614
- package/dist/_dts/blocks/src/system/blocks/cart.d.ts +2 -29634
- package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +2 -29627
- package/dist/_dts/blocks/src/system/blocks/collection.d.ts +2 -29585
- package/dist/_dts/blocks/src/system/blocks/faq.d.ts +2 -29677
- package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +2 -29655
- package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +220 -0
- package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +2 -29655
- package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +2 -29685
- package/dist/_dts/blocks/src/system/blocks/shop.d.ts +2 -29761
- package/dist/_dts/blocks/src/system/fragments/library/heroCopy.d.ts +9 -0
- package/dist/_dts/blocks/src/system/inlineText.d.ts +78 -0
- package/dist/_dts/blocks/src/system/manifest/derivedContent.d.ts +3 -1
- package/dist/_dts/blocks/src/system/manifest/fieldValidation/index.d.ts +15 -3
- package/dist/_dts/blocks/src/system/manifest/schema.d.ts +188 -7
- package/dist/_dts/blocks/src/system/runtime/api/index.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/api/types.d.ts +21 -6
- package/dist/_dts/blocks/src/system/runtime/nodes/basic.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/TicketSelectionStep.d.ts +5 -3
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/event-registration.headless.contract.d.ts +5 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/hooks.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/sessionStorage.d.ts +9 -6
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/ticketSelectionLines.d.ts +36 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/types.d.ts +7 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/useEventRegistrationStripeReturn.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/useEventRegistrationSubmit.d.ts +2 -3
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/useEventRegistrationWizard.d.ts +19 -4
- package/dist/_dts/blocks/src/system/runtime/nodes/renderInlineText.d.ts +3 -0
- package/dist/_dts/content-editor/src/index.d.ts +1 -0
- package/dist/_dts/content-editor/src/primitives/PreviewInlineTextEditor.d.ts +9 -0
- package/dist/_dts/content-model/src/entry-slots/types.d.ts +6 -0
- package/dist/_dts/content-model/src/templates/bindingTypeCompatibility.d.ts +1 -1
- package/dist/_dts/content-model/src/templates/defaults.d.ts +30 -0
- package/dist/_dts/content-model/src/templates/types.d.ts +1 -0
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +163 -2
- package/dist/_dts/editor/src/inline/FloatingToolbar.d.ts +18 -0
- package/dist/_dts/editor/src/inline/InlineTextEditor.d.ts +18 -1
- package/dist/_dts/editor/src/inline/InlineTextEditorStyles.d.ts +1 -0
- package/dist/_dts/editor/src/inline/domParse.d.ts +3 -0
- package/dist/_dts/editor/src/inline/presentation.d.ts +48 -0
- package/dist/_dts/editor/src/inline/selection.d.ts +12 -0
- package/dist/_dts/editor-blocks/src/widgets/index.d.ts +1 -0
- package/dist/_dts/editor-blocks/src/widgets/inline-text/InlineTextField.d.ts +3 -0
- package/dist/_dts/editor-blocks/src/widgets/inline-text/index.d.ts +1 -0
- package/dist/_dts/media-core/src/assetsInUseSummary.d.ts +7 -0
- package/dist/_dts/media-core/src/mediaUsageProjection.d.ts +29 -1
- package/dist/_dts/path-utils/src/index.d.ts +1 -0
- package/dist/_dts/preview-next/src/client/widgets/widgetOverrides.d.ts +1 -0
- package/dist/_dts/sdk/src/cli/commands/content.d.ts +56 -0
- package/dist/_dts/sdk/src/cli/commands/push/options.d.ts +4 -0
- package/dist/_dts/sdk/src/cli/commands/push/scopes/commandBackedDatedOfferingScope.d.ts +2 -6
- package/dist/_dts/sdk/src/cli/commands/push/scopes/types.d.ts +2 -0
- package/dist/_dts/sdk/src/cli/commands/push/verification.d.ts +56 -0
- package/dist/_dts/sdk/src/cli/commands/push-execute.d.ts +2 -1
- package/dist/_dts/sdk/src/cli/content/edit/format.d.ts +2 -0
- package/dist/_dts/sdk/src/cli/content/edit/path.d.ts +14 -0
- package/dist/_dts/sdk/src/cli/content/edit/planner.d.ts +46 -0
- package/dist/_dts/sdk/src/cli/content/fs-utils.d.ts +4 -0
- package/dist/_dts/sdk/src/cli/content/writer.d.ts +2 -0
- package/dist/_dts/sdk/src/cli/merge-remote/mergeFieldChanges.d.ts +22 -0
- package/dist/_dts/sdk/src/cli/merge-remote/pageLocal.d.ts +3 -0
- package/dist/_dts/sdk/src/cli/merge-remote/pageMerge.d.ts +78 -0
- package/dist/_dts/sdk/src/cli/merge-remote/pageMergePlan.d.ts +36 -0
- package/dist/_dts/sdk/src/cli/merge-remote/pageMergePush.d.ts +21 -0
- package/dist/_dts/sdk/src/cli/merge-remote/pageMergeReport.d.ts +29 -0
- package/dist/_dts/sdk/src/cli/merge-remote/pageSnapshots.d.ts +48 -0
- package/dist/_dts/sdk/src/cli/sync/diff.d.ts +3 -6
- package/dist/_dts/sdk/src/cli/sync/field-diff.d.ts +39 -0
- package/dist/_dts/sdk/src/cli/sync/index.d.ts +1 -0
- package/dist/_dts/sdk/src/client/types.d.ts +7 -2
- package/dist/_dts/sdk/src/config/field-definitions.d.ts +8 -3
- package/dist/_dts/sdk/src/config/typed-entries.d.ts +5 -3
- package/dist/_dts/sdk/src/contracts/bindings.d.ts +1 -0
- package/dist/_dts/sdk/src/contracts/content.d.ts +18 -0
- package/dist/_dts/sdk/src/contracts/index.d.ts +1 -1
- package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +3 -2
- package/dist/_dts/sdk/src/next/middleware.d.ts +1 -0
- package/dist/_dts/sdk/src/next/redirect-destination.d.ts +3 -0
- package/dist/_dts/sdk/src/next/route-outcome-proxy.d.ts +22 -0
- package/dist/_dts/sdk/src/public-api/contracts.d.ts +20 -1
- package/dist/_dts/sdk/src/public-api/runtime.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/helpers/bindings.d.ts +1 -0
- package/dist/_dts/sdk/src/rendering/helpers/loadContent.d.ts +9 -1
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/theme-core/src/accordions/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/buttons/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/cards/types.d.ts +15 -15
- package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
- package/dist/_dts/theme-core/src/inputs/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +42 -42
- package/dist/_dts/theme-core/src/palette/variants/types.d.ts +2 -2
- package/dist/_dts/theme-core/src/schema.d.ts +44 -44
- package/dist/_dts/theme-core/src/site-styles/backgroundAppearance.d.ts +2 -2
- package/dist/_dts/theme-core/src/site-styles/designState.d.ts +16 -16
- package/dist/_dts/theme-core/src/site-styles/pageDesignIntent.d.ts +4 -4
- package/dist/_dts/theme-core/src/site-styles/tokenRecipes.d.ts +1 -1
- package/dist/_dts/theme-core/src/tokens/themeColorTokens.d.ts +1 -1
- package/dist/{chunk-AQ6RT6LZ.mjs → chunk-4TLTV7OB.mjs} +2 -2
- package/dist/{chunk-NT76QGIJ.mjs → chunk-7ED5UNHL.mjs} +14 -0
- package/dist/{chunk-XIK2HYI3.mjs → chunk-EL55VV6Q.mjs} +49 -9
- package/dist/{chunk-A63UXN3P.mjs → chunk-VHIMXQ7Z.mjs} +106 -4
- package/dist/{chunk-AJZGT6YG.mjs → chunk-VTPPVAOL.mjs} +1 -1
- package/dist/{chunk-PCNCETBI.mjs → chunk-XMATDBXO.mjs} +2082 -408
- package/dist/cli/index.mjs +2809 -787
- package/dist/cli/init-docs/content/cli-reference.md +43 -4
- package/dist/cli/init-docs/content/content-management.md +22 -0
- package/dist/client/{accordion-RNQIPG55.mjs → accordion-GUNXIIZR.mjs} +1 -1
- package/dist/client/{bookingForm-HYEEVRLP.mjs → bookingForm-AOU4VHP5.mjs} +3 -3
- package/dist/client/bookings.mjs +211 -105
- package/dist/client/{carousel-W7DQ3YPU.mjs → carousel-4QSX2JPC.mjs} +1 -1
- package/dist/client/{cart-PXJ3SXXO.mjs → cart-JKN6C4ZB.mjs} +4 -4
- package/dist/client/{checkout-X3JYSOXI.mjs → checkout-YY6YMITW.mjs} +4 -4
- package/dist/client/{chunk-PICR3NTQ.mjs → chunk-6H27K6AA.mjs} +1 -1
- package/dist/client/{chunk-J6TMMMXW.mjs → chunk-A3YN7M3G.mjs} +1 -1
- package/dist/client/{chunk-YYVGSYBO.mjs → chunk-BFCJZODD.mjs} +3 -3
- package/dist/client/{chunk-IXDSXF2D.mjs → chunk-CPKMJVBD.mjs} +353 -187
- package/dist/client/{chunk-6SYGVVWA.mjs → chunk-GWCRCJLB.mjs} +9 -0
- package/dist/client/{chunk-Q47XGAGS.mjs → chunk-H7A6PUGM.mjs} +1 -1
- package/dist/client/{chunk-WERRJXNJ.mjs → chunk-SY543WZ3.mjs} +1 -1
- package/dist/client/{chunk-DUOHLWLF.mjs → chunk-VJROUYOQ.mjs} +2 -2
- package/dist/client/client.mjs +4495 -3855
- package/dist/client/{courseRegistration-QZ67PVHO.mjs → courseRegistration-UU2KMPSQ.mjs} +3 -3
- package/dist/client/{eventCalendar-V3BDHQNT.mjs → eventCalendar-WIVNS2TM.mjs} +6 -6
- package/dist/client/{eventCombined-XYFRN2RG.mjs → eventCombined-P3G5MW4J.mjs} +6 -6
- package/dist/client/{eventDetails-TFE5TWKV.mjs → eventDetails-2VHJ2RDG.mjs} +6 -6
- package/dist/client/{eventListing-IQ6AGWZ6.mjs → eventListing-TGO6JI3R.mjs} +6 -6
- package/dist/client/{eventRegistration-WGJVFKQJ.mjs → eventRegistration-B46HEJES.mjs} +6 -6
- package/dist/client/{form-6UZY6RUA.mjs → form-VKRTFUNQ.mjs} +1 -1
- package/dist/client/{headerSection-RSFXY6V3.mjs → headerSection-XUX4ZJLO.mjs} +2 -2
- package/dist/client/hooks.mjs +34 -3
- package/dist/client/{locationMap-24FH67I4.mjs → locationMap-NQFI5MJO.mjs} +2 -2
- package/dist/client/{newsletterForm-QVL3MLTN.mjs → newsletterForm-P2GETCQK.mjs} +1 -1
- package/dist/client/{productDetail-ZDYN3G4T.mjs → productDetail-7NQ7O5IF.mjs} +4 -4
- package/dist/client/{productList-4BMJLQHZ.mjs → productList-RX6ZJ7BL.mjs} +4 -4
- package/dist/client/rendering/client.mjs +4170 -3768
- package/dist/client/rendering/islands.mjs +18 -18
- package/dist/client/rendering.mjs +1700 -1065
- package/dist/client/{shop-U5C634FF.mjs → shop-BHN5AKY6.mjs} +4 -4
- package/dist/preview-next/before-render.mjs +14 -0
- package/dist/preview-next/client/runtime.mjs +5 -5
- package/dist/preview-next/middleware.mjs +14 -0
- package/dist/{sdk-runtime-VGV46WVB.mjs → sdk-runtime-X2LXQ5IC.mjs} +6 -6
- package/dist/server/components.mjs +3255 -2827
- package/dist/server/config-template-validation.mjs +29 -20
- package/dist/server/config-validation.mjs +36 -4
- package/dist/server/config.mjs +36 -4
- package/dist/server/data.mjs +34 -3
- package/dist/server/index.mjs +44 -1
- package/dist/server/next/middleware.mjs +120 -0
- package/dist/server/next.mjs +3405 -2859
- package/dist/server/page-converter.mjs +20 -3
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +3264 -2837
- package/dist/server/rendering.mjs +3295 -2844
- package/dist/server/routing.mjs +35 -4
- package/dist/server/server.mjs +2358 -2188
- package/dist/server/theme-bridge.mjs +140 -0
- package/dist/styles/index.css +139 -0
- package/package.json +5 -1
- package/dist/SdkPreviewModeRuntime-NHTLRNQD.mjs +0 -8
|
@@ -11467,6 +11467,103 @@ var containerResponsiveThemeCss = `/*
|
|
|
11467
11467
|
line-height: 1.35;
|
|
11468
11468
|
}
|
|
11469
11469
|
|
|
11470
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-lines {
|
|
11471
|
+
display: grid;
|
|
11472
|
+
gap: 0.75rem;
|
|
11473
|
+
}
|
|
11474
|
+
|
|
11475
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-line-list {
|
|
11476
|
+
display: grid;
|
|
11477
|
+
gap: 0.625rem;
|
|
11478
|
+
}
|
|
11479
|
+
|
|
11480
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-line {
|
|
11481
|
+
display: grid;
|
|
11482
|
+
grid-template-columns: minmax(0, 1fr) auto;
|
|
11483
|
+
align-items: center;
|
|
11484
|
+
gap: 0.875rem;
|
|
11485
|
+
min-height: 4.75rem;
|
|
11486
|
+
padding: 0.875rem;
|
|
11487
|
+
border: 1px solid var(--er-border);
|
|
11488
|
+
border-radius: calc(var(--rb-block-radius) * 0.75);
|
|
11489
|
+
background: var(--er-control-bg);
|
|
11490
|
+
}
|
|
11491
|
+
|
|
11492
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-line--disabled {
|
|
11493
|
+
color: var(--er-on-surface-disabled);
|
|
11494
|
+
background: var(--er-surface-muted);
|
|
11495
|
+
}
|
|
11496
|
+
|
|
11497
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-line-main {
|
|
11498
|
+
min-width: 0;
|
|
11499
|
+
display: grid;
|
|
11500
|
+
gap: 0.25rem;
|
|
11501
|
+
}
|
|
11502
|
+
|
|
11503
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-line-heading {
|
|
11504
|
+
display: flex;
|
|
11505
|
+
align-items: baseline;
|
|
11506
|
+
justify-content: space-between;
|
|
11507
|
+
gap: 0.75rem;
|
|
11508
|
+
}
|
|
11509
|
+
|
|
11510
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-line-name {
|
|
11511
|
+
min-width: 0;
|
|
11512
|
+
font-size: 0.9375rem;
|
|
11513
|
+
font-weight: 600;
|
|
11514
|
+
line-height: 1.3;
|
|
11515
|
+
overflow-wrap: anywhere;
|
|
11516
|
+
}
|
|
11517
|
+
|
|
11518
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-line-price {
|
|
11519
|
+
flex-shrink: 0;
|
|
11520
|
+
font-size: 0.875rem;
|
|
11521
|
+
font-weight: 600;
|
|
11522
|
+
line-height: 1.3;
|
|
11523
|
+
}
|
|
11524
|
+
|
|
11525
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-line-detail {
|
|
11526
|
+
margin: 0;
|
|
11527
|
+
color: var(--er-on-surface-muted);
|
|
11528
|
+
font-size: 0.8125rem;
|
|
11529
|
+
line-height: 1.35;
|
|
11530
|
+
overflow-wrap: anywhere;
|
|
11531
|
+
}
|
|
11532
|
+
|
|
11533
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-line-summary {
|
|
11534
|
+
padding: 0.75rem 0.875rem;
|
|
11535
|
+
border: 1px solid var(--er-summary-border);
|
|
11536
|
+
border-radius: calc(var(--rb-block-radius) * 0.75);
|
|
11537
|
+
background: var(--er-surface-muted);
|
|
11538
|
+
}
|
|
11539
|
+
|
|
11540
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-line-summary-title {
|
|
11541
|
+
font-size: 0.875rem;
|
|
11542
|
+
font-weight: 600;
|
|
11543
|
+
line-height: 1.35;
|
|
11544
|
+
}
|
|
11545
|
+
|
|
11546
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-line-summary-list {
|
|
11547
|
+
margin: 0.25rem 0 0;
|
|
11548
|
+
padding-left: 1.125rem;
|
|
11549
|
+
color: var(--er-on-surface-muted);
|
|
11550
|
+
font-size: 0.8125rem;
|
|
11551
|
+
line-height: 1.4;
|
|
11552
|
+
}
|
|
11553
|
+
|
|
11554
|
+
@container rb-site (max-width: 639px) {
|
|
11555
|
+
@scope ([data-rb-responsive-mode="container"]) to (:scope [data-rb-responsive-mode]) {
|
|
11556
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-line {
|
|
11557
|
+
grid-template-columns: minmax(0, 1fr);
|
|
11558
|
+
align-items: stretch;
|
|
11559
|
+
}
|
|
11560
|
+
|
|
11561
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-line .er-counter {
|
|
11562
|
+
justify-content: flex-start;
|
|
11563
|
+
}
|
|
11564
|
+
}
|
|
11565
|
+
}
|
|
11566
|
+
|
|
11470
11567
|
/* Form inputs */
|
|
11471
11568
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-input {
|
|
11472
11569
|
width: 100%;
|
|
@@ -14739,6 +14836,49 @@ var containerResponsiveThemeCss = `/*
|
|
|
14739
14836
|
margin-top: 0.5rem;
|
|
14740
14837
|
}
|
|
14741
14838
|
|
|
14839
|
+
/* =============================================================================
|
|
14840
|
+
* Shared: Inline Text Marks
|
|
14841
|
+
* =============================================================================
|
|
14842
|
+
*/
|
|
14843
|
+
|
|
14844
|
+
:where(.theme-scope) .rb-inline-text-accent,
|
|
14845
|
+
:where(.theme-scope) .rb-inline-text-highlight {
|
|
14846
|
+
font: inherit;
|
|
14847
|
+
letter-spacing: inherit;
|
|
14848
|
+
text-transform: inherit;
|
|
14849
|
+
}
|
|
14850
|
+
|
|
14851
|
+
:where(.theme-scope) .rb-inline-text-accent-accent {
|
|
14852
|
+
color: rgb(var(--tb-accent));
|
|
14853
|
+
}
|
|
14854
|
+
|
|
14855
|
+
:where(.theme-scope) .rb-inline-text-accent-brand {
|
|
14856
|
+
color: rgb(var(--tb-primary));
|
|
14857
|
+
}
|
|
14858
|
+
|
|
14859
|
+
:where(.theme-scope) .rb-inline-text-accent-contrast {
|
|
14860
|
+
color: var(--section-text-color, rgb(var(--tb-text)));
|
|
14861
|
+
}
|
|
14862
|
+
|
|
14863
|
+
:where(.theme-scope) .rb-inline-text-highlight {
|
|
14864
|
+
border-radius: 0.22em;
|
|
14865
|
+
box-decoration-break: clone;
|
|
14866
|
+
-webkit-box-decoration-break: clone;
|
|
14867
|
+
padding: 0.02em 0.12em;
|
|
14868
|
+
}
|
|
14869
|
+
|
|
14870
|
+
:where(.theme-scope) .rb-inline-text-highlight-soft {
|
|
14871
|
+
background: color-mix(in oklab, var(--section-text-color, rgb(var(--tb-text))) 14%, transparent);
|
|
14872
|
+
}
|
|
14873
|
+
|
|
14874
|
+
:where(.theme-scope) .rb-inline-text-highlight-accent {
|
|
14875
|
+
background: color-mix(in oklab, rgb(var(--tb-accent)) 28%, transparent);
|
|
14876
|
+
}
|
|
14877
|
+
|
|
14878
|
+
:where(.theme-scope) .rb-inline-text-highlight-brand {
|
|
14879
|
+
background: color-mix(in oklab, rgb(var(--tb-primary)) 24%, transparent);
|
|
14880
|
+
}
|
|
14881
|
+
|
|
14742
14882
|
/* =============================================================================
|
|
14743
14883
|
* Block: Hero (Phase 2)
|
|
14744
14884
|
* Uses theme palette vars directly (no Tier 3 vars needed)
|
package/dist/styles/index.css
CHANGED
|
@@ -3460,6 +3460,101 @@
|
|
|
3460
3460
|
line-height: 1.35;
|
|
3461
3461
|
}
|
|
3462
3462
|
|
|
3463
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-lines {
|
|
3464
|
+
display: grid;
|
|
3465
|
+
gap: 0.75rem;
|
|
3466
|
+
}
|
|
3467
|
+
|
|
3468
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-line-list {
|
|
3469
|
+
display: grid;
|
|
3470
|
+
gap: 0.625rem;
|
|
3471
|
+
}
|
|
3472
|
+
|
|
3473
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-line {
|
|
3474
|
+
display: grid;
|
|
3475
|
+
grid-template-columns: minmax(0, 1fr) auto;
|
|
3476
|
+
align-items: center;
|
|
3477
|
+
gap: 0.875rem;
|
|
3478
|
+
min-height: 4.75rem;
|
|
3479
|
+
padding: 0.875rem;
|
|
3480
|
+
border: 1px solid var(--er-border);
|
|
3481
|
+
border-radius: calc(var(--rb-block-radius) * 0.75);
|
|
3482
|
+
background: var(--er-control-bg);
|
|
3483
|
+
}
|
|
3484
|
+
|
|
3485
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-line--disabled {
|
|
3486
|
+
color: var(--er-on-surface-disabled);
|
|
3487
|
+
background: var(--er-surface-muted);
|
|
3488
|
+
}
|
|
3489
|
+
|
|
3490
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-line-main {
|
|
3491
|
+
min-width: 0;
|
|
3492
|
+
display: grid;
|
|
3493
|
+
gap: 0.25rem;
|
|
3494
|
+
}
|
|
3495
|
+
|
|
3496
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-line-heading {
|
|
3497
|
+
display: flex;
|
|
3498
|
+
align-items: baseline;
|
|
3499
|
+
justify-content: space-between;
|
|
3500
|
+
gap: 0.75rem;
|
|
3501
|
+
}
|
|
3502
|
+
|
|
3503
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-line-name {
|
|
3504
|
+
min-width: 0;
|
|
3505
|
+
font-size: 0.9375rem;
|
|
3506
|
+
font-weight: 600;
|
|
3507
|
+
line-height: 1.3;
|
|
3508
|
+
overflow-wrap: anywhere;
|
|
3509
|
+
}
|
|
3510
|
+
|
|
3511
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-line-price {
|
|
3512
|
+
flex-shrink: 0;
|
|
3513
|
+
font-size: 0.875rem;
|
|
3514
|
+
font-weight: 600;
|
|
3515
|
+
line-height: 1.3;
|
|
3516
|
+
}
|
|
3517
|
+
|
|
3518
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-line-detail {
|
|
3519
|
+
margin: 0;
|
|
3520
|
+
color: var(--er-on-surface-muted);
|
|
3521
|
+
font-size: 0.8125rem;
|
|
3522
|
+
line-height: 1.35;
|
|
3523
|
+
overflow-wrap: anywhere;
|
|
3524
|
+
}
|
|
3525
|
+
|
|
3526
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-line-summary {
|
|
3527
|
+
padding: 0.75rem 0.875rem;
|
|
3528
|
+
border: 1px solid var(--er-summary-border);
|
|
3529
|
+
border-radius: calc(var(--rb-block-radius) * 0.75);
|
|
3530
|
+
background: var(--er-surface-muted);
|
|
3531
|
+
}
|
|
3532
|
+
|
|
3533
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-line-summary-title {
|
|
3534
|
+
font-size: 0.875rem;
|
|
3535
|
+
font-weight: 600;
|
|
3536
|
+
line-height: 1.35;
|
|
3537
|
+
}
|
|
3538
|
+
|
|
3539
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-line-summary-list {
|
|
3540
|
+
margin: 0.25rem 0 0;
|
|
3541
|
+
padding-left: 1.125rem;
|
|
3542
|
+
color: var(--er-on-surface-muted);
|
|
3543
|
+
font-size: 0.8125rem;
|
|
3544
|
+
line-height: 1.4;
|
|
3545
|
+
}
|
|
3546
|
+
|
|
3547
|
+
@media (max-width: 639px) {
|
|
3548
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-line {
|
|
3549
|
+
grid-template-columns: minmax(0, 1fr);
|
|
3550
|
+
align-items: stretch;
|
|
3551
|
+
}
|
|
3552
|
+
|
|
3553
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-ticket-line .er-counter {
|
|
3554
|
+
justify-content: flex-start;
|
|
3555
|
+
}
|
|
3556
|
+
}
|
|
3557
|
+
|
|
3463
3558
|
/* Form inputs */
|
|
3464
3559
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-input {
|
|
3465
3560
|
width: 100%;
|
|
@@ -6720,6 +6815,50 @@
|
|
|
6720
6815
|
}
|
|
6721
6816
|
|
|
6722
6817
|
|
|
6818
|
+
/* =============================================================================
|
|
6819
|
+
* Shared: Inline Text Marks
|
|
6820
|
+
* =============================================================================
|
|
6821
|
+
*/
|
|
6822
|
+
|
|
6823
|
+
:where(.theme-scope) .rb-inline-text-accent,
|
|
6824
|
+
:where(.theme-scope) .rb-inline-text-highlight {
|
|
6825
|
+
font: inherit;
|
|
6826
|
+
letter-spacing: inherit;
|
|
6827
|
+
text-transform: inherit;
|
|
6828
|
+
}
|
|
6829
|
+
|
|
6830
|
+
:where(.theme-scope) .rb-inline-text-accent-accent {
|
|
6831
|
+
color: rgb(var(--tb-accent));
|
|
6832
|
+
}
|
|
6833
|
+
|
|
6834
|
+
:where(.theme-scope) .rb-inline-text-accent-brand {
|
|
6835
|
+
color: rgb(var(--tb-primary));
|
|
6836
|
+
}
|
|
6837
|
+
|
|
6838
|
+
:where(.theme-scope) .rb-inline-text-accent-contrast {
|
|
6839
|
+
color: var(--section-text-color, rgb(var(--tb-text)));
|
|
6840
|
+
}
|
|
6841
|
+
|
|
6842
|
+
:where(.theme-scope) .rb-inline-text-highlight {
|
|
6843
|
+
border-radius: 0.22em;
|
|
6844
|
+
box-decoration-break: clone;
|
|
6845
|
+
-webkit-box-decoration-break: clone;
|
|
6846
|
+
padding: 0.02em 0.12em;
|
|
6847
|
+
}
|
|
6848
|
+
|
|
6849
|
+
:where(.theme-scope) .rb-inline-text-highlight-soft {
|
|
6850
|
+
background: color-mix(in oklab, var(--section-text-color, rgb(var(--tb-text))) 14%, transparent);
|
|
6851
|
+
}
|
|
6852
|
+
|
|
6853
|
+
:where(.theme-scope) .rb-inline-text-highlight-accent {
|
|
6854
|
+
background: color-mix(in oklab, rgb(var(--tb-accent)) 28%, transparent);
|
|
6855
|
+
}
|
|
6856
|
+
|
|
6857
|
+
:where(.theme-scope) .rb-inline-text-highlight-brand {
|
|
6858
|
+
background: color-mix(in oklab, rgb(var(--tb-primary)) 24%, transparent);
|
|
6859
|
+
}
|
|
6860
|
+
|
|
6861
|
+
|
|
6723
6862
|
|
|
6724
6863
|
/* =============================================================================
|
|
6725
6864
|
* Block: Hero (Phase 2)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@riverbankcms/sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.96.0",
|
|
4
4
|
"description": "Riverbank CMS SDK for headless content consumption",
|
|
5
5
|
"main": "./dist/server/index.mjs",
|
|
6
6
|
"module": "./dist/server/index.mjs",
|
|
@@ -90,6 +90,10 @@
|
|
|
90
90
|
"react-server": "./dist/server/next.mjs",
|
|
91
91
|
"import": "./dist/server/next.mjs"
|
|
92
92
|
},
|
|
93
|
+
"./next/middleware": {
|
|
94
|
+
"types": "./dist/_dts/sdk/src/next/middleware.d.ts",
|
|
95
|
+
"import": "./dist/server/next/middleware.mjs"
|
|
96
|
+
},
|
|
93
97
|
"./analytics": {
|
|
94
98
|
"types": "./dist/_dts/sdk/src/analytics/index.d.ts",
|
|
95
99
|
"import": "./dist/client/analytics.mjs"
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
export { SdkPreviewModeRuntime } from './chunk-XIK2HYI3.mjs';
|
|
3
|
-
import './chunk-AJZGT6YG.mjs';
|
|
4
|
-
import './chunk-A63UXN3P.mjs';
|
|
5
|
-
import './chunk-AQ6RT6LZ.mjs';
|
|
6
|
-
import './chunk-PCNCETBI.mjs';
|
|
7
|
-
import './chunk-NT76QGIJ.mjs';
|
|
8
|
-
import './chunk-R7POPVJR.mjs';
|