@riverbankcms/sdk 0.82.0 → 0.84.1
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 +16 -0
- package/dist/{PreviewEditorSidebar-LHGK6RIO.mjs → PreviewEditorSidebar-X7RLMEI6.mjs} +330 -11
- package/dist/{PreviewEditorUI-AXZG2SDC.mjs → PreviewEditorUI-CT67N4O3.mjs} +3 -3
- package/dist/SdkPreviewModeRuntime-EIMQ3S2V.mjs +8 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +200 -0
- package/dist/_dts/api/src/blocks.d.ts +36 -0
- package/dist/_dts/api/src/contentRuntime.d.ts +46 -0
- package/dist/_dts/api/src/endpoints.d.ts +40 -0
- package/dist/_dts/api/src/index.d.ts +2 -2
- 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/sitePlatformEndpoints.d.ts +22 -36
- package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +46 -1
- package/dist/_dts/block-form/src/backend/useBackendWatch.d.ts +6 -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/blocks/src/PageRenderer.d.ts +11 -0
- 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 +16 -4
- package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/cart.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/collection.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/contact-newsletter.d.ts +171 -0
- package/dist/_dts/blocks/src/system/blocks/faq.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/hero.d.ts +3 -2
- package/dist/_dts/blocks/src/system/blocks/index.d.ts +1 -0
- package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +1 -7
- package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +2534 -151
- package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/shop.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/site-header.d.ts +36 -3
- package/dist/_dts/blocks/src/system/blocks/team-members.d.ts +2 -2
- package/dist/_dts/blocks/src/system/constants/blockKinds.d.ts +1 -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 +35 -161
- package/dist/_dts/blocks/src/system/runtime/components/registry.client.d.ts +24 -6
- package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +12 -3
- package/dist/_dts/blocks/src/system/runtime/hooks/useHeadlessEventRegistrationFlow.d.ts +33 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/EventRegistrationWizard.d.ts +0 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/constants.d.ts +1 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/event-registration.headless.contract.d.ts +275 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/event-registration.headless.override.d.ts +10 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/event-registration.headless.planning.d.ts +22 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/event-registration.headless.state.d.ts +3 -0
- 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 +13 -4
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/utils.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.interactive.d.ts +28 -6
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/pricing.d.ts +14 -0
- package/dist/_dts/content-editor/src/controller/EntryControllerProvider.d.ts +1 -1
- 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 +2 -1
- package/dist/_dts/content-editor/src/primitives/PreviewTextEditor.d.ts +1 -0
- 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 -0
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +100 -5
- package/dist/_dts/editor-blocks/src/BlockEditor.d.ts +6 -1
- package/dist/_dts/editor-blocks/src/BlockForm.d.ts +7 -5
- 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/index.d.ts +1 -0
- 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/preview-next/src/client/blocks/pageDesignRuntimePreview.d.ts +4 -2
- package/dist/_dts/preview-next/src/client/blocks/previewProjection/runtimeContentDecoration.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/EntryEditorPanel.d.ts +3 -1
- package/dist/_dts/preview-next/src/client/preview/EntrySlotBlockEditorPanel.d.ts +19 -0
- package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeButton.d.ts +8 -0
- package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeContext.d.ts +4 -1
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/linkedEntryEditEvents.d.ts +9 -0
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeControls.d.ts +9 -8
- package/dist/_dts/preview-next/src/client/preview/siteChromeLookRows.d.ts +10 -1
- package/dist/_dts/preview-next/src/client/preview/siteChromeQuickControlHistoryState.d.ts +5 -1
- 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/content/reader.d.ts +9 -8
- 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/client/management/index.d.ts +1 -1
- package/dist/_dts/sdk/src/client/management/types.d.ts +40 -10
- package/dist/_dts/sdk/src/config/field-definitions.d.ts +13 -7
- package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +26 -3
- package/dist/_dts/sdk/src/public-api/contracts.d.ts +13 -0
- package/dist/_dts/sdk/src/rendering/blocks-page-renderer.d.ts +1 -0
- package/dist/_dts/sdk/src/rendering/components/pageShared.d.ts +6 -1
- package/dist/_dts/sdk/src/rendering/overrides.d.ts +6 -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 +15 -0
- package/dist/_dts/theme-core/src/accordions/types.d.ts +1 -1
- 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 +1 -1
- package/dist/_dts/theme-core/src/buttons/types.d.ts +3 -3
- 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 +33 -33
- package/dist/_dts/theme-core/src/palette/variants/index.d.ts +15 -0
- package/dist/_dts/theme-core/src/palette/variants/warm-dark.d.ts +16 -0
- package/dist/_dts/theme-core/src/schema.d.ts +30 -25
- package/dist/_dts/theme-core/src/site-styles/backgroundAppearance.d.ts +2 -2
- package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +141 -1
- package/dist/_dts/theme-core/src/site-styles/designState.d.ts +2 -0
- package/dist/_dts/theme-core/src/site-styles/footerLooks.d.ts +110 -5
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +4 -2
- package/dist/_dts/theme-core/src/site-styles/previewCompiler.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/runtimeCompiler.d.ts +5 -1
- package/dist/_dts/theme-core/src/site-styles/tokenRecipes.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/types.d.ts +1 -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/utils/colorStyles.d.ts +6 -6
- package/dist/{chunk-2BUMISSH.mjs → chunk-3LXFQS7T.mjs} +1 -1
- package/dist/{chunk-FIREV57T.mjs → chunk-LBBPD2IW.mjs} +40 -0
- package/dist/{chunk-XQR6THQJ.mjs → chunk-O62NDCTI.mjs} +3390 -1331
- package/dist/{chunk-6FWNF3DJ.mjs → chunk-QRKJDWT7.mjs} +158 -20
- package/dist/{chunk-HKB6XVIP.mjs → chunk-RCTJAZSK.mjs} +2 -2
- package/dist/{chunk-G35HOQEN.mjs → chunk-X5ZCSU6F.mjs} +132 -46
- package/dist/cli/index.mjs +2925 -577
- package/dist/cli/init-docs/content/agents-section.md +5 -0
- package/dist/cli/init-docs/content/cli-reference.md +13 -0
- package/dist/cli/init-docs/content/content-management.md +31 -0
- package/dist/cli/init-docs/content/getting-started.md +14 -0
- package/dist/cli/init-docs/content/workflow-add-block.md +3 -1
- package/dist/cli/init-docs/content/workflow-agent-safe-sync.md +81 -0
- package/dist/cli/init-docs/content/workflow-create-page.md +13 -3
- package/dist/cli/init-docs/content/workflow-custom-block.md +9 -0
- package/dist/cli/init-docs/content/workflow-templates.md +107 -2
- package/dist/client/{accordion-G34C45TW.mjs → accordion-2UZPBMYM.mjs} +2 -2
- package/dist/client/{bookingForm-BLBVKSAQ.mjs → bookingForm-DYXT6YB6.mjs} +5 -5
- package/dist/client/bookings.mjs +3477 -186
- package/dist/client/{carousel-7ZVTBRMD.mjs → carousel-QH77HR6X.mjs} +3 -3
- package/dist/client/{cart-Q6S6LZUO.mjs → cart-X4YK4FTW.mjs} +6 -6
- package/dist/client/{checkout-5QJLDE4I.mjs → checkout-OM2BEPWD.mjs} +6 -6
- package/dist/client/{chunk-ZF4XEWDM.mjs → chunk-3DTWLTXM.mjs} +1 -1
- package/dist/client/{chunk-5PQH4Y75.mjs → chunk-4OXKTA3D.mjs} +2 -2
- package/dist/client/{chunk-WJFHDTYF.mjs → chunk-52CGCQ7B.mjs} +5 -5
- package/dist/client/{chunk-CHAB5ACD.mjs → chunk-7UCLJ5SP.mjs} +2 -2
- package/dist/client/{chunk-U2EW7RSR.mjs → chunk-F5VRX5Y6.mjs} +1 -1
- package/dist/client/{chunk-SBBSMFFG.mjs → chunk-SYIJ5JO2.mjs} +1 -1
- package/dist/client/{chunk-EQKYMX4N.mjs → chunk-UHDWIXVR.mjs} +180 -157
- package/dist/client/{chunk-RJHTCTCZ.mjs → chunk-VGDBVNOO.mjs} +429 -15
- package/dist/client/{chunk-S3MKFGOG.mjs → chunk-ZE5G642V.mjs} +1 -1
- package/dist/client/{chunk-CSZGLBYR.mjs → chunk-ZKUO52W3.mjs} +1 -1
- package/dist/client/client.mjs +2685 -847
- package/dist/client/{courseRegistration-VUG2JJDB.mjs → courseRegistration-YBOGURTA.mjs} +5 -5
- package/dist/client/{eventCalendar-E7D2LD4N.mjs → eventCalendar-K4QJVCMD.mjs} +7 -7
- package/dist/client/{eventCombined-FUZ2Z3CS.mjs → eventCombined-MTXGMTCZ.mjs} +7 -7
- package/dist/client/{eventDetails-QRITJAOW.mjs → eventDetails-3PC4NL3U.mjs} +7 -7
- package/dist/client/{eventListing-INMQMJZ5.mjs → eventListing-TFJET6DN.mjs} +7 -7
- package/dist/client/{eventRegistration-TOOJD4WU.mjs → eventRegistration-QGPBGJTW.mjs} +7 -7
- package/dist/client/{form-BOWN7ZNQ.mjs → form-MDKR4FNB.mjs} +2 -2
- package/dist/client/{headerSection-HFQNZOUU.mjs → headerSection-Y5TMR3TW.mjs} +3 -3
- package/dist/client/hooks.mjs +2077 -546
- package/dist/client/{locationMap-VUZGC7Y5.mjs → locationMap-RH2LG7FZ.mjs} +2 -2
- package/dist/client/{newsletterForm-X2XQTPCB.mjs → newsletterForm-ZR5UDGBT.mjs} +2 -2
- package/dist/client/{productDetail-TA7D2G2B.mjs → productDetail-OIGDR4YE.mjs} +6 -6
- package/dist/client/{productList-AZOLOZKM.mjs → productList-4MA5S2CX.mjs} +6 -6
- package/dist/client/rendering/client.mjs +2560 -1205
- package/dist/client/rendering/islands.mjs +19 -19
- package/dist/client/rendering.mjs +2932 -1021
- package/dist/client/{shop-ZDLO7IIG.mjs → shop-WXSYV5QO.mjs} +6 -6
- package/dist/preview-next/before-render.mjs +40 -0
- package/dist/preview-next/client/runtime.mjs +5 -5
- package/dist/preview-next/middleware.mjs +40 -0
- package/dist/{sdk-runtime-CTWKNBDQ.mjs → sdk-runtime-7HJYPRWQ.mjs} +6 -6
- package/dist/server/components.mjs +2232 -534
- package/dist/server/config-validation.mjs +2068 -536
- package/dist/server/config.mjs +2068 -536
- package/dist/server/data.mjs +2077 -546
- package/dist/server/index.mjs +42 -1
- package/dist/server/next.mjs +2345 -574
- package/dist/server/page-converter.mjs +2684 -1220
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +2244 -546
- package/dist/server/rendering.mjs +2323 -552
- package/dist/server/routing.mjs +2012 -420
- package/dist/server/server.mjs +2153 -549
- package/dist/server/theme-bridge.mjs +1180 -101
- package/dist/server/theme.mjs +92 -1
- package/dist/styles/index.css +292 -36
- package/package.json +1 -1
- package/dist/SdkPreviewModeRuntime-RNVRHFFR.mjs +0 -8
package/dist/server/theme.mjs
CHANGED
|
@@ -25,6 +25,7 @@ var eventListTreatmentValues = [
|
|
|
25
25
|
];
|
|
26
26
|
var eyebrowTreatmentValues = [
|
|
27
27
|
"plain",
|
|
28
|
+
"accent",
|
|
28
29
|
"pill",
|
|
29
30
|
"accent-pill",
|
|
30
31
|
"pill-bounce",
|
|
@@ -938,6 +939,95 @@ var joyStamp = defineButtonPersonality({
|
|
|
938
939
|
}
|
|
939
940
|
});
|
|
940
941
|
|
|
942
|
+
// ../theme-core/src/buttons/personalities/ornate-ritual.ts
|
|
943
|
+
var ornateRitual = defineButtonPersonality({
|
|
944
|
+
id: "ornate-ritual",
|
|
945
|
+
name: "Ornate Ritual",
|
|
946
|
+
description: "Ceremonial framed buttons with jewel-toned fills and quiet color-change hover states.",
|
|
947
|
+
tags: { tone: "classic", energy: "vibrant", motion: "subtle", era: "organic" },
|
|
948
|
+
buttonSystem: {
|
|
949
|
+
global: {
|
|
950
|
+
cornerStyle: "rounded",
|
|
951
|
+
shadow: "none",
|
|
952
|
+
textTransform: "uppercase",
|
|
953
|
+
fontWeight: 600,
|
|
954
|
+
borderWidth: 1,
|
|
955
|
+
hoverTransform: "none",
|
|
956
|
+
hoverColor: "none",
|
|
957
|
+
letterSpacing: "loose"
|
|
958
|
+
},
|
|
959
|
+
sizes: {
|
|
960
|
+
sm: { padding: "0.5625rem 1.25rem", fontSize: "text-xs" },
|
|
961
|
+
md: { padding: "0.75rem 1.75rem", fontSize: "text-xs" },
|
|
962
|
+
lg: { padding: "0.875rem 2.25rem", fontSize: "text-sm" },
|
|
963
|
+
xl: { padding: "1rem 2.75rem", fontSize: "text-base" }
|
|
964
|
+
},
|
|
965
|
+
variants: [
|
|
966
|
+
{
|
|
967
|
+
id: "primary",
|
|
968
|
+
name: "Primary",
|
|
969
|
+
enabled: true,
|
|
970
|
+
priority: 1,
|
|
971
|
+
background: { type: "solid", colorToken: "primary" },
|
|
972
|
+
textColorToken: "primaryForeground",
|
|
973
|
+
borderRadius: "rounded-md",
|
|
974
|
+
border: { widthClass: "border", colorToken: "primary" },
|
|
975
|
+
shadow: { elevation: "none", softness: null, position: "bottom" },
|
|
976
|
+
effects: {
|
|
977
|
+
hover: [{ effectId: "background-on-hover", options: { colorToken: "primary-100" } }],
|
|
978
|
+
active: [{ effectId: "scale-down", options: { scale: "0.98" } }]
|
|
979
|
+
}
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
id: "secondary",
|
|
983
|
+
name: "Secondary",
|
|
984
|
+
enabled: true,
|
|
985
|
+
priority: 2,
|
|
986
|
+
background: { type: "solid", colorToken: "secondary" },
|
|
987
|
+
textColorToken: "primaryForeground",
|
|
988
|
+
borderRadius: "rounded-md",
|
|
989
|
+
border: { widthClass: "border", colorToken: "primary" },
|
|
990
|
+
shadow: { elevation: "none", softness: null, position: "bottom" },
|
|
991
|
+
effects: {
|
|
992
|
+
hover: [{ effectId: "background-on-hover", options: { colorToken: "surface" } }]
|
|
993
|
+
}
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
id: "outline",
|
|
997
|
+
name: "Outline",
|
|
998
|
+
enabled: true,
|
|
999
|
+
priority: 3,
|
|
1000
|
+
background: { type: "transparent" },
|
|
1001
|
+
textColorToken: "primary",
|
|
1002
|
+
borderRadius: "rounded-md",
|
|
1003
|
+
border: { widthClass: "border", colorToken: "primary" },
|
|
1004
|
+
shadow: { elevation: "none", softness: null, position: "bottom" },
|
|
1005
|
+
effects: {
|
|
1006
|
+
hover: [{ effectId: "background-on-hover", options: { colorToken: "muted" } }]
|
|
1007
|
+
}
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
id: "ghost",
|
|
1011
|
+
name: "Ghost",
|
|
1012
|
+
enabled: true,
|
|
1013
|
+
priority: 3,
|
|
1014
|
+
background: { type: "transparent" },
|
|
1015
|
+
textColorToken: "accent",
|
|
1016
|
+
borderRadius: "rounded-none",
|
|
1017
|
+
sizes: {
|
|
1018
|
+
sm: { padding: "0.375rem 0", fontSize: "text-xs" },
|
|
1019
|
+
md: { padding: "0.5rem 0", fontSize: "text-sm" },
|
|
1020
|
+
lg: { padding: "0.625rem 0", fontSize: "text-base" },
|
|
1021
|
+
xl: { padding: "0.75rem 0", fontSize: "text-lg" }
|
|
1022
|
+
},
|
|
1023
|
+
effects: {
|
|
1024
|
+
base: [{ effectId: "border-bottom-grow", options: { height: 1, colorToken: "accent", origin: "left" } }]
|
|
1025
|
+
}
|
|
1026
|
+
}
|
|
1027
|
+
]
|
|
1028
|
+
}
|
|
1029
|
+
});
|
|
1030
|
+
|
|
941
1031
|
// ../theme-core/src/buttons/personalities/pebble.ts
|
|
942
1032
|
var pebble = defineButtonPersonality({
|
|
943
1033
|
id: "pebble",
|
|
@@ -1211,7 +1301,8 @@ var buttonPersonalities = [
|
|
|
1211
1301
|
inkStamp,
|
|
1212
1302
|
brushedWash,
|
|
1213
1303
|
showtimePill,
|
|
1214
|
-
joyStamp
|
|
1304
|
+
joyStamp,
|
|
1305
|
+
ornateRitual
|
|
1215
1306
|
];
|
|
1216
1307
|
var personalitiesById = new Map(
|
|
1217
1308
|
buttonPersonalities.map((p) => [p.id, p])
|
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,109 @@
|
|
|
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
|
+
|
|
3245
3372
|
:where(.theme-scope) :where([data-block="event-registration"].event-registration--embedded) .er-container {
|
|
3246
3373
|
max-width: none;
|
|
3247
3374
|
padding: 0;
|
|
@@ -3289,6 +3416,7 @@
|
|
|
3289
3416
|
padding: 1rem;
|
|
3290
3417
|
border-radius: calc(var(--rb-block-radius) * 0.75);
|
|
3291
3418
|
border: 1px solid var(--er-border);
|
|
3419
|
+
background: var(--er-surface-muted);
|
|
3292
3420
|
}
|
|
3293
3421
|
|
|
3294
3422
|
/* Ticket counter */
|
|
@@ -3334,14 +3462,23 @@
|
|
|
3334
3462
|
/* Form inputs */
|
|
3335
3463
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-input {
|
|
3336
3464
|
width: 100%;
|
|
3337
|
-
|
|
3465
|
+
min-height: 2.75rem;
|
|
3466
|
+
padding: 0.625rem 0.75rem;
|
|
3338
3467
|
border-radius: calc(var(--rb-block-radius) * 0.5);
|
|
3339
3468
|
border: 1px solid var(--er-border);
|
|
3340
|
-
background:
|
|
3469
|
+
background: var(--er-control-bg);
|
|
3470
|
+
color: var(--er-control-text);
|
|
3471
|
+
font: inherit;
|
|
3472
|
+
line-height: 1.4;
|
|
3341
3473
|
transition: border-color var(--rb-block-transition) ease,
|
|
3474
|
+
background-color var(--rb-block-transition) ease,
|
|
3342
3475
|
box-shadow var(--rb-block-transition) ease;
|
|
3343
3476
|
}
|
|
3344
3477
|
|
|
3478
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-input::placeholder {
|
|
3479
|
+
color: var(--er-on-surface-faint);
|
|
3480
|
+
}
|
|
3481
|
+
|
|
3345
3482
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-input:focus {
|
|
3346
3483
|
outline: none;
|
|
3347
3484
|
border-color: var(--er-border-selected);
|
|
@@ -3463,7 +3600,7 @@
|
|
|
3463
3600
|
}
|
|
3464
3601
|
|
|
3465
3602
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-event-grid .er-event-card {
|
|
3466
|
-
padding: 0.
|
|
3603
|
+
padding: 0.875rem 0;
|
|
3467
3604
|
border-width: 0 0 var(--rb-event-tile-border-width, var(--rb-border-width, 1px)) 0;
|
|
3468
3605
|
border-style: solid;
|
|
3469
3606
|
border-radius: 0;
|
|
@@ -3695,21 +3832,24 @@
|
|
|
3695
3832
|
align-items: flex-start;
|
|
3696
3833
|
gap: 0.75rem;
|
|
3697
3834
|
padding: 1rem;
|
|
3698
|
-
border:
|
|
3835
|
+
border: 1px solid var(--er-payment-border);
|
|
3699
3836
|
border-radius: var(--rb-block-radius);
|
|
3700
|
-
background:
|
|
3837
|
+
background: var(--er-control-bg);
|
|
3701
3838
|
cursor: pointer;
|
|
3702
3839
|
transition: border-color var(--rb-block-transition) ease,
|
|
3840
|
+
box-shadow var(--rb-block-transition) ease,
|
|
3703
3841
|
background-color var(--rb-block-transition) ease;
|
|
3704
3842
|
}
|
|
3705
3843
|
|
|
3706
3844
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-option:hover {
|
|
3707
3845
|
border-color: var(--er-payment-border-hover);
|
|
3846
|
+
box-shadow: 0 8px 18px rgba(var(--tb-shadow, 15 23 42), 0.08);
|
|
3708
3847
|
}
|
|
3709
3848
|
|
|
3710
3849
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-option--selected {
|
|
3711
3850
|
border-color: var(--er-payment-border-selected);
|
|
3712
3851
|
background-color: var(--er-payment-bg-selected);
|
|
3852
|
+
box-shadow: 0 0 0 1px var(--er-payment-border-selected);
|
|
3713
3853
|
}
|
|
3714
3854
|
|
|
3715
3855
|
/* Discount code entry */
|
|
@@ -4385,22 +4525,25 @@
|
|
|
4385
4525
|
justify-content: center;
|
|
4386
4526
|
gap: 0.25rem;
|
|
4387
4527
|
padding: 0.75rem 0.625rem;
|
|
4388
|
-
border:
|
|
4528
|
+
border: 1px solid var(--er-payment-border);
|
|
4389
4529
|
border-radius: var(--rb-block-radius);
|
|
4390
|
-
background:
|
|
4530
|
+
background: var(--er-control-bg);
|
|
4391
4531
|
cursor: pointer;
|
|
4392
4532
|
text-align: center;
|
|
4393
4533
|
transition: border-color var(--rb-block-transition) ease,
|
|
4534
|
+
box-shadow var(--rb-block-transition) ease,
|
|
4394
4535
|
background-color var(--rb-block-transition) ease;
|
|
4395
4536
|
}
|
|
4396
4537
|
|
|
4397
4538
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-tile:hover:not([aria-disabled="true"]) {
|
|
4398
4539
|
border-color: var(--er-payment-border-hover);
|
|
4540
|
+
box-shadow: 0 8px 18px rgba(var(--tb-shadow, 15 23 42), 0.08);
|
|
4399
4541
|
}
|
|
4400
4542
|
|
|
4401
4543
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-tile--selected {
|
|
4402
4544
|
border-color: var(--er-payment-border-selected);
|
|
4403
4545
|
background-color: var(--er-payment-bg-selected);
|
|
4546
|
+
box-shadow: 0 0 0 1px var(--er-payment-border-selected);
|
|
4404
4547
|
}
|
|
4405
4548
|
|
|
4406
4549
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-tile--disabled {
|
|
@@ -4503,11 +4646,10 @@
|
|
|
4503
4646
|
justify-content: space-between;
|
|
4504
4647
|
align-items: flex-start;
|
|
4505
4648
|
gap: 1rem;
|
|
4506
|
-
padding: 0.875rem
|
|
4507
|
-
background:
|
|
4508
|
-
border
|
|
4509
|
-
border-
|
|
4510
|
-
border-radius: 0;
|
|
4649
|
+
padding: 0.875rem 1rem;
|
|
4650
|
+
background: var(--er-surface-muted);
|
|
4651
|
+
border: 1px solid var(--er-summary-border);
|
|
4652
|
+
border-radius: calc(var(--rb-block-radius) * 0.75);
|
|
4511
4653
|
}
|
|
4512
4654
|
|
|
4513
4655
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-summary-bar-info {
|
|
@@ -6280,16 +6422,10 @@
|
|
|
6280
6422
|
/* Two-column row (opt-in per field via schema layout) */
|
|
6281
6423
|
:where(.theme-scope) :where([data-block="form"]) .fb-row-2 {
|
|
6282
6424
|
display: grid;
|
|
6283
|
-
grid-template-columns: 1fr;
|
|
6425
|
+
grid-template-columns: repeat(auto-fit, minmax(min(14rem, 100%), 1fr));
|
|
6284
6426
|
gap: 1rem;
|
|
6285
6427
|
}
|
|
6286
6428
|
|
|
6287
|
-
@media (min-width: 768px) {
|
|
6288
|
-
:where(.theme-scope) :where([data-block="form"]) .fb-row-2 {
|
|
6289
|
-
grid-template-columns: 1fr 1fr;
|
|
6290
|
-
}
|
|
6291
|
-
}
|
|
6292
|
-
|
|
6293
6429
|
/* Field wrapper */
|
|
6294
6430
|
:where(.theme-scope) :where([data-block="form"]) .fb-field {
|
|
6295
6431
|
display: flex;
|
|
@@ -6365,6 +6501,10 @@
|
|
|
6365
6501
|
}
|
|
6366
6502
|
|
|
6367
6503
|
/* Subheadline - supporting text below headline */
|
|
6504
|
+
:where(.theme-scope) :where([data-block="hero"]) .hero-headline {
|
|
6505
|
+
text-wrap: balance;
|
|
6506
|
+
}
|
|
6507
|
+
|
|
6368
6508
|
:where(.theme-scope) :where([data-block="hero"]) .hero-subheadline {
|
|
6369
6509
|
font-size: 1.125rem;
|
|
6370
6510
|
color: var(--section-supporting-color, var(--section-text-color, rgb(var(--tb-text))));
|
|
@@ -6388,8 +6528,8 @@
|
|
|
6388
6528
|
}
|
|
6389
6529
|
|
|
6390
6530
|
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-typography-editorial .hero-headline {
|
|
6391
|
-
font-size: clamp(2.
|
|
6392
|
-
line-height: 1.
|
|
6531
|
+
font-size: clamp(2.75rem, 5.6vw, 4.75rem);
|
|
6532
|
+
line-height: 1.06;
|
|
6393
6533
|
}
|
|
6394
6534
|
|
|
6395
6535
|
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-typography-editorial .hero-subheadline {
|
|
@@ -6398,8 +6538,8 @@
|
|
|
6398
6538
|
}
|
|
6399
6539
|
|
|
6400
6540
|
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-typography-display .hero-headline {
|
|
6401
|
-
font-size: clamp(
|
|
6402
|
-
line-height: 1
|
|
6541
|
+
font-size: clamp(3.5rem, 7.2vw, 6.25rem);
|
|
6542
|
+
line-height: 1;
|
|
6403
6543
|
}
|
|
6404
6544
|
|
|
6405
6545
|
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-typography-display .hero-subheadline {
|
|
@@ -6408,8 +6548,8 @@
|
|
|
6408
6548
|
}
|
|
6409
6549
|
|
|
6410
6550
|
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-typography-poster .hero-headline {
|
|
6411
|
-
font-size: clamp(
|
|
6412
|
-
line-height: 0.
|
|
6551
|
+
font-size: clamp(4.25rem, 10vw, 8.5rem);
|
|
6552
|
+
line-height: 0.94;
|
|
6413
6553
|
}
|
|
6414
6554
|
|
|
6415
6555
|
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-typography-poster .hero-subheadline {
|
|
@@ -6418,13 +6558,13 @@
|
|
|
6418
6558
|
}
|
|
6419
6559
|
|
|
6420
6560
|
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-title-medium.rb-hero-typography-poster .hero-headline {
|
|
6421
|
-
font-size: clamp(
|
|
6561
|
+
font-size: clamp(3.5rem, 7.5vw, 6.5rem);
|
|
6422
6562
|
}
|
|
6423
6563
|
|
|
6424
6564
|
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-title-long.rb-hero-typography-poster .hero-headline,
|
|
6425
6565
|
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-title-long.rb-hero-typography-display .hero-headline {
|
|
6426
|
-
font-size: clamp(
|
|
6427
|
-
line-height: 1.
|
|
6566
|
+
font-size: clamp(3rem, 6vw, 5.25rem);
|
|
6567
|
+
line-height: 1.02;
|
|
6428
6568
|
}
|
|
6429
6569
|
|
|
6430
6570
|
@media (max-width: 639px) {
|
|
@@ -9145,8 +9285,9 @@
|
|
|
9145
9285
|
/* Privacy note */
|
|
9146
9286
|
:where(.theme-scope) .newsletter-privacy-note {
|
|
9147
9287
|
margin-top: 0.75rem;
|
|
9148
|
-
font-size:
|
|
9149
|
-
|
|
9288
|
+
font-size: 1rem;
|
|
9289
|
+
line-height: 1.6;
|
|
9290
|
+
color: var(--section-text-color, rgb(var(--tb-text)));
|
|
9150
9291
|
text-align: center;
|
|
9151
9292
|
}
|
|
9152
9293
|
|
|
@@ -9200,6 +9341,117 @@
|
|
|
9200
9341
|
}
|
|
9201
9342
|
|
|
9202
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
|
+
|
|
9203
9455
|
/* =============================================================================
|
|
9204
9456
|
* Block: Team Members
|
|
9205
9457
|
* =============================================================================
|
|
@@ -9422,8 +9674,8 @@
|
|
|
9422
9674
|
container: event-compact-list / inline-size;
|
|
9423
9675
|
border: 1px solid var(--event-compact-divider-color);
|
|
9424
9676
|
border-radius: 1rem;
|
|
9425
|
-
background: rgb(var(--tb-
|
|
9426
|
-
box-shadow:
|
|
9677
|
+
background: rgb(var(--tb-surface, 255 255 255));
|
|
9678
|
+
box-shadow: none;
|
|
9427
9679
|
}
|
|
9428
9680
|
|
|
9429
9681
|
:where(.theme-scope) .rb-event-list-treatment-lined-panel .event-listing-compact-container {
|
|
@@ -9432,6 +9684,12 @@
|
|
|
9432
9684
|
rgb(var(--tb-border, 229 231 235)),
|
|
9433
9685
|
rgb(var(--tb-text, 17 24 39)) 8%
|
|
9434
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
|
+
);
|
|
9435
9693
|
}
|
|
9436
9694
|
|
|
9437
9695
|
:where(.theme-scope) .event-compact-row {
|
|
@@ -9507,7 +9765,7 @@
|
|
|
9507
9765
|
|
|
9508
9766
|
:where(.theme-scope) .event-compact-row-title {
|
|
9509
9767
|
margin: 0;
|
|
9510
|
-
color: rgb(var(--tb-
|
|
9768
|
+
color: var(--section-heading-color, rgb(var(--tb-primary, 0 0 0)));
|
|
9511
9769
|
font-family: var(--font-heading, var(--font-body, inherit));
|
|
9512
9770
|
font-size: clamp(1.05rem, 1rem + 0.35vw, 1.3rem);
|
|
9513
9771
|
font-weight: 400;
|
|
@@ -9600,8 +9858,6 @@
|
|
|
9600
9858
|
min-height: 2.7rem;
|
|
9601
9859
|
justify-content: space-between;
|
|
9602
9860
|
gap: 1rem;
|
|
9603
|
-
border-radius: 9999px;
|
|
9604
|
-
padding-inline: 1.25rem 1rem;
|
|
9605
9861
|
white-space: nowrap;
|
|
9606
9862
|
}
|
|
9607
9863
|
|
package/package.json
CHANGED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
export { SdkPreviewModeRuntime } from './chunk-6FWNF3DJ.mjs';
|
|
3
|
-
import './chunk-2BUMISSH.mjs';
|
|
4
|
-
import './chunk-G35HOQEN.mjs';
|
|
5
|
-
import './chunk-HKB6XVIP.mjs';
|
|
6
|
-
import './chunk-XQR6THQJ.mjs';
|
|
7
|
-
import './chunk-FIREV57T.mjs';
|
|
8
|
-
import './chunk-R7POPVJR.mjs';
|