autumn-js 0.1.60 → 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 +5 -5
- package/dist/libraries/react/BaseAutumnProvider.mjs +8 -8
- package/dist/libraries/react/ReactAutumnProvider.mjs +9 -9
- 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-N6DY2K75.mjs → chunk-55YYX6AR.mjs} +1 -1
- package/dist/libraries/react/{chunk-36POY2CM.mjs → chunk-5TLRC3ED.mjs} +4 -4
- package/dist/libraries/react/{chunk-3YJEXV3N.mjs → chunk-6ADAHXOI.mjs} +1 -1
- package/dist/libraries/react/{chunk-LUCO2OG2.mjs → chunk-7W6MNMN2.mjs} +4 -4
- package/dist/libraries/react/{chunk-662NSPAN.mjs → chunk-AHB5A4Y2.mjs} +2 -2
- package/dist/libraries/react/{chunk-J3OY6QTS.mjs → chunk-AMBWOUTW.mjs} +26 -24
- package/dist/libraries/react/{chunk-ACRIHVEO.mjs → chunk-DXHYWJOY.mjs} +3 -3
- package/dist/libraries/react/{chunk-GUEIRI73.mjs → chunk-JCS53EPV.mjs} +4 -4
- package/dist/libraries/react/{chunk-2FM3THPQ.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-SIN5IMSL.mjs → chunk-TLEA6GE7.mjs} +1 -1
- package/dist/libraries/react/{chunk-RZKICKGQ.mjs → chunk-TTE2HNTK.mjs} +3 -3
- package/dist/libraries/react/{chunk-AFS2TJWY.mjs → chunk-TUZTJYBB.mjs} +1 -1
- package/dist/libraries/react/{chunk-GRYYEFIB.mjs → chunk-UNPSUPQQ.mjs} +2 -2
- package/dist/libraries/react/{chunk-AR4G5NEU.mjs → chunk-UUUCCU2M.mjs} +1 -1
- package/dist/libraries/react/{chunk-WC3E5NNC.mjs → chunk-VB77RD2S.mjs} +1 -1
- package/dist/libraries/react/{chunk-XDTP22HE.mjs → chunk-YCHPTRJA.mjs} +13 -13
- package/dist/libraries/react/client/ReactAutumnClient.mjs +4 -4
- package/dist/libraries/react/components/checkout-dialog/checkout-dialog-synced.js +68 -68
- package/dist/libraries/react/components/checkout-dialog/checkout-dialog-synced.mjs +29 -29
- package/dist/libraries/react/components/paywall-dialog/paywall-dialog-synced.js +66 -66
- package/dist/libraries/react/components/paywall-dialog/paywall-dialog-synced.mjs +29 -29
- package/dist/libraries/react/components/pricing-table/pricing-table-synced.d.mts +3 -1
- package/dist/libraries/react/components/pricing-table/pricing-table-synced.d.ts +3 -1
- package/dist/libraries/react/components/pricing-table/pricing-table-synced.js +70 -68
- package/dist/libraries/react/components/pricing-table/pricing-table-synced.mjs +29 -29
- 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 +6 -6
- package/dist/libraries/react/hooks/useAnalytics.mjs +6 -6
- package/dist/libraries/react/hooks/useCustomer.mjs +8 -8
- package/dist/libraries/react/hooks/useCustomerBase.mjs +7 -7
- package/dist/libraries/react/hooks/useEntity.mjs +8 -8
- package/dist/libraries/react/hooks/useEntityBase.mjs +7 -7
- package/dist/libraries/react/hooks/useListEvents.mjs +6 -6
- package/dist/libraries/react/hooks/usePaywall.mjs +6 -6
- package/dist/libraries/react/hooks/usePricingTable.mjs +6 -6
- package/dist/libraries/react/index.d.mts +2 -1
- package/dist/libraries/react/index.d.ts +2 -1
- package/dist/libraries/react/index.js +70 -68
- package/dist/libraries/react/index.mjs +70 -68
- package/package.json +1 -1
- package/dist/libraries/backend/{chunk-E653AL66.mjs → chunk-KKZY2VGU.mjs} +6 -6
- package/dist/libraries/react/{chunk-AERIX2KL.mjs → chunk-FVOKPIQG.mjs} +8 -8
|
@@ -2100,10 +2100,10 @@ var import_jsx_runtime = require("react/jsx-runtime");
|
|
|
2100
2100
|
// src/libraries/react/ReactAutumnProvider.tsx
|
|
2101
2101
|
var import_jsx_runtime2 = require("react/jsx-runtime");
|
|
2102
2102
|
|
|
2103
|
-
// ../node_modules/.pnpm/@radix-ui+react-accordion@1.2.11_@types+react-dom@19.
|
|
2103
|
+
// ../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
|
|
2104
2104
|
var import_react8 = __toESM(require("react"), 1);
|
|
2105
2105
|
|
|
2106
|
-
// ../node_modules/.pnpm/@radix-ui+react-context@1.1.2_@types+react@19.1.10_react@19.
|
|
2106
|
+
// ../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
|
|
2107
2107
|
var React = __toESM(require("react"), 1);
|
|
2108
2108
|
var import_jsx_runtime3 = require("react/jsx-runtime");
|
|
2109
2109
|
function createContext22(rootComponentName, defaultContext) {
|
|
@@ -2180,10 +2180,10 @@ function composeContextScopes(...scopes) {
|
|
|
2180
2180
|
return createScope;
|
|
2181
2181
|
}
|
|
2182
2182
|
|
|
2183
|
-
// ../node_modules/.pnpm/@radix-ui+react-collection@1.1.7_@types+react-dom@19.
|
|
2183
|
+
// ../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
|
|
2184
2184
|
var import_react6 = __toESM(require("react"), 1);
|
|
2185
2185
|
|
|
2186
|
-
// ../node_modules/.pnpm/@radix-ui+react-compose-refs@1.1.2_@types+react@19.1.10_react@19.
|
|
2186
|
+
// ../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
|
|
2187
2187
|
var React2 = __toESM(require("react"), 1);
|
|
2188
2188
|
function setRef(ref, value) {
|
|
2189
2189
|
if (typeof ref === "function") {
|
|
@@ -2220,7 +2220,7 @@ function useComposedRefs(...refs) {
|
|
|
2220
2220
|
return React2.useCallback(composeRefs(...refs), refs);
|
|
2221
2221
|
}
|
|
2222
2222
|
|
|
2223
|
-
// ../node_modules/.pnpm/@radix-ui+react-slot@1.2.3_@types+react@19.1.10_react@19.
|
|
2223
|
+
// ../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
|
|
2224
2224
|
var React3 = __toESM(require("react"), 1);
|
|
2225
2225
|
var import_jsx_runtime4 = require("react/jsx-runtime");
|
|
2226
2226
|
// @__NO_SIDE_EFFECTS__
|
|
@@ -2307,7 +2307,7 @@ function getElementRef(element) {
|
|
|
2307
2307
|
return element.props.ref || element.ref;
|
|
2308
2308
|
}
|
|
2309
2309
|
|
|
2310
|
-
// ../node_modules/.pnpm/@radix-ui+react-collection@1.1.7_@types+react-dom@19.
|
|
2310
|
+
// ../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
|
|
2311
2311
|
var import_jsx_runtime5 = require("react/jsx-runtime");
|
|
2312
2312
|
var import_react7 = __toESM(require("react"), 1);
|
|
2313
2313
|
var import_jsx_runtime6 = require("react/jsx-runtime");
|
|
@@ -2384,15 +2384,15 @@ function composeEventHandlers(originalEventHandler, ourEventHandler, { checkForD
|
|
|
2384
2384
|
};
|
|
2385
2385
|
}
|
|
2386
2386
|
|
|
2387
|
-
// ../node_modules/.pnpm/@radix-ui+react-use-controllable-state@1.2.2_@types+react@19.1.10_react@19.
|
|
2387
|
+
// ../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
|
|
2388
2388
|
var React6 = __toESM(require("react"), 1);
|
|
2389
2389
|
|
|
2390
|
-
// ../node_modules/.pnpm/@radix-ui+react-use-layout-effect@1.1.1_@types+react@19.1.10_react@19.
|
|
2390
|
+
// ../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
|
|
2391
2391
|
var React5 = __toESM(require("react"), 1);
|
|
2392
2392
|
var useLayoutEffect2 = globalThis?.document ? React5.useLayoutEffect : () => {
|
|
2393
2393
|
};
|
|
2394
2394
|
|
|
2395
|
-
// ../node_modules/.pnpm/@radix-ui+react-use-controllable-state@1.2.2_@types+react@19.1.10_react@19.
|
|
2395
|
+
// ../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
|
|
2396
2396
|
var React23 = __toESM(require("react"), 1);
|
|
2397
2397
|
var useInsertionEffect = React6[" useInsertionEffect ".trim().toString()] || useLayoutEffect2;
|
|
2398
2398
|
function useControllableState({
|
|
@@ -2460,7 +2460,7 @@ function isFunction(value) {
|
|
|
2460
2460
|
}
|
|
2461
2461
|
var SYNC_STATE = Symbol("RADIX:SYNC_STATE");
|
|
2462
2462
|
|
|
2463
|
-
// ../node_modules/.pnpm/@radix-ui+react-primitive@2.1.3_@types+react-dom@19.
|
|
2463
|
+
// ../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
|
|
2464
2464
|
var React7 = __toESM(require("react"), 1);
|
|
2465
2465
|
var ReactDOM = __toESM(require("react-dom"), 1);
|
|
2466
2466
|
var import_jsx_runtime7 = require("react/jsx-runtime");
|
|
@@ -2500,10 +2500,10 @@ function dispatchDiscreteCustomEvent(target, event) {
|
|
|
2500
2500
|
if (target) ReactDOM.flushSync(() => target.dispatchEvent(event));
|
|
2501
2501
|
}
|
|
2502
2502
|
|
|
2503
|
-
// ../node_modules/.pnpm/@radix-ui+react-collapsible@1.1.11_@types+react-dom@19.
|
|
2503
|
+
// ../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
|
|
2504
2504
|
var React10 = __toESM(require("react"), 1);
|
|
2505
2505
|
|
|
2506
|
-
// ../node_modules/.pnpm/@radix-ui+react-presence@1.1.4_@types+react-dom@19.
|
|
2506
|
+
// ../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
|
|
2507
2507
|
var React24 = __toESM(require("react"), 1);
|
|
2508
2508
|
var React8 = __toESM(require("react"), 1);
|
|
2509
2509
|
function useStateMachine(initialState, machine) {
|
|
@@ -2629,7 +2629,7 @@ function getElementRef2(element) {
|
|
|
2629
2629
|
return element.props.ref || element.ref;
|
|
2630
2630
|
}
|
|
2631
2631
|
|
|
2632
|
-
// ../node_modules/.pnpm/@radix-ui+react-id@1.1.1_@types+react@19.1.10_react@19.
|
|
2632
|
+
// ../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
|
|
2633
2633
|
var React9 = __toESM(require("react"), 1);
|
|
2634
2634
|
var useReactId = React9[" useId ".trim().toString()] || (() => void 0);
|
|
2635
2635
|
var count = 0;
|
|
@@ -2641,7 +2641,7 @@ function useId(deterministicId) {
|
|
|
2641
2641
|
return deterministicId || (id ? `radix-${id}` : "");
|
|
2642
2642
|
}
|
|
2643
2643
|
|
|
2644
|
-
// ../node_modules/.pnpm/@radix-ui+react-collapsible@1.1.11_@types+react-dom@19.
|
|
2644
|
+
// ../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
|
|
2645
2645
|
var import_jsx_runtime8 = require("react/jsx-runtime");
|
|
2646
2646
|
var COLLAPSIBLE_NAME = "Collapsible";
|
|
2647
2647
|
var [createCollapsibleContext, createCollapsibleScope] = createContextScope(COLLAPSIBLE_NAME);
|
|
@@ -2776,7 +2776,7 @@ var Root = Collapsible;
|
|
|
2776
2776
|
var Trigger = CollapsibleTrigger;
|
|
2777
2777
|
var Content = CollapsibleContent;
|
|
2778
2778
|
|
|
2779
|
-
// ../node_modules/.pnpm/@radix-ui+react-direction@1.1.1_@types+react@19.1.10_react@19.
|
|
2779
|
+
// ../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
|
|
2780
2780
|
var React11 = __toESM(require("react"), 1);
|
|
2781
2781
|
var import_jsx_runtime9 = require("react/jsx-runtime");
|
|
2782
2782
|
var DirectionContext = React11.createContext(void 0);
|
|
@@ -2785,7 +2785,7 @@ function useDirection(localDir) {
|
|
|
2785
2785
|
return localDir || globalDir || "ltr";
|
|
2786
2786
|
}
|
|
2787
2787
|
|
|
2788
|
-
// ../node_modules/.pnpm/@radix-ui+react-accordion@1.2.11_@types+react-dom@19.
|
|
2788
|
+
// ../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
|
|
2789
2789
|
var import_jsx_runtime10 = require("react/jsx-runtime");
|
|
2790
2790
|
var ACCORDION_NAME = "Accordion";
|
|
2791
2791
|
var ACCORDION_KEYS = ["Home", "End", "ArrowDown", "ArrowUp", "ArrowLeft", "ArrowRight"];
|
|
@@ -3079,10 +3079,10 @@ var Header = AccordionHeader;
|
|
|
3079
3079
|
var Trigger2 = AccordionTrigger;
|
|
3080
3080
|
var Content2 = AccordionContent;
|
|
3081
3081
|
|
|
3082
|
-
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.
|
|
3082
|
+
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.1.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
|
|
3083
3083
|
var import_react10 = require("react");
|
|
3084
3084
|
|
|
3085
|
-
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.
|
|
3085
|
+
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.1.1/node_modules/lucide-react/dist/esm/shared/src/utils.js
|
|
3086
3086
|
var toKebabCase = (string) => string.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
|
|
3087
3087
|
var toCamelCase = (string) => string.replace(
|
|
3088
3088
|
/^([A-Z])|[\s-_]+(\w)/g,
|
|
@@ -3103,10 +3103,10 @@ var hasA11yProp = (props) => {
|
|
|
3103
3103
|
}
|
|
3104
3104
|
};
|
|
3105
3105
|
|
|
3106
|
-
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.
|
|
3106
|
+
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.1.1/node_modules/lucide-react/dist/esm/Icon.js
|
|
3107
3107
|
var import_react9 = require("react");
|
|
3108
3108
|
|
|
3109
|
-
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.
|
|
3109
|
+
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.1.1/node_modules/lucide-react/dist/esm/defaultAttributes.js
|
|
3110
3110
|
var defaultAttributes = {
|
|
3111
3111
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3112
3112
|
width: 24,
|
|
@@ -3119,7 +3119,7 @@ var defaultAttributes = {
|
|
|
3119
3119
|
strokeLinejoin: "round"
|
|
3120
3120
|
};
|
|
3121
3121
|
|
|
3122
|
-
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.
|
|
3122
|
+
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.1.1/node_modules/lucide-react/dist/esm/Icon.js
|
|
3123
3123
|
var Icon = (0, import_react9.forwardRef)(
|
|
3124
3124
|
({
|
|
3125
3125
|
color = "currentColor",
|
|
@@ -3150,7 +3150,7 @@ var Icon = (0, import_react9.forwardRef)(
|
|
|
3150
3150
|
)
|
|
3151
3151
|
);
|
|
3152
3152
|
|
|
3153
|
-
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.
|
|
3153
|
+
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.1.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
|
|
3154
3154
|
var createLucideIcon = (iconName, iconNode) => {
|
|
3155
3155
|
const Component = (0, import_react10.forwardRef)(
|
|
3156
3156
|
({ className, ...props }, ref) => (0, import_react10.createElement)(Icon, {
|
|
@@ -3168,15 +3168,15 @@ var createLucideIcon = (iconName, iconNode) => {
|
|
|
3168
3168
|
return Component;
|
|
3169
3169
|
};
|
|
3170
3170
|
|
|
3171
|
-
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.
|
|
3171
|
+
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.1.1/node_modules/lucide-react/dist/esm/icons/chevron-down.js
|
|
3172
3172
|
var __iconNode = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]];
|
|
3173
3173
|
var ChevronDown = createLucideIcon("chevron-down", __iconNode);
|
|
3174
3174
|
|
|
3175
|
-
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.
|
|
3175
|
+
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.1.1/node_modules/lucide-react/dist/esm/icons/loader-circle.js
|
|
3176
3176
|
var __iconNode2 = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]];
|
|
3177
3177
|
var LoaderCircle = createLucideIcon("loader-circle", __iconNode2);
|
|
3178
3178
|
|
|
3179
|
-
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.
|
|
3179
|
+
// ../node_modules/.pnpm/lucide-react@0.523.0_react@19.1.1/node_modules/lucide-react/dist/esm/icons/x.js
|
|
3180
3180
|
var __iconNode3 = [
|
|
3181
3181
|
["path", { d: "M18 6 6 18", key: "1bl5f8" }],
|
|
3182
3182
|
["path", { d: "m6 6 12 12", key: "d8bk6v" }]
|
|
@@ -5843,13 +5843,13 @@ Button.displayName = "Button";
|
|
|
5843
5843
|
// src/libraries/react/components/ui/dialog.tsx
|
|
5844
5844
|
var React32 = __toESM(require("react"));
|
|
5845
5845
|
|
|
5846
|
-
// ../node_modules/.pnpm/@radix-ui+react-dialog@1.1.14_@types+react-dom@19.
|
|
5846
|
+
// ../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
|
|
5847
5847
|
var React31 = __toESM(require("react"), 1);
|
|
5848
5848
|
|
|
5849
|
-
// ../node_modules/.pnpm/@radix-ui+react-dismissable-layer@1.1.10_@types+react-dom@19.
|
|
5849
|
+
// ../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
|
|
5850
5850
|
var React17 = __toESM(require("react"), 1);
|
|
5851
5851
|
|
|
5852
|
-
// ../node_modules/.pnpm/@radix-ui+react-use-callback-ref@1.1.1_@types+react@19.1.10_react@19.
|
|
5852
|
+
// ../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
|
|
5853
5853
|
var React15 = __toESM(require("react"), 1);
|
|
5854
5854
|
function useCallbackRef(callback) {
|
|
5855
5855
|
const callbackRef = React15.useRef(callback);
|
|
@@ -5859,7 +5859,7 @@ function useCallbackRef(callback) {
|
|
|
5859
5859
|
return React15.useMemo(() => (...args) => callbackRef.current?.(...args), []);
|
|
5860
5860
|
}
|
|
5861
5861
|
|
|
5862
|
-
// ../node_modules/.pnpm/@radix-ui+react-use-escape-keydown@1.1.1_@types+react@19.1.10_react@19.
|
|
5862
|
+
// ../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
|
|
5863
5863
|
var React16 = __toESM(require("react"), 1);
|
|
5864
5864
|
function useEscapeKeydown(onEscapeKeyDownProp, ownerDocument = globalThis?.document) {
|
|
5865
5865
|
const onEscapeKeyDown = useCallbackRef(onEscapeKeyDownProp);
|
|
@@ -5874,7 +5874,7 @@ function useEscapeKeydown(onEscapeKeyDownProp, ownerDocument = globalThis?.docum
|
|
|
5874
5874
|
}, [onEscapeKeyDown, ownerDocument]);
|
|
5875
5875
|
}
|
|
5876
5876
|
|
|
5877
|
-
// ../node_modules/.pnpm/@radix-ui+react-dismissable-layer@1.1.10_@types+react-dom@19.
|
|
5877
|
+
// ../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
|
|
5878
5878
|
var import_jsx_runtime13 = require("react/jsx-runtime");
|
|
5879
5879
|
var DISMISSABLE_LAYER_NAME = "DismissableLayer";
|
|
5880
5880
|
var CONTEXT_UPDATE = "dismissableLayer.update";
|
|
@@ -6079,7 +6079,7 @@ function handleAndDispatchCustomEvent(name, handler, detail, { discrete }) {
|
|
|
6079
6079
|
}
|
|
6080
6080
|
}
|
|
6081
6081
|
|
|
6082
|
-
// ../node_modules/.pnpm/@radix-ui+react-focus-scope@1.1.7_@types+react-dom@19.
|
|
6082
|
+
// ../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
|
|
6083
6083
|
var React18 = __toESM(require("react"), 1);
|
|
6084
6084
|
var import_jsx_runtime14 = require("react/jsx-runtime");
|
|
6085
6085
|
var AUTOFOCUS_ON_MOUNT = "focusScope.autoFocusOnMount";
|
|
@@ -6283,7 +6283,7 @@ function removeLinks(items) {
|
|
|
6283
6283
|
return items.filter((item) => item.tagName !== "A");
|
|
6284
6284
|
}
|
|
6285
6285
|
|
|
6286
|
-
// ../node_modules/.pnpm/@radix-ui+react-portal@1.1.9_@types+react-dom@19.
|
|
6286
|
+
// ../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
|
|
6287
6287
|
var React19 = __toESM(require("react"), 1);
|
|
6288
6288
|
var import_react_dom = __toESM(require("react-dom"), 1);
|
|
6289
6289
|
var import_jsx_runtime15 = require("react/jsx-runtime");
|
|
@@ -6297,7 +6297,7 @@ var Portal = React19.forwardRef((props, forwardedRef) => {
|
|
|
6297
6297
|
});
|
|
6298
6298
|
Portal.displayName = PORTAL_NAME;
|
|
6299
6299
|
|
|
6300
|
-
// ../node_modules/.pnpm/@radix-ui+react-focus-guards@1.1.2_@types+react@19.1.10_react@19.
|
|
6300
|
+
// ../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
|
|
6301
6301
|
var React20 = __toESM(require("react"), 1);
|
|
6302
6302
|
var count2 = 0;
|
|
6303
6303
|
function useFocusGuards() {
|
|
@@ -6357,19 +6357,19 @@ function __spreadArray(to, from, pack) {
|
|
|
6357
6357
|
return to.concat(ar || Array.prototype.slice.call(from));
|
|
6358
6358
|
}
|
|
6359
6359
|
|
|
6360
|
-
// ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.
|
|
6360
|
+
// ../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
|
|
6361
6361
|
var React30 = __toESM(require("react"));
|
|
6362
6362
|
|
|
6363
|
-
// ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.
|
|
6363
|
+
// ../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
|
|
6364
6364
|
var React26 = __toESM(require("react"));
|
|
6365
6365
|
|
|
6366
|
-
// ../node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.1.10_react@19.
|
|
6366
|
+
// ../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
|
|
6367
6367
|
var zeroRightClassName = "right-scroll-bar-position";
|
|
6368
6368
|
var fullWidthClassName = "width-before-scroll-bar";
|
|
6369
6369
|
var noScrollbarsClassName = "with-scroll-bars-hidden";
|
|
6370
6370
|
var removedBarSizeVariable = "--removed-body-scroll-bar-size";
|
|
6371
6371
|
|
|
6372
|
-
// ../node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.1.10_react@19.
|
|
6372
|
+
// ../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
|
|
6373
6373
|
function assignRef(ref, value) {
|
|
6374
6374
|
if (typeof ref === "function") {
|
|
6375
6375
|
ref(value);
|
|
@@ -6379,7 +6379,7 @@ function assignRef(ref, value) {
|
|
|
6379
6379
|
return ref;
|
|
6380
6380
|
}
|
|
6381
6381
|
|
|
6382
|
-
// ../node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.1.10_react@19.
|
|
6382
|
+
// ../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
|
|
6383
6383
|
var import_react11 = require("react");
|
|
6384
6384
|
function useCallbackRef2(initialValue, callback) {
|
|
6385
6385
|
var ref = (0, import_react11.useState)(function() {
|
|
@@ -6407,7 +6407,7 @@ function useCallbackRef2(initialValue, callback) {
|
|
|
6407
6407
|
return ref.facade;
|
|
6408
6408
|
}
|
|
6409
6409
|
|
|
6410
|
-
// ../node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.1.10_react@19.
|
|
6410
|
+
// ../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
|
|
6411
6411
|
var React21 = __toESM(require("react"));
|
|
6412
6412
|
var useIsomorphicLayoutEffect = typeof window !== "undefined" ? React21.useLayoutEffect : React21.useEffect;
|
|
6413
6413
|
var currentValues = /* @__PURE__ */ new WeakMap();
|
|
@@ -6439,7 +6439,7 @@ function useMergeRefs(refs, defaultValue) {
|
|
|
6439
6439
|
return callbackRef;
|
|
6440
6440
|
}
|
|
6441
6441
|
|
|
6442
|
-
// ../node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.1.10_react@19.
|
|
6442
|
+
// ../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
|
|
6443
6443
|
function ItoI(a) {
|
|
6444
6444
|
return a;
|
|
6445
6445
|
}
|
|
@@ -6525,7 +6525,7 @@ function createSidecarMedium(options) {
|
|
|
6525
6525
|
return medium;
|
|
6526
6526
|
}
|
|
6527
6527
|
|
|
6528
|
-
// ../node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.1.10_react@19.
|
|
6528
|
+
// ../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
|
|
6529
6529
|
var React25 = __toESM(require("react"));
|
|
6530
6530
|
var SideCar = function(_a) {
|
|
6531
6531
|
var sideCar = _a.sideCar, rest = __rest(_a, ["sideCar"]);
|
|
@@ -6544,10 +6544,10 @@ function exportSidecar(medium, exported) {
|
|
|
6544
6544
|
return SideCar;
|
|
6545
6545
|
}
|
|
6546
6546
|
|
|
6547
|
-
// ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.
|
|
6547
|
+
// ../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
|
|
6548
6548
|
var effectCar = createSidecarMedium();
|
|
6549
6549
|
|
|
6550
|
-
// ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.
|
|
6550
|
+
// ../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
|
|
6551
6551
|
var nothing = function() {
|
|
6552
6552
|
return;
|
|
6553
6553
|
};
|
|
@@ -6579,13 +6579,13 @@ RemoveScroll.classNames = {
|
|
|
6579
6579
|
zeroRight: zeroRightClassName
|
|
6580
6580
|
};
|
|
6581
6581
|
|
|
6582
|
-
// ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.
|
|
6582
|
+
// ../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
|
|
6583
6583
|
var React29 = __toESM(require("react"));
|
|
6584
6584
|
|
|
6585
|
-
// ../node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.1.10_react@19.
|
|
6585
|
+
// ../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
|
|
6586
6586
|
var React28 = __toESM(require("react"));
|
|
6587
6587
|
|
|
6588
|
-
// ../node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.1.10_react@19.
|
|
6588
|
+
// ../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
|
|
6589
6589
|
var React27 = __toESM(require("react"));
|
|
6590
6590
|
|
|
6591
6591
|
// ../node_modules/.pnpm/get-nonce@1.0.1/node_modules/get-nonce/dist/es2015/index.js
|
|
@@ -6600,7 +6600,7 @@ var getNonce = function() {
|
|
|
6600
6600
|
return void 0;
|
|
6601
6601
|
};
|
|
6602
6602
|
|
|
6603
|
-
// ../node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.1.10_react@19.
|
|
6603
|
+
// ../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
|
|
6604
6604
|
function makeStyleTag() {
|
|
6605
6605
|
if (!document)
|
|
6606
6606
|
return null;
|
|
@@ -6646,7 +6646,7 @@ var stylesheetSingleton = function() {
|
|
|
6646
6646
|
};
|
|
6647
6647
|
};
|
|
6648
6648
|
|
|
6649
|
-
// ../node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.1.10_react@19.
|
|
6649
|
+
// ../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
|
|
6650
6650
|
var styleHookSingleton = function() {
|
|
6651
6651
|
var sheet = stylesheetSingleton();
|
|
6652
6652
|
return function(styles, isDynamic) {
|
|
@@ -6659,7 +6659,7 @@ var styleHookSingleton = function() {
|
|
|
6659
6659
|
};
|
|
6660
6660
|
};
|
|
6661
6661
|
|
|
6662
|
-
// ../node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.1.10_react@19.
|
|
6662
|
+
// ../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
|
|
6663
6663
|
var styleSingleton = function() {
|
|
6664
6664
|
var useStyle = styleHookSingleton();
|
|
6665
6665
|
var Sheet = function(_a) {
|
|
@@ -6670,7 +6670,7 @@ var styleSingleton = function() {
|
|
|
6670
6670
|
return Sheet;
|
|
6671
6671
|
};
|
|
6672
6672
|
|
|
6673
|
-
// ../node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.1.10_react@19.
|
|
6673
|
+
// ../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
|
|
6674
6674
|
var zeroGap = {
|
|
6675
6675
|
left: 0,
|
|
6676
6676
|
top: 0,
|
|
@@ -6705,7 +6705,7 @@ var getGapWidth = function(gapMode) {
|
|
|
6705
6705
|
};
|
|
6706
6706
|
};
|
|
6707
6707
|
|
|
6708
|
-
// ../node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.1.10_react@19.
|
|
6708
|
+
// ../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
|
|
6709
6709
|
var Style = styleSingleton();
|
|
6710
6710
|
var lockAttribute = "data-scroll-locked";
|
|
6711
6711
|
var getStyles = function(_a, allowRelative, gapMode, important) {
|
|
@@ -6745,7 +6745,7 @@ var RemoveScrollBar = function(_a) {
|
|
|
6745
6745
|
return React28.createElement(Style, { styles: getStyles(gap, !noRelative, gapMode, !noImportant ? "!important" : "") });
|
|
6746
6746
|
};
|
|
6747
6747
|
|
|
6748
|
-
// ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.
|
|
6748
|
+
// ../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
|
|
6749
6749
|
var passiveSupported = false;
|
|
6750
6750
|
if (typeof window !== "undefined") {
|
|
6751
6751
|
try {
|
|
@@ -6764,7 +6764,7 @@ if (typeof window !== "undefined") {
|
|
|
6764
6764
|
var options;
|
|
6765
6765
|
var nonPassive = passiveSupported ? { passive: false } : false;
|
|
6766
6766
|
|
|
6767
|
-
// ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.
|
|
6767
|
+
// ../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
|
|
6768
6768
|
var alwaysContainsScroll = function(node) {
|
|
6769
6769
|
return node.tagName === "TEXTAREA";
|
|
6770
6770
|
};
|
|
@@ -6864,7 +6864,7 @@ var handleScroll = function(axis, endTarget, event, sourceDelta, noOverscroll) {
|
|
|
6864
6864
|
return shouldCancelScroll;
|
|
6865
6865
|
};
|
|
6866
6866
|
|
|
6867
|
-
// ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.
|
|
6867
|
+
// ../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
|
|
6868
6868
|
var getTouchXY = function(event) {
|
|
6869
6869
|
return "changedTouches" in event ? [event.changedTouches[0].clientX, event.changedTouches[0].clientY] : [0, 0];
|
|
6870
6870
|
};
|
|
@@ -7029,10 +7029,10 @@ function getOutermostShadowParent(node) {
|
|
|
7029
7029
|
return shadowParent;
|
|
7030
7030
|
}
|
|
7031
7031
|
|
|
7032
|
-
// ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.
|
|
7032
|
+
// ../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
|
|
7033
7033
|
var sidecar_default = exportSidecar(effectCar, RemoveScrollSideCar);
|
|
7034
7034
|
|
|
7035
|
-
// ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.
|
|
7035
|
+
// ../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
|
|
7036
7036
|
var ReactRemoveScroll = React30.forwardRef(function(props, ref) {
|
|
7037
7037
|
return React30.createElement(RemoveScroll, __assign({}, props, { ref, sideCar: sidecar_default }));
|
|
7038
7038
|
});
|
|
@@ -7160,7 +7160,7 @@ var hideOthers = function(originalTarget, parentNode, markerName) {
|
|
|
7160
7160
|
return applyAttributeToOthers(targets, activeParentNode, markerName, "aria-hidden");
|
|
7161
7161
|
};
|
|
7162
7162
|
|
|
7163
|
-
// ../node_modules/.pnpm/@radix-ui+react-dialog@1.1.14_@types+react-dom@19.
|
|
7163
|
+
// ../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
|
|
7164
7164
|
var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
7165
7165
|
var DIALOG_NAME = "Dialog";
|
|
7166
7166
|
var [createDialogContext, createDialogScope] = createContextScope(DIALOG_NAME);
|
|
@@ -7581,10 +7581,10 @@ Input.displayName = "Input";
|
|
|
7581
7581
|
// src/libraries/react/components/ui/popover.tsx
|
|
7582
7582
|
var React39 = __toESM(require("react"));
|
|
7583
7583
|
|
|
7584
|
-
// ../node_modules/.pnpm/@radix-ui+react-popover@1.1.14_@types+react-dom@19.
|
|
7584
|
+
// ../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
|
|
7585
7585
|
var React38 = __toESM(require("react"), 1);
|
|
7586
7586
|
|
|
7587
|
-
// ../node_modules/.pnpm/@radix-ui+react-popper@1.2.7_@types+react-dom@19.
|
|
7587
|
+
// ../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
|
|
7588
7588
|
var React37 = __toESM(require("react"), 1);
|
|
7589
7589
|
|
|
7590
7590
|
// ../node_modules/.pnpm/@floating-ui+utils@0.2.10/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs
|
|
@@ -9185,7 +9185,7 @@ var computePosition2 = (reference, floating, options) => {
|
|
|
9185
9185
|
});
|
|
9186
9186
|
};
|
|
9187
9187
|
|
|
9188
|
-
// ../node_modules/.pnpm/@floating-ui+react-dom@2.1.5_react-dom@19.1.1_react@19.
|
|
9188
|
+
// ../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
|
|
9189
9189
|
var React34 = __toESM(require("react"), 1);
|
|
9190
9190
|
var import_react12 = require("react");
|
|
9191
9191
|
var ReactDOM3 = __toESM(require("react-dom"), 1);
|
|
@@ -9469,7 +9469,7 @@ var arrow3 = (options, deps) => ({
|
|
|
9469
9469
|
options: [options, deps]
|
|
9470
9470
|
});
|
|
9471
9471
|
|
|
9472
|
-
// ../node_modules/.pnpm/@radix-ui+react-arrow@1.1.7_@types+react-dom@19.
|
|
9472
|
+
// ../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
|
|
9473
9473
|
var React35 = __toESM(require("react"), 1);
|
|
9474
9474
|
var import_jsx_runtime19 = require("react/jsx-runtime");
|
|
9475
9475
|
var NAME = "Arrow";
|
|
@@ -9491,7 +9491,7 @@ var Arrow = React35.forwardRef((props, forwardedRef) => {
|
|
|
9491
9491
|
Arrow.displayName = NAME;
|
|
9492
9492
|
var Root4 = Arrow;
|
|
9493
9493
|
|
|
9494
|
-
// ../node_modules/.pnpm/@radix-ui+react-use-size@1.1.1_@types+react@19.1.10_react@19.
|
|
9494
|
+
// ../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
|
|
9495
9495
|
var React36 = __toESM(require("react"), 1);
|
|
9496
9496
|
function useSize(element) {
|
|
9497
9497
|
const [size4, setSize] = React36.useState(void 0);
|
|
@@ -9528,7 +9528,7 @@ function useSize(element) {
|
|
|
9528
9528
|
return size4;
|
|
9529
9529
|
}
|
|
9530
9530
|
|
|
9531
|
-
// ../node_modules/.pnpm/@radix-ui+react-popper@1.2.7_@types+react-dom@19.
|
|
9531
|
+
// ../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
|
|
9532
9532
|
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
9533
9533
|
var POPPER_NAME = "Popper";
|
|
9534
9534
|
var [createPopperContext, createPopperScope] = createContextScope(POPPER_NAME);
|
|
@@ -9795,7 +9795,7 @@ var Anchor = PopperAnchor;
|
|
|
9795
9795
|
var Content4 = PopperContent;
|
|
9796
9796
|
var Arrow2 = PopperArrow;
|
|
9797
9797
|
|
|
9798
|
-
// ../node_modules/.pnpm/@radix-ui+react-popover@1.1.14_@types+react-dom@19.
|
|
9798
|
+
// ../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
|
|
9799
9799
|
var import_jsx_runtime21 = require("react/jsx-runtime");
|
|
9800
9800
|
var POPOVER_NAME = "Popover";
|
|
9801
9801
|
var [createPopoverContext, createPopoverScope] = createContextScope(POPOVER_NAME, [
|
|
@@ -10559,10 +10559,10 @@ var import_react15 = require("react");
|
|
|
10559
10559
|
// src/libraries/react/components/ui/switch.tsx
|
|
10560
10560
|
var React42 = __toESM(require("react"));
|
|
10561
10561
|
|
|
10562
|
-
// ../node_modules/.pnpm/@radix-ui+react-switch@1.2.5_@types+react-dom@19.
|
|
10562
|
+
// ../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
|
|
10563
10563
|
var React41 = __toESM(require("react"), 1);
|
|
10564
10564
|
|
|
10565
|
-
// ../node_modules/.pnpm/@radix-ui+react-use-previous@1.1.1_@types+react@19.1.10_react@19.
|
|
10565
|
+
// ../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
|
|
10566
10566
|
var React40 = __toESM(require("react"), 1);
|
|
10567
10567
|
function usePrevious(value) {
|
|
10568
10568
|
const ref = React40.useRef({ value, previous: value });
|
|
@@ -10575,7 +10575,7 @@ function usePrevious(value) {
|
|
|
10575
10575
|
}, [value]);
|
|
10576
10576
|
}
|
|
10577
10577
|
|
|
10578
|
-
// ../node_modules/.pnpm/@radix-ui+react-switch@1.2.5_@types+react-dom@19.
|
|
10578
|
+
// ../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
|
|
10579
10579
|
var import_jsx_runtime26 = require("react/jsx-runtime");
|
|
10580
10580
|
var SWITCH_NAME = "Switch";
|
|
10581
10581
|
var [createSwitchContext, createSwitchScope] = createContextScope(SWITCH_NAME);
|
|
@@ -10830,7 +10830,8 @@ if (typeof document !== "undefined") {
|
|
|
10830
10830
|
// src/libraries/react/components/pricing-table/pricing-table-synced.tsx
|
|
10831
10831
|
var import_jsx_runtime29 = require("react/jsx-runtime");
|
|
10832
10832
|
function PricingTable({
|
|
10833
|
-
productDetails
|
|
10833
|
+
productDetails,
|
|
10834
|
+
checkoutParams
|
|
10834
10835
|
}) {
|
|
10835
10836
|
const { customer, checkout } = useCustomer({ errorOnNotFound: false });
|
|
10836
10837
|
const [isAnnual, setIsAnnual] = (0, import_react15.useState)(false);
|
|
@@ -10876,6 +10877,7 @@ function PricingTable({
|
|
|
10876
10877
|
onClick: async () => {
|
|
10877
10878
|
if (product.id && customer) {
|
|
10878
10879
|
await checkout({
|
|
10880
|
+
...checkoutParams,
|
|
10879
10881
|
productId: product.id,
|
|
10880
10882
|
dialog: CheckoutDialog
|
|
10881
10883
|
});
|
|
@@ -9,51 +9,51 @@ import {
|
|
|
9
9
|
PricingTableContainer,
|
|
10
10
|
RecommendedBadge,
|
|
11
11
|
usePricingTableContext
|
|
12
|
-
} from "../../chunk-
|
|
12
|
+
} from "../../chunk-AMBWOUTW.mjs";
|
|
13
13
|
import "../../chunk-BLM4DAAR.mjs";
|
|
14
14
|
import "../../chunk-I5ZGIAIX.mjs";
|
|
15
15
|
import "../../chunk-URQMBRFZ.mjs";
|
|
16
|
-
import "../../chunk-
|
|
16
|
+
import "../../chunk-4KLTPVNG.mjs";
|
|
17
|
+
import "../../chunk-SWSFJTEQ.mjs";
|
|
18
|
+
import "../../chunk-47KEC6LH.mjs";
|
|
19
|
+
import "../../chunk-2OHJ6PS6.mjs";
|
|
17
20
|
import "../../chunk-GUM4HIGI.mjs";
|
|
18
|
-
import "../../chunk-
|
|
19
|
-
import "../../chunk-
|
|
20
|
-
import "../../chunk-
|
|
21
|
-
import "../../chunk-
|
|
21
|
+
import "../../chunk-YCHPTRJA.mjs";
|
|
22
|
+
import "../../chunk-4QVAJKUF.mjs";
|
|
23
|
+
import "../../chunk-5TLRC3ED.mjs";
|
|
24
|
+
import "../../chunk-2LZIBRD4.mjs";
|
|
25
|
+
import "../../chunk-QEWVBDWJ.mjs";
|
|
26
|
+
import "../../chunk-2GEDBGON.mjs";
|
|
27
|
+
import "../../chunk-DXHYWJOY.mjs";
|
|
22
28
|
import "../../chunk-WVKYZYFT.mjs";
|
|
23
|
-
import "../../chunk-
|
|
24
|
-
import "../../chunk-
|
|
25
|
-
import "../../chunk-
|
|
26
|
-
import "../../chunk-
|
|
27
|
-
import "../../chunk-
|
|
28
|
-
import "../../chunk-ACRIHVEO.mjs";
|
|
29
|
+
import "../../chunk-AHB5A4Y2.mjs";
|
|
30
|
+
import "../../chunk-7W6MNMN2.mjs";
|
|
31
|
+
import "../../chunk-VB77RD2S.mjs";
|
|
32
|
+
import "../../chunk-UUUCCU2M.mjs";
|
|
33
|
+
import "../../chunk-55YYX6AR.mjs";
|
|
29
34
|
import "../../chunk-4J6OC4ZQ.mjs";
|
|
30
|
-
import "../../chunk-
|
|
31
|
-
import "../../chunk-
|
|
32
|
-
import "../../chunk-
|
|
33
|
-
import "../../chunk-
|
|
34
|
-
import "../../chunk-
|
|
35
|
-
import "../../chunk-N6DY2K75.mjs";
|
|
36
|
-
import "../../chunk-3YJEXV3N.mjs";
|
|
37
|
-
import "../../chunk-AFS2TJWY.mjs";
|
|
38
|
-
import "../../chunk-RZKICKGQ.mjs";
|
|
39
|
-
import "../../chunk-SIN5IMSL.mjs";
|
|
35
|
+
import "../../chunk-6ADAHXOI.mjs";
|
|
36
|
+
import "../../chunk-TUZTJYBB.mjs";
|
|
37
|
+
import "../../chunk-UNPSUPQQ.mjs";
|
|
38
|
+
import "../../chunk-TTE2HNTK.mjs";
|
|
39
|
+
import "../../chunk-TLEA6GE7.mjs";
|
|
40
40
|
import "../../chunk-RFSQBGLO.mjs";
|
|
41
|
-
import "../../chunk-
|
|
42
|
-
import "../../chunk-6XHXGLPY.mjs";
|
|
41
|
+
import "../../chunk-JCS53EPV.mjs";
|
|
43
42
|
import "../../chunk-5YRCYEG5.mjs";
|
|
43
|
+
import "../../chunk-6XHXGLPY.mjs";
|
|
44
44
|
import "../../chunk-KHXGA6KQ.mjs";
|
|
45
|
-
import "../../chunk-
|
|
45
|
+
import "../../chunk-KHYDU3DA.mjs";
|
|
46
46
|
import "../../chunk-BGK7UZ2I.mjs";
|
|
47
|
-
import "../../chunk-
|
|
48
|
-
import "../../chunk-
|
|
47
|
+
import "../../chunk-FVOKPIQG.mjs";
|
|
48
|
+
import "../../chunk-JVCOY7ZL.mjs";
|
|
49
|
+
import "../../chunk-CIBQ4BJU.mjs";
|
|
49
50
|
import "../../chunk-OYBOLAL5.mjs";
|
|
50
51
|
import "../../chunk-6EXNYWJX.mjs";
|
|
51
52
|
import "../../chunk-V575SGOW.mjs";
|
|
52
53
|
import "../../chunk-SUENW2KS.mjs";
|
|
53
|
-
import "../../chunk-JVCOY7ZL.mjs";
|
|
54
|
-
import "../../chunk-CIBQ4BJU.mjs";
|
|
55
54
|
import "../../chunk-ESF5JUVR.mjs";
|
|
56
55
|
import "../../chunk-XDQLJ7QR.mjs";
|
|
56
|
+
import "../../chunk-WFFVOEUG.mjs";
|
|
57
57
|
export {
|
|
58
58
|
AnnualSwitch,
|
|
59
59
|
PricingCard,
|