@riverbankcms/sdk 0.85.0 → 0.88.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{PreviewEditorSidebar-4PH35ZIE.mjs → PreviewEditorSidebar-EVRS3C7T.mjs} +3 -3
- package/dist/{PreviewEditorUI-WHMCRJGM.mjs → PreviewEditorUI-54WD4IGE.mjs} +3 -3
- package/dist/SdkPreviewModeRuntime-ZALZDJEK.mjs +8 -0
- package/dist/_dts/api/src/endpoints.d.ts +58 -14
- package/dist/_dts/api/src/index.d.ts +3 -0
- package/dist/_dts/api/src/launchReadiness.d.ts +3 -3
- package/dist/_dts/api/src/mailchimpIntegration.d.ts +215 -0
- package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +35 -15
- package/dist/_dts/api/src/siteInfrastructure.d.ts +0 -14
- package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +1 -13
- package/dist/_dts/api/src/types.d.ts +6 -3
- package/dist/_dts/blocks/src/PageRenderer.d.ts +1 -0
- package/dist/_dts/blocks/src/contracts/proof-block-islands.d.ts +4 -0
- package/dist/_dts/blocks/src/index.d.ts +2 -1
- 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/events/shared/schemas.d.ts +42 -0
- package/dist/_dts/blocks/src/system/blocks/events/shared/types.d.ts +4 -0
- package/dist/_dts/blocks/src/system/blocks/faq.d.ts +288 -288
- 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 +42 -42
- package/dist/_dts/blocks/src/system/blocks/newsletter-signup-destination.d.ts +300 -0
- package/dist/_dts/blocks/src/system/blocks/newsletter-signup.d.ts +63 -3
- 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/fragments/library/newsletterForm.d.ts +53 -1
- package/dist/_dts/blocks/src/system/manifest/richTextSchema.d.ts +27 -0
- package/dist/_dts/blocks/src/system/manifest/schema.d.ts +23 -23
- package/dist/_dts/blocks/src/system/runtime/api/types.d.ts +10 -2
- package/dist/_dts/blocks/src/system/runtime/components/registry.client.d.ts +24 -0
- package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +12 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/types.d.ts +1 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.interactive.d.ts +4 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/utils.d.ts +11 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/newsletter-form.interactive.d.ts +15 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/newsletter-form.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/newsletter-form.submission.d.ts +32 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/newsletter-form.types.d.ts +5 -1
- package/dist/_dts/blocks/src/system/runtime/shared/components/ModalShell.d.ts +5 -1
- package/dist/_dts/blocks/src/system/runtime/shared/utils/formatting.d.ts +1 -1
- package/dist/_dts/content-model/src/referenceFields.d.ts +1 -1
- package/dist/_dts/core/src/currency-format.d.ts +37 -2
- package/dist/_dts/core/src/event-pricing.d.ts +24 -0
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +549 -18
- package/dist/_dts/editor-blocks/src/widgets/reference/loaders.d.ts +3 -1
- package/dist/_dts/sdk/src/client/types.d.ts +9 -0
- package/dist/_dts/sdk/src/config/validation.d.ts +3 -0
- package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +3 -0
- package/dist/_dts/sdk/src/data/prefetchBlockData.d.ts +3 -9
- package/dist/_dts/sdk/src/manifest/passes/pass1-fields.d.ts +1 -1
- package/dist/_dts/sdk/src/manifest/three-pass-converter.d.ts +7 -18
- package/dist/_dts/sdk/src/rendering/blocks-page-renderer.d.ts +2 -0
- package/dist/_dts/sdk/src/rendering/components/pageShared.d.ts +3 -1
- package/dist/_dts/sdk/src/rendering/helpers/loadContent.d.ts +7 -3
- package/dist/_dts/sdk/src/rendering/helpers/loadPage.d.ts +4 -24
- package/dist/_dts/sdk/src/rendering/helpers/pageRuntimeSupport.d.ts +45 -0
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +9 -9
- package/dist/_dts/theme-core/src/schema.d.ts +11 -11
- package/dist/{chunk-ZR2GQK2A.mjs → chunk-7KOO7RPP.mjs} +953 -315
- package/dist/{chunk-OCGTXHSO.mjs → chunk-ER4UIW4X.mjs} +7 -7
- package/dist/{chunk-WFPYN7KA.mjs → chunk-HVOBXA3Y.mjs} +2 -2
- package/dist/{chunk-NFWGLRZZ.mjs → chunk-K3JWH6HE.mjs} +37 -3
- package/dist/{chunk-4QNLOTES.mjs → chunk-O4LVYUVH.mjs} +58 -14
- package/dist/{chunk-PYDHOMEO.mjs → chunk-YDMBIIS5.mjs} +1 -1
- package/dist/cli/index.mjs +408 -109
- package/dist/client/{accordion-2UZPBMYM.mjs → accordion-PT5CGW5N.mjs} +2 -2
- package/dist/client/{bookingForm-36CWQUMV.mjs → bookingForm-2HLRTEYS.mjs} +7 -7
- package/dist/client/bookings.mjs +51 -6
- package/dist/client/{carousel-QH77HR6X.mjs → carousel-Z2LKYSWA.mjs} +3 -3
- package/dist/client/cart-ND5IK4A6.mjs +18 -0
- package/dist/client/checkout-EYUSGAY7.mjs +18 -0
- package/dist/client/{chunk-SYIJ5JO2.mjs → chunk-6DVPO44G.mjs} +1 -1
- package/dist/client/{chunk-3C2VTPWI.mjs → chunk-BAWHZ5GM.mjs} +176 -13
- package/dist/client/{chunk-52CGCQ7B.mjs → chunk-BL66UWGD.mjs} +10 -80
- package/dist/client/{chunk-VGDBVNOO.mjs → chunk-DIRW2LNG.mjs} +241 -210
- package/dist/client/{chunk-UDNSI5PY.mjs → chunk-GOFO7HRH.mjs} +1 -2
- package/dist/client/{chunk-ZKUO52W3.mjs → chunk-H4MHEXYS.mjs} +1 -1
- package/dist/client/{chunk-ZE5G642V.mjs → chunk-LI2C6M5O.mjs} +75 -1
- package/dist/client/{chunk-3DTWLTXM.mjs → chunk-MHBEWDT7.mjs} +117 -3
- package/dist/client/{chunk-4OXKTA3D.mjs → chunk-O5JNI3E4.mjs} +2 -2
- package/dist/client/{chunk-XSV6KW4D.mjs → chunk-S4G65LGR.mjs} +1 -1
- package/dist/client/{chunk-DVNUDUVT.mjs → chunk-WBQG7VJA.mjs} +4 -1
- package/dist/client/{chunk-F5VRX5Y6.mjs → chunk-WCVK4MBJ.mjs} +1 -1
- package/dist/client/{chunk-7UCLJ5SP.mjs → chunk-X7GVFB7Y.mjs} +4 -7
- package/dist/client/client.mjs +2125 -1403
- package/dist/client/{courseRegistration-TMKU6ABO.mjs → courseRegistration-H3AZBUEG.mjs} +7 -7
- package/dist/client/{eventCalendar-G6TI32X6.mjs → eventCalendar-FPKJGLGS.mjs} +10 -11
- package/dist/client/{eventCombined-SCKEMNAR.mjs → eventCombined-QCGIZBUY.mjs} +10 -11
- package/dist/client/{eventDetails-XPIFXXPK.mjs → eventDetails-HIT3BJWU.mjs} +10 -11
- package/dist/client/{eventListing-7QFMEMGT.mjs → eventListing-R4HNWJDN.mjs} +10 -11
- package/dist/client/{eventRegistration-TOODSZUI.mjs → eventRegistration-Q7BYY5HF.mjs} +10 -11
- package/dist/client/{form-MTCMVCZT.mjs → form-NI6YOG6S.mjs} +3 -3
- package/dist/client/{headerSection-Y5TMR3TW.mjs → headerSection-SDYGII36.mjs} +4 -4
- package/dist/client/hooks.mjs +1682 -1412
- package/dist/client/{locationMap-RH2LG7FZ.mjs → locationMap-BDETEUQD.mjs} +3 -4
- package/dist/client/{newsletterForm-PCAIPFMA.mjs → newsletterForm-EKYIU67X.mjs} +70 -22
- package/dist/client/{productDetail-OIGDR4YE.mjs → productDetail-5UTGNN76.mjs} +8 -9
- package/dist/client/{productList-4MA5S2CX.mjs → productList-7YA5KXZQ.mjs} +8 -9
- package/dist/client/rendering/client.mjs +753 -329
- package/dist/client/rendering/islands.mjs +19 -19
- package/dist/client/rendering.mjs +3786 -3034
- package/dist/client/shop-AIMUMZYC.mjs +20 -0
- package/dist/preview-next/before-render.mjs +58 -14
- package/dist/preview-next/client/runtime.mjs +5 -5
- package/dist/preview-next/editor-chrome.css +56 -9
- package/dist/preview-next/middleware.mjs +58 -14
- package/dist/{sdk-runtime-QLOCYKVU.mjs → sdk-runtime-NW472WNT.mjs} +6 -6
- package/dist/server/components.mjs +1518 -1015
- package/dist/server/config-validation.mjs +1719 -1461
- package/dist/server/config.mjs +1719 -1461
- package/dist/server/data.mjs +1683 -1413
- package/dist/server/index.mjs +79 -17
- package/dist/server/next.mjs +1902 -1311
- package/dist/server/page-converter.mjs +2193 -1169
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +1709 -1209
- package/dist/server/rendering.mjs +1894 -1347
- package/dist/server/routing.mjs +1872 -1499
- package/dist/server/server.mjs +1571 -1264
- package/dist/server/theme-bridge.mjs +234 -0
- package/dist/styles/index.css +232 -0
- package/package.json +1 -1
- package/dist/SdkPreviewModeRuntime-4FGSVUYI.mjs +0 -8
- package/dist/client/cart-X4YK4FTW.mjs +0 -19
- package/dist/client/checkout-OM2BEPWD.mjs +0 -19
- package/dist/client/chunk-I2MMZO53.mjs +0 -6
- package/dist/client/shop-WXSYV5QO.mjs +0 -21
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { useWaitlistClaim, MagicLinkForm } from './chunk-
|
|
3
|
-
import { SpinnerNode } from './chunk-
|
|
2
|
+
import { useWaitlistClaim, resolveCoursePricingState, formatCoursePriceDisplay, formatCoursePriceAmount, MagicLinkForm } from './chunk-MHBEWDT7.mjs';
|
|
3
|
+
import { SpinnerNode } from './chunk-6DVPO44G.mjs';
|
|
4
4
|
import { buildRouteIslandApiConfig } from './chunk-L4J5Y62O.mjs';
|
|
5
|
-
import { DiscountCodeDisclosure, getStepNumber, logoutPortal, StepIndicator, LoggedInAsUser, CheckIcon, formatPrice, TerminalPanel, StateIcon, ClockIcon, CrossIcon, scrollToBlock, buildCheckoutReturnUrls, MembershipHero, validateFormData } from './chunk-
|
|
5
|
+
import { DiscountCodeDisclosure, getStepNumber, logoutPortal, StepIndicator, LoggedInAsUser, CheckIcon, formatPrice, TerminalPanel, StateIcon, ClockIcon, CrossIcon, scrollToBlock, buildCheckoutReturnUrls, MembershipHero, validateFormData } from './chunk-X7GVFB7Y.mjs';
|
|
6
6
|
import { getFieldValidationControlProps, FieldValidationMessage } from './chunk-3DCJ45Z2.mjs';
|
|
7
|
-
import { ModalShell } from './chunk-
|
|
7
|
+
import { ModalShell } from './chunk-WBQG7VJA.mjs';
|
|
8
8
|
import { AltchaWidget, getChallengeUrl, isSpamProtectionEnabled } from './chunk-SDIYSQAY.mjs';
|
|
9
|
-
import { BlockApiProvider, useBlockApi } from './chunk-
|
|
9
|
+
import { BlockApiProvider, useBlockApi } from './chunk-GOFO7HRH.mjs';
|
|
10
10
|
import { mountReactIsland } from './chunk-N7PBWBWQ.mjs';
|
|
11
|
-
import { defineIslandPropsDecoder, themeButtonClassName
|
|
12
|
-
import { formatBookingDate, toScheduledBookingDateTime, toBookingTimeZone, formatBookingTime } from './chunk-
|
|
11
|
+
import { defineIslandPropsDecoder, themeButtonClassName } from './chunk-DIRW2LNG.mjs';
|
|
12
|
+
import { formatBookingDate, toScheduledBookingDateTime, toBookingTimeZone, formatBookingTime } from './chunk-LI2C6M5O.mjs';
|
|
13
13
|
import React2, { Component, useMemo, useState, useEffect } from 'react';
|
|
14
14
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
15
15
|
|
|
@@ -1,19 +1,18 @@
|
|
|
1
|
-
import { EventCalendarClient } from './chunk-
|
|
2
|
-
import './chunk-
|
|
3
|
-
import './chunk-
|
|
4
|
-
import './chunk-
|
|
5
|
-
import './chunk-
|
|
6
|
-
import './chunk-SYIJ5JO2.mjs';
|
|
1
|
+
import { EventCalendarClient } from './chunk-BAWHZ5GM.mjs';
|
|
2
|
+
import './chunk-S4G65LGR.mjs';
|
|
3
|
+
import './chunk-MHBEWDT7.mjs';
|
|
4
|
+
import './chunk-H4MHEXYS.mjs';
|
|
5
|
+
import './chunk-6DVPO44G.mjs';
|
|
7
6
|
import './chunk-ZFHRN6W2.mjs';
|
|
8
7
|
import { buildRouteIslandApiConfig } from './chunk-L4J5Y62O.mjs';
|
|
9
|
-
import './chunk-
|
|
8
|
+
import './chunk-X7GVFB7Y.mjs';
|
|
10
9
|
import './chunk-3DCJ45Z2.mjs';
|
|
11
|
-
import './chunk-
|
|
10
|
+
import './chunk-WBQG7VJA.mjs';
|
|
12
11
|
import './chunk-SDIYSQAY.mjs';
|
|
13
|
-
import { BlockApiProvider } from './chunk-
|
|
12
|
+
import { BlockApiProvider } from './chunk-GOFO7HRH.mjs';
|
|
14
13
|
import { mountReactIsland } from './chunk-N7PBWBWQ.mjs';
|
|
15
|
-
import { defineIslandPropsDecoder } from './chunk-
|
|
16
|
-
import './chunk-
|
|
14
|
+
import { defineIslandPropsDecoder } from './chunk-DIRW2LNG.mjs';
|
|
15
|
+
import './chunk-LI2C6M5O.mjs';
|
|
17
16
|
import { jsx } from 'react/jsx-runtime';
|
|
18
17
|
|
|
19
18
|
var decode = defineIslandPropsDecoder("event-calendar");
|
|
@@ -1,19 +1,18 @@
|
|
|
1
|
-
import { EventCombinedIslandClient } from './chunk-
|
|
2
|
-
import './chunk-
|
|
3
|
-
import './chunk-
|
|
4
|
-
import './chunk-
|
|
5
|
-
import './chunk-
|
|
6
|
-
import './chunk-SYIJ5JO2.mjs';
|
|
1
|
+
import { EventCombinedIslandClient } from './chunk-BAWHZ5GM.mjs';
|
|
2
|
+
import './chunk-S4G65LGR.mjs';
|
|
3
|
+
import './chunk-MHBEWDT7.mjs';
|
|
4
|
+
import './chunk-H4MHEXYS.mjs';
|
|
5
|
+
import './chunk-6DVPO44G.mjs';
|
|
7
6
|
import './chunk-ZFHRN6W2.mjs';
|
|
8
7
|
import { buildRouteIslandApiConfig } from './chunk-L4J5Y62O.mjs';
|
|
9
|
-
import './chunk-
|
|
8
|
+
import './chunk-X7GVFB7Y.mjs';
|
|
10
9
|
import './chunk-3DCJ45Z2.mjs';
|
|
11
|
-
import './chunk-
|
|
10
|
+
import './chunk-WBQG7VJA.mjs';
|
|
12
11
|
import './chunk-SDIYSQAY.mjs';
|
|
13
|
-
import { BlockApiProvider } from './chunk-
|
|
12
|
+
import { BlockApiProvider } from './chunk-GOFO7HRH.mjs';
|
|
14
13
|
import { mountReactIsland } from './chunk-N7PBWBWQ.mjs';
|
|
15
|
-
import { defineIslandPropsDecoder } from './chunk-
|
|
16
|
-
import './chunk-
|
|
14
|
+
import { defineIslandPropsDecoder } from './chunk-DIRW2LNG.mjs';
|
|
15
|
+
import './chunk-LI2C6M5O.mjs';
|
|
17
16
|
import { jsx } from 'react/jsx-runtime';
|
|
18
17
|
|
|
19
18
|
var decode = defineIslandPropsDecoder("event-combined");
|
|
@@ -1,18 +1,17 @@
|
|
|
1
|
-
import { EventDetailsIslandClient } from './chunk-
|
|
2
|
-
import './chunk-
|
|
3
|
-
import './chunk-
|
|
4
|
-
import './chunk-
|
|
5
|
-
import './chunk-
|
|
6
|
-
import './chunk-SYIJ5JO2.mjs';
|
|
1
|
+
import { EventDetailsIslandClient } from './chunk-BAWHZ5GM.mjs';
|
|
2
|
+
import './chunk-S4G65LGR.mjs';
|
|
3
|
+
import './chunk-MHBEWDT7.mjs';
|
|
4
|
+
import './chunk-H4MHEXYS.mjs';
|
|
5
|
+
import './chunk-6DVPO44G.mjs';
|
|
7
6
|
import './chunk-ZFHRN6W2.mjs';
|
|
8
|
-
import './chunk-
|
|
7
|
+
import './chunk-X7GVFB7Y.mjs';
|
|
9
8
|
import './chunk-3DCJ45Z2.mjs';
|
|
10
|
-
import './chunk-
|
|
9
|
+
import './chunk-WBQG7VJA.mjs';
|
|
11
10
|
import './chunk-SDIYSQAY.mjs';
|
|
12
|
-
import './chunk-
|
|
11
|
+
import './chunk-GOFO7HRH.mjs';
|
|
13
12
|
import { mountReactIsland } from './chunk-N7PBWBWQ.mjs';
|
|
14
|
-
import { defineIslandPropsDecoder } from './chunk-
|
|
15
|
-
import './chunk-
|
|
13
|
+
import { defineIslandPropsDecoder } from './chunk-DIRW2LNG.mjs';
|
|
14
|
+
import './chunk-LI2C6M5O.mjs';
|
|
16
15
|
import { jsx } from 'react/jsx-runtime';
|
|
17
16
|
|
|
18
17
|
var decode = defineIslandPropsDecoder("event-details");
|
|
@@ -1,19 +1,18 @@
|
|
|
1
|
-
import { EventListingClient } from './chunk-
|
|
2
|
-
import './chunk-
|
|
3
|
-
import './chunk-
|
|
4
|
-
import './chunk-
|
|
5
|
-
import './chunk-
|
|
6
|
-
import './chunk-SYIJ5JO2.mjs';
|
|
1
|
+
import { EventListingClient } from './chunk-BAWHZ5GM.mjs';
|
|
2
|
+
import './chunk-S4G65LGR.mjs';
|
|
3
|
+
import './chunk-MHBEWDT7.mjs';
|
|
4
|
+
import './chunk-H4MHEXYS.mjs';
|
|
5
|
+
import './chunk-6DVPO44G.mjs';
|
|
7
6
|
import './chunk-ZFHRN6W2.mjs';
|
|
8
7
|
import { buildRouteIslandApiConfig } from './chunk-L4J5Y62O.mjs';
|
|
9
|
-
import './chunk-
|
|
8
|
+
import './chunk-X7GVFB7Y.mjs';
|
|
10
9
|
import './chunk-3DCJ45Z2.mjs';
|
|
11
|
-
import './chunk-
|
|
10
|
+
import './chunk-WBQG7VJA.mjs';
|
|
12
11
|
import './chunk-SDIYSQAY.mjs';
|
|
13
|
-
import { BlockApiProvider } from './chunk-
|
|
12
|
+
import { BlockApiProvider } from './chunk-GOFO7HRH.mjs';
|
|
14
13
|
import { mountReactIsland } from './chunk-N7PBWBWQ.mjs';
|
|
15
|
-
import { defineIslandPropsDecoder } from './chunk-
|
|
16
|
-
import './chunk-
|
|
14
|
+
import { defineIslandPropsDecoder } from './chunk-DIRW2LNG.mjs';
|
|
15
|
+
import './chunk-LI2C6M5O.mjs';
|
|
17
16
|
import { jsx } from 'react/jsx-runtime';
|
|
18
17
|
|
|
19
18
|
var decode = defineIslandPropsDecoder("event-listing");
|
|
@@ -1,19 +1,18 @@
|
|
|
1
|
-
import { EventRegistrationIslandClient } from './chunk-
|
|
2
|
-
import './chunk-
|
|
3
|
-
import './chunk-
|
|
4
|
-
import './chunk-
|
|
5
|
-
import './chunk-
|
|
6
|
-
import './chunk-SYIJ5JO2.mjs';
|
|
1
|
+
import { EventRegistrationIslandClient } from './chunk-BAWHZ5GM.mjs';
|
|
2
|
+
import './chunk-S4G65LGR.mjs';
|
|
3
|
+
import './chunk-MHBEWDT7.mjs';
|
|
4
|
+
import './chunk-H4MHEXYS.mjs';
|
|
5
|
+
import './chunk-6DVPO44G.mjs';
|
|
7
6
|
import './chunk-ZFHRN6W2.mjs';
|
|
8
7
|
import { buildRouteIslandApiConfig } from './chunk-L4J5Y62O.mjs';
|
|
9
|
-
import './chunk-
|
|
8
|
+
import './chunk-X7GVFB7Y.mjs';
|
|
10
9
|
import './chunk-3DCJ45Z2.mjs';
|
|
11
|
-
import './chunk-
|
|
10
|
+
import './chunk-WBQG7VJA.mjs';
|
|
12
11
|
import './chunk-SDIYSQAY.mjs';
|
|
13
|
-
import { BlockApiProvider } from './chunk-
|
|
12
|
+
import { BlockApiProvider } from './chunk-GOFO7HRH.mjs';
|
|
14
13
|
import { mountReactIsland } from './chunk-N7PBWBWQ.mjs';
|
|
15
|
-
import { defineIslandPropsDecoder } from './chunk-
|
|
16
|
-
import './chunk-
|
|
14
|
+
import { defineIslandPropsDecoder } from './chunk-DIRW2LNG.mjs';
|
|
15
|
+
import './chunk-LI2C6M5O.mjs';
|
|
17
16
|
import { jsx } from 'react/jsx-runtime';
|
|
18
17
|
|
|
19
18
|
var decode = defineIslandPropsDecoder("event-registration");
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { isSpamProtectionEnabled, AltchaWidget, getChallengeUrl } from './chunk-SDIYSQAY.mjs';
|
|
3
|
-
import { BlockApiProvider, FeedbackMessage, useBlockApi } from './chunk-
|
|
3
|
+
import { BlockApiProvider, FeedbackMessage, useBlockApi } from './chunk-GOFO7HRH.mjs';
|
|
4
4
|
import { mountReactIsland } from './chunk-N7PBWBWQ.mjs';
|
|
5
|
-
import { defineIslandPropsDecoder, themeButtonClassName, assertNever11, err2, ok } from './chunk-
|
|
6
|
-
import { clsx_default } from './chunk-
|
|
5
|
+
import { defineIslandPropsDecoder, themeButtonClassName, assertNever11, err2, ok } from './chunk-DIRW2LNG.mjs';
|
|
6
|
+
import { clsx_default } from './chunk-LI2C6M5O.mjs';
|
|
7
7
|
import { useState, useReducer, useRef } from 'react';
|
|
8
8
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
9
9
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { useCommerceCart } from './chunk-
|
|
3
|
-
import { resolveDedicatedCheckoutPath, ModalShell } from './chunk-
|
|
4
|
-
import { defineIslandPropsDecoder, buildCartDisplay, themeButtonClassName } from './chunk-
|
|
5
|
-
import './chunk-
|
|
2
|
+
import { useCommerceCart } from './chunk-WCVK4MBJ.mjs';
|
|
3
|
+
import { resolveDedicatedCheckoutPath, ModalShell } from './chunk-WBQG7VJA.mjs';
|
|
4
|
+
import { defineIslandPropsDecoder, buildCartDisplay, themeButtonClassName } from './chunk-DIRW2LNG.mjs';
|
|
5
|
+
import './chunk-LI2C6M5O.mjs';
|
|
6
6
|
import * as React2 from 'react';
|
|
7
7
|
import { createPortal } from 'react-dom';
|
|
8
8
|
import { createRoot } from 'react-dom/client';
|