@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
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
import { parseAspectRatioValue, parseColorTokenParts, toBookingTimeZone, formatBookingDate, toScheduledBookingDateTime, formatBookingTime, toScheduledBookingDateRange, formatBookingDateParts, formatEventPricing, ImagePresets, getBookingLocalDateKey, publicEventPricingType, formatCurrencyAmount, getCurrentResolveImageUrlContext, renderVideo, renderAudio, resolveMediaNodeResponsiveImage, MediaPlaceholder, computeMediaTransformStyle, rgbColorValue } from './chunk-LI2C6M5O.mjs';
|
|
1
|
+
import { parseAspectRatioValue, parseColorTokenParts, toBookingTimeZone, formatBookingDate, toScheduledBookingDateTime, formatBookingTime, toScheduledBookingDateRange, formatBookingDateParts, formatEventPricing, ImagePresets, getBookingLocalDateKey, publicEventPricingType, formatCurrencyAmount, getCurrentResolveImageUrlContext, renderVideo, renderAudio, resolveMediaNodeResponsiveImage, MediaPlaceholder, computeMediaTransformStyle, rgbColorValue } from './chunk-25W2EQUN.mjs';
|
|
3
2
|
import z2, { z } from 'zod';
|
|
4
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
5
|
-
import { createContext, forwardRef, useContext, createElement } from 'react';
|
|
3
|
+
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
6
4
|
|
|
7
5
|
// ../blocks/src/contracts/runtime.ts
|
|
8
6
|
function decodeSuccess(value) {
|
|
@@ -6176,172 +6174,275 @@ function pickReadableTextColor(background) {
|
|
|
6176
6174
|
return "rgb(var(--tb-onAccent, 255 255 255))";
|
|
6177
6175
|
}
|
|
6178
6176
|
}
|
|
6179
|
-
|
|
6180
|
-
|
|
6181
|
-
|
|
6182
|
-
|
|
6183
|
-
|
|
6184
|
-
|
|
6185
|
-
|
|
6186
|
-
|
|
6187
|
-
|
|
6188
|
-
|
|
6189
|
-
|
|
6190
|
-
/^([A-Z])|[\s-_]+(\w)/g,
|
|
6191
|
-
(match, p1, p2) => p2 ? p2.toUpperCase() : p1.toLowerCase()
|
|
6192
|
-
);
|
|
6193
|
-
|
|
6194
|
-
// ../../node_modules/.pnpm/lucide-react@1.21.0_react@19.2.7/node_modules/lucide-react/dist/esm/shared/src/utils/toPascalCase.mjs
|
|
6195
|
-
var toPascalCase = (string) => {
|
|
6196
|
-
const camelCase = toCamelCase(string);
|
|
6197
|
-
return camelCase.charAt(0).toUpperCase() + camelCase.slice(1);
|
|
6198
|
-
};
|
|
6199
|
-
|
|
6200
|
-
// ../../node_modules/.pnpm/lucide-react@1.21.0_react@19.2.7/node_modules/lucide-react/dist/esm/defaultAttributes.mjs
|
|
6201
|
-
var defaultAttributes = {
|
|
6202
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
6203
|
-
width: 24,
|
|
6204
|
-
height: 24,
|
|
6205
|
-
viewBox: "0 0 24 24",
|
|
6206
|
-
fill: "none",
|
|
6207
|
-
stroke: "currentColor",
|
|
6208
|
-
strokeWidth: 2,
|
|
6209
|
-
strokeLinecap: "round",
|
|
6210
|
-
strokeLinejoin: "round"
|
|
6211
|
-
};
|
|
6212
|
-
|
|
6213
|
-
// ../../node_modules/.pnpm/lucide-react@1.21.0_react@19.2.7/node_modules/lucide-react/dist/esm/shared/src/utils/hasA11yProp.mjs
|
|
6214
|
-
var hasA11yProp = (props) => {
|
|
6215
|
-
for (const prop in props) {
|
|
6216
|
-
if (prop.startsWith("aria-") || prop === "role" || prop === "title") {
|
|
6217
|
-
return true;
|
|
6218
|
-
}
|
|
6219
|
-
}
|
|
6220
|
-
return false;
|
|
6221
|
-
};
|
|
6222
|
-
var LucideContext = createContext({});
|
|
6223
|
-
var useLucideContext = () => useContext(LucideContext);
|
|
6224
|
-
|
|
6225
|
-
// ../../node_modules/.pnpm/lucide-react@1.21.0_react@19.2.7/node_modules/lucide-react/dist/esm/Icon.mjs
|
|
6226
|
-
var Icon = forwardRef(
|
|
6227
|
-
({ color, size, strokeWidth, absoluteStrokeWidth, className = "", children, iconNode, ...rest }, ref) => {
|
|
6228
|
-
const {
|
|
6229
|
-
size: contextSize = 24,
|
|
6230
|
-
strokeWidth: contextStrokeWidth = 2,
|
|
6231
|
-
absoluteStrokeWidth: contextAbsoluteStrokeWidth = false,
|
|
6232
|
-
color: contextColor = "currentColor",
|
|
6233
|
-
className: contextClass = ""
|
|
6234
|
-
} = useLucideContext() ?? {};
|
|
6235
|
-
const calculatedStrokeWidth = absoluteStrokeWidth ?? contextAbsoluteStrokeWidth ? Number(strokeWidth ?? contextStrokeWidth) * 24 / Number(size ?? contextSize) : strokeWidth ?? contextStrokeWidth;
|
|
6236
|
-
return createElement(
|
|
6237
|
-
"svg",
|
|
6238
|
-
{
|
|
6239
|
-
ref,
|
|
6240
|
-
...defaultAttributes,
|
|
6241
|
-
width: size ?? contextSize ?? defaultAttributes.width,
|
|
6242
|
-
height: size ?? contextSize ?? defaultAttributes.height,
|
|
6243
|
-
stroke: color ?? contextColor,
|
|
6244
|
-
strokeWidth: calculatedStrokeWidth,
|
|
6245
|
-
className: mergeClasses("lucide", contextClass, className),
|
|
6246
|
-
...!children && !hasA11yProp(rest) && { "aria-hidden": "true" },
|
|
6247
|
-
...rest
|
|
6248
|
-
},
|
|
6249
|
-
[
|
|
6250
|
-
...iconNode.map(([tag, attrs]) => createElement(tag, attrs)),
|
|
6251
|
-
...Array.isArray(children) ? children : [children]
|
|
6252
|
-
]
|
|
6253
|
-
);
|
|
6254
|
-
}
|
|
6255
|
-
);
|
|
6256
|
-
|
|
6257
|
-
// ../../node_modules/.pnpm/lucide-react@1.21.0_react@19.2.7/node_modules/lucide-react/dist/esm/createLucideIcon.mjs
|
|
6258
|
-
var createLucideIcon = (iconName, iconNode) => {
|
|
6259
|
-
const Component = forwardRef(
|
|
6260
|
-
({ className, ...props }, ref) => createElement(Icon, {
|
|
6261
|
-
ref,
|
|
6262
|
-
iconNode,
|
|
6263
|
-
className: mergeClasses(
|
|
6264
|
-
`lucide-${toKebabCase(toPascalCase(iconName))}`,
|
|
6265
|
-
`lucide-${iconName}`,
|
|
6266
|
-
className
|
|
6267
|
-
),
|
|
6268
|
-
...props
|
|
6269
|
-
})
|
|
6270
|
-
);
|
|
6271
|
-
Component.displayName = toPascalCase(iconName);
|
|
6272
|
-
return Component;
|
|
6273
|
-
};
|
|
6274
|
-
|
|
6275
|
-
// ../../node_modules/.pnpm/lucide-react@1.21.0_react@19.2.7/node_modules/lucide-react/dist/esm/icons/arrow-right.mjs
|
|
6276
|
-
var __iconNode = [
|
|
6277
|
-
["path", { d: "M5 12h14", key: "1ays0h" }],
|
|
6278
|
-
["path", { d: "m12 5 7 7-7 7", key: "xquz4c" }]
|
|
6279
|
-
];
|
|
6280
|
-
var ArrowRight = createLucideIcon("arrow-right", __iconNode);
|
|
6281
|
-
|
|
6282
|
-
// ../../node_modules/.pnpm/lucide-react@1.21.0_react@19.2.7/node_modules/lucide-react/dist/esm/icons/chevron-left.mjs
|
|
6283
|
-
var __iconNode2 = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]];
|
|
6284
|
-
var ChevronLeft = createLucideIcon("chevron-left", __iconNode2);
|
|
6285
|
-
|
|
6286
|
-
// ../../node_modules/.pnpm/lucide-react@1.21.0_react@19.2.7/node_modules/lucide-react/dist/esm/icons/chevron-right.mjs
|
|
6287
|
-
var __iconNode3 = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]];
|
|
6288
|
-
var ChevronRight = createLucideIcon("chevron-right", __iconNode3);
|
|
6289
|
-
|
|
6290
|
-
// ../../node_modules/.pnpm/lucide-react@1.21.0_react@19.2.7/node_modules/lucide-react/dist/esm/icons/clock.mjs
|
|
6291
|
-
var __iconNode4 = [
|
|
6292
|
-
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
6293
|
-
["path", { d: "M12 6v6l4 2", key: "mmk7yg" }]
|
|
6294
|
-
];
|
|
6295
|
-
var Clock = createLucideIcon("clock", __iconNode4);
|
|
6296
|
-
|
|
6297
|
-
// ../../node_modules/.pnpm/lucide-react@1.21.0_react@19.2.7/node_modules/lucide-react/dist/esm/icons/credit-card.mjs
|
|
6298
|
-
var __iconNode5 = [
|
|
6299
|
-
["rect", { width: "20", height: "14", x: "2", y: "5", rx: "2", key: "ynyp8z" }],
|
|
6300
|
-
["line", { x1: "2", x2: "22", y1: "10", y2: "10", key: "1b3vmo" }]
|
|
6301
|
-
];
|
|
6302
|
-
var CreditCard = createLucideIcon("credit-card", __iconNode5);
|
|
6303
|
-
|
|
6304
|
-
// ../../node_modules/.pnpm/lucide-react@1.21.0_react@19.2.7/node_modules/lucide-react/dist/esm/icons/sparkles.mjs
|
|
6305
|
-
var __iconNode6 = [
|
|
6306
|
-
[
|
|
6307
|
-
"path",
|
|
6308
|
-
{
|
|
6309
|
-
d: "M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z",
|
|
6310
|
-
key: "1s2grr"
|
|
6311
|
-
}
|
|
6312
|
-
],
|
|
6313
|
-
["path", { d: "M20 2v4", key: "1rf3ol" }],
|
|
6314
|
-
["path", { d: "M22 4h-4", key: "gwowj6" }],
|
|
6315
|
-
["circle", { cx: "4", cy: "20", r: "2", key: "6kqj1y" }]
|
|
6316
|
-
];
|
|
6317
|
-
var Sparkles = createLucideIcon("sparkles", __iconNode6);
|
|
6318
|
-
|
|
6319
|
-
// ../../node_modules/.pnpm/lucide-react@1.21.0_react@19.2.7/node_modules/lucide-react/dist/esm/icons/star.mjs
|
|
6320
|
-
var __iconNode7 = [
|
|
6321
|
-
[
|
|
6322
|
-
"path",
|
|
6323
|
-
{
|
|
6324
|
-
d: "M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z",
|
|
6325
|
-
key: "r04s7s"
|
|
6326
|
-
}
|
|
6327
|
-
]
|
|
6328
|
-
];
|
|
6329
|
-
var Star = createLucideIcon("star", __iconNode7);
|
|
6330
|
-
|
|
6331
|
-
// ../../node_modules/.pnpm/lucide-react@1.21.0_react@19.2.7/node_modules/lucide-react/dist/esm/icons/ticket.mjs
|
|
6332
|
-
var __iconNode8 = [
|
|
6333
|
-
[
|
|
6334
|
-
"path",
|
|
6177
|
+
function createIcon(displayName, children) {
|
|
6178
|
+
const Icon = ({
|
|
6179
|
+
size = "1em",
|
|
6180
|
+
strokeWidth = 2,
|
|
6181
|
+
title,
|
|
6182
|
+
className,
|
|
6183
|
+
focusable = false,
|
|
6184
|
+
role,
|
|
6185
|
+
...props
|
|
6186
|
+
}) => /* @__PURE__ */ jsxs(
|
|
6187
|
+
"svg",
|
|
6335
6188
|
{
|
|
6336
|
-
|
|
6337
|
-
|
|
6189
|
+
"aria-hidden": title ? void 0 : true,
|
|
6190
|
+
className,
|
|
6191
|
+
"data-rb-icon": displayName.replace(/Icon$/, ""),
|
|
6192
|
+
fill: "none",
|
|
6193
|
+
focusable,
|
|
6194
|
+
height: size,
|
|
6195
|
+
role: title ? role ?? "img" : role,
|
|
6196
|
+
stroke: "currentColor",
|
|
6197
|
+
strokeLinecap: "round",
|
|
6198
|
+
strokeLinejoin: "round",
|
|
6199
|
+
strokeWidth,
|
|
6200
|
+
viewBox: "0 0 24 24",
|
|
6201
|
+
width: size,
|
|
6202
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6203
|
+
...props,
|
|
6204
|
+
children: [
|
|
6205
|
+
title ? /* @__PURE__ */ jsx("title", { children: title }) : null,
|
|
6206
|
+
children
|
|
6207
|
+
]
|
|
6338
6208
|
}
|
|
6339
|
-
|
|
6340
|
-
|
|
6341
|
-
|
|
6342
|
-
|
|
6343
|
-
|
|
6344
|
-
|
|
6209
|
+
);
|
|
6210
|
+
Icon.displayName = displayName;
|
|
6211
|
+
return Icon;
|
|
6212
|
+
}
|
|
6213
|
+
createIcon("ArrowDownIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6214
|
+
/* @__PURE__ */ jsx("path", { d: "M12 5v14" }),
|
|
6215
|
+
/* @__PURE__ */ jsx("path", { d: "m6 13 6 6 6-6" })
|
|
6216
|
+
] }));
|
|
6217
|
+
createIcon("ArrowLeftIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6218
|
+
/* @__PURE__ */ jsx("path", { d: "M19 12H5" }),
|
|
6219
|
+
/* @__PURE__ */ jsx("path", { d: "m11 6-6 6 6 6" })
|
|
6220
|
+
] }));
|
|
6221
|
+
var ArrowRightIcon = createIcon("ArrowRightIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6222
|
+
/* @__PURE__ */ jsx("path", { d: "M5 12h14" }),
|
|
6223
|
+
/* @__PURE__ */ jsx("path", { d: "m13 6 6 6-6 6" })
|
|
6224
|
+
] }));
|
|
6225
|
+
createIcon("AwardIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6226
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "8", r: "4" }),
|
|
6227
|
+
/* @__PURE__ */ jsx("path", { d: "m8.5 12.5-1.5 7 5-3 5 3-1.5-7" })
|
|
6228
|
+
] }));
|
|
6229
|
+
createIcon("BadgeCheckIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6230
|
+
/* @__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" }),
|
|
6231
|
+
/* @__PURE__ */ jsx("path", { d: "m8.5 11.5 2.5 2.5 4.5-5" })
|
|
6232
|
+
] }));
|
|
6233
|
+
createIcon("BookOpenIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6234
|
+
/* @__PURE__ */ jsx("path", { d: "M4 5.5A3 3 0 0 1 7 4h13v15H7a3 3 0 0 0-3 1.5Z" }),
|
|
6235
|
+
/* @__PURE__ */ jsx("path", { d: "M4 5.5V20" }),
|
|
6236
|
+
/* @__PURE__ */ jsx("path", { d: "M12 4v15" })
|
|
6237
|
+
] }));
|
|
6238
|
+
createIcon("BrainIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6239
|
+
/* @__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" }),
|
|
6240
|
+
/* @__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" }),
|
|
6241
|
+
/* @__PURE__ */ jsx("path", { d: "M9 4v16" }),
|
|
6242
|
+
/* @__PURE__ */ jsx("path", { d: "M15 4v16" }),
|
|
6243
|
+
/* @__PURE__ */ jsx("path", { d: "M9 8h6" }),
|
|
6244
|
+
/* @__PURE__ */ jsx("path", { d: "M9 14h6" })
|
|
6245
|
+
] }));
|
|
6246
|
+
createIcon("BriefcaseBusinessIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6247
|
+
/* @__PURE__ */ jsx("path", { d: "M9 7V5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2" }),
|
|
6248
|
+
/* @__PURE__ */ jsx("rect", { x: "3", y: "7", width: "18", height: "13", rx: "2" }),
|
|
6249
|
+
/* @__PURE__ */ jsx("path", { d: "M3 12h18" }),
|
|
6250
|
+
/* @__PURE__ */ jsx("path", { d: "M9 12v2" }),
|
|
6251
|
+
/* @__PURE__ */ jsx("path", { d: "M15 12v2" })
|
|
6252
|
+
] }));
|
|
6253
|
+
createIcon("CalendarIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6254
|
+
/* @__PURE__ */ jsx("path", { d: "M8 3v4" }),
|
|
6255
|
+
/* @__PURE__ */ jsx("path", { d: "M16 3v4" }),
|
|
6256
|
+
/* @__PURE__ */ jsx("rect", { x: "4", y: "5", width: "16", height: "16", rx: "2" }),
|
|
6257
|
+
/* @__PURE__ */ jsx("path", { d: "M4 10h16" })
|
|
6258
|
+
] }));
|
|
6259
|
+
createIcon("CheckIcon", /* @__PURE__ */ jsx("path", { d: "m5 12 4 4L19 6" }));
|
|
6260
|
+
createIcon("ChevronDownIcon", /* @__PURE__ */ jsx("path", { d: "m6 9 6 6 6-6" }));
|
|
6261
|
+
createIcon("ChevronLeftIcon", /* @__PURE__ */ jsx("path", { d: "m15 18-6-6 6-6" }));
|
|
6262
|
+
createIcon("ChevronRightIcon", /* @__PURE__ */ jsx("path", { d: "m9 18 6-6-6-6" }));
|
|
6263
|
+
createIcon("ChevronUpIcon", /* @__PURE__ */ jsx("path", { d: "m18 15-6-6-6 6" }));
|
|
6264
|
+
createIcon("CircleMinusIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6265
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "9" }),
|
|
6266
|
+
/* @__PURE__ */ jsx("path", { d: "M8 12h8" })
|
|
6267
|
+
] }));
|
|
6268
|
+
createIcon("CirclePlusIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6269
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "9" }),
|
|
6270
|
+
/* @__PURE__ */ jsx("path", { d: "M8 12h8" }),
|
|
6271
|
+
/* @__PURE__ */ jsx("path", { d: "M12 8v8" })
|
|
6272
|
+
] }));
|
|
6273
|
+
var ClockIcon = createIcon("ClockIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6274
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "9" }),
|
|
6275
|
+
/* @__PURE__ */ jsx("path", { d: "M12 7v5l3 2" })
|
|
6276
|
+
] }));
|
|
6277
|
+
createIcon("CompassIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6278
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "9" }),
|
|
6279
|
+
/* @__PURE__ */ jsx("path", { d: "m15 9-2 6-4 2 2-6Z" })
|
|
6280
|
+
] }));
|
|
6281
|
+
createIcon("DownloadIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6282
|
+
/* @__PURE__ */ jsx("path", { d: "M12 3v12" }),
|
|
6283
|
+
/* @__PURE__ */ jsx("path", { d: "m7 10 5 5 5-5" }),
|
|
6284
|
+
/* @__PURE__ */ jsx("path", { d: "M5 21h14" })
|
|
6285
|
+
] }));
|
|
6286
|
+
createIcon("ExternalLinkIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6287
|
+
/* @__PURE__ */ jsx("path", { d: "M14 4h6v6" }),
|
|
6288
|
+
/* @__PURE__ */ jsx("path", { d: "m10 14 10-10" }),
|
|
6289
|
+
/* @__PURE__ */ jsx("path", { d: "M20 14v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h5" })
|
|
6290
|
+
] }));
|
|
6291
|
+
createIcon("FileArchiveIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6292
|
+
/* @__PURE__ */ jsx("path", { d: "M14 2H7a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7Z" }),
|
|
6293
|
+
/* @__PURE__ */ jsx("path", { d: "M14 2v5h5" }),
|
|
6294
|
+
/* @__PURE__ */ jsx("path", { d: "M10 7h2" }),
|
|
6295
|
+
/* @__PURE__ */ jsx("path", { d: "M10 11h2" }),
|
|
6296
|
+
/* @__PURE__ */ jsx("path", { d: "M10 15h4v4h-4Z" })
|
|
6297
|
+
] }));
|
|
6298
|
+
createIcon("FileAudioIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6299
|
+
/* @__PURE__ */ jsx("path", { d: "M14 2H7a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7Z" }),
|
|
6300
|
+
/* @__PURE__ */ jsx("path", { d: "M14 2v5h5" }),
|
|
6301
|
+
/* @__PURE__ */ jsx("path", { d: "M10 16V10l5-2v6" }),
|
|
6302
|
+
/* @__PURE__ */ jsx("circle", { cx: "9", cy: "17", r: "1.5" }),
|
|
6303
|
+
/* @__PURE__ */ jsx("circle", { cx: "15", cy: "15", r: "1.5" })
|
|
6304
|
+
] }));
|
|
6305
|
+
createIcon("FileSpreadsheetIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6306
|
+
/* @__PURE__ */ jsx("path", { d: "M14 2H7a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7Z" }),
|
|
6307
|
+
/* @__PURE__ */ jsx("path", { d: "M14 2v5h5" }),
|
|
6308
|
+
/* @__PURE__ */ jsx("path", { d: "M8 12h8" }),
|
|
6309
|
+
/* @__PURE__ */ jsx("path", { d: "M8 16h8" }),
|
|
6310
|
+
/* @__PURE__ */ jsx("path", { d: "M12 10v8" })
|
|
6311
|
+
] }));
|
|
6312
|
+
createIcon("FileTextIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6313
|
+
/* @__PURE__ */ jsx("path", { d: "M14 2H7a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7Z" }),
|
|
6314
|
+
/* @__PURE__ */ jsx("path", { d: "M14 2v5h5" }),
|
|
6315
|
+
/* @__PURE__ */ jsx("path", { d: "M9 13h6" }),
|
|
6316
|
+
/* @__PURE__ */ jsx("path", { d: "M9 17h6" })
|
|
6317
|
+
] }));
|
|
6318
|
+
createIcon("Flower2Icon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6319
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "2" }),
|
|
6320
|
+
/* @__PURE__ */ jsx("path", { d: "M12 10C8 4 16 4 12 10Z" }),
|
|
6321
|
+
/* @__PURE__ */ jsx("path", { d: "M14 12c6-4 6 4 0 0Z" }),
|
|
6322
|
+
/* @__PURE__ */ jsx("path", { d: "M12 14c4 6-4 6 0 0Z" }),
|
|
6323
|
+
/* @__PURE__ */ jsx("path", { d: "M10 12c-6 4-6-4 0 0Z" })
|
|
6324
|
+
] }));
|
|
6325
|
+
createIcon("GlobeIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6326
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "9" }),
|
|
6327
|
+
/* @__PURE__ */ jsx("path", { d: "M3 12h18" }),
|
|
6328
|
+
/* @__PURE__ */ jsx("path", { d: "M12 3a14 14 0 0 1 0 18" }),
|
|
6329
|
+
/* @__PURE__ */ jsx("path", { d: "M12 3a14 14 0 0 0 0 18" })
|
|
6330
|
+
] }));
|
|
6331
|
+
createIcon("GraduationCapIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6332
|
+
/* @__PURE__ */ jsx("path", { d: "m3 8 9-4 9 4-9 4Z" }),
|
|
6333
|
+
/* @__PURE__ */ jsx("path", { d: "M7 10v5c3 3 7 3 10 0v-5" }),
|
|
6334
|
+
/* @__PURE__ */ jsx("path", { d: "M21 8v6" })
|
|
6335
|
+
] }));
|
|
6336
|
+
createIcon("HandHeartIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6337
|
+
/* @__PURE__ */ jsx("path", { d: "M3 15h4l4 4h5l5-5" }),
|
|
6338
|
+
/* @__PURE__ */ jsx("path", { d: "M7 15l3-3h4a2 2 0 0 1 2 2" }),
|
|
6339
|
+
/* @__PURE__ */ jsx("path", { d: "M12 8c-2-2-5 1-2 4l2 2 2-2c3-3 0-6-2-4Z" })
|
|
6340
|
+
] }));
|
|
6341
|
+
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" }));
|
|
6342
|
+
createIcon("HeartHandshakeIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6343
|
+
/* @__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" }),
|
|
6344
|
+
/* @__PURE__ */ jsx("path", { d: "m8 12 2 2 2-2 2 2 2-2" })
|
|
6345
|
+
] }));
|
|
6346
|
+
createIcon("HomeIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6347
|
+
/* @__PURE__ */ jsx("path", { d: "m3 11 9-8 9 8" }),
|
|
6348
|
+
/* @__PURE__ */ jsx("path", { d: "M5 10v10h14V10" }),
|
|
6349
|
+
/* @__PURE__ */ jsx("path", { d: "M9 20v-6h6v6" })
|
|
6350
|
+
] }));
|
|
6351
|
+
createIcon("InfoIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6352
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "9" }),
|
|
6353
|
+
/* @__PURE__ */ jsx("path", { d: "M12 11v6" }),
|
|
6354
|
+
/* @__PURE__ */ jsx("path", { d: "M12 7h.01" })
|
|
6355
|
+
] }));
|
|
6356
|
+
createIcon("LeafIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6357
|
+
/* @__PURE__ */ jsx("path", { d: "M5 20C5 10 12 4 21 4c0 9-6 16-16 16Z" }),
|
|
6358
|
+
/* @__PURE__ */ jsx("path", { d: "M5 20c4-5 8-8 13-11" })
|
|
6359
|
+
] }));
|
|
6360
|
+
createIcon("LightbulbIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6361
|
+
/* @__PURE__ */ jsx("path", { d: "M9 18h6" }),
|
|
6362
|
+
/* @__PURE__ */ jsx("path", { d: "M10 22h4" }),
|
|
6363
|
+
/* @__PURE__ */ jsx("path", { d: "M8 14a6 6 0 1 1 8 0c-1 1-1 2-1 4H9c0-2 0-3-1-4Z" })
|
|
6364
|
+
] }));
|
|
6365
|
+
createIcon("LockIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6366
|
+
/* @__PURE__ */ jsx("rect", { x: "5", y: "10", width: "14", height: "10", rx: "2" }),
|
|
6367
|
+
/* @__PURE__ */ jsx("path", { d: "M8 10V7a4 4 0 0 1 8 0v3" })
|
|
6368
|
+
] }));
|
|
6369
|
+
createIcon("MailIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6370
|
+
/* @__PURE__ */ jsx("rect", { x: "3", y: "5", width: "18", height: "14", rx: "2" }),
|
|
6371
|
+
/* @__PURE__ */ jsx("path", { d: "m3 7 9 6 9-6" })
|
|
6372
|
+
] }));
|
|
6373
|
+
createIcon("MapPinIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6374
|
+
/* @__PURE__ */ jsx("path", { d: "M12 21s7-5 7-12a7 7 0 0 0-14 0c0 7 7 12 7 12Z" }),
|
|
6375
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "9", r: "2.5" })
|
|
6376
|
+
] }));
|
|
6377
|
+
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" }) }));
|
|
6378
|
+
createIcon("MinusIcon", /* @__PURE__ */ jsx("path", { d: "M5 12h14" }));
|
|
6379
|
+
createIcon("PackageIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6380
|
+
/* @__PURE__ */ jsx("path", { d: "m12 3 8 4.5v9L12 21l-8-4.5v-9Z" }),
|
|
6381
|
+
/* @__PURE__ */ jsx("path", { d: "M12 12 4 7.5" }),
|
|
6382
|
+
/* @__PURE__ */ jsx("path", { d: "m12 12 8-4.5" }),
|
|
6383
|
+
/* @__PURE__ */ jsx("path", { d: "M12 12v9" })
|
|
6384
|
+
] }));
|
|
6385
|
+
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" }) }));
|
|
6386
|
+
createIcon("PlayIcon", /* @__PURE__ */ jsx("path", { d: "m8 5 11 7-11 7Z" }));
|
|
6387
|
+
createIcon("PlusIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6388
|
+
/* @__PURE__ */ jsx("path", { d: "M12 5v14" }),
|
|
6389
|
+
/* @__PURE__ */ jsx("path", { d: "M5 12h14" })
|
|
6390
|
+
] }));
|
|
6391
|
+
createIcon("ShieldIcon", /* @__PURE__ */ jsx("path", { d: "M12 22s8-4 8-11V5l-8-3-8 3v6c0 7 8 11 8 11Z" }));
|
|
6392
|
+
createIcon("ShoppingBagIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6393
|
+
/* @__PURE__ */ jsx("path", { d: "M6 8h12l1 13H5Z" }),
|
|
6394
|
+
/* @__PURE__ */ jsx("path", { d: "M9 8a3 3 0 0 1 6 0" })
|
|
6395
|
+
] }));
|
|
6396
|
+
createIcon("ShoppingCartIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6397
|
+
/* @__PURE__ */ jsx("circle", { cx: "9", cy: "20", r: "1" }),
|
|
6398
|
+
/* @__PURE__ */ jsx("circle", { cx: "18", cy: "20", r: "1" }),
|
|
6399
|
+
/* @__PURE__ */ jsx("path", { d: "M2 3h3l3 12h10l3-8H7" })
|
|
6400
|
+
] }));
|
|
6401
|
+
createIcon("SmileIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6402
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "9" }),
|
|
6403
|
+
/* @__PURE__ */ jsx("path", { d: "M8 14s1.5 2 4 2 4-2 4-2" }),
|
|
6404
|
+
/* @__PURE__ */ jsx("path", { d: "M9 9h.01" }),
|
|
6405
|
+
/* @__PURE__ */ jsx("path", { d: "M15 9h.01" })
|
|
6406
|
+
] }));
|
|
6407
|
+
createIcon("SparklesIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6408
|
+
/* @__PURE__ */ jsx("path", { d: "m12 3 2 5 5 2-5 2-2 5-2-5-5-2 5-2Z" }),
|
|
6409
|
+
/* @__PURE__ */ jsx("path", { d: "m19 15 .8 2.2L22 18l-2.2.8L19 21l-.8-2.2L16 18l2.2-.8Z" })
|
|
6410
|
+
] }));
|
|
6411
|
+
createIcon("SproutIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6412
|
+
/* @__PURE__ */ jsx("path", { d: "M12 21V10" }),
|
|
6413
|
+
/* @__PURE__ */ jsx("path", { d: "M12 10C8 5 4 6 3 10c4 1 7 0 9 0Z" }),
|
|
6414
|
+
/* @__PURE__ */ jsx("path", { d: "M12 11c4-5 8-4 9 0-4 1-7 0-9 0Z" })
|
|
6415
|
+
] }));
|
|
6416
|
+
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" }));
|
|
6417
|
+
createIcon("TargetIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6418
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "9" }),
|
|
6419
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "5" }),
|
|
6420
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "1" })
|
|
6421
|
+
] }));
|
|
6422
|
+
createIcon("UploadIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6423
|
+
/* @__PURE__ */ jsx("path", { d: "M12 21V9" }),
|
|
6424
|
+
/* @__PURE__ */ jsx("path", { d: "m7 14 5-5 5 5" }),
|
|
6425
|
+
/* @__PURE__ */ jsx("path", { d: "M5 3h14" })
|
|
6426
|
+
] }));
|
|
6427
|
+
createIcon("UserRoundCheckIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6428
|
+
/* @__PURE__ */ jsx("circle", { cx: "10", cy: "8", r: "4" }),
|
|
6429
|
+
/* @__PURE__ */ jsx("path", { d: "M3 21a7 7 0 0 1 11.5-5.3" }),
|
|
6430
|
+
/* @__PURE__ */ jsx("path", { d: "m15 19 2 2 4-5" })
|
|
6431
|
+
] }));
|
|
6432
|
+
createIcon("UsersIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6433
|
+
/* @__PURE__ */ jsx("circle", { cx: "9", cy: "8", r: "4" }),
|
|
6434
|
+
/* @__PURE__ */ jsx("path", { d: "M2 21a7 7 0 0 1 14 0" }),
|
|
6435
|
+
/* @__PURE__ */ jsx("path", { d: "M17 11a4 4 0 0 0 0-7" }),
|
|
6436
|
+
/* @__PURE__ */ jsx("path", { d: "M22 21a7 7 0 0 0-5-6.7" })
|
|
6437
|
+
] }));
|
|
6438
|
+
createIcon("WrenchIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6439
|
+
/* @__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" }),
|
|
6440
|
+
/* @__PURE__ */ jsx("path", { d: "m15 5 4 4" })
|
|
6441
|
+
] }));
|
|
6442
|
+
createIcon("XIcon", /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6443
|
+
/* @__PURE__ */ jsx("path", { d: "M18 6 6 18" }),
|
|
6444
|
+
/* @__PURE__ */ jsx("path", { d: "m6 6 12 12" })
|
|
6445
|
+
] }));
|
|
6345
6446
|
var EventCompactRow = ({
|
|
6346
6447
|
event,
|
|
6347
6448
|
buttonVariant = "primary",
|
|
@@ -6374,13 +6475,13 @@ var EventCompactRow = ({
|
|
|
6374
6475
|
] }),
|
|
6375
6476
|
/* @__PURE__ */ jsxs("div", { className: "event-compact-row-action", children: [
|
|
6376
6477
|
/* @__PURE__ */ jsxs("span", { className: "event-compact-row-datetime", children: [
|
|
6377
|
-
/* @__PURE__ */ jsx(
|
|
6478
|
+
/* @__PURE__ */ jsx(ClockIcon, { "aria-hidden": "true" }),
|
|
6378
6479
|
formattedTime,
|
|
6379
6480
|
/* @__PURE__ */ jsx("span", { className: "event-compact-row-action-price", children: price })
|
|
6380
6481
|
] }),
|
|
6381
6482
|
cta.hidden ? /* @__PURE__ */ jsx("span", { className: "event-compact-row-status", children: cta.label }) : /* @__PURE__ */ jsxs("a", { href: cta.href, className: `${buttonClass} event-compact-row-cta`, children: [
|
|
6382
6483
|
/* @__PURE__ */ jsx("span", { children: cta.label }),
|
|
6383
|
-
/* @__PURE__ */ jsx(
|
|
6484
|
+
/* @__PURE__ */ jsx(ArrowRightIcon, { "aria-hidden": "true" })
|
|
6384
6485
|
] })
|
|
6385
6486
|
] })
|
|
6386
6487
|
] })
|
|
@@ -8761,32 +8862,5 @@ function defineIslandPropsDecoder(kind) {
|
|
|
8761
8862
|
throw new IslandPropsDecodeError(kind, result.issues);
|
|
8762
8863
|
};
|
|
8763
8864
|
}
|
|
8764
|
-
/*! Bundled license information:
|
|
8765
|
-
|
|
8766
|
-
lucide-react/dist/esm/shared/src/utils/mergeClasses.mjs:
|
|
8767
|
-
lucide-react/dist/esm/shared/src/utils/toKebabCase.mjs:
|
|
8768
|
-
lucide-react/dist/esm/shared/src/utils/toCamelCase.mjs:
|
|
8769
|
-
lucide-react/dist/esm/shared/src/utils/toPascalCase.mjs:
|
|
8770
|
-
lucide-react/dist/esm/defaultAttributes.mjs:
|
|
8771
|
-
lucide-react/dist/esm/shared/src/utils/hasA11yProp.mjs:
|
|
8772
|
-
lucide-react/dist/esm/context.mjs:
|
|
8773
|
-
lucide-react/dist/esm/Icon.mjs:
|
|
8774
|
-
lucide-react/dist/esm/createLucideIcon.mjs:
|
|
8775
|
-
lucide-react/dist/esm/icons/arrow-right.mjs:
|
|
8776
|
-
lucide-react/dist/esm/icons/chevron-left.mjs:
|
|
8777
|
-
lucide-react/dist/esm/icons/chevron-right.mjs:
|
|
8778
|
-
lucide-react/dist/esm/icons/clock.mjs:
|
|
8779
|
-
lucide-react/dist/esm/icons/credit-card.mjs:
|
|
8780
|
-
lucide-react/dist/esm/icons/sparkles.mjs:
|
|
8781
|
-
lucide-react/dist/esm/icons/star.mjs:
|
|
8782
|
-
lucide-react/dist/esm/icons/ticket.mjs:
|
|
8783
|
-
lucide-react/dist/esm/lucide-react.mjs:
|
|
8784
|
-
(**
|
|
8785
|
-
* @license lucide-react v1.21.0 - ISC
|
|
8786
|
-
*
|
|
8787
|
-
* This source code is licensed under the ISC license.
|
|
8788
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
8789
|
-
*)
|
|
8790
|
-
*/
|
|
8791
8865
|
|
|
8792
|
-
export { BOOKING_FORM_DATA_RESERVED_KEYS,
|
|
8866
|
+
export { BOOKING_FORM_DATA_RESERVED_KEYS, DateTimeTile, EMPTY_COMMERCE_CART_STATE, EmptyState, EventCard, EventCompactRow, MAX_EVENTS_PER_DAY, MONTH_NAMES, WIZARD_STEPS, addMonths, assertNever11, buildCalendarViewport, buildCartDisplay, buildEventCalendarListingRender, buildEventRuntimeFilters, buildPassCartItem, buildProductCardDisplay, buildProductCartItem, buildProductDetailDisplay, buildTimetableModel, clearWorkflowFeedback, createRichTextDocFromMarkdown, defineIslandPropsDecoder, deriveBookingFormViewState, deriveCommerceCheckoutState, err2, findEventByOccurrenceId, findPreSelectedEvent, formatBookingSubmissionPreparationError, formatCommercePrice, formatDate, formatDateKey, formatEventDateParts, formatEventPrice, formatEventPriceDisplay, formatEventTeacherLine, formatInterval, formatTime, getBookingRedirectStateFromLocation, getBookingSuccessMessage, getCardOrientation, getContainerClass, getEventAvailability, getEventRuntimeFiltersKey, getOrderedDayNames, getShopDisplayForItems, getStepNumber, getThreeMonthRange, getWizardStepsForContext, groupEventsByDate, isEventContentType, isRecord, isToday, logger, normalizeCsvIds, normalizeCsvString, normalizeEventBlockKind, normalizeOptionalId, ok, okWith2, parseStoredCommerceCartState, prepareBookingSubmission, productItemKey, reduceCommerceCart, reportWorkflowError, reportWorkflowSuccess, resolveAppointmentCheckoutVerificationState, resolveBookingPaymentStep, resolveBookingSiteId, resolveDefaultBookingServiceId, resolveDiscountContext, resolveEventRequiresPayment, resolveRegistrationTarget, resolveRuntimeEventPricing, shiftCalendarAnchorDate, themeButtonClassName, toRegistrationEvents, toSelectedCollectionOptionKind, unwrapRichTextRoot };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EMPTY_COMMERCE_CART_STATE, parseStoredCommerceCartState, reduceCommerceCart, buildPassCartItem } from './chunk-
|
|
1
|
+
import { EMPTY_COMMERCE_CART_STATE, parseStoredCommerceCartState, reduceCommerceCart, buildPassCartItem } from './chunk-UQFY4AHX.mjs';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
4
|
var EMPTY_STATE = EMPTY_COMMERCE_CART_STATE;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { addPassToCommerceCart, useCommerceCart } from './chunk-
|
|
3
|
-
import { CarouselNodeClient } from './chunk-
|
|
2
|
+
import { addPassToCommerceCart, useCommerceCart } from './chunk-VGLXACVK.mjs';
|
|
3
|
+
import { CarouselNodeClient } from './chunk-7DH35FGA.mjs';
|
|
4
4
|
import { useDiscountCodeUi } from './chunk-ZFHRN6W2.mjs';
|
|
5
5
|
import { buildRouteIslandApiConfig } from './chunk-L4J5Y62O.mjs';
|
|
6
|
-
import { createBodyThemePortalRoot, consumeSearchParams, scrollToBlock, TerminalPanel, StateIcon, CheckIcon, CrossIcon, ActionRow, DiscountCodeDisclosure, consumeSearchParam, buildCheckoutReturnUrls } from './chunk-
|
|
6
|
+
import { createBodyThemePortalRoot, consumeSearchParams, scrollToBlock, TerminalPanel, StateIcon, CheckIcon, CrossIcon, ActionRow, DiscountCodeDisclosure, consumeSearchParam, buildCheckoutReturnUrls } from './chunk-EY42X22F.mjs';
|
|
7
7
|
import { ModalShell, resolveDedicatedCheckoutPath } from './chunk-WBQG7VJA.mjs';
|
|
8
|
-
import { useBlockApi, FeedbackMessage, BlockApiProvider } from './chunk-
|
|
8
|
+
import { useBlockApi, FeedbackMessage, BlockApiProvider } from './chunk-STJ2NCQM.mjs';
|
|
9
9
|
import { mountReactIsland } from './chunk-N7PBWBWQ.mjs';
|
|
10
|
-
import { themeButtonClassName, formatCommercePrice, formatInterval, getShopDisplayForItems, deriveCommerceCheckoutState, buildProductDetailDisplay, productItemKey, buildProductCartItem, buildProductCardDisplay, assertNever11, reportWorkflowError, clearWorkflowFeedback, unwrapRichTextRoot, createRichTextDocFromMarkdown, isRecord } from './chunk-
|
|
11
|
-
import { assertNever, ok, err, getCurrentResolveImageUrlContext, resolveImageUrlWithContext, ImagePresets } from './chunk-
|
|
10
|
+
import { themeButtonClassName, formatCommercePrice, formatInterval, getShopDisplayForItems, deriveCommerceCheckoutState, buildProductDetailDisplay, productItemKey, buildProductCartItem, buildProductCardDisplay, assertNever11, reportWorkflowError, clearWorkflowFeedback, unwrapRichTextRoot, createRichTextDocFromMarkdown, isRecord } from './chunk-UQFY4AHX.mjs';
|
|
11
|
+
import { assertNever, ok, err, getCurrentResolveImageUrlContext, resolveImageUrlWithContext, ImagePresets } from './chunk-25W2EQUN.mjs';
|
|
12
12
|
import * as React3 from 'react';
|
|
13
13
|
import React3__default, { useState, useRef, useCallback, useEffect } from 'react';
|
|
14
14
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|