@riverbankcms/sdk 0.79.0 → 0.80.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-QZG37QIF.mjs +2655 -0
- package/dist/{PreviewEditorUI-27KJVEET.mjs → PreviewEditorUI-AXIKSMZA.mjs} +27 -4
- package/dist/SdkPreviewModeRuntime-XE5M4UKM.mjs +8 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +20 -0
- package/dist/_dts/api/src/endpoints.d.ts +24 -0
- package/dist/_dts/api/src/index.d.ts +1 -1
- package/dist/_dts/api/src/siteInfrastructure.d.ts +124 -0
- package/dist/_dts/api/src/siteOnboarding.d.ts +13 -0
- package/dist/_dts/api/src/sitePlatformEndpoints.d.ts +10 -1
- package/dist/_dts/block-form/src/client/index.d.ts +2 -0
- package/dist/_dts/block-form/src/index.d.ts +2 -0
- package/dist/_dts/block-form/src/utils/evaluateVisibility.d.ts +2 -1
- package/dist/_dts/blocks/src/client/header.d.ts +1 -1
- package/dist/_dts/blocks/src/client.d.ts +12 -12
- package/dist/_dts/blocks/src/index.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/events/event-listing.d.ts +2 -2
- package/dist/_dts/blocks/src/system/blocks/events/event-spotlight.d.ts +2 -1
- package/dist/_dts/blocks/src/system/blocks/events/shared/types.d.ts +4 -1
- package/dist/_dts/blocks/src/system/blocks/testimonials.d.ts +7 -1
- package/dist/_dts/blocks/src/system/customize/backgrounds.d.ts +21 -12
- package/dist/_dts/blocks/src/system/fields/boxStyles.d.ts +4 -2
- package/dist/_dts/blocks/src/system/fragments/library/faqHeading.d.ts +1 -0
- package/dist/_dts/blocks/src/system/fragments/library/testimonialsCarousel.d.ts +5 -0
- package/dist/_dts/blocks/src/system/node/fragments/headingDecoration.d.ts +1 -4
- package/dist/_dts/blocks/src/system/node/validation-constants.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/components/registry.client.d.ts +7 -7
- package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +3 -3
- package/dist/_dts/blocks/src/system/runtime/header/enhanceHeaderSection.d.ts +10 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventListing.interactive.d.ts +5 -5
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventListing.server.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventSpotlight.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventCard.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventDetailModal.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventModals.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/header-section.client.d.ts +2 -2
- package/dist/_dts/blocks/src/system/transforms/registry/boxStyles.d.ts +3 -0
- package/dist/_dts/blocks/src/system/transforms/registry/layout.d.ts +9 -0
- package/dist/_dts/blocks/src/system/transforms/typed.d.ts +14 -1
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +9 -3
- package/dist/_dts/editor-blocks/src/block-editor/BlockCard.d.ts +2 -6
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardBody.d.ts +2 -6
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardHeader.d.ts +2 -6
- package/dist/_dts/editor-blocks/src/block-editor/FeatureCardIconsPanel.d.ts +2 -6
- package/dist/_dts/editor-blocks/src/block-editor/GeneratedIconSetDialog.d.ts +6 -4
- package/dist/_dts/editor-blocks/src/block-editor/SortableBlockItem.d.ts +2 -6
- package/dist/_dts/editor-blocks/src/index.d.ts +2 -0
- package/dist/_dts/preview-next/src/client/blocks/BlockToolbar.d.ts +5 -1
- package/dist/_dts/preview-next/src/client/blocks/previewCustomizeControlPlan.d.ts +24 -0
- package/dist/_dts/preview-next/src/client/blocks/useBlockCustomizeControls.d.ts +34 -0
- package/dist/_dts/preview-next/src/client/preview/PageBlockEditorPanel.d.ts +2 -5
- package/dist/_dts/preview-next/src/client/preview/PageDesignEditorStateContext.d.ts +4 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewBlockCustomizeSelectionContext.d.ts +20 -0
- package/dist/_dts/preview-next/src/client/preview/PreviewOpenEditorButton.d.ts +2 -0
- package/dist/_dts/preview-next/src/client/preview/SelectedBlockCustomizePanel.d.ts +13 -0
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeEditorDraftPatch.d.ts +13 -0
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeRuntimePatch.d.ts +2 -0
- package/dist/_dts/preview-next/src/client/preview/storeTypes.d.ts +4 -0
- package/dist/_dts/preview-next/src/client/widgets/widgetOverrides.d.ts +3 -1
- package/dist/_dts/sdk/src/cli/commands/webhooks.d.ts +44 -0
- package/dist/_dts/sdk/src/client/management/index.d.ts +1 -1
- package/dist/_dts/sdk/src/client/management/types.d.ts +56 -0
- package/dist/_dts/sdk/src/client/management/webhooks.d.ts +3 -0
- package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +6 -3
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/theme-core/src/accordions/siteStyleDefaults.d.ts +220 -0
- package/dist/_dts/theme-core/src/accordions/types.d.ts +45 -2
- package/dist/_dts/theme-core/src/blockOverrides.d.ts +8 -0
- package/dist/_dts/theme-core/src/blocks/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/blocks/vars/testimonials.d.ts +4 -1
- package/dist/_dts/theme-core/src/buttons/personalities/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/cards/core.d.ts +20 -0
- package/dist/_dts/theme-core/src/cards/generateDefaultCardSystem.d.ts +6 -3
- package/dist/_dts/theme-core/src/cards/siteStyleDefaults.d.ts +105 -0
- package/dist/_dts/theme-core/src/cards/types.d.ts +177 -0
- package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +156 -18
- package/dist/_dts/theme-core/src/palette/variants/index.d.ts +15 -0
- package/dist/_dts/theme-core/src/palette/variants/soft-natural.d.ts +16 -0
- package/dist/_dts/theme-core/src/palette/variants/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/schema.d.ts +446 -52
- package/dist/_dts/theme-core/src/site-styles/appearancePresetCatalog.d.ts +86 -17
- package/dist/_dts/theme-core/src/site-styles/appearancePresetTypes.d.ts +2 -3
- package/dist/_dts/theme-core/src/site-styles/blockAppearancePresets.d.ts +86 -17
- package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +110 -1
- package/dist/_dts/theme-core/src/site-styles/footerLooks.d.ts +20 -1
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +4 -0
- package/dist/_dts/theme-core/src/site-styles/headerLooks.d.ts +286 -6
- package/dist/_dts/theme-core/src/site-styles/index.d.ts +2 -0
- package/dist/_dts/theme-core/src/site-styles/logoBranding.d.ts +193 -0
- package/dist/_dts/theme-core/src/site-styles/previewCompiler.d.ts +2 -8
- package/dist/_dts/theme-core/src/site-styles/rawStyleFields.d.ts +2 -0
- package/dist/_dts/theme-core/src/site-styles/runtimeCompiler.d.ts +10 -7
- package/dist/_dts/theme-core/src/site-styles/siteStyleThemeCompiler.d.ts +11 -0
- package/dist/_dts/theme-core/src/site-styles/sourceCatalogs.d.ts +2 -2
- package/dist/_dts/theme-core/src/site-styles/styleTags.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/testimonialQuotePresets.d.ts +15 -0
- package/dist/_dts/theme-core/src/site-styles/tokenRecipes.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/types.d.ts +7 -29
- package/dist/{PreviewEditorSidebar-56NMJMIK.mjs → chunk-5NZGBSJF.mjs} +1423 -2451
- package/dist/{chunk-4HCW7FHJ.mjs → chunk-7PCYG6YV.mjs} +215 -137
- package/dist/{chunk-K2IIF34C.mjs → chunk-BBLZSQEY.mjs} +24 -0
- package/dist/{chunk-V47ZU33I.mjs → chunk-GYXKAUFV.mjs} +2785 -785
- package/dist/{chunk-GP555I66.mjs → chunk-HTB4BMKD.mjs} +94 -46
- package/dist/{chunk-A3HHFKVT.mjs → chunk-MPBNEVPB.mjs} +1 -1
- package/dist/cli/index.mjs +2100 -545
- package/dist/cli/init-docs/content/workflow-isr-revalidation.md +16 -4
- package/dist/client/{accordion-QLA7KBYO.mjs → accordion-QFZMNB7O.mjs} +1 -1
- package/dist/client/{bookingForm-PYZIPA5G.mjs → bookingForm-NCIXFWIG.mjs} +3 -3
- package/dist/client/bookings.mjs +1144 -329
- package/dist/client/{carousel-5EIULWBI.mjs → carousel-EO4BJMWD.mjs} +2 -2
- package/dist/client/{cart-DOP3FNI4.mjs → cart-FTYCLYUW.mjs} +5 -5
- package/dist/client/{checkout-BVMF6FBV.mjs → checkout-NFGLVCOX.mjs} +5 -5
- package/dist/client/{chunk-TYONZMST.mjs → chunk-4W66ALYT.mjs} +1 -1
- package/dist/client/{chunk-44K2U3QI.mjs → chunk-6GVVWSPU.mjs} +4 -4
- package/dist/client/{chunk-UDS3NTWA.mjs → chunk-IWFZSQNZ.mjs} +1 -1
- package/dist/client/{chunk-R5ESWNKX.mjs → chunk-PUOELU4O.mjs} +89 -5
- package/dist/client/{chunk-YLDYVRZL.mjs → chunk-PYRBIURC.mjs} +4 -4
- package/dist/client/{chunk-GG4M2NP6.mjs → chunk-T6UIP6UZ.mjs} +1 -1
- package/dist/client/{chunk-V6M5FCR5.mjs → chunk-VDS5YFLX.mjs} +1 -1
- package/dist/client/{chunk-CCNTDRCF.mjs → chunk-Y37KDO7P.mjs} +1 -1
- package/dist/client/client.mjs +4205 -2324
- package/dist/client/{courseRegistration-E6EAA6NL.mjs → courseRegistration-2EORROPS.mjs} +3 -3
- package/dist/client/{eventCalendar-HBG3HAK6.mjs → eventCalendar-WZI4VL6N.mjs} +5 -5
- package/dist/client/{eventCombined-6K5ZZWAK.mjs → eventCombined-QCB2TCNL.mjs} +5 -5
- package/dist/client/{eventDetails-Q75ICXLT.mjs → eventDetails-TFTATAPH.mjs} +5 -5
- package/dist/client/{eventListing-27P5F7DZ.mjs → eventListing-A2CQEHEQ.mjs} +5 -5
- package/dist/client/{eventRegistration-IQ7AMASR.mjs → eventRegistration-OELPVLUY.mjs} +5 -5
- package/dist/client/{form-JRTD65FN.mjs → form-NTIFD6WQ.mjs} +1 -1
- package/dist/client/{headerSection-7FPSSZHS.mjs → headerSection-7TBNKCLA.mjs} +65 -24
- package/dist/client/hooks.mjs +3354 -2006
- package/dist/client/{locationMap-7NGFNYBH.mjs → locationMap-LRLB5A3H.mjs} +1 -1
- package/dist/client/{newsletterForm-F3BADCI2.mjs → newsletterForm-XI52RZSN.mjs} +1 -1
- package/dist/client/{productDetail-V3HP7ITJ.mjs → productDetail-GSNKBFLY.mjs} +5 -5
- package/dist/client/{productList-L3EGJUF2.mjs → productList-BGCGT4KZ.mjs} +5 -5
- package/dist/client/rendering/client.mjs +2570 -1657
- package/dist/client/rendering/islands.mjs +18 -18
- package/dist/client/rendering.mjs +4275 -2394
- package/dist/client/{shop-DQUB5E2C.mjs → shop-RQHUCLNY.mjs} +5 -5
- package/dist/preview-next/before-render.mjs +24 -0
- package/dist/preview-next/client/runtime.mjs +5 -5
- package/dist/preview-next/middleware.mjs +24 -0
- package/dist/{sdk-runtime-AF6KXJU4.mjs → sdk-runtime-A4LHT2RS.mjs} +6 -6
- package/dist/server/components.mjs +4063 -2293
- package/dist/server/config-validation.mjs +3525 -2176
- package/dist/server/config.mjs +3525 -2176
- package/dist/server/data.mjs +3354 -2006
- package/dist/server/index.mjs +25 -1
- package/dist/server/next.mjs +4006 -2236
- package/dist/server/page-converter.mjs +2747 -1816
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +4063 -2293
- package/dist/server/rendering.mjs +4063 -2293
- package/dist/server/routing.mjs +3508 -2111
- package/dist/server/server.mjs +3372 -2024
- package/dist/server/theme-bridge.mjs +1436 -310
- package/dist/server/theme.mjs +409 -219
- package/dist/styles/index.css +300 -33
- package/package.json +1 -1
- package/dist/SdkPreviewModeRuntime-H4BSP6E7.mjs +0 -8
- package/dist/chunk-LCY32PXF.mjs +0 -1175
package/dist/styles/index.css
CHANGED
|
@@ -1576,40 +1576,51 @@
|
|
|
1576
1576
|
}
|
|
1577
1577
|
|
|
1578
1578
|
.rb-container-pad-none {
|
|
1579
|
-
|
|
1579
|
+
--rb-card-pad: 0rem;
|
|
1580
|
+
padding: var(--rb-card-pad);
|
|
1580
1581
|
}
|
|
1581
1582
|
.rb-container-pad-compact {
|
|
1582
|
-
|
|
1583
|
+
--rb-card-pad: 1rem;
|
|
1584
|
+
padding: var(--rb-card-pad);
|
|
1583
1585
|
}
|
|
1584
1586
|
.rb-container-pad-cozy {
|
|
1585
|
-
|
|
1587
|
+
--rb-card-pad: 1.5rem;
|
|
1588
|
+
padding: var(--rb-card-pad);
|
|
1586
1589
|
}
|
|
1587
1590
|
.rb-container-pad-medium {
|
|
1588
|
-
|
|
1591
|
+
--rb-card-pad: 1.5rem;
|
|
1592
|
+
padding: var(--rb-card-pad);
|
|
1589
1593
|
}
|
|
1590
1594
|
.rb-container-pad-comfortable {
|
|
1591
|
-
|
|
1595
|
+
--rb-card-pad: 2rem;
|
|
1596
|
+
padding: var(--rb-card-pad);
|
|
1592
1597
|
}
|
|
1593
1598
|
.rb-container-pad-spacious {
|
|
1594
|
-
|
|
1599
|
+
--rb-card-pad: 2.5rem;
|
|
1600
|
+
padding: var(--rb-card-pad);
|
|
1595
1601
|
}
|
|
1596
1602
|
|
|
1597
1603
|
@media (min-width: 640px) {
|
|
1598
1604
|
@scope ([data-rb-responsive-mode="viewport"]) to (:scope [data-rb-responsive-mode]) {
|
|
1599
1605
|
.rb-container-pad-compact {
|
|
1600
|
-
|
|
1606
|
+
--rb-card-pad: 1.5rem;
|
|
1607
|
+
padding: var(--rb-card-pad);
|
|
1601
1608
|
}
|
|
1602
1609
|
.rb-container-pad-cozy {
|
|
1603
|
-
|
|
1610
|
+
--rb-card-pad: 2rem;
|
|
1611
|
+
padding: var(--rb-card-pad);
|
|
1604
1612
|
}
|
|
1605
1613
|
.rb-container-pad-medium {
|
|
1606
|
-
|
|
1614
|
+
--rb-card-pad: 2rem;
|
|
1615
|
+
padding: var(--rb-card-pad);
|
|
1607
1616
|
}
|
|
1608
1617
|
.rb-container-pad-comfortable {
|
|
1609
|
-
|
|
1618
|
+
--rb-card-pad: 2.5rem;
|
|
1619
|
+
padding: var(--rb-card-pad);
|
|
1610
1620
|
}
|
|
1611
1621
|
.rb-container-pad-spacious {
|
|
1612
|
-
|
|
1622
|
+
--rb-card-pad: 3.5rem;
|
|
1623
|
+
padding: var(--rb-card-pad);
|
|
1613
1624
|
}
|
|
1614
1625
|
}
|
|
1615
1626
|
}
|
|
@@ -1782,8 +1793,15 @@
|
|
|
1782
1793
|
/* Shared: Site document overlay header clearance */
|
|
1783
1794
|
/* -------------------------------------------------------------------------- */
|
|
1784
1795
|
|
|
1785
|
-
:where(.theme-scope)
|
|
1786
|
-
|
|
1796
|
+
:where(.theme-scope)
|
|
1797
|
+
:where([data-site-document-overlay-content='true'])
|
|
1798
|
+
:where([data-block]):first-of-type
|
|
1799
|
+
> :where([data-slot='section'])
|
|
1800
|
+
> :where(.rb-container) {
|
|
1801
|
+
padding-top: calc(
|
|
1802
|
+
var(--site-overlay-header-clearance, 0px) +
|
|
1803
|
+
var(--site-overlay-opening-content-extra-pad, 0px)
|
|
1804
|
+
);
|
|
1787
1805
|
}
|
|
1788
1806
|
|
|
1789
1807
|
/* -------------------------------------------------------------------------- */
|
|
@@ -1869,6 +1887,22 @@
|
|
|
1869
1887
|
}
|
|
1870
1888
|
}
|
|
1871
1889
|
|
|
1890
|
+
/* -------------------------------------------------------------------------- */
|
|
1891
|
+
/* Header: Mobile floating/glass backing */
|
|
1892
|
+
/* -------------------------------------------------------------------------- */
|
|
1893
|
+
|
|
1894
|
+
:where(.theme-scope) .header-variant-floating .header-mobile-bar {
|
|
1895
|
+
align-items: flex-start;
|
|
1896
|
+
margin-top: 0.75rem;
|
|
1897
|
+
}
|
|
1898
|
+
|
|
1899
|
+
:where(.theme-scope) .header-variant-floating .nav-mobile-toggle {
|
|
1900
|
+
border: 1px solid rgb(var(--tb-border) / 0.82);
|
|
1901
|
+
background: rgb(var(--tb-surface) / 0.96);
|
|
1902
|
+
color: rgb(var(--tb-text));
|
|
1903
|
+
box-shadow: 0 10px 28px rgb(var(--tb-neutral-950) / 0.12);
|
|
1904
|
+
}
|
|
1905
|
+
|
|
1872
1906
|
/*
|
|
1873
1907
|
* Theme Scope Styles
|
|
1874
1908
|
*
|
|
@@ -2797,6 +2831,56 @@
|
|
|
2797
2831
|
transition: height 300ms var(--motion-ease, ease);
|
|
2798
2832
|
}
|
|
2799
2833
|
|
|
2834
|
+
:where(.theme-scope) .header-logo-size-compact.rb-header-logo-sm {
|
|
2835
|
+
height: 2rem;
|
|
2836
|
+
}
|
|
2837
|
+
:where(.theme-scope) .header-logo-size-compact.rb-header-logo-lg {
|
|
2838
|
+
height: 2.5rem;
|
|
2839
|
+
}
|
|
2840
|
+
:where(.theme-scope) .header-logo-size-standard.rb-header-logo-sm {
|
|
2841
|
+
height: 2.5rem;
|
|
2842
|
+
}
|
|
2843
|
+
:where(.theme-scope) .header-logo-size-standard.rb-header-logo-lg {
|
|
2844
|
+
height: 3rem;
|
|
2845
|
+
}
|
|
2846
|
+
:where(.theme-scope) .header-logo-size-generous.rb-header-logo-sm {
|
|
2847
|
+
height: 3.5rem;
|
|
2848
|
+
}
|
|
2849
|
+
:where(.theme-scope) .header-logo-size-generous.rb-header-logo-lg {
|
|
2850
|
+
height: 4.5rem;
|
|
2851
|
+
}
|
|
2852
|
+
:where(.theme-scope) .header-logo-size-display.rb-header-logo-sm {
|
|
2853
|
+
height: 7.5rem;
|
|
2854
|
+
}
|
|
2855
|
+
:where(.theme-scope) .header-logo-size-display.rb-header-logo-lg {
|
|
2856
|
+
height: 8rem;
|
|
2857
|
+
}
|
|
2858
|
+
|
|
2859
|
+
:where(.theme-scope) .header-logo-accommodation-plate,
|
|
2860
|
+
:where(.theme-scope) .header-logo-accommodation-centered-badge,
|
|
2861
|
+
:where(.theme-scope) .header-logo-accommodation-popout-badge,
|
|
2862
|
+
:where(.theme-scope) .header-logo-accommodation-centered-masthead {
|
|
2863
|
+
border-radius: var(--radius-md, 0.5rem);
|
|
2864
|
+
background: var(--color-surface, #fff);
|
|
2865
|
+
box-shadow: var(--shadow-sm, 0 1px 2px rgb(0 0 0 / 0.08));
|
|
2866
|
+
padding: 0.5rem;
|
|
2867
|
+
}
|
|
2868
|
+
|
|
2869
|
+
:where(.theme-scope) .header-logo-accommodation-popout-badge {
|
|
2870
|
+
position: relative;
|
|
2871
|
+
z-index: 1;
|
|
2872
|
+
margin-block: -0.35rem -0.9rem;
|
|
2873
|
+
}
|
|
2874
|
+
|
|
2875
|
+
:where(.theme-scope)
|
|
2876
|
+
.header-logo-size-display.header-logo-accommodation-popout-badge {
|
|
2877
|
+
margin-block: -0.75rem -2rem;
|
|
2878
|
+
}
|
|
2879
|
+
|
|
2880
|
+
:where(.theme-scope) .header-logo-accommodation-centered-masthead {
|
|
2881
|
+
padding: 0.75rem 1rem;
|
|
2882
|
+
}
|
|
2883
|
+
|
|
2800
2884
|
/* Site title base font size (replaces rb-text-lg / rb-text-xl utilities) */
|
|
2801
2885
|
:where(.theme-scope) .header-logo-text {
|
|
2802
2886
|
font-size: 1.125rem; /* matches rb-text-lg */
|
|
@@ -2833,11 +2917,43 @@
|
|
|
2833
2917
|
:where(.theme-scope) .rb-header-shrink.header-scrolled .rb-header-logo-lg {
|
|
2834
2918
|
height: 2.5rem;
|
|
2835
2919
|
}
|
|
2920
|
+
:where(.theme-scope)
|
|
2921
|
+
.rb-header-shrink.header-scrolled
|
|
2922
|
+
.header-logo-size-generous.rb-header-logo-sm {
|
|
2923
|
+
height: 2.75rem;
|
|
2924
|
+
}
|
|
2925
|
+
:where(.theme-scope)
|
|
2926
|
+
.rb-header-shrink.header-scrolled
|
|
2927
|
+
.header-logo-size-generous.rb-header-logo-lg {
|
|
2928
|
+
height: 3.25rem;
|
|
2929
|
+
}
|
|
2930
|
+
:where(.theme-scope)
|
|
2931
|
+
.rb-header-shrink.header-scrolled
|
|
2932
|
+
.header-logo-size-display.rb-header-logo-sm,
|
|
2933
|
+
:where(.theme-scope)
|
|
2934
|
+
.rb-header-shrink.header-scrolled
|
|
2935
|
+
.header-logo-size-display.rb-header-logo-lg {
|
|
2936
|
+
height: 5rem;
|
|
2937
|
+
}
|
|
2836
2938
|
:where(.theme-scope) .rb-header-shrink.header-scrolled .header-logo-text {
|
|
2837
2939
|
font-size: 0.875rem;
|
|
2838
2940
|
}
|
|
2839
2941
|
|
|
2840
2942
|
@media (max-width: 767px) {
|
|
2943
|
+
:where(.theme-scope) .header-logo-size-generous.rb-header-logo-sm,
|
|
2944
|
+
:where(.theme-scope) .header-logo-size-generous.rb-header-logo-lg {
|
|
2945
|
+
height: 3rem;
|
|
2946
|
+
}
|
|
2947
|
+
|
|
2948
|
+
:where(.theme-scope) .header-logo-size-display.rb-header-logo-sm,
|
|
2949
|
+
:where(.theme-scope) .header-logo-size-display.rb-header-logo-lg {
|
|
2950
|
+
height: 5.5rem;
|
|
2951
|
+
}
|
|
2952
|
+
|
|
2953
|
+
:where(.theme-scope) .header-logo-accommodation-popout-badge {
|
|
2954
|
+
margin-block: 0;
|
|
2955
|
+
}
|
|
2956
|
+
|
|
2841
2957
|
:where(.theme-scope) .rb-header-shrink.header-scrolled .header-logo-text {
|
|
2842
2958
|
font-size: 0.75rem;
|
|
2843
2959
|
}
|
|
@@ -7611,11 +7727,13 @@
|
|
|
7611
7727
|
}
|
|
7612
7728
|
|
|
7613
7729
|
:where(.theme-scope) :where([data-block="testimonials"]) .rb-testimonial-quote {
|
|
7730
|
+
display: var(--rb-testimonial-quote-display, block);
|
|
7731
|
+
font-family: var(--rb-testimonial-quote-font, inherit);
|
|
7614
7732
|
font-size: var(--rb-testimonial-quote-size);
|
|
7615
7733
|
line-height: 1;
|
|
7616
|
-
font-weight: 700;
|
|
7734
|
+
font-weight: var(--rb-testimonial-quote-weight, 700);
|
|
7617
7735
|
opacity: var(--rb-testimonial-quote-opacity);
|
|
7618
|
-
color: rgb(var(--tb-primary));
|
|
7736
|
+
color: var(--rb-testimonial-quote-color, rgb(var(--tb-primary)));
|
|
7619
7737
|
}
|
|
7620
7738
|
|
|
7621
7739
|
:where(.theme-scope) :where([data-block="testimonials"]) .rb-card-treatment-accent-quote .rb-testimonial-quote {
|
|
@@ -7624,6 +7742,59 @@
|
|
|
7624
7742
|
opacity: 1;
|
|
7625
7743
|
}
|
|
7626
7744
|
|
|
7745
|
+
/* Open editorial testimonial card: boxless, with a hairline rule before the
|
|
7746
|
+
* attribution, an accent ring on the avatar, and comfortable prose. The quote
|
|
7747
|
+
* mark itself is owned by the site-style quote treatment (see the
|
|
7748
|
+
* --rb-testimonial-quote-* vars), not by these rules.
|
|
7749
|
+
*
|
|
7750
|
+
* `editorial-open` is the current non-carded look; `editorial-serif-quote` is
|
|
7751
|
+
* retained for content saved before the decomposition. */
|
|
7752
|
+
:where(.theme-scope) :where([data-block="testimonials"]) .rb-testimonial-card.rb-card-treatment-editorial-open,
|
|
7753
|
+
:where(.theme-scope) :where([data-block="testimonials"]) .rb-testimonial-card.rb-card-treatment-editorial-serif-quote {
|
|
7754
|
+
background: transparent;
|
|
7755
|
+
border: 0;
|
|
7756
|
+
border-radius: 0;
|
|
7757
|
+
padding: 0.25rem clamp(0.5rem, 1.5vw, 1.5rem);
|
|
7758
|
+
}
|
|
7759
|
+
|
|
7760
|
+
/* styledCard always renders an inner white rb-bg-surface fill layer; a boxless
|
|
7761
|
+
* card must clear it so the section band shows through (otherwise: white box). */
|
|
7762
|
+
:where(.theme-scope) :where([data-block="testimonials"]) .rb-card-treatment-editorial-open > .rb-bg-surface,
|
|
7763
|
+
:where(.theme-scope) :where([data-block="testimonials"]) .rb-card-treatment-editorial-serif-quote > .rb-bg-surface {
|
|
7764
|
+
background: transparent;
|
|
7765
|
+
}
|
|
7766
|
+
|
|
7767
|
+
:where(.theme-scope) :where([data-block="testimonials"]) .rb-card-treatment-editorial-open .rb-prose,
|
|
7768
|
+
:where(.theme-scope) :where([data-block="testimonials"]) .rb-card-treatment-editorial-serif-quote .rb-prose {
|
|
7769
|
+
font-size: 1.0625rem;
|
|
7770
|
+
line-height: 1.7;
|
|
7771
|
+
}
|
|
7772
|
+
|
|
7773
|
+
:where(.theme-scope) :where([data-block="testimonials"]) .rb-card-treatment-editorial-open .rb-testimonial-attribution,
|
|
7774
|
+
:where(.theme-scope) :where([data-block="testimonials"]) .rb-card-treatment-editorial-serif-quote .rb-testimonial-attribution {
|
|
7775
|
+
margin-top: 1.25rem;
|
|
7776
|
+
padding-top: 1.25rem;
|
|
7777
|
+
border-top: 1px solid rgba(var(--tb-border), 0.75);
|
|
7778
|
+
}
|
|
7779
|
+
|
|
7780
|
+
:where(.theme-scope) :where([data-block="testimonials"]) .rb-card-treatment-editorial-open .rb-testimonial-avatar,
|
|
7781
|
+
:where(.theme-scope) :where([data-block="testimonials"]) .rb-card-treatment-editorial-serif-quote .rb-testimonial-avatar {
|
|
7782
|
+
box-shadow:
|
|
7783
|
+
0 0 0 2px rgb(var(--tb-surface)),
|
|
7784
|
+
0 0 0 4px rgba(var(--tb-primary), 0.3);
|
|
7785
|
+
}
|
|
7786
|
+
|
|
7787
|
+
|
|
7788
|
+
/* Split grid: title column + cards. On desktop the title takes one quarter and
|
|
7789
|
+
* the cards fill the remaining three quarters (so title + 3 cards each read as
|
|
7790
|
+
* a quarter). Stacks on mobile. */
|
|
7791
|
+
@media (min-width: 1024px) {
|
|
7792
|
+
:where(.theme-scope) :where([data-block="testimonials"]) .rb-testimonials-split-grid {
|
|
7793
|
+
grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
|
|
7794
|
+
align-items: start;
|
|
7795
|
+
}
|
|
7796
|
+
}
|
|
7797
|
+
|
|
7627
7798
|
|
|
7628
7799
|
/* Testimonials carousel tweaks: arrow styling + gutters + equal-height cards */
|
|
7629
7800
|
:where(.theme-scope) :where([data-block="testimonials"]) .rb-testimonials-carousel.carousel-root .carousel-nav-btn {
|
|
@@ -9103,10 +9274,10 @@
|
|
|
9103
9274
|
|
|
9104
9275
|
:where(.theme-scope) .event-compact-row {
|
|
9105
9276
|
display: grid;
|
|
9106
|
-
grid-template-columns: clamp(
|
|
9277
|
+
grid-template-columns: clamp(5rem, 7vw, 7rem) minmax(0, 1fr) clamp(15rem, 24vw, 21rem);
|
|
9107
9278
|
align-items: center;
|
|
9108
|
-
min-height:
|
|
9109
|
-
padding: 1.
|
|
9279
|
+
min-height: 6.75rem;
|
|
9280
|
+
padding: 1.35rem clamp(1.5rem, 3vw, 2.6rem);
|
|
9110
9281
|
border-bottom: 1px solid var(--event-compact-divider-color);
|
|
9111
9282
|
transition: background-color 150ms ease;
|
|
9112
9283
|
}
|
|
@@ -9145,10 +9316,10 @@
|
|
|
9145
9316
|
:where(.theme-scope) .event-compact-row-date-day {
|
|
9146
9317
|
display: grid;
|
|
9147
9318
|
place-items: center;
|
|
9148
|
-
min-block-size: clamp(
|
|
9319
|
+
min-block-size: clamp(2rem, 3vw, 2.6rem);
|
|
9149
9320
|
color: rgb(var(--tb-text, 17 24 39));
|
|
9150
9321
|
font-family: var(--font-heading, var(--font-body, inherit));
|
|
9151
|
-
font-size: clamp(
|
|
9322
|
+
font-size: clamp(1.7rem, 1.35rem + 1.1vw, 2.35rem);
|
|
9152
9323
|
font-weight: 400;
|
|
9153
9324
|
line-height: 1;
|
|
9154
9325
|
}
|
|
@@ -9168,9 +9339,10 @@
|
|
|
9168
9339
|
margin: 0;
|
|
9169
9340
|
color: rgb(var(--tb-text, 17 24 39));
|
|
9170
9341
|
font-family: var(--font-heading, var(--font-body, inherit));
|
|
9171
|
-
|
|
9342
|
+
/* Row titles sit at the theme's h3 scale so section headings stay dominant */
|
|
9343
|
+
font-size: var(--fs-h3-fluid, clamp(1.1rem, 1rem + 0.7vw, 1.5rem));
|
|
9172
9344
|
font-weight: 400;
|
|
9173
|
-
line-height: 1.
|
|
9345
|
+
line-height: 1.2;
|
|
9174
9346
|
overflow: hidden;
|
|
9175
9347
|
text-overflow: ellipsis;
|
|
9176
9348
|
white-space: nowrap;
|
|
@@ -9282,7 +9454,7 @@
|
|
|
9282
9454
|
}
|
|
9283
9455
|
|
|
9284
9456
|
:where(.theme-scope) .event-compact-row-date-day {
|
|
9285
|
-
font-size:
|
|
9457
|
+
font-size: 1.85rem;
|
|
9286
9458
|
}
|
|
9287
9459
|
|
|
9288
9460
|
:where(.theme-scope) .event-compact-row-content {
|
|
@@ -9292,7 +9464,7 @@
|
|
|
9292
9464
|
}
|
|
9293
9465
|
|
|
9294
9466
|
:where(.theme-scope) .event-compact-row-title {
|
|
9295
|
-
font-size: clamp(1.
|
|
9467
|
+
font-size: clamp(1.15rem, 5vw, 1.35rem);
|
|
9296
9468
|
white-space: normal;
|
|
9297
9469
|
}
|
|
9298
9470
|
|
|
@@ -9375,19 +9547,23 @@
|
|
|
9375
9547
|
* =============================================================================
|
|
9376
9548
|
*/
|
|
9377
9549
|
|
|
9378
|
-
|
|
9550
|
+
/*
|
|
9551
|
+
* The mark sits inside a full-width block row so it inherits the heading group's
|
|
9552
|
+
* `text-align`: a centred heading centres the mark, a left-aligned heading keeps
|
|
9553
|
+
* it at the start. The heading stacks are flexbox, where `text-align` positions
|
|
9554
|
+
* inline content but not flex items — so the row (a stretched block flex item)
|
|
9555
|
+
* is what carries the alignment, and the inline-block mark follows it. Alignment
|
|
9556
|
+
* is never configured directly; it follows the heading.
|
|
9557
|
+
*/
|
|
9558
|
+
:where(.theme-scope) .rb-heading-decoration-row {
|
|
9379
9559
|
display: block;
|
|
9380
|
-
|
|
9381
|
-
pointer-events: none;
|
|
9382
|
-
}
|
|
9383
|
-
|
|
9384
|
-
:where(.theme-scope) .rb-heading-decoration-placement-after-heading {
|
|
9560
|
+
width: 100%;
|
|
9385
9561
|
margin-top: 0.35rem;
|
|
9562
|
+
pointer-events: none;
|
|
9386
9563
|
}
|
|
9387
9564
|
|
|
9388
|
-
:where(.theme-scope) .rb-heading-decoration
|
|
9389
|
-
|
|
9390
|
-
margin-right: auto;
|
|
9565
|
+
:where(.theme-scope) .rb-heading-decoration {
|
|
9566
|
+
display: inline-block;
|
|
9391
9567
|
}
|
|
9392
9568
|
|
|
9393
9569
|
:where(.theme-scope) .rb-heading-decoration-organic-squiggle {
|
|
@@ -9487,3 +9663,94 @@
|
|
|
9487
9663
|
}
|
|
9488
9664
|
|
|
9489
9665
|
|
|
9666
|
+
/* =============================================================================
|
|
9667
|
+
* Shared: Card treatments
|
|
9668
|
+
*
|
|
9669
|
+
* Visual treatments referenced from `_cardStyles.treatment` (see
|
|
9670
|
+
* cardStylesOverrideSchema). Class names are emitted by the boxStyles
|
|
9671
|
+
* transform in @riverbankcms/blocks.
|
|
9672
|
+
*
|
|
9673
|
+
* Also contains feature-card media/padding behaviour shared by all looks:
|
|
9674
|
+
* - card images bleed to the card edges (flush photo tops)
|
|
9675
|
+
* - card-level padding replaces the content stack's fallback padding so the
|
|
9676
|
+
* two never stack up
|
|
9677
|
+
* ============================================================================= */
|
|
9678
|
+
|
|
9679
|
+
/* --- Feature card media + padding behaviour (all looks) -------------------- */
|
|
9680
|
+
|
|
9681
|
+
/*
|
|
9682
|
+
* When a look gives the card real padding (rb-container-pad-*), the image
|
|
9683
|
+
* bleeds to the card edges and the inner content stack drops its fallback
|
|
9684
|
+
* padding so insets don't double up.
|
|
9685
|
+
*/
|
|
9686
|
+
:where(.theme-scope) .rb-feature-card[class*="rb-container-pad-"]:not(.rb-container-pad-none) > .rb-feature-card-media {
|
|
9687
|
+
width: calc(100% + 2 * var(--rb-card-pad, 0rem));
|
|
9688
|
+
max-width: none;
|
|
9689
|
+
margin: calc(-1 * var(--rb-card-pad, 0rem)) calc(-1 * var(--rb-card-pad, 0rem)) 0;
|
|
9690
|
+
}
|
|
9691
|
+
|
|
9692
|
+
:where(.theme-scope) .rb-feature-card[class*="rb-container-pad-"]:not(.rb-container-pad-none) > .rb-feature-card-media + .rb-feature-card-content {
|
|
9693
|
+
margin-top: 1.4rem;
|
|
9694
|
+
}
|
|
9695
|
+
|
|
9696
|
+
:where(.theme-scope) .rb-feature-card[class*="rb-container-pad-"]:not(.rb-container-pad-none) > .rb-feature-card-content {
|
|
9697
|
+
padding: 0;
|
|
9698
|
+
}
|
|
9699
|
+
|
|
9700
|
+
/* --- Soft panel ------------------------------------------------------------ */
|
|
9701
|
+
|
|
9702
|
+
:where(.theme-scope) .rb-card-treatment-soft-panel {
|
|
9703
|
+
transition: transform 250ms ease, box-shadow 250ms ease;
|
|
9704
|
+
}
|
|
9705
|
+
|
|
9706
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
9707
|
+
:where(.theme-scope) .rb-card-treatment-soft-panel:hover {
|
|
9708
|
+
transform: translateY(-3px);
|
|
9709
|
+
box-shadow: 0 0.875rem 1.875rem rgba(var(--tb-shadow, 0 0 0), 0.1);
|
|
9710
|
+
}
|
|
9711
|
+
}
|
|
9712
|
+
|
|
9713
|
+
:where(.theme-scope) .rb-card-treatment-soft-panel .cta-row .button-ghost {
|
|
9714
|
+
padding-inline: 0;
|
|
9715
|
+
}
|
|
9716
|
+
|
|
9717
|
+
/* --- Editorial rule --------------------------------------------------------- */
|
|
9718
|
+
|
|
9719
|
+
/*
|
|
9720
|
+
* Boxless open column: no background, no border box, a short brand rule
|
|
9721
|
+
* sitting on a full-width hairline at the top of the column.
|
|
9722
|
+
*/
|
|
9723
|
+
:where(.theme-scope) .rb-card-treatment-editorial-rule {
|
|
9724
|
+
margin-top: 1rem;
|
|
9725
|
+
border-top: 1px solid
|
|
9726
|
+
color-mix(in oklab, rgb(var(--tb-border, 229 231 235)), transparent 25%);
|
|
9727
|
+
}
|
|
9728
|
+
|
|
9729
|
+
:where(.theme-scope) .rb-card-treatment-editorial-rule > .rb-bg-surface {
|
|
9730
|
+
background: transparent;
|
|
9731
|
+
}
|
|
9732
|
+
|
|
9733
|
+
:where(.theme-scope) .rb-card-treatment-editorial-rule::before {
|
|
9734
|
+
content: "";
|
|
9735
|
+
position: absolute;
|
|
9736
|
+
top: 0;
|
|
9737
|
+
left: 0;
|
|
9738
|
+
width: 2.75rem;
|
|
9739
|
+
height: 2px;
|
|
9740
|
+
background: rgb(var(--tb-primary, 0 0 0));
|
|
9741
|
+
}
|
|
9742
|
+
|
|
9743
|
+
:where(.theme-scope) .rb-card-treatment-editorial-rule > .rb-feature-card-media {
|
|
9744
|
+
margin-top: 1.6rem;
|
|
9745
|
+
border-radius: calc(var(--rb-block-radius, 0.75rem) * 0.5);
|
|
9746
|
+
}
|
|
9747
|
+
|
|
9748
|
+
:where(.theme-scope) .rb-card-treatment-editorial-rule > .rb-feature-card-content {
|
|
9749
|
+
padding: 1.6rem 0 0.25rem;
|
|
9750
|
+
}
|
|
9751
|
+
|
|
9752
|
+
:where(.theme-scope) .rb-card-treatment-editorial-rule .cta-row .button-ghost {
|
|
9753
|
+
padding-inline: 0;
|
|
9754
|
+
}
|
|
9755
|
+
|
|
9756
|
+
|
package/package.json
CHANGED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
export { SdkPreviewModeRuntime } from './chunk-4HCW7FHJ.mjs';
|
|
3
|
-
import './chunk-A3HHFKVT.mjs';
|
|
4
|
-
import './chunk-LCY32PXF.mjs';
|
|
5
|
-
import './chunk-GP555I66.mjs';
|
|
6
|
-
import './chunk-V47ZU33I.mjs';
|
|
7
|
-
import './chunk-K2IIF34C.mjs';
|
|
8
|
-
import './chunk-R7POPVJR.mjs';
|