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.
Files changed (72) hide show
  1. package/dist/libraries/backend/better-auth.js +3 -2
  2. package/dist/libraries/backend/better-auth.mjs +6 -5
  3. package/dist/libraries/backend/convex.mjs +3 -3
  4. package/dist/libraries/backend/elysia.mjs +3 -3
  5. package/dist/libraries/backend/express.mjs +3 -3
  6. package/dist/libraries/backend/fastify.mjs +3 -3
  7. package/dist/libraries/backend/hono.mjs +3 -3
  8. package/dist/libraries/backend/index.mjs +3 -3
  9. package/dist/libraries/backend/next.mjs +3 -3
  10. package/dist/libraries/backend/react-router.mjs +3 -3
  11. package/dist/libraries/backend/remix_dep.mjs +3 -3
  12. package/dist/libraries/backend/routes/backendRouter.mjs +3 -3
  13. package/dist/libraries/backend/supabase.mjs +3 -3
  14. package/dist/libraries/backend/tanstack.mjs +3 -3
  15. package/dist/libraries/react/AutumnContext.mjs +4 -4
  16. package/dist/libraries/react/BaseAutumnProvider.mjs +6 -6
  17. package/dist/libraries/react/ReactAutumnProvider.mjs +7 -7
  18. package/dist/libraries/react/{chunk-7N75YTVM.mjs → chunk-2GEDBGON.mjs} +6 -6
  19. package/dist/libraries/react/{chunk-C3LUB2Q3.mjs → chunk-2LZIBRD4.mjs} +6 -6
  20. package/dist/libraries/react/{chunk-2ZZJUGBO.mjs → chunk-2OHJ6PS6.mjs} +10 -10
  21. package/dist/libraries/react/{chunk-EMHT2HX4.mjs → chunk-47KEC6LH.mjs} +8 -8
  22. package/dist/libraries/react/{chunk-Y626BPVN.mjs → chunk-4KLTPVNG.mjs} +9 -9
  23. package/dist/libraries/react/{chunk-MJF25D7E.mjs → chunk-4QVAJKUF.mjs} +32 -32
  24. package/dist/libraries/react/{chunk-3USIUUS3.mjs → chunk-55YYX6AR.mjs} +1 -1
  25. package/dist/libraries/react/{chunk-36POY2CM.mjs → chunk-5TLRC3ED.mjs} +4 -4
  26. package/dist/libraries/react/{chunk-IDOX5V46.mjs → chunk-6ADAHXOI.mjs} +1 -1
  27. package/dist/libraries/react/{chunk-3MJML3BG.mjs → chunk-7W6MNMN2.mjs} +1 -1
  28. package/dist/libraries/react/{chunk-AAOPTNAA.mjs → chunk-AHB5A4Y2.mjs} +2 -2
  29. package/dist/libraries/react/{chunk-BQ3TB6LH.mjs → chunk-AMBWOUTW.mjs} +452 -454
  30. package/dist/libraries/react/{chunk-ACRIHVEO.mjs → chunk-DXHYWJOY.mjs} +3 -3
  31. package/dist/libraries/react/{chunk-D7DCUX45.mjs → chunk-JCS53EPV.mjs} +1 -1
  32. package/dist/libraries/react/{chunk-IHMQB7NO.mjs → chunk-KHYDU3DA.mjs} +1 -1
  33. package/dist/libraries/react/{chunk-6I5DGTWH.mjs → chunk-QEWVBDWJ.mjs} +2 -2
  34. package/dist/libraries/react/{chunk-WA7QZHL5.mjs → chunk-SWSFJTEQ.mjs} +1 -1
  35. package/dist/libraries/react/{chunk-J3ZAU2WC.mjs → chunk-TLEA6GE7.mjs} +1 -1
  36. package/dist/libraries/react/{chunk-ZPG46FL3.mjs → chunk-TTE2HNTK.mjs} +3 -3
  37. package/dist/libraries/react/{chunk-3XUXFTD4.mjs → chunk-TUZTJYBB.mjs} +1 -1
  38. package/dist/libraries/react/{chunk-MK2IKDCA.mjs → chunk-UNPSUPQQ.mjs} +2 -2
  39. package/dist/libraries/react/{chunk-4YBMXETN.mjs → chunk-UUUCCU2M.mjs} +1 -1
  40. package/dist/libraries/react/{chunk-MYQHICWM.mjs → chunk-VB77RD2S.mjs} +1 -1
  41. package/dist/libraries/react/{chunk-CWQ4UVCS.mjs → chunk-YCHPTRJA.mjs} +13 -13
  42. package/dist/libraries/react/client/ReactAutumnClient.mjs +3 -3
  43. package/dist/libraries/react/components/checkout-dialog/checkout-dialog-synced.js +68 -68
  44. package/dist/libraries/react/components/checkout-dialog/checkout-dialog-synced.mjs +28 -28
  45. package/dist/libraries/react/components/paywall-dialog/paywall-dialog-synced.js +66 -66
  46. package/dist/libraries/react/components/paywall-dialog/paywall-dialog-synced.mjs +28 -28
  47. package/dist/libraries/react/components/pricing-table/pricing-table-synced.js +67 -67
  48. package/dist/libraries/react/components/pricing-table/pricing-table-synced.mjs +28 -28
  49. package/dist/libraries/react/components/ui/accordion.js +23 -23
  50. package/dist/libraries/react/components/ui/accordion.mjs +5 -5
  51. package/dist/libraries/react/components/ui/button.js +3 -3
  52. package/dist/libraries/react/components/ui/button.mjs +2 -2
  53. package/dist/libraries/react/components/ui/dialog.js +49 -49
  54. package/dist/libraries/react/components/ui/dialog.mjs +6 -6
  55. package/dist/libraries/react/components/ui/popover.js +47 -47
  56. package/dist/libraries/react/components/ui/popover.mjs +6 -6
  57. package/dist/libraries/react/components/ui/switch.js +12 -12
  58. package/dist/libraries/react/components/ui/switch.mjs +4 -4
  59. package/dist/libraries/react/hooks/useAggregateEvents.mjs +5 -5
  60. package/dist/libraries/react/hooks/useAnalytics.mjs +5 -5
  61. package/dist/libraries/react/hooks/useCustomer.mjs +6 -6
  62. package/dist/libraries/react/hooks/useCustomerBase.mjs +5 -5
  63. package/dist/libraries/react/hooks/useEntity.mjs +6 -6
  64. package/dist/libraries/react/hooks/useEntityBase.mjs +5 -5
  65. package/dist/libraries/react/hooks/useListEvents.mjs +5 -5
  66. package/dist/libraries/react/hooks/usePaywall.mjs +5 -5
  67. package/dist/libraries/react/hooks/usePricingTable.mjs +5 -5
  68. package/dist/libraries/react/index.js +67 -67
  69. package/dist/libraries/react/index.mjs +67 -67
  70. package/package.json +1 -1
  71. package/dist/libraries/backend/{chunk-E653AL66.mjs → chunk-KKZY2VGU.mjs} +6 -6
  72. package/dist/libraries/react/{chunk-JGDPX6X2.mjs → chunk-FVOKPIQG.mjs} +6 -6
@@ -5,15 +5,15 @@ import {
5
5
  composeEventHandlers,
6
6
  dispatchDiscreteCustomEvent,
7
7
  useLayoutEffect2
8
- } from "./chunk-7N75YTVM.mjs";
8
+ } from "./chunk-2GEDBGON.mjs";
9
9
  import {
10
10
  useComposedRefs
11
- } from "./chunk-ACRIHVEO.mjs";
11
+ } from "./chunk-DXHYWJOY.mjs";
12
12
 
13
- // ../node_modules/.pnpm/@radix-ui+react-dismissable-layer@1.1.10_@types+react-dom@19.2.3_@types+react@19.1.10___a75ae06ee9e29285ce19390aace95a02/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs
13
+ // ../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
14
14
  import * as React3 from "react";
15
15
 
16
- // ../node_modules/.pnpm/@radix-ui+react-use-callback-ref@1.1.1_@types+react@19.1.10_react@19.2.3/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs
16
+ // ../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
17
17
  import * as React from "react";
18
18
  function useCallbackRef(callback) {
19
19
  const callbackRef = React.useRef(callback);
@@ -23,7 +23,7 @@ function useCallbackRef(callback) {
23
23
  return React.useMemo(() => (...args) => callbackRef.current?.(...args), []);
24
24
  }
25
25
 
26
- // ../node_modules/.pnpm/@radix-ui+react-use-escape-keydown@1.1.1_@types+react@19.1.10_react@19.2.3/node_modules/@radix-ui/react-use-escape-keydown/dist/index.mjs
26
+ // ../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
27
27
  import * as React2 from "react";
28
28
  function useEscapeKeydown(onEscapeKeyDownProp, ownerDocument = globalThis?.document) {
29
29
  const onEscapeKeyDown = useCallbackRef(onEscapeKeyDownProp);
@@ -38,7 +38,7 @@ function useEscapeKeydown(onEscapeKeyDownProp, ownerDocument = globalThis?.docum
38
38
  }, [onEscapeKeyDown, ownerDocument]);
39
39
  }
40
40
 
41
- // ../node_modules/.pnpm/@radix-ui+react-dismissable-layer@1.1.10_@types+react-dom@19.2.3_@types+react@19.1.10___a75ae06ee9e29285ce19390aace95a02/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs
41
+ // ../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
42
42
  import { jsx } from "react/jsx-runtime";
43
43
  var DISMISSABLE_LAYER_NAME = "DismissableLayer";
44
44
  var CONTEXT_UPDATE = "dismissableLayer.update";
@@ -243,7 +243,7 @@ function handleAndDispatchCustomEvent(name, handler, detail, { discrete }) {
243
243
  }
244
244
  }
245
245
 
246
- // ../node_modules/.pnpm/@radix-ui+react-focus-scope@1.1.7_@types+react-dom@19.2.3_@types+react@19.1.10__@types+_5ef8b38ef364f44ea1b47f419e2150cb/node_modules/@radix-ui/react-focus-scope/dist/index.mjs
246
+ // ../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
247
247
  import * as React4 from "react";
248
248
  import { jsx as jsx2 } from "react/jsx-runtime";
249
249
  var AUTOFOCUS_ON_MOUNT = "focusScope.autoFocusOnMount";
@@ -447,7 +447,7 @@ function removeLinks(items) {
447
447
  return items.filter((item) => item.tagName !== "A");
448
448
  }
449
449
 
450
- // ../node_modules/.pnpm/@radix-ui+react-portal@1.1.9_@types+react-dom@19.2.3_@types+react@19.1.10__@types+react_5524b086c128f0791c9cd7e1892ae36a/node_modules/@radix-ui/react-portal/dist/index.mjs
450
+ // ../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
451
451
  import * as React5 from "react";
452
452
  import ReactDOM from "react-dom";
453
453
  import { jsx as jsx3 } from "react/jsx-runtime";
@@ -461,7 +461,7 @@ var Portal = React5.forwardRef((props, forwardedRef) => {
461
461
  });
462
462
  Portal.displayName = PORTAL_NAME;
463
463
 
464
- // ../node_modules/.pnpm/@radix-ui+react-focus-guards@1.1.2_@types+react@19.1.10_react@19.2.3/node_modules/@radix-ui/react-focus-guards/dist/index.mjs
464
+ // ../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
465
465
  import * as React6 from "react";
466
466
  var count = 0;
467
467
  function useFocusGuards() {
@@ -521,19 +521,19 @@ function __spreadArray(to, from, pack) {
521
521
  return to.concat(ar || Array.prototype.slice.call(from));
522
522
  }
523
523
 
524
- // ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.2.3/node_modules/react-remove-scroll/dist/es2015/Combination.js
524
+ // ../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
525
525
  import * as React13 from "react";
526
526
 
527
- // ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.2.3/node_modules/react-remove-scroll/dist/es2015/UI.js
527
+ // ../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
528
528
  import * as React9 from "react";
529
529
 
530
- // ../node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.1.10_react@19.2.3/node_modules/react-remove-scroll-bar/dist/es2015/constants.js
530
+ // ../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
531
531
  var zeroRightClassName = "right-scroll-bar-position";
532
532
  var fullWidthClassName = "width-before-scroll-bar";
533
533
  var noScrollbarsClassName = "with-scroll-bars-hidden";
534
534
  var removedBarSizeVariable = "--removed-body-scroll-bar-size";
535
535
 
536
- // ../node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.1.10_react@19.2.3/node_modules/use-callback-ref/dist/es2015/assignRef.js
536
+ // ../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
537
537
  function assignRef(ref, value) {
538
538
  if (typeof ref === "function") {
539
539
  ref(value);
@@ -543,7 +543,7 @@ function assignRef(ref, value) {
543
543
  return ref;
544
544
  }
545
545
 
546
- // ../node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.1.10_react@19.2.3/node_modules/use-callback-ref/dist/es2015/useRef.js
546
+ // ../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
547
547
  import { useState as useState4 } from "react";
548
548
  function useCallbackRef2(initialValue, callback) {
549
549
  var ref = useState4(function() {
@@ -571,7 +571,7 @@ function useCallbackRef2(initialValue, callback) {
571
571
  return ref.facade;
572
572
  }
573
573
 
574
- // ../node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.1.10_react@19.2.3/node_modules/use-callback-ref/dist/es2015/useMergeRef.js
574
+ // ../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
575
575
  import * as React7 from "react";
576
576
  var useIsomorphicLayoutEffect = typeof window !== "undefined" ? React7.useLayoutEffect : React7.useEffect;
577
577
  var currentValues = /* @__PURE__ */ new WeakMap();
@@ -603,7 +603,7 @@ function useMergeRefs(refs, defaultValue) {
603
603
  return callbackRef;
604
604
  }
605
605
 
606
- // ../node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.1.10_react@19.2.3/node_modules/use-sidecar/dist/es2015/medium.js
606
+ // ../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
607
607
  function ItoI(a) {
608
608
  return a;
609
609
  }
@@ -689,7 +689,7 @@ function createSidecarMedium(options) {
689
689
  return medium;
690
690
  }
691
691
 
692
- // ../node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.1.10_react@19.2.3/node_modules/use-sidecar/dist/es2015/exports.js
692
+ // ../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
693
693
  import * as React8 from "react";
694
694
  var SideCar = function(_a) {
695
695
  var sideCar = _a.sideCar, rest = __rest(_a, ["sideCar"]);
@@ -708,10 +708,10 @@ function exportSidecar(medium, exported) {
708
708
  return SideCar;
709
709
  }
710
710
 
711
- // ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.2.3/node_modules/react-remove-scroll/dist/es2015/medium.js
711
+ // ../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
712
712
  var effectCar = createSidecarMedium();
713
713
 
714
- // ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.2.3/node_modules/react-remove-scroll/dist/es2015/UI.js
714
+ // ../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
715
715
  var nothing = function() {
716
716
  return;
717
717
  };
@@ -743,13 +743,13 @@ RemoveScroll.classNames = {
743
743
  zeroRight: zeroRightClassName
744
744
  };
745
745
 
746
- // ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.2.3/node_modules/react-remove-scroll/dist/es2015/SideEffect.js
746
+ // ../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
747
747
  import * as React12 from "react";
748
748
 
749
- // ../node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.1.10_react@19.2.3/node_modules/react-remove-scroll-bar/dist/es2015/component.js
749
+ // ../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
750
750
  import * as React11 from "react";
751
751
 
752
- // ../node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.1.10_react@19.2.3/node_modules/react-style-singleton/dist/es2015/hook.js
752
+ // ../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
753
753
  import * as React10 from "react";
754
754
 
755
755
  // ../node_modules/.pnpm/get-nonce@1.0.1/node_modules/get-nonce/dist/es2015/index.js
@@ -764,7 +764,7 @@ var getNonce = function() {
764
764
  return void 0;
765
765
  };
766
766
 
767
- // ../node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.1.10_react@19.2.3/node_modules/react-style-singleton/dist/es2015/singleton.js
767
+ // ../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
768
768
  function makeStyleTag() {
769
769
  if (!document)
770
770
  return null;
@@ -810,7 +810,7 @@ var stylesheetSingleton = function() {
810
810
  };
811
811
  };
812
812
 
813
- // ../node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.1.10_react@19.2.3/node_modules/react-style-singleton/dist/es2015/hook.js
813
+ // ../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
814
814
  var styleHookSingleton = function() {
815
815
  var sheet = stylesheetSingleton();
816
816
  return function(styles, isDynamic) {
@@ -823,7 +823,7 @@ var styleHookSingleton = function() {
823
823
  };
824
824
  };
825
825
 
826
- // ../node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.1.10_react@19.2.3/node_modules/react-style-singleton/dist/es2015/component.js
826
+ // ../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
827
827
  var styleSingleton = function() {
828
828
  var useStyle = styleHookSingleton();
829
829
  var Sheet = function(_a) {
@@ -834,7 +834,7 @@ var styleSingleton = function() {
834
834
  return Sheet;
835
835
  };
836
836
 
837
- // ../node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.1.10_react@19.2.3/node_modules/react-remove-scroll-bar/dist/es2015/utils.js
837
+ // ../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
838
838
  var zeroGap = {
839
839
  left: 0,
840
840
  top: 0,
@@ -869,7 +869,7 @@ var getGapWidth = function(gapMode) {
869
869
  };
870
870
  };
871
871
 
872
- // ../node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.1.10_react@19.2.3/node_modules/react-remove-scroll-bar/dist/es2015/component.js
872
+ // ../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
873
873
  var Style = styleSingleton();
874
874
  var lockAttribute = "data-scroll-locked";
875
875
  var getStyles = function(_a, allowRelative, gapMode, important) {
@@ -909,7 +909,7 @@ var RemoveScrollBar = function(_a) {
909
909
  return React11.createElement(Style, { styles: getStyles(gap, !noRelative, gapMode, !noImportant ? "!important" : "") });
910
910
  };
911
911
 
912
- // ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.2.3/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js
912
+ // ../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
913
913
  var passiveSupported = false;
914
914
  if (typeof window !== "undefined") {
915
915
  try {
@@ -928,7 +928,7 @@ if (typeof window !== "undefined") {
928
928
  var options;
929
929
  var nonPassive = passiveSupported ? { passive: false } : false;
930
930
 
931
- // ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.2.3/node_modules/react-remove-scroll/dist/es2015/handleScroll.js
931
+ // ../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
932
932
  var alwaysContainsScroll = function(node) {
933
933
  return node.tagName === "TEXTAREA";
934
934
  };
@@ -1028,7 +1028,7 @@ var handleScroll = function(axis, endTarget, event, sourceDelta, noOverscroll) {
1028
1028
  return shouldCancelScroll;
1029
1029
  };
1030
1030
 
1031
- // ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.2.3/node_modules/react-remove-scroll/dist/es2015/SideEffect.js
1031
+ // ../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
1032
1032
  var getTouchXY = function(event) {
1033
1033
  return "changedTouches" in event ? [event.changedTouches[0].clientX, event.changedTouches[0].clientY] : [0, 0];
1034
1034
  };
@@ -1193,10 +1193,10 @@ function getOutermostShadowParent(node) {
1193
1193
  return shadowParent;
1194
1194
  }
1195
1195
 
1196
- // ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.2.3/node_modules/react-remove-scroll/dist/es2015/sidecar.js
1196
+ // ../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
1197
1197
  var sidecar_default = exportSidecar(effectCar, RemoveScrollSideCar);
1198
1198
 
1199
- // ../node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@19.1.10_react@19.2.3/node_modules/react-remove-scroll/dist/es2015/Combination.js
1199
+ // ../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
1200
1200
  var ReactRemoveScroll = React13.forwardRef(function(props, ref) {
1201
1201
  return React13.createElement(RemoveScroll, __assign({}, props, { ref, sideCar: sidecar_default }));
1202
1202
  });
@@ -6,7 +6,7 @@ import {
6
6
  import {
7
7
  AutumnContext,
8
8
  useAutumnContext
9
- } from "./chunk-IHMQB7NO.mjs";
9
+ } from "./chunk-KHYDU3DA.mjs";
10
10
 
11
11
  // src/libraries/react/hooks/usePricingTable.tsx
12
12
  var usePricingTable = (params) => {
@@ -2,12 +2,12 @@
2
2
 
3
3
  import {
4
4
  useLayoutEffect2
5
- } from "./chunk-7N75YTVM.mjs";
5
+ } from "./chunk-2GEDBGON.mjs";
6
6
  import {
7
7
  useComposedRefs
8
- } from "./chunk-ACRIHVEO.mjs";
8
+ } from "./chunk-DXHYWJOY.mjs";
9
9
 
10
- // ../node_modules/.pnpm/@radix-ui+react-presence@1.1.4_@types+react-dom@19.2.3_@types+react@19.1.10__@types+rea_8360ff57be752315af757bc04841172a/node_modules/@radix-ui/react-presence/dist/index.mjs
10
+ // ../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
11
11
  import * as React2 from "react";
12
12
  import * as React from "react";
13
13
  function useStateMachine(initialState, machine) {
@@ -133,7 +133,7 @@ function getElementRef(element) {
133
133
  return element.props.ref || element.ref;
134
134
  }
135
135
 
136
- // ../node_modules/.pnpm/@radix-ui+react-id@1.1.1_@types+react@19.1.10_react@19.2.3/node_modules/@radix-ui/react-id/dist/index.mjs
136
+ // ../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
137
137
  import * as React3 from "react";
138
138
  var useReactId = React3[" useId ".trim().toString()] || (() => void 0);
139
139
  var count = 0;
@@ -3,7 +3,7 @@
3
3
  import {
4
4
  AutumnContext,
5
5
  useAutumnContext
6
- } from "./chunk-IHMQB7NO.mjs";
6
+ } from "./chunk-KHYDU3DA.mjs";
7
7
  import {
8
8
  AutumnError
9
9
  } from "./chunk-ESF5JUVR.mjs";
@@ -9,7 +9,7 @@ import {
9
9
  } from "./chunk-6XHXGLPY.mjs";
10
10
  import {
11
11
  useAutumnContext
12
- } from "./chunk-IHMQB7NO.mjs";
12
+ } from "./chunk-KHYDU3DA.mjs";
13
13
 
14
14
  // src/libraries/react/hooks/useEntityBase.tsx
15
15
  import useSWR from "swr";
@@ -2,10 +2,10 @@
2
2
 
3
3
  import {
4
4
  useEntityBase
5
- } from "./chunk-3MJML3BG.mjs";
5
+ } from "./chunk-7W6MNMN2.mjs";
6
6
  import {
7
7
  AutumnContext
8
- } from "./chunk-IHMQB7NO.mjs";
8
+ } from "./chunk-KHYDU3DA.mjs";
9
9
 
10
10
  // src/libraries/react/hooks/useEntity.tsx
11
11
  var useEntity = (entityId, params) => {