autumn-js 0.1.40 → 0.1.41-beta.0
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/react/{chunk-MHAXHLX4.mjs → chunk-2LS46JI3.mjs} +7 -7
- package/dist/libraries/react/{chunk-2LZIBRD4.mjs → chunk-5RG2M33M.mjs} +4 -4
- package/dist/libraries/react/{chunk-4KLTPVNG.mjs → chunk-5SVQ3PPG.mjs} +6 -6
- package/dist/libraries/react/{chunk-2GEDBGON.mjs → chunk-7NRUXGKJ.mjs} +12 -12
- package/dist/libraries/react/{chunk-GGJKNVL6.mjs → chunk-BFQ772QL.mjs} +448 -446
- package/dist/libraries/react/{chunk-4QVAJKUF.mjs → chunk-KAQC7WDQ.mjs} +5 -5
- package/dist/libraries/react/{chunk-QEWVBDWJ.mjs → chunk-Q7N6ARDI.mjs} +1 -1
- package/dist/libraries/react/{chunk-I274Z7T2.mjs → chunk-SFI5BHCB.mjs} +11 -11
- package/dist/libraries/react/{chunk-5TLRC3ED.mjs → chunk-Z5BMY5OQ.mjs} +18 -18
- package/dist/libraries/react/components/checkout-dialog/checkout-dialog-synced.css +0 -67
- package/dist/libraries/react/components/checkout-dialog/checkout-dialog-synced.js +21 -21
- package/dist/libraries/react/components/checkout-dialog/checkout-dialog-synced.mjs +12 -12
- package/dist/libraries/react/components/paywall-dialog/paywall-dialog-synced.css +0 -67
- package/dist/libraries/react/components/paywall-dialog/paywall-dialog-synced.js +20 -20
- package/dist/libraries/react/components/paywall-dialog/paywall-dialog-synced.mjs +12 -12
- package/dist/libraries/react/components/pricing-table/pricing-table-synced.css +0 -67
- package/dist/libraries/react/components/pricing-table/pricing-table-synced.js +21 -21
- package/dist/libraries/react/components/pricing-table/pricing-table-synced.mjs +12 -12
- package/dist/libraries/react/components/ui/accordion.js +8 -8
- package/dist/libraries/react/components/ui/accordion.mjs +3 -3
- package/dist/libraries/react/components/ui/dialog.js +9 -9
- package/dist/libraries/react/components/ui/dialog.mjs +4 -4
- package/dist/libraries/react/components/ui/popover.js +12 -12
- package/dist/libraries/react/components/ui/popover.mjs +5 -5
- package/dist/libraries/react/components/ui/switch.js +4 -4
- package/dist/libraries/react/components/ui/switch.mjs +3 -3
- package/dist/libraries/react/index.js +22 -22
- package/dist/libraries/react/index.mjs +22 -22
- package/dist/styles/global.css +0 -67
- package/package.json +1 -1
- package/tsup.config.ts +193 -186
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
|
|
3
|
+
import {
|
|
4
|
+
X
|
|
5
|
+
} from "./chunk-2OHJ6PS6.mjs";
|
|
3
6
|
import {
|
|
4
7
|
Combination_default,
|
|
5
8
|
DismissableLayer,
|
|
@@ -7,21 +10,18 @@ import {
|
|
|
7
10
|
Portal,
|
|
8
11
|
hideOthers,
|
|
9
12
|
useFocusGuards
|
|
10
|
-
} from "./chunk-
|
|
11
|
-
import {
|
|
12
|
-
X
|
|
13
|
-
} from "./chunk-2OHJ6PS6.mjs";
|
|
13
|
+
} from "./chunk-KAQC7WDQ.mjs";
|
|
14
14
|
import {
|
|
15
15
|
Presence,
|
|
16
16
|
useId
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-Z5BMY5OQ.mjs";
|
|
18
18
|
import {
|
|
19
19
|
Primitive,
|
|
20
20
|
composeEventHandlers,
|
|
21
21
|
createContext2,
|
|
22
22
|
createContextScope,
|
|
23
23
|
useControllableState
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-7NRUXGKJ.mjs";
|
|
25
25
|
import {
|
|
26
26
|
createSlot,
|
|
27
27
|
useComposedRefs
|
|
@@ -33,7 +33,7 @@ import {
|
|
|
33
33
|
// src/libraries/react/components/ui/dialog.tsx
|
|
34
34
|
import * as React2 from "react";
|
|
35
35
|
|
|
36
|
-
// ../node_modules/.pnpm/@radix-ui+react-dialog@1.1.14_@types+react-dom@19.1.9_@types+react@19.1.10__@types+
|
|
36
|
+
// ../node_modules/.pnpm/@radix-ui+react-dialog@1.1.14_@types+react-dom@19.1.9_@types+react@19.1.10__@types+reac_d887111acb876d7a867028e90c6aec01/node_modules/@radix-ui/react-dialog/dist/index.mjs
|
|
37
37
|
import * as React from "react";
|
|
38
38
|
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
39
39
|
var DIALOG_NAME = "Dialog";
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
import {
|
|
4
4
|
useSize
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-Q7N6ARDI.mjs";
|
|
6
6
|
import {
|
|
7
7
|
Primitive,
|
|
8
8
|
composeEventHandlers,
|
|
9
9
|
createContextScope,
|
|
10
10
|
useControllableState
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-7NRUXGKJ.mjs";
|
|
12
12
|
import {
|
|
13
13
|
useComposedRefs
|
|
14
14
|
} from "./chunk-DXHYWJOY.mjs";
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
// src/libraries/react/components/ui/switch.tsx
|
|
20
20
|
import * as React3 from "react";
|
|
21
21
|
|
|
22
|
-
// ../node_modules/.pnpm/@radix-ui+react-switch@1.2.5_@types+react-dom@19.1.9_@types+react@19.1.10__@types+
|
|
22
|
+
// ../node_modules/.pnpm/@radix-ui+react-switch@1.2.5_@types+react-dom@19.1.9_@types+react@19.1.10__@types+react_d116794fd29880b88b610a986963c8dd/node_modules/@radix-ui/react-switch/dist/index.mjs
|
|
23
23
|
import * as React2 from "react";
|
|
24
24
|
|
|
25
25
|
// ../node_modules/.pnpm/@radix-ui+react-use-previous@1.1.1_@types+react@19.1.10_react@19.1.1/node_modules/@radix-ui/react-use-previous/dist/index.mjs
|
|
@@ -35,7 +35,7 @@ function usePrevious(value) {
|
|
|
35
35
|
}, [value]);
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
// ../node_modules/.pnpm/@radix-ui+react-switch@1.2.5_@types+react-dom@19.1.9_@types+react@19.1.10__@types+
|
|
38
|
+
// ../node_modules/.pnpm/@radix-ui+react-switch@1.2.5_@types+react-dom@19.1.9_@types+react@19.1.10__@types+react_d116794fd29880b88b610a986963c8dd/node_modules/@radix-ui/react-switch/dist/index.mjs
|
|
39
39
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
40
40
|
var SWITCH_NAME = "Switch";
|
|
41
41
|
var [createSwitchContext, createSwitchScope] = createContextScope(SWITCH_NAME);
|
|
@@ -6,14 +6,14 @@ import {
|
|
|
6
6
|
import {
|
|
7
7
|
Presence,
|
|
8
8
|
useId
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-Z5BMY5OQ.mjs";
|
|
10
10
|
import {
|
|
11
11
|
Primitive,
|
|
12
12
|
composeEventHandlers,
|
|
13
13
|
createContextScope,
|
|
14
14
|
useControllableState,
|
|
15
15
|
useLayoutEffect2
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-7NRUXGKJ.mjs";
|
|
17
17
|
import {
|
|
18
18
|
createSlot,
|
|
19
19
|
useComposedRefs
|
|
@@ -25,10 +25,10 @@ import {
|
|
|
25
25
|
// src/libraries/react/components/ui/accordion.tsx
|
|
26
26
|
import * as React6 from "react";
|
|
27
27
|
|
|
28
|
-
// ../node_modules/.pnpm/@radix-ui+react-accordion@1.2.11_@types+react-dom@19.1.9_@types+react@19.1.10__@types+
|
|
28
|
+
// ../node_modules/.pnpm/@radix-ui+react-accordion@1.2.11_@types+react-dom@19.1.9_@types+react@19.1.10__@types+r_88fa064b3d5df5119586fe1472472636/node_modules/@radix-ui/react-accordion/dist/index.mjs
|
|
29
29
|
import React5 from "react";
|
|
30
30
|
|
|
31
|
-
// ../node_modules/.pnpm/@radix-ui+react-collection@1.1.7_@types+react-dom@19.1.9_@types+react@19.1.10__@types+
|
|
31
|
+
// ../node_modules/.pnpm/@radix-ui+react-collection@1.1.7_@types+react-dom@19.1.9_@types+react@19.1.10__@types+r_3ab2260c45a0fb08d9b684c67f0bf7c1/node_modules/@radix-ui/react-collection/dist/index.mjs
|
|
32
32
|
import React from "react";
|
|
33
33
|
import { jsx } from "react/jsx-runtime";
|
|
34
34
|
import React2 from "react";
|
|
@@ -96,7 +96,7 @@ function createCollection(name) {
|
|
|
96
96
|
];
|
|
97
97
|
}
|
|
98
98
|
|
|
99
|
-
// ../node_modules/.pnpm/@radix-ui+react-collapsible@1.1.11_@types+react-dom@19.1.9_@types+react@19.1.10__@
|
|
99
|
+
// ../node_modules/.pnpm/@radix-ui+react-collapsible@1.1.11_@types+react-dom@19.1.9_@types+react@19.1.10__@types_0079639e5b639016d4e27453774cf95e/node_modules/@radix-ui/react-collapsible/dist/index.mjs
|
|
100
100
|
import * as React3 from "react";
|
|
101
101
|
import { jsx as jsx3 } from "react/jsx-runtime";
|
|
102
102
|
var COLLAPSIBLE_NAME = "Collapsible";
|
|
@@ -241,7 +241,7 @@ function useDirection(localDir) {
|
|
|
241
241
|
return localDir || globalDir || "ltr";
|
|
242
242
|
}
|
|
243
243
|
|
|
244
|
-
// ../node_modules/.pnpm/@radix-ui+react-accordion@1.2.11_@types+react-dom@19.1.9_@types+react@19.1.10__@types+
|
|
244
|
+
// ../node_modules/.pnpm/@radix-ui+react-accordion@1.2.11_@types+react-dom@19.1.9_@types+react@19.1.10__@types+r_88fa064b3d5df5119586fe1472472636/node_modules/@radix-ui/react-accordion/dist/index.mjs
|
|
245
245
|
import { jsx as jsx5 } from "react/jsx-runtime";
|
|
246
246
|
var ACCORDION_NAME = "Accordion";
|
|
247
247
|
var ACCORDION_KEYS = ["Home", "End", "ArrowDown", "ArrowUp", "ArrowLeft", "ArrowRight"];
|
|
@@ -4,6 +4,16 @@ import {
|
|
|
4
4
|
createSlot
|
|
5
5
|
} from "./chunk-DXHYWJOY.mjs";
|
|
6
6
|
|
|
7
|
+
// ../node_modules/.pnpm/@radix-ui+primitive@1.1.2/node_modules/@radix-ui/primitive/dist/index.mjs
|
|
8
|
+
function composeEventHandlers(originalEventHandler, ourEventHandler, { checkForDefaultPrevented = true } = {}) {
|
|
9
|
+
return function handleEvent(event) {
|
|
10
|
+
originalEventHandler?.(event);
|
|
11
|
+
if (checkForDefaultPrevented === false || !event.defaultPrevented) {
|
|
12
|
+
return ourEventHandler?.(event);
|
|
13
|
+
}
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
|
|
7
17
|
// ../node_modules/.pnpm/@radix-ui+react-context@1.1.2_@types+react@19.1.10_react@19.1.1/node_modules/@radix-ui/react-context/dist/index.mjs
|
|
8
18
|
import * as React from "react";
|
|
9
19
|
import { jsx } from "react/jsx-runtime";
|
|
@@ -81,16 +91,6 @@ function composeContextScopes(...scopes) {
|
|
|
81
91
|
return createScope;
|
|
82
92
|
}
|
|
83
93
|
|
|
84
|
-
// ../node_modules/.pnpm/@radix-ui+primitive@1.1.2/node_modules/@radix-ui/primitive/dist/index.mjs
|
|
85
|
-
function composeEventHandlers(originalEventHandler, ourEventHandler, { checkForDefaultPrevented = true } = {}) {
|
|
86
|
-
return function handleEvent(event) {
|
|
87
|
-
originalEventHandler?.(event);
|
|
88
|
-
if (checkForDefaultPrevented === false || !event.defaultPrevented) {
|
|
89
|
-
return ourEventHandler?.(event);
|
|
90
|
-
}
|
|
91
|
-
};
|
|
92
|
-
}
|
|
93
|
-
|
|
94
94
|
// ../node_modules/.pnpm/@radix-ui+react-use-controllable-state@1.2.2_@types+react@19.1.10_react@19.1.1/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs
|
|
95
95
|
import * as React3 from "react";
|
|
96
96
|
|
|
@@ -167,7 +167,7 @@ function isFunction(value) {
|
|
|
167
167
|
}
|
|
168
168
|
var SYNC_STATE = Symbol("RADIX:SYNC_STATE");
|
|
169
169
|
|
|
170
|
-
// ../node_modules/.pnpm/@radix-ui+react-primitive@2.1.3_@types+react-dom@19.1.9_@types+react@19.1.10__@types+
|
|
170
|
+
// ../node_modules/.pnpm/@radix-ui+react-primitive@2.1.3_@types+react-dom@19.1.9_@types+react@19.1.10__@types+re_9e605969fe68801bc6e8d3b546a2a7e1/node_modules/@radix-ui/react-primitive/dist/index.mjs
|
|
171
171
|
import * as React4 from "react";
|
|
172
172
|
import * as ReactDOM from "react-dom";
|
|
173
173
|
import { jsx as jsx2 } from "react/jsx-runtime";
|
|
@@ -208,9 +208,9 @@ function dispatchDiscreteCustomEvent(target, event) {
|
|
|
208
208
|
}
|
|
209
209
|
|
|
210
210
|
export {
|
|
211
|
+
composeEventHandlers,
|
|
211
212
|
createContext2,
|
|
212
213
|
createContextScope,
|
|
213
|
-
composeEventHandlers,
|
|
214
214
|
useLayoutEffect2,
|
|
215
215
|
useControllableState,
|
|
216
216
|
Primitive,
|