@riverbankcms/sdk 0.88.0 → 0.89.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/dist/{PreviewEditorSidebar-EVRS3C7T.mjs → PreviewEditorSidebar-JDR64FEC.mjs} +3 -3
- package/dist/{PreviewEditorUI-54WD4IGE.mjs → PreviewEditorUI-67TMJMAF.mjs} +3 -3
- package/dist/SdkPreviewModeRuntime-ZBEMRV7N.mjs +8 -0
- package/dist/_dts/api/src/accessAdmin.d.ts +7 -0
- package/dist/_dts/api/src/endpoints.d.ts +8 -0
- package/dist/_dts/api/src/index.d.ts +2 -2
- package/dist/_dts/api/src/siteManagementEndpoints.d.ts +5 -1
- package/dist/_dts/api/src/siteMembers.d.ts +6 -1
- package/dist/_dts/api/src/types.d.ts +1 -1
- package/dist/_dts/blocks/src/system/icons/cta.d.ts +3 -3
- package/dist/_dts/blocks/src/system/icons/index.d.ts +1 -0
- package/dist/_dts/blocks/src/system/icons/registry.d.ts +2 -2
- package/dist/_dts/blocks/src/system/icons/semantic.d.ts +3 -3
- package/dist/_dts/blocks/src/system/icons/svg.d.ts +72 -0
- package/dist/_dts/blocks/src/system/runtime/api/types.d.ts +1 -0
- package/dist/_dts/blocks/src/system/runtime/hooks/loadStateError.d.ts +1 -0
- package/dist/_dts/blocks/src/system/runtime/hooks/useAvailableDates.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/hooks/useAvailableDates.state.d.ts +55 -0
- package/dist/_dts/blocks/src/system/runtime/hooks/useAvailableSlots.state.d.ts +39 -0
- package/dist/_dts/blocks/src/system/runtime/hooks/useBookingFormConfig.d.ts +4 -27
- package/dist/_dts/blocks/src/system/runtime/hooks/useBookingFormConfig.state.d.ts +40 -0
- package/dist/_dts/blocks/src/system/runtime/hooks/useCalendarEvents.state.d.ts +20 -0
- package/dist/_dts/blocks/src/system/runtime/hooks/useEventFilters.state.d.ts +31 -0
- package/dist/_dts/blocks/src/system/runtime/hooks/useEventPagination.d.ts +3 -3
- package/dist/_dts/blocks/src/system/runtime/hooks/useEventPagination.state.d.ts +39 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventPaginatedListView.client.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/newsletter-form.client.state.d.ts +24 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/shared/MagicLinkForm.state.d.ts +24 -0
- package/dist/_dts/blocks/src/system/runtime/shared/useWaitlistClaim.state.d.ts +35 -0
- package/dist/_dts/content-model/src/entry-slots/types.d.ts +54 -0
- package/dist/_dts/core/src/branded.d.ts +7 -0
- package/dist/_dts/core/src/index.d.ts +1 -0
- package/dist/_dts/core/src/site-route-target.d.ts +40 -0
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +159 -2
- package/dist/_dts/media-core/src/fileDomain.d.ts +4 -0
- package/dist/_dts/sdk/src/client/runtimeCachePolicy.d.ts +160 -0
- package/dist/_dts/sdk/src/client/types.d.ts +26 -1
- package/dist/_dts/sdk/src/index.d.ts +3 -1
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
- package/dist/{chunk-YDMBIIS5.mjs → chunk-7N46MZHI.mjs} +1 -1
- package/dist/{chunk-7KOO7RPP.mjs → chunk-7YUAXONX.mjs} +1007 -353
- package/dist/{chunk-O4LVYUVH.mjs → chunk-F645A5UV.mjs} +18 -0
- package/dist/{chunk-ER4UIW4X.mjs → chunk-HKJQERFR.mjs} +7 -7
- package/dist/{chunk-K3JWH6HE.mjs → chunk-TGBJWKMP.mjs} +1 -1
- package/dist/{chunk-HVOBXA3Y.mjs → chunk-ZQRBLCW5.mjs} +2 -2
- package/dist/cli/index.mjs +668 -18
- package/dist/client/{accordion-PT5CGW5N.mjs → accordion-MUCVNGQ7.mjs} +2 -2
- package/dist/client/{bookingForm-2HLRTEYS.mjs → bookingForm-PKD6EFIE.mjs} +192 -76
- package/dist/client/bookings.mjs +436 -191
- package/dist/client/{carousel-Z2LKYSWA.mjs → carousel-3TKQSNJC.mjs} +4 -3
- package/dist/client/{cart-ND5IK4A6.mjs → cart-6XHSZK23.mjs} +8 -7
- package/dist/client/{checkout-EYUSGAY7.mjs → checkout-FVSPM6FI.mjs} +8 -7
- package/dist/client/chunk-6N7YRNYU.mjs +183 -0
- package/dist/client/{chunk-O5JNI3E4.mjs → chunk-7DH35FGA.mjs} +2 -2
- package/dist/client/{chunk-BAWHZ5GM.mjs → chunk-CQKKFEQD.mjs} +195 -61
- package/dist/client/{chunk-X7GVFB7Y.mjs → chunk-EY42X22F.mjs} +3 -3
- package/dist/client/{chunk-6DVPO44G.mjs → chunk-FHU6PFPM.mjs} +1 -1
- package/dist/client/{chunk-H4MHEXYS.mjs → chunk-LQFDYWPJ.mjs} +1 -1
- package/dist/client/{chunk-MHBEWDT7.mjs → chunk-RSQWWUAD.mjs} +122 -50
- package/dist/client/{chunk-GOFO7HRH.mjs → chunk-STJ2NCQM.mjs} +1 -1
- package/dist/client/{chunk-DIRW2LNG.mjs → chunk-UQFY4AHX.mjs} +272 -198
- package/dist/client/{chunk-WCVK4MBJ.mjs → chunk-VGLXACVK.mjs} +1 -1
- package/dist/client/{chunk-BL66UWGD.mjs → chunk-ZJZZA5EP.mjs} +6 -6
- package/dist/client/{chunk-S4G65LGR.mjs → chunk-ZT5XE7FK.mjs} +1 -1
- package/dist/client/client.mjs +3823 -3507
- package/dist/client/{courseRegistration-H3AZBUEG.mjs → courseRegistration-ATZSYDHM.mjs} +6 -6
- package/dist/client/{eventCalendar-FPKJGLGS.mjs → eventCalendar-6T2UGKKP.mjs} +10 -9
- package/dist/client/{eventCombined-QCGIZBUY.mjs → eventCombined-Q4VANXVF.mjs} +10 -9
- package/dist/client/{eventDetails-HIT3BJWU.mjs → eventDetails-DW37E7VW.mjs} +10 -9
- package/dist/client/{eventListing-R4HNWJDN.mjs → eventListing-XURTSAUW.mjs} +10 -9
- package/dist/client/{eventRegistration-Q7BYY5HF.mjs → eventRegistration-MRKEVAXW.mjs} +10 -9
- package/dist/client/{form-NI6YOG6S.mjs → form-WZZFFGMU.mjs} +3 -3
- package/dist/client/{headerSection-SDYGII36.mjs → headerSection-EQYVQBLM.mjs} +3 -3
- package/dist/client/hooks.mjs +18 -0
- package/dist/client/{locationMap-BDETEUQD.mjs → locationMap-MFF5VAZR.mjs} +3 -3
- package/dist/client/{newsletterForm-EKYIU67X.mjs → newsletterForm-JQ77UYIE.mjs} +60 -24
- package/dist/client/{productDetail-5UTGNN76.mjs → productDetail-25LMT3IZ.mjs} +8 -7
- package/dist/client/{productList-7YA5KXZQ.mjs → productList-5ABEMKUG.mjs} +8 -7
- package/dist/client/rendering/client.mjs +3266 -3528
- package/dist/client/rendering/islands.mjs +19 -19
- package/dist/client/rendering.mjs +3143 -3452
- package/dist/client/{shop-AIMUMZYC.mjs → shop-OMMQZ6YO.mjs} +8 -7
- package/dist/preview-next/before-render.mjs +18 -0
- package/dist/preview-next/client/runtime.mjs +5 -5
- package/dist/preview-next/middleware.mjs +18 -0
- package/dist/{sdk-runtime-NW472WNT.mjs → sdk-runtime-WNLBZ3ZH.mjs} +6 -6
- package/dist/server/components.mjs +1068 -1540
- package/dist/server/config-validation.mjs +18 -0
- package/dist/server/config.mjs +18 -0
- package/dist/server/data.mjs +18 -0
- package/dist/server/index.mjs +847 -261
- package/dist/server/next.mjs +1708 -1555
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +1068 -1540
- package/dist/server/rendering.mjs +1074 -1546
- package/dist/server/routing.mjs +314 -9
- package/dist/server/server.mjs +668 -25
- package/dist/server/theme-bridge.mjs +26 -0
- package/dist/styles/index.css +26 -0
- package/package.json +2 -1
- package/dist/SdkPreviewModeRuntime-ZALZDJEK.mjs +0 -8
- /package/dist/client/{chunk-LI2C6M5O.mjs → chunk-25W2EQUN.mjs} +0 -0
package/dist/server/routing.mjs
CHANGED
|
@@ -1837,6 +1837,24 @@ var init_endpoints = __esm({
|
|
|
1837
1837
|
auth: "user",
|
|
1838
1838
|
responseKind: "json"
|
|
1839
1839
|
},
|
|
1840
|
+
resendSiteInvitation: {
|
|
1841
|
+
path: "/sites/{siteId}/members/invitations/{invitationId}/resend",
|
|
1842
|
+
method: "POST",
|
|
1843
|
+
errors: [
|
|
1844
|
+
"auth:forbidden",
|
|
1845
|
+
"resource:not_found",
|
|
1846
|
+
"validation:invalid_input",
|
|
1847
|
+
"external:service_error",
|
|
1848
|
+
"server:internal_error"
|
|
1849
|
+
],
|
|
1850
|
+
tags: [
|
|
1851
|
+
"site-{siteId}",
|
|
1852
|
+
"site-members-{siteId}",
|
|
1853
|
+
"site-invite-{invitationId}"
|
|
1854
|
+
],
|
|
1855
|
+
auth: "user",
|
|
1856
|
+
responseKind: "json"
|
|
1857
|
+
},
|
|
1840
1858
|
transferSiteOwnership: {
|
|
1841
1859
|
path: "/sites/{siteId}/members/transfer-ownership",
|
|
1842
1860
|
method: "POST",
|
|
@@ -6980,6 +6998,13 @@ var init_stable_json = __esm({
|
|
|
6980
6998
|
}
|
|
6981
6999
|
});
|
|
6982
7000
|
|
|
7001
|
+
// ../core/src/site-route-target.ts
|
|
7002
|
+
var init_site_route_target = __esm({
|
|
7003
|
+
"../core/src/site-route-target.ts"() {
|
|
7004
|
+
"use strict";
|
|
7005
|
+
}
|
|
7006
|
+
});
|
|
7007
|
+
|
|
6983
7008
|
// ../core/src/index.ts
|
|
6984
7009
|
var init_src = __esm({
|
|
6985
7010
|
"../core/src/index.ts"() {
|
|
@@ -7027,6 +7052,7 @@ var init_src = __esm({
|
|
|
7027
7052
|
init_string();
|
|
7028
7053
|
init_uuid();
|
|
7029
7054
|
init_stable_json();
|
|
7055
|
+
init_site_route_target();
|
|
7030
7056
|
}
|
|
7031
7057
|
});
|
|
7032
7058
|
|
|
@@ -8756,6 +8782,284 @@ var init_ids = __esm({
|
|
|
8756
8782
|
}
|
|
8757
8783
|
});
|
|
8758
8784
|
|
|
8785
|
+
// ../blocks/src/system/icons/svg.tsx
|
|
8786
|
+
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
8787
|
+
function createIcon(displayName, children) {
|
|
8788
|
+
const Icon = ({
|
|
8789
|
+
size = "1em",
|
|
8790
|
+
strokeWidth = 2,
|
|
8791
|
+
title,
|
|
8792
|
+
className,
|
|
8793
|
+
focusable = false,
|
|
8794
|
+
role,
|
|
8795
|
+
...props2
|
|
8796
|
+
}) => /* @__PURE__ */ jsxs(
|
|
8797
|
+
"svg",
|
|
8798
|
+
{
|
|
8799
|
+
"aria-hidden": title ? void 0 : true,
|
|
8800
|
+
className,
|
|
8801
|
+
"data-rb-icon": displayName.replace(/Icon$/, ""),
|
|
8802
|
+
fill: "none",
|
|
8803
|
+
focusable,
|
|
8804
|
+
height: size,
|
|
8805
|
+
role: title ? role ?? "img" : role,
|
|
8806
|
+
stroke: "currentColor",
|
|
8807
|
+
strokeLinecap: "round",
|
|
8808
|
+
strokeLinejoin: "round",
|
|
8809
|
+
strokeWidth,
|
|
8810
|
+
viewBox: "0 0 24 24",
|
|
8811
|
+
width: size,
|
|
8812
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8813
|
+
...props2,
|
|
8814
|
+
children: [
|
|
8815
|
+
title ? /* @__PURE__ */ jsx("title", { children: title }) : null,
|
|
8816
|
+
children
|
|
8817
|
+
]
|
|
8818
|
+
}
|
|
8819
|
+
);
|
|
8820
|
+
Icon.displayName = displayName;
|
|
8821
|
+
return Icon;
|
|
8822
|
+
}
|
|
8823
|
+
var ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, AwardIcon, BadgeCheckIcon, BookOpenIcon, BrainIcon, BriefcaseBusinessIcon, CalendarIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CircleMinusIcon, CirclePlusIcon, ClockIcon, CompassIcon, DownloadIcon, ExternalLinkIcon, FileArchiveIcon, FileAudioIcon, FileSpreadsheetIcon, FileTextIcon, Flower2Icon, GlobeIcon, GraduationCapIcon, HandHeartIcon, HeartIcon, HeartHandshakeIcon, HomeIcon, InfoIcon, LeafIcon, LightbulbIcon, LockIcon, MailIcon, MapPinIcon, MessageCircleIcon, MinusIcon, PackageIcon, PhoneIcon, PlayIcon, PlusIcon, ShieldIcon, ShoppingBagIcon, ShoppingCartIcon, SmileIcon, SparklesIcon, SproutIcon, StarIcon, TargetIcon, UploadIcon, UserRoundCheckIcon, UsersIcon, WrenchIcon, XIcon;
|
|
8824
|
+
var init_svg = __esm({
|
|
8825
|
+
"../blocks/src/system/icons/svg.tsx"() {
|
|
8826
|
+
"use strict";
|
|
8827
|
+
ArrowDownIcon = createIcon("ArrowDownIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
8828
|
+
/* @__PURE__ */ jsx("path", { d: "M12 5v14" }),
|
|
8829
|
+
/* @__PURE__ */ jsx("path", { d: "m6 13 6 6 6-6" })
|
|
8830
|
+
] }));
|
|
8831
|
+
ArrowLeftIcon = createIcon("ArrowLeftIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
8832
|
+
/* @__PURE__ */ jsx("path", { d: "M19 12H5" }),
|
|
8833
|
+
/* @__PURE__ */ jsx("path", { d: "m11 6-6 6 6 6" })
|
|
8834
|
+
] }));
|
|
8835
|
+
ArrowRightIcon = createIcon("ArrowRightIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
8836
|
+
/* @__PURE__ */ jsx("path", { d: "M5 12h14" }),
|
|
8837
|
+
/* @__PURE__ */ jsx("path", { d: "m13 6 6 6-6 6" })
|
|
8838
|
+
] }));
|
|
8839
|
+
AwardIcon = createIcon("AwardIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
8840
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "8", r: "4" }),
|
|
8841
|
+
/* @__PURE__ */ jsx("path", { d: "m8.5 12.5-1.5 7 5-3 5 3-1.5-7" })
|
|
8842
|
+
] }));
|
|
8843
|
+
BadgeCheckIcon = createIcon("BadgeCheckIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
8844
|
+
/* @__PURE__ */ jsx("path", { d: "m8 3 4-1 4 1 3 3 1 4-1 4-3 3-4 1-4-1-3-3-1-4 1-4Z" }),
|
|
8845
|
+
/* @__PURE__ */ jsx("path", { d: "m8.5 11.5 2.5 2.5 4.5-5" })
|
|
8846
|
+
] }));
|
|
8847
|
+
BookOpenIcon = createIcon("BookOpenIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
8848
|
+
/* @__PURE__ */ jsx("path", { d: "M4 5.5A3 3 0 0 1 7 4h13v15H7a3 3 0 0 0-3 1.5Z" }),
|
|
8849
|
+
/* @__PURE__ */ jsx("path", { d: "M4 5.5V20" }),
|
|
8850
|
+
/* @__PURE__ */ jsx("path", { d: "M12 4v15" })
|
|
8851
|
+
] }));
|
|
8852
|
+
BrainIcon = createIcon("BrainIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
8853
|
+
/* @__PURE__ */ jsx("path", { d: "M9 4a4 4 0 0 0-4 4 4 4 0 0 0 0 8 4 4 0 0 0 4 4" }),
|
|
8854
|
+
/* @__PURE__ */ jsx("path", { d: "M15 4a4 4 0 0 1 4 4 4 4 0 0 1 0 8 4 4 0 0 1-4 4" }),
|
|
8855
|
+
/* @__PURE__ */ jsx("path", { d: "M9 4v16" }),
|
|
8856
|
+
/* @__PURE__ */ jsx("path", { d: "M15 4v16" }),
|
|
8857
|
+
/* @__PURE__ */ jsx("path", { d: "M9 8h6" }),
|
|
8858
|
+
/* @__PURE__ */ jsx("path", { d: "M9 14h6" })
|
|
8859
|
+
] }));
|
|
8860
|
+
BriefcaseBusinessIcon = createIcon("BriefcaseBusinessIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
8861
|
+
/* @__PURE__ */ jsx("path", { d: "M9 7V5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2" }),
|
|
8862
|
+
/* @__PURE__ */ jsx("rect", { x: "3", y: "7", width: "18", height: "13", rx: "2" }),
|
|
8863
|
+
/* @__PURE__ */ jsx("path", { d: "M3 12h18" }),
|
|
8864
|
+
/* @__PURE__ */ jsx("path", { d: "M9 12v2" }),
|
|
8865
|
+
/* @__PURE__ */ jsx("path", { d: "M15 12v2" })
|
|
8866
|
+
] }));
|
|
8867
|
+
CalendarIcon = createIcon("CalendarIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
8868
|
+
/* @__PURE__ */ jsx("path", { d: "M8 3v4" }),
|
|
8869
|
+
/* @__PURE__ */ jsx("path", { d: "M16 3v4" }),
|
|
8870
|
+
/* @__PURE__ */ jsx("rect", { x: "4", y: "5", width: "16", height: "16", rx: "2" }),
|
|
8871
|
+
/* @__PURE__ */ jsx("path", { d: "M4 10h16" })
|
|
8872
|
+
] }));
|
|
8873
|
+
CheckIcon = createIcon("CheckIcon", /* @__PURE__ */ jsx("path", { d: "m5 12 4 4L19 6" }));
|
|
8874
|
+
ChevronDownIcon = createIcon("ChevronDownIcon", /* @__PURE__ */ jsx("path", { d: "m6 9 6 6 6-6" }));
|
|
8875
|
+
ChevronLeftIcon = createIcon("ChevronLeftIcon", /* @__PURE__ */ jsx("path", { d: "m15 18-6-6 6-6" }));
|
|
8876
|
+
ChevronRightIcon = createIcon("ChevronRightIcon", /* @__PURE__ */ jsx("path", { d: "m9 18 6-6-6-6" }));
|
|
8877
|
+
ChevronUpIcon = createIcon("ChevronUpIcon", /* @__PURE__ */ jsx("path", { d: "m18 15-6-6-6 6" }));
|
|
8878
|
+
CircleMinusIcon = createIcon("CircleMinusIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
8879
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "9" }),
|
|
8880
|
+
/* @__PURE__ */ jsx("path", { d: "M8 12h8" })
|
|
8881
|
+
] }));
|
|
8882
|
+
CirclePlusIcon = createIcon("CirclePlusIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
8883
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "9" }),
|
|
8884
|
+
/* @__PURE__ */ jsx("path", { d: "M8 12h8" }),
|
|
8885
|
+
/* @__PURE__ */ jsx("path", { d: "M12 8v8" })
|
|
8886
|
+
] }));
|
|
8887
|
+
ClockIcon = createIcon("ClockIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
8888
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "9" }),
|
|
8889
|
+
/* @__PURE__ */ jsx("path", { d: "M12 7v5l3 2" })
|
|
8890
|
+
] }));
|
|
8891
|
+
CompassIcon = createIcon("CompassIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
8892
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "9" }),
|
|
8893
|
+
/* @__PURE__ */ jsx("path", { d: "m15 9-2 6-4 2 2-6Z" })
|
|
8894
|
+
] }));
|
|
8895
|
+
DownloadIcon = createIcon("DownloadIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
8896
|
+
/* @__PURE__ */ jsx("path", { d: "M12 3v12" }),
|
|
8897
|
+
/* @__PURE__ */ jsx("path", { d: "m7 10 5 5 5-5" }),
|
|
8898
|
+
/* @__PURE__ */ jsx("path", { d: "M5 21h14" })
|
|
8899
|
+
] }));
|
|
8900
|
+
ExternalLinkIcon = createIcon("ExternalLinkIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
8901
|
+
/* @__PURE__ */ jsx("path", { d: "M14 4h6v6" }),
|
|
8902
|
+
/* @__PURE__ */ jsx("path", { d: "m10 14 10-10" }),
|
|
8903
|
+
/* @__PURE__ */ jsx("path", { d: "M20 14v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h5" })
|
|
8904
|
+
] }));
|
|
8905
|
+
FileArchiveIcon = createIcon("FileArchiveIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
8906
|
+
/* @__PURE__ */ jsx("path", { d: "M14 2H7a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7Z" }),
|
|
8907
|
+
/* @__PURE__ */ jsx("path", { d: "M14 2v5h5" }),
|
|
8908
|
+
/* @__PURE__ */ jsx("path", { d: "M10 7h2" }),
|
|
8909
|
+
/* @__PURE__ */ jsx("path", { d: "M10 11h2" }),
|
|
8910
|
+
/* @__PURE__ */ jsx("path", { d: "M10 15h4v4h-4Z" })
|
|
8911
|
+
] }));
|
|
8912
|
+
FileAudioIcon = createIcon("FileAudioIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
8913
|
+
/* @__PURE__ */ jsx("path", { d: "M14 2H7a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7Z" }),
|
|
8914
|
+
/* @__PURE__ */ jsx("path", { d: "M14 2v5h5" }),
|
|
8915
|
+
/* @__PURE__ */ jsx("path", { d: "M10 16V10l5-2v6" }),
|
|
8916
|
+
/* @__PURE__ */ jsx("circle", { cx: "9", cy: "17", r: "1.5" }),
|
|
8917
|
+
/* @__PURE__ */ jsx("circle", { cx: "15", cy: "15", r: "1.5" })
|
|
8918
|
+
] }));
|
|
8919
|
+
FileSpreadsheetIcon = createIcon("FileSpreadsheetIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
8920
|
+
/* @__PURE__ */ jsx("path", { d: "M14 2H7a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7Z" }),
|
|
8921
|
+
/* @__PURE__ */ jsx("path", { d: "M14 2v5h5" }),
|
|
8922
|
+
/* @__PURE__ */ jsx("path", { d: "M8 12h8" }),
|
|
8923
|
+
/* @__PURE__ */ jsx("path", { d: "M8 16h8" }),
|
|
8924
|
+
/* @__PURE__ */ jsx("path", { d: "M12 10v8" })
|
|
8925
|
+
] }));
|
|
8926
|
+
FileTextIcon = createIcon("FileTextIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
8927
|
+
/* @__PURE__ */ jsx("path", { d: "M14 2H7a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7Z" }),
|
|
8928
|
+
/* @__PURE__ */ jsx("path", { d: "M14 2v5h5" }),
|
|
8929
|
+
/* @__PURE__ */ jsx("path", { d: "M9 13h6" }),
|
|
8930
|
+
/* @__PURE__ */ jsx("path", { d: "M9 17h6" })
|
|
8931
|
+
] }));
|
|
8932
|
+
Flower2Icon = createIcon("Flower2Icon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
8933
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "2" }),
|
|
8934
|
+
/* @__PURE__ */ jsx("path", { d: "M12 10C8 4 16 4 12 10Z" }),
|
|
8935
|
+
/* @__PURE__ */ jsx("path", { d: "M14 12c6-4 6 4 0 0Z" }),
|
|
8936
|
+
/* @__PURE__ */ jsx("path", { d: "M12 14c4 6-4 6 0 0Z" }),
|
|
8937
|
+
/* @__PURE__ */ jsx("path", { d: "M10 12c-6 4-6-4 0 0Z" })
|
|
8938
|
+
] }));
|
|
8939
|
+
GlobeIcon = createIcon("GlobeIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
8940
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "9" }),
|
|
8941
|
+
/* @__PURE__ */ jsx("path", { d: "M3 12h18" }),
|
|
8942
|
+
/* @__PURE__ */ jsx("path", { d: "M12 3a14 14 0 0 1 0 18" }),
|
|
8943
|
+
/* @__PURE__ */ jsx("path", { d: "M12 3a14 14 0 0 0 0 18" })
|
|
8944
|
+
] }));
|
|
8945
|
+
GraduationCapIcon = createIcon("GraduationCapIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
8946
|
+
/* @__PURE__ */ jsx("path", { d: "m3 8 9-4 9 4-9 4Z" }),
|
|
8947
|
+
/* @__PURE__ */ jsx("path", { d: "M7 10v5c3 3 7 3 10 0v-5" }),
|
|
8948
|
+
/* @__PURE__ */ jsx("path", { d: "M21 8v6" })
|
|
8949
|
+
] }));
|
|
8950
|
+
HandHeartIcon = createIcon("HandHeartIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
8951
|
+
/* @__PURE__ */ jsx("path", { d: "M3 15h4l4 4h5l5-5" }),
|
|
8952
|
+
/* @__PURE__ */ jsx("path", { d: "M7 15l3-3h4a2 2 0 0 1 2 2" }),
|
|
8953
|
+
/* @__PURE__ */ jsx("path", { d: "M12 8c-2-2-5 1-2 4l2 2 2-2c3-3 0-6-2-4Z" })
|
|
8954
|
+
] }));
|
|
8955
|
+
HeartIcon = createIcon("HeartIcon", /* @__PURE__ */ jsx("path", { d: "M12 21s-8-5-8-11a5 5 0 0 1 8-4 5 5 0 0 1 8 4c0 6-8 11-8 11Z" }));
|
|
8956
|
+
HeartHandshakeIcon = createIcon("HeartHandshakeIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
8957
|
+
/* @__PURE__ */ jsx("path", { d: "M12 21s-8-5-8-11a5 5 0 0 1 8-4 5 5 0 0 1 8 4c0 6-8 11-8 11Z" }),
|
|
8958
|
+
/* @__PURE__ */ jsx("path", { d: "m8 12 2 2 2-2 2 2 2-2" })
|
|
8959
|
+
] }));
|
|
8960
|
+
HomeIcon = createIcon("HomeIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
8961
|
+
/* @__PURE__ */ jsx("path", { d: "m3 11 9-8 9 8" }),
|
|
8962
|
+
/* @__PURE__ */ jsx("path", { d: "M5 10v10h14V10" }),
|
|
8963
|
+
/* @__PURE__ */ jsx("path", { d: "M9 20v-6h6v6" })
|
|
8964
|
+
] }));
|
|
8965
|
+
InfoIcon = createIcon("InfoIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
8966
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "9" }),
|
|
8967
|
+
/* @__PURE__ */ jsx("path", { d: "M12 11v6" }),
|
|
8968
|
+
/* @__PURE__ */ jsx("path", { d: "M12 7h.01" })
|
|
8969
|
+
] }));
|
|
8970
|
+
LeafIcon = createIcon("LeafIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
8971
|
+
/* @__PURE__ */ jsx("path", { d: "M5 20C5 10 12 4 21 4c0 9-6 16-16 16Z" }),
|
|
8972
|
+
/* @__PURE__ */ jsx("path", { d: "M5 20c4-5 8-8 13-11" })
|
|
8973
|
+
] }));
|
|
8974
|
+
LightbulbIcon = createIcon("LightbulbIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
8975
|
+
/* @__PURE__ */ jsx("path", { d: "M9 18h6" }),
|
|
8976
|
+
/* @__PURE__ */ jsx("path", { d: "M10 22h4" }),
|
|
8977
|
+
/* @__PURE__ */ jsx("path", { d: "M8 14a6 6 0 1 1 8 0c-1 1-1 2-1 4H9c0-2 0-3-1-4Z" })
|
|
8978
|
+
] }));
|
|
8979
|
+
LockIcon = createIcon("LockIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
8980
|
+
/* @__PURE__ */ jsx("rect", { x: "5", y: "10", width: "14", height: "10", rx: "2" }),
|
|
8981
|
+
/* @__PURE__ */ jsx("path", { d: "M8 10V7a4 4 0 0 1 8 0v3" })
|
|
8982
|
+
] }));
|
|
8983
|
+
MailIcon = createIcon("MailIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
8984
|
+
/* @__PURE__ */ jsx("rect", { x: "3", y: "5", width: "18", height: "14", rx: "2" }),
|
|
8985
|
+
/* @__PURE__ */ jsx("path", { d: "m3 7 9 6 9-6" })
|
|
8986
|
+
] }));
|
|
8987
|
+
MapPinIcon = createIcon("MapPinIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
8988
|
+
/* @__PURE__ */ jsx("path", { d: "M12 21s7-5 7-12a7 7 0 0 0-14 0c0 7 7 12 7 12Z" }),
|
|
8989
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "9", r: "2.5" })
|
|
8990
|
+
] }));
|
|
8991
|
+
MessageCircleIcon = createIcon("MessageCircleIcon", /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M21 11.5a8.5 8.5 0 0 1-12.6 7.4L3 20l1.1-5.3A8.5 8.5 0 1 1 21 11.5Z" }) }));
|
|
8992
|
+
MinusIcon = createIcon("MinusIcon", /* @__PURE__ */ jsx("path", { d: "M5 12h14" }));
|
|
8993
|
+
PackageIcon = createIcon("PackageIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
8994
|
+
/* @__PURE__ */ jsx("path", { d: "m12 3 8 4.5v9L12 21l-8-4.5v-9Z" }),
|
|
8995
|
+
/* @__PURE__ */ jsx("path", { d: "M12 12 4 7.5" }),
|
|
8996
|
+
/* @__PURE__ */ jsx("path", { d: "m12 12 8-4.5" }),
|
|
8997
|
+
/* @__PURE__ */ jsx("path", { d: "M12 12v9" })
|
|
8998
|
+
] }));
|
|
8999
|
+
PhoneIcon = createIcon("PhoneIcon", /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M22 16.9v3a2 2 0 0 1-2.2 2A19 19 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7l.4 2.5a2 2 0 0 1-.6 1.8L7.7 9.2a13 13 0 0 0 7.1 7.1l1.2-1.2a2 2 0 0 1 1.8-.6l2.5.4a2 2 0 0 1 1.7 2Z" }) }));
|
|
9000
|
+
PlayIcon = createIcon("PlayIcon", /* @__PURE__ */ jsx("path", { d: "m8 5 11 7-11 7Z" }));
|
|
9001
|
+
PlusIcon = createIcon("PlusIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
9002
|
+
/* @__PURE__ */ jsx("path", { d: "M12 5v14" }),
|
|
9003
|
+
/* @__PURE__ */ jsx("path", { d: "M5 12h14" })
|
|
9004
|
+
] }));
|
|
9005
|
+
ShieldIcon = createIcon("ShieldIcon", /* @__PURE__ */ jsx("path", { d: "M12 22s8-4 8-11V5l-8-3-8 3v6c0 7 8 11 8 11Z" }));
|
|
9006
|
+
ShoppingBagIcon = createIcon("ShoppingBagIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
9007
|
+
/* @__PURE__ */ jsx("path", { d: "M6 8h12l1 13H5Z" }),
|
|
9008
|
+
/* @__PURE__ */ jsx("path", { d: "M9 8a3 3 0 0 1 6 0" })
|
|
9009
|
+
] }));
|
|
9010
|
+
ShoppingCartIcon = createIcon("ShoppingCartIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
9011
|
+
/* @__PURE__ */ jsx("circle", { cx: "9", cy: "20", r: "1" }),
|
|
9012
|
+
/* @__PURE__ */ jsx("circle", { cx: "18", cy: "20", r: "1" }),
|
|
9013
|
+
/* @__PURE__ */ jsx("path", { d: "M2 3h3l3 12h10l3-8H7" })
|
|
9014
|
+
] }));
|
|
9015
|
+
SmileIcon = createIcon("SmileIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
9016
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "9" }),
|
|
9017
|
+
/* @__PURE__ */ jsx("path", { d: "M8 14s1.5 2 4 2 4-2 4-2" }),
|
|
9018
|
+
/* @__PURE__ */ jsx("path", { d: "M9 9h.01" }),
|
|
9019
|
+
/* @__PURE__ */ jsx("path", { d: "M15 9h.01" })
|
|
9020
|
+
] }));
|
|
9021
|
+
SparklesIcon = createIcon("SparklesIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
9022
|
+
/* @__PURE__ */ jsx("path", { d: "m12 3 2 5 5 2-5 2-2 5-2-5-5-2 5-2Z" }),
|
|
9023
|
+
/* @__PURE__ */ jsx("path", { d: "m19 15 .8 2.2L22 18l-2.2.8L19 21l-.8-2.2L16 18l2.2-.8Z" })
|
|
9024
|
+
] }));
|
|
9025
|
+
SproutIcon = createIcon("SproutIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
9026
|
+
/* @__PURE__ */ jsx("path", { d: "M12 21V10" }),
|
|
9027
|
+
/* @__PURE__ */ jsx("path", { d: "M12 10C8 5 4 6 3 10c4 1 7 0 9 0Z" }),
|
|
9028
|
+
/* @__PURE__ */ jsx("path", { d: "M12 11c4-5 8-4 9 0-4 1-7 0-9 0Z" })
|
|
9029
|
+
] }));
|
|
9030
|
+
StarIcon = createIcon("StarIcon", /* @__PURE__ */ jsx("path", { d: "m12 3 2.8 5.7 6.2.9-4.5 4.4 1.1 6.2L12 17.2 6.4 20.2 7.5 14 3 9.6l6.2-.9Z" }));
|
|
9031
|
+
TargetIcon = createIcon("TargetIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
9032
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "9" }),
|
|
9033
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "5" }),
|
|
9034
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "1" })
|
|
9035
|
+
] }));
|
|
9036
|
+
UploadIcon = createIcon("UploadIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
9037
|
+
/* @__PURE__ */ jsx("path", { d: "M12 21V9" }),
|
|
9038
|
+
/* @__PURE__ */ jsx("path", { d: "m7 14 5-5 5 5" }),
|
|
9039
|
+
/* @__PURE__ */ jsx("path", { d: "M5 3h14" })
|
|
9040
|
+
] }));
|
|
9041
|
+
UserRoundCheckIcon = createIcon("UserRoundCheckIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
9042
|
+
/* @__PURE__ */ jsx("circle", { cx: "10", cy: "8", r: "4" }),
|
|
9043
|
+
/* @__PURE__ */ jsx("path", { d: "M3 21a7 7 0 0 1 11.5-5.3" }),
|
|
9044
|
+
/* @__PURE__ */ jsx("path", { d: "m15 19 2 2 4-5" })
|
|
9045
|
+
] }));
|
|
9046
|
+
UsersIcon = createIcon("UsersIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
9047
|
+
/* @__PURE__ */ jsx("circle", { cx: "9", cy: "8", r: "4" }),
|
|
9048
|
+
/* @__PURE__ */ jsx("path", { d: "M2 21a7 7 0 0 1 14 0" }),
|
|
9049
|
+
/* @__PURE__ */ jsx("path", { d: "M17 11a4 4 0 0 0 0-7" }),
|
|
9050
|
+
/* @__PURE__ */ jsx("path", { d: "M22 21a7 7 0 0 0-5-6.7" })
|
|
9051
|
+
] }));
|
|
9052
|
+
WrenchIcon = createIcon("WrenchIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
9053
|
+
/* @__PURE__ */ jsx("path", { d: "M14.7 6.3A5 5 0 0 0 7 12.6L3.5 16a2.1 2.1 0 0 0 3 3L10 15.5A5 5 0 0 0 16.7 9Z" }),
|
|
9054
|
+
/* @__PURE__ */ jsx("path", { d: "m15 5 4 4" })
|
|
9055
|
+
] }));
|
|
9056
|
+
XIcon = createIcon("XIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
9057
|
+
/* @__PURE__ */ jsx("path", { d: "M18 6 6 18" }),
|
|
9058
|
+
/* @__PURE__ */ jsx("path", { d: "m6 6 12 12" })
|
|
9059
|
+
] }));
|
|
9060
|
+
}
|
|
9061
|
+
});
|
|
9062
|
+
|
|
8759
9063
|
// ../blocks/src/system/icons/semantic.ts
|
|
8760
9064
|
var featurePreset, SEMANTIC_ICON_DEFINITIONS, SEMANTIC_ICON_OPTIONS;
|
|
8761
9065
|
var init_semantic = __esm({
|
|
@@ -10569,7 +10873,7 @@ var init_expandPalette = __esm({
|
|
|
10569
10873
|
});
|
|
10570
10874
|
|
|
10571
10875
|
// ../theme-core/src/mock-themes/components/swatch.tsx
|
|
10572
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
10876
|
+
import { jsx as jsx2, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
10573
10877
|
var init_swatch = __esm({
|
|
10574
10878
|
"../theme-core/src/mock-themes/components/swatch.tsx"() {
|
|
10575
10879
|
"use strict";
|
|
@@ -10577,7 +10881,7 @@ var init_swatch = __esm({
|
|
|
10577
10881
|
});
|
|
10578
10882
|
|
|
10579
10883
|
// ../theme-core/src/mock-themes/components/PaletteCard.tsx
|
|
10580
|
-
import { jsx as
|
|
10884
|
+
import { jsx as jsx3, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
10581
10885
|
var init_PaletteCard = __esm({
|
|
10582
10886
|
"../theme-core/src/mock-themes/components/PaletteCard.tsx"() {
|
|
10583
10887
|
"use strict";
|
|
@@ -34307,7 +34611,7 @@ var init_clsx = __esm({
|
|
|
34307
34611
|
});
|
|
34308
34612
|
|
|
34309
34613
|
// ../blocks/src/system/runtime/nodes/media.tsx
|
|
34310
|
-
import { jsx as
|
|
34614
|
+
import { jsx as jsx4 } from "react/jsx-runtime";
|
|
34311
34615
|
function getValidSourceDimension(value) {
|
|
34312
34616
|
return typeof value === "number" && Number.isFinite(value) && value > 0 ? value : void 0;
|
|
34313
34617
|
}
|
|
@@ -42228,6 +42532,7 @@ var init_icons = __esm({
|
|
|
42228
42532
|
init_presets();
|
|
42229
42533
|
init_semantic();
|
|
42230
42534
|
init_registry6();
|
|
42535
|
+
init_svg();
|
|
42231
42536
|
init_value();
|
|
42232
42537
|
}
|
|
42233
42538
|
});
|
|
@@ -43848,7 +44153,7 @@ var init_buttons2 = __esm({
|
|
|
43848
44153
|
});
|
|
43849
44154
|
|
|
43850
44155
|
// ../blocks/src/primitives/content/components/Button.tsx
|
|
43851
|
-
import { jsx as
|
|
44156
|
+
import { jsx as jsx5 } from "react/jsx-runtime";
|
|
43852
44157
|
function createButton(spec) {
|
|
43853
44158
|
return function Button({
|
|
43854
44159
|
theme,
|
|
@@ -43857,7 +44162,7 @@ function createButton(spec) {
|
|
|
43857
44162
|
size = "md"
|
|
43858
44163
|
}) {
|
|
43859
44164
|
const res = resolveButton(spec, theme, { size });
|
|
43860
|
-
return /* @__PURE__ */
|
|
44165
|
+
return /* @__PURE__ */ jsx5("button", { className: `${res.className} ${className}`, style: res.style, children });
|
|
43861
44166
|
};
|
|
43862
44167
|
}
|
|
43863
44168
|
var PrimaryButton, SecondaryButton, GhostButton, LinkButton, CtaGradientButton, AccentButton;
|
|
@@ -43992,7 +44297,7 @@ var init_containerResponsiveThemeCss = __esm({
|
|
|
43992
44297
|
});
|
|
43993
44298
|
|
|
43994
44299
|
// ../theme-core/src/ThemeScopeCore.tsx
|
|
43995
|
-
import { jsx as
|
|
44300
|
+
import { jsx as jsx6, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
43996
44301
|
var init_ThemeScopeCore = __esm({
|
|
43997
44302
|
"../theme-core/src/ThemeScopeCore.tsx"() {
|
|
43998
44303
|
"use strict";
|
|
@@ -44010,7 +44315,7 @@ var init_themeScopeUtils = __esm({
|
|
|
44010
44315
|
});
|
|
44011
44316
|
|
|
44012
44317
|
// ../theme-core/src/ThemeScope.tsx
|
|
44013
|
-
import { jsx as
|
|
44318
|
+
import { jsx as jsx7 } from "react/jsx-runtime";
|
|
44014
44319
|
var init_ThemeScope = __esm({
|
|
44015
44320
|
"../theme-core/src/ThemeScope.tsx"() {
|
|
44016
44321
|
"use strict";
|
|
@@ -44030,7 +44335,7 @@ var init_types18 = __esm({
|
|
|
44030
44335
|
|
|
44031
44336
|
// ../theme-core/src/ThemeFontLoader.tsx
|
|
44032
44337
|
import * as React3 from "react";
|
|
44033
|
-
import { Fragment, jsx as
|
|
44338
|
+
import { Fragment as Fragment2, jsx as jsx8, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
44034
44339
|
var init_ThemeFontLoader = __esm({
|
|
44035
44340
|
"../theme-core/src/ThemeFontLoader.tsx"() {
|
|
44036
44341
|
"use strict";
|
|
@@ -44114,7 +44419,7 @@ var init_siteChromePlanning = __esm({
|
|
|
44114
44419
|
});
|
|
44115
44420
|
|
|
44116
44421
|
// ../theme-core/src/siteChrome.tsx
|
|
44117
|
-
import { Fragment as
|
|
44422
|
+
import { Fragment as Fragment3, jsx as jsx9, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
44118
44423
|
var init_siteChrome = __esm({
|
|
44119
44424
|
"../theme-core/src/siteChrome.tsx"() {
|
|
44120
44425
|
"use strict";
|