@riverbankcms/sdk 0.64.0 → 0.68.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 +21 -11
- package/dist/_dts/api/src/aiPlayground.d.ts +75 -20
- package/dist/_dts/api/src/apiEndpointTypes.d.ts +12 -0
- package/dist/_dts/api/src/billing.d.ts +7 -40
- package/dist/_dts/api/src/bookingManagementEndpoints.d.ts +4 -1
- package/dist/_dts/api/src/bookingOperations.d.ts +33 -2
- package/dist/_dts/api/src/endpoints.d.ts +32 -0
- package/dist/_dts/api/src/public/types.d.ts +1 -1
- package/dist/_dts/api/src/sdkConfig/contracts.d.ts +0 -40
- package/dist/_dts/api/src/sdkContracts.d.ts +1 -1
- package/dist/_dts/api/src/siteMembers.d.ts +1 -1
- package/dist/_dts/api/src/siteOperations.d.ts +1 -1
- package/dist/_dts/billing/src/components/index.d.ts +426 -0
- package/dist/_dts/billing/src/plans/types.d.ts +1 -1
- package/dist/_dts/blocks/src/PageRenderer.d.ts +4 -0
- package/dist/_dts/blocks/src/bindings/index.d.ts +1 -1
- package/dist/_dts/blocks/src/client.d.ts +6 -0
- package/dist/_dts/blocks/src/system/node/validation-constants.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/hooks/useAvailableDates.d.ts +1 -0
- package/dist/_dts/blocks/src/system/runtime/hooks/useAvailableSlots.d.ts +3 -1
- package/dist/_dts/blocks/src/system/runtime/hooks/useHeadlessBookingFlow.d.ts +140 -0
- package/dist/_dts/blocks/src/system/runtime/hooks/useHeadlessBookingFlow.state.d.ts +2 -0
- package/dist/_dts/blocks/src/system/runtime/hooks/useVisibleTabPolling.d.ts +10 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.default-ui.d.ts +8 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.headless.state.d.ts +484 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.state.d.ts +5 -2
- package/dist/_dts/blocks/src/system/transforms/registry/formatting.d.ts +1 -0
- package/dist/_dts/blocks/src/system/transforms/typed.d.ts +2 -1
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +81 -0
- package/dist/_dts/preview-next/src/client/blocks/pageDesignRuntimePreview.d.ts +7 -3
- package/dist/_dts/preview-next/src/client/blocks/previewProjection/runtimeContentDecoration.d.ts +2 -2
- package/dist/_dts/sdk/src/bookings/index.d.ts +5 -2
- package/dist/_dts/sdk/src/bookings/types.d.ts +2 -0
- package/dist/_dts/sdk/src/cli/commands/push/execute/footer.d.ts +33 -0
- package/dist/_dts/sdk/src/cli/commands/push/scopes/commandBackedDatedOfferingScope.d.ts +32 -0
- package/dist/_dts/sdk/src/cli/commands/push/scopes/types.d.ts +5 -1
- package/dist/_dts/sdk/src/cli/commands/push-execute.d.ts +2 -1
- package/dist/_dts/sdk/src/cli/env.d.ts +2 -1
- package/dist/_dts/sdk/src/cli/merge-remote/entryMergePush.d.ts +2 -1
- package/dist/_dts/sdk/src/cli/site-commands/commandKeys.d.ts +13 -0
- package/dist/_dts/sdk/src/cli/site-commands/commandRuntime.d.ts +144 -0
- package/dist/_dts/sdk/src/cli/site-commands/commandRuntimeCompat.d.ts +21 -0
- package/dist/_dts/sdk/src/cli/site-commands/commandSurfaceDispatch.d.ts +27 -0
- package/dist/_dts/sdk/src/cli/site-commands/datedOfferingCommands.d.ts +56 -0
- package/dist/_dts/sdk/src/cli/site-commands/entryCommands.d.ts +29 -49
- package/dist/_dts/sdk/src/cli/site-commands/footerCommands.d.ts +56 -0
- package/dist/_dts/sdk/src/cli/site-commands/formCommands.d.ts +53 -0
- package/dist/_dts/sdk/src/cli/site-commands/index.d.ts +6 -0
- package/dist/_dts/sdk/src/cli/site-commands/navigationCommands.d.ts +53 -0
- package/dist/_dts/sdk/src/cli/site-commands/pageCommands.d.ts +79 -0
- package/dist/_dts/sdk/src/cli/site-commands/pushExecution.d.ts +19 -20
- package/dist/_dts/sdk/src/cli/site-commands/pushExecutionPlan.d.ts +8 -0
- package/dist/_dts/sdk/src/cli/site-commands/pushExecutionTypes.d.ts +97 -0
- package/dist/_dts/sdk/src/cli/site-commands/residualSettingsTrimming.d.ts +15 -0
- package/dist/_dts/sdk/src/cli/sync/executor.d.ts +10 -28
- package/dist/_dts/sdk/src/cli/sync/index.d.ts +2 -1
- package/dist/_dts/sdk/src/cli/sync/syncResultAggregation.d.ts +4 -0
- package/dist/_dts/sdk/src/config/dashboard-validation.d.ts +0 -48
- package/dist/_dts/sdk/src/config/types.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/overrides.d.ts +2 -0
- package/dist/_dts/sdk/src/theme-bridge/ThemeBridgeProvider.d.ts +4 -4
- package/dist/_dts/sdk/src/theme-bridge/generateCssVars.d.ts +4 -12
- package/dist/_dts/sdk/src/theme-bridge/index.d.ts +1 -1
- package/dist/_dts/sdk/src/theme-bridge/types.d.ts +17 -9
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/site-commands/src/adapter.d.ts +2 -2
- package/dist/_dts/site-commands/src/commands.d.ts +637 -13
- package/dist/_dts/site-commands/src/domain.d.ts +3 -3
- package/dist/_dts/site-commands/src/exposure.d.ts +41 -0
- package/dist/_dts/site-commands/src/index.d.ts +2 -0
- package/dist/_dts/site-commands/src/metadata.d.ts +159 -3
- package/dist/_dts/site-commands/src/planner.d.ts +13 -6
- package/dist/_dts/site-commands/src/refContributions.d.ts +1 -0
- package/dist/_dts/site-commands/src/refs.d.ts +19 -1
- package/dist/_dts/{sdk/src/cli/merge-remote → site-commands/src}/stableJson.d.ts +2 -0
- package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
- package/dist/_dts/theme-core/src/index.d.ts +1 -1
- package/dist/_dts/theme-core/src/palette/utils/index.d.ts +1 -0
- package/dist/_dts/theme-core/src/palette/utils/onColor.d.ts +2 -0
- package/dist/_dts/theme-core/src/runtime/buildThemeRuntimeFromBridge.d.ts +30 -23
- package/dist/_dts/theme-core/src/site-styles/accessibleSurfaces.d.ts +83 -0
- package/dist/_dts/theme-core/src/site-styles/contentTemplateRuntimeCompiler.d.ts +2 -1
- package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +89 -12
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +8 -2
- package/dist/_dts/theme-core/src/site-styles/index.d.ts +1 -0
- package/dist/_dts/theme-core/src/site-styles/previewCompiler.d.ts +3 -2
- package/dist/_dts/theme-core/src/site-styles/runtimeCompiler.d.ts +9 -6
- package/dist/_dts/ui/src/callout.d.ts +1 -1
- package/dist/cli/index.mjs +4736 -2026
- package/dist/client/bookings.mjs +5107 -3348
- package/dist/client/client.mjs +4579 -3871
- package/dist/client/hooks.mjs +325 -123
- package/dist/client/rendering/client.mjs +4474 -3869
- package/dist/client/rendering/islands.mjs +4234 -3639
- package/dist/client/rendering.mjs +4508 -3798
- package/dist/preview-next/before-render.mjs +75 -13
- package/dist/preview-next/client/runtime.mjs +3700 -2644
- package/dist/preview-next/middleware.mjs +75 -13
- package/dist/server/components.mjs +698 -383
- package/dist/server/config-validation.mjs +327 -125
- package/dist/server/config.mjs +327 -125
- package/dist/server/data.mjs +325 -123
- package/dist/server/index.mjs +92 -16
- package/dist/server/next.mjs +692 -377
- package/dist/server/page-converter.mjs +159 -41
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +700 -383
- package/dist/server/rendering.mjs +700 -383
- package/dist/server/routing.mjs +406 -131
- package/dist/server/server.mjs +326 -124
- package/dist/server/theme-bridge.mjs +1226 -4697
- package/dist/styles/index.css +38 -38
- package/package.json +1 -1
- package/dist/_dts/blocks/src/system/runtime/components/booking/DateTimeSelectionStep.d.ts +0 -18
- package/dist/_dts/blocks/src/system/runtime/components/booking/PaymentOptionSelectionStep.d.ts +0 -9
- package/dist/_dts/blocks/src/system/runtime/components/booking/ServiceResourceSelector.d.ts +0 -44
- package/dist/_dts/blocks/src/system/runtime/components/booking/ServiceResourceSelector.state.d.ts +0 -23
- package/dist/_dts/blocks/src/system/runtime/components/booking/ServiceSelectionStep.d.ts +0 -18
- package/dist/_dts/blocks/src/system/runtime/components/booking/slotDisplay.d.ts +0 -2
- package/dist/_dts/blocks/src/system/runtime/components/multi-step/MultiStepForm.d.ts +0 -21
- package/dist/_dts/blocks/src/system/runtime/components/multi-step/useMultiStep.d.ts +0 -15
- package/dist/_dts/blocks/src/system/runtime/components/multi-step/useMultiStep.state.d.ts +0 -51
- package/dist/_dts/blocks/src/system/runtime/hooks/useBookingSteps.d.ts +0 -22
- package/dist/_dts/path-utils/src/index.d.ts +0 -8
- package/dist/_dts/path-utils/src/redirectPaths.d.ts +0 -26
- package/dist/_dts/path-utils/src/safeAppPath.d.ts +0 -26
|
@@ -202,6 +202,7 @@ var ALLOWED_TRANSFORM_IDS = [
|
|
|
202
202
|
"date.formatShort",
|
|
203
203
|
"array.length",
|
|
204
204
|
"value.jsonArray",
|
|
205
|
+
"value.csv",
|
|
205
206
|
"array.marqueeLoop",
|
|
206
207
|
// Layout (layout.ts)
|
|
207
208
|
"layout.maxWidthClass",
|
|
@@ -4395,6 +4396,9 @@ var curatedSiteStyleIdValues = [
|
|
|
4395
4396
|
"site-style:bright-community",
|
|
4396
4397
|
"site-style:quiet-luxury",
|
|
4397
4398
|
"site-style:practical-services",
|
|
4399
|
+
"site-style:quiet-practice",
|
|
4400
|
+
"site-style:personal-retreat-journal",
|
|
4401
|
+
"site-style:tactile-workshop",
|
|
4398
4402
|
"site-style:modern-wellness",
|
|
4399
4403
|
"site-style:bold-launch",
|
|
4400
4404
|
"site-style:south-west-twerk-school"
|
|
@@ -4477,7 +4481,8 @@ function defineCuratedSiteStyle(input) {
|
|
|
4477
4481
|
name: input.name,
|
|
4478
4482
|
description: input.description,
|
|
4479
4483
|
generationBrief: input.generationBrief,
|
|
4480
|
-
|
|
4484
|
+
selectionKeywordRules: input.selectionKeywordRules ?? [],
|
|
4485
|
+
siteCreatorSelection: input.siteCreatorSelection ?? { kind: "explicit_only" },
|
|
4481
4486
|
template: {
|
|
4482
4487
|
id: asDesignSystemTemplateId(`template:${input.id.replace("site-style:", "")}`),
|
|
4483
4488
|
name: input.name,
|
|
@@ -4621,12 +4626,13 @@ var curatedSiteStyles = [
|
|
|
4621
4626
|
name: "Quiet Luxury",
|
|
4622
4627
|
description: "Minimal, confident, and refined for premium experiences and private services.",
|
|
4623
4628
|
generationBrief: "Use fewer claims, more specificity, and restrained sensory detail. Favor elegant media and low repetition over dense panels.",
|
|
4624
|
-
|
|
4625
|
-
|
|
4626
|
-
"
|
|
4627
|
-
"
|
|
4628
|
-
"
|
|
4629
|
-
"
|
|
4629
|
+
siteCreatorSelection: { kind: "site_creator_keyword_heuristic", priority: 20 },
|
|
4630
|
+
selectionKeywordRules: [
|
|
4631
|
+
{ kind: "word", value: "luxury" },
|
|
4632
|
+
{ kind: "word", value: "premium" },
|
|
4633
|
+
{ kind: "word", value: "boutique" },
|
|
4634
|
+
{ kind: "word", value: "bespoke" },
|
|
4635
|
+
{ kind: "word", value: "exclusive" }
|
|
4630
4636
|
],
|
|
4631
4637
|
tokenRecipes: {
|
|
4632
4638
|
palette: "high-contrast",
|
|
@@ -4655,13 +4661,14 @@ var curatedSiteStyles = [
|
|
|
4655
4661
|
name: "Practical Services",
|
|
4656
4662
|
description: "Efficient, plainspoken, and conversion-focused for trades and everyday services.",
|
|
4657
4663
|
generationBrief: "Make services, location, trust signals, and contact paths obvious. Keep copy brief and avoid ornate visual treatments.",
|
|
4658
|
-
|
|
4659
|
-
|
|
4660
|
-
"
|
|
4661
|
-
"
|
|
4662
|
-
"
|
|
4663
|
-
"
|
|
4664
|
-
"
|
|
4664
|
+
siteCreatorSelection: { kind: "primary_goal_support" },
|
|
4665
|
+
selectionKeywordRules: [
|
|
4666
|
+
{ kind: "word", value: "repair" },
|
|
4667
|
+
{ kind: "substring", value: "plumb" },
|
|
4668
|
+
{ kind: "substring", value: "electric" },
|
|
4669
|
+
{ kind: "word", value: "cleaning" },
|
|
4670
|
+
{ kind: "substring", value: "landscap" },
|
|
4671
|
+
{ kind: "substring", value: "contractor" }
|
|
4665
4672
|
],
|
|
4666
4673
|
tokenRecipes: {
|
|
4667
4674
|
palette: "brand-led",
|
|
@@ -4712,18 +4719,134 @@ var curatedSiteStyles = [
|
|
|
4712
4719
|
paletteChoice("warm-neutral-forest")
|
|
4713
4720
|
]
|
|
4714
4721
|
}),
|
|
4722
|
+
defineCuratedSiteStyle({
|
|
4723
|
+
id: "site-style:quiet-practice",
|
|
4724
|
+
name: "Quiet Practice",
|
|
4725
|
+
description: "Grounded, calm, and practical for small appointment-first practices.",
|
|
4726
|
+
generationBrief: "Make services, practitioner trust, preparation notes, and booking routes easy to scan. Keep the tone warm and specific, with quiet confidence rather than spa cliches or medical claims.",
|
|
4727
|
+
siteCreatorSelection: { kind: "site_creator_keyword_heuristic", priority: 30 },
|
|
4728
|
+
selectionKeywordRules: [
|
|
4729
|
+
{ kind: "substring", value: "massage" },
|
|
4730
|
+
{ kind: "word", value: "bodywork" },
|
|
4731
|
+
{ kind: "phrase", value: "appointment practice" },
|
|
4732
|
+
{ kind: "phrase", value: "appointment-first" },
|
|
4733
|
+
{ kind: "substring", value: "practitioner" },
|
|
4734
|
+
{ kind: "substring", value: "therap" },
|
|
4735
|
+
{ kind: "substring", value: "clinic" },
|
|
4736
|
+
{ kind: "phrase", value: "wellness practice" }
|
|
4737
|
+
],
|
|
4738
|
+
tokenRecipes: {
|
|
4739
|
+
palette: "soft-natural",
|
|
4740
|
+
contrast: "standard",
|
|
4741
|
+
radius: "soft",
|
|
4742
|
+
shadow: "subtle",
|
|
4743
|
+
typography: "clean-sans",
|
|
4744
|
+
spacing: "regular",
|
|
4745
|
+
motion: "subtle"
|
|
4746
|
+
},
|
|
4747
|
+
compositionBudget: quietBudget,
|
|
4748
|
+
recommendedHeaderLookIds: ["practical-utility", "clean-base", "centered-calm"],
|
|
4749
|
+
buttonPersonalityChoices: [
|
|
4750
|
+
buttonChoice("pebble"),
|
|
4751
|
+
buttonChoice("soft-pill"),
|
|
4752
|
+
buttonChoice("editorial-link")
|
|
4753
|
+
],
|
|
4754
|
+
paletteVariantChoices: [
|
|
4755
|
+
paletteChoice("soft-natural-stone"),
|
|
4756
|
+
paletteChoice("soft-natural-sage"),
|
|
4757
|
+
paletteChoice("warm-neutral-clay")
|
|
4758
|
+
]
|
|
4759
|
+
}),
|
|
4760
|
+
defineCuratedSiteStyle({
|
|
4761
|
+
id: "site-style:personal-retreat-journal",
|
|
4762
|
+
name: "Personal Retreat Journal",
|
|
4763
|
+
description: "Warm, story-led, and readable for solo practitioners with mixed offers.",
|
|
4764
|
+
generationBrief: "Center the practitioner as the guide, then make private sessions, classes, retreats, and resources feel like clear pathways. Keep retreat copy grounded and practical, with enough editorial warmth for longer reading.",
|
|
4765
|
+
siteCreatorSelection: { kind: "site_creator_keyword_heuristic", priority: 40 },
|
|
4766
|
+
selectionKeywordRules: [
|
|
4767
|
+
{ kind: "substring", value: "retreat" },
|
|
4768
|
+
{ kind: "phrase", value: "solo practitioner" },
|
|
4769
|
+
{ kind: "phrase", value: "personal brand" },
|
|
4770
|
+
{ kind: "substring", value: "teacher" },
|
|
4771
|
+
{ kind: "substring", value: "coach" },
|
|
4772
|
+
{ kind: "phrase", value: "retreat resources" },
|
|
4773
|
+
{ kind: "substring", value: "journal" }
|
|
4774
|
+
],
|
|
4775
|
+
tokenRecipes: {
|
|
4776
|
+
palette: "warm-neutral",
|
|
4777
|
+
contrast: "standard",
|
|
4778
|
+
radius: "soft",
|
|
4779
|
+
shadow: "subtle",
|
|
4780
|
+
typography: "serif-editorial",
|
|
4781
|
+
spacing: "airy",
|
|
4782
|
+
motion: "subtle"
|
|
4783
|
+
},
|
|
4784
|
+
compositionBudget: balancedBudget,
|
|
4785
|
+
recommendedHeaderLookIds: ["editorial-line", "centered-calm", "minimal-transparent"],
|
|
4786
|
+
buttonPersonalityChoices: [
|
|
4787
|
+
buttonChoice("editorial-link"),
|
|
4788
|
+
buttonChoice("soft-pill"),
|
|
4789
|
+
buttonChoice("brushed-wash")
|
|
4790
|
+
],
|
|
4791
|
+
paletteVariantChoices: [
|
|
4792
|
+
paletteChoice("warm-neutral-forest"),
|
|
4793
|
+
paletteChoice("warm-neutral-clay"),
|
|
4794
|
+
paletteChoice("soft-natural-stone")
|
|
4795
|
+
]
|
|
4796
|
+
}),
|
|
4797
|
+
defineCuratedSiteStyle({
|
|
4798
|
+
id: "site-style:tactile-workshop",
|
|
4799
|
+
name: "Tactile Workshop",
|
|
4800
|
+
description: "Bright, hands-on, and image-led for maker studios, workshops, and creative classes.",
|
|
4801
|
+
generationBrief: "Lead with objects, materials, studio process, and practical booking detail. Keep the tone warm and direct, with useful mess, clear dates, and enough gallery rhythm to feel like a real creative studio.",
|
|
4802
|
+
siteCreatorSelection: { kind: "site_creator_keyword_heuristic", priority: 50 },
|
|
4803
|
+
selectionKeywordRules: [
|
|
4804
|
+
{ kind: "substring", value: "ceramic" },
|
|
4805
|
+
{ kind: "word", value: "pottery" },
|
|
4806
|
+
{ kind: "phrase", value: "maker studio" },
|
|
4807
|
+
{ kind: "phrase", value: "craft class" },
|
|
4808
|
+
{ kind: "phrase", value: "craft workshop" },
|
|
4809
|
+
{ kind: "word", value: "clay" },
|
|
4810
|
+
{ kind: "word", value: "kiln" }
|
|
4811
|
+
],
|
|
4812
|
+
tokenRecipes: {
|
|
4813
|
+
palette: "brand-led",
|
|
4814
|
+
contrast: "standard",
|
|
4815
|
+
radius: "soft",
|
|
4816
|
+
shadow: "subtle",
|
|
4817
|
+
typography: "friendly-sans",
|
|
4818
|
+
spacing: "regular",
|
|
4819
|
+
motion: "subtle"
|
|
4820
|
+
},
|
|
4821
|
+
compositionBudget: balancedBudget,
|
|
4822
|
+
recommendedHeaderLookIds: ["brand-solid", "practical-utility", "clean-base"],
|
|
4823
|
+
recommendedFooterLookIds: ["site-footer-brand-two-band", "footer-muted-grounding"],
|
|
4824
|
+
buttonPersonalityChoices: [
|
|
4825
|
+
buttonChoice("pebble"),
|
|
4826
|
+
buttonChoice("confident-chip"),
|
|
4827
|
+
buttonChoice("ink-stamp"),
|
|
4828
|
+
buttonChoice("editorial-link")
|
|
4829
|
+
],
|
|
4830
|
+
paletteVariantChoices: [
|
|
4831
|
+
paletteChoice("brand-led-warm"),
|
|
4832
|
+
paletteChoice("brand-led-cool"),
|
|
4833
|
+
paletteChoice("soft-natural-watercolor"),
|
|
4834
|
+
paletteChoice("warm-neutral-clay")
|
|
4835
|
+
]
|
|
4836
|
+
}),
|
|
4715
4837
|
defineCuratedSiteStyle({
|
|
4716
4838
|
id: "site-style:bold-launch",
|
|
4717
4839
|
name: "Bold Launch",
|
|
4718
4840
|
description: "High-energy and punchy for launches, campaigns, and creative offers.",
|
|
4719
4841
|
generationBrief: "Use crisp positioning, bold hero structure, strong calls to action, and confident visual rhythm. Keep it precise, not shouty.",
|
|
4720
|
-
|
|
4721
|
-
|
|
4722
|
-
"
|
|
4723
|
-
"
|
|
4724
|
-
"
|
|
4725
|
-
"
|
|
4726
|
-
"
|
|
4842
|
+
siteCreatorSelection: { kind: "site_creator_keyword_heuristic", priority: 10 },
|
|
4843
|
+
selectionKeywordRules: [
|
|
4844
|
+
{ kind: "substring", value: "launch" },
|
|
4845
|
+
{ kind: "substring", value: "campaign" },
|
|
4846
|
+
{ kind: "word", value: "preorder" },
|
|
4847
|
+
{ kind: "phrase", value: "pre-order" },
|
|
4848
|
+
{ kind: "substring", value: "waitlist" },
|
|
4849
|
+
{ kind: "word", value: "drop" }
|
|
4727
4850
|
],
|
|
4728
4851
|
tokenRecipes: {
|
|
4729
4852
|
palette: "high-contrast",
|
|
@@ -4754,15 +4877,6 @@ var curatedSiteStyles = [
|
|
|
4754
4877
|
name: "South West Twerk School",
|
|
4755
4878
|
description: "Energetic, editorial, and high-contrast for a branded dance school presence.",
|
|
4756
4879
|
generationBrief: "Use confident rhythm, bold burgundy-and-gold accents, large editorial intro copy, strong booking routes, and dark feature sections where proof or forms need emphasis.",
|
|
4757
|
-
selectionKeywords: [
|
|
4758
|
-
"dance",
|
|
4759
|
-
"classes",
|
|
4760
|
-
"workshop",
|
|
4761
|
-
"school",
|
|
4762
|
-
"movement",
|
|
4763
|
-
"performance",
|
|
4764
|
-
"community"
|
|
4765
|
-
],
|
|
4766
4880
|
tokenRecipes: {
|
|
4767
4881
|
palette: "brand-led",
|
|
4768
4882
|
contrast: "maximum",
|
|
@@ -5069,25 +5183,19 @@ var defaultDesignRuntimeRules = defineDesignRuntimeRules({
|
|
|
5069
5183
|
"muted-band": {
|
|
5070
5184
|
background: {
|
|
5071
5185
|
type: "color",
|
|
5072
|
-
color: "muted"
|
|
5073
|
-
textColor: "text",
|
|
5074
|
-
headingColor: "text"
|
|
5186
|
+
color: "muted"
|
|
5075
5187
|
}
|
|
5076
5188
|
},
|
|
5077
5189
|
"accent-band": {
|
|
5078
5190
|
background: {
|
|
5079
5191
|
type: "color",
|
|
5080
|
-
color: "primary"
|
|
5081
|
-
textColor: "primaryForeground",
|
|
5082
|
-
headingColor: "primaryForeground"
|
|
5192
|
+
color: "primary"
|
|
5083
5193
|
}
|
|
5084
5194
|
},
|
|
5085
5195
|
"brand-depth-band": {
|
|
5086
5196
|
background: {
|
|
5087
5197
|
type: "color",
|
|
5088
|
-
color: "primary-800"
|
|
5089
|
-
textColor: "primaryForeground",
|
|
5090
|
-
headingColor: "primaryForeground"
|
|
5198
|
+
color: "primary-800"
|
|
5091
5199
|
}
|
|
5092
5200
|
},
|
|
5093
5201
|
"hero-image": {
|
|
@@ -14573,7 +14681,12 @@ var eventListingBlockDefinition = {
|
|
|
14573
14681
|
detailLevel: "listing",
|
|
14574
14682
|
kind: { $bind: { from: "content.kind" } },
|
|
14575
14683
|
eventSurface: { $bind: { from: "content.eventSurface" } },
|
|
14576
|
-
eventPresets: {
|
|
14684
|
+
eventPresets: {
|
|
14685
|
+
$bind: {
|
|
14686
|
+
from: "content.filterEventPresets",
|
|
14687
|
+
transforms: [{ id: "value.csv" }]
|
|
14688
|
+
}
|
|
14689
|
+
},
|
|
14577
14690
|
scheduleScope: { $bind: { from: "content.scheduleScope" } }
|
|
14578
14691
|
},
|
|
14579
14692
|
mode: "server"
|
|
@@ -15325,7 +15438,12 @@ var eventCalendarBlockDefinition = {
|
|
|
15325
15438
|
// Pass filter params if configured
|
|
15326
15439
|
kind: { $bind: { from: "content.kind" } },
|
|
15327
15440
|
eventSurface: { $bind: { from: "content.eventSurface" } },
|
|
15328
|
-
eventPresets: {
|
|
15441
|
+
eventPresets: {
|
|
15442
|
+
$bind: {
|
|
15443
|
+
from: "content.filterEventPresets",
|
|
15444
|
+
transforms: [{ id: "value.csv" }]
|
|
15445
|
+
}
|
|
15446
|
+
},
|
|
15329
15447
|
scheduleScope: { $bind: { from: "content.scheduleScope" } },
|
|
15330
15448
|
categoryIds: { $bind: { from: "content.filterCategoryIds" } },
|
|
15331
15449
|
staffMemberId: { $bind: { from: "content.filterStaffMemberId" } },
|