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
|
@@ -2837,10 +2837,10 @@ var ReactAutumnProvider = ({
|
|
|
2837
2837
|
return /* @__PURE__ */ jsx2(BaseAutumnProvider, { client, AutumnContext, children });
|
|
2838
2838
|
};
|
|
2839
2839
|
|
|
2840
|
-
// ../node_modules/.pnpm/@radix-ui+react-accordion@1.2.11_@types+react-dom@19.
|
|
2840
|
+
// ../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
|
|
2841
2841
|
import React12 from "react";
|
|
2842
2842
|
|
|
2843
|
-
// ../node_modules/.pnpm/@radix-ui+react-context@1.1.2_@types+react@19.1.10_react@19.
|
|
2843
|
+
// ../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
|
|
2844
2844
|
import * as React from "react";
|
|
2845
2845
|
import { jsx as jsx3 } from "react/jsx-runtime";
|
|
2846
2846
|
function createContext22(rootComponentName, defaultContext) {
|
|
@@ -2917,10 +2917,10 @@ function composeContextScopes(...scopes) {
|
|
|
2917
2917
|
return createScope;
|
|
2918
2918
|
}
|
|
2919
2919
|
|
|
2920
|
-
// ../node_modules/.pnpm/@radix-ui+react-collection@1.1.7_@types+react-dom@19.
|
|
2920
|
+
// ../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
|
|
2921
2921
|
import React4 from "react";
|
|
2922
2922
|
|
|
2923
|
-
// ../node_modules/.pnpm/@radix-ui+react-compose-refs@1.1.2_@types+react@19.1.10_react@19.
|
|
2923
|
+
// ../node_modules/.pnpm/@radix-ui+react-compose-refs@1.1.2_@types+react@19.1.10_react@19.1.1/node_modules/@radix-ui/react-compose-refs/dist/index.mjs
|
|
2924
2924
|
import * as React2 from "react";
|
|
2925
2925
|
function setRef(ref, value) {
|
|
2926
2926
|
if (typeof ref === "function") {
|
|
@@ -2957,7 +2957,7 @@ function useComposedRefs(...refs) {
|
|
|
2957
2957
|
return React2.useCallback(composeRefs(...refs), refs);
|
|
2958
2958
|
}
|
|
2959
2959
|
|
|
2960
|
-
// ../node_modules/.pnpm/@radix-ui+react-slot@1.2.3_@types+react@19.1.10_react@19.
|
|
2960
|
+
// ../node_modules/.pnpm/@radix-ui+react-slot@1.2.3_@types+react@19.1.10_react@19.1.1/node_modules/@radix-ui/react-slot/dist/index.mjs
|
|
2961
2961
|
import * as React3 from "react";
|
|
2962
2962
|
import { Fragment as Fragment2, jsx as jsx4 } from "react/jsx-runtime";
|
|
2963
2963
|
// @__NO_SIDE_EFFECTS__
|
|
@@ -3044,7 +3044,7 @@ function getElementRef(element) {
|
|
|
3044
3044
|
return element.props.ref || element.ref;
|
|
3045
3045
|
}
|
|
3046
3046
|
|
|
3047
|
-
// ../node_modules/.pnpm/@radix-ui+react-collection@1.1.7_@types+react-dom@19.
|
|
3047
|
+
// ../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
|
|
3048
3048
|
import { jsx as jsx5 } from "react/jsx-runtime";
|
|
3049
3049
|
import React22 from "react";
|
|
3050
3050
|
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
@@ -3121,15 +3121,15 @@ function composeEventHandlers(originalEventHandler, ourEventHandler, { checkForD
|
|
|
3121
3121
|
};
|
|
3122
3122
|
}
|
|
3123
3123
|
|
|
3124
|
-
// ../node_modules/.pnpm/@radix-ui+react-use-controllable-state@1.2.2_@types+react@19.1.10_react@19.
|
|
3124
|
+
// ../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
|
|
3125
3125
|
import * as React6 from "react";
|
|
3126
3126
|
|
|
3127
|
-
// ../node_modules/.pnpm/@radix-ui+react-use-layout-effect@1.1.1_@types+react@19.1.10_react@19.
|
|
3127
|
+
// ../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
|
|
3128
3128
|
import * as React5 from "react";
|
|
3129
3129
|
var useLayoutEffect2 = globalThis?.document ? React5.useLayoutEffect : () => {
|
|
3130
3130
|
};
|
|
3131
3131
|
|
|
3132
|
-
// ../node_modules/.pnpm/@radix-ui+react-use-controllable-state@1.2.2_@types+react@19.1.10_react@19.
|
|
3132
|
+
// ../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
|
|
3133
3133
|
import * as React23 from "react";
|
|
3134
3134
|
var useInsertionEffect = React6[" useInsertionEffect ".trim().toString()] || useLayoutEffect2;
|
|
3135
3135
|
function useControllableState({
|
|
@@ -3197,7 +3197,7 @@ function isFunction(value) {
|
|
|
3197
3197
|
}
|
|
3198
3198
|
var SYNC_STATE = Symbol("RADIX:SYNC_STATE");
|
|
3199
3199
|
|
|
3200
|
-
// ../node_modules/.pnpm/@radix-ui+react-primitive@2.1.3_@types+react-dom@19.
|
|
3200
|
+
// ../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
|
|
3201
3201
|
import * as React7 from "react";
|
|
3202
3202
|
import * as ReactDOM from "react-dom";
|
|
3203
3203
|
import { jsx as jsx6 } from "react/jsx-runtime";
|
|
@@ -3237,10 +3237,10 @@ function dispatchDiscreteCustomEvent(target, event) {
|
|
|
3237
3237
|
if (target) ReactDOM.flushSync(() => target.dispatchEvent(event));
|
|
3238
3238
|
}
|
|
3239
3239
|
|
|
3240
|
-
// ../node_modules/.pnpm/@radix-ui+react-collapsible@1.1.11_@types+react-dom@19.
|
|
3240
|
+
// ../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
|
|
3241
3241
|
import * as React10 from "react";
|
|
3242
3242
|
|
|
3243
|
-
// ../node_modules/.pnpm/@radix-ui+react-presence@1.1.4_@types+react-dom@19.
|
|
3243
|
+
// ../node_modules/.pnpm/@radix-ui+react-presence@1.1.4_@types+react-dom@19.1.9_@types+react@19.1.10__@types+react@19._m54kvncv6il6p2flbkd4qzvije/node_modules/@radix-ui/react-presence/dist/index.mjs
|
|
3244
3244
|
import * as React24 from "react";
|
|
3245
3245
|
import * as React8 from "react";
|
|
3246
3246
|
function useStateMachine(initialState, machine) {
|
|
@@ -3366,7 +3366,7 @@ function getElementRef2(element) {
|
|
|
3366
3366
|
return element.props.ref || element.ref;
|
|
3367
3367
|
}
|
|
3368
3368
|
|
|
3369
|
-
// ../node_modules/.pnpm/@radix-ui+react-id@1.1.1_@types+react@19.1.10_react@19.
|
|
3369
|
+
// ../node_modules/.pnpm/@radix-ui+react-id@1.1.1_@types+react@19.1.10_react@19.1.1/node_modules/@radix-ui/react-id/dist/index.mjs
|
|
3370
3370
|
import * as React9 from "react";
|
|
3371
3371
|
var useReactId = React9[" useId ".trim().toString()] || (() => void 0);
|
|
3372
3372
|
var count = 0;
|
|
@@ -3378,7 +3378,7 @@ function useId(deterministicId) {
|
|
|
3378
3378
|
return deterministicId || (id ? `radix-${id}` : "");
|
|
3379
3379
|
}
|
|
3380
3380
|
|
|
3381
|
-
// ../node_modules/.pnpm/@radix-ui+react-collapsible@1.1.11_@types+react-dom@19.
|
|
3381
|
+
// ../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
|
|
3382
3382
|
import { jsx as jsx7 } from "react/jsx-runtime";
|
|
3383
3383
|
var COLLAPSIBLE_NAME = "Collapsible";
|
|
3384
3384
|
var [createCollapsibleContext, createCollapsibleScope] = createContextScope(COLLAPSIBLE_NAME);
|
|
@@ -3513,7 +3513,7 @@ var Root = Collapsible;
|
|
|
3513
3513
|
var Trigger = CollapsibleTrigger;
|
|
3514
3514
|
var Content = CollapsibleContent;
|
|
3515
3515
|
|
|
3516
|
-
// ../node_modules/.pnpm/@radix-ui+react-direction@1.1.1_@types+react@19.1.10_react@19.
|
|
3516
|
+
// ../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
|
|
3517
3517
|
import * as React11 from "react";
|
|
3518
3518
|
import { jsx as jsx8 } from "react/jsx-runtime";
|
|
3519
3519
|
var DirectionContext = React11.createContext(void 0);
|
|
@@ -3522,7 +3522,7 @@ function useDirection(localDir) {
|
|
|
3522
3522
|
return localDir || globalDir || "ltr";
|
|
3523
3523
|
}
|
|
3524
3524
|
|
|
3525
|
-
// ../node_modules/.pnpm/@radix-ui+react-accordion@1.2.11_@types+react-dom@19.
|
|
3525
|
+
// ../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
|
|
3526
3526
|
import { jsx as jsx9 } from "react/jsx-runtime";
|
|
3527
3527
|
var ACCORDION_NAME = "Accordion";
|
|
3528
3528
|
var ACCORDION_KEYS = ["Home", "End", "ArrowDown", "ArrowUp", "ArrowLeft", "ArrowRight"];
|
|
@@ -3816,10 +3816,10 @@ var Header = AccordionHeader;
|
|
|
3816
3816
|
var Trigger2 = AccordionTrigger;
|
|
3817
3817
|
var Content2 = AccordionContent;
|
|
3818
3818
|
|
|
3819
|
-
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.
|
|
3819
|
+
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.1.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
|
|
3820
3820
|
import { forwardRef as forwardRef5, createElement as createElement2 } from "react";
|
|
3821
3821
|
|
|
3822
|
-
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.
|
|
3822
|
+
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.1.1/node_modules/lucide-react/dist/esm/shared/src/utils.js
|
|
3823
3823
|
var toKebabCase = (string) => string.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
|
|
3824
3824
|
var toCamelCase = (string) => string.replace(
|
|
3825
3825
|
/^([A-Z])|[\s-_]+(\w)/g,
|
|
@@ -3840,10 +3840,10 @@ var hasA11yProp = (props) => {
|
|
|
3840
3840
|
}
|
|
3841
3841
|
};
|
|
3842
3842
|
|
|
3843
|
-
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.
|
|
3843
|
+
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.1.1/node_modules/lucide-react/dist/esm/Icon.js
|
|
3844
3844
|
import { forwardRef as forwardRef4, createElement } from "react";
|
|
3845
3845
|
|
|
3846
|
-
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.
|
|
3846
|
+
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.1.1/node_modules/lucide-react/dist/esm/defaultAttributes.js
|
|
3847
3847
|
var defaultAttributes = {
|
|
3848
3848
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3849
3849
|
width: 24,
|
|
@@ -3856,7 +3856,7 @@ var defaultAttributes = {
|
|
|
3856
3856
|
strokeLinejoin: "round"
|
|
3857
3857
|
};
|
|
3858
3858
|
|
|
3859
|
-
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.
|
|
3859
|
+
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.1.1/node_modules/lucide-react/dist/esm/Icon.js
|
|
3860
3860
|
var Icon = forwardRef4(
|
|
3861
3861
|
({
|
|
3862
3862
|
color = "currentColor",
|
|
@@ -3887,7 +3887,7 @@ var Icon = forwardRef4(
|
|
|
3887
3887
|
)
|
|
3888
3888
|
);
|
|
3889
3889
|
|
|
3890
|
-
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.
|
|
3890
|
+
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.1.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
|
|
3891
3891
|
var createLucideIcon = (iconName, iconNode) => {
|
|
3892
3892
|
const Component = forwardRef5(
|
|
3893
3893
|
({ className, ...props }, ref) => createElement2(Icon, {
|
|
@@ -3905,15 +3905,15 @@ var createLucideIcon = (iconName, iconNode) => {
|
|
|
3905
3905
|
return Component;
|
|
3906
3906
|
};
|
|
3907
3907
|
|
|
3908
|
-
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.
|
|
3908
|
+
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.1.1/node_modules/lucide-react/dist/esm/icons/chevron-down.js
|
|
3909
3909
|
var __iconNode = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]];
|
|
3910
3910
|
var ChevronDown = createLucideIcon("chevron-down", __iconNode);
|
|
3911
3911
|
|
|
3912
|
-
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.
|
|
3912
|
+
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.1.1/node_modules/lucide-react/dist/esm/icons/loader-circle.js
|
|
3913
3913
|
var __iconNode2 = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]];
|
|
3914
3914
|
var LoaderCircle = createLucideIcon("loader-circle", __iconNode2);
|
|
3915
3915
|
|
|
3916
|
-
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.
|
|
3916
|
+
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.1.1/node_modules/lucide-react/dist/esm/icons/x.js
|
|
3917
3917
|
var __iconNode3 = [
|
|
3918
3918
|
["path", { d: "M18 6 6 18", key: "1bl5f8" }],
|
|
3919
3919
|
["path", { d: "m6 6 12 12", key: "d8bk6v" }]
|
|
@@ -6580,13 +6580,13 @@ Button.displayName = "Button";
|
|
|
6580
6580
|
// src/libraries/react/components/ui/dialog.tsx
|
|
6581
6581
|
import * as React32 from "react";
|
|
6582
6582
|
|
|
6583
|
-
// ../node_modules/.pnpm/@radix-ui+react-dialog@1.1.14_@types+react-dom@19.
|
|
6583
|
+
// ../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
|
|
6584
6584
|
import * as React31 from "react";
|
|
6585
6585
|
|
|
6586
|
-
// ../node_modules/.pnpm/@radix-ui+react-dismissable-layer@1.1.10_@types+react-dom@19.
|
|
6586
|
+
// ../node_modules/.pnpm/@radix-ui+react-dismissable-layer@1.1.10_@types+react-dom@19.1.9_@types+react@19.1.10__@types_recfemx4gbocxquotpq6g6r6si/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs
|
|
6587
6587
|
import * as React17 from "react";
|
|
6588
6588
|
|
|
6589
|
-
// ../node_modules/.pnpm/@radix-ui+react-use-callback-ref@1.1.1_@types+react@19.1.10_react@19.
|
|
6589
|
+
// ../node_modules/.pnpm/@radix-ui+react-use-callback-ref@1.1.1_@types+react@19.1.10_react@19.1.1/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs
|
|
6590
6590
|
import * as React15 from "react";
|
|
6591
6591
|
function useCallbackRef(callback) {
|
|
6592
6592
|
const callbackRef = React15.useRef(callback);
|
|
@@ -6596,7 +6596,7 @@ function useCallbackRef(callback) {
|
|
|
6596
6596
|
return React15.useMemo(() => (...args) => callbackRef.current?.(...args), []);
|
|
6597
6597
|
}
|
|
6598
6598
|
|
|
6599
|
-
// ../node_modules/.pnpm/@radix-ui+react-use-escape-keydown@1.1.1_@types+react@19.1.10_react@19.
|
|
6599
|
+
// ../node_modules/.pnpm/@radix-ui+react-use-escape-keydown@1.1.1_@types+react@19.1.10_react@19.1.1/node_modules/@radix-ui/react-use-escape-keydown/dist/index.mjs
|
|
6600
6600
|
import * as React16 from "react";
|
|
6601
6601
|
function useEscapeKeydown(onEscapeKeyDownProp, ownerDocument = globalThis?.document) {
|
|
6602
6602
|
const onEscapeKeyDown = useCallbackRef(onEscapeKeyDownProp);
|
|
@@ -6611,7 +6611,7 @@ function useEscapeKeydown(onEscapeKeyDownProp, ownerDocument = globalThis?.docum
|
|
|
6611
6611
|
}, [onEscapeKeyDown, ownerDocument]);
|
|
6612
6612
|
}
|
|
6613
6613
|
|
|
6614
|
-
// ../node_modules/.pnpm/@radix-ui+react-dismissable-layer@1.1.10_@types+react-dom@19.
|
|
6614
|
+
// ../node_modules/.pnpm/@radix-ui+react-dismissable-layer@1.1.10_@types+react-dom@19.1.9_@types+react@19.1.10__@types_recfemx4gbocxquotpq6g6r6si/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs
|
|
6615
6615
|
import { jsx as jsx12 } from "react/jsx-runtime";
|
|
6616
6616
|
var DISMISSABLE_LAYER_NAME = "DismissableLayer";
|
|
6617
6617
|
var CONTEXT_UPDATE = "dismissableLayer.update";
|
|
@@ -6816,7 +6816,7 @@ function handleAndDispatchCustomEvent(name, handler, detail, { discrete }) {
|
|
|
6816
6816
|
}
|
|
6817
6817
|
}
|
|
6818
6818
|
|
|
6819
|
-
// ../node_modules/.pnpm/@radix-ui+react-focus-scope@1.1.7_@types+react-dom@19.
|
|
6819
|
+
// ../node_modules/.pnpm/@radix-ui+react-focus-scope@1.1.7_@types+react-dom@19.1.9_@types+react@19.1.10__@types+react@_a6spdpnjpgxlsfsxwjh6tjh7gm/node_modules/@radix-ui/react-focus-scope/dist/index.mjs
|
|
6820
6820
|
import * as React18 from "react";
|
|
6821
6821
|
import { jsx as jsx13 } from "react/jsx-runtime";
|
|
6822
6822
|
var AUTOFOCUS_ON_MOUNT = "focusScope.autoFocusOnMount";
|
|
@@ -7020,7 +7020,7 @@ function removeLinks(items) {
|
|
|
7020
7020
|
return items.filter((item) => item.tagName !== "A");
|
|
7021
7021
|
}
|
|
7022
7022
|
|
|
7023
|
-
// ../node_modules/.pnpm/@radix-ui+react-portal@1.1.9_@types+react-dom@19.
|
|
7023
|
+
// ../node_modules/.pnpm/@radix-ui+react-portal@1.1.9_@types+react-dom@19.1.9_@types+react@19.1.10__@types+react@19.1._o5qf2sukaqjy2xztyed32jp6ia/node_modules/@radix-ui/react-portal/dist/index.mjs
|
|
7024
7024
|
import * as React19 from "react";
|
|
7025
7025
|
import ReactDOM2 from "react-dom";
|
|
7026
7026
|
import { jsx as jsx14 } from "react/jsx-runtime";
|
|
@@ -7034,7 +7034,7 @@ var Portal = React19.forwardRef((props, forwardedRef) => {
|
|
|
7034
7034
|
});
|
|
7035
7035
|
Portal.displayName = PORTAL_NAME;
|
|
7036
7036
|
|
|
7037
|
-
// ../node_modules/.pnpm/@radix-ui+react-focus-guards@1.1.2_@types+react@19.1.10_react@19.
|
|
7037
|
+
// ../node_modules/.pnpm/@radix-ui+react-focus-guards@1.1.2_@types+react@19.1.10_react@19.1.1/node_modules/@radix-ui/react-focus-guards/dist/index.mjs
|
|
7038
7038
|
import * as React20 from "react";
|
|
7039
7039
|
var count2 = 0;
|
|
7040
7040
|
function useFocusGuards() {
|
|
@@ -7094,19 +7094,19 @@ function __spreadArray(to, from, pack) {
|
|
|
7094
7094
|
return to.concat(ar || Array.prototype.slice.call(from));
|
|
7095
7095
|
}
|
|
7096
7096
|
|
|
7097
|
-
// ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.
|
|
7097
|
+
// ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.1.1/node_modules/react-remove-scroll/dist/es2015/Combination.js
|
|
7098
7098
|
import * as React30 from "react";
|
|
7099
7099
|
|
|
7100
|
-
// ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.
|
|
7100
|
+
// ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.1.1/node_modules/react-remove-scroll/dist/es2015/UI.js
|
|
7101
7101
|
import * as React26 from "react";
|
|
7102
7102
|
|
|
7103
|
-
// ../node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.1.10_react@19.
|
|
7103
|
+
// ../node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.1.10_react@19.1.1/node_modules/react-remove-scroll-bar/dist/es2015/constants.js
|
|
7104
7104
|
var zeroRightClassName = "right-scroll-bar-position";
|
|
7105
7105
|
var fullWidthClassName = "width-before-scroll-bar";
|
|
7106
7106
|
var noScrollbarsClassName = "with-scroll-bars-hidden";
|
|
7107
7107
|
var removedBarSizeVariable = "--removed-body-scroll-bar-size";
|
|
7108
7108
|
|
|
7109
|
-
// ../node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.1.10_react@19.
|
|
7109
|
+
// ../node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.1.10_react@19.1.1/node_modules/use-callback-ref/dist/es2015/assignRef.js
|
|
7110
7110
|
function assignRef(ref, value) {
|
|
7111
7111
|
if (typeof ref === "function") {
|
|
7112
7112
|
ref(value);
|
|
@@ -7116,7 +7116,7 @@ function assignRef(ref, value) {
|
|
|
7116
7116
|
return ref;
|
|
7117
7117
|
}
|
|
7118
7118
|
|
|
7119
|
-
// ../node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.1.10_react@19.
|
|
7119
|
+
// ../node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.1.10_react@19.1.1/node_modules/use-callback-ref/dist/es2015/useRef.js
|
|
7120
7120
|
import { useState as useState11 } from "react";
|
|
7121
7121
|
function useCallbackRef2(initialValue, callback) {
|
|
7122
7122
|
var ref = useState11(function() {
|
|
@@ -7144,7 +7144,7 @@ function useCallbackRef2(initialValue, callback) {
|
|
|
7144
7144
|
return ref.facade;
|
|
7145
7145
|
}
|
|
7146
7146
|
|
|
7147
|
-
// ../node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.1.10_react@19.
|
|
7147
|
+
// ../node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.1.10_react@19.1.1/node_modules/use-callback-ref/dist/es2015/useMergeRef.js
|
|
7148
7148
|
import * as React21 from "react";
|
|
7149
7149
|
var useIsomorphicLayoutEffect = typeof window !== "undefined" ? React21.useLayoutEffect : React21.useEffect;
|
|
7150
7150
|
var currentValues = /* @__PURE__ */ new WeakMap();
|
|
@@ -7176,7 +7176,7 @@ function useMergeRefs(refs, defaultValue) {
|
|
|
7176
7176
|
return callbackRef;
|
|
7177
7177
|
}
|
|
7178
7178
|
|
|
7179
|
-
// ../node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.1.10_react@19.
|
|
7179
|
+
// ../node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.1.10_react@19.1.1/node_modules/use-sidecar/dist/es2015/medium.js
|
|
7180
7180
|
function ItoI(a) {
|
|
7181
7181
|
return a;
|
|
7182
7182
|
}
|
|
@@ -7262,7 +7262,7 @@ function createSidecarMedium(options) {
|
|
|
7262
7262
|
return medium;
|
|
7263
7263
|
}
|
|
7264
7264
|
|
|
7265
|
-
// ../node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.1.10_react@19.
|
|
7265
|
+
// ../node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.1.10_react@19.1.1/node_modules/use-sidecar/dist/es2015/exports.js
|
|
7266
7266
|
import * as React25 from "react";
|
|
7267
7267
|
var SideCar = function(_a) {
|
|
7268
7268
|
var sideCar = _a.sideCar, rest = __rest(_a, ["sideCar"]);
|
|
@@ -7281,10 +7281,10 @@ function exportSidecar(medium, exported) {
|
|
|
7281
7281
|
return SideCar;
|
|
7282
7282
|
}
|
|
7283
7283
|
|
|
7284
|
-
// ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.
|
|
7284
|
+
// ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.1.1/node_modules/react-remove-scroll/dist/es2015/medium.js
|
|
7285
7285
|
var effectCar = createSidecarMedium();
|
|
7286
7286
|
|
|
7287
|
-
// ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.
|
|
7287
|
+
// ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.1.1/node_modules/react-remove-scroll/dist/es2015/UI.js
|
|
7288
7288
|
var nothing = function() {
|
|
7289
7289
|
return;
|
|
7290
7290
|
};
|
|
@@ -7316,13 +7316,13 @@ RemoveScroll.classNames = {
|
|
|
7316
7316
|
zeroRight: zeroRightClassName
|
|
7317
7317
|
};
|
|
7318
7318
|
|
|
7319
|
-
// ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.
|
|
7319
|
+
// ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.1.1/node_modules/react-remove-scroll/dist/es2015/SideEffect.js
|
|
7320
7320
|
import * as React29 from "react";
|
|
7321
7321
|
|
|
7322
|
-
// ../node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.1.10_react@19.
|
|
7322
|
+
// ../node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.1.10_react@19.1.1/node_modules/react-remove-scroll-bar/dist/es2015/component.js
|
|
7323
7323
|
import * as React28 from "react";
|
|
7324
7324
|
|
|
7325
|
-
// ../node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.1.10_react@19.
|
|
7325
|
+
// ../node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.1.10_react@19.1.1/node_modules/react-style-singleton/dist/es2015/hook.js
|
|
7326
7326
|
import * as React27 from "react";
|
|
7327
7327
|
|
|
7328
7328
|
// ../node_modules/.pnpm/get-nonce@1.0.1/node_modules/get-nonce/dist/es2015/index.js
|
|
@@ -7337,7 +7337,7 @@ var getNonce = function() {
|
|
|
7337
7337
|
return void 0;
|
|
7338
7338
|
};
|
|
7339
7339
|
|
|
7340
|
-
// ../node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.1.10_react@19.
|
|
7340
|
+
// ../node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.1.10_react@19.1.1/node_modules/react-style-singleton/dist/es2015/singleton.js
|
|
7341
7341
|
function makeStyleTag() {
|
|
7342
7342
|
if (!document)
|
|
7343
7343
|
return null;
|
|
@@ -7383,7 +7383,7 @@ var stylesheetSingleton = function() {
|
|
|
7383
7383
|
};
|
|
7384
7384
|
};
|
|
7385
7385
|
|
|
7386
|
-
// ../node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.1.10_react@19.
|
|
7386
|
+
// ../node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.1.10_react@19.1.1/node_modules/react-style-singleton/dist/es2015/hook.js
|
|
7387
7387
|
var styleHookSingleton = function() {
|
|
7388
7388
|
var sheet = stylesheetSingleton();
|
|
7389
7389
|
return function(styles, isDynamic) {
|
|
@@ -7396,7 +7396,7 @@ var styleHookSingleton = function() {
|
|
|
7396
7396
|
};
|
|
7397
7397
|
};
|
|
7398
7398
|
|
|
7399
|
-
// ../node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.1.10_react@19.
|
|
7399
|
+
// ../node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.1.10_react@19.1.1/node_modules/react-style-singleton/dist/es2015/component.js
|
|
7400
7400
|
var styleSingleton = function() {
|
|
7401
7401
|
var useStyle = styleHookSingleton();
|
|
7402
7402
|
var Sheet = function(_a) {
|
|
@@ -7407,7 +7407,7 @@ var styleSingleton = function() {
|
|
|
7407
7407
|
return Sheet;
|
|
7408
7408
|
};
|
|
7409
7409
|
|
|
7410
|
-
// ../node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.1.10_react@19.
|
|
7410
|
+
// ../node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.1.10_react@19.1.1/node_modules/react-remove-scroll-bar/dist/es2015/utils.js
|
|
7411
7411
|
var zeroGap = {
|
|
7412
7412
|
left: 0,
|
|
7413
7413
|
top: 0,
|
|
@@ -7442,7 +7442,7 @@ var getGapWidth = function(gapMode) {
|
|
|
7442
7442
|
};
|
|
7443
7443
|
};
|
|
7444
7444
|
|
|
7445
|
-
// ../node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.1.10_react@19.
|
|
7445
|
+
// ../node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.1.10_react@19.1.1/node_modules/react-remove-scroll-bar/dist/es2015/component.js
|
|
7446
7446
|
var Style = styleSingleton();
|
|
7447
7447
|
var lockAttribute = "data-scroll-locked";
|
|
7448
7448
|
var getStyles = function(_a, allowRelative, gapMode, important) {
|
|
@@ -7482,7 +7482,7 @@ var RemoveScrollBar = function(_a) {
|
|
|
7482
7482
|
return React28.createElement(Style, { styles: getStyles(gap, !noRelative, gapMode, !noImportant ? "!important" : "") });
|
|
7483
7483
|
};
|
|
7484
7484
|
|
|
7485
|
-
// ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.
|
|
7485
|
+
// ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.1.1/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js
|
|
7486
7486
|
var passiveSupported = false;
|
|
7487
7487
|
if (typeof window !== "undefined") {
|
|
7488
7488
|
try {
|
|
@@ -7501,7 +7501,7 @@ if (typeof window !== "undefined") {
|
|
|
7501
7501
|
var options;
|
|
7502
7502
|
var nonPassive = passiveSupported ? { passive: false } : false;
|
|
7503
7503
|
|
|
7504
|
-
// ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.
|
|
7504
|
+
// ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.1.1/node_modules/react-remove-scroll/dist/es2015/handleScroll.js
|
|
7505
7505
|
var alwaysContainsScroll = function(node) {
|
|
7506
7506
|
return node.tagName === "TEXTAREA";
|
|
7507
7507
|
};
|
|
@@ -7601,7 +7601,7 @@ var handleScroll = function(axis, endTarget, event, sourceDelta, noOverscroll) {
|
|
|
7601
7601
|
return shouldCancelScroll;
|
|
7602
7602
|
};
|
|
7603
7603
|
|
|
7604
|
-
// ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.
|
|
7604
|
+
// ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.1.1/node_modules/react-remove-scroll/dist/es2015/SideEffect.js
|
|
7605
7605
|
var getTouchXY = function(event) {
|
|
7606
7606
|
return "changedTouches" in event ? [event.changedTouches[0].clientX, event.changedTouches[0].clientY] : [0, 0];
|
|
7607
7607
|
};
|
|
@@ -7766,10 +7766,10 @@ function getOutermostShadowParent(node) {
|
|
|
7766
7766
|
return shadowParent;
|
|
7767
7767
|
}
|
|
7768
7768
|
|
|
7769
|
-
// ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.
|
|
7769
|
+
// ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.1.1/node_modules/react-remove-scroll/dist/es2015/sidecar.js
|
|
7770
7770
|
var sidecar_default = exportSidecar(effectCar, RemoveScrollSideCar);
|
|
7771
7771
|
|
|
7772
|
-
// ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.
|
|
7772
|
+
// ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.1.1/node_modules/react-remove-scroll/dist/es2015/Combination.js
|
|
7773
7773
|
var ReactRemoveScroll = React30.forwardRef(function(props, ref) {
|
|
7774
7774
|
return React30.createElement(RemoveScroll, __assign({}, props, { ref, sideCar: sidecar_default }));
|
|
7775
7775
|
});
|
|
@@ -7897,7 +7897,7 @@ var hideOthers = function(originalTarget, parentNode, markerName) {
|
|
|
7897
7897
|
return applyAttributeToOthers(targets, activeParentNode, markerName, "aria-hidden");
|
|
7898
7898
|
};
|
|
7899
7899
|
|
|
7900
|
-
// ../node_modules/.pnpm/@radix-ui+react-dialog@1.1.14_@types+react-dom@19.
|
|
7900
|
+
// ../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
|
|
7901
7901
|
import { Fragment as Fragment5, jsx as jsx15, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
7902
7902
|
var DIALOG_NAME = "Dialog";
|
|
7903
7903
|
var [createDialogContext, createDialogScope] = createContextScope(DIALOG_NAME);
|
|
@@ -8318,10 +8318,10 @@ Input.displayName = "Input";
|
|
|
8318
8318
|
// src/libraries/react/components/ui/popover.tsx
|
|
8319
8319
|
import * as React39 from "react";
|
|
8320
8320
|
|
|
8321
|
-
// ../node_modules/.pnpm/@radix-ui+react-popover@1.1.14_@types+react-dom@19.
|
|
8321
|
+
// ../node_modules/.pnpm/@radix-ui+react-popover@1.1.14_@types+react-dom@19.1.9_@types+react@19.1.10__@types+react@19._2d5qzp46jobjymz4ef7wsko3em/node_modules/@radix-ui/react-popover/dist/index.mjs
|
|
8322
8322
|
import * as React38 from "react";
|
|
8323
8323
|
|
|
8324
|
-
// ../node_modules/.pnpm/@radix-ui+react-popper@1.2.7_@types+react-dom@19.
|
|
8324
|
+
// ../node_modules/.pnpm/@radix-ui+react-popper@1.2.7_@types+react-dom@19.1.9_@types+react@19.1.10__@types+react@19.1._rx2bw5lpqtxi7ji4o3uo2rsuda/node_modules/@radix-ui/react-popper/dist/index.mjs
|
|
8325
8325
|
import * as React37 from "react";
|
|
8326
8326
|
|
|
8327
8327
|
// ../node_modules/.pnpm/@floating-ui+utils@0.2.10/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs
|
|
@@ -9922,7 +9922,7 @@ var computePosition2 = (reference, floating, options) => {
|
|
|
9922
9922
|
});
|
|
9923
9923
|
};
|
|
9924
9924
|
|
|
9925
|
-
// ../node_modules/.pnpm/@floating-ui+react-dom@2.1.5_react-dom@19.1.1_react@19.
|
|
9925
|
+
// ../node_modules/.pnpm/@floating-ui+react-dom@2.1.5_react-dom@19.1.1_react@19.1.1__react@19.1.1/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.mjs
|
|
9926
9926
|
import * as React34 from "react";
|
|
9927
9927
|
import { useLayoutEffect as useLayoutEffect4 } from "react";
|
|
9928
9928
|
import * as ReactDOM3 from "react-dom";
|
|
@@ -10206,7 +10206,7 @@ var arrow3 = (options, deps) => ({
|
|
|
10206
10206
|
options: [options, deps]
|
|
10207
10207
|
});
|
|
10208
10208
|
|
|
10209
|
-
// ../node_modules/.pnpm/@radix-ui+react-arrow@1.1.7_@types+react-dom@19.
|
|
10209
|
+
// ../node_modules/.pnpm/@radix-ui+react-arrow@1.1.7_@types+react-dom@19.1.9_@types+react@19.1.10__@types+react@19.1.1_7w5nl47bqckuaclutkvv5v7iie/node_modules/@radix-ui/react-arrow/dist/index.mjs
|
|
10210
10210
|
import * as React35 from "react";
|
|
10211
10211
|
import { jsx as jsx18 } from "react/jsx-runtime";
|
|
10212
10212
|
var NAME = "Arrow";
|
|
@@ -10228,7 +10228,7 @@ var Arrow = React35.forwardRef((props, forwardedRef) => {
|
|
|
10228
10228
|
Arrow.displayName = NAME;
|
|
10229
10229
|
var Root4 = Arrow;
|
|
10230
10230
|
|
|
10231
|
-
// ../node_modules/.pnpm/@radix-ui+react-use-size@1.1.1_@types+react@19.1.10_react@19.
|
|
10231
|
+
// ../node_modules/.pnpm/@radix-ui+react-use-size@1.1.1_@types+react@19.1.10_react@19.1.1/node_modules/@radix-ui/react-use-size/dist/index.mjs
|
|
10232
10232
|
import * as React36 from "react";
|
|
10233
10233
|
function useSize(element) {
|
|
10234
10234
|
const [size4, setSize] = React36.useState(void 0);
|
|
@@ -10265,7 +10265,7 @@ function useSize(element) {
|
|
|
10265
10265
|
return size4;
|
|
10266
10266
|
}
|
|
10267
10267
|
|
|
10268
|
-
// ../node_modules/.pnpm/@radix-ui+react-popper@1.2.7_@types+react-dom@19.
|
|
10268
|
+
// ../node_modules/.pnpm/@radix-ui+react-popper@1.2.7_@types+react-dom@19.1.9_@types+react@19.1.10__@types+react@19.1._rx2bw5lpqtxi7ji4o3uo2rsuda/node_modules/@radix-ui/react-popper/dist/index.mjs
|
|
10269
10269
|
import { jsx as jsx19 } from "react/jsx-runtime";
|
|
10270
10270
|
var POPPER_NAME = "Popper";
|
|
10271
10271
|
var [createPopperContext, createPopperScope] = createContextScope(POPPER_NAME);
|
|
@@ -10532,7 +10532,7 @@ var Anchor = PopperAnchor;
|
|
|
10532
10532
|
var Content4 = PopperContent;
|
|
10533
10533
|
var Arrow2 = PopperArrow;
|
|
10534
10534
|
|
|
10535
|
-
// ../node_modules/.pnpm/@radix-ui+react-popover@1.1.14_@types+react-dom@19.
|
|
10535
|
+
// ../node_modules/.pnpm/@radix-ui+react-popover@1.1.14_@types+react-dom@19.1.9_@types+react@19.1.10__@types+react@19._2d5qzp46jobjymz4ef7wsko3em/node_modules/@radix-ui/react-popover/dist/index.mjs
|
|
10536
10536
|
import { jsx as jsx20 } from "react/jsx-runtime";
|
|
10537
10537
|
var POPOVER_NAME = "Popover";
|
|
10538
10538
|
var [createPopoverContext, createPopoverScope] = createContextScope(POPOVER_NAME, [
|
|
@@ -11374,10 +11374,10 @@ import { createContext as createContext5, useContext as useContext6, useState as
|
|
|
11374
11374
|
// src/libraries/react/components/ui/switch.tsx
|
|
11375
11375
|
import * as React42 from "react";
|
|
11376
11376
|
|
|
11377
|
-
// ../node_modules/.pnpm/@radix-ui+react-switch@1.2.5_@types+react-dom@19.
|
|
11377
|
+
// ../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
|
|
11378
11378
|
import * as React41 from "react";
|
|
11379
11379
|
|
|
11380
|
-
// ../node_modules/.pnpm/@radix-ui+react-use-previous@1.1.1_@types+react@19.1.10_react@19.
|
|
11380
|
+
// ../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
|
|
11381
11381
|
import * as React40 from "react";
|
|
11382
11382
|
function usePrevious(value) {
|
|
11383
11383
|
const ref = React40.useRef({ value, previous: value });
|
|
@@ -11390,7 +11390,7 @@ function usePrevious(value) {
|
|
|
11390
11390
|
}, [value]);
|
|
11391
11391
|
}
|
|
11392
11392
|
|
|
11393
|
-
// ../node_modules/.pnpm/@radix-ui+react-switch@1.2.5_@types+react-dom@19.
|
|
11393
|
+
// ../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
|
|
11394
11394
|
import { jsx as jsx26, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
11395
11395
|
var SWITCH_NAME = "Switch";
|
|
11396
11396
|
var [createSwitchContext, createSwitchScope] = createContextScope(SWITCH_NAME);
|
package/package.json
CHANGED
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
addEntityRoutes
|
|
3
|
-
} from "./chunk-EIQ677UF.mjs";
|
|
4
|
-
import {
|
|
5
|
-
addGenRoutes
|
|
6
|
-
} from "./chunk-CHVT6WMU.mjs";
|
|
7
1
|
import {
|
|
8
2
|
addProductRoutes
|
|
9
3
|
} from "./chunk-MMSKG4AT.mjs";
|
|
@@ -13,6 +7,12 @@ import {
|
|
|
13
7
|
import {
|
|
14
8
|
addAnalyticsRoutes
|
|
15
9
|
} from "./chunk-CR2NPL2F.mjs";
|
|
10
|
+
import {
|
|
11
|
+
addEntityRoutes
|
|
12
|
+
} from "./chunk-EIQ677UF.mjs";
|
|
13
|
+
import {
|
|
14
|
+
addGenRoutes
|
|
15
|
+
} from "./chunk-CHVT6WMU.mjs";
|
|
16
16
|
import {
|
|
17
17
|
withAuth
|
|
18
18
|
} from "./chunk-FREAOO7Q.mjs";
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
|
|
3
|
+
import {
|
|
4
|
+
logAuthError
|
|
5
|
+
} from "./chunk-JVCOY7ZL.mjs";
|
|
6
|
+
import {
|
|
7
|
+
logFetchError
|
|
8
|
+
} from "./chunk-CIBQ4BJU.mjs";
|
|
3
9
|
import {
|
|
4
10
|
createEntityMethod,
|
|
5
11
|
deleteEntityMethod,
|
|
@@ -22,12 +28,6 @@ import {
|
|
|
22
28
|
createCode,
|
|
23
29
|
redeemCode
|
|
24
30
|
} from "./chunk-SUENW2KS.mjs";
|
|
25
|
-
import {
|
|
26
|
-
logAuthError
|
|
27
|
-
} from "./chunk-JVCOY7ZL.mjs";
|
|
28
|
-
import {
|
|
29
|
-
logFetchError
|
|
30
|
-
} from "./chunk-CIBQ4BJU.mjs";
|
|
31
31
|
import {
|
|
32
32
|
AutumnError,
|
|
33
33
|
toContainerResult
|