autumn-js 0.1.61 → 0.1.62
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/libraries/backend/better-auth.js +3 -2
- package/dist/libraries/backend/better-auth.mjs +6 -5
- package/dist/libraries/backend/convex.mjs +3 -3
- package/dist/libraries/backend/elysia.mjs +3 -3
- package/dist/libraries/backend/express.mjs +3 -3
- package/dist/libraries/backend/fastify.mjs +3 -3
- package/dist/libraries/backend/hono.mjs +3 -3
- package/dist/libraries/backend/index.mjs +3 -3
- package/dist/libraries/backend/next.mjs +3 -3
- package/dist/libraries/backend/react-router.mjs +3 -3
- package/dist/libraries/backend/remix_dep.mjs +3 -3
- package/dist/libraries/backend/routes/backendRouter.mjs +3 -3
- package/dist/libraries/backend/supabase.mjs +3 -3
- package/dist/libraries/backend/tanstack.mjs +3 -3
- package/dist/libraries/react/AutumnContext.mjs +4 -4
- package/dist/libraries/react/BaseAutumnProvider.mjs +6 -6
- package/dist/libraries/react/ReactAutumnProvider.mjs +7 -7
- package/dist/libraries/react/{chunk-7N75YTVM.mjs → chunk-2GEDBGON.mjs} +6 -6
- package/dist/libraries/react/{chunk-C3LUB2Q3.mjs → chunk-2LZIBRD4.mjs} +6 -6
- package/dist/libraries/react/{chunk-2ZZJUGBO.mjs → chunk-2OHJ6PS6.mjs} +10 -10
- package/dist/libraries/react/{chunk-EMHT2HX4.mjs → chunk-47KEC6LH.mjs} +8 -8
- package/dist/libraries/react/{chunk-Y626BPVN.mjs → chunk-4KLTPVNG.mjs} +9 -9
- package/dist/libraries/react/{chunk-MJF25D7E.mjs → chunk-4QVAJKUF.mjs} +32 -32
- package/dist/libraries/react/{chunk-3USIUUS3.mjs → chunk-55YYX6AR.mjs} +1 -1
- package/dist/libraries/react/{chunk-36POY2CM.mjs → chunk-5TLRC3ED.mjs} +4 -4
- package/dist/libraries/react/{chunk-IDOX5V46.mjs → chunk-6ADAHXOI.mjs} +1 -1
- package/dist/libraries/react/{chunk-3MJML3BG.mjs → chunk-7W6MNMN2.mjs} +1 -1
- package/dist/libraries/react/{chunk-AAOPTNAA.mjs → chunk-AHB5A4Y2.mjs} +2 -2
- package/dist/libraries/react/{chunk-BQ3TB6LH.mjs → chunk-AMBWOUTW.mjs} +452 -454
- package/dist/libraries/react/{chunk-ACRIHVEO.mjs → chunk-DXHYWJOY.mjs} +3 -3
- package/dist/libraries/react/{chunk-D7DCUX45.mjs → chunk-JCS53EPV.mjs} +1 -1
- package/dist/libraries/react/{chunk-IHMQB7NO.mjs → chunk-KHYDU3DA.mjs} +1 -1
- package/dist/libraries/react/{chunk-6I5DGTWH.mjs → chunk-QEWVBDWJ.mjs} +2 -2
- package/dist/libraries/react/{chunk-WA7QZHL5.mjs → chunk-SWSFJTEQ.mjs} +1 -1
- package/dist/libraries/react/{chunk-J3ZAU2WC.mjs → chunk-TLEA6GE7.mjs} +1 -1
- package/dist/libraries/react/{chunk-ZPG46FL3.mjs → chunk-TTE2HNTK.mjs} +3 -3
- package/dist/libraries/react/{chunk-3XUXFTD4.mjs → chunk-TUZTJYBB.mjs} +1 -1
- package/dist/libraries/react/{chunk-MK2IKDCA.mjs → chunk-UNPSUPQQ.mjs} +2 -2
- package/dist/libraries/react/{chunk-4YBMXETN.mjs → chunk-UUUCCU2M.mjs} +1 -1
- package/dist/libraries/react/{chunk-MYQHICWM.mjs → chunk-VB77RD2S.mjs} +1 -1
- package/dist/libraries/react/{chunk-CWQ4UVCS.mjs → chunk-YCHPTRJA.mjs} +13 -13
- package/dist/libraries/react/client/ReactAutumnClient.mjs +3 -3
- package/dist/libraries/react/components/checkout-dialog/checkout-dialog-synced.js +68 -68
- package/dist/libraries/react/components/checkout-dialog/checkout-dialog-synced.mjs +28 -28
- package/dist/libraries/react/components/paywall-dialog/paywall-dialog-synced.js +66 -66
- package/dist/libraries/react/components/paywall-dialog/paywall-dialog-synced.mjs +28 -28
- package/dist/libraries/react/components/pricing-table/pricing-table-synced.js +67 -67
- package/dist/libraries/react/components/pricing-table/pricing-table-synced.mjs +28 -28
- package/dist/libraries/react/components/ui/accordion.js +23 -23
- package/dist/libraries/react/components/ui/accordion.mjs +5 -5
- package/dist/libraries/react/components/ui/button.js +3 -3
- package/dist/libraries/react/components/ui/button.mjs +2 -2
- package/dist/libraries/react/components/ui/dialog.js +49 -49
- package/dist/libraries/react/components/ui/dialog.mjs +6 -6
- package/dist/libraries/react/components/ui/popover.js +47 -47
- package/dist/libraries/react/components/ui/popover.mjs +6 -6
- package/dist/libraries/react/components/ui/switch.js +12 -12
- package/dist/libraries/react/components/ui/switch.mjs +4 -4
- package/dist/libraries/react/hooks/useAggregateEvents.mjs +5 -5
- package/dist/libraries/react/hooks/useAnalytics.mjs +5 -5
- package/dist/libraries/react/hooks/useCustomer.mjs +6 -6
- package/dist/libraries/react/hooks/useCustomerBase.mjs +5 -5
- package/dist/libraries/react/hooks/useEntity.mjs +6 -6
- package/dist/libraries/react/hooks/useEntityBase.mjs +5 -5
- package/dist/libraries/react/hooks/useListEvents.mjs +5 -5
- package/dist/libraries/react/hooks/usePaywall.mjs +5 -5
- package/dist/libraries/react/hooks/usePricingTable.mjs +5 -5
- package/dist/libraries/react/index.js +67 -67
- package/dist/libraries/react/index.mjs +67 -67
- package/package.json +1 -1
- package/dist/libraries/backend/{chunk-E653AL66.mjs → chunk-KKZY2VGU.mjs} +6 -6
- package/dist/libraries/react/{chunk-JGDPX6X2.mjs → chunk-FVOKPIQG.mjs} +6 -6
|
@@ -1933,7 +1933,9 @@ var handleReq = async ({
|
|
|
1933
1933
|
url: options?.url,
|
|
1934
1934
|
secretKey: options?.secretKey
|
|
1935
1935
|
});
|
|
1936
|
-
const router = createRouterWithOptions({
|
|
1936
|
+
const router = createRouterWithOptions({
|
|
1937
|
+
suppressLogs: options?.suppressLogs
|
|
1938
|
+
});
|
|
1937
1939
|
let searchParams = {};
|
|
1938
1940
|
try {
|
|
1939
1941
|
const req = ctx.request;
|
|
@@ -2047,7 +2049,6 @@ var autumn = (options) => {
|
|
|
2047
2049
|
body: CheckoutParamsSchema2
|
|
2048
2050
|
},
|
|
2049
2051
|
async (ctx) => {
|
|
2050
|
-
console.log("Body: ", ctx.body);
|
|
2051
2052
|
return await handleReq({ ctx, options, method: "POST" });
|
|
2052
2053
|
}
|
|
2053
2054
|
),
|
|
@@ -8,12 +8,12 @@ import {
|
|
|
8
8
|
} from "./chunk-UNZHJTEY.mjs";
|
|
9
9
|
import {
|
|
10
10
|
createRouterWithOptions
|
|
11
|
-
} from "./chunk-
|
|
12
|
-
import "./chunk-EIQ677UF.mjs";
|
|
13
|
-
import "./chunk-CHVT6WMU.mjs";
|
|
11
|
+
} from "./chunk-KKZY2VGU.mjs";
|
|
14
12
|
import "./chunk-MMSKG4AT.mjs";
|
|
15
13
|
import "./chunk-C5O7XMAD.mjs";
|
|
16
14
|
import "./chunk-CR2NPL2F.mjs";
|
|
15
|
+
import "./chunk-EIQ677UF.mjs";
|
|
16
|
+
import "./chunk-CHVT6WMU.mjs";
|
|
17
17
|
import "./chunk-FREAOO7Q.mjs";
|
|
18
18
|
import {
|
|
19
19
|
Autumn,
|
|
@@ -222,7 +222,9 @@ var handleReq = async ({
|
|
|
222
222
|
url: options?.url,
|
|
223
223
|
secretKey: options?.secretKey
|
|
224
224
|
});
|
|
225
|
-
const router = createRouterWithOptions({
|
|
225
|
+
const router = createRouterWithOptions({
|
|
226
|
+
suppressLogs: options?.suppressLogs
|
|
227
|
+
});
|
|
226
228
|
let searchParams = {};
|
|
227
229
|
try {
|
|
228
230
|
const req = ctx.request;
|
|
@@ -336,7 +338,6 @@ var autumn = (options) => {
|
|
|
336
338
|
body: CheckoutParamsSchema
|
|
337
339
|
},
|
|
338
340
|
async (ctx) => {
|
|
339
|
-
console.log("Body: ", ctx.body);
|
|
340
341
|
return await handleReq({ ctx, options, method: "POST" });
|
|
341
342
|
}
|
|
342
343
|
),
|
|
@@ -3,12 +3,12 @@ import {
|
|
|
3
3
|
} from "./chunk-UNZHJTEY.mjs";
|
|
4
4
|
import {
|
|
5
5
|
createRouterWithOptions
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-EIQ677UF.mjs";
|
|
8
|
-
import "./chunk-CHVT6WMU.mjs";
|
|
6
|
+
} from "./chunk-KKZY2VGU.mjs";
|
|
9
7
|
import "./chunk-MMSKG4AT.mjs";
|
|
10
8
|
import "./chunk-C5O7XMAD.mjs";
|
|
11
9
|
import "./chunk-CR2NPL2F.mjs";
|
|
10
|
+
import "./chunk-EIQ677UF.mjs";
|
|
11
|
+
import "./chunk-CHVT6WMU.mjs";
|
|
12
12
|
import "./chunk-FREAOO7Q.mjs";
|
|
13
13
|
import {
|
|
14
14
|
Autumn
|
|
@@ -3,12 +3,12 @@ import {
|
|
|
3
3
|
} from "./chunk-UNZHJTEY.mjs";
|
|
4
4
|
import {
|
|
5
5
|
createRouterWithOptions
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-EIQ677UF.mjs";
|
|
8
|
-
import "./chunk-CHVT6WMU.mjs";
|
|
6
|
+
} from "./chunk-KKZY2VGU.mjs";
|
|
9
7
|
import "./chunk-MMSKG4AT.mjs";
|
|
10
8
|
import "./chunk-C5O7XMAD.mjs";
|
|
11
9
|
import "./chunk-CR2NPL2F.mjs";
|
|
10
|
+
import "./chunk-EIQ677UF.mjs";
|
|
11
|
+
import "./chunk-CHVT6WMU.mjs";
|
|
12
12
|
import {
|
|
13
13
|
toSnakeCase
|
|
14
14
|
} from "./chunk-FREAOO7Q.mjs";
|
|
@@ -3,12 +3,12 @@ import {
|
|
|
3
3
|
} from "./chunk-UNZHJTEY.mjs";
|
|
4
4
|
import {
|
|
5
5
|
createRouterWithOptions
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-EIQ677UF.mjs";
|
|
8
|
-
import "./chunk-CHVT6WMU.mjs";
|
|
6
|
+
} from "./chunk-KKZY2VGU.mjs";
|
|
9
7
|
import "./chunk-MMSKG4AT.mjs";
|
|
10
8
|
import "./chunk-C5O7XMAD.mjs";
|
|
11
9
|
import "./chunk-CR2NPL2F.mjs";
|
|
10
|
+
import "./chunk-EIQ677UF.mjs";
|
|
11
|
+
import "./chunk-CHVT6WMU.mjs";
|
|
12
12
|
import "./chunk-FREAOO7Q.mjs";
|
|
13
13
|
import {
|
|
14
14
|
Autumn
|
|
@@ -3,12 +3,12 @@ import {
|
|
|
3
3
|
} from "./chunk-UNZHJTEY.mjs";
|
|
4
4
|
import {
|
|
5
5
|
createRouterWithOptions
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-EIQ677UF.mjs";
|
|
8
|
-
import "./chunk-CHVT6WMU.mjs";
|
|
6
|
+
} from "./chunk-KKZY2VGU.mjs";
|
|
9
7
|
import "./chunk-MMSKG4AT.mjs";
|
|
10
8
|
import "./chunk-C5O7XMAD.mjs";
|
|
11
9
|
import "./chunk-CR2NPL2F.mjs";
|
|
10
|
+
import "./chunk-EIQ677UF.mjs";
|
|
11
|
+
import "./chunk-CHVT6WMU.mjs";
|
|
12
12
|
import "./chunk-FREAOO7Q.mjs";
|
|
13
13
|
import {
|
|
14
14
|
Autumn
|
|
@@ -3,12 +3,12 @@ import {
|
|
|
3
3
|
} from "./chunk-UNZHJTEY.mjs";
|
|
4
4
|
import {
|
|
5
5
|
createRouterWithOptions
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-EIQ677UF.mjs";
|
|
8
|
-
import "./chunk-CHVT6WMU.mjs";
|
|
6
|
+
} from "./chunk-KKZY2VGU.mjs";
|
|
9
7
|
import "./chunk-MMSKG4AT.mjs";
|
|
10
8
|
import "./chunk-C5O7XMAD.mjs";
|
|
11
9
|
import "./chunk-CR2NPL2F.mjs";
|
|
10
|
+
import "./chunk-EIQ677UF.mjs";
|
|
11
|
+
import "./chunk-CHVT6WMU.mjs";
|
|
12
12
|
import "./chunk-FREAOO7Q.mjs";
|
|
13
13
|
import {
|
|
14
14
|
Autumn
|
|
@@ -3,12 +3,12 @@ import {
|
|
|
3
3
|
} from "./chunk-UNZHJTEY.mjs";
|
|
4
4
|
import {
|
|
5
5
|
createRouterWithOptions
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-EIQ677UF.mjs";
|
|
8
|
-
import "./chunk-CHVT6WMU.mjs";
|
|
6
|
+
} from "./chunk-KKZY2VGU.mjs";
|
|
9
7
|
import "./chunk-MMSKG4AT.mjs";
|
|
10
8
|
import "./chunk-C5O7XMAD.mjs";
|
|
11
9
|
import "./chunk-CR2NPL2F.mjs";
|
|
10
|
+
import "./chunk-EIQ677UF.mjs";
|
|
11
|
+
import "./chunk-CHVT6WMU.mjs";
|
|
12
12
|
import "./chunk-FREAOO7Q.mjs";
|
|
13
13
|
import {
|
|
14
14
|
Autumn
|
|
@@ -3,12 +3,12 @@ import {
|
|
|
3
3
|
} from "./chunk-UNZHJTEY.mjs";
|
|
4
4
|
import {
|
|
5
5
|
createRouterWithOptions
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-EIQ677UF.mjs";
|
|
8
|
-
import "./chunk-CHVT6WMU.mjs";
|
|
6
|
+
} from "./chunk-KKZY2VGU.mjs";
|
|
9
7
|
import "./chunk-MMSKG4AT.mjs";
|
|
10
8
|
import "./chunk-C5O7XMAD.mjs";
|
|
11
9
|
import "./chunk-CR2NPL2F.mjs";
|
|
10
|
+
import "./chunk-EIQ677UF.mjs";
|
|
11
|
+
import "./chunk-CHVT6WMU.mjs";
|
|
12
12
|
import "./chunk-FREAOO7Q.mjs";
|
|
13
13
|
import {
|
|
14
14
|
Autumn
|
|
@@ -3,12 +3,12 @@ import {
|
|
|
3
3
|
} from "./chunk-UNZHJTEY.mjs";
|
|
4
4
|
import {
|
|
5
5
|
createRouterWithOptions
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-EIQ677UF.mjs";
|
|
8
|
-
import "./chunk-CHVT6WMU.mjs";
|
|
6
|
+
} from "./chunk-KKZY2VGU.mjs";
|
|
9
7
|
import "./chunk-MMSKG4AT.mjs";
|
|
10
8
|
import "./chunk-C5O7XMAD.mjs";
|
|
11
9
|
import "./chunk-CR2NPL2F.mjs";
|
|
10
|
+
import "./chunk-EIQ677UF.mjs";
|
|
11
|
+
import "./chunk-CHVT6WMU.mjs";
|
|
12
12
|
import "./chunk-FREAOO7Q.mjs";
|
|
13
13
|
import {
|
|
14
14
|
Autumn
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createRouterWithOptions
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-EIQ677UF.mjs";
|
|
5
|
-
import "./chunk-CHVT6WMU.mjs";
|
|
3
|
+
} from "./chunk-KKZY2VGU.mjs";
|
|
6
4
|
import "./chunk-MMSKG4AT.mjs";
|
|
7
5
|
import "./chunk-C5O7XMAD.mjs";
|
|
8
6
|
import "./chunk-CR2NPL2F.mjs";
|
|
7
|
+
import "./chunk-EIQ677UF.mjs";
|
|
8
|
+
import "./chunk-CHVT6WMU.mjs";
|
|
9
9
|
import "./chunk-FREAOO7Q.mjs";
|
|
10
10
|
import {
|
|
11
11
|
Autumn
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createRouterWithOptions
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-EIQ677UF.mjs";
|
|
5
|
-
import "../chunk-CHVT6WMU.mjs";
|
|
3
|
+
} from "../chunk-KKZY2VGU.mjs";
|
|
6
4
|
import "../chunk-MMSKG4AT.mjs";
|
|
7
5
|
import "../chunk-C5O7XMAD.mjs";
|
|
8
6
|
import "../chunk-CR2NPL2F.mjs";
|
|
7
|
+
import "../chunk-EIQ677UF.mjs";
|
|
8
|
+
import "../chunk-CHVT6WMU.mjs";
|
|
9
9
|
import "../chunk-FREAOO7Q.mjs";
|
|
10
10
|
import "../chunk-EGTNCWHG.mjs";
|
|
11
11
|
import "../chunk-SGEUXFOF.mjs";
|
|
@@ -3,12 +3,12 @@ import {
|
|
|
3
3
|
} from "./chunk-UNZHJTEY.mjs";
|
|
4
4
|
import {
|
|
5
5
|
createRouterWithOptions
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-EIQ677UF.mjs";
|
|
8
|
-
import "./chunk-CHVT6WMU.mjs";
|
|
6
|
+
} from "./chunk-KKZY2VGU.mjs";
|
|
9
7
|
import "./chunk-MMSKG4AT.mjs";
|
|
10
8
|
import "./chunk-C5O7XMAD.mjs";
|
|
11
9
|
import "./chunk-CR2NPL2F.mjs";
|
|
10
|
+
import "./chunk-EIQ677UF.mjs";
|
|
11
|
+
import "./chunk-CHVT6WMU.mjs";
|
|
12
12
|
import "./chunk-FREAOO7Q.mjs";
|
|
13
13
|
import {
|
|
14
14
|
Autumn
|
|
@@ -3,12 +3,12 @@ import {
|
|
|
3
3
|
} from "./chunk-UNZHJTEY.mjs";
|
|
4
4
|
import {
|
|
5
5
|
createRouterWithOptions
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-EIQ677UF.mjs";
|
|
8
|
-
import "./chunk-CHVT6WMU.mjs";
|
|
6
|
+
} from "./chunk-KKZY2VGU.mjs";
|
|
9
7
|
import "./chunk-MMSKG4AT.mjs";
|
|
10
8
|
import "./chunk-C5O7XMAD.mjs";
|
|
11
9
|
import "./chunk-CR2NPL2F.mjs";
|
|
10
|
+
import "./chunk-EIQ677UF.mjs";
|
|
11
|
+
import "./chunk-CHVT6WMU.mjs";
|
|
12
12
|
import "./chunk-FREAOO7Q.mjs";
|
|
13
13
|
import {
|
|
14
14
|
Autumn
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
import {
|
|
4
4
|
AutumnContext,
|
|
5
5
|
useAutumnContext
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-KHYDU3DA.mjs";
|
|
7
|
+
import "./chunk-FVOKPIQG.mjs";
|
|
8
|
+
import "./chunk-JVCOY7ZL.mjs";
|
|
9
|
+
import "./chunk-CIBQ4BJU.mjs";
|
|
8
10
|
import "./chunk-OYBOLAL5.mjs";
|
|
9
11
|
import "./chunk-6EXNYWJX.mjs";
|
|
10
12
|
import "./chunk-V575SGOW.mjs";
|
|
11
13
|
import "./chunk-SUENW2KS.mjs";
|
|
12
|
-
import "./chunk-JVCOY7ZL.mjs";
|
|
13
|
-
import "./chunk-CIBQ4BJU.mjs";
|
|
14
14
|
import "./chunk-ESF5JUVR.mjs";
|
|
15
15
|
import "./chunk-XDQLJ7QR.mjs";
|
|
16
16
|
import "./chunk-WFFVOEUG.mjs";
|
|
@@ -3,20 +3,20 @@
|
|
|
3
3
|
"use client";
|
|
4
4
|
import {
|
|
5
5
|
BaseAutumnProvider
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-TLEA6GE7.mjs";
|
|
7
7
|
import "./chunk-RFSQBGLO.mjs";
|
|
8
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-JCS53EPV.mjs";
|
|
9
9
|
import "./chunk-5YRCYEG5.mjs";
|
|
10
10
|
import "./chunk-6XHXGLPY.mjs";
|
|
11
11
|
import "./chunk-KHXGA6KQ.mjs";
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-KHYDU3DA.mjs";
|
|
13
|
+
import "./chunk-FVOKPIQG.mjs";
|
|
14
|
+
import "./chunk-JVCOY7ZL.mjs";
|
|
15
|
+
import "./chunk-CIBQ4BJU.mjs";
|
|
14
16
|
import "./chunk-OYBOLAL5.mjs";
|
|
15
17
|
import "./chunk-6EXNYWJX.mjs";
|
|
16
18
|
import "./chunk-V575SGOW.mjs";
|
|
17
19
|
import "./chunk-SUENW2KS.mjs";
|
|
18
|
-
import "./chunk-JVCOY7ZL.mjs";
|
|
19
|
-
import "./chunk-CIBQ4BJU.mjs";
|
|
20
20
|
import "./chunk-ESF5JUVR.mjs";
|
|
21
21
|
import "./chunk-XDQLJ7QR.mjs";
|
|
22
22
|
import "./chunk-WFFVOEUG.mjs";
|
|
@@ -2,22 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
import {
|
|
4
4
|
ReactAutumnProvider
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-TTE2HNTK.mjs";
|
|
6
|
+
import "./chunk-TLEA6GE7.mjs";
|
|
7
7
|
import "./chunk-RFSQBGLO.mjs";
|
|
8
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-JCS53EPV.mjs";
|
|
9
9
|
import "./chunk-5YRCYEG5.mjs";
|
|
10
10
|
import "./chunk-6XHXGLPY.mjs";
|
|
11
11
|
import "./chunk-KHXGA6KQ.mjs";
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-KHYDU3DA.mjs";
|
|
13
13
|
import "./chunk-BGK7UZ2I.mjs";
|
|
14
|
-
import "./chunk-
|
|
14
|
+
import "./chunk-FVOKPIQG.mjs";
|
|
15
|
+
import "./chunk-JVCOY7ZL.mjs";
|
|
16
|
+
import "./chunk-CIBQ4BJU.mjs";
|
|
15
17
|
import "./chunk-OYBOLAL5.mjs";
|
|
16
18
|
import "./chunk-6EXNYWJX.mjs";
|
|
17
19
|
import "./chunk-V575SGOW.mjs";
|
|
18
20
|
import "./chunk-SUENW2KS.mjs";
|
|
19
|
-
import "./chunk-JVCOY7ZL.mjs";
|
|
20
|
-
import "./chunk-CIBQ4BJU.mjs";
|
|
21
21
|
import "./chunk-ESF5JUVR.mjs";
|
|
22
22
|
import "./chunk-XDQLJ7QR.mjs";
|
|
23
23
|
import "./chunk-WFFVOEUG.mjs";
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
import {
|
|
4
4
|
createSlot
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-DXHYWJOY.mjs";
|
|
6
6
|
|
|
7
|
-
// ../node_modules/.pnpm/@radix-ui+react-context@1.1.2_@types+react@19.1.10_react@19.
|
|
7
|
+
// ../node_modules/.pnpm/@radix-ui+react-context@1.1.2_@types+react@19.1.10_react@19.1.1/node_modules/@radix-ui/react-context/dist/index.mjs
|
|
8
8
|
import * as React from "react";
|
|
9
9
|
import { jsx } from "react/jsx-runtime";
|
|
10
10
|
function createContext2(rootComponentName, defaultContext) {
|
|
@@ -91,15 +91,15 @@ function composeEventHandlers(originalEventHandler, ourEventHandler, { checkForD
|
|
|
91
91
|
};
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
-
// ../node_modules/.pnpm/@radix-ui+react-use-controllable-state@1.2.2_@types+react@19.1.10_react@19.
|
|
94
|
+
// ../node_modules/.pnpm/@radix-ui+react-use-controllable-state@1.2.2_@types+react@19.1.10_react@19.1.1/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs
|
|
95
95
|
import * as React3 from "react";
|
|
96
96
|
|
|
97
|
-
// ../node_modules/.pnpm/@radix-ui+react-use-layout-effect@1.1.1_@types+react@19.1.10_react@19.
|
|
97
|
+
// ../node_modules/.pnpm/@radix-ui+react-use-layout-effect@1.1.1_@types+react@19.1.10_react@19.1.1/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs
|
|
98
98
|
import * as React2 from "react";
|
|
99
99
|
var useLayoutEffect2 = globalThis?.document ? React2.useLayoutEffect : () => {
|
|
100
100
|
};
|
|
101
101
|
|
|
102
|
-
// ../node_modules/.pnpm/@radix-ui+react-use-controllable-state@1.2.2_@types+react@19.1.10_react@19.
|
|
102
|
+
// ../node_modules/.pnpm/@radix-ui+react-use-controllable-state@1.2.2_@types+react@19.1.10_react@19.1.1/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs
|
|
103
103
|
import * as React22 from "react";
|
|
104
104
|
var useInsertionEffect = React3[" useInsertionEffect ".trim().toString()] || useLayoutEffect2;
|
|
105
105
|
function useControllableState({
|
|
@@ -167,7 +167,7 @@ function isFunction(value) {
|
|
|
167
167
|
}
|
|
168
168
|
var SYNC_STATE = Symbol("RADIX:SYNC_STATE");
|
|
169
169
|
|
|
170
|
-
// ../node_modules/.pnpm/@radix-ui+react-primitive@2.1.3_@types+react-dom@19.
|
|
170
|
+
// ../node_modules/.pnpm/@radix-ui+react-primitive@2.1.3_@types+react-dom@19.1.9_@types+react@19.1.10__@types+react@19_xx37pthzbhildnk4zsozp4vigu/node_modules/@radix-ui/react-primitive/dist/index.mjs
|
|
171
171
|
import * as React4 from "react";
|
|
172
172
|
import * as ReactDOM from "react-dom";
|
|
173
173
|
import { jsx as jsx2 } from "react/jsx-runtime";
|
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
import {
|
|
4
4
|
useSize
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-QEWVBDWJ.mjs";
|
|
6
6
|
import {
|
|
7
7
|
Primitive,
|
|
8
8
|
composeEventHandlers,
|
|
9
9
|
createContextScope,
|
|
10
10
|
useControllableState
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-2GEDBGON.mjs";
|
|
12
12
|
import {
|
|
13
13
|
useComposedRefs
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-DXHYWJOY.mjs";
|
|
15
15
|
import {
|
|
16
16
|
cn
|
|
17
17
|
} from "./chunk-4J6OC4ZQ.mjs";
|
|
@@ -19,10 +19,10 @@ import {
|
|
|
19
19
|
// src/libraries/react/components/ui/switch.tsx
|
|
20
20
|
import * as React3 from "react";
|
|
21
21
|
|
|
22
|
-
// ../node_modules/.pnpm/@radix-ui+react-switch@1.2.5_@types+react-dom@19.
|
|
22
|
+
// ../node_modules/.pnpm/@radix-ui+react-switch@1.2.5_@types+react-dom@19.1.9_@types+react@19.1.10__@types+react@19.1._mh2w7rehnd5adfujfuln6l4w5m/node_modules/@radix-ui/react-switch/dist/index.mjs
|
|
23
23
|
import * as React2 from "react";
|
|
24
24
|
|
|
25
|
-
// ../node_modules/.pnpm/@radix-ui+react-use-previous@1.1.1_@types+react@19.1.10_react@19.
|
|
25
|
+
// ../node_modules/.pnpm/@radix-ui+react-use-previous@1.1.1_@types+react@19.1.10_react@19.1.1/node_modules/@radix-ui/react-use-previous/dist/index.mjs
|
|
26
26
|
import * as React from "react";
|
|
27
27
|
function usePrevious(value) {
|
|
28
28
|
const ref = React.useRef({ value, previous: value });
|
|
@@ -35,7 +35,7 @@ function usePrevious(value) {
|
|
|
35
35
|
}, [value]);
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
// ../node_modules/.pnpm/@radix-ui+react-switch@1.2.5_@types+react-dom@19.
|
|
38
|
+
// ../node_modules/.pnpm/@radix-ui+react-switch@1.2.5_@types+react-dom@19.1.9_@types+react@19.1.10__@types+react@19.1._mh2w7rehnd5adfujfuln6l4w5m/node_modules/@radix-ui/react-switch/dist/index.mjs
|
|
39
39
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
40
40
|
var SWITCH_NAME = "Switch";
|
|
41
41
|
var [createSwitchContext, createSwitchScope] = createContextScope(SWITCH_NAME);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.
|
|
4
|
+
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.1.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
|
|
5
5
|
import { forwardRef as forwardRef2, createElement as createElement2 } from "react";
|
|
6
6
|
|
|
7
|
-
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.
|
|
7
|
+
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.1.1/node_modules/lucide-react/dist/esm/shared/src/utils.js
|
|
8
8
|
var toKebabCase = (string) => string.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
|
|
9
9
|
var toCamelCase = (string) => string.replace(
|
|
10
10
|
/^([A-Z])|[\s-_]+(\w)/g,
|
|
@@ -25,10 +25,10 @@ var hasA11yProp = (props) => {
|
|
|
25
25
|
}
|
|
26
26
|
};
|
|
27
27
|
|
|
28
|
-
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.
|
|
28
|
+
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.1.1/node_modules/lucide-react/dist/esm/Icon.js
|
|
29
29
|
import { forwardRef, createElement } from "react";
|
|
30
30
|
|
|
31
|
-
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.
|
|
31
|
+
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.1.1/node_modules/lucide-react/dist/esm/defaultAttributes.js
|
|
32
32
|
var defaultAttributes = {
|
|
33
33
|
xmlns: "http://www.w3.org/2000/svg",
|
|
34
34
|
width: 24,
|
|
@@ -41,7 +41,7 @@ var defaultAttributes = {
|
|
|
41
41
|
strokeLinejoin: "round"
|
|
42
42
|
};
|
|
43
43
|
|
|
44
|
-
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.
|
|
44
|
+
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.1.1/node_modules/lucide-react/dist/esm/Icon.js
|
|
45
45
|
var Icon = forwardRef(
|
|
46
46
|
({
|
|
47
47
|
color = "currentColor",
|
|
@@ -72,7 +72,7 @@ var Icon = forwardRef(
|
|
|
72
72
|
)
|
|
73
73
|
);
|
|
74
74
|
|
|
75
|
-
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.
|
|
75
|
+
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.1.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
|
|
76
76
|
var createLucideIcon = (iconName, iconNode) => {
|
|
77
77
|
const Component = forwardRef2(
|
|
78
78
|
({ className, ...props }, ref) => createElement2(Icon, {
|
|
@@ -90,22 +90,22 @@ var createLucideIcon = (iconName, iconNode) => {
|
|
|
90
90
|
return Component;
|
|
91
91
|
};
|
|
92
92
|
|
|
93
|
-
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.
|
|
93
|
+
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.1.1/node_modules/lucide-react/dist/esm/icons/arrow-right.js
|
|
94
94
|
var __iconNode = [
|
|
95
95
|
["path", { d: "M5 12h14", key: "1ays0h" }],
|
|
96
96
|
["path", { d: "m12 5 7 7-7 7", key: "xquz4c" }]
|
|
97
97
|
];
|
|
98
98
|
var ArrowRight = createLucideIcon("arrow-right", __iconNode);
|
|
99
99
|
|
|
100
|
-
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.
|
|
100
|
+
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.1.1/node_modules/lucide-react/dist/esm/icons/chevron-down.js
|
|
101
101
|
var __iconNode2 = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]];
|
|
102
102
|
var ChevronDown = createLucideIcon("chevron-down", __iconNode2);
|
|
103
103
|
|
|
104
|
-
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.
|
|
104
|
+
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.1.1/node_modules/lucide-react/dist/esm/icons/loader-circle.js
|
|
105
105
|
var __iconNode3 = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]];
|
|
106
106
|
var LoaderCircle = createLucideIcon("loader-circle", __iconNode3);
|
|
107
107
|
|
|
108
|
-
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.
|
|
108
|
+
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.1.1/node_modules/lucide-react/dist/esm/icons/x.js
|
|
109
109
|
var __iconNode4 = [
|
|
110
110
|
["path", { d: "M18 6 6 18", key: "1bl5f8" }],
|
|
111
111
|
["path", { d: "m6 6 12 12", key: "d8bk6v" }]
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
|
|
3
|
+
import {
|
|
4
|
+
X
|
|
5
|
+
} from "./chunk-2OHJ6PS6.mjs";
|
|
3
6
|
import {
|
|
4
7
|
Combination_default,
|
|
5
8
|
DismissableLayer,
|
|
@@ -7,25 +10,22 @@ import {
|
|
|
7
10
|
Portal,
|
|
8
11
|
hideOthers,
|
|
9
12
|
useFocusGuards
|
|
10
|
-
} from "./chunk-
|
|
11
|
-
import {
|
|
12
|
-
X
|
|
13
|
-
} from "./chunk-2ZZJUGBO.mjs";
|
|
13
|
+
} from "./chunk-4QVAJKUF.mjs";
|
|
14
14
|
import {
|
|
15
15
|
Presence,
|
|
16
16
|
useId
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-5TLRC3ED.mjs";
|
|
18
18
|
import {
|
|
19
19
|
Primitive,
|
|
20
20
|
composeEventHandlers,
|
|
21
21
|
createContext2,
|
|
22
22
|
createContextScope,
|
|
23
23
|
useControllableState
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-2GEDBGON.mjs";
|
|
25
25
|
import {
|
|
26
26
|
createSlot,
|
|
27
27
|
useComposedRefs
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-DXHYWJOY.mjs";
|
|
29
29
|
import {
|
|
30
30
|
cn
|
|
31
31
|
} from "./chunk-4J6OC4ZQ.mjs";
|
|
@@ -33,7 +33,7 @@ import {
|
|
|
33
33
|
// src/libraries/react/components/ui/dialog.tsx
|
|
34
34
|
import * as React2 from "react";
|
|
35
35
|
|
|
36
|
-
// ../node_modules/.pnpm/@radix-ui+react-dialog@1.1.14_@types+react-dom@19.
|
|
36
|
+
// ../node_modules/.pnpm/@radix-ui+react-dialog@1.1.14_@types+react-dom@19.1.9_@types+react@19.1.10__@types+react@19.1_7xipnhxsrwjfttlgycirhttgoi/node_modules/@radix-ui/react-dialog/dist/index.mjs
|
|
37
37
|
import * as React from "react";
|
|
38
38
|
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
39
39
|
var DIALOG_NAME = "Dialog";
|
|
@@ -2,22 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
import {
|
|
4
4
|
ChevronDown
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-2OHJ6PS6.mjs";
|
|
6
6
|
import {
|
|
7
7
|
Presence,
|
|
8
8
|
useId
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-5TLRC3ED.mjs";
|
|
10
10
|
import {
|
|
11
11
|
Primitive,
|
|
12
12
|
composeEventHandlers,
|
|
13
13
|
createContextScope,
|
|
14
14
|
useControllableState,
|
|
15
15
|
useLayoutEffect2
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-2GEDBGON.mjs";
|
|
17
17
|
import {
|
|
18
18
|
createSlot,
|
|
19
19
|
useComposedRefs
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-DXHYWJOY.mjs";
|
|
21
21
|
import {
|
|
22
22
|
cn
|
|
23
23
|
} from "./chunk-4J6OC4ZQ.mjs";
|
|
@@ -25,10 +25,10 @@ import {
|
|
|
25
25
|
// src/libraries/react/components/ui/accordion.tsx
|
|
26
26
|
import * as React6 from "react";
|
|
27
27
|
|
|
28
|
-
// ../node_modules/.pnpm/@radix-ui+react-accordion@1.2.11_@types+react-dom@19.
|
|
28
|
+
// ../node_modules/.pnpm/@radix-ui+react-accordion@1.2.11_@types+react-dom@19.1.9_@types+react@19.1.10__@types+react@1_rikqbnzk4rayqkcryhydcdufbu/node_modules/@radix-ui/react-accordion/dist/index.mjs
|
|
29
29
|
import React5 from "react";
|
|
30
30
|
|
|
31
|
-
// ../node_modules/.pnpm/@radix-ui+react-collection@1.1.7_@types+react-dom@19.
|
|
31
|
+
// ../node_modules/.pnpm/@radix-ui+react-collection@1.1.7_@types+react-dom@19.1.9_@types+react@19.1.10__@types+react@1_fj4gprouy7cllhpzda3tfrvhzi/node_modules/@radix-ui/react-collection/dist/index.mjs
|
|
32
32
|
import React from "react";
|
|
33
33
|
import { jsx } from "react/jsx-runtime";
|
|
34
34
|
import React2 from "react";
|
|
@@ -96,7 +96,7 @@ function createCollection(name) {
|
|
|
96
96
|
];
|
|
97
97
|
}
|
|
98
98
|
|
|
99
|
-
// ../node_modules/.pnpm/@radix-ui+react-collapsible@1.1.11_@types+react-dom@19.
|
|
99
|
+
// ../node_modules/.pnpm/@radix-ui+react-collapsible@1.1.11_@types+react-dom@19.1.9_@types+react@19.1.10__@types+react_62ff4xakccgppayw3kaahenns4/node_modules/@radix-ui/react-collapsible/dist/index.mjs
|
|
100
100
|
import * as React3 from "react";
|
|
101
101
|
import { jsx as jsx3 } from "react/jsx-runtime";
|
|
102
102
|
var COLLAPSIBLE_NAME = "Collapsible";
|
|
@@ -232,7 +232,7 @@ var Root = Collapsible;
|
|
|
232
232
|
var Trigger = CollapsibleTrigger;
|
|
233
233
|
var Content = CollapsibleContent;
|
|
234
234
|
|
|
235
|
-
// ../node_modules/.pnpm/@radix-ui+react-direction@1.1.1_@types+react@19.1.10_react@19.
|
|
235
|
+
// ../node_modules/.pnpm/@radix-ui+react-direction@1.1.1_@types+react@19.1.10_react@19.1.1/node_modules/@radix-ui/react-direction/dist/index.mjs
|
|
236
236
|
import * as React4 from "react";
|
|
237
237
|
import { jsx as jsx4 } from "react/jsx-runtime";
|
|
238
238
|
var DirectionContext = React4.createContext(void 0);
|
|
@@ -241,7 +241,7 @@ function useDirection(localDir) {
|
|
|
241
241
|
return localDir || globalDir || "ltr";
|
|
242
242
|
}
|
|
243
243
|
|
|
244
|
-
// ../node_modules/.pnpm/@radix-ui+react-accordion@1.2.11_@types+react-dom@19.
|
|
244
|
+
// ../node_modules/.pnpm/@radix-ui+react-accordion@1.2.11_@types+react-dom@19.1.9_@types+react@19.1.10__@types+react@1_rikqbnzk4rayqkcryhydcdufbu/node_modules/@radix-ui/react-accordion/dist/index.mjs
|
|
245
245
|
import { jsx as jsx5 } from "react/jsx-runtime";
|
|
246
246
|
var ACCORDION_NAME = "Accordion";
|
|
247
247
|
var ACCORDION_KEYS = ["Home", "End", "ArrowDown", "ArrowUp", "ArrowLeft", "ArrowRight"];
|