@riverbankcms/sdk 0.77.1 → 0.78.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 +69 -0
- package/dist/{PreviewEditorSidebar-DVUG7GK4.mjs → PreviewEditorSidebar-RIKFQ72L.mjs} +4916 -4847
- package/dist/{PreviewEditorUI-P7RN4CDS.mjs → PreviewEditorUI-XO7TUWKK.mjs} +3 -3
- package/dist/SdkPreviewModeRuntime-LAGYMPNF.mjs +8 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +154 -154
- package/dist/_dts/api/src/accessAdmin.d.ts +5 -0
- package/dist/_dts/api/src/billing.d.ts +3 -26
- package/dist/_dts/api/src/bookingVerticals.d.ts +4 -0
- package/dist/_dts/api/src/content-editor.d.ts +1 -0
- package/dist/_dts/api/src/demoDashboardMutationSurfaces.d.ts +46 -0
- package/dist/_dts/api/src/endpoints.d.ts +8 -0
- package/dist/_dts/api/src/index.d.ts +14 -2
- package/dist/_dts/api/src/navigation/dashboardBookingsNav.d.ts +87 -0
- package/dist/_dts/api/src/navigation/dashboardDemoNav.d.ts +5 -0
- package/dist/_dts/api/src/navigation/dashboardSettingsNav.d.ts +45 -0
- package/dist/_dts/api/src/navigation/dashboardSiteNav.d.ts +42 -0
- package/dist/_dts/api/src/navigation/dashboardTeamMemberNav.d.ts +24 -0
- package/dist/_dts/api/src/navigation/linkUrlType.d.ts +3 -0
- package/dist/_dts/api/src/navigation.d.ts +12 -0
- package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +55 -26
- package/dist/_dts/api/src/staffAccess.d.ts +79 -0
- package/dist/_dts/api/src/types.d.ts +3 -1
- package/dist/_dts/api/src/workflows/automaticWorkflowTriggers.d.ts +21 -0
- package/dist/_dts/blocks/src/client/site-chrome.d.ts +4 -1
- package/dist/_dts/blocks/src/index.d.ts +1 -0
- package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/cart.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/collection.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/courses/shared/schemas.d.ts +2 -2
- package/dist/_dts/blocks/src/system/blocks/faq.d.ts +294 -289
- package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +21 -21
- package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/shop.d.ts +288 -288
- package/dist/_dts/blocks/src/system/data/index.d.ts +5 -3
- package/dist/_dts/blocks/src/system/data/previewResolvedDataState.d.ts +45 -0
- package/dist/_dts/blocks/src/system/fields/boxStyles.d.ts +2 -1
- package/dist/_dts/blocks/src/system/fragments/library/faqAccordion.d.ts +5 -0
- package/dist/_dts/blocks/src/system/manifest/schema.d.ts +29 -29
- package/dist/_dts/blocks/src/system/node/fragments/headingDecoration.d.ts +10 -0
- package/dist/_dts/blocks/src/system/node/fragments/index.d.ts +1 -0
- package/dist/_dts/blocks/src/system/node/fragments/styledSection.d.ts +9 -0
- package/dist/_dts/blocks/src/system/runtime/api/client.d.ts +3 -2
- package/dist/_dts/blocks/src/system/runtime/api/endpoints.d.ts +8 -0
- package/dist/_dts/blocks/src/system/runtime/api/index.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/api/types.d.ts +43 -8
- package/dist/_dts/blocks/src/system/runtime/header/shared.d.ts +8 -7
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventCompactRow.d.ts +1 -4
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/utils.d.ts +7 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/header-section.client.d.ts +2 -8
- package/dist/_dts/blocks/src/system/runtime/nodes/header-section.server.d.ts +2 -9
- package/dist/_dts/blocks/src/system/runtime/nodes/shop-cart-discount-ui.d.ts +5 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/shop-checkout-form.d.ts +76 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/shop-checkout.state.d.ts +1 -4
- package/dist/_dts/blocks/src/system/runtime/nodes/shop-commerce-store.d.ts +2 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/shop-commerce.shared.d.ts +1 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/shop-discount-apply.state.d.ts +52 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/shop.state.d.ts +2 -4
- package/dist/_dts/blocks/src/system/runtime/nodes/useDiscountApply.d.ts +21 -0
- package/dist/_dts/blocks/src/system/runtime/shared/components/DiscountCodeDisclosure.d.ts +54 -0
- package/dist/_dts/blocks/src/system/runtime/shared/components/index.d.ts +2 -0
- package/dist/_dts/blocks/src/system/runtime/shared/index.d.ts +2 -2
- package/dist/_dts/blocks/src/system/transforms/registry/ui.d.ts +1 -1
- package/dist/_dts/blocks/src/system/transforms/typed.d.ts +1 -1
- package/dist/_dts/content-editor/src/contentTypeEditorContentState.d.ts +26 -0
- package/dist/_dts/content-editor/src/definitions/factory.d.ts +75 -0
- package/dist/_dts/content-editor/src/entryWorkflows.d.ts +2 -0
- package/dist/_dts/content-editor/src/footerBlocksEditorState.d.ts +76 -0
- package/dist/_dts/content-editor/src/index.d.ts +5 -0
- package/dist/_dts/content-editor/src/pageWorkflowContent.d.ts +29 -0
- package/dist/_dts/content-model/src/content-types/schema.d.ts +3 -3
- package/dist/_dts/content-model/src/index.d.ts +1 -0
- package/dist/_dts/content-model/src/routeTemplate.d.ts +4 -0
- package/dist/_dts/content-model/src/templates/editorState.d.ts +25 -0
- package/dist/_dts/core/src/csv-cells.d.ts +10 -0
- package/dist/_dts/core/src/csv-date-filter.d.ts +27 -0
- package/dist/_dts/core/src/csv-escape.d.ts +1 -0
- package/dist/_dts/core/src/csv-filename.d.ts +18 -0
- package/dist/_dts/core/src/csv-render.d.ts +4 -0
- package/dist/_dts/core/src/csv-types.d.ts +116 -0
- package/dist/_dts/core/src/currency-format.d.ts +4 -0
- package/dist/_dts/core/src/demo-capability-policy.d.ts +29 -0
- package/dist/_dts/core/src/demo-claim-access.d.ts +14 -0
- package/dist/_dts/core/src/demo-lifecycle-status.d.ts +11 -0
- package/dist/_dts/core/src/demo-runtime.d.ts +47 -0
- package/dist/_dts/core/src/duration.d.ts +14 -0
- package/dist/_dts/core/src/email-format.d.ts +10 -0
- package/dist/_dts/core/src/field-errors.d.ts +1 -0
- package/dist/_dts/core/src/form-submission-preview.d.ts +24 -0
- package/dist/_dts/core/src/index.d.ts +20 -0
- package/dist/_dts/core/src/number-input.d.ts +22 -0
- package/dist/_dts/core/src/public-url-validation.d.ts +12 -0
- package/dist/_dts/core/src/slug.d.ts +39 -0
- package/dist/_dts/core/src/string.d.ts +19 -0
- package/dist/_dts/core/src/uuid.d.ts +6 -0
- package/dist/_dts/db/src/schemas/forms.d.ts +50 -50
- package/dist/_dts/media-core/src/assetsInUseSummary.d.ts +34 -0
- package/dist/_dts/media-core/src/bulkDeletePlanning.d.ts +24 -0
- package/dist/_dts/media-core/src/canonicalCropReview.d.ts +66 -0
- package/dist/_dts/media-core/src/classifyAllPlanning.d.ts +48 -0
- package/dist/_dts/media-core/src/filename.d.ts +1 -0
- package/dist/_dts/media-core/src/index.d.ts +10 -0
- package/dist/_dts/media-core/src/mediaAssetUsageStatus.d.ts +47 -0
- package/dist/_dts/media-core/src/mediaSettingsState.d.ts +3 -0
- package/dist/_dts/media-core/src/portableMediaReferences.d.ts +38 -0
- package/dist/_dts/media-core/src/uploadVerificationContract.d.ts +28 -0
- package/dist/_dts/media-core/src/videoAssetRepair.d.ts +38 -0
- package/dist/_dts/media-editor/src/mediaEditorDebug.d.ts +1 -0
- package/dist/_dts/path-utils/src/index.d.ts +8 -0
- package/dist/_dts/path-utils/src/redirectPaths.d.ts +26 -0
- package/dist/_dts/path-utils/src/safeAppPath.d.ts +26 -0
- package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeButton.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeContext.d.ts +4 -0
- package/dist/_dts/preview-next/src/client/preview/previewDocumentFrame.d.ts +31 -0
- package/dist/_dts/sdk/src/client/error.d.ts +3 -0
- package/dist/_dts/sdk/src/client/index.d.ts +2 -2
- package/dist/_dts/sdk/src/client/types.d.ts +37 -19
- package/dist/_dts/sdk/src/index.d.ts +2 -2
- package/dist/_dts/sdk/src/manifest/passes/pass1-fields.d.ts +16 -16
- package/dist/_dts/sdk/src/next/content-load-failure.d.ts +51 -0
- package/dist/_dts/sdk/src/next/index.d.ts +2 -1
- package/dist/_dts/sdk/src/next/types.d.ts +19 -0
- package/dist/_dts/sdk/src/portal/redirects.d.ts +1 -1
- package/dist/_dts/sdk/src/routing/index.d.ts +3 -2
- package/dist/_dts/sdk/src/routing/resolvePageContent.d.ts +71 -6
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/site-commands/src/commands.d.ts +12 -12
- package/dist/_dts/site-commands/src/index.d.ts +1 -0
- package/dist/_dts/site-commands/src/pagePaths.d.ts +6 -0
- package/dist/_dts/theme-core/src/accordions/siteStyleDefaults.d.ts +26 -0
- package/dist/_dts/theme-core/src/accordions/types.d.ts +1 -0
- package/dist/_dts/theme-core/src/blocks/vars/index.d.ts +1 -0
- package/dist/_dts/theme-core/src/fonts/index.d.ts +1 -0
- package/dist/_dts/theme-core/src/fonts/uploadFormat.d.ts +44 -0
- package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
- package/dist/_dts/theme-core/src/index.d.ts +3 -1
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +36 -24
- package/dist/_dts/theme-core/src/navigation/generateNavLinkCSS.d.ts +6 -1
- package/dist/_dts/theme-core/src/navigation/types.d.ts +12 -0
- package/dist/_dts/theme-core/src/palette/variants/types.d.ts +3 -3
- package/dist/_dts/theme-core/src/runtime/themeCssVarNames.d.ts +7 -0
- package/dist/_dts/theme-core/src/schema.d.ts +64 -18
- package/dist/_dts/theme-core/src/site-styles/appearancePresetCatalog.d.ts +214 -34
- package/dist/_dts/theme-core/src/site-styles/appearancePresetTypes.d.ts +5 -2
- package/dist/_dts/theme-core/src/site-styles/blockAppearancePresets.d.ts +214 -34
- package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +24 -0
- package/dist/_dts/theme-core/src/site-styles/designState.d.ts +31 -3
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +4 -4
- package/dist/_dts/theme-core/src/site-styles/headerLooks.d.ts +33 -1
- package/dist/_dts/theme-core/src/site-styles/rawStyleFields.d.ts +4 -2
- package/dist/_dts/theme-core/src/site-styles/runtimeCompiler.d.ts +9 -1
- package/dist/_dts/theme-core/src/site-styles/types.d.ts +27 -2
- package/dist/_dts/theme-core/src/siteChrome.d.ts +17 -34
- package/dist/_dts/theme-core/src/siteChromeOverlayClearance.d.ts +22 -0
- package/dist/_dts/theme-core/src/siteChromePlacement.d.ts +22 -0
- package/dist/_dts/theme-core/src/siteChromePlanning.d.ts +32 -0
- package/dist/_dts/theme-core/src/tokens/themeColorTokens.d.ts +2 -2
- package/dist/{chunk-2SPENC5M.mjs → chunk-F7RTCZYN.mjs} +229 -50
- package/dist/{chunk-IENWFSLO.mjs → chunk-NIDXI46P.mjs} +1 -1
- package/dist/{chunk-KWJPDZH2.mjs → chunk-OECWLDHN.mjs} +2770 -620
- package/dist/{chunk-VX7B5VAC.mjs → chunk-SVMMM2NA.mjs} +8 -0
- package/dist/{chunk-6SMUFTXD.mjs → chunk-SXOLGNMX.mjs} +1 -1
- package/dist/{chunk-ZYEJLCTN.mjs → chunk-TXDES5P2.mjs} +2 -2
- package/dist/cli/index.mjs +1677 -440
- package/dist/client/{accordion-RZMQSYLR.mjs → accordion-EVDEOUPR.mjs} +2 -2
- package/dist/client/{bookingForm-NF4ASVNV.mjs → bookingForm-DIHBLC64.mjs} +27 -30
- package/dist/client/bookings.mjs +3707 -259
- package/dist/client/{carousel-LDX47ZIK.mjs → carousel-FEBQHIWI.mjs} +3 -4
- package/dist/client/{cart-RGXDS5F4.mjs → cart-7CKSXAE4.mjs} +8 -8
- package/dist/client/{checkout-P7WWSNNY.mjs → checkout-WKYCANLV.mjs} +8 -8
- package/dist/client/{chunk-JNC7CGHX.mjs → chunk-2SAVKN2M.mjs} +2 -2
- package/dist/client/{chunk-TQ5MSPDX.mjs → chunk-36WJCERQ.mjs} +1 -1
- package/dist/client/{chunk-R56FQ3RR.mjs → chunk-65F47D7Y.mjs} +280 -71
- package/dist/client/{chunk-L3DNHIJX.mjs → chunk-GUK2FPXQ.mjs} +23 -45
- package/dist/client/{chunk-PMAIXMAB.mjs → chunk-IVNCUVAV.mjs} +26 -21
- package/dist/client/{chunk-II7O4XN3.mjs → chunk-OFMSCGNY.mjs} +2 -2
- package/dist/client/chunk-PD6NBCEY.mjs +66 -0
- package/dist/client/{chunk-GMVTOKYG.mjs → chunk-RV6FX7UH.mjs} +510 -64
- package/dist/client/{chunk-E2TDNXCL.mjs → chunk-RZDWX7QW.mjs} +2 -1
- package/dist/client/{chunk-M3L3KYYR.mjs → chunk-UDNSI5PY.mjs} +12 -0
- package/dist/client/{chunk-JEZECJ3W.mjs → chunk-VPPMNXCF.mjs} +129 -3
- package/dist/client/{chunk-UFSWADAO.mjs → chunk-YDSEG6GZ.mjs} +5 -66
- package/dist/client/client.mjs +7070 -4561
- package/dist/client/{courseRegistration-7F65K5ZR.mjs → courseRegistration-5QF2PHKM.mjs} +14 -11
- package/dist/client/{eventCalendar-GLSC5KTL.mjs → eventCalendar-4ZOSETDU.mjs} +9 -9
- package/dist/client/{eventCombined-ZHK4WKUR.mjs → eventCombined-WQGU7JUX.mjs} +9 -9
- package/dist/client/{eventDetails-E3PJYBIN.mjs → eventDetails-AYWVUJ5Y.mjs} +9 -9
- package/dist/client/{eventListing-EMS3WC3E.mjs → eventListing-NT7C6UT5.mjs} +9 -9
- package/dist/client/{eventRegistration-NZOTVNPI.mjs → eventRegistration-OH24F4ZJ.mjs} +9 -9
- package/dist/client/{form-ETFZFATW.mjs → form-7L42SRBB.mjs} +6 -6
- package/dist/client/{headerSection-4LBP7ULT.mjs → headerSection-OZRZNZ52.mjs} +3 -3
- package/dist/client/hooks.mjs +1040 -278
- package/dist/client/{locationMap-5M655YSJ.mjs → locationMap-ZBXRPQ7C.mjs} +2 -2
- package/dist/client/{newsletterForm-QOUYW44O.mjs → newsletterForm-SNAGFF2I.mjs} +3 -3
- package/dist/client/{productDetail-O4DOCWQG.mjs → productDetail-I46BOFGV.mjs} +8 -8
- package/dist/client/{productList-A5RO5WIS.mjs → productList-BOYHTYI6.mjs} +8 -8
- package/dist/client/rendering/client.mjs +7090 -2645
- package/dist/client/rendering/islands.mjs +19 -19
- package/dist/client/rendering.mjs +6089 -3792
- package/dist/client/{shop-L4MZH4I2.mjs → shop-XTXPZTKR.mjs} +8 -8
- package/dist/preview-next/before-render.mjs +8 -0
- package/dist/preview-next/client/runtime.mjs +5 -5
- package/dist/preview-next/editor-chrome.css +10 -0
- package/dist/preview-next/middleware.mjs +8 -0
- package/dist/{sdk-runtime-6UT2S7KZ.mjs → sdk-runtime-ZJLKC6DR.mjs} +6 -6
- package/dist/server/components.mjs +2635 -1262
- package/dist/server/config-validation.mjs +1271 -509
- package/dist/server/config.mjs +1271 -509
- package/dist/server/data.mjs +1040 -278
- package/dist/server/index.mjs +488 -246
- package/dist/server/next.mjs +4087 -2147
- package/dist/server/page-converter.mjs +571 -115
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +2636 -1263
- package/dist/server/rendering.mjs +2654 -1268
- package/dist/server/routing.mjs +1729 -489
- package/dist/server/server.mjs +1532 -530
- package/dist/server/theme-bridge.mjs +3151 -131
- package/dist/server/theme.mjs +10 -1
- package/dist/styles/index.css +488 -48
- package/package.json +2 -1
- package/dist/SdkPreviewModeRuntime-KLPX47SE.mjs +0 -8
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/DiscountCodeSection.d.ts +0 -7
- package/dist/_dts/preview-next/src/client/widgets/PreviewMediaField.d.ts +0 -4
- package/dist/client/chunk-OJPZEZU2.mjs +0 -31
- package/dist/client/chunk-RTZ3JKKX.mjs +0 -178
package/dist/styles/index.css
CHANGED
|
@@ -136,6 +136,12 @@
|
|
|
136
136
|
}
|
|
137
137
|
|
|
138
138
|
/* Display */
|
|
139
|
+
.rb-min-h-screen {
|
|
140
|
+
min-height: 100vh;
|
|
141
|
+
}
|
|
142
|
+
.rb-min-h-full {
|
|
143
|
+
min-height: 100%;
|
|
144
|
+
}
|
|
139
145
|
.rb-block {
|
|
140
146
|
display: block;
|
|
141
147
|
}
|
|
@@ -454,9 +460,21 @@
|
|
|
454
460
|
}
|
|
455
461
|
|
|
456
462
|
/* Grid */
|
|
463
|
+
.rb-grid-rows-main-footer {
|
|
464
|
+
grid-template-rows: minmax(0, 1fr) auto;
|
|
465
|
+
}
|
|
457
466
|
.rb-grid-cols-1 {
|
|
458
467
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
459
468
|
}
|
|
469
|
+
.rb-row-start-1 {
|
|
470
|
+
grid-row-start: 1;
|
|
471
|
+
}
|
|
472
|
+
.rb-row-start-2 {
|
|
473
|
+
grid-row-start: 2;
|
|
474
|
+
}
|
|
475
|
+
.rb-col-start-1 {
|
|
476
|
+
grid-column-start: 1;
|
|
477
|
+
}
|
|
460
478
|
.rb-grid-cols-2 {
|
|
461
479
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
462
480
|
}
|
|
@@ -692,6 +710,17 @@
|
|
|
692
710
|
padding-top: 2.5rem;
|
|
693
711
|
padding-bottom: 2.5rem;
|
|
694
712
|
}
|
|
713
|
+
:where(.theme-scope)
|
|
714
|
+
[data-site-document-layout-mode="header-overlay"]
|
|
715
|
+
[data-rb-reserved-surface].rb-reserved-surface-main {
|
|
716
|
+
padding-top: calc(var(--rb-reserved-surface-header-offset, 5.5rem) + 2.5rem);
|
|
717
|
+
}
|
|
718
|
+
.rb-preview-editor-offset {
|
|
719
|
+
padding-bottom: calc(
|
|
720
|
+
var(--builder-editor-chrome-offset, 0px) +
|
|
721
|
+
var(--builder-preview-banner-offset, 0px)
|
|
722
|
+
);
|
|
723
|
+
}
|
|
695
724
|
.rb-py-12 {
|
|
696
725
|
padding-top: 3rem;
|
|
697
726
|
padding-bottom: 3rem;
|
|
@@ -1749,6 +1778,14 @@
|
|
|
1749
1778
|
line-height: 1.45;
|
|
1750
1779
|
}
|
|
1751
1780
|
|
|
1781
|
+
/* -------------------------------------------------------------------------- */
|
|
1782
|
+
/* Shared: Site document overlay header clearance */
|
|
1783
|
+
/* -------------------------------------------------------------------------- */
|
|
1784
|
+
|
|
1785
|
+
:where(.theme-scope) :where([data-site-document-overlay-content='true']) :where([data-block]):first-of-type > :where([data-slot='section']) > :where(.rb-container) {
|
|
1786
|
+
padding-top: calc(var(--site-overlay-header-clearance, 0px) + var(--site-overlay-opening-content-extra-pad, 0px));
|
|
1787
|
+
}
|
|
1788
|
+
|
|
1752
1789
|
/* -------------------------------------------------------------------------- */
|
|
1753
1790
|
/* Header: Mobile nav overlay transitions */
|
|
1754
1791
|
/* -------------------------------------------------------------------------- */
|
|
@@ -3397,6 +3434,92 @@
|
|
|
3397
3434
|
background-color: var(--er-payment-bg-selected);
|
|
3398
3435
|
}
|
|
3399
3436
|
|
|
3437
|
+
/* Discount code entry */
|
|
3438
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-discount {
|
|
3439
|
+
margin-top: 0.5rem;
|
|
3440
|
+
}
|
|
3441
|
+
|
|
3442
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-discount__form {
|
|
3443
|
+
display: grid;
|
|
3444
|
+
gap: 0.5rem;
|
|
3445
|
+
}
|
|
3446
|
+
|
|
3447
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-discount__toggle {
|
|
3448
|
+
background: transparent;
|
|
3449
|
+
border: 0;
|
|
3450
|
+
padding: 0;
|
|
3451
|
+
color: rgb(var(--tb-primary));
|
|
3452
|
+
cursor: pointer;
|
|
3453
|
+
font-size: 0.875rem;
|
|
3454
|
+
text-decoration: underline;
|
|
3455
|
+
}
|
|
3456
|
+
|
|
3457
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-discount__toggle:hover {
|
|
3458
|
+
text-decoration: none;
|
|
3459
|
+
}
|
|
3460
|
+
|
|
3461
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-discount__label {
|
|
3462
|
+
font-size: 0.875rem;
|
|
3463
|
+
font-weight: 600;
|
|
3464
|
+
}
|
|
3465
|
+
|
|
3466
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-discount__row {
|
|
3467
|
+
display: flex;
|
|
3468
|
+
gap: 0.5rem;
|
|
3469
|
+
}
|
|
3470
|
+
|
|
3471
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-discount__input {
|
|
3472
|
+
flex: 1;
|
|
3473
|
+
border-radius: calc(var(--rb-block-radius) * 0.6);
|
|
3474
|
+
border: 1px solid var(--er-border);
|
|
3475
|
+
padding: 0.5rem 0.75rem;
|
|
3476
|
+
background: rgb(var(--tb-background));
|
|
3477
|
+
color: rgb(var(--tb-foreground));
|
|
3478
|
+
font-size: 0.875rem;
|
|
3479
|
+
}
|
|
3480
|
+
|
|
3481
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-discount__input:focus {
|
|
3482
|
+
outline: 2px solid var(--er-focus-ring);
|
|
3483
|
+
outline-offset: 2px;
|
|
3484
|
+
}
|
|
3485
|
+
|
|
3486
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-discount__remove {
|
|
3487
|
+
background: transparent;
|
|
3488
|
+
border: 0;
|
|
3489
|
+
padding: 0.25rem;
|
|
3490
|
+
color: var(--er-on-surface);
|
|
3491
|
+
cursor: pointer;
|
|
3492
|
+
opacity: 0.7;
|
|
3493
|
+
}
|
|
3494
|
+
|
|
3495
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-discount__apply {
|
|
3496
|
+
background: transparent;
|
|
3497
|
+
border: 0;
|
|
3498
|
+
padding: 0.25rem;
|
|
3499
|
+
color: var(--er-on-surface);
|
|
3500
|
+
cursor: pointer;
|
|
3501
|
+
opacity: 0.8;
|
|
3502
|
+
}
|
|
3503
|
+
|
|
3504
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-discount__remove:hover {
|
|
3505
|
+
opacity: 1;
|
|
3506
|
+
}
|
|
3507
|
+
|
|
3508
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-discount__apply:hover {
|
|
3509
|
+
opacity: 1;
|
|
3510
|
+
}
|
|
3511
|
+
|
|
3512
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-discount__hint {
|
|
3513
|
+
margin: 0;
|
|
3514
|
+
font-size: 0.875rem;
|
|
3515
|
+
color: var(--er-on-surface-muted);
|
|
3516
|
+
}
|
|
3517
|
+
|
|
3518
|
+
:where(.theme-scope) :where([data-block="event-registration"]) .er-discount__feedback {
|
|
3519
|
+
margin: 0;
|
|
3520
|
+
font-size: 0.875rem;
|
|
3521
|
+
}
|
|
3522
|
+
|
|
3400
3523
|
/* Visually hide native radio but keep focusable (sr-only pattern) */
|
|
3401
3524
|
:where(.theme-scope) :where([data-block="event-registration"]) .er-payment-radio {
|
|
3402
3525
|
position: absolute;
|
|
@@ -5746,7 +5869,7 @@
|
|
|
5746
5869
|
width: 100%;
|
|
5747
5870
|
padding: 0.5rem 0.75rem;
|
|
5748
5871
|
border: 1px solid var(--ab-input-border, rgb(var(--tb-border, 226 232 240)));
|
|
5749
|
-
border-radius: var(--ab-input-radius, var(--radius-control, var(--rb-block-radius, 1rem)));
|
|
5872
|
+
border-radius: var(--ab-input-radius, var(--rb-input-radius, var(--radius-control, var(--rb-block-radius, 1rem))));
|
|
5750
5873
|
background: transparent;
|
|
5751
5874
|
font-size: 0.875rem;
|
|
5752
5875
|
transition: border-color var(--rb-block-transition, 150ms) ease, box-shadow var(--rb-block-transition, 150ms) ease;
|
|
@@ -5981,6 +6104,67 @@
|
|
|
5981
6104
|
}
|
|
5982
6105
|
}
|
|
5983
6106
|
|
|
6107
|
+
/* Hero typography scales. These classes are emitted by Theme V2 hero looks. */
|
|
6108
|
+
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-typography-quiet .hero-headline {
|
|
6109
|
+
font-size: clamp(2rem, 4vw, 3rem);
|
|
6110
|
+
line-height: 1.12;
|
|
6111
|
+
}
|
|
6112
|
+
|
|
6113
|
+
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-typography-quiet .hero-subheadline {
|
|
6114
|
+
font-size: clamp(1rem, 1.2vw, 1.25rem);
|
|
6115
|
+
line-height: 1.55;
|
|
6116
|
+
}
|
|
6117
|
+
|
|
6118
|
+
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-typography-editorial .hero-headline {
|
|
6119
|
+
font-size: clamp(2.5rem, 5vw, 4rem);
|
|
6120
|
+
line-height: 1.08;
|
|
6121
|
+
}
|
|
6122
|
+
|
|
6123
|
+
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-typography-editorial .hero-subheadline {
|
|
6124
|
+
font-size: clamp(1.0625rem, 1.4vw, 1.375rem);
|
|
6125
|
+
line-height: 1.55;
|
|
6126
|
+
}
|
|
6127
|
+
|
|
6128
|
+
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-typography-display .hero-headline {
|
|
6129
|
+
font-size: clamp(3rem, 6vw, 5rem);
|
|
6130
|
+
line-height: 1.04;
|
|
6131
|
+
}
|
|
6132
|
+
|
|
6133
|
+
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-typography-display .hero-subheadline {
|
|
6134
|
+
font-size: clamp(1.125rem, 1.5vw, 1.5rem);
|
|
6135
|
+
line-height: 1.5;
|
|
6136
|
+
}
|
|
6137
|
+
|
|
6138
|
+
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-typography-poster .hero-headline {
|
|
6139
|
+
font-size: clamp(3.5rem, 8vw, 6.5rem);
|
|
6140
|
+
line-height: 0.98;
|
|
6141
|
+
}
|
|
6142
|
+
|
|
6143
|
+
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-typography-poster .hero-subheadline {
|
|
6144
|
+
font-size: clamp(1.125rem, 1.4vw, 1.5rem);
|
|
6145
|
+
line-height: 1.45;
|
|
6146
|
+
}
|
|
6147
|
+
|
|
6148
|
+
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-title-medium.rb-hero-typography-poster .hero-headline {
|
|
6149
|
+
font-size: clamp(3rem, 6.5vw, 5rem);
|
|
6150
|
+
}
|
|
6151
|
+
|
|
6152
|
+
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-title-long.rb-hero-typography-poster .hero-headline,
|
|
6153
|
+
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-title-long.rb-hero-typography-display .hero-headline {
|
|
6154
|
+
font-size: clamp(2.75rem, 5.5vw, 4.5rem);
|
|
6155
|
+
line-height: 1.05;
|
|
6156
|
+
}
|
|
6157
|
+
|
|
6158
|
+
@media (max-width: 639px) {
|
|
6159
|
+
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-typography-poster .hero-headline,
|
|
6160
|
+
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-typography-display .hero-headline,
|
|
6161
|
+
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-title-long.rb-hero-typography-poster .hero-headline,
|
|
6162
|
+
:where(.theme-scope) :where([data-block="hero"]) .rb-hero-title-long.rb-hero-typography-display .hero-headline {
|
|
6163
|
+
font-size: clamp(2.5rem, 11vw, 3.5rem);
|
|
6164
|
+
line-height: 1.05;
|
|
6165
|
+
}
|
|
6166
|
+
}
|
|
6167
|
+
|
|
5984
6168
|
/* =============================================================================
|
|
5985
6169
|
* Shared: Heading Group (used by CTA, single-button, etc.)
|
|
5986
6170
|
* =============================================================================
|
|
@@ -6376,6 +6560,8 @@
|
|
|
6376
6560
|
--rb-modal-overlay-bg: rgb(var(--tb-text, 0 0 0) / 0.6);
|
|
6377
6561
|
--rb-modal-shadow: var(--shadow-lg, var(--shadow-elev));
|
|
6378
6562
|
--rb-modal-z-index: 20000;
|
|
6563
|
+
--shop-card-radius: var(--rb-block-radius, var(--radius-card, 0.75rem));
|
|
6564
|
+
--shop-control-radius: var(--rb-input-radius, var(--radius-control, 0.375rem));
|
|
6379
6565
|
}
|
|
6380
6566
|
|
|
6381
6567
|
:where(.theme-scope) .shop--empty {
|
|
@@ -6393,7 +6579,7 @@
|
|
|
6393
6579
|
background-color: rgba(var(--tb-destructive), 0.1);
|
|
6394
6580
|
color: rgb(var(--tb-destructive));
|
|
6395
6581
|
padding: 0.75rem 1rem;
|
|
6396
|
-
border-radius: var(--
|
|
6582
|
+
border-radius: var(--shop-control-radius);
|
|
6397
6583
|
margin-bottom: 1rem;
|
|
6398
6584
|
font-size: 0.875rem;
|
|
6399
6585
|
}
|
|
@@ -6432,7 +6618,7 @@
|
|
|
6432
6618
|
:where(.theme-scope) .shop__card {
|
|
6433
6619
|
background: rgb(var(--tb-surface));
|
|
6434
6620
|
border: 1px solid rgb(var(--tb-border));
|
|
6435
|
-
border-radius: var(--
|
|
6621
|
+
border-radius: var(--shop-card-radius);
|
|
6436
6622
|
padding: 1.5rem;
|
|
6437
6623
|
display: flex;
|
|
6438
6624
|
flex-direction: column;
|
|
@@ -6538,7 +6724,7 @@
|
|
|
6538
6724
|
background-color: rgba(var(--tb-destructive), 0.1);
|
|
6539
6725
|
color: rgb(var(--tb-destructive));
|
|
6540
6726
|
padding: 0.625rem 0.75rem;
|
|
6541
|
-
border-radius: var(--
|
|
6727
|
+
border-radius: var(--shop-control-radius);
|
|
6542
6728
|
font-size: 0.875rem;
|
|
6543
6729
|
margin-bottom: 1rem;
|
|
6544
6730
|
}
|
|
@@ -6581,7 +6767,7 @@
|
|
|
6581
6767
|
padding: 1.5rem 1rem;
|
|
6582
6768
|
margin-bottom: 1.25rem;
|
|
6583
6769
|
border: 1px solid rgb(var(--tb-border));
|
|
6584
|
-
border-radius: var(--
|
|
6770
|
+
border-radius: var(--shop-card-radius);
|
|
6585
6771
|
background: rgb(var(--tb-surface));
|
|
6586
6772
|
}
|
|
6587
6773
|
|
|
@@ -6656,7 +6842,7 @@
|
|
|
6656
6842
|
padding: 2rem;
|
|
6657
6843
|
background: var(--cp-card-bg);
|
|
6658
6844
|
border: 1px solid var(--cp-card-border);
|
|
6659
|
-
border-radius: var(--
|
|
6845
|
+
border-radius: var(--cp-card-radius);
|
|
6660
6846
|
}
|
|
6661
6847
|
|
|
6662
6848
|
:where(.theme-scope) :where([data-block="customer-portal"]) .cp-login__title {
|
|
@@ -6726,7 +6912,7 @@
|
|
|
6726
6912
|
/* Alerts */
|
|
6727
6913
|
:where(.theme-scope) :where([data-block="customer-portal"]) .cp-alert {
|
|
6728
6914
|
padding: 1rem 1.25rem;
|
|
6729
|
-
border-radius: var(--
|
|
6915
|
+
border-radius: var(--cp-control-radius);
|
|
6730
6916
|
font-size: 0.9375rem;
|
|
6731
6917
|
line-height: 1.4;
|
|
6732
6918
|
border-left: 4px solid transparent;
|
|
@@ -6784,7 +6970,7 @@
|
|
|
6784
6970
|
text-align: center;
|
|
6785
6971
|
background: var(--cp-card-bg);
|
|
6786
6972
|
border: 1px dashed var(--cp-card-border);
|
|
6787
|
-
border-radius: var(--
|
|
6973
|
+
border-radius: var(--cp-card-radius);
|
|
6788
6974
|
}
|
|
6789
6975
|
|
|
6790
6976
|
:where(.theme-scope) :where([data-block="customer-portal"]) .cp-empty__text {
|
|
@@ -6796,7 +6982,7 @@
|
|
|
6796
6982
|
:where(.theme-scope) :where([data-block="customer-portal"]) .cp-card {
|
|
6797
6983
|
background: var(--cp-card-bg);
|
|
6798
6984
|
border: 1px solid var(--cp-card-border);
|
|
6799
|
-
border-radius: var(--
|
|
6985
|
+
border-radius: var(--cp-card-radius);
|
|
6800
6986
|
padding: 1.25rem;
|
|
6801
6987
|
}
|
|
6802
6988
|
|
|
@@ -6914,7 +7100,7 @@
|
|
|
6914
7100
|
/* Use tiles as a mini "details grid" rather than event occurrence selection. */
|
|
6915
7101
|
--rb-event-tile-bg: var(--cp-card-bg);
|
|
6916
7102
|
--rb-event-tile-border: var(--cp-card-border);
|
|
6917
|
-
--rb-event-tile-radius: var(--
|
|
7103
|
+
--rb-event-tile-radius: var(--cp-control-radius);
|
|
6918
7104
|
|
|
6919
7105
|
display: flex;
|
|
6920
7106
|
flex-direction: column;
|
|
@@ -6960,7 +7146,7 @@
|
|
|
6960
7146
|
:where(.theme-scope) :where([data-block="customer-portal"]) .cp-table-wrap {
|
|
6961
7147
|
background: var(--cp-card-bg);
|
|
6962
7148
|
border: 1px solid var(--cp-card-border);
|
|
6963
|
-
border-radius: var(--
|
|
7149
|
+
border-radius: var(--cp-card-radius);
|
|
6964
7150
|
}
|
|
6965
7151
|
|
|
6966
7152
|
:where(.theme-scope) :where([data-block="customer-portal"]) .cp-table {
|
|
@@ -8371,6 +8557,11 @@
|
|
|
8371
8557
|
margin-top: 0.5rem;
|
|
8372
8558
|
}
|
|
8373
8559
|
|
|
8560
|
+
:where(.theme-scope) :where([data-block="course-registration"]) .cr-discount__form {
|
|
8561
|
+
display: grid;
|
|
8562
|
+
gap: 0.5rem;
|
|
8563
|
+
}
|
|
8564
|
+
|
|
8374
8565
|
:where(.theme-scope) :where([data-block="course-registration"]) .cr-discount__toggle {
|
|
8375
8566
|
background: transparent;
|
|
8376
8567
|
border: 0;
|
|
@@ -8385,10 +8576,14 @@
|
|
|
8385
8576
|
text-decoration: none;
|
|
8386
8577
|
}
|
|
8387
8578
|
|
|
8388
|
-
:where(.theme-scope) :where([data-block="course-registration"]) .cr-
|
|
8579
|
+
:where(.theme-scope) :where([data-block="course-registration"]) .cr-discount__label {
|
|
8580
|
+
font-size: 0.875rem;
|
|
8581
|
+
font-weight: 600;
|
|
8582
|
+
}
|
|
8583
|
+
|
|
8584
|
+
:where(.theme-scope) :where([data-block="course-registration"]) .cr-discount__row {
|
|
8389
8585
|
display: flex;
|
|
8390
8586
|
gap: 0.5rem;
|
|
8391
|
-
margin-top: 0.5rem;
|
|
8392
8587
|
}
|
|
8393
8588
|
|
|
8394
8589
|
:where(.theme-scope) :where([data-block="course-registration"]) .cr-discount__input {
|
|
@@ -8414,10 +8609,33 @@
|
|
|
8414
8609
|
opacity: 0.6;
|
|
8415
8610
|
}
|
|
8416
8611
|
|
|
8612
|
+
:where(.theme-scope) :where([data-block="course-registration"]) .cr-discount__apply {
|
|
8613
|
+
background: transparent;
|
|
8614
|
+
border: 0;
|
|
8615
|
+
padding: 0.25rem;
|
|
8616
|
+
cursor: pointer;
|
|
8617
|
+
opacity: 0.8;
|
|
8618
|
+
}
|
|
8619
|
+
|
|
8417
8620
|
:where(.theme-scope) :where([data-block="course-registration"]) .cr-discount__remove:hover {
|
|
8418
8621
|
opacity: 1;
|
|
8419
8622
|
}
|
|
8420
8623
|
|
|
8624
|
+
:where(.theme-scope) :where([data-block="course-registration"]) .cr-discount__apply:hover {
|
|
8625
|
+
opacity: 1;
|
|
8626
|
+
}
|
|
8627
|
+
|
|
8628
|
+
:where(.theme-scope) :where([data-block="course-registration"]) .cr-discount__hint {
|
|
8629
|
+
margin: 0;
|
|
8630
|
+
font-size: 0.875rem;
|
|
8631
|
+
opacity: 0.7;
|
|
8632
|
+
}
|
|
8633
|
+
|
|
8634
|
+
:where(.theme-scope) :where([data-block="course-registration"]) .cr-discount__feedback {
|
|
8635
|
+
margin: 0;
|
|
8636
|
+
font-size: 0.875rem;
|
|
8637
|
+
}
|
|
8638
|
+
|
|
8421
8639
|
/* =============================================================================
|
|
8422
8640
|
* Altcha (Spam Protection)
|
|
8423
8641
|
* =============================================================================
|
|
@@ -8860,16 +9078,36 @@
|
|
|
8860
9078
|
* ============================================================================= */
|
|
8861
9079
|
|
|
8862
9080
|
:where(.theme-scope) .event-listing-compact-container {
|
|
8863
|
-
|
|
9081
|
+
--event-compact-divider-color: color-mix(
|
|
9082
|
+
in oklab,
|
|
9083
|
+
rgb(var(--tb-border, 229 231 235)),
|
|
9084
|
+
rgb(var(--tb-text, 17 24 39)) 4%
|
|
9085
|
+
);
|
|
9086
|
+
|
|
9087
|
+
width: min(100%, 92rem);
|
|
8864
9088
|
margin-inline: auto;
|
|
9089
|
+
overflow: hidden;
|
|
9090
|
+
border: 1px solid var(--event-compact-divider-color);
|
|
9091
|
+
border-radius: 1rem;
|
|
9092
|
+
background: rgb(var(--tb-background, 255 255 255));
|
|
9093
|
+
box-shadow: 0 1.25rem 3.5rem rgba(var(--tb-shadow), 0.08);
|
|
9094
|
+
}
|
|
9095
|
+
|
|
9096
|
+
:where(.theme-scope) .rb-event-list-treatment-lined-panel .event-listing-compact-container {
|
|
9097
|
+
--event-compact-divider-color: color-mix(
|
|
9098
|
+
in oklab,
|
|
9099
|
+
rgb(var(--tb-border, 229 231 235)),
|
|
9100
|
+
rgb(var(--tb-text, 17 24 39)) 8%
|
|
9101
|
+
);
|
|
8865
9102
|
}
|
|
8866
9103
|
|
|
8867
9104
|
:where(.theme-scope) .event-compact-row {
|
|
8868
|
-
display:
|
|
9105
|
+
display: grid;
|
|
9106
|
+
grid-template-columns: clamp(5.5rem, 8vw, 8rem) minmax(0, 1fr) clamp(15rem, 24vw, 21rem);
|
|
8869
9107
|
align-items: center;
|
|
8870
|
-
|
|
8871
|
-
padding:
|
|
8872
|
-
border-bottom: 1px solid
|
|
9108
|
+
min-height: 8.75rem;
|
|
9109
|
+
padding: 1.55rem clamp(1.5rem, 3vw, 2.6rem);
|
|
9110
|
+
border-bottom: 1px solid var(--event-compact-divider-color);
|
|
8873
9111
|
transition: background-color 150ms ease;
|
|
8874
9112
|
}
|
|
8875
9113
|
|
|
@@ -8878,70 +9116,210 @@
|
|
|
8878
9116
|
}
|
|
8879
9117
|
|
|
8880
9118
|
:where(.theme-scope) .event-compact-row:hover {
|
|
8881
|
-
background-color: rgba(var(--tb-primary, 0 0 0), 0.
|
|
9119
|
+
background-color: rgba(var(--tb-primary, 0 0 0), 0.035);
|
|
8882
9120
|
}
|
|
8883
9121
|
|
|
8884
|
-
:where(.theme-scope) .event-compact-row-
|
|
8885
|
-
|
|
9122
|
+
:where(.theme-scope) .event-compact-row-date {
|
|
9123
|
+
display: grid;
|
|
9124
|
+
grid-template-rows: 1rem minmax(2.7rem, auto) 1rem;
|
|
9125
|
+
place-items: center;
|
|
9126
|
+
gap: 0.35rem;
|
|
8886
9127
|
min-width: 0;
|
|
8887
|
-
|
|
8888
|
-
|
|
8889
|
-
|
|
9128
|
+
padding-right: clamp(1rem, 2vw, 1.75rem);
|
|
9129
|
+
text-align: center;
|
|
9130
|
+
text-decoration: none;
|
|
9131
|
+
}
|
|
9132
|
+
|
|
9133
|
+
:where(.theme-scope) .event-compact-row-date-weekday,
|
|
9134
|
+
:where(.theme-scope) .event-compact-row-date-month {
|
|
9135
|
+
display: grid;
|
|
9136
|
+
place-items: center;
|
|
9137
|
+
block-size: 1rem;
|
|
9138
|
+
color: rgb(var(--tb-primary, 0 0 0));
|
|
9139
|
+
font-size: 0.875rem;
|
|
9140
|
+
font-weight: 600;
|
|
9141
|
+
line-height: normal;
|
|
9142
|
+
letter-spacing: 0.08em;
|
|
9143
|
+
}
|
|
9144
|
+
|
|
9145
|
+
:where(.theme-scope) .event-compact-row-date-day {
|
|
9146
|
+
display: grid;
|
|
9147
|
+
place-items: center;
|
|
9148
|
+
min-block-size: clamp(2.7rem, 4.5vw, 3.7rem);
|
|
9149
|
+
color: rgb(var(--tb-text, 17 24 39));
|
|
9150
|
+
font-family: var(--font-heading, var(--font-body, inherit));
|
|
9151
|
+
font-size: clamp(2.3rem, 4.2vw, 3.35rem);
|
|
9152
|
+
font-weight: 400;
|
|
9153
|
+
line-height: 1;
|
|
8890
9154
|
}
|
|
8891
9155
|
|
|
8892
|
-
:where(.theme-scope) .event-compact-row-
|
|
9156
|
+
:where(.theme-scope) .event-compact-row-content {
|
|
9157
|
+
min-width: 0;
|
|
8893
9158
|
display: flex;
|
|
8894
|
-
|
|
8895
|
-
gap:
|
|
8896
|
-
|
|
9159
|
+
flex-direction: column;
|
|
9160
|
+
gap: 1rem;
|
|
9161
|
+
height: 100%;
|
|
9162
|
+
justify-content: center;
|
|
9163
|
+
padding-inline: clamp(1.4rem, 3vw, 3.2rem);
|
|
9164
|
+
border-left: 1px solid var(--event-compact-divider-color);
|
|
8897
9165
|
}
|
|
8898
9166
|
|
|
8899
9167
|
:where(.theme-scope) .event-compact-row-title {
|
|
8900
|
-
|
|
8901
|
-
|
|
8902
|
-
|
|
8903
|
-
|
|
9168
|
+
margin: 0;
|
|
9169
|
+
color: rgb(var(--tb-text, 17 24 39));
|
|
9170
|
+
font-family: var(--font-heading, var(--font-body, inherit));
|
|
9171
|
+
font-size: clamp(1.55rem, 2.6vw, 2.4rem);
|
|
9172
|
+
font-weight: 400;
|
|
9173
|
+
line-height: 1.05;
|
|
8904
9174
|
overflow: hidden;
|
|
8905
9175
|
text-overflow: ellipsis;
|
|
8906
|
-
min-width: 0;
|
|
8907
|
-
flex: 1;
|
|
8908
|
-
}
|
|
8909
|
-
|
|
8910
|
-
:where(.theme-scope) .event-compact-row-datetime {
|
|
8911
|
-
font-size: 0.8125rem;
|
|
8912
|
-
opacity: 0.7;
|
|
8913
9176
|
white-space: nowrap;
|
|
8914
|
-
flex-shrink: 0;
|
|
8915
9177
|
}
|
|
8916
9178
|
|
|
8917
|
-
:where(.theme-scope) .event-compact-row-
|
|
9179
|
+
:where(.theme-scope) .event-compact-row-meta {
|
|
8918
9180
|
display: flex;
|
|
8919
9181
|
align-items: center;
|
|
8920
|
-
gap: 0.
|
|
8921
|
-
|
|
8922
|
-
|
|
9182
|
+
gap: 0.9rem;
|
|
9183
|
+
min-width: 0;
|
|
9184
|
+
color: rgb(var(--tb-text, 17 24 39));
|
|
9185
|
+
font-size: clamp(0.9375rem, 1.4vw, 1.0625rem);
|
|
9186
|
+
line-height: 1.35;
|
|
8923
9187
|
}
|
|
8924
9188
|
|
|
8925
9189
|
:where(.theme-scope) .event-compact-row-venue {
|
|
8926
9190
|
display: inline-flex;
|
|
8927
9191
|
align-items: center;
|
|
8928
|
-
gap: 0.
|
|
9192
|
+
gap: 0.45rem;
|
|
9193
|
+
min-width: 0;
|
|
8929
9194
|
}
|
|
8930
9195
|
|
|
9196
|
+
:where(.theme-scope) .event-compact-row-venue svg {
|
|
9197
|
+
width: 1.05em;
|
|
9198
|
+
height: 1.05em;
|
|
9199
|
+
}
|
|
9200
|
+
|
|
9201
|
+
:where(.theme-scope) .event-compact-row-teacher,
|
|
8931
9202
|
:where(.theme-scope) .event-compact-row-price {
|
|
8932
|
-
|
|
9203
|
+
display: inline-flex;
|
|
9204
|
+
align-items: center;
|
|
9205
|
+
gap: 0.9rem;
|
|
9206
|
+
}
|
|
9207
|
+
|
|
9208
|
+
:where(.theme-scope) .event-compact-row-teacher::before,
|
|
9209
|
+
:where(.theme-scope) .event-compact-row-price::before {
|
|
9210
|
+
content: "";
|
|
9211
|
+
width: 0.18rem;
|
|
9212
|
+
height: 0.18rem;
|
|
9213
|
+
border-radius: 9999px;
|
|
9214
|
+
background: currentColor;
|
|
9215
|
+
}
|
|
9216
|
+
|
|
9217
|
+
:where(.theme-scope) .event-compact-row-price {
|
|
9218
|
+
color: rgb(var(--tb-secondary, var(--tb-primary, 0 0 0)));
|
|
9219
|
+
font-weight: 600;
|
|
9220
|
+
}
|
|
9221
|
+
|
|
9222
|
+
:where(.theme-scope) .event-compact-row-action {
|
|
9223
|
+
display: grid;
|
|
9224
|
+
align-content: center;
|
|
9225
|
+
gap: 1rem;
|
|
9226
|
+
height: 100%;
|
|
9227
|
+
padding-left: clamp(1.5rem, 3vw, 3.2rem);
|
|
9228
|
+
border-left: 1px solid var(--event-compact-divider-color);
|
|
9229
|
+
}
|
|
9230
|
+
|
|
9231
|
+
:where(.theme-scope) .event-compact-row-datetime {
|
|
9232
|
+
display: inline-flex;
|
|
9233
|
+
align-items: center;
|
|
9234
|
+
gap: 0.65rem;
|
|
9235
|
+
color: rgb(var(--tb-text, 17 24 39));
|
|
9236
|
+
font-size: clamp(0.9375rem, 1.45vw, 1.0625rem);
|
|
9237
|
+
line-height: 1.3;
|
|
9238
|
+
white-space: nowrap;
|
|
9239
|
+
}
|
|
9240
|
+
|
|
9241
|
+
:where(.theme-scope) .event-compact-row-datetime svg {
|
|
9242
|
+
width: 1.1em;
|
|
9243
|
+
height: 1.1em;
|
|
9244
|
+
flex-shrink: 0;
|
|
8933
9245
|
}
|
|
8934
9246
|
|
|
8935
9247
|
:where(.theme-scope) .event-compact-row-status {
|
|
9248
|
+
color: rgb(var(--tb-muted, var(--tb-text, 17 24 39)));
|
|
8936
9249
|
font-weight: 500;
|
|
8937
|
-
opacity: 0.8;
|
|
8938
9250
|
}
|
|
8939
9251
|
|
|
8940
9252
|
:where(.theme-scope) .event-compact-row-cta {
|
|
8941
|
-
|
|
9253
|
+
width: min(100%, 15rem);
|
|
9254
|
+
min-height: 2.7rem;
|
|
9255
|
+
justify-content: space-between;
|
|
9256
|
+
gap: 1rem;
|
|
9257
|
+
border-radius: 9999px;
|
|
9258
|
+
padding-inline: 1.25rem 1rem;
|
|
8942
9259
|
white-space: nowrap;
|
|
8943
9260
|
}
|
|
8944
9261
|
|
|
9262
|
+
:where(.theme-scope) .event-compact-row-cta svg {
|
|
9263
|
+
width: 1.25rem;
|
|
9264
|
+
height: 1.25rem;
|
|
9265
|
+
flex-shrink: 0;
|
|
9266
|
+
}
|
|
9267
|
+
|
|
9268
|
+
@media (max-width: 767px) {
|
|
9269
|
+
:where(.theme-scope) .event-listing-compact-container {
|
|
9270
|
+
border-radius: 0.875rem;
|
|
9271
|
+
}
|
|
9272
|
+
|
|
9273
|
+
:where(.theme-scope) .event-compact-row {
|
|
9274
|
+
grid-template-columns: 4.75rem minmax(0, 1fr);
|
|
9275
|
+
min-height: 0;
|
|
9276
|
+
padding: 1.25rem;
|
|
9277
|
+
row-gap: 1.1rem;
|
|
9278
|
+
}
|
|
9279
|
+
|
|
9280
|
+
:where(.theme-scope) .event-compact-row-date {
|
|
9281
|
+
padding-right: 0.9rem;
|
|
9282
|
+
}
|
|
9283
|
+
|
|
9284
|
+
:where(.theme-scope) .event-compact-row-date-day {
|
|
9285
|
+
font-size: 2.35rem;
|
|
9286
|
+
}
|
|
9287
|
+
|
|
9288
|
+
:where(.theme-scope) .event-compact-row-content {
|
|
9289
|
+
gap: 0.75rem;
|
|
9290
|
+
padding-left: 1.1rem;
|
|
9291
|
+
padding-right: 0;
|
|
9292
|
+
}
|
|
9293
|
+
|
|
9294
|
+
:where(.theme-scope) .event-compact-row-title {
|
|
9295
|
+
font-size: clamp(1.35rem, 8vw, 1.9rem);
|
|
9296
|
+
white-space: normal;
|
|
9297
|
+
}
|
|
9298
|
+
|
|
9299
|
+
:where(.theme-scope) .event-compact-row-meta {
|
|
9300
|
+
flex-wrap: wrap;
|
|
9301
|
+
gap: 0.5rem 0.8rem;
|
|
9302
|
+
}
|
|
9303
|
+
|
|
9304
|
+
:where(.theme-scope) .event-compact-row-action {
|
|
9305
|
+
grid-column: 1 / -1;
|
|
9306
|
+
grid-template-columns: minmax(0, 1fr);
|
|
9307
|
+
gap: 0.85rem;
|
|
9308
|
+
padding-left: 0;
|
|
9309
|
+
padding-top: 1rem;
|
|
9310
|
+
border-left: none;
|
|
9311
|
+
border-top: 1px solid var(--event-compact-divider-color);
|
|
9312
|
+
}
|
|
9313
|
+
|
|
9314
|
+
:where(.theme-scope) .event-compact-row-datetime {
|
|
9315
|
+
white-space: normal;
|
|
9316
|
+
}
|
|
9317
|
+
|
|
9318
|
+
:where(.theme-scope) .event-compact-row-cta {
|
|
9319
|
+
width: 100%;
|
|
9320
|
+
}
|
|
9321
|
+
}
|
|
9322
|
+
|
|
8945
9323
|
|
|
8946
9324
|
:where(.theme-scope) .section-state__callout {
|
|
8947
9325
|
text-align: center;
|
|
@@ -8992,3 +9370,65 @@
|
|
|
8992
9370
|
}
|
|
8993
9371
|
|
|
8994
9372
|
|
|
9373
|
+
/* =============================================================================
|
|
9374
|
+
* Shared: Heading Decorations
|
|
9375
|
+
* =============================================================================
|
|
9376
|
+
*/
|
|
9377
|
+
|
|
9378
|
+
:where(.theme-scope) .rb-heading-decoration {
|
|
9379
|
+
display: block;
|
|
9380
|
+
flex: 0 0 auto;
|
|
9381
|
+
pointer-events: none;
|
|
9382
|
+
}
|
|
9383
|
+
|
|
9384
|
+
:where(.theme-scope) .rb-heading-decoration-placement-after-heading {
|
|
9385
|
+
margin-top: 0.35rem;
|
|
9386
|
+
}
|
|
9387
|
+
|
|
9388
|
+
:where(.theme-scope) .rb-heading-decoration-placement-under-centered-heading {
|
|
9389
|
+
margin-left: auto;
|
|
9390
|
+
margin-right: auto;
|
|
9391
|
+
}
|
|
9392
|
+
|
|
9393
|
+
:where(.theme-scope) .rb-heading-decoration-organic-squiggle {
|
|
9394
|
+
width: clamp(5.5rem, 15vw, 9rem);
|
|
9395
|
+
height: 1.1rem;
|
|
9396
|
+
background-color: currentColor;
|
|
9397
|
+
opacity: 0.9;
|
|
9398
|
+
-webkit-mask: url("data:image/svg+xml,%3Csvg width='144' height='18' viewBox='0 0 144 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 10C15 1 27 1 40 10C53 18 66 18 79 10C92 1 105 1 118 10C127 16 136 17 142 12' fill='none' stroke='%23000' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
|
|
9399
|
+
mask: url("data:image/svg+xml,%3Csvg width='144' height='18' viewBox='0 0 144 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 10C15 1 27 1 40 10C53 18 66 18 79 10C92 1 105 1 118 10C127 16 136 17 142 12' fill='none' stroke='%23000' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
|
|
9400
|
+
}
|
|
9401
|
+
|
|
9402
|
+
:where(.theme-scope) .rb-heading-decoration-short-center-rule {
|
|
9403
|
+
width: 4.5rem;
|
|
9404
|
+
height: 0.125rem;
|
|
9405
|
+
border-radius: 999px;
|
|
9406
|
+
background-color: currentColor;
|
|
9407
|
+
opacity: 0.75;
|
|
9408
|
+
}
|
|
9409
|
+
|
|
9410
|
+
:where(.theme-scope) .rb-heading-decoration-color-text {
|
|
9411
|
+
color: rgb(var(--tb-text));
|
|
9412
|
+
}
|
|
9413
|
+
|
|
9414
|
+
:where(.theme-scope) .rb-heading-decoration-color-primary {
|
|
9415
|
+
color: rgb(var(--tb-primary));
|
|
9416
|
+
}
|
|
9417
|
+
|
|
9418
|
+
:where(.theme-scope) .rb-heading-decoration-color-secondary {
|
|
9419
|
+
color: rgb(var(--tb-secondary));
|
|
9420
|
+
}
|
|
9421
|
+
|
|
9422
|
+
:where(.theme-scope) .rb-heading-decoration-color-accent {
|
|
9423
|
+
color: rgb(var(--tb-accent));
|
|
9424
|
+
}
|
|
9425
|
+
|
|
9426
|
+
:where(.theme-scope) .rb-heading-decoration-color-border {
|
|
9427
|
+
color: rgb(var(--tb-border));
|
|
9428
|
+
}
|
|
9429
|
+
|
|
9430
|
+
:where(.theme-scope) .rb-heading-decoration-color-muted {
|
|
9431
|
+
color: rgb(var(--tb-mutedText));
|
|
9432
|
+
}
|
|
9433
|
+
|
|
9434
|
+
|